body {
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Roboto', sans-serif;
  /* font-family: 'Merriweather', sans-serif; */
  /* font-family: 'Helvetica Neue', sans-serif;
  font-family: 'Helvetica 25 UltraLight', sans-serif;
  font-family: 'Helvetica 35 Thin', sans-serif;
  font-family: 'Helvetica 45 Light', sans-serif; */
  /* font-family: 'Helvetica 55 Roman', sans-serif; */
  /* font-family: 'Helvetica 65 Medium', sans-serif;                               */
  /* font-family: 'Open Sans', sans-serif;
  font-family: 'Open Sans Light', sans-serif;
  font-family: 'Open Sans Condensed', sans-serif; */
  /* font-family: 'Quincy', sans-serif; */
  /* font-family: "Haunting Attraction", sans-serif; */

  color: black;

}

.bg-dark {
  background-color: #2e343d !important;
}

.bg-light {
  background-color: #b7b7b7 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Haunting Attraction", sans-serif; */
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Roboto', sans-serif;


  letter-spacing: 1.5px;

}

.font-20 {
  font-size: 20px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}
.font-12 {
  font-size: 12px !important;
}

.font-weight-700 {
  font-weight: 700;
}

.text-black {
  color: black;
}

.filterDiv {
  display: none;
}

/* Style the buttons */

.btnz {
  border: 1px solid;
  margin: 2px;
  outline: none;
  padding: 12px 16px;
  background-color: #fff;
  cursor: pointer;
}

.btnz:hover {
  background-color: #0062cc;
}

.btnz.active {
  background-color: #0062cc;
  color: white;
}

label {
  color: black;
  font-weight: 700;
}

.bg-black {
  background: black;
}

.bg-footer {
  background-image: url("../img/footer-bg.png");
}

.bg-fire {
  background: #70e1f5;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ffd194, #70e1f5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ffd194, #70e1f5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.bg-redblack-grad {
  background: #556270;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FF6B6B, #556270);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FF6B6B, #556270);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.bg-virgin-grad {
  background: #C9FFBF;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FFAFBD, #C9FFBF);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FFAFBD, #C9FFBF);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.bg-pintnoir-grad {
  background: #4b6cb7;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #182848, #4b6cb7);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #182848, #4b6cb7);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.loader {
  width: 150px;
  height: 150px;
  margin: 40px auto;
  transform: rotate(-45deg);
  font-size: 0;
  line-height: 0;
  animation: rotate-loader 5s infinite;
  padding: 25px;
  border: 1px solid #cf303d;
}

.loader .loader-inner {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 50%;
}

.loader .loading {
  position: absolute;
  background: #cf303d;
}

.loader .one {
  width: 100%;
  bottom: 0;
  height: 0;
  animation: loading-one 1s infinite;
}

.loader .two {
  width: 0;
  height: 100%;
  left: 0;
  animation: loading-two 1s infinite;
  animation-delay: 0.25s;
}

.loader .three {
  width: 0;
  height: 100%;
  right: 0;
  animation: loading-two 1s infinite;
  animation-delay: 0.75s;
}

.loader .four {
  width: 100%;
  top: 0;
  height: 0;
  animation: loading-one 1s infinite;
  animation-delay: 0.5s;
}

