.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery .largeImage {
  width: 100%;
  padding: 4px 4px 4px 0;
}

.gallery .largeImage img {
  width: 100%;
  height: 380px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery .smallImage {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery .smallImage a {
  width: 50%;
  padding: 4px;
}

.gallery .smallImage img {
  width: 100%;
  border-radius: 6px;
  height: 186px;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border: 1px solid #BF2639;
}

.packageDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.packageDetails .sectionLeft {
  width: calc(100% - 450px);
}

.packageDetails .sectionLeft .package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 13px;
}

.packageDetails .sectionLeft .package .details {
  width: 50%;
}

.packageDetails .sectionLeft .wish {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px #00000024;
          box-shadow: 0px 0px 10px #00000024;
}

.packageDetails .sectionLeft .wish.selected .active, .packageDetails .sectionLeft .wish .inactive {
  display: block;
}

.packageDetails .sectionLeft .wish .active, .packageDetails .sectionLeft .wish.selected .inactive {
  display: none;
}

.packageDetails .sectionLeft .location {
  padding-bottom: 10px;
  color: #8D8D8D;
}

.packageDetails .sectionLeft .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.packageDetails .sectionLeft .rating .rate {
  color: #FF7003;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  padding-left: 20px;
  padding-right: 10px;
}

.packageDetails .sectionLeft .rating .rate::after {
  content: "";
  position: absolute;
  background-image: url(/static/assets/images/star-orange.svg);
  width: 13px;
  height: 12px;
  left: 0;
  top: 9px;
  background-repeat: no-repeat;
}

.packageDetails .sectionLeft .rating .reviews {
  font-weight: 700;
  padding-right: 28px;
}

.packageDetails .sectionLeft .traveller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.packageDetails .sectionLeft .traveller .agentLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  -webkit-box-shadow: 0 0 6px #00000029;
          box-shadow: 0 0 6px #00000029;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}

.packageDetails .sectionLeft .traveller .agentLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.packageDetails .sectionLeft .traveller .agentName {
  font-size: 20px;
  padding-left: 12px;
  width: calc(100% - 55px);
}

.packageDetails .sectionLeft .place {
  padding-bottom: 15px;
}

.packageDetails .sectionLeft .place p {
  font-weight: 700;
  padding-bottom: 5px;
}

.packageDetails .sectionLeft .places {
  position: relative;
  padding-right: 25px;
  display: inline-block;
}

.packageDetails .sectionLeft .places:first-child {
  padding-left: 5px;
}

.packageDetails .sectionLeft .places::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 7px;
  background-image: url(/static/assets/images/right-arrow.png);
  width: 15px;
  height: 8px;
}

.packageDetails .sectionLeft .places:last-child::after {
  display: none;
}

.packageDetails .sectionLeft .highlights {
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
}

.packageDetails .sectionLeft .highlights p {
  font-weight: 700;
  padding-bottom: 5px;
}

.packageDetails .sectionLeft .highlights span {
  padding-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}

.packageDetails .sectionLeft .highlights img {
  padding-right: 5px;
  width: 20px;
  height: 13px;
}

.packageDetails .sectionLeft .contents {
  padding-top: 21px;
}

.packageDetails .sectionLeft .age {
  font-weight: 600;
  margin-bottom: 21px;
}

.packageDetails .sectionLeft .highlight, .packageDetails .sectionLeft .inclusion {
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
}

.packageDetails .sectionLeft .highlight .list, .packageDetails .sectionLeft .inclusion .list {
  list-style: none;
  padding-left: 0;
  padding-top: 5px;
}

.packageDetails .sectionLeft .highlight .list li, .packageDetails .sectionLeft .inclusion .list li {
  padding-left: 30px;
  position: relative;
  padding-bottom: 10px;
}

.packageDetails .sectionLeft .highlight .list li::before, .packageDetails .sectionLeft .inclusion .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url(/static/assets/images/highlighter.svg);
  width: 12px;
  height: 12px;
}

.packageDetails .sectionLeft .inclusion {
  margin-top: 30px;
}

.packageDetails .sectionLeft .overview {
  padding-top: 15px;
  border-bottom: 1px solid #E9E9E9;
}

.packageDetails .sectionLeft .overview h2 {
  margin-bottom: 25px;
}

.packageDetails .sectionLeft .overview .overviewContent {
  margin-bottom: 30px;
}

.packageDetails .sectionLeft .overview .overviewContent ul {
  margin-left: 10px;
}

.packageDetails .sectionLeft .overview .overviewContent ul li span {
  font-weight: 700;
}

