/*
Theme Name: MountainRoutes
Author: Adim Subedi
Author URI: https://www.itsadim.com/
Description: 
Version: 1.0
Tags: Responsive, 
Text Domain: itsadimonly
*/
html {
  font-size: 100%;
  height: 100%;
  min-height: 100%;
}

body {
  font-size: 18px;
  font-size: 1.125rem;
  min-height: 100%;
  height: 100%;
  margin: 0;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

p, ul, ol, li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: #092b66;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: rgb(253, 143, 3);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/**header**/
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

header {
  padding-top: 5px;
}
header.home {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(11, 53, 125, 0.8)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(11, 53, 125, 0.8));
}

nav {
  position: relative;
  z-index: 9;
}
nav a {
  color: #fff;
}

.navbar-nav .nav-link {
  color: #fff;
  font-weight: 400;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:active, .navbar-nav .nav-link:focus {
  color: rgb(253, 143, 3);
}
.navbar-nav .nav-link.active {
  color: rgb(253, 143, 3);
}
@media (max-width: 1024px) {
  .navbar-nav .nav-link {
    font-size: 16px;
    font-size: 1rem;
  }
}
.navbar-toggler {
  min-width: 1px !important;
}
@media (max-width: 991px) {
  .navbar-toggler {
    display: block !important;
    padding: 0 15px !important;
  }
}
.navbar-toggler .fa {
  color: rgb(255, 255, 255);
}

.dropdown-menu {
  padding: 0;
  margin-top: 0;
  border: none !important;
  margin-top: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dropdown-menu.show {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.dropdown-toggle + .dropdown-menu > li a.dropdown-item {
  line-height: 1.3;
  padding: 7px 15px;
}
.dropdown.mega {
  position: static;
}
.dropdown.mega ul {
  width: 100%;
}

.offcanvas {
  max-width: 75%;
  background: #eeeeee;
}
.offcanvas .btn-close {
  right: 0;
  padding: 15px 20px;
  position: absolute;
}
.offcanvas-logo {
  padding: 5px 0 0 10px;
}
.offcanvas-logo img {
  max-height: 100px;
}
.offcanvas-menu {
  overflow-y: scroll;
}
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offcanvas-menu ul.collapse {
  border-top: 1px solid #d9d9d9;
}
.offcanvas-menu ul.collapse li a {
  padding-left: 25px;
  font-weight: 500;
}
.offcanvas-menu ul li {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.offcanvas-menu ul li:last-child {
  border: none;
}
.offcanvas-menu ul li a {
  display: block;
  font-weight: 400;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}
.offcanvas-menu ul li a[aria-expanded=false] {
  position: relative;
}
.offcanvas-menu ul li a[aria-expanded=false]:before {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
}
.offcanvas-menu ul li a[aria-expanded=true] {
  position: relative;
}
.offcanvas-menu ul li a[aria-expanded=true]:before {
  content: "-";
  position: absolute;
  right: 20px;
  font-size: 20px;
}
.offcanvas-menu ul li.heading a {
  font-weight: 700 !important;
  color: rgb(11, 53, 125);
  padding-left: 35px !important;
}
.offcanvas-menu ul li.heading a[aria-expanded=false] {
  position: relative;
}
.offcanvas-menu ul li.heading a[aria-expanded=false]:before {
  content: "";
  position: absolute;
  right: 20px;
  font-size: 20px;
}
.offcanvas-menu ul li.heading a[aria-expanded=true] {
  position: relative;
}
.offcanvas-menu ul li.heading a[aria-expanded=true]:before {
  content: "";
  position: absolute;
  right: 20px;
  font-size: 20px;
}
.offcanvas-menu ul li.heading ~ li a {
  font-weight: 400;
  padding-left: 45px;
}

section.banner {
  height: 40vh;
}
section.banner.home {
  height: 72.5vh;
  background-position: 50% center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
section.banner.home::before {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  section.banner.home {
    background-position: 27.5% center;
  }
}
section.banner.page {
  padding: 15% 0;
  height: auto;
}
@media (max-width: 1199px) {
  section.banner.page {
    height: auto;
    background-size: cover;
    padding: 25% 0;
  }
}
section.banner.single {
  padding: 15% 0;
  height: auto;
}
@media (max-width: 1199px) {
  section.banner.single {
    height: auto;
    background-size: cover;
    padding: 25% 0;
  }
}
section.banner.center {
  background-position: center;
}
section.banner.topl {
  background-position: top left;
}
section.banner.topr {
  background-position: top right;
}
section.banner.topc {
  background-position: top center;
}
section.banner.bottoml {
  background-position: bottom left;
}
section.banner.bottomr {
  background-position: bottom right;
}
section.banner.bottomc {
  background-position: bottom center;
}
section.banner.checkout {
  margin-top: 105px;
  padding: 5% 0;
  height: auto;
}
@media (max-width: 1199px) {
  section.banner.checkout {
    height: auto;
    background-size: cover;
    padding: 15% 0;
  }
}
section.imgblock {
  height: 555px;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.imgblock {
    height: auto;
    min-height: 300px;
  }
}
section.experts {
  background: #eff5fe;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  section.scrollmenu .container {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  section.packages .col-md-3 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  section.packages .col-md-3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.packages .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  section.packages .col-md-4 {
    width: 100%;
  }
}

.block-logo a {
  display: block;
}
.block-logo a img {
  height: 100px;
}
.block-search {
  position: relative;
  z-index: 9;
  padding: 15px;
  border-radius: 20px;
}
.block-search h1, .block-search h2, .block-search h3, .block-search h4 {
  color: rgb(255, 255, 255);
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.6);
  line-height: 1;
  margin-bottom: 15px;
}
.block-search p {
  font-size: 20px;
  font-size: 1.25rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 991px) {
  .block-header_last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.block-breadcrumb {
  padding-top: 10px;
}
.block-breadcrumb p {
  font-size: 16px;
  font-size: 1rem;
}
.block-breadcrumb p a {
  color: rgb(11, 53, 125);
}
.block-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-contacts ul {
  margin: 0;
  padding: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-contacts li {
  list-style: none;
}
.block-contacts li a {
  margin: 0 5px;
  padding: 5px;
  display: block;
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-size: 1.5rem;
}
.block-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-features li {
  position: relative;
}
.block-features li:before {
  content: "";
  width: 1px;
  height: 30px;
  background: gray;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .block-features li:before {
    height: 50%;
    margin: auto;
    bottom: 0;
  }
}
.block-features li:first-child:before {
  display: none;
}
@media (max-width: 575px) {
  .block-features li {
    width: 33.33%;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .block-features li:nth-child(4):before {
    display: none;
  }
}
@media (max-width: 375px) {
  .block-features li {
    width: 50%;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .block-features li:nth-child(odd):before {
    display: none;
  }
  .block-features li:nth-child(4):before {
    display: block;
  }
}
.block-features h2 {
  margin-bottom: 0;
  margin-bottom: 0;
  color: #1153c3;
}
@media (max-width: 767px) {
  .block-features h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.block-features p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #a6a6a6;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .block-features p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    padding-top: 3px;
  }
}
.block-tagline h2 strong {
  color: #0f49ac;
}
.block-tagline p {
  color: #6e6e6e;
}
.block-tagline p strong {
  text-decoration: underline;
}
.block-package {
  position: relative;
}
.block-package .img-fluid {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-package a {
  color: rgb(11, 53, 125);
  display: block;
  position: relative;
}
.block-package a:before {
  content: "";
  background: rgb(11, 53, 125);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
}
.block-package .overlay {
  position: absolute;
  z-index: 9;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.block-package .overlay h2 {
  position: relative;
  z-index: 999;
  padding: 10px 15px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  background-color: rgb(255, 255, 255);
  color: rgb(11, 53, 125);
}
@media (max-width: 1199px) {
  .block-package .overlay h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
}
.block-package .overlay:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(80%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 bottom 0;
  transform-origin: 0 bottom 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.block-package .overlay:hover:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(253, 143, 3)), color-stop(80%, rgba(253, 143, 3, 0)));
  background: linear-gradient(0deg, rgb(253, 143, 3) 0%, rgba(253, 143, 3, 0) 80%);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.block-package_tripcount {
  position: relative;
  z-index: 9;
  padding: 15px;
  background: #404040;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 30px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 1199px) {
  .block-package_tripcount {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 8px 15px;
  }
}
.block-package_related {
  border: 1px solid #a9c6f7;
  padding: 15px;
  background: #eff5fe;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.block-package_related img {
  max-width: 37.5%;
}
@media (max-width: 991px) {
  .block-package_related img {
    max-width: 100%;
  }
}
.block-package_related p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 15px;
}
.block-package_related .btn {
  font-size: 14px;
  font-size: 0.875rem;
  min-width: 1px;
}
.block-highlight {
  background-size: cover;
  background-position: bottom center;
  position: relative;
  padding: 50px;
}
@media (max-width: 767px) {
  .block-highlight {
    padding: 25px;
  }
}
.block-highlight::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-highlight_content {
  width: 55%;
  padding: 15px 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .block-highlight_content {
    padding: 15px 30px;
    width: 100%;
  }
}
.block-slide_pkg {
  background: rgb(255, 255, 255);
  margin: 0 15px 15px 5px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 0 0 15px 0;
}
@media (max-width: 1199px) {
  .block-slide_pkg {
    width: 24%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
}
@media (max-width: 991px) {
  .block-slide_pkg {
    width: 31.333%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-right: 1%;
    margin-left: 1%;
  }
}
@media (max-width: 767px) {
  .block-slide_pkg {
    width: 48%;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    margin-right: 1%;
    margin-left: 1%;
  }
}
@media (max-width: 568px) {
  .block-slide_pkg {
    width: 100%;
  }
}
.block-slide_pkg--img {
  margin-bottom: 15px;
}
.block-slide_pkg--img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.block-slide_pkg a {
  color: #464646;
}
.block-slide_pkg a:hover {
  color: rgb(11, 53, 125);
}
.block-slide_pkg--location {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 15px;
  margin-bottom: 10px;
}
.block-slide_pkg--location .fa {
  color: rgb(253, 143, 3);
  margin-right: 5px;
}
.block-slide_pkg--location.treks {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.block-slide_pkg--name {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  min-height: 45px;
  padding: 0 15px;
  margin-bottom: 10px;
}
.block-slide_pkg--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-slide_pkg--meta .fa,
.block-slide_pkg--meta .fa-regular {
  line-height: 20px;
  margin-right: 3px;
  color: rgb(253, 143, 3);
}
.block-slide_pkg--meta.days {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-slide_pkg--meta.price {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  padding-right: 15px;
}
.block-slide_pkg--meta.price .fa {
  margin-left: 3px;
}
@media (max-width: 1199px) {
/*   .block-slide_pkg--meta.price {
    padding-top: 5px;
    padding-left: 15px;
    width: 100%;
    display: block;
  } */
}
.block-slide_pkg.destination {
  height: auto;
  width: 47.5%;
  margin: 0 1.25% 1.25%;
}
.block-slide_pkg.destination .block-slide_pkg--img img {
  height: auto;
}
.block-slide_pkg.destination .block-slide_pkg--name h2 {
  font-size: 16px;
  font-size: 1rem;
}
.block-review {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  margin-top: 5px;
  margin-bottom: 15px;
  border-radius: 7px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
@media (max-width: 767px) {
  .block-review {
    margin-bottom: 15px;
  }
}
.block-review_img img {
  max-width: 60px;
  border-radius: 50%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.block-review_details {
  padding-top: 10px;
}
.block-review_details h4 {
  margin-bottom: 0px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}
.block-review_details p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #8c8c8c;
}
.block-review_details p .fa {
  color: rgb(253, 143, 3);
  margin-right: 3px;
  line-height: 1;
}
.block-review_details p .fa:first-child {
  margin-left: 15px;
}
.block-review_text {
  font-size: 14px;
  font-size: 0.875rem;
}
.block-review_text p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px !important;
  color: #404040;
}
.block-review_text h3 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  color: #8c8c8c;
}
.block-review_text h3 strong {
  font-weight: 400;
  color: #8c8c8c;
}
.block-expert_content p {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-size: 1rem;
}
.block-pricing {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  padding: 15px;
  width: 100%;
}
.block-pricing p {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
}
.block-pricing p.big {
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.57);
}
.block-pricing span.price {
  display: block;
  margin-top: -10px;
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
}
.block-pricing_action a {
  margin: 5px 0;
}
@media (max-width: 767px) {
  .block-pricing {
    position: relative !important;
    max-width: 100%;
    margin-bottom: 15px;
    top: 0 !important;
  }
}
.block-booking_content form {
  width: 50%;
}
.block-booking_content label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.block-booking_content label.card {
  padding: 10px;
}
.block-booking_content input {
  border: 1px solid rgb(11, 53, 125);
  border-radius: 0;
  width: 100%;
  clear: both;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.block-promo {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #6397f1;
  padding: 15px 20px;
  background: #eff5fe;
  border-radius: 7px;
}
.block-promo ul {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-promo ul li {
  width: 100%;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
.block-promo ul li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  color: #03a025;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.block-promo p {
  margin-bottom: 0;
}
.block-trip {
  padding: 15px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-top: 15px;
}
.block-trip_head {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .block-trip_dates, .block-trip_price {
    width: 50%;
  }
}
.block-trip_price span {
  display: block;
  clear: both;
}
.block-trip_price span.regular.off {
  text-decoration: line-through;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .block-trip_status {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.block-destination_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-team {
  margin-top: 30px;
}
.block-team ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-team li {
  list-style: none;
  width: 24%;
  margin-bottom: 30px;
}
.block-team_wrap {
  border: 1px solid #eeefef;
  height: 100%;
}
.block-team_wrap img {
  margin-bottom: 15px;
}
.block-team_wrap .name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(11, 53, 125);
  padding: 0 15px;
}
.block-team_wrap .designation {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
  padding: 0 15px;
  margin: 5px 0;
}
.block-team_wrap .description {
  padding: 0 15px;
  margin: 5px 0;
}
.block-team_wrap .description p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.block-team_wrap .social {
  padding: 0 15px;
}
.block-team_wrap .social ul {
  margin: 0;
  padding: 0;
  text-align: left;
  display: block;
}
.block-team_wrap .social li {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.block-team_wrap .social li a {
  color: #262626;
}
.block-archive_loop {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-archive_img {
  width: 37.5%;
}
@media (max-width: 991px) {
  .block-archive_img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.block-archive_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-archive_details {
  width: 60%;
}
@media (max-width: 991px) {
  .block-archive_details {
    width: 100%;
  }
}
.block-archive_title h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
.block-archive_title h2 a:hover {
  color: rgb(0, 0, 0);
}
.block-archive_excerpt p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}
.block-archive_meta {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 11px;
  padding: 5px 0;
}
.block-archive_meta .author {
  padding: 0 15px;
  margin: 0 15px;
  border-right: 1px solid #a6a6a6;
  border-left: 1px solid #a6a6a6;
}
.block-archive_meta .updated {
  padding: 0 15px;
  margin: 0 15px;
  border-right: 1px solid #a6a6a6;
  border-left: 1px solid #a6a6a6;
}
.block-archive_meta .date,
.block-archive_meta .author,
.block-archive_meta .comments {
  color: gray;
}
.block-archive_meta .date a,
.block-archive_meta .author a,
.block-archive_meta .comments a {
  color: gray;
}
.block-archive_link .btn {
  min-width: auto;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 15px;
  line-height: 1.5;
}
.block-scrollmenu {
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .block-scrollmenu {
    padding: 10px;
    overflow-x: auto;
  }
}
.block-scrollmenu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.block-scrollmenu li {
  white-space: nowrap;
}
.block-scrollmenu li a {
  color: #666666;
  padding: 10px;
}
.block-scrollmenu li a:hover, .block-scrollmenu li a:focus {
  color: #0d3f94;
}
@media (max-width: 1024px) {
  .block-scrollmenu li a {
    font-size: 16px;
    font-size: 1rem;
  }
}
.block-scrollmenu li:first-child a {
  padding-left: 0;
}
.block-toc {
  border: 1px solid #a9c6f7;
  padding: 15px;
  background: #eff5fe;
}
@media (max-width: 991px) {
  .block-toc {
    margin-bottom: 30px;
  }
}
.block-gallery ul {
  margin: 0;
  padding: 0;
}
.block-gallery li {
  list-style: none;
  margin: 0.5%;
  width: 49%;
}
.block-meta_author {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #a9c6f7;
  padding: 15px;
  background: #eff5fe;
}
.block-meta_author--img {
  width: 30%;
}
.block-meta_author--details {
  width: 65%;
}
.block-meta_author--details p {
  font-size: 14px;
  font-size: 0.875rem;
}
.block-meta_author--details .social ul {
  margin: 0;
  padding: 0;
  text-align: left;
  display: block;
}
.block-meta_author--details .social li {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.block-meta_author--details .social li a {
  color: #262626;
}
.block-footer_menu h4, .block-footer_menu h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: rgb(0, 0, 0);
}
.block-footer_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-footer_menu li {
  width: 50%;
}
.block-footer_menu li a {
  color: rgb(0, 0, 0);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.block-footer_menu li a:hover, .block-footer_menu li a:focus {
  text-decoration: underline;
  color: #8c8c8c;
}
@media (max-width: 767px) {
  .block-footer_menu {
    margin-top: 20px;
  }
}
.block-footer_subscribe h2, .block-footer_subscribe h3, .block-footer_subscribe h4 {
  font-size: 18px;
  font-size: 1.125rem;
  color: rgb(0, 0, 0);
}
@media (max-width: 991px) {
  .block-footer_subscribe {
    margin-top: 20px;
  }
}
.block-footer_copyright h4, .block-footer_copyright h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: rgb(0, 0, 0);
}
.block-footer_copyright p {
  font-size: 13px;
  font-size: 0.8125rem;
}
.block-footer_copyright ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-footer_copyright li a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0 5px;
}
.block-footer_copyright li img {
  max-height: 50px;
  margin: 0 5px;
}
.block-api_content h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.block-checkout {
  font-size: 14px;
  font-size: 0.875rem;
  background: rgba(0, 0, 0, 0.07);
  padding: 30px 20px;
}
.block-checkout label {
  font-size: 14px;
  font-size: 0.875rem;
}
.block-checkout h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px 0;
}
.block-checkout h3 strong {
  color: rgb(11, 53, 125);
}
.block-checkout h1, .block-checkout h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
.block-checkout h1 strong, .block-checkout h2 strong {
  font-size: 14px;
  font-size: 0.875rem;
}
.block-checkout .form-control {
  margin-bottom: 10px;
}
.block-checkout .form-check {
  display: inline-block;
  margin-right: 15px;
}
.block-checkout h4 {
  font-size: 16px;
  font-size: 1rem;
  color: rgb(11, 53, 125);
  margin: 10px 0;
}
.block-checkout h4 strong {
  color: rgb(11, 53, 125);
}
.block-checkout .input-group {
  margin-bottom: 30px;
}
.block-checkout .input-group-append {
  position: relative;
  left: -20px;
  padding: 0;
}
.block-checkout .input-group .btn {
  min-width: 1px;
  background: rgb(11, 53, 125);
  padding: 0;
  color: #FFF;
  font-size: 20px;
  width: 32px;
  height: 32px;
  line-height: 24px;
  text-align: center;
}
.block-checkout .input-group input {
  border: none;
}
.block-checkout .input-group .form-control {
  width: 40%;
  text-align: center;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  padding: 0;
  margin-bottom: 0;
  background: transparent;
}
.block-checkout #makpay {
  margin-top: 15px;
  width: 90%;
}
.block-checkout_summary {
  border: 1px solid #6397f1;
  background: #eff5fe;
  padding: 20px 30px;
}
.block-checkout_summary h1, .block-checkout_summary h2, .block-checkout_summary h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 20px 0;
}
.block-checkout_summary h1 strong, .block-checkout_summary h2 strong, .block-checkout_summary h3 strong {
  color: rgb(11, 53, 125);
}
.block-checkout_summary h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 10px 0;
}
.block-checkout_summary h4 strong {
  color: rgb(11, 53, 125);
}
.block-checkout_summary ul {
  margin: 0;
  padding: 0;
}
.block-checkout_summary li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.block-checkout_summary li label {
  font-size: 14px;
  font-size: 0.875rem;
  width: 40%;
  color: rgb(11, 53, 125);
  font-weight: 600;
  position: relative;
}
.block-checkout_summary li label:after {
  content: ":";
  position: absolute;
  right: 10px;
}
.block-checkout_summary li span {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}
.block-checkout_summary li#summary-total-amount {
  padding: 10px;
  background: rgb(253, 143, 3);
}
.block-checkout_summary li#summary-total-amount label, .block-checkout_summary li#summary-total-amount span {
  color: rgb(255, 255, 255);
}
.block-comments {
  margin-top: 30px;
  width: 100%;
  border-top: 2px solid #eeefef;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment-list li ol {
  margin: 20px 0 0 45px;
  padding: 0;
  list-style: none;
}
.comment-list .thread-even {
  margin-bottom: 30px;
}
.comment-list .thread-even .comment-body {
  border: 1px solid #e6e6e6;
  padding: 20px 10px;
}
.comment-list .thread-odd .comment-body {
  border: 1px solid #e6e6e6;
  padding: 20px 10px;
}
.comment-respond {
  padding: 30px;
  margin-top: 30px;
  background: rgba(0, 0, 0, 0.05);
}
.comment-form label {
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
}
.comment-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 16px;
}
.comment-form input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 16px;
}
.comment-form input[type=submit] {
  background: rgb(11, 53, 125);
  color: #fff;
}
.comment-form input[type=submit]:hover {
  background: #3478ed;
}
.comment-form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  width: auto;
  width: 32px;
  height: 32px;
  border-radius: 0;
  margin-right: 15px;
}
.comment-form .comment-form-cookies-consent label {
  width: 80%;
  line-height: 1;
}
.comment-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.comment-author img {
  border-radius: 50%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border: 2px solid #eeefef;
  margin-right: 10px;
  max-width: 48px;
  height: auto;
}
.comment-content {
  padding: 15px 20px;
}
.comment-content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.comment-body .reply {
  margin-left: 20px;
}
.comment-body .reply a {
  background: rgb(11, 53, 125);
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 15px;
}
.comment-body .reply a:hover {
  background: rgb(253, 143, 3);
  color: rgb(0, 0, 0);
}
.comment-metadata {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #dedede;
}
.comment-notes {
  font-size: 14px;
  font-size: 0.875rem;
}
.comment-respond {
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
}
.comment-respond small {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: capitalize;
  color: rgb(253, 143, 3);
}
.comment-reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.comments-title {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 15px 0;
}

.post-content p, .post-content li, .post-content ol, .post-content ul {
  line-height: 30px;
}
.post-content p:last-child, .post-content li:last-child, .post-content ol:last-child, .post-content ul:last-child {
  margin-bottom: 0;
}
.post-content h2 {
  font-size: 28px;
  font-size: 1.75rem;
}
.post-content h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.post-content table, .post-content.overview table {
  font-size: 16px;
  font-size: 1rem;
}
.post-content.overview table tbody, .post-content.overview table tr, .post-content.overview table td,
.post-content.overview table tbody, .post-content.overview table tr, .post-content.overview table td{
  border: none;
}
.post-content table tr td,
.post-content.overview table tr td{
  vertical-align: middle;
  color: #262626;
  display: inline-block;
}
@media (max-width: 991px) {
  .post-content table tr td,
  .post-content.overview table tr td{
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .post-content table tr td svg,
  .post-content.overview table tr td svg{
    max-width: 50px;
  }
}
.post-content table tr td:nth-child(2),
.post-content table tr td:nth-child(4),
.post-content.overview table tr td:nth-child(2),
.post-content.overview table tr td:nth-child(4){
  width: 35%;
}
@media (max-width: 1199px) {
  .post-content table tr td:nth-child(2),
  .post-content table tr td:nth-child(4),
  .post-content.overview table tr td:nth-child(2),
  .post-content.overview table tr td:nth-child(4){
    width: 42.5%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .post-content table tr td:nth-child(2),
  .post-content table tr td:nth-child(4),
  .post-content.overview table tr td:nth-child(2),
  .post-content.overview table tr td:nth-child(4){
    width: 40%;
  }
}
.post-content table tr td:nth-child(1),
.post-content table tr td:nth-child(3),
.post-content.overview table tr td:nth-child(1),
.post-content.overview table tr td:nth-child(3){
  width: 7.5%;
}
@media (max-width: 1199px) {
  .post-content table tr td:nth-child(1),
  .post-content table tr td:nth-child(3),
  .post-content.overview table tr td:nth-child(1),
  .post-content.overview table tr td:nth-child(3){
    width: 7.5%;
  }
}
@media (max-width: 991px) {
  .post-content table tr td:nth-child(1),
  .post-content table tr td:nth-child(3),
  .post-content.overview table tr td:nth-child(1),
  .post-content.overview table tr td:nth-child(3){
    width: 10%;
  }
}
@media (max-width: 991px) {
  .post-content table tr,
  .post-content.overview table tr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.post-content.itineraries ul {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.post-content.itineraries ul::after {
  content: "";
  width: 2px;
  height: 93.5%;
  background: #feb14f;
  position: absolute;
  left: 2px;
  top: 25px;
}
.post-content.itineraries li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 0 25px;
  position: relative;
}
.post-content.itineraries li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #feb14f;
  background-clip: border-box;
  border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  left: -4px;
  top: 18px;
}
.post-content.details-itinerary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-content.details-itinerary li {
  margin-bottom: 30px;
}
.post-content.details-itinerary li h3, .post-content.details-itinerary li h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
.post-content.details-itinerary li h3 strong, .post-content.details-itinerary li h2 strong {
  font-size: 16px;
  font-size: 1rem;
  border-top: 1px solid #eeefef;
  border-bottom: 1px solid #eeefef;
  padding: 10px 0;
  margin-top: 20px;
  font-weight: 500;
  display: block;
  clear: both;
  color: #595959;
  background: rgba(11, 53, 125, 0.05);
  padding-left: 5px;
}
.post-content.faqs > ul {
  margin: 0;
  padding: 0;
}
.post-content.faqs .accordion-item {
  border: none;
  border-bottom: 1px solid #eeefef;
}
.post-content.faqs .accordion-header {
  border: none;
}
.post-content.faqs .accordion-header button {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
.post-content.faqs .accordion-button {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(0, 0, 0);
}
.post-content.faqs .accordion-button[aria-expanded=true] {
  background: #eff5fe;
}
.post-content.faqs .accordion-collapse.show {
  background: #eff5fe;
}
.post-content.promo {
  margin-bottom: 30px;
  border: 1px solid #6397f1;
  padding: 15px 25px;
  background: #eff5fe;
}
.post-content.promo ul {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-content.promo ul li {
  width: 33.33%;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
.post-content.promo ul li::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  color: #03a025;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.post-content.promo ul li:last-child {
  width: 50%;
}
.post-content.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-content.reviews .block-review {
  width: 100%;
  margin-bottom: 30px;
}
.post-content.includes ul {
  margin: 0;
  padding: 0;
}
.post-content.includes li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.post-content.includes li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  color: #03a025;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.fixed-top {
  background: rgb(255, 255, 255);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
@media (max-width: 600px) {
  .fixed-top {
    overflow-x: scroll;
  }
}

.spacer {
  padding: 30px 15px;
  display: block;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-50 {
  margin-top: 50px;
}

.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-50 {
  padding: 50px;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}

#promoside {
  position: relative;
}
@media (max-width: 767px) {
  #promoside {
    position: relative !important;
    top: 0 !important;
    display: none;
  }
}

#promoside.fixed .block-promo {
  width: 100%;
  max-width: 416px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  #promoside.fixed .block-promo {
    max-width: 356px;
  }
}
@media (max-width: 1199px) {
  #promoside.fixed .block-promo {
    max-width: 319px;
  }
}
@media (max-width: 991px) {
  #promoside.fixed .block-promo {
    max-width: 216px;
  }
}
@media (max-width: 767px) {
  #promoside.fixed .block-promo {
    width: auto;
    max-width: 100%;
  }
}