@keyframes loading-one {
  0% {
    height: 0;
    opacity: 1;
  }

  12.5% {
    height: 100%;
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes loading-two {
  0% {
    width: 0;
    opacity: 1;
  }

  12.5% {
    width: 100%;
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    width: 100%;
    opacity: 0;
  }
}

@keyframes rotate-loader {
  0% {
    transform: rotate(-45deg);
  }

  20% {
    transform: rotate(-45deg);
  }

  25% {
    transform: rotate(-135deg);
  }

  45% {
    transform: rotate(-135deg);
  }

  50% {
    transform: rotate(-225deg);
  }

  70% {
    transform: rotate(-225deg);
  }

  75% {
    transform: rotate(-315deg);
  }

  95% {
    transform: rotate(-315deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

/* .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
} */
.preloader {
  display: flex;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.2s linear;
  width: 100%;
  z-index: 9999;
}

#header-main .navbar-brand img {
  height: 60px;
}

#header-main {
  background: #746ae6;
  transition: all 0.5s;
  z-index: 997;
  height: 80px;
  /* box-shadow: 0px 2px 15px rgb(0 0 0 / 10%); */
}

#main-nav a:hover,
#main-nav a.active,
#main-nav a:focus {
  color: #fff;
}

.custom-border-bottom {
  border-bottom: 1px solid #ffffff;
}

#icon-list a {
  display: inline-block;
  padding: 0 0.2em;
  margin: 0 15px;
  text-align: center;
  font-size: 1em;
  color: #ffffff;
  /* border-bottom: 0.5px dashed; */
}

#icon-list a span {
  display: block;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  font-size: 15px;
  /* font-weight: 700;
  padding-top: 0.5em; */
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.bg-footer {
  background-color: #001227;
}

#carouselExampleCaptions img {
  height: 550px;
}

.rounded-edges {
  border-radius: 15px;
}

/* Find Esp Section */


.lazy-image:before {
  content: "";
  background-image: url('https://ui-assets-gc.thrillophilia.com/assets/placeholder-6a8d720….jpg');
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: -1;
  display: block;
}

#packarticles article img {
  height: 270px;
}

#hotelarticles article img {
  height: 270px;
}

#carouselfade img {
  height: 512px;
}

#carouselfadeTest img {
  height: 100px;
}

/* a.btn.cots {
  font-family: ;
} */
.activity-item {
  border: none;
  text-align: center;
  padding: 15px;
}

.activity-item .activity-icon {
  margin-bottom: 15px;
}

.activity-item h4 {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}

.activity-item a {
  color: white;
}

/* testimonials */
#testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

/* .offer {
    background: url("../img/testimonials-bg.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
} */
#testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* Contact */
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgb(214 215 216 / 30%);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgb(214 215 216 / 40%);
  padding: 30px;
}

.contact .php-email-form button[type="submit"] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.bg-form-tran {
  background: #ffffff54;
}

.btn-black {
  /* background-image: radial-gradient(
    circle 905.6px at 4.9% 7.9%,
    rgba(218, 0, 0, 1) 14.1%,
    rgba(168, 2, 144, 1) 65%,
    rgba(102, 2, 110, 1) 90%
  ) !important; */
  background: linear-gradient(45deg, #107062, #0a9d56, #D0E9EA);
  color: #fff;
  padding: 9px 15px !important;
  border-radius: 5px !important;
  margin-right: 15px !important;
  font-size: 18px !important;
  margin-top: -2px;
  line-height: 20px !important;
  height: 40px !important;
  border-radius: 3px 3px 0 0;
  color: #fff;
  cursor: pointer;
  right: -55px;
  position: fixed;
  text-align: center;
  top: 45%;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  width: auto;
  z-index: 9999;
}

.section-image {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.section-header {
  position: relative;
  padding-top: 10rem;
}

.overlay-primary:before {
  position: absolute;
  content: "";
  background: #0d1b484d;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 0;
}

.checked {
  color: orange;
}

.image-xs {
  height: 4.5rem;
}

.image-lg {
  height: 12rem;
}

.fh-400 {
  height: 300px !important;
}

.outer-bg {
  position: relative;
  overflow: hidden;
}

.outer-bg .inner-bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 1s ease-in-out;
}

.outer-bg .inner-bg:before {
  transition: all 1s ease-in-out;
}

.overlay-dark:before {
  position: absolute;
  content: "";
  background: #3236421f;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 50%);
}

.outer-bg:hover .inner-bg {
  transform: scale(1.1);
}

.outer-bg:hover .inner-bg:before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 75%);

}

