#tours-daterange > .form-control {
  height: 30px !important;
}
.bradcrumb-area {
  text-align: left !important;
}
.page-title-area::before {
  background-color: #ededf0 !important;
}
.page-title-area .page-title-content ul li a {
  color: black;
}
.page-title-area .page-title-content ul li i {
  color: black;
}
.image {
  border-radius: 10px !important;
}
.faq-section {
  margin-bottom: 40px;
}
.destinations-details-section {
  padding-top: 50px;
}

.include-item h6 {
  font-weight: bold !important;
}
.include-item span {
  font-size: 13px;
  color: #a8aaab;
}
.content-list {
  margin-bottom: 30px !important;
}
.included > nav {
  padding: 40px 0;
}
.included .nav-link.active {
  background-color: #e4e4e4;
  border-bottom: solid 2px #46ca46;
  border-top-color:#f9f8fe;
  border-right-color: #f9f8fe;
  border-left-color: #f9f8fe;
}
.included .nav-tabs .nav-link {
  padding: 15px 20px;
  font-size: 17px;
  font-weight: bold;
}
.included .tab-content>.active {
  display: flex;
}

.tour-banner-wrapper {
  width: 100%;
}
.banner-ticket {
  /* width: 400px; */
  /* position: absolute;
  margin: 45px;
  right: 255px; */
  margin-top: 2.2rem;
}
.tour-banner {
  height: 530px;
  overflow: hidden;
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
}
.banner-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 70%;
}
.banner-text > h2 {
  text-shadow: 3px 3px 2px rgba(149,149,149,0.41);
  color: #e4e4e4;
}
.banner-text > p {
  text-shadow: 3px 3px 2px rgba(149,149,149,0.41);
  color: #e4e4e4;
  font-size: 18px;
}
/* @media (max-width: 1399.98px) { 
  .banner-ticket {
    width: 350px;
    right: 75px;
  }
 }
@media (max-width: 991.98px) {
  .banner-ticket {
    margin: 0px 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  } 
 }

 @media (max-width: 575.98px)  {
  .banner-ticket {
    width: 100%;
    margin: 0 auto;
    left: unset;
    top: unset;
    transform: unset;
    right: unset;
  }
  .widget-ticket-title {
    text-align: center;
    padding: 10px 0;
}
 } */