/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 21, 2018, 11:51:53 AM
    Author     : rupendra
*/

.breadcrumb {
  margin-top: 10px;
  font-size: 14px;
}
.breadcrumb a {
  color: #298acb;
}
.left {
  font-size: 15px;
  color: #343434;
  text-align: justify;
}
.trip-info {
  margin-bottom: -90px;
  box-shadow: 0px 0px 2px grey;
  background: whitesmoke;
  padding: 20px;
}
.trip-info_title {
  display: inline-block;
  padding-right: 5px;
  color: #445482;
}
.trip-info .trip-info_text {
  border-bottom: 1px solid #eaeaea;
  padding-top: 15px;
  padding-bottom: 15px;
}
.high {
  position: relative;
  z-index: 999;
  top: 90px;
  box-shadow: 0px 0px 2px grey;
  background: whitesmoke;
  margin-top: 20px;
  padding: 20px;
}
.highhead {
  margin-bottom: 20px;
  color: #445482;
  font-weight: bolder;
}

.gallery-box figure{
  position: relative;
  height: 120px;
  width: 100%;
  overflow: hidden;
}

.gallery-box figure img{
  position: absolute;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 120px;
  max-width: initial;
  width: auto;

}

.trip-hightlights {
  padding-left: 20px;
}
.trip-hightlights li {
  line-height: 30px;
  list-style-type: disc;
}
.dd {
  float: right;
}
.dd li {
  /*color: #002c72;*/
  font-size: 12px;
  margin-right: 13px;
  display: inline-block;
}
.fff, .ddd {
  color: #DE8239;
  border-radius: 4px;
  padding: 4px 10px;
  border: 1px solid #DE8239;
  cursor: pointer;
  background: #fff;
}
.hh {
  position: relative;
  margin: 0 10px;
  border-left: 2px dashed #ddd;
  padding-left: 30px;
}
.small, small {
  font-size: 80%;
  font-weight: 400;
}
.small {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  left: -8px;
  top: 7px;
  background: #fff;
  border: 2px solid #DE8239;
}
.marker {
  position: absolute;
  width: 16px;
  height: 15px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  left: -9px;
  top: 4px;
  /* background: #002c72; */
  color: #fff;
}
.itineary-label h3 {
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.day-label {
  padding-right: 10px;
}
.inclu li {
  line-height: 27px;
  position: relative;
  padding-left: 20px;
}
.inclu li i {
  position: absolute;
  top: 7px;
  left: 0;
}
.ch {
  font-size: 12px;
  margin-right: 11px;
  color: #DE8239;
}
.cr {
  font-size: 12px;
  margin-right: 11px;
  color: #DE8239;
}
.btn-custom {
  background: #E9D758;
  border: 0;
  padding: .5rem .75rem;
  color: black;
  font-size: 15px;
  margin: 5px;
}
.btn-custom:hover {
  background: #445482;
  color: #fff;
}
.btn-right {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  color: black;
  background: #E9D758;
  border: 0;
  border-radius: 0;
  margin: 0;
}
.btn-right:hover {
  background:#445482;
  color:#fff;
}
.btn-right-inverse {
  background: #DE8239;
}
.btn-right-inverse:hover {
  background: #445482;
}
.trip-box, .map-info {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 8px;
  padding-left: 8px;
  /* padding: 0px; */
  background: #F2F2F2;
  margin-top: 15px;
}
.route-cover {
    overflow: hidden;
}
.map1 img:hover {
    transform: scale(1.5, 1.5);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 1;
}
.trip-details.query {
  /*box-shadow: 0px 0px 2px grey;*/
  margin-top: 20px;
  background: #F4F4F4;
  padding: 15px;
  border: 1px solid #ddd;
}
.sticky-top {
  top: 110px;
}
.quick-query input, .quick-query textarea {
  width: 100%;
  min-height: 35px;
  background: #f2f2f2;
  border: 1px solid #ced4da;
  padding: 10px;
}

#single-nav {
  padding: 5px 0;
  box-shadow: 1px 1px 3px #999;
  background: #fff;
}
.fixed-top {
  position: fixed;
  /*top: 85px;*/
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
.sticky-top{
  z-index: 900;
}
#single-nav {
 // display: none;
}

#single-nav .navbar {
  border-bottom:initial;
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
  box-shadow:initial;

}
#single-nav h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
#single-nav h2 span {
  font-size: 16px;
  display: block;
  text-transform: initial;
  color: red;
  line-height: 22px;
}
#single-nav .price {
  font-weight: 800;
  font-size: 29px;
  color: darkgreen;
}