.column-two {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  margin: 20px 0;
}

.highlight-bg {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
}

#card-element {
  padding: 20px 10px;
  border: 1px solid #ced4da;
  margin-top: 10px;
  background: #fff;
}

#homesearch {
  position: absolute;
  width: 100%;
}
@media (max-width: 767px) {
  #homesearch {
    position: relative;
  }
  #homesearch input {
    border-radius: 0;
    background-clip: padding-box; /* stops bg color from leaking outside the border: */
    padding: 10px;
  }
}
#homesearch .form-control {
  padding: 20px 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#homesearch .form-control.homebanner {
  box-shadow: -1px 5px 5px 0px rgba(0, 0, 0, 0.59);
  -webkit-box-shadow: -1px 5px 5px 0px rgba(0, 0, 0, 0.59);
  text-transform: capitalize;
}

#subscribe .form-control {
  padding: 9px 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
  #subscribe .form-control {
    border-radius: 0;
    background-clip: padding-box; /* stops bg color from leaking outside the border: */
  }
}
#subscribe .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 767px) {
  #subscribe .btn {
    margin-top: 5px;
    border-radius: 0;
    background-clip: padding-box; /* stops bg color from leaking outside the border: */
  }
}

#trek-package-form {
  margin: 15px 0;
}

#trek-package-form ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#trek-package-form li {
  margin-bottom: 10px;
  list-style: none;
}

