.page-nav {
  position: relative;

  z-index: 12;

  background-color: #f7f7f7;

  padding: 15px 0;
}

@media (max-width: 992px) {
  .page-nav {
    display: none;
  }
}

.page-nav-wrapper {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center;
}

.page-nav .breadcrumb {
  margin: 0;

  color: #424242;

  font-weight: 400;

  font-size: 0.8125rem;
}

.page-nav .breadcrumb li a {
  color: #424242;
}

.share-social .social-icon-wrap {
  display: flex;

  align-items: center;
}

.share-social .social-icon-wrap span {
  color: #424242;

  font-size: 0.875rem;

  font-weight: 700;
}

.share-social .social-icon-wrap a {
  color: #fff;

  padding-left: 5px;
}

.share-social .social-icon-wrap a i {
  color: #fff;

  width: 25px;

  height: 25px;

  border-radius: 50%;

  text-align: center;

  line-height: 25px;

  font-size: 0.8125rem;
}

.share-social .social-icon-wrap a i.fa-facebook {
  background-color: #3b5998;
}

.share-social .social-icon-wrap a i.fa-twitter {
  background-color: #55acee;
}

.share-social .social-icon-wrap a i.fa-linkedin {
  background-color: #0077b5;
}

.package-page {
	position: relative;
	padding: 20px 0;
}

.package-page .common-box {
  padding-top: 12px;

  position: relative;

  padding-bottom: 0;
}

@media (min-width: 992px) {
  .common-box {
    padding-top: 40px;

    padding-bottom: 40px;
  }
}

#faqs .content-title,
#reviews .content-title,
.similar-package .content-title {
  display: block;
}

.package-title.page-title {
  text-align: left;

  margin-bottom: 15px;
}

.package-title-wrap {
  display: flex;

  justify-content: space-between;
}

.page-title h1 {
	color: #2a4263;

	font-size: 2rem;

	font-weight: 600;

	margin-bottom: 0;

	padding-bottom: 0;
	"Yanone Kaffeesatz", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	text-transform: uppercase;
}

.package-title-wrap .ask-btn .btn {
  background-color: #ffa801;

  border-color: #ffa801;

  color: #fff;

  position: relative;
}

@media (min-width: 992px) {
  .package-title-wrap .ask-btn .btn {
    height: 35px;
  }
}

.key-wrapper {
	/*margin: 40px 0 40px;*/
	margin-bottom: 20px;
	border-radius: 2px;   
}

.key-wrapper ul.trip-fact {
  position: relative;

  box-shadow: none;

  list-style: none;

  line-height: 1.4;

  padding: 0 0;

  display: flex;

  flex-wrap: wrap;
}

.key-wrapper ul.trip-fact > li.item { 
	color: #042364;
	position: relative;
	background-color: transparent;
	border-radius: 2px;
	padding-left: 56px;
	font-size: 0.90rem; 
	font-weight: 500;
	line-height: 1.4;
	font-style: normal;
	text-transform: uppercase;
}

.key-wrapper ul.trip-fact > li {
  list-style: none;

  max-width: 33.33%;

  flex: 0 0 33.33%;

  padding-top: 10px;

  padding-bottom: 30px;
}

.key-wrapper ul.trip-fact > li.item.trip-duration:before {
  content: "\f017";
}

.key-wrapper ul.trip-fact > li.item.trip-destination:before {
  content: "\f3c5";
}

.key-wrapper ul.trip-fact > li.item.difficulty:before {
  content: "\f6fc";
}

.key-wrapper ul.trip-fact > li.item.area:before {
  content: "\f277";
}

.key-wrapper ul.trip-fact > li.item.trip-food:before {
  content: "\f2e7";
}

.key-wrapper ul.trip-fact > li.item.trip-accomodation:before {
  content: "\f0f2";
}

.key-wrapper ul.trip-fact > li.item.altitude:before {
  content: "\f6fc";
}

.key-wrapper ul.trip-fact > li.item.group-size:before {
  content: "\f0c0";
}

.key-wrapper ul.trip-fact > li.item.best-time:before {
  content: "\f6c4";
}

.key-wrapper ul.trip-fact > li.item:before {
	left: -5px;
	position: absolute;
	content: "";
	font-size: 1.4rem;
	top: 5px;
	font-weight: 600;
	font-family: "Font Awesome 5 Pro";
	color: #fff;
	background: #006633;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 18%;
}

.key-wrapper ul.trip-fact > li.item b {
	color: #042364;
	display: block;
	font-size: 0.9375rem;
	font-weight: 700; 
} 

.highlights .highlights-title {
  font-size: 2rem; 
    font-weight: 600;
    display: block;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
/*     text-transform: uppercase;  */
}
.common-box.region {
	padding: 50px 0 20px;
}

.highlights > ul {
/* 	background: #FEFECA; */
	list-style: none;
	padding-left: 30px;
	line-height: 26px;
	padding: 30px 10px;
}