.input-group-text {
  background-color: white;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #000000;
  float: left;
  width: 44px;
  height: 44px;
  background: rgb(0 0 0 / 13%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #493c3e;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #816a6e;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: black;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message,
.card-body .php-emailenq-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message,
.card-body .php-emailenq-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading,
.card-body .php-emailenq-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before,
.card-body .php-emailenq-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #005079;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #d3251d;
  border: 0;
  padding: 10px 28px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: black;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Enquire
--------------------------------------------------------------*/

.enquire .info i {
  font-size: 20px;
  color: #000000;
  float: left;
  width: 44px;
  height: 44px;
  background: rgb(0 0 0 / 13%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.enquire .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #493c3e;
}

.enquire .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #816a6e;
}

.enquire .info .email,
.enquire .info .phone {
  margin-top: 40px;
}

.enquire .info .email:hover i,
.enquire .info .address:hover i,
.enquire .info .phone:hover i {
  background: black;
  color: #fff;
}

.enquire .php-email-form .form-group {
  padding-bottom: 8px;
}

.enquire .php-email-form .error-message,
.card-body .php-emailenq-form .error-message {
  display: none;
  color: #fff;
  background: black;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.enquire .php-email-form .error-message br+br {
  margin-top: 25px;
}

.enquire .php-email-form .sent-message,
.card-body .php-emailenq-form .sent-message {
  display: none;
  color: #fff;
  background: #cb0e20;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.enquire .php-email-form .loading,
.card-body .php-emailenq-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.enquire .php-email-form .loading:before,
.card-body .php-emailenq-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cb0e20;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

/* .enquire .php-email-form input,
.enquire .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.enquire .php-email-form input:focus,
.enquire .php-email-form textarea:focus {
  border-color: #005079;
} */

/* .enquire .php-email-form input {
  height: 44px;
}

.enquire .php-email-form textarea {
  padding: 10px 12px;
} */

.enquire .php-email-form button[type="submit"] {
  background: #d3251d;
  border: 0;
  padding: 10px 28px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.enquire .php-email-form button[type="submit"]:hover {
  background: black;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Package Page */
.inclusion {
  list-style: none;
  /* width: 350px; */
  /* background: #f0efec; */
  /* padding: 30px; */
  border-radius: 4px;
}

.inclusion ul {
  list-style: none;
  padding: inherit;
}

.inclusion li {
  padding: 10px;
  background: antiquewhite;
  margin-bottom: 5px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.inclusion ul li::before {
  content: "\f058";
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: large;
  font-weight: 700;
  letter-spacing: 10px;
}

/*Exclusion*/
.exclusion {
  list-style: none;
  /* width: 350px; */
  /* background: #ecf5ff; */
  /* padding: 30px; */
  border-radius: 4px;
}

.exclusion ul {
  list-style: none;
  padding: inherit;
}

.exclusion li {
  padding: 10px;
  background: antiquewhite;
  margin-bottom: 5px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.exclusion ul li::before {
  content: "\f057";
  font-family: 'Poppins', sans-serif;
  font-size: large;
  font-weight: 700;
  letter-spacing: 10px;
}

@media (max-width: 768px) {
  #icon-list a {
    text-align: left;
    width: -webkit-fill-available;
  }

  .font-16-resp {
    font-size: 10px;
  }

  #icon-list a {
    padding: 10px 0;
  }

  #icon-list a span {
    display: inline-block;
  }
}

/* ::-webkit-calendar-picker-indicator {
  background-image: url("../img/Calendar-icon.png");
  background-position:left;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  color: rgba(204, 204, 204, 0);
  display: flex;
  flex-direction: row-reverse;
} */
/* input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 5%;
}

input::-webkit-datetime-edit {
  position: relative;
  left: 15px;
}

input::-webkit-datetime-edit-fields-wrapper {
  position: relative;
  left: 15px;
} */

/* ******************************************
FOOTER
********************************************* */
.footer {
  color: #b7b7b7;
  position: relative;
  padding-top: 30px;
  font-size: 10px;
}

.footer:before {
  content: "";
  position: absolute;
  top: 98px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
}

.footer .footer-titles {
  color: #505050;
  font-size: 1.2em;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-block-end: 2.33em;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-list li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-list li {
  position: relative;
  color: #505050;
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-list a,
.footer-list .footer-link {
  color: #505050;
}

.footer-list li a:hover {
  color: #3d83c5;
  font-weight: 700;
  text-decoration: none;
}

.fcol:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(214, 214, 214, 0.62);
}



.pre-footer {
  background-color: #fff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.14);
  border-radius: 19px;
  max-width: 1270px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px;
}

.nbp {
  padding: 0 3px;
  height: 90px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}

.nbp:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.nbp-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) all;
}

.lazy-image {
  opacity: 1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.lazy-image-loaded {
  opacity: 1;
  transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
}

.onclick-link {
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reserved {
  color: #b7b7b7;
  text-align: center;
  padding: 29px 0 14px;
  background-color: #000000;
}

.reserved .caption {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #b7b7b7;
  margin-bottom: 5px;
}

.caption a {
  color: #b7b7b7 !important;
}

.reserved p {
  font-size: 12px;
  line-height: 1.8;
}

.caption {
  font-size: 1em;
}

.caption {
  font-size: 0.9em;
  font-weight: 700;
  padding-left: 3px;
  padding-right: 3px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease-in-out;
}

#smi .btn.btn-light {
  background: #b7b7b7;
  border-color: #b7b7b7;
}

.footer-logo:before,
.footer-logo:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  width: 10%;
  background-color: #b7b7b7;
}

.footer-logo img {
  height: 100px;
}



.footer-logo:before,
.footer-logo:after {
  width: 38%;
}



.footer-logo:before {
  left: 0;
}

.footer-logo:after {
  right: 0;
}

@media (min-width: 1024px) {
  .footer-list {
    margin-bottom: 30px;
  }

  .pre-footer {
    padding: 37px 33px 26px;
    margin: 0 auto 50px;
  }
}

.slider-nav-outside .slider-nav {
  padding: 25px;
}

.slider-nav-round .slider-nav::after,
.slider-nav-square .slider-nav::after {
  background-color: #746ae6;
}

.escapes {
  margin-top: 37px
}

@media (min-width: 1024px) {
  .escapes {
    margin-top: 90px
  }
}

.escapes .container {
  display: flex;
  flex-flow: column nowrap
}

@media (min-width: 1024px) {
  .escapes .container {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between
  }
}

@media (min-width: 1024px) {
  .escapes__content {
    flex: 0 0 250px
  }
}

.escapes__images {
  display: flex;
  flex-flow: row nowrap
}

@media (min-width: 1024px) {
  .escapes__images {
    justify-content: flex-end;
  }
}

@media (max-width: 1023px) {
  .escapes__images {
    margin-top: 24px;
    overflow-y: hidden;
    overflow-x: scroll;
    height: 362px
  }

  .escapes__images {
    justify-content: normal;
  }
}

.escapes__image-wrap {
  flex: 0 0 218px;
  height: 355px;
  border-radius: 50px 10px 50px 0;
  overflow: hidden;
  position: relative
}

.escapes__image-wrap:not(:first-child) {
  margin-left: 20px
}

.escapes__image-wrap:hover {
  transform: scale(1.02);
  transition: all 0.5s ease-in;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2)
}

.escapes__image {
  height: 100%;
  width: 100%;
  position: absolute
}

@media (max-width: 1023px) {
  .escapes__content {
    display: flex;
    flex-flow: column nowrap;
    align-items: center
  }
}

.escapes__title {
  color: #3a3a3a;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.24;
  position: relative
}

.escapes__title:before {
  content: "";
  position: absolute;
  bottom: -20px;

  height: 18px;
  width: 100%;
  z-index: 0;
  background-color: #03a84e;
}


@media (max-width: 1023px) {
  .escapes__title:before {
    left: calc(50% - 30.5px);
    left: 0;
  }
}

@media (min-width: 1024px) {
  .escapes__title {
    font-size: 30px;
  }
}

@media (max-width: 1023px) {
  .escapes__title {
    width: 220px;
    text-align: center;
    line-height: 1.33
  }
}

.escapes__caption {
  margin-top: 28px;
  display: block;
  line-height: 1.56;
  color: #949494;
  font-size: 14px
}

@media (min-width: 1024px) {
  .escapes__caption {
    font-size: 1rem
  }
}

@media (max-width: 1023px) {
  .escapes__caption {
    width: 220px;
    text-align: center
  }
}

.multi-line-header--centered {
  padding-left: 0;
  text-align: center;
}

.multi-line-header {
  position: relative;
  padding-left: 20px;
}

.multi-line-header--centered .multi-line-header__title {
  display: block;
  color: #3a3a3a;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: unset;
  position: relative;
  max-width: 400px;
  margin: 0 auto 40px;
}

.multi-line-header--centered .multi-line-header__title:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: calc(50% - 30.5px);
  width: 61px;
  height: 2px;
  background: #ff5300;
}

.banner__info-container {
  position: relative;
}

.banner__info-container:before {
  position: absolute;
  width: 4px;
  content: "";
  background-color: #28a745;
  top: 0;
  height: 40px;
  left: -20px;
}

.banner__title {
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -0.64px;
  color: #3a3a3a;
  margin: 0;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.base-block-head {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding-left: 10px;
  border-left: 4px solid #3d83c5;
  padding: 0 0 0 12px;
  z-index: 0;
}

.policies__title {
  font-size: 16px;
  font-weight: 600;
  color: #555353;
  margin: 0;
}

.block-p {
  padding: 25px 0;
  font-size: 14px;
}

.block-p ul {
  list-style: none;
}

.block-p ul li {
  line-height: 1.67;
  display: flex;
  margin-top: 5px;
}

.block-p ul li:before {
  content: "";
  background-color: #ff5e00;
  display: inline-block;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  margin-right: 14px;
  margin-top: 8px;
}

.pricing-wrap__current-price {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #ff5e00;
  line-height: 1;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin-right: 15px;
}

.pricing-wrap__inventory-name {
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
}

.pricing-percent-difference {
  padding: 5px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffb800;
  background: #fff5db;
  border-radius: 5px;
  margin: 0 5px;
}

.pricing-wrap__strikethrough-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #757575;
}

.pricing-wrap__strikethrough-price {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #bababa;
  margin-left: 5px;
}

.banner__avg-rating {
  font-size: 19px;
  font-weight: 600;
  padding: 7px 15px;
  background-color: #129b0d;
  border-radius: 4px;
  line-height: 1.2;
  margin-right: 20px;
  color: #fff;
  /* letter-spacing: 3px; */
}

.product-info-item {
  margin-left: 20px;
  color: #040404;
}

@media (max-width: 1023px) {
  .product-info-item {
    margin-left: auto;
    font-size: 10px !important;
  }

  .banner__avg-rating {
    font-size: 14px;
    margin-right: auto;

  }

}

#phg {
  font-family: "tours-app" !important;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
}

#phg>ul {
  padding-left: 0;
  list-style-type: none;
}