.packageDetails .sectionLeft .overview .itinerary {
  margin-bottom: 15px;
  /*button not active*/
  /* minus button */
}

.packageDetails .sectionLeft .overview .itinerary .course-accordion {
  cursor: pointer;
  padding: 15px 20px 18px 25px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.packageDetails .sectionLeft .overview .itinerary .course-accordion::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  background: #BF2639;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.packageDetails .sectionLeft .overview .itinerary .course-accordion:after {
  content: '';
  background-image: url(/static/assets/images/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0px;
  top: 16px;
}

.packageDetails .sectionLeft .overview .itinerary .course-accordion.active:after {
  background-image: url(/static/assets/images/arrow-up.png);
}

.packageDetails .sectionLeft .overview .itinerary .option {
  display: block;
  padding-bottom: 15px;
}

.packageDetails .sectionLeft .overview .itinerary .course-panel {
  padding: 0px 18px 0 25px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  width: 100%;
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: .4px;
  font-weight: 400;
  font-style: normal;
}

.packageDetails .sectionLeft .overview .hotelDeatils {
  padding-left: 20px;
  padding-bottom: 20px;
}

.packageDetails .sectionLeft .overview .hotelDeatils .title {
  position: relative;
  padding-bottom: 16px;
  font-weight: 600;
}

.packageDetails .sectionLeft .overview .hotelDeatils .title::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 4px;
  background-image: url(/static/assets/images/highlighter.svg);
  width: 12px;
  height: 12px;
}

.packageDetails .sectionLeft .reviewSection {
  margin-top: 30px;
}

.packageDetails .sectionLeft .reviewSection .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.packageDetails .sectionLeft .reviewSection .title h2 {
  margin-bottom: 20px;
}

.packageDetails .sectionLeft .reviewSection .rate {
  color: #FF7003;
  position: relative;
  padding-left: 16px;
  margin-left: 10px;
}

.packageDetails .sectionLeft .reviewSection .rate::before {
  content: "";
  position: absolute;
  background-image: url(/static/assets/images/star-orange.svg);
  width: 13px;
  height: 12px;
  left: 0;
  top: 9px;
  background-repeat: no-repeat;
}

.packageDetails .sectionLeft .reviewSection .avatar {
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.packageDetails .sectionLeft .reviewSection .reviewContent + .reviewContent {
  margin-top: 55px;
}

.packageDetails .sectionLeft .reviewSection .reviewName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.packageDetails .sectionLeft .reviewSection .name {
  font-weight: 600;
}

.packageDetails .sectionLeft .reviewSection .data {
  padding-left: 10px;
}

.packageDetails .sectionLeft .reviewSection .date {
  font-size: 14px;
  color: #8D8D8D;
}

.packageDetails .sectionLeft .reviewSection .reviewHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

.packageDetails .sectionLeft .reviewSection .rRating {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
}

.packageDetails .sectionLeft .reviewSection .rRating::before {
  content: "";
  position: absolute;
  background-image: url(/static/assets/images/star-orange.svg);
  width: 13px;
  height: 12px;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
}

.packageDetails .sectionLeft .reviewSection .readMore {
  text-align: right;
  font-weight: 700;
  font-size: 18px;
  color: #BF2639;
}

.packageDetails .sectionLeft .reviewSection .readMore span {
  cursor: pointer;
  padding: 10px 0px 10px 10px;
  display: inline-block;
}

.packageDetails .sectionRight {
  width: 360px;
}

.packageDetails .sectionRight .formData {
  -webkit-box-shadow: 0 0 20px #00000012;
          box-shadow: 0 0 20px #00000012;
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 25px;
}

.packageDetails .sectionRight .starting {
  color: #6B6B6B;
  padding-bottom: 5px;
}

.packageDetails .sectionRight .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.packageDetails .sectionRight .offer {
  font-size: 24px;
  font-weight: 600;
  padding-right: 10px;
}

.packageDetails .sectionRight .original {
  color: #6B6B6B;
  text-decoration: line-through;
  font-size: 14px;
}

.packageDetails .sectionRight .per {
  font-weight: 600;
  font-size: 14px;
}

.packageDetails .sectionRight .amount {
  margin-bottom: 30px;
}

.packageDetails .sectionRight .getQuote h2 {
  margin-bottom: 15px;
  text-align: center;
  color: #BF2639;
}

.packageDetails .sectionRight .getQuote .field {
  width: 100%;
  margin-bottom: 20px;
}

.packageDetails .sectionRight .getQuote .field .fRight {
  position: relative;
}

.packageDetails .sectionRight .getQuote .field .fRight .iti--allow-dropdown input[type=tel] {
  padding-left: 50px;
}

.packageDetails .sectionRight .getQuote .field span {
  color: #6B6B6B;
  padding-bottom: 7px;
  display: block;
}

.packageDetails .sectionRight .getQuote .field .cCode {
  position: absolute;
  left: 50px;
  z-index: 2;
  top: 50%;
  padding-bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.packageDetails .sectionRight .getQuote .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 10px;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #BABABA;
  border-radius: 6px;
  outline: none;
  position: relative;
}

.packageDetails .sectionRight .getQuote .dropdown select {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.packageDetails .sectionRight .getQuote .dropdown .select span {
  height: 19px;
  overflow: hidden;
  display: block;
}

.packageDetails .sectionRight .getQuote .dropdown .dropdown-menu {
  padding: 0;
  width: 100%;
  margin-top: 0;
  z-index: 2;
}

.packageDetails .sectionRight .getQuote .dropdown .dropdown-menu li {
  padding: 0 10px;
  word-break: break-word;
}

.packageDetails .sectionRight .getQuote .dropdown .dropdown-menu li:hover {
  color: #BF2639;
}

.packageDetails .sectionRight .getQuote .dropdown .dropdown-menu li:last-child {
  padding-bottom: 4px;
}

.packageDetails .sectionRight .getQuote .dropdown::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/static/assets/images/down-arrow.svg);
  background-size: cover;
  width: 9px;
  height: 5px;
  background-repeat: no-repeat;
}

