.popular-destination {
  width: 100%;
}
.popular-routs ul li.disable-text a {
  color: #c8cbcf;
  cursor: unset;
}
@media screen and (max-width: 576px) {
  .popular-destination {
    width: 100%;
    text-align: center;
  }
}

.tour-data-pane{
  display: none;
}

.tour-data-pane.active{
  display: block;
}

.text-shadow{
  text-shadow: 0px 0px 10px #000000;
}

a.tourselection:hover, a.tourselection:active {
  background: #14bda4;
  color: white !important;
  transition: 0.3s;
}
/*Tour Features Card*/
div.featured {
/* margin: 5px; */
float: left;
width: 50px;
/* align: center; */
}

div.featured img {
margin: 5px;
width: 45px;
height: auto;
display: inline-block;
}

div.desc {
/* padding-top: 5px; */
color: #3e3e3e;
font-size: 11px;
text-align: center;
display: block;
/* word-wrap: break-word; */
}

.rgba-gradient-tour {
  /* background-image: linear-gradient(to right top, #020812, #030b19, #030e1f, #031025, #03122b); */
  background-image: linear-gradient(to right top, #0208128c, #030b198f, #030e1f6b, #0310256e, #03122ba1);
  /* opacity: .55; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}

/* info card sticky */
.sidebar-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
	
	/* Position the items */
	/* // &:nth-child(2) { top: 25%; }
	// &:nth-child(3) { top: 50%; }
	// &:nth-child(4) { top: 75%; } */
}

.make-me-sticky {
  position: -webkit-sticky;
	position: sticky;
    top: 300px;
    
  padding: 0 15px;
}

@media (max-width: 1023px) {
  .sidebar-item
  {
    position: inherit;
  }
}