#phg>ul>li {
  display: flex;
  /* list-style: none !important; */
  font-size: 14px;


  margin-right: 10px !important;
  margin-top: 5px;
  /* display: inline-block !important; */


  /* font-family: "tours-app" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none; */
  line-height: 1;
  margin-right: 2px;
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #505050; */


}

#phg>ul>li:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f601";
  color: #ff5300;
  margin: 0 1rem 0 0;
}

#phg>ul>li>p {
  color: #505050;
}

.terms-conditions {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  list-style: none;
}

.terms-conditions .tours-icon-tick {
  line-height: 1.75;
  font-size: 14px;
  display: flex;
  font-family: sans-serif !important;
}

.terms-conditions .tours-icon-tick:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  margin-right: 10px;
  color: #00bc07;
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.list-style {
  position: relative;
  font-size: 14px;
}

.list-style li {
  list-style: none;
  margin-bottom: 5%;
  line-height: 1.23;
  margin-left: -1px;
  letter-spacing: normal;
  display: flex;
  flex-flow: column nowrap;
}

.list-style li .phone {
  font-weight: 600;
  color: #505050;
  margin-bottom: 10px;
}

.list-style li .phone:before {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  font-size: 1.4rem;
  content: "\f2a0";
  color: #3d83c5;
}