.highlights > ul > li {
	padding-left: 0;
	position: relative;
	font-size: 1rem;
	color: #424242;
	margin-bottom: 20px;
}

.highlights > ul > li:before {
	display: inline-block;
	content: "\f005"; 
	position: absolute;
	font-size: 0.8rem;
	padding-left: 2px;
	text-align: center;
	left: -24px;
	top: 5px;
	color: #c62827;
	font-weight: 600;
	font-family: "Font Awesome 5 Pro";
}

.common-module {
  margin-bottom: 40px;
}

article.common-module h2 {
	color: #c62827;
	font-size: 1.5rem;
	font-weight: 600;
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	text-transform: uppercase;
	padding-top: 10px; 
	font-weight: 600;
}

article.common-module > * + h2 {
  margin-top: 30px;
  
}

article.common-module > ul {
  list-style: none;

  padding-left: 30px;
}

article.common-module > ul > li {
  padding-left: 0;

  position: relative;

  line-height: 1.6;

  padding-bottom: 5px;

  color: #424242;
}

article.common-module > ul > li:before {
  display: inline-block;

  content: "\f30b";

  position: absolute;

  font-family: icomoon;

  font-size: 1.125rem;

  padding-left: 2px;

  text-align: center;

  left: -30px;

  top: -1px;

  color: #319931;

  font-family: "Font Awesome 5 Pro";
}

.package-gallery-title {
  font-size: 1.25rem;

  margin: 0 0 10px;

  text-transform: capitalize;

  font-weight: 700;

  display: block;

  color: #222;
  display: block;
    color: #222;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 600;
  
}

.package-gallery-photo {
  position: relative;

  z-index: 1;
}

.package-gallery-init .item {
  padding: 0 10px;

  margin: 0 -10px;
}

.package-gallery-init .logo-arrow {
  position: absolute;

  background: #fff;

  border: none;

  top: 50%;

  transform: translate(0, -50%);

  z-index: 9;

  width: 40px;

  height: 40px;

  border-radius: 4px;
}

.package-gallery-init .logo-arrow.logo-arrow-prev {
  left: 10px;
}

.package-gallery-init .logo-arrow.logo-arrow-next {
  right: 30px;
}

.package-gallery-init .logo-arrow svg {
  fill: #1abada;

  height: 20px;

  width: 20px;
}

.itinerary {
  line-height: 1.9;
}

.content-title {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  justify-content: space-between;

  margin: 0 0 15px;
}

.content-title .package-inner-title {
	font-weight: 600;

	color: #c62827;

	font-size: 1.5rem;

	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: 600;
}

.itinerary-navigation {  
  color: #222; 
  position: relative; 
  border-radius: 2px;  
  text-align: end; 
  line-height: 40px; 
  font-size: 1.2rem; 
  font-weight: 500;
} 
 
.accordion-button:focus{
	box-shadow: none;
	outline: 0 !important;
	border: none;
}
.itinerary-content .accordion-item {
	border: 0;
    background-color: transparent;
    border-bottom: 1px solid #eee;
    padding: 10px 10px 0px 0px !important;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    background-color: transparent;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;

  border-top-right-radius: 0.25rem;
}
#itinerary_heading3:focus-visible:focus-visible {
  outline: 0;
}
.itinerary-content .accordion-item .accordion-header { 
	font-family: "DM Sans", sans-serif;
	/* background-color: #c62827; */
	border: 0;
/* 	padding: 10px; */
	line-height: 1.75;
	position: relative;
}

.itinerary-content h3 {
  margin: 0;

  display: flex;

  font-size: 1rem;

  font-weight: 700;

  color: #222;
}

.itinerary-content .accordion-item .accordion-button {
	padding: 0;
	border-top-left-radius: 0; 
	border-top-right-radius: 0;
	background: 0 0;
	font-size: 1.0625rem;
	color: #003151;
}