ul.years li, ul.months li {
  padding: 5px 10px;
}
ul.months li {
  width: 16.666%;
  margin-bottom: 5px;
}
ul.months li label {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
ul.months li label.selected {
  background: rgb(171, 225, 244);
  border: 1px solid rgb(20, 122, 157);
}
ul.months li label input {
  display: none;
}
ul.months li input:checked:has(label) {
  border: 1px solid #ff0000;
}
ul.years li input[type=radio], ul.months li input[type=radio] {
  padding: 0;
  margin-bottom: 0;
  margin-right: 0;
}
ul.departure-dates > li {
  width: 100%;
  display: block;
}
ul.remaining-seats li {
  width: 100%;
  padding: 5px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 5px 15px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
}
ul.remaining-seats li > div {
  padding: 5px;
}
ul.remaining-seats li > div .title {
  display: block;
  font-weight: 700;
  clear: both;
  width: 100%;
  line-height: 1;
  margin-bottom: 7px;
}
ul.remaining-seats li .dates {
  width: 35%;
}
ul.remaining-seats li .dates .details {
  line-height: 1;
}
ul.remaining-seats li .seats {
  width: 20%;
}
ul.remaining-seats li .seats .details {
  line-height: 1;
}
ul.remaining-seats li .cost {
  width: 25%;
}
ul.remaining-seats li .cost .title {
  margin-bottom: 15px;
}
ul.remaining-seats li .cost span.realcost {
  text-decoration: line-through;
  color: #ff0000;
}
ul.remaining-seats li .cost span {
  display: block;
  line-height: 1;
  width: 100%;
}
ul.remaining-seats li .customeraction {
  width: 20%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: end;
}
ul.remaining-seats li .customeraction button {
  margin-bottom: 0;
}

.button-orange {
  background: rgb(253, 143, 3);
  border: none;
  padding: 5px 20px;
  width: 100%;
  color: #fff;
}
.button-orange:hover, .button-orange:active {
  background: #cb7302;
}

#duration_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#duration_filter p {
  display: block;
  width: 100%;
  clear: both;
}
#duration_filter label {
  padding: 5px 7px;
  margin: 0 2px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 255, 0.5);
  border-radius: 10px;
}
#duration_filter label.selected {
  background: rgba(0, 0, 255, 0.5);
}
@media (max-width: 767px) {
  #duration_filter label {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
#duration_filter label input {
  display: none;
}

@media (max-width: 767px) {
  #filtered-results {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#filtered-results .block-slide_pkg {
  width: 18%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
  padding: 0 0 15px 0;
}
@media (max-width: 767px) {
  #filtered-results .block-slide_pkg {
    width: 48%;
    margin: 0;
    margin-bottom: 15px;
  }
}

.btn {
  padding: 10px 20px;
  border: none;
  min-width: 140px;
}
.btn-primary {
  background: rgb(11, 53, 125);
}
.btn-primary.light {
  background: #1153c3;
}
.btn-secondary {
  background: rgb(253, 143, 3);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: #e58102;
}
.btn-secondary.light {
  background: #feb14f;
}
.btn-big {
  padding: 21px;
}
.btn-homebanner {
  padding: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: -1px 5px 5px 0px rgba(0, 0, 0, 0.59);
  -webkit-box-shadow: -1px 5px 5px 0px rgba(0, 0, 0, 0.59);
}

footer.footer {
  margin-top: 50px;
  background: #eff5fe;
  padding: 30px 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}