.bg-msp {
  background-color: #3d83c5;
}

.msp-list {
  margin-right: 1rem;
  position: relative;
}

.msp-list {
  list-style: none;
}

.msp-list .msp-item {
  font-size: 14px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.msp-list .msp-item:before {
  left: 13px;
}

.msp-list .msp-item:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left: 15px;
  font-size: 20px;
  margin-top: 5px;
  color: #6ac259;
}

.msp-list .msp-item .msp-item-header {
  font-weight: 600;
  line-height: 1.92;
}

.msp-list .msp-item .msp-item-content {
  line-height: 1.92;
}

.collapsed .chevron-custom:before {
  content: "\f078";
}

.chevron-custom:before {
  content: "\f077";
}

.btc-accordion {
  padding-top: 100px;
}

.btc-accordion .card {
  cursor: pointer;
  color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.1);
}

.btc-accordion .card a {
  color: #f2f2f2;
  text-decoration: none;
}

.accordion-icon[aria-expanded="false"] .fa-caret-down {
  transform: rotate(0deg);
  transition: 0.5s;

}

.accordion-icon[aria-expanded="true"] .fa-caret-down {
  transform: rotate(180deg);
  transition: 0.5s;
}

.caret-color {
  color: #3d83c5;

}

.itinerary-day-v2__collapse-day-btn {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #3d83c5;
  font-weight: 600;
}