.itinerary-content h3 .accordion-button {
  font-weight: 700;

  color: #424242;

  align-items: inherit;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

/* .itinerary-content .accordion-item .accordion-button:before {
  display: inline-block;
  content: "\f0fb";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 0.75rem;
  left: -25px;
  top: 4px;
  color: #f88915;
  width: 14px;
  height: 20px;
  background-color: #fff;
  z-index: 1;
} */

.itinerary-content .accordion-item .accordion-button:focus-visible{
	outline: none;
}
.common-module ul li { 
  line-height: 1.8;
}

.itinerary-content h3 b {
  margin-right: 5px;

  font-weight: 700;

  display: inline-block;

  min-width: 65px;
}

.itinerary-content .accordion-item .accordion-button:after { 
	color: #fff;
	position: relative;
	top: 7px;
}

.itinerary-content .accordion-item .accordion-body {
  padding: 10px 10px 10px 0px;
  color: #424242;
}

.itinerary-content .itinerary-meta {
  margin: 0 0;
}

.itinerary-content .itinerary-meta ul {
  padding: 0 0;

  margin-bottom: 0;

  list-style: none;

  display: flex;

  flex-wrap: wrap;
}

.itinerary-content .itinerary-meta ul li {
  list-style: none;

  max-width: 25%;

  position: relative;

  flex: 0 0 25%;

  padding: 0 0 10px;

  display: flex;

  align-items: center;

  color: #424242;

  font-size: 0.875rem;
}

.itinerary-content .itinerary-meta ul li:before {
  margin-right: 15px;

  color: #c62827;

  font-size: calc(1.275rem + 0.3vw);

  position: relative;

  top: 0;

  font-family: "Font Awesome 5 Pro";

  font-weight: 700;
}

.itinerary-content .itinerary-meta ul li span {
  line-height: 1.2;

  font-weight: 500;
}

.itinerary-content .itinerary-meta ul li.accommodation:before {
  content: "\f015";
}

.itinerary-content .itinerary-meta ul li.food:before {
  content: "\f2e7";
}

.itinerary-content .itinerary-meta ul li.time:before {
  content: "\f017";
}

.itinerary-content .itinerary-meta ul li.distance:before {
  content: "\f3c5";
}

.itinerary-note-wrapper {
	padding: 0px 25px; 
	background: #f69a07;
	color: #fff; 
	position: relative; 
	display: flex; 
	align-items: center;  
	margin-top: 20px;
	border-bottom-left-radius: 14px;
	border-top-right-radius: 14px;
}

.itinerary-note-wrapper:before {
	position: absolute;
	content: "";
	right: -10px;
	top: -13px;
	height: 100%;
	width: 97%;
	background-color: #c62827;
	border-radius: 2px; 
	border-top-right-radius: 20px;
	z-index: -1;
}

.itinerary-note-wrapper .itinerary-note {
  flex: 0 0 80%;
  max-width: 80%;
}

.itinerary-note p {
	font-size: 1rem;
	color: #fff;
	line-height: 1.6;
	margin-bottom: 0;
}
.similar-package {
	background: linear-gradient(to bottom, rgb(247, 247, 247) 0%,rgb(255, 255, 255) 100%);
	box-shadow: 0 -1px 0px rgba(11,60,93,.1),0 -1px 2px rgba(11,60,93, .04);
}
.itinerary-note-wrapper .itinerary-custom {
  flex: 0 0 20%;

  max-width: 20%;

  text-align: end;
}

.itinerary-note-wrapper .itinerary-custom .btn {
  padding: 10px 20px;

  text-align: center;

  background: #003151;

  border-color: #003151;

  color: #fff;

  position: relative;
}

#inclusions .inclusions-wrapper {
  font-size: 1.0625rem;

  color: #424242;

  background-color: #f7f7f7;

  padding: 25px 20px;
}

.inclusions .cost_title {
  font-size: 1.25rem;

  font-weight: 600;

  display: block;

  padding-bottom: 15px;

  color: #222;
  font-size: 1.25rem;
    /* font-weight: 600; */
    display: block;
    padding-bottom: 15px;
    color: #222;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 600;
}

.inclusions ul {
	padding-left: 0; 
	margin-bottom: 40px;
}

.inclusions ul li {
	list-style: none;  
	position: relative; 
	margin-left: 30px; 
	color: #222; 
	line-height: 2;
}

.inclusions ul li:before {
	display: inline-block;
	content: "\f00c";
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	left: -24px;
	top: 6px;
	border-radius: 3px;
	color: #006633;
	font-size: 14px;
}

.cost_dtl .cost_title {
      font-size: 1.25rem;
    /* font-weight: 800; */
    display: block;
    padding-bottom: 15px;
    color: #222;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 800;
}

.cost_dtl .cost_detail {
  line-height: 24px;
}

.cost_dtl .cost_detail ul {
  padding-left: 0;

  margin: 0;
}

.cost_dtl .cost_detail ul li {
  list-style: none;

  position: relative;

  margin-left: 30px;

  color: #222;

  line-height: 2;
}

.cost_dtl .cost_detail.cost_exclude ul li:before {
  content: "\f00d";

  color: #ff0000;

  top: 1px;

  left: -24px;

  display: inline-block;

  font-family: "Font Awesome 5 Pro";

  font-weight: 700;

  position: absolute;

  border-radius: 3px;
}
.common-module strong{
	color: #c62827;
}
#faqs .content-title .package-inner-title {
  text-transform: capitalize !important;
}

/* sidebar */

.booking-module-content {
  position: relative;
  background-color: #FDFDFD;
  padding: 20px;
  box-shadow: 0 0 2px rgba(11,60,93,.4),0 -1px 2px rgba(11,60,93, .04);
  margin-bottom: 40px;
  border-radius: 2px;
}

