@charset "UTF-8";

/* CSS Document */

/* color */

.orange {
  color: #ff9900;
}

/* search icon padding */

ul#top_tools li {
  padding: 0 30px;
}

/* switch icon this selector */

#wishlist_link:before {
  content: "\e85b";
}

/* logo */

#logo_home h1 a {
  width: 300px;
  height: auto;
  background-image: url(https://nddinfosystems.net/onetraveloffice/img/img-pamtours/web_logos/Pamtours-logo-white-S5.png);
  background-size: 210px auto;
}

header.sticky #logo_home h1 a {
  background-image: url(https://nddinfosystems.net/onetraveloffice/img/img-pamtours/web_logos/pamtours-logo.png);
  background-size: 160px auto;
}

/* change phone icon */

a#phone:before {
  content: "\57";
}

/* adjust forgot pwd */

#forgot_pw {
  min-height: 300px;
}

/* span switch color */

h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #4080bf;
}

/* subtitle size change */

.main_title p {
  font-size: 17px;
  color: #999;
  margin-top: 17px;
}

/* opacity carousel home */

.rev-slider-mask {
  background-color: transparent;
}

/* itineraries time line */

ul.timeline {
  list-style-type: none;
  position: relative;
  font-size: 0.8rem;
}

ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #ccc;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.day-title {
  margin-left: 10px;
  font-size: 0.9rem;
}

/* set path for img */

.badge_save {
  background: url("https://nddinfosystems.net/onetraveloffice/admin/img/badge_save.png");
  font-size: 10px;
}

.newsletter-trigger {
  cursor: pointer;
}

#shuffle_container .filter-btn.active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}