.packageDetails .sectionRight .getQuote .fullwidthBtn {
  margin-top: 11px;
}

.packageDetails .sectionRight .whyTravel {
  -webkit-box-shadow: 0 0 20px #00000012;
          box-shadow: 0 0 20px #00000012;
  padding: 30px;
  border-radius: 6px;
}

.packageDetails .sectionRight .whyTravel h2 {
  text-align: center;
  margin-bottom: 20px;
}

.packageDetails .sectionRight .whyTravel .top {
  position: relative;
  padding-left: 28px;
}

.packageDetails .sectionRight .whyTravel .top h6 {
  margin-bottom: 10px;
}

.packageDetails .sectionRight .whyTravel .top + .top {
  margin-top: 15px;
}

.packageDetails .sectionRight .whyTravel .top::before {
  content: "";
  background-image: url(/static/assets/images/checkmark.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  background-color: #BF2639;
  background-position: center;
  border-radius: 50%;
  left: 0;
  top: 2px;
}

.map {
  margin-top: 60px;
}

.map h2 {
  margin-bottom: 60px;
}

.stickyQuote {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 15px #00000029;
          box-shadow: 0px 0px 15px #00000029;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border-radius: 3px;
}

.stickyQuote .amount {
  width: 220px;
  color: #000;
}

.stickyQuote .fullwidthBtn {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  max-width: 200px;
}

.stickyQuote .offer {
  font-size: 15px;
  font-weight: 600;
  padding: 5px 5px 5px 0;
  display: inline-block;
}

.stickyQuote .original {
  color: #6B6B6B;
  text-decoration: line-through;
}

@media screen and (max-width: 991px) {
  .packageDetails {
    display: block;
    overflow: hidden;
    padding-top: 20px;
  }
  .packageDetails .sectionRight {
    width: 100%;
    margin-top: 20px;
  }
  .packageDetails .sectionRight .formData {
    padding: 20px 10px;
  }
  .packageDetails .sectionLeft {
    width: 100%;
  }
  .packageDetails .sectionLeft .traveller .agentName {
    font-size: 16px;
  }
  .packageDetails .sectionLeft .reviewSection .readMore {
    font-size: 16px;
  }
  .stickyQuote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .gallery .smallImage img {
    height: 100px;
  }
  .gallery .largeImage img {
    height: 209px;
  }
}

@media screen and (max-width: 479px) {
  .gallery .largeImage img {
    height: 140px;
  }
  .gallery .smallImage img {
    height: 66px;
  }
  .packageDetails .sectionLeft .package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .packageDetails .sectionLeft .package .details {
    width: 100%;
  }
  .packageDetails .sectionLeft .traveller {
    margin-top: 10px;
  }
  .map {
    margin-top: 20px;
  }
  .map h2 {
    margin-bottom: 30px;
  }
  .packageDetails .sectionRight .offer {
    font-size: 20px;
  }
  .packageDetails .sectionRight .amount {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 360px) {
  .gallery .largeImage img {
    height: 100px;
  }
  .gallery .smallImage img {
    height: 46px;
  }
}
/*# sourceMappingURL=detail.css.map */