@media (min-width: 992px) {
  .booking-sticky {
    position: fixed;

    top: 0;

    transform: translateY(90px);

    animation: mymove 0.3s ease;

    animation-timing-function: linear;
  }
}

@keyframes mymove {
  from {
    opacity: 0;

    transform: translateY(-100%);
  }

  to {
    opacity: 1;

    transform: translateY(60px);
  }
}

.booking-module-content .btn-heart {
  position: absolute;

  content: "";

  right: 10px;

  top: 10px;

  background-color: transparent;

  height: 35px;

  width: 35px;

  line-height: 35px;

  border-radius: 50%;

  padding: 0 0;

  text-align: center;

  cursor: pointer;

  -webkit-transition: 0.3s linear all;

  transition: 0.3s linear all;

  z-index: 1;
}

.booking-module-content .btn-heart i {
  color: #003151;

  font-size: 1.5rem;

  line-height: 35px;
}

.booking-module {
  position: relative;
}

.booking-module .package-price {
  display: block;

  padding-bottom: 10px;
}

.booking-module .package-price__from {
  display: block;

  color: #424242;

  font-size: 0.875rem;

  font-weight: 600;
}

.booking-module .package-price__tag {
  display: flex;

  align-items: baseline;

  color: #424242;

  font-size: 0.875rem;
}

.booking-module .package-price__tag b {
  color: #003151;
    padding-right: 5px;
    font-size: 2.25rem;
    font-weight: 800;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-transform: uppercase;
}

.group-price {
  position: relative;

  border-radius: 2px;

  background-color: #FDFDFD;

  z-index: 1;

  font-size: 0.8375rem;
}

.group-price:before {
  position: absolute;

  content: "";

  left: 0;

  right: 0;

  top: 0;

  height: 100%;

  background-color: #fff;

  z-index: -1;

  border-radius: 2px;
}

.group-price .collapsible {
  font-size: 1rem;

  font-weight: 600;

  padding-left: 10px;

  color: #222;

  width: 100%;

  display: block;

  display: flex;

  align-items: center;

  justify-content: space-between;

  border: none;

  background-color: none;

  padding: 10px 10px;

  border-radius: 4px;

  height: 45px;

  cursor: pointer;
}

.group-price .collapsible.in:after {
  content: "\f068";
}

.group-price .collapsible:after {
  font-family: "Font Awesome 5 Pro";

  display: inline-block;

  color: #319931;

  font-weight: 600;

  font-size: 1rem;

  content: "\f067";

  -webkit-transition: 0.3s linear transform;

  transition: 0.3s linear transform;
}

.group-price .cost-schedule-wrapper {
  background-color: #fff;
}

.group-price .cost-schedule {
  text-align: left;

  font-size: 15px;

  padding: 5px 10px;

  border: 0;

  font-weight: 500;

  background-color: #FDFDFD;

  margin-bottom: 0;
}

.group-price .cost-schedule table {
  margin: 0;

  padding: 0;
}

.group-price .cost-schedule thead {
  font-weight: 600;

  color: #fff;
}

.table > thead {
  vertical-align: bottom;
}

.sr-only {
  position: absolute;

  width: 1px;

  height: 1px;

  padding: 0;

  margin: -1px;

  overflow: hidden;

  clip: rect(0, 0, 0, 0);

  border: 0;
}

