::selection {
	color: #fff;
	background: #132f4c;
}
.navbar-brand .logo-img {
  max-height: 60px;
}
.tour-features-section {
  font-size: 12px;
}
.t4-content {
  background-color: #132f4c;
}
./* Tablet */
@media (max-width: 900px) {
   .logo-img {
  max-height: 60px;
     max-width: 200px;
  margin-bottom: 20px;
}
}

/* Smartphone */
@media (max-width: 600px) {
 .logo-img {
  max-height: 60px;
   max-width: 200px;
  margin: 20px;
}
}
.navbar-brand .logo-img {
  max-height: 60px;
  max-width: 200px;
  margin: 20px;
}

.tour-features-section {
  width: 100%;
  
  padding: 35px 20px;
  box-sizing: border-box;
}

.tour-features-inner {
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.tour-feature-item {
  flex: 1;
  text-align: center;
  padding: 0 28px;
  border-right: 1px solid rgba(255,255,255,0.18);
  box-sizing: border-box;
}

.tour-feature-item:last-child {
  border-right: none;
}

.tour-feature-item img {
  height: 72px;
  width: auto;
  margin-bottom: 22px;
  display: inline-block;
}

.tour-feature-item div {
  color: #ffffff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .tour-features-inner {
    flex-wrap: wrap;
  }

  .tour-feature-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 22px 12px;
    border-right: none;
  }

  .tour-feature-item img {
    height: 52px;
    margin-bottom: 14px;
  }
}
.text-gradient {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #ff6b00), color-stop(30%, #00affa), color-stop(70%, #0190cd), color-stop(80%, #764ada));
  background: linear-gradient(to right, #ff7800 20%, #00affa 30%, #0190cd 70%, #d4a957 80%);
    background-size: auto;
    background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  -webkit-animation: textShine 10s ease-in-out infinite alternate;
  animation: textShine 10s ease-in-out infinite alternate;
}