#single-nav .nav-item {
  padding: 0 15px 0 0;
}
#single-nav .nav-link {
  padding: 2px 10px;
  color: #DE8239!important;
  font-weight: 700;
}
#single-nav .nav-link.active {
  background: #445482!important;
  color: #fff!important;
}
@media(max-width: 767px) {
  #single-nav #navbar-example2 {
    display: none;
  }
}

/*
fixedDeparture table css*/

.fixedDepartureTable{

}

.fixedDepartureTable .fixedDepartureTable__header{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: #4e7baa;
  color:#fff;
}

.fixedDepartureTable .fixedDepartureTable__header .fixedDepartureTable__header__cell{
  font-size:14px;
  padding:8px 4px;
  width:14.2857%;
}

.fixedDepartureTable .fixedDepartureTable__body{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  background-color: #fff;
  color:#333;
}

.fixedDepartureTable .fixedDepartureTable__body .fixedDepartureTable__body__cell{
  display: flex;
  flex-direction: column;
  font-size: 14px;
  border:thin dotted #ccc;
  width:14.2857%;
}

.fixedDepartureTable .fixedDepartureTable__body .fixedDepartureTable__body__cell .fixedDepartureTable__body__cell-header{
  display:none;
}
.fixedDepartureTable .fixedDepartureTable__body .fixedDepartureTable__body__cell .fixedDepartureTable__body__cell-body{
  padding:8px 4px;
}

.fixedDepartureTable .fixedDepartureTable__body .fixedDepartureTable__body__cell .fixedDepartureTable__body__cell-body.action{
   overflow: hidden;
}

/*related packages*/
.relatedPackages{
  padding:0px;
  margin:0px;
  list-style: none;

}
.relatedPackages .relatedPackages-item{
  margin-bottom: 1em;
}
.relatedPackages .relatedPackages-item a{
  width:100%;
  display: flex;
  flex-direction: row;
  text-decoration: none;

}

.relatedPackages .relatedPackages-item{
  background-color: #7394b7;
  /*padding:10px;*/
}

.relatedPackages .relatedPackages-item:hover{
   cursor: pointer;
   background-color: #004085;

}



.relatedPackages .relatedPackages-item .relatedPackages-item__thumb{
    width:30%;
    position: relative;
    height: 80px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.relatedPackages .relatedPackages-item .relatedPackages-item__thumb img{
    position: absolute;
    top:50%;
    left:50%;
    height: 100%;
    width: 100%;
    max-width: initial!important;
    transform: translate(-50%,-50%);
}

.relatedPackages .relatedPackages-item .relatedPackages-item__text{
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding:8px;
}

.relatedPackages .relatedPackages-item .relatedPackages-item__text h4{
   font-size: 16px;
   color:#eee;
   padding:0px;
   margin:0px;
}

.relatedPackages .relatedPackages-item .relatedPackages-item__text h4:hover{
   color:#fff;
}

.relatedPackages .relatedPackages-item .relatedPackages-item__text .relatedPackages-item__text__meta{
   display: flex;
  flex-direction: row;
  justify-content: space-between;
  color:#ddd;
  font-size:14px;
}


@media(max-width: 425px)
{
  .fixedDepartureTable .fixedDepartureTable__header{
    display:none;
  }
  .fixedDepartureTable .fixedDepartureTable__body{
    background-color: transparent;
  }
  .fixedDepartureTable .fixedDepartureTable__body .fixedDepartureTable__body__cell .fixedDepartureTable__body__cell-header{
    display:block;
    background-color: #4e7baa;
    padding:8px 4px;
    color:#fff;
  }
  .fixedDepartureTable .fixedDepartureTable__body .fixedDepartureTable__body__cell{
     width:50%;
    background-color: #fff;

  }
  .fixedDepartureTable .fixedDepartureTable__body .fixedDepartureTable__body__cell.action{
    width: 100%;
    margin-bottom: 2em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .fixedDepartureTable .fixedDepartureTable__body .fixedDepartureTable__body__cell.action .fixedDepartureTable__body__cell-header{
    display: none;
  }

  #single-nav h2{
    text-align: center;
  }
  #single-nav .price{
    font-size:22px;
  }

  .itineary-label h3{
    font-size:14px;
    font-weight: 600;
  }

  .hh{
    padding-left: 16px;
  }

  .as ul{
    padding-inline-start: 16px!important;
  }

}

@media(max-width: 320px){

  .itineary-label i{
    display: none;
  }

  .itineary-label h3 .day-label{
    display: block;
  }
  .hh{
    padding-left: 12px;
  }
  .as ul{
    padding-inline-start: 12px!important;
  }
}

#itinerary hr{
  margin:0;
  padding:0;
}