.group-price .cost-schedule table tr > td:first-child {
  font-size: 0.875rem;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.group-price .cost-schedule table tr > td {
  padding:3px 0;
}

.group-price .cost-schedule thead td {
  border: 0;

  padding: 0;

  text-transform: uppercase;
}

.table > tbody {
  vertical-align: inherit;
}

.group-price .cost-schedule table > tbody > tr > td {
  color: #424242;
  background: #FDFDFD;
  border: none;
}

.group-price .cost-schedule table > tbody > tr:last-child {
	border-top: 1px solid #003151;
	padding: 10px 0;
}

.booking-module form {
  margin-top: 20px;
}
.booking-module .form-group{
	margin-bottom: 10px;
}
.booking-module form label {
  font-weight: 700;

  margin-bottom: 5px;

  font-size: 1rem;

  color: #222;
}

.calendar {
  position: relative;

  display: block;
}

.booking-module form .form-control {
  min-height: 40px;

  border-width: 1px;

  border-color: #c62827;

  font-size: 0.875rem;

  border-radius: 4px;

  background-color: transparent;
}

.calendar:after {
  font-family: "Font Awesome 5 Pro";

  position: absolute;

  top: 50%;

  display: inline-block;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  content: "\f073";

  right: 10px;

  font-size: 20px;

  color: #319931;

  pointer-events: none;

  font-weight: 600;
	display: none;
}

.booking-module form .calendar:after {
  color: #319931;
}

.increment_decrement {
  position: relative;

  padding-left: 36px;

  padding-right: 36px;

  border: 1px solid #b2b2b2;

  border-radius: 2px;
}

.booking-module form .increment_decrement {
  border: 1px solid #003151;

  border-radius: 2px;

  padding-right: 0;
}

.booking-module form .form-control {
  min-height: 40px;

  border-width: 1px;

  border-color: #003151;

  font-size: 0.875rem;

  border-radius: 4px;

  background-color: transparent;
}

.booking-module form .increment_decrement input {
	font-weight: 700; 
	padding: 0; 
	text-align: center; 
	border: none; 
	color: #424242;
	background : transparent;
}

.increment_decrement input[readonly] {
  background-color: #fff;
}

.increment_decrement .handler {
  position: absolute;

  right: 0;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

  display: flex;

  justify-content: space-between;

  pointer-events: none;

  flex-direction: row-reverse;
}

.increment_decrement .handler span {
  pointer-events: auto;

  margin: 2px;

  height: 32px;

  width: 32px;

  border-radius: 2px;

  background-color: #f2f7fb;

  display: inline-flex;

  justify-content: center;

  align-items: center;

  line-height: 1;

  font-size: 0.625rem;

  transition: all 0.3s ease;

  cursor: pointer;
}

.booking-module form .increment_decrement .handler span {
  background-color: #ddd;

  height: 35px;

  width: 35px;
}

.booking-module form .increment_decrement .handler span {
  background-color: #ddd;

  height: 35px;

  width: 35px;
}

.booking-module form .increment_decrement .handler span i {
  font-size: 1rem;
	color: #000;
}

.booking-module form .cost {
  color: #222;

  display: block;

  padding-bottom: 15px;

  font-size: 1rem;

  display: flex;

  justify-content: space-between;
}

.booking-module .depa-book {
  display: flex;

  justify-content: space-between;
}

.booking-module .depa-book .btn {
  flex: 0 0 49%;

  max-width: 49%;

  font-size: 0.875rem;

  font-weight: 600;

  height: 40px;
}

.booking-module .booking-trip .btn {
	width: 100%;
	text-align: center;
	font-size: 0.9375rem;
	background: #042364;
	border: 1px solid #042364; 
	text-transform: uppercase;
}

.depa-book .btn {
  padding: 10px 15px;
}

.booking-module .side-rate {
  text-align: center;

  margin-top: 15px;
}

.booking-module .side-rate .rating {
  font-size: 0.875rem;

  color: #424242;

  float: inherit;
}

.booking-module .side-rate .rating i {
  color: #ff6000;

  font-size: 1.25rem;

  position: relative;

  top: 2px;
}

.booking-module .side-rate .rating b {
  font-weight: 800;

  color: #fff;

  font-size: 1.125rem;

  padding: 0 5px;
}

.add-ons {
  padding: 20px 25px;

  background-color: #e8fbe6;

  border-radius: 2px;

  position: relative;

  margin-left: 3px;
}

.add-ons:before {
  position: absolute;

  content: "";

  left: -3px;

  top: 0;

  height: 100%;

  width: 100%;

  background-color: #319931;

  border-radius: 2px;

  z-index: -1;
}

.add-ons span {
  font-size: 1.25rem;

  font-weight: 700;

  display: block;

  color: #222;

  padding-bottom: 10px;
}

.add-ons > ul {
  list-style: none;

  padding-left: 30px;
}

.add-ons > ul > li {
  padding-left: 0;

  position: relative;

  line-height: 1.7;

  padding-bottom: 5px;

  color: #424242;
}

.add-ons > ul > li:before {
  display: inline-block;

  content: "\f30b";

  position: absolute;

  font-family: "Font Awesome 5 Pro";

  font-size: 1.125rem;

  padding-left: 2px;

  text-align: center;

  left: -30px;

  top: -1px;

  color: #319931;
}

.package-page h2 {
  font-size: 1.5rem;

  margin: 0 0 10px;

  font-weight: 800;
}

.content-title {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  justify-content: space-between;

  margin: 0 0 15px;
}

.content-title .package-inner-title {
  font-size: 1.5rem;

  font-weight: 800;

  color: #c62827;
}

#depature-dates .sorting {
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  #depature-dates .sorting .form-group {
    margin-bottom: -24px;
  }
}

#depature-dates .sorting label {
  margin: 0 10px 0 0;

  color: #666;

  font-size: 0.9375rem;

  font-weight: 600;

  text-transform: uppercase;
}

#depature-dates .sorting .custom_select {
  overflow: inherit;
}

.custom_select {
	max-width: 500px;
	width: 100%;
	position: relative; 
	display: block;  
	overflow: hidden;
}

/* .expand-all {
	background: #042364;
	border: 1px solid #042364;
	border-radius: 4px;
	color: #fff;
	width: 120px;
	height: 50px;
	line-height: 46px;
	font-weight: 500;
	font-size: 15px;
} */