#galView img {
  height: 65.6vh;
}

#galIcon figure {
  margin: 0;
}

#galIcon img {
  height: 33vh;
}

#galIcon img:nth-child(1) {

  padding: 0 1.25px 2.5px 2.5px;
}

#galIcon img:nth-child(2) {

  padding: 0 0 2.5px 1.25px;
}

#galIcon img:nth-child(3) {

  padding: 0 2.5px 0 2.5px;
}

#galIcon img:nth-child(4) {

  padding: 0 2.5px 0 0;
}

#header.bg-transparent {
  transition: 1000ms ease;

}

#header #icon-list a {
  transition: 725ms ease;

}

/* #header .dropdown-menu{
  background-color: rgb(126 125 125 / 64%);

} */
#header.scrolled .dropdown-menu {
  background-color: rgb(255, 255, 255);

}

.bg-transparent.scrolled,
.dscrolled {
  background-color: white !important;
  border-bottom: 1px solid #eae7e7;
  transition: 1000ms ease;
}

.bg-transparent .fa.fa-bars.text-black {
  color: white !important;
}

.bg-transparent.scrolled .fa.fa-bars.text-black {
  color: black !important;
}

.scrolled .nav-mobile {
  background-color: white !important;
  transition: 2500ms ease;

}

.scrolled #icon-list a,
.dscrolled #icon-list a {
  color: black;

}
#header{
  z-index: 10000;
}
#header .container {
  height: 75px;
}

.section__intro__main.intro-heading {
  color: white;
  text-align: center;
  margin: auto 0
}

@media (max-width: 1023px) {
  .section__intro__main.intro-heading {
    margin: 150px 0 auto
  }
}

.section__intro__main.intro-heading .intro-heading__title {
  margin-bottom: 25px
}

@media (max-width: 1023px) {
  .section__intro__main.intro-heading .intro-heading__title {
    margin-bottom: 50px
  }
}

.section__intro__main.intro-heading .intro-heading__title .intro-heading__base {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -2px
}

@media (min-width: 1024px) {
  .section__intro__main.intro-heading .intro-heading__title .intro-heading__base {
    font-size: 50px
  }
}

.section__intro__main.intro-heading .intro-heading__title .intro-heading__animation-window {
  transition: 0.2s all;
}

