.slider-text span.small-text,
.slider-text h1 {
  /* color: #100f10; */
  position: relative;
  /* -webkit-text-stroke: 0.3vw #f7f7fe; */
}

.slider-text span.small-text::before,
.slider-text h1::before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  color: #fff;
  overflow: hidden;
  position: absolute;
  content: attr(data-text);
  /* border-right: 2px solid #fff; */
  background-color: black;
  opacity: 0.7;
  -webkit-text-stroke: 0vw #f7f7fe;
  animation: animate 6s linear infinite;
}

.single-hero-slide h1,
.single-hero-slide .small-text {
  color: transparent;
}

@keyframes animate {
  0%,
  10%,
  100% {
    width: 0;
  }

  70%,
  90% {
    width: 100%;
  }
}

.errMsg {
  color: red;
}

#bookingModal .nice-select {
  height: 40px;
  line-height: 40px;
}

#tour360 .modal-dialog {
  max-width: 1200px;
}

#tour360 .nav-link {
  padding: 0;
  margin-bottom: 3px;
}

#tour360 .nav-link img {
  height: 100px;
  width: 100%;
}

@media (max-width: 767px) {
  #tour360 .nav {
    display: block;
    overflow: scroll;
    position: absolute;
    z-index: 1;
    width: calc(100% - 30px);
    height: 100px;
    white-space: nowrap;
  }

  #tour360 .nav .nav-item {
    display: inline-block;
  }

  #tour360 .tab-content {
    margin-top: 110px;
  }
}