#depature-dates .sorting .form-control {
  height: 35px;

  font-weight: 700;

  color: #424242;

  border: 1px solid #319931;

  background-color: transparent;

  cursor: pointer;

  font-size: 0.8125rem;

  cursor: pointer;

  font-size: 0.8125rem;
}

#depature-dates .sorting .custom_select:after {
  color: #424242;

  right: 15px;

  text-align: center;
}

.custom_select:after {
  font-family: "Font Awesome 5 Pro";

  font-weight: 600;

  position: absolute;

  top: 50%;

  display: inline-block;

  content: "\f078";

  right: 10px;

  font-size: 14px;

  color: #636363;

  height: 20px;

  line-height: 20px;

  margin-top: -10px;

  transform-origin: center;

  transition: 0.2s -webkit-transform;

  transition: 0.2s transform;

  transition: 0.2s transform, 0.2s -webkit-transform;

  pointer-events: none;
}

.package-departure .departure-content {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);

  border-radius: 3px;

  padding: 10px 10px;

  margin-bottom: 15px;
}

.package-departure .departure-content .departure-item {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

.package-departure .departure-content .departure-item > div {
  padding: 0 10px;

  line-height: 1.4;
}

.package-departure .departure-content .departure-item .start-date {
  position: relative;
}
.about-use-wrapper .package-price{
	background: #c62827; 
	position: relative;
	z-index: 1;
	}
@media (max-width: 992px) {
	.sidebar-sticky{
		top: 0;
	}
	
}
@media (max-width: 560px) {
	.left-15 {
	  padding-left: 0 inherit !important;
	}
}
@media (min-width: 992px) {
  .package-departure .departure-content .departure-item .start-date {
    width: 20%;
  }

  .package-departure .departure-content .departure-item .end-date {
    width: 20%;
  }

  .package-departure .departure-content .departure-item .depa-price {
    width: 15%;
  }

  .package-departure .departure-content .departure-item .depa-status {
    width: 15%;
  }

  .package-departure .departure-content .departure-item .depa-book {
    width: 25%;

    justify-content: flex-end;
  }
}

.depa-book {
  display: flex;

  align-items: center;
}

.package-departure .departure-content .departure-item span {
  font-size: 0.8125rem;

  color: #424242;

  position: relative;
}

.package-departure .departure-content .departure-item span small {
  color: #424242;

  margin-right: 5px;

  font-size: 0.875rem;
}

.package-departure .departure-content .departure-item span b {
  display: block;

  font-size: 0.9375rem;

  color: #222;
}

.package-departure .depa-book .btn.btn-primary {
	padding: 7px 15px;  
	height: 38px; 
	line-height: 18px; 
	text-transform: uppercase;
	background:#ffa801;
	border: none;
	border-radius: 40px;
}

.package-departure .depa-book .btn {
  font-size: 0.8125rem;
}

.package-departure .depa-book .btn.add-to-cart {
  margin-left: 10px;

  border: none;
}

.package-departure .depa-book .btn i {
  font-size: 1.25rem;

  color: #319931;

  position: relative;

  top: -2px;

  padding: 5px 5px;

  border: 1px solid #319931;

  border-radius: 2px;
}

.package-departure .depa-book .btn.add-to-cart i {
  height: 38px;

  width: 38px;

  line-height: 38px;

  border: 1px solid #319931;
}

.useful-content {
  color: #424242;
}

.faqs .accordion-body > ul > li,
.useful-content > ul {
  list-style: none;

  padding-left: 35px;

  margin-bottom: 15px;
}

.faqs .accordion-body > ul > li,
.useful-content > ul > li {
  padding-left: 0;

  position: relative;

  line-height: 1.7;

  padding-bottom: 5px;

  font-size: 1.0625rem;
}

.faqs .accordion-body > ul > li:before,
.useful-content > ul > li:before {
	display: inline-block;
	content: "\f30b";
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-size: 1rem;
	padding-left: 2px;
	text-align: center;
	left: -35px;
	top: 2px;
	color: #f88915;
	font-weight: 600;
}

#reviews {
  background-image: linear-gradient(to top, #fff 0, #f7f7f7 100%);
}

.featured-review,
.package-review,
.review-list {
  margin-right: 0;

  margin-left: 0;

  position: relative;
}

.review-list ul {
  margin: 0;

  padding: 0;
}

.featured-review .item,
.review-list .item {
  padding: 25px;

  border-radius: 2px;

  background-color: #fff;

  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);

  position: relative;
}

.review .item {
  font-size: 0.9375rem;
}

.review-list ul li {
  list-style: none;
}

.review .item .review-body {
  margin-bottom: 24px;
}

.page_speed_1637383438 {
  height: 100px;
}

.review-text {
  padding-right: 5px;
}