@media (max-width: 1023px) {
  .section__intro__main.intro-heading .intro-heading__title .intro-heading__animation-window {
    animation: swapTitleMobile 8s cubic-bezier(0.22, 1, 0.36, 1) 3s infinite forwards;
  }
}

@media (min-width: 1024px) {
  .section__intro__main.intro-heading .intro-heading__title .intro-heading__animation-window {
    animation: swapTitleDesktop 8s cubic-bezier(0.22, 1, 0.36, 1) 3s infinite forwards
  }
}

.section__intro__main.intro-heading .intro-heading__title .intro-heading__animated {
  font-size: 43.5px;
  line-height: 1.2;
  font-weight: 600;
  height: calc(1 * 1.2 * 50px);
  overflow: hidden
}

@media (max-width: 1023px) {
  .section__intro__main.intro-heading .intro-heading__title .intro-heading__animated {
    margin-top: 5px
  }
}

@media (min-width: 1024px) {
  .section__intro__main.intro-heading .intro-heading__title .intro-heading__animated {
    font-size: 88px;
    height: calc(1 * 1.2 * 88px)
  }
}

.section__intro__main.intro-heading .intro-heading__caption {
  font-size: 15px;
  letter-spacing: -0.26px;
  line-height: 1.2;
  margin: 10px 0;
  padding: 0 40px
}

@media (min-width: 1024px) {
  .section__intro__main.intro-heading .intro-heading__caption {
    margin: 0;
    padding: 0;
    font-size: 20px;
    letter-spacing: -1px
  }
}

@keyframes swapTitleMobile {
  0% {
    transform: translateY(0)
  }

  25% {
    transform: translateY(-50px)
  }

  50% {
    transform: translateY(-100px)
  }

  75% {
    transform: translateY(-150px)
  }

  100% {
    transform: translateY(-200px)
  }
}

@keyframes swapTitleDesktop {
  0% {
    transform: translateY(0)
  }

  25% {
    transform: translateY(-107px)
  }

  50% {
    transform: translateY(-214px)
  }

  75% {
    transform: translateY(-321px)
  }

  100% {
    transform: translateY(-428px)
  }
}

.submit-button {
  line-height: 2.2;
  border-radius: 200px;
  background-color: #3d83c5;
  color: #fff;
  font-size: 15px;
  height: 51px;
  margin-top: 5px;
  outline: none;
  border: none;
  transition: background-color 0.2s, color 0.2s;
  font-weight: 600;
  border: 1px solid #3d83c5;
}

.submit-button:hover {
  background-color: #746ae6;
  border: 1px solid #746ae6;
  cursor: pointer;
}

.expand-all {
  border-radius: 10px;
  border: 1px solid #3d83c5;
  color: #3d83c5;
  background-color: #fff;
  padding: 7px 15px;
  font-size: 14px;
  outline: none;
  transition: 0.2s color, 0.2s background-color;
}

.fh-223 {
  height: 344.81px;
}

.fh-223:first-child {
  height: 223.2px;
}

.fh-22a1 {
  height: 223.2px;
}

.fh-22a2 {
  height: 162.4px;
}

.fh-22a3 {
  height: 223.2px;
}

.fh-22a4 {
  height: 162.4px;
}

.fh-22a5 {
  height: 223.2px;
}

.fh-22a6 {
  height: 162.4px;
}

.fh-22a7 {
  height: 162.4px;
}

.fh-22a8 {
  height: 162.4px;
}

.fh-22a9 {
  height: 162.4px;
}

.xa {
  margin-top: 0;
}

.xa:nth-child(5) {
  margin-top: -11%;
}

.font-16-resp {
  font-size: 16px;
}

.font-24 {
  font-size: 24px;
}

#contact h1:after,
#about h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 14px;
  width: 6rem;
  z-index: 0;
  background-color: #fedb3f;
}


.carousel-caption {
  bottom: 20%;

}