.featured-review .item .review-body h4,
.package-review .item .review-body h4,
.review-list .item .review-body h4 {
  font-weight: 700;

  color: #222;

  text-transform: capitalize;

  font-size: 1.125rem;

  padding-bottom: 5px;
}

.review-list .item .review-body p {
  text-align: start !important;
}

.featured-review .review-body p,
.package-review .review-body p,
.review-list .review-body p {
  font-size: 0.9375rem;
}

.featured-review .item .review-bottom,
.review-list .item .review-bottom {
  display: flex;

  align-items: center;

  padding-top: 30px;
}

.review-list ul .item .review-bottom {
  padding-top: 0;
}

.featured-review .item figure,
.package-review .item figure,
.review-list .item figure {
  height: 60px;

  width: 60px;

  line-height: 57px;

  left: calc(50% - 30px);

  position: relative;

  text-align: center;

  margin-bottom: 0;

  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);

  background-color: #fff;

  border-radius: 5px;
}

ul .item figure {
  position: relative;

  overflow: hidden;

  margin-bottom: 0;
}

figure {
  margin: 0 0 1rem;
}

.letter,
.package-review .item figure .letter,
.review-list .item figure .letter {
  font-weight: 800;

  font-size: 1.25rem;
}

.featured-review .item .review-bottom .detail-content,
.review-list .item .review-bottom .detail-content {
  margin-left: 20px;
}

.featured-review .item .review-from,
.package-review .item .review-from,
.review-list .item .review-from {
  position: absolute;

  content: "";

  right: 0;

  top: -20px;

  background-color: #fff;

  box-shadow: 0 2px 4px 0 rgba(34, 139, 34, 0.1);

  height: 40px;

  width: 40px;

  padding: 5px;

  border-radius: 50%;

  text-align: center;

  line-height: 27px;
}

.featured-review .item .review-from img,
.package-review .item .review-from img,
.review-list .item .review-from img {
  max-width: 30px;
}

#faqs .content-title .package-inner-lead,
#reviews .content-title .package-inner-lead,
.similar-package .content-title .package-inner-lead {
  font-size: 1.125rem;

  color: #c62827;

  position: relative;

  padding-right: 25px;

  font-weight: 600;
}

#faqs .content-title .package-inner-lead:after,
#reviews .content-title .package-inner-lead:after,
.similar-package .content-title .package-inner-lead:after {
  position: absolute;

  content: "";

  right: -25px;

  top: 13px;

  height: 1px;

  width: 30px;

  background-color: #319931;
}

#faqs .content-title .package-inner-title,
#reviews .content-title .package-inner-title,
.similar-package .content-title .package-inner-title {
    font-size: calc(1.325rem + 0.9vw);
    color: #222;
    display: block;
    margin-bottom: 15px;
    font-weight: 900;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-transform: uppercase;
}
@media (min-width: 1200px) {
  #faqs .content-title .package-inner-title,
  #reviews .content-title .package-inner-title,
  .similar-package .content-title .package-inner-title {
    font-size: 2rem;
  }
}

.view-more-btn {
  position: relative;

  z-index: 1;
}

#faqs {
  background-color: #f7f7f7;
}

.title-head-content {
  padding-bottom: 20px;

  display: flex;

  justify-content: space-between;

  align-items: center;

  position: relative;
}

.faqs ul {
  padding: 2px 2px 0;

  list-style: none;
}

.faqs .accordion-item {
  margin: 0;

  border: none;

  border-radius: 2px;

  padding: 20px;

  background-color: #fff;

  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.faqs .accordion-item .accordion-header {
  background-color: transparent;

  border: none;

  padding: 0;

  margin-bottom: 0;
}

.faqs .accordion-item .accordion-header h4 {
	font-family: "Roboto", sans-serif;
	margin: 0;
	font-weight: 500;
	font-size: 1.125rem;
	color: #424242;
	cursor: pointer;
	position: relative;
	padding-right: 30px;
	line-height: 1.7;
}

.faqs .accordion-item .accordion-header h4:after {
  position: absolute;

  font-family: "Font Awesome 5 Pro";

  display: inline-block;

  color: #237ac9;

  font-weight: 700;

  right: 0;

  top: 0;

  font-size: calc(1.275rem + 0.3vw);

  content: "\f107";

  transition: 0.3s linear transform;
}

.similar-package .content-title {
  margin-bottom: 0;

  line-height: 1.2;
}

.package-list ul > li {
  list-style: none;

  padding: 12px;
}

.package-list ul:after {
  display: block;
  clear: both;
  content: "";
}

.package-list .item {
	position: relative;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
	z-index: 1;
	border-radius: 2px;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 20px;
}
.page-link{
	color: #1abada;
}
.active > .page-link{
	color: #fff;
	background: #1abada;
}

.package-list .item figure {
  position: relative;

  margin-bottom: 0;

  overflow: visible;

  padding: 5px;
}

ul .item figcaption {
  padding: 25px;

  position: relative;
}

.package-list figcaption {
  padding: 20px !important;
}

.package-list .item figure a {
  position: relative;

  z-index: 0;

  display: block;

  overflow: hidden;
}

.package-list .item figure img {
  transition: 0.3s linear all;

  width: 100%;

  border-radius: 2px;
}

.package-list .item figure a > * {
  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;
}

.package-list .item figure a:before {
  background-color: #dcdcdc;

  border-radius: 2px;

  background-position: 50% 50%;

  background-size: auto 20%;

  background-repeat: no-repeat;

  content: "";

  display: block;

  width: 100%;

  padding-top: 74%;

  z-index: -1;
}

.package-list .item figure .btn {
  position: absolute;

  content: "";

  left: 10px;

  top: 10px;

  background-color: transparent;

  height: 35px;

  width: 35px;

  line-height: 35px;

  border-radius: 50%;

  padding: 0 0;

  text-align: center;
}

.review.review-list li + li {
  margin-top: 30px;
}

.package-list .item figure .btn i {
  color: #fafafa;

  font-size: 1.5rem;

  line-height: 35px;
}

.package-list figcaption .intro-text {
  position: sticky;

  text-align: left;
}

.package-list figcaption .intro-text h4 {
  margin-bottom: 0;

  font-size: 1.0625rem;

  line-height: 1.2;

  font-weight: 800;

  height: 40px;
}

.package-list figcaption .intro-text h4 a {
  text-decoration: none;

  transition: 0.3s linear;

  color: #222;
}

ul .item figcaption h4 a {
  color: #222;

  text-decoration: none;

  word-break: break-word;
}

.package-list figcaption .package-meta .price {
  line-height: 1.2;

  color: #666;

  padding-top: 10px;
}

.package-list figcaption .package-meta .price span.normal {
  font-size: 0.875rem;

  color: #424242;
}

.package-list figcaption .package-meta .price span {
  display: block;

  font-weight: 500;
}

.package-list figcaption .package-meta .price span.normal b {
  font-weight: 800;

  color: #237ac9;

  font-size: 1rem;

  padding-left: 5px;
}

.package-list figcaption .package-meta .price span.normal small {
  padding-left: 5px;

  color: #424242;
}

.package-list figcaption .package-meta .duration-rate {
  display: flex;

  justify-content: space-between;

  align-items: flex-end;

  padding-top: 10px;
}

meta .duration-rate .package-duration .duration {
  position: relative;

  padding-left: 25px;
}

.package-list figcaption .duration {
  font-size: 0.875rem;

  color: #424242;
}

.package-list
  figcaption
  .package-meta
  .duration-rate
  .package-duration
  .duration:before {
  position: absolute;

  content: "\f073";

  left: 0;

  top: -4px;

  font-family: "Font Awesome 5 Pro";

  font-size: 1.125rem;

  font-weight: 600;
}

.package-list figcaption .rating {
  font-size: 0.875rem;

  color: #424242;
}

.package-list figcaption .rating i {
  color: #319931;

  font-size: 1.25rem;

  position: relative;

  top: 2px;
}

.package-list figcaption .rating b {
  font-weight: 800;

  color: #319931;

  font-size: 1.125rem;

  padding: 0 5px;
}
.package-list > .row {
  margin: 0 -20px;
}

.package-list .intro-news-content {
	padding: 15px;
	margin-bottom: 24px;
}
.package-list .intro-news-content .intro-text h4 {
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 800;
  font-family: "DM Sans", sans-serif;
}
.package-list .intro-news-content .intro-text h4 a {
  text-decoration: none;
  transition: 0.3s linear;
  color: #222;
}

.package-list .intro-news-content .news-date {
  margin-bottom: 7px;
}

.package-list .intro-news-content .news-month,
.package-list .intro-news-content .user-info {
  display: flex;
  align-items: center;
  gap: 5px;
}
.package-list .intro-news-content .news-month i,
.package-list .intro-news-content .user-info i {
  font-size: 15px;
}
.blog-right-box {
	background: #fff;
	padding: 25px;
	border-radius: 5px;
	box-shadow: 0 0 6px 0 rgb(0 0 0/6%);
}
.blog-right-box .heading {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.blog-right-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-right-box li {
	border-bottom: 1px dotted #aca8a8;
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
	font-size: 16px;
	padding-left: 20px;
	position: relative;
}
.blog-right-box li a .fa.fa-angle-double-right {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px;
}
.blog-right-box a {
  color: #333333;
  text-decoration: none;
}

.blog-right-box h1 {
	color: #2a4263;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 5px 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
}
.blog-right-box i {
  padding-right: 10px;
}
text.highcharts-credits {
    font-size: 0px !important;
}
.sec-block .card-btn {
	position: absolute;
	left: 20px;
	top: 20px;
	background: #c62827;
	border: none;
}
.pd15{
	padding: 0 20px !important;
}