.banner-tour {
  font-size: 70px;
  text-shadow: 2px 1px 1px #333;
  padding-top: 150px;
  font-weight: 700;

}

.content-box-b-categ {
  margin-top: 26px;
  font-size: 19px;
  text-shadow: 2px 1px 1px #333;
  font-weight: 700;

}

.btn_1,
a.btn_1 {
  border: none;
  color: #fff;
  background: #746ae6;
  cursor: pointer;
  padding: 7px 12px;
  display: inline-block;
  outline: 0;
  font-size: 12px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  font-weight: 700;
}

.btn_1:hover,
a.btn_1:hover {
  background: #333;
}

/* .dropdown-menu a:hover {
  background-color: #e6dfdf;
  color: #e04f67 !important;
} */
.menu-header {
  width: 370px;
  border-top: 2px solid #e04f67;
  margin-top: -1px;
}

#internationalT .links-ms {
  border-bottom: #ecebeb 1px dashed;

  display: block;
}

#internationalT .links-ms>a {
  font-size: 15px;
  /* line-height: 20px; */
  color: #333 !important;
  padding: 7px 5px 7px 10px;
  line-height: 20px;
  width: 100%;
  text-align: left;

}

#internationalT .links-ms>a:hover {
  background-color: #e6dfdf;
  color: #e04f67 !important;
}

#pilgrim .links-ms {
  border-bottom: #ecebeb 1px dashed;

  display: block;
}

#pilgrim .links-ms>a {
  font-size: 15px;
  /* line-height: 20px; */
  color: #333 !important;
  padding: 7px 5px 7px 10px;
  line-height: 20px;
  width: 100%;
  text-align: left;

}

#pilgrim .links-ms>a:hover {
  background-color: #e6dfdf;
  color: #e04f67 !important;
}


#indiatours .links-ms {
  border-bottom: #ecebeb 1px dashed;

  display: block;
}

#indiatours .links-ms>a {
  font-size: 15px;
  /* line-height: 20px; */
  color: #333 !important;
  padding: 7px 5px 7px 10px;
  line-height: 20px;
  width: 100%;
  text-align: left;

}

#indiatours .links-ms>a:hover {
  background-color: #e6dfdf;
  color: #e04f67 !important;
}

/* === BASE HEADING === */

/* h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
} */



/* === BASE HEADING === */

.headLabel h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.headLabel h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

.headLabel h1 em {
  font-style: normal;
  font-weight: 600;
}
.theme-color{
  color: #3d83c5;
}
/* STYLE 6
   ----------------------------- */
.six h1 {
  /* text-align: center; */
  color: #222;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  word-spacing: 1px;
  letter-spacing: 2px;
  color: #3d83c5;
}

.six h1 span {
  line-height: 2em;
  padding-bottom: 15px;
  text-transform: none;
  font-size: .7em;
  font-weight: normal;
  font-style: italic;
  font-family: "Playfair Display", "Bookman", serif;
  color: #999;
  letter-spacing: -0.005em;
  word-spacing: 1px;
  letter-spacing: none;
}

.six h1:after,
.six h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 4px;
  content: "";
  /* right: 45px; */
  margin: auto;
  background-color: #ccc;
}

.six h1:before {
  background-color: #03a84e;
  left: 45px;
  width: 90px;
}
.star-ratings {
  unicode-bidi: bidi-override;
  color: #ccc;
  font-size: 14px;
  position: relative;
  margin: 0;
  padding: 0;
}
.star-ratings .fill-ratings {
  color: #e7711b;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings .fill-ratings span {
  display: inline-block;
}
.star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}
.font-11{
  font-size: 11px;
}
.w-b{
  right: 2%;
  left:auto;
  bottom: 2%;
  font-size: 14px !important;
  font-family: "Roboto",sans-serif;
  font-weight: 700;
}
  @media (min-width: 992px) {
.w-b{
  width: 18% !important;
}
}

a {
  text-decoration: none !important;
}

@media (max-width: 992px) {
  .banner-tour {
    font-size: 3rem;
  }
}