body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 15px;
  color: #3c3c3b;
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

iframe {
  max-width: 100%;
}

h1 {
  color: #222;
  font-size: 1.75rem;
}

h2 {
  color: #222;
  font-size: 1.5rem;
  font-weight: 400;
}

h3 {
  color: #222;
  font-size: 1.5rem;
}

h4 {
  color: #222;
  font-size: 1.25rem;
  font-weight: 400;
}

h5 {
  color: #222;
  font-size: 1.125rem;
}

h6 {
  color: #222;
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: #013976;
}
a:hover {
  color: #fab31e;
}

.clearBoth {
  clear: both;
}

.red {
  color: #ce0606 !important;
}

.font-18 {
  font-size: 1.125rem;
}

.btn {
  color: #3c3c3b;
  padding: 15px 25px;
  background: #fab31e;
  display: inline-block;
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.btn:hover {
  background: #fbc450;
  border-color: #fbc450;
  color: #3c3c3b;
}

.yellow-btn {
  background: #fab31e;
  border-radius: 10px;
  color: #3c3c3b;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 16px 18px;
  width: 100%;
  text-align: center;
  display: block;
}
.yellow-btn:hover {
  color: #000;
}

.container {
  max-width: 1200px;
}

.container-small {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
  padding: 0 15px;
}

.logo_own {
  position: relative;
  top: -12px;
  margin-left: 5px;
}

.comb1 {
  background: #add8e6;
  color: #fff;
  background: #d3d3d3;
  color: #fff;
}

.comb2 {
  background: #f08080;
  color: #fff;
}

.comb3 {
  background: #deb887;
  color: #fff;
}

.comb4 {
  background: #d3d3d3;
  color: #fff;
}

.comb5 {
  background: #90ee90;
  color: #fff;
}

.comb6 {
  background: #d3d3d3;
  color: #fff;
}

.comb7 {
  background: #ffb6c1;
  color: #fff;
}

.comb8 {
  background: #ffa07a;
  color: #fff;
}

.comb9 {
  background: #20b2aa;
  color: #fff;
}

.comb10 {
  background: #87cefa;
  color: #fff;
}

.comb11 {
  background: #778899;
  color: #fff;
}

.comb12 {
  background: #b0c4de;
  color: #fff;
}

header {
  border-bottom: 2px solid #013976;
  height: 48px;
  align-items: center;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99999;
  position: sticky;
}
header ul {
  margin-top: 0px;
}
header ul li {
  margin-right: 56px;
}
header ul li:last-child {
  margin-right: 0;
}
header ul li ul li {
  margin-right: 0;
}
header ul li ul li a.dropdown-item {
  font-size: 0.875rem;
}
header .navbar-brand {
  display: flex;
}
header .navbar-nav {
  flex-direction: inherit;
  justify-content: flex-end;
}
header .navbar-nav .nav-link {
  color: #3c3c3b;
  font-size: 14px;
}
header .navbar-nav .nav-link .bi-search:before {
  position: relative;
  top: 0px;
}
header .navbar-nav .nav-item .lang {
  margin-top: 0px;
}
header .navbar-nav .currencies a.dropdown-toggle {
  position: relative;
  top: 0px;
}
header .navbar-nav .currencies a.dropdown-toggle::after {
  margin-left: 10px;
}
header .navbar-nav .nav-link.phone-link {
  position: relative;
  top: 0px;
}
header .navbar-nav .nav-link.phone-link i {
  margin-right: 5px;
}
header .navbar-nav .dropdown-menu {
  position: absolute;
}
header .navbar-collapse {
  flex-basis: inherit !important;
  flex-grow: inherit !important;
}
header .navbar-brand span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-left: 10px;
  color: #013976;
  margin-top: 13px;
  height: 48px;
  display: block !important;
  margin-left: 20px !important;
}
header .off-cannvas-toggle {
  cursor: pointer;
  height: 22px;
  width: 22px;
  display: inline-block;
  border-radius: 4px;
  margin: 8px 0 0 15px;
  position: relative;
  margin-top: 12px;
}
header .off-cannvas-toggle span {
  width: 22px;
  height: 2px;
  background: #3c3c3b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  display: block;
}
header .off-cannvas-toggle span:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 3px;
  background: #3c3c3b;
  bottom: -6px;
  height: 2px;
}
header .off-cannvas-toggle span:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 3px;
  background: #3c3c3b;
  height: 2px;
  top: -6px;
}

.secondary-header {
  background: #0b2232;
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
}

.top-secondary-bar {
  padding: 0px 0 !important;
  height: 80px;
}
.top-secondary-bar h2 {
  color: #fff;
  line-height: 36px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0;
}
.top-secondary-bar .tourDataLeft {
  float: left;
  height: 80px;
  width: 67%;
  display: flex;
  align-items: center;
  padding: 0;
}
.top-secondary-bar .tourDataLeft h3 {
  color: #fff;
  display: table-cell;
  line-height: 36px;
  font-size: 24px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .top-secondary-bar .tourDataLeft {
    width: 55% !important;
  }
}
.top-secondary-bar .tourDataRight {
  display: flex;
  font-size: 18px;
  height: 80px;
  padding: 0 15px;
  width: 33%;
  align-items: center;
}
.top-secondary-bar .tourDataRight .bookbutton {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .top-secondary-bar .tourDataRight {
    width: 40%;
  }
}

.cart-box {
  position: relative;
  top: 0px;
}
.cart-box i {
  font-size: 1.25rem;
}
.cart-box .count {
  background: #fab31e;
  border-radius: 50%;
  font-size: 9px;
  height: 14px;
  left: 16px;
  top: 3px;
  position: absolute;
  width: 14px;
  text-align: center;
  color: #fff;
}

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.offcanvas.offcanvas-end {
  width: 250px;
  background: #333;
}
.offcanvas.offcanvas-end .offcanvas-body {
  padding: 0;
}
.offcanvas.offcanvas-end .offcanvas-body ul {
  padding: 0;
  margin: 0;
}
.offcanvas.offcanvas-end .offcanvas-body ul li {
  list-style-type: none;
}
.offcanvas.offcanvas-end .offcanvas-body ul li a {
  border-bottom: 1px solid #262626;
  padding: 0.6666666667rem;
  color: #fff;
  font-size: 14px;
  display: block;
}
.offcanvas.offcanvas-end .offcanvas-body ul.dropdown-menu {
  position: relative !important;
  background: #333;
  width: 100%;
  border-radius: 0px;
  padding: 0px 20px;
  transform: inherit !important;
  top: -1px !important;
}
.offcanvas.offcanvas-end .offcanvas-body ul.dropdown-menu li a.dropdown-item {
  font-size: 13px;
  border: none;
  background: transparent !important;
  white-space: normal;
}

.offcanvas-right .offcanvas-header {
  padding-bottom: 0;
  color: #fff;
  border-bottom: 1px solid #262626;
  padding: 12px;
  font-size: 1rem;
}
.offcanvas-right .btn-close {
  opacity: 1;
  filter: brightness(0);
  filter: contrast(100%);
  -webkit-filter: invert(100%);
  filter: invert(100%);
  background-size: 12px;
  top: -6px;
  position: relative;
}

.offcanvas-header h5 {
  font-size: 1rem;
  color: #fff;
}

.modal-backdrop.show {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.1 !important;
  z-index: 1000 !important;
}

.top-canvas-open .offcanvas-backdrop.show {
  opacity: 0 !important;
  z-index: -1 !important;
}

.search-offcanvas.offcanvas-top {
  top: 0px;
  height: 500px;
  -webkit-box-shadow: 0 3px 3px 1px rgba(68, 68, 68, 0.35);
  -moz-box-shadow: 0 3px 3px 1px rgba(68, 68, 68, 0.35);
  box-shadow: 0 3px 3px 1px rgba(68, 68, 68, 0.35);
  padding-bottom: 70px;
  padding-top: 120px;
  z-index: 15;
}
.search-offcanvas.offcanvas-top .offcanvas-body {
  padding: 0rem 0;
  overflow: inherit;
}
.search-offcanvas.offcanvas-top .offcanvas-body .search-formbox {
  margin-top: 40px;
}
.search-offcanvas.offcanvas-top .container {
  max-width: 730px;
}

.widget_salebanner {
  position: relative;
  z-index: 100;
}

.search-offcanvas .btn-close {
  background: none;
  opacity: 1;
}
.search-offcanvas .btn-close:focus {
  outline: 0;
  box-shadow: inherit;
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
}
.search-offcanvas .btn-close i {
  color: #3c3c3b;
  font-weight: bold;
  font-size: 26px;
}

.search-formbox {
  text-align: left;
  margin-top: 30px !important;
}
.search-formbox input {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 7px 0 rgba(60, 60, 59, 0.54) !important;
  border-radius: 10px !important;
  color: #3c3c3b !important;
  font-size: 18px !important;
  height: 48px !important;
  padding: 0 0 0 18px !important;
}
.search-formbox input::placeholder {
  color: #666 !important;
}
.search-formbox .btn-warning {
  background: #fab31e;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  height: 48px;
  margin-left: 10px;
  width: 48px;
  padding: 10px 15px;
  position: relative;
  top: 0px;
  transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
}
.search-formbox .btn-warning i {
  font-size: 1.25rem;
  color: #fff;
  position: relative;
  top: 0px;
  left: -1px;
}
.search-formbox .btn-warning:hover {
  background: #fccc69;
  transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
}
.search-formbox .search-btn {
  width: 100%;
  display: block;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
  background: #013976;
  color: #fff !important;
  border-radius: 10px;
  font-size: 18px;
  height: 48px;
  margin-top: 25px;
  border: none;
  padding: 0.7rem 2rem 1.0625rem 2rem;
  font-weight: 400;
}
.search-formbox .search-btn:hover {
  background-color: #013976;
}
.search-formbox .search-btn:focus {
  background-color: #013976;
}
.search-formbox .search-btn:focus:focus-visible {
  background-color: #fab31e;
}
.search-formbox .search-btn:focus:focus-visible:hover {
  background-color: #013976;
}
.search-formbox .search-btn i {
  margin-left: 25px;
  color: #fff;
  position: absolute;
  top: 9px;
  font-size: 22px;
}
.search-formbox .search-btn-active {
  background-color: #fab31e !important;
}
.search-formbox .search-btn-active:hover {
  background-color: #013976;
}
.search-formbox .search-btn-active-hover {
  background-color: #013976;
}

.offcanvas-body .search-formbox .btn-warning:hover {
  background-color: #db9605;
}

i.bi:before {
  font-weight: bold !important;
}

.view-all-tours {
  margin-top: 25px;
}
.view-all-tours a {
  font-size: 18px;
}
.view-all-tours a i {
  margin-left: 5px;
  font-size: 0.875rem;
}

#breadcrumbs {
  font-size: 12px;
  margin-bottom: 10px;
}

body.single #breadcrumbs {
  padding-left: 0px;
}
body.single .right-sidebar .widget_search {
  display: none;
}
body.single .content-area .entry-title {
  margin: 10px 0 10px;
}
body.single .content-area .entry-meta {
  margin-bottom: 15px;
}
body.single .content-area .post-thumbnail {
  margin-bottom: 15px;
}
body.single footer.entry-footer {
  background-color: transparent;
  display: none;
}
body.single .comments-area .comments-title {
  display: none;
}
body.single .comments-area .comment-reply-title {
  display: none;
}
body.single .comments-area .comment-form .comment-notes {
  display: none;
}
body.single .comments-area .comment-form .comment-form-cookies-consent {
  display: none;
}
body.single .comments-area .comment-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 16px;
}
body.single .comments-area .comment-meta .says {
  -ms-flex-order: 1;
  order: 1;
  margin-right: 2px;
}
body.single .comments-area .comment-meta .url {
  -ms-flex-order: 2;
  order: 2;
  margin-right: 4px;
}
body.single .comments-area .comment-meta .on {
  -ms-flex-order: 3;
  order: 3;
  margin-right: 4px;
}
body.single .comments-area .comment-meta time {
  -ms-flex-order: 4;
  order: 4;
}
body.single .comments-area .media-body-wrap {
  background: #f2f2f2;
  padding: 16px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: none;
  margin-bottom: 40px;
}
body.single .comments-area .media-body .card-header {
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: transparent;
  border: none;
}
body.single .comments-area .comment-list {
  padding-left: 0;
  list-style-type: none;
}
body.single .comments-area .comment .comment-body a.pull-left {
  display: none;
}
body.single .comments-area h3.comment-box {
  font-size: 16px;
  margin: 18px 0;
  font-weight: 400;
  color: #222;
}
body.single nav.post-navigation {
  display: none;
}
body.single .comment-form label {
  display: none;
}
body.single .comment-form .comment-form-author {
  margin-right: 2%;
  float: left;
  width: 49%;
}
body.single .comment-form .comment-form-author input[type=text] {
  color: #000;
  font-size: 15px;
  padding: 7px 15px;
  border: 1px solid #000;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 100%;
}
body.single .comment-form .comment-form-email {
  float: left;
  width: 49%;
}
body.single .comment-form .comment-form-email input[type=email] {
  color: #000;
  font-size: 15px;
  padding: 7px 15px;
  border: 1px solid #000;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 100%;
}
body.single .comment-form textarea {
  color: #000;
  font-size: 15px;
  padding: 7px 15px;
  border: 1px solid #000;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 100%;
  height: 160px;
}
body.single .comment-form .form-submit {
  text-align: right;
}
body.single .comment-form .form-submit .submit {
  border: 1px solid #000;
  padding: 14px 40px 14px 10px;
  max-width: 300px;
  width: 100%;
  color: #000;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  background: transparent url(../../../images/next.png) no-repeat 105px center;
  background-size: 20px auto;
}

.breadcrumb-box {
  padding: 10px 0;
  font-size: 0.75rem;
}
.breadcrumb-box .breadcrumb_last {
  font-weight: bold;
}
.breadcrumb-box ol li.active {
  font-weight: bold;
  color: #3c3c3b;
}

.breadcrumb_last {
  font-weight: bold;
}

.hero-section {
  height: auto;
  margin-top: 0px;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}

.initHp.play {
  cursor: pointer;
  bottom: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-filter: drop-shadow(0 2px 10px #000);
  filter: drop-shadow(0 2px 10px #000);
}
.initHp.play i.bi-pause-circle-fill {
  display: none;
}
.initHp.play h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}
.initHp.play h2 i.bi-play-circle-fill {
  font-size: 38px;
}
.initHp.play h2 span {
  margin-right: 25px;
}

.initHp.pause {
  cursor: pointer;
  bottom: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-filter: drop-shadow(0 2px 10px #000);
  filter: drop-shadow(0 2px 10px #000);
}
.initHp.pause span {
  display: none;
}
.initHp.pause i.bi-play-circle-fill {
  display: none;
  display: none;
}
.initHp.pause i.bi-pause-circle-fill {
  display: block;
  color: #fff;
}
.initHp.pause h1 {
  opacity: 0 !important;
}

.videoContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #ccc;
  z-index: -1;
}

.senshi-bgV {
  position: absolute;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

#vimeoVV {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

.video-content {
  text-align: center;
  padding: 140px 0 140px 0;
}
.video-content .container {
  max-width: 1000px;
}
.video-content h1 {
  font-size: 62px;
  color: #fff;
  margin-top: 4px;
  text-shadow: 0 2px 10px #000;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}
.video-content span {
  display: block;
  font-size: 27px;
  color: #fff;
  margin-bottom: 24px;
  margin-top: 8px;
  font-weight: 300;
  line-height: 1.4;
}
.video-content .search-formbox {
  max-width: 768px;
  margin: 0 auto;
}

.information-section {
  padding: 30px 15px;
  border-bottom: 1px solid #d8d8d8;
}
.information-section h5 {
  font-size: 18px;
  margin-left: 0px;
}

.product-section {
  padding: 40px 0 0px;
}
.product-section h2 {
  font-size: 40px;
  max-width: 970px;
  margin: 0 auto 0px;
  color: #888;
  line-height: 1.4;
}
.product-section a {
  color: #013976;
}
.product-section a:hover {
  color: #eca105;
}
.product-section .col-lg-4 {
  margin-bottom: 24px;
}

.product-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 0 0 0 #fff, 0 4px 3px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 0 0 #fff, 0 4px 3px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 0 0 #fff, 0 4px 3px 0 rgba(0, 0, 0, 0.11);
  height: 100%;
}
.product-box:hover {
  -webkit-box-shadow: 0 0 0 0 #fff, 0 1px 3px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0 0 0 #fff, 0 1px 3px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 0 0 #fff, 0 1px 3px 0 rgba(0, 0, 0, 0.26);
  transition: all 0.3s ease-in-out;
}
.product-box .product-innerbox .price {
  margin-top: 60px;
  padding-bottom: 10px;
  text-align: right;
}
.product-box .product-innerbox .price h3 {
  font-size: 16px;
  font-weight: 400;
  min-height: inherit;
  margin: 7px 7px 0 0;
  display: inline-block;
}
.product-box .product-innerbox .price span {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  padding: 6px 6px 0 0;
  color: #3c3c3b;
}
.product-box img.lazy {
  height: auto;
  width: 100%;
}
.product-box .feefo-rating img {
  width: auto;
  height: 22px;
}
.product-box h3 {
  font-size: 16px;
  margin: -2px 0 6px 0;
  color: #3c3c3b;
  font-weight: 600;
}

.feefo-rating {
  height: 24px;
  margin-bottom: 9px;
}

.duration {
  color: #3c3c3b;
  font-size: 14px;
  font-weight: 600;
}

.ez-cancel {
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 24px;
  margin: 6px 0 0 0;
  position: relative;
  color: #3c3c3b;
}
.ez-cancel i {
  color: #8dda5d;
  margin-right: 2px;
}
.ez-cancel .freeCancellationMsg {
  background: #71b767;
  color: #fff;
  cursor: pointer;
  left: 0;
  max-width: 380px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 9px;
  position: absolute;
  top: -65px;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
.ez-cancel:hover .freeCancellationMsg {
  opacity: 1;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.tours-section {
  padding-bottom: 0px;
}
.tours-section h1 {
  font-size: 32px;
  margin-bottom: 35px;
  font-weight: 400;
  margin-top: 20px;
}
.tours-section h2 {
  margin-bottom: 60px;
  color: #888;
}

.tour-box {
  position: relative;
  overflow: hidden;
  height: 450px;
  margin-bottom: 25px;
}
.tour-box img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  height: 450px;
  object-fit: cover;
}
.tour-box:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.tour-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.tour-box h3 {
  font-size: 26px;
  color: #fff;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 600;
  text-shadow: 0 2px 10px #000;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}

.special-offer-banner {
  margin-top: 60px;
}
.special-offer-banner .btn:active {
  background: #fab31e !important;
  border: 0;
  color: #3c3c3b;
}

.special-offers {
  background-size: cover !important;
  background-position: center;
  text-align: center;
  padding: 100px 0 80px;
  position: relative;
  z-index: 10;
}
.special-offers:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.special-offers:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../../../images/home-middle-logo.png) no-repeat center;
  width: 320px;
  height: 96px;
  top: -42px;
}
.special-offers h2 {
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 2px 10px #000;
  -moz-text-shadow: 0 2px 10px #000;
  -webkit-text-shadow: 0 2px 10px #000;
}
.special-offers p {
  font-size: 1.625rem;
  color: #fff;
  font-weight: 300;
  text-shadow: 0 2px 10px #000;
  -moz-text-shadow: 0 2px 10px #000;
  -webkit-text-shadow: 0 2px 10px #000;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.special-offers p.mt-4 {
  text-shadow: inherit;
  -moz-text-shadow: inherit;
  -webkit-text-shadow: inherit;
}
.special-offers a:hover {
  background: #fbc450;
  border-color: #fbc450;
  color: #3c3c3b;
}

.news-section {
  padding: 50px 0;
  padding-bottom: 0px;
}
.news-section .container {
  max-width: 1000px;
}
.news-section h3 {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  opacity: 0.8;
}
.news-section h2 {
  font-weight: 300;
  font-size: 2.25rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 40px;
}
.news-section p {
  font-weight: 300;
  max-width: 320px;
  font-size: 1.125rem;
}
.news-section a.read-more {
  color: #013976;
  font-weight: 300;
  font-size: 1.25rem;
}

.newsletter-section {
  background: #5caeaf;
  padding: 26px 0 26px;
  text-align: center;
  color: #fff;
}
.newsletter-section h2 {
  color: #fff;
  font-weight: 400 !important;
  text-shadow: 0 2px 10px #000;
  -moz-text-shadow: 0 2px 10px #000;
  -webkit-text-shadow: 0 2px 10px #000;
  font-size: 38px;
  margin-bottom: 5px;
  line-height: 1.4;
}
.newsletter-section h3 {
  color: #fff;
  font-weight: 400 !important;
  text-shadow: 0 2px 10px #000;
  -moz-text-shadow: 0 2px 10px #000;
  -webkit-text-shadow: 0 2px 10px #000;
  font-size: 3rem;
  margin-bottom: 5px;
  line-height: 1.4;
}
.newsletter-section p {
  text-shadow: 0 2px 10px #000;
  -moz-text-shadow: 0 2px 10px #000;
  -webkit-text-shadow: 0 2px 10px #000;
}
.newsletter-section p.text-small {
  color: #fff;
  font-weight: 400 !important;
  font-size: 1.25rem;
}
.newsletter-section .social-links p {
  text-shadow: inherit;
  -moz-text-shadow: inherit;
  -webkit-text-shadow: inherit;
  margin-bottom: 0px;
}
.newsletter-section h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 400 !important;
  text-shadow: 0 2px 10px #000;
  -moz-text-shadow: 0 2px 10px #000;
  -webkit-text-shadow: 0 2px 10px #000;
  margin-top: 16px;
  line-height: 1.4;
}
.newsletter-section .mc4wp-form label {
  display: none;
}
.newsletter-section .mc4wp-form input {
  height: 50px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 200;
  padding: 15px;
  margin-right: 0.8375rem;
  margin-left: 0.8375rem;
  border: none;
}
.newsletter-section .mc4wp-form input[type=submit] {
  background: #fab31e url(../../../images/next.png) no-repeat right center;
  color: #3c3c3b;
  font-size: 18px !important;
  padding: 13px 15px 15px;
  text-align: left;
  text-transform: uppercase;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  max-width: 210px;
  width: 100%;
  text-align: left;
  position: relative;
  top: 3px;
  border: none;
}
.newsletter-section .mc4wp-form input[type=submit]:hover {
  background-color: #fbc450;
  border-color: #fbc450;
  color: #3c3c3b;
}

.social-links {
  margin-top: 10px;
}
.social-links a {
  color: #fab31e;
  width: 65px;
  height: 65px;
  padding: 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
}
.social-links a i {
  font-size: 40px;
}

.page-banner {
  background-position: center;
  background-size: cover;
  padding: 72px 0 76px;
}
.page-banner .search-formbox {
  max-width: 768px;
  margin: 0 auto;
}
.page-banner .search-formbox input {
  margin-right: 7px !important;
}
.page-banner .search-formbox .search-btn {
  margin-top: 26px;
  padding-top: 12px;
}
.page-banner .search-formbox .btn-warning:hover {
  background-color: #db9605;
}
.page-banner .search-formbox .btn-warning i {
  top: -1px;
}
.page-banner .container {
  max-width: 850px;
}

@media only screen and (max-width: 767px) {
  .page-banner {
    padding: 110px 0 79px;
  }
  .page-banner .search-btn {
    margin-top: 35px !important;
  }
  .page-banner .search-formbox {
    padding: 0 3px;
  }
  .page-banner .search-btn i {
    margin-left: 25px !important;
  }
}
.content-section h1 {
  font-size: 2rem;
}

.tours-search-list {
  padding: 15px 0 15px;
}

.search-formbox.search-formbox-filter input {
  width: 220px;
  border: 1px solid #d8d8d8;
  padding: 10.5px 9px !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  font-size: 0.875rem !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  height: 40px !important;
  -webkit-border-radius: 0px !important;
}
.search-formbox.search-formbox-filter .btn.btn-warning {
  margin: 0;
  height: 40px;
  padding: 10px 10px;
}
.search-formbox.search-formbox-filter .btn.btn-warning i {
  font-size: 1.125rem;
}

.tours-filter-type select {
  background-color: #e6e6e6;
  padding: 0.75rem;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #3c3c3b;
  font-size: 0.75rem;
  width: 100px;
  border: none;
  margin-left: 10px;
}
.tours-filter-type select:focus {
  box-shadow: inherit;
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
  border: none;
}
.tours-filter-type select.tour-filter-list {
  width: 150px;
}

.filter-number {
  padding: 15px 0 15px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  font-weight: bold;
  color: #3c3c3b;
  font-size: 1rem;
  margin-bottom: 16px;
}

.badgeContainer {
  height: 28px;
  margin: 12px 0 0 0;
  position: relative;
  width: 65%;
}
.badgeContainer .badgeDefault {
  bottom: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  height: 22px;
  left: 0;
  letter-spacing: 1px;
  line-height: 22px;
  margin-top: 7px;
  padding: 0 16px 0 20px;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 8% 50%, 0 0);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 8% 50%, 0 0);
}
.badgeContainer .badgeDefault.cs-badge-so.of {
  background: #ce0606;
}
.badgeContainer .badgeDefault .cs-badge.so {
  background: #b36111 !important;
}
.badgeContainer .badgeDefault .cs-badge.nt {
  background: #1e824c !important;
}
.badgeContainer .badgeDefault .cs-badge.bs {
  background: #06618e !important;
}
.badgeContainer .badgeDefault .cs-badge.et {
  background: #7b783e !important;
}
.badgeContainer .badgeDefault .cs-badge.ms {
  background: #ce0687 !important;
}
.badgeContainer .badgeDefault .cs-badge.pt {
  background: purple !important;
}

.tour-listing .product-row-box {
  box-shadow: 0 0 0 3px #fff, 0 4px 3px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 0 3px #fff, 0 4px 3px 0 rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 0 0 3px #fff, 0 4px 3px 0 rgba(0, 0, 0, 0.11);
  color: #3c3c3b;
  padding: 6px 0 12px 0;
  margin-bottom: 22px;
}
.tour-listing .product-row-box .product-box {
  box-shadow: inherit;
  -moz-box-shadow: inherit;
  -webkit-box-shadow: inherit;
  border: none;
}
.tour-listing .product-row-box .product-innerbox {
  padding: 0;
}
.tour-listing .product-row-box h3 {
  color: #3c3c3b;
  font-size: 22px;
  font-weight: 600;
  margin: -6px 0 3px 0;
  padding: 0;
}
.tour-listing .product-row-box h4 {
  color: #3c3c3b;
  margin: 8px 0 25px;
  font-size: 16px;
}
.tour-listing .product-row-box .duration {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}
.tour-listing .product-row-box .duration:before {
  margin-right: 5px;
}
.tour-listing .product-row-box .ez-cancel {
  margin-top: 10px;
  font-size: 16px;
  color: #3c3c3b;
  font-weight: 600;
}
.tour-listing .product-row-box .price h3 {
  font-size: 14px;
}
.tour-listing .product-row-box .price span {
  font-size: 22px;
  font-weight: bold;
  margin-left: 8px;
  color: #3c3c3b;
}
.tour-listing .product-row-box .price strike {
  font-size: 18px;
  font-weight: bold;
  color: #3c3c3b;
}
.tour-listing .product-row-box .price strike span {
  font-size: 18px;
}

.tours-footer-filters .container-small {
  padding: 15px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.title-box {
  margin: 20px auto 0 auto;
  padding: 12px;
}
.title-box h1 {
  color: #3c3c3b;
  font-size: 1.75rem;
  font-weight: 600;
}

.video-tour-section {
  clear: both;
  display: block;
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 24px;
}
.video-tour-section .senshi-bgV {
  position: absolute;
  z-index: 0;
  background-image: none;
  background-position: 0 0;
}
.video-tour-section .backstretch {
  left: 0px;
  top: 0px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  height: 400px;
  width: 1024px;
  z-index: -999998;
  position: absolute;
}
.video-tour-section .backstretch-item {
  position: absolute;
  margin: 0px;
  padding: 0px;
  border: none;
  width: 100%;
  height: 100%;
  z-index: -999999;
}
.video-tour-section .backstretch-item img {
  position: absolute;
  margin: 0px;
  padding: 0px;
  border: none;
  width: 1024px;
  height: 683px;
  max-width: none;
  inset: -141.4px auto auto 0px;
}
.video-tour-section .media-button-container {
  float: right;
  height: 28px;
  margin: 15px 15px 0 0;
  position: relative;
  width: 38%;
  z-index: 9;
}
.video-tour-section .media-button-container .media-button {
  background: rgba(1, 1, 1, 0.5);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  right: 0px;
  position: absolute;
}
.video-tour-section .media-button-container .media-button a {
  padding: 0 17px 0 17px;
}
.video-tour-section .media-button-container .media-button i {
  font-size: 24px;
  color: #fff;
  margin-right: 0px;
}
.video-tour-section .media-button-container .media-button i:before {
  font-weight: 400 !important;
}
.video-tour-section #init {
  cursor: pointer;
  height: unset;
  left: 50%;
  position: absolute;
  top: 53%;
  width: 370px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-48%, -50%);
  text-shadow: 0 2px 10px #000;
}
.video-tour-section #init h3 {
  font-size: 44px;
  color: #fff;
}

.single-tour .video-tour-section #init {
  left: 0;
  right: 0;
  bottom: inherit;
  top: 45%;
  width: auto;
  transform: inherit;
  -moz-transform: inherit;
  -webkit-transform: inherit;
}
.single-tour .video-tour-section #init h3 span {
  margin-right: 10px;
}

.tour-details {
  padding-bottom: 0px;
}
.tour-details.stickynav {
  padding-top: 194px !important;
}
@media only screen {
  .tour-details.stickynav {
    padding-top: 0;
  }
}
.tour-details .tour-section-left p {
  font-size: 1rem;
}
.tour-details .tour-section-left h2 {
  font-size: 1.125rem;
  line-height: 26px;
  font-weight: 400;
}
.tour-details .ul-style.highlights {
  border-bottom: 1px solid #d8d8d8;
  font-size: 12px;
  margin: 36px 0 36px 0;
  padding: 0 0 32px 0;
}
.tour-details .ul-style.check {
  margin: 65px 0 0 0;
  border-bottom: 1px solid #d8d8d8;
  font-size: 12px;
  padding: 0 0 32px 0;
}
.tour-details .ul-style.check ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.tour-details .ul-style.check li {
  list-style-type: none;
  font-size: 1rem;
  margin-bottom: 8px;
  position: relative;
  padding-left: 8px;
}
.tour-details .ul-style.check li:before {
  content: "\f26e";
  font-family: bootstrap-icons !important;
  display: block;
  position: absolute;
  top: -7px;
  left: -29px;
  font-size: 24px;
  font-weight: 700;
  background-repeat: no-repeat;
  background: none;
  color: #8dda5d;
}
.tour-details .ul-style.cross ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.tour-details .ul-style.cross li {
  list-style-type: none;
  font-size: 1rem;
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
  padding-left: 8px;
}
.tour-details .ul-style.cross li:before {
  content: "\f62a";
  font-family: bootstrap-icons !important;
  display: block;
  position: absolute;
  top: -7px;
  left: -29px;
  font-size: 24px;
  font-weight: 700;
  background-repeat: no-repeat;
  background: none;
  color: #ce0606;
}
.tour-details .ul-style.pleaseNote {
  border-bottom: 1px solid #d8d8d8;
  font-size: 12px;
  margin: 65px 0 36px 0;
  padding: 0 0 32px 0;
}
.tour-details .ul-style.pleaseNote ul {
  padding-left: 0;
  margin-bottom: 0;
}
.tour-details .ul-style.pleaseNote ul li {
  list-style-type: none;
  font-size: 1rem;
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
  padding-left: 40px;
}
.tour-details .ul-style.pleaseNote ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  background: url(../../../images/info.png);
  width: 16px;
  height: 16px;
  background-size: 16px auto;
  background-repeat: no-repeat;
}

.useful-info-tour {
  margin: 26px 0 50px 7px;
}
.useful-info-tour div {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1rem;
}
.useful-info-tour .duration {
  font-weight: 400;
}

#bookBtnAndBadge {
  border: 1px solid #d8d8d8;
  margin: 0 0 30px 0;
  margin: 0 0 30px 0;
}
#bookBtnAndBadge #badgeContainerDetailRight {
  position: relative;
  width: 100%;
  background-color: #d8d8d8;
  position: relative;
  width: 100%;
}
#bookBtnAndBadge #badgeContainerDetailRight .badgeDefault.tourDesktop {
  left: 15px;
  padding: 0 16px 0 20px;
  left: 15px;
  padding: 0 16px 0 20px;
}
#bookBtnAndBadge #badgeContainerDetailRight .badgeDefault {
  font-weight: 600;
  bottom: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  height: 22px;
  left: 0;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 0 12px 0 20px;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 8% 50%, 0 0);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 8% 50%, 0 0);
  bottom: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  height: 22px;
  left: 0;
  letter-spacing: 1px;
  line-height: 22px;
  padding: 0 12px 0 20px;
  position: absolute;
  top: 0;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 8% 50%, 0 0);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 8% 50%, 0 0);
}
#bookBtnAndBadge #badgeContainerDetailRight .badgeDefault.of {
  background: #ce0606;
}
#bookBtnAndBadge #badgeContainerDetailRight .badgeDefault.so {
  background: #b36111;
}
#bookBtnAndBadge #badgeContainerDetailRight .badgeDefault.nt {
  background: #1e824c;
}
#bookBtnAndBadge #badgeContainerDetailRight .badgeDefault.bs {
  background: #06618e;
}
#bookBtnAndBadge #badgeContainerDetailRight .badgeDefault.et {
  background: #7b783e;
}
#bookBtnAndBadge #badgeContainerDetailRight .badgeDefault.ms {
  background: #ce0687;
}
#bookBtnAndBadge #badgeContainerDetailRight .badgeDefault.pt {
  background: purple;
}
#bookBtnAndBadge #bookBtnContainer {
  min-height: 78px;
  padding: 15px;
  position: relative;
  min-height: 78px;
  padding: 15px;
  position: relative;
}
#bookBtnAndBadge #bookBtnContainer .btnContainer {
  position: absolute;
  right: 15px;
  top: 28px;
  position: absolute;
  right: 15px;
  top: 28px;
}
#bookBtnAndBadge #bookBtnContainer .btnContainer .btnCheckAvailability.offeredPrice {
  background: #013976;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 38px;
  letter-spacing: 0.5px;
  min-width: 154px;
  text-align: center;
  line-height: 38px;
}
#bookBtnAndBadge #bookBtnContainer .btnContainer .btnCheckAvailability {
  background: #013976;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 38px;
  letter-spacing: 0.5px;
  min-width: 154px;
  text-align: center;
  line-height: 38px;
}
#bookBtnAndBadge .priceContainer {
  position: absolute;
  left: 15px;
  min-width: 200px;
  top: 6px;
}
#bookBtnAndBadge .priceContainer .spanText {
  font-size: 14px;
  position: absolute;
  top: 6px;
  font-size: 14px;
  position: absolute;
  top: 0;
}
#bookBtnAndBadge .priceContainer .spanText .originalPrice {
  display: inline-block;
  font-size: 14px;
  padding: 0 0 0 6px;
  vertical-align: top;
}
#bookBtnAndBadge .priceContainer .spanPrice {
  display: table;
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  top: 26px;
  display: table;
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  top: 26px;
}
#bookBtnAndBadge .priceContainer .spanPrice .offeredPrice {
  color: #ce0606;
  display: table-cell;
  vertical-align: middle;
}
#bookBtnAndBadge .priceContainer .spanPriceOffer {
  font-size: 14px;
  text-decoration: line-through;
}
#bookBtnAndBadge .fromPriceTour span.priceBeforeOffer {
  text-decoration: line-through;
  color: #3c3c3b !important;
  font-size: 14px !important;
  text-decoration: line-through;
  font-size: 14px !important;
}
#bookBtnAndBadge .fromPriceTour span.priceOffered {
  color: #ce0606 !important;
  color: #ce0606 !important;
}
#bookBtnAndBadge .fromPriceTour .fromText {
  font-size: 14px !important;
  margin: 0;
  opacity: 0.8;
}
#bookBtnAndBadge .fromPriceTour span {
  color: #3c3c3b !important;
  font-size: 22px !important;
}
#bookBtnAndBadge #badgeContainerDetailRight.offered {
  background: #d8d8d8;
}

#bookBtnAndBadge.offered {
  border: 2px solid #fed5d5;
  border: 2px solid #fed5d5;
}

.review-section {
  background: #f2f2f2;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 40px 0 40px;
}
.review-section a.review-toggle {
  cursor: pointer;
}

.feefo-power img {
  vertical-align: middle;
  position: relative;
  top: -4px;
}

.feefo-reviews-wrapper {
  padding: 0px 0;
}
.feefo-reviews-wrapper .card {
  border: none;
  background: transparent;
}
.feefo-reviews-wrapper .card-body {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.feefo-reviews-wrapper .percentage {
  font-size: 16px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 0px 0 25px 0;
}
.feefo-reviews-wrapper .percentage span {
  font-size: 22px;
  color: #013976;
  font-weight: 700;
}

.other-tour-information {
  padding: 25px 0;
}
.other-tour-information h2 {
  font-weight: 600;
  font-size: 1.5rem;
}
.other-tour-information p {
  font-size: 1rem;
}
.other-tour-information ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 25px;
}
.other-tour-information ul li br {
  display: none;
}
.other-tour-information ul li strong {
  display: block;
}
.other-tour-information ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 4px;
  background: url(../../../images/info.png) no-repeat center;
  background-size: 18px auto;
  width: 18px;
  height: 18px;
}
.other-tour-information ul br {
  display: none;
}

.other-related-tours {
  padding: 25px 0 60px;
}
.other-related-tours .product-box h3 {
  min-height: 50px;
}
.other-related-tours .product-box .product-innerbox .price {
  margin-top: 20px;
  margin-bottom: 6px;
}
.other-related-tours h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.bottom-secondary-bar {
  background: #fff;
  padding: 9px 15px;
  -webkit-box-shadow: 0 1px 6px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 1px 6px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 1px 6px 0 rgba(50, 50, 50, 0.75);
}
.bottom-secondary-bar .nav li.nav-item a {
  color: #013976;
  font-size: 16px;
  padding: 0 48px 0 0;
  line-height: 24px;
}
.bottom-secondary-bar .nav li.nav-item a.active {
  color: #252525;
  background: transparent;
}

footer {
  background: #1b2735;
  color: #fff;
}
footer .feefo {
  background: #484545;
  padding: 20px 0;
}
footer .footer-main-row {
  padding: 35px 0 25px;
}
footer .footer-main-row a {
  margin-right: 36px;
}
footer .footer-main-row a i {
  color: #fff;
  font-size: 1.5rem;
}
footer .footer-main-row .footer-contact a {
  color: #fff;
}
footer .footer-main-row .footer-contact i {
  font-size: 1.125rem;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
footer .footer-middle-row {
  padding: 20px 0;
}
footer .footer-links .widget-title {
  font-size: 14px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #fff;
}
footer .footer-links ul {
  padding: 0;
  margin: 0;
}
footer .footer-links ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
footer .footer-links ul li a {
  color: #fff;
  padding: 0;
  font-size: 14px;
}
footer .footer-sign-in .menu {
  padding: 0;
  margin-bottom: 0px;
}
footer .footer-sign-in .menu li {
  display: inline-block;
  margin-right: 12px;
  list-style-type: none;
  clear: right;
}
footer .footer-sign-in .menu li a {
  padding: 0;
}
footer .footer-sign-in span {
  margin-right: 10px;
}
footer .footer-sign-in a {
  color: #fff;
  padding: 0 16px;
  font-size: 14px;
}
footer .footer-bottom-row {
  padding: 30px 0 50px;
}
footer .footer-bottom-row .branding {
  color: #fff;
}
footer .footer-bottom-row .branding:hover {
  color: #eca105;
}
footer .footer-tagline {
  display: flex;
  margin-left: 10px;
  flex-direction: column;
  text-transform: uppercase;
}
footer .footer-tagline .slogan2 {
  font-weight: 700;
}
footer .footer-copyright {
  text-align: right;
  margin-top: 10px;
}

.footer-navbrand {
  display: flex;
  align-items: center;
}

#google_translate_element .goog-te-gadget-simple {
  background-color: transparent !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 14px !important;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 2px;
  cursor: pointer;
  zoom: 1;
}
#google_translate_element .goog-te-gadget-simple img {
  display: none !important;
}
#google_translate_element .goog-te-gadget-simple span {
  border: 0 !important;
  font-size: 14px;
}
#google_translate_element .goog-te-gadget-simple a.goog-te-menu-value {
  position: relative !important;
}
#google_translate_element .goog-te-gadget-simple a.goog-te-menu-value span {
  display: inline-block !important;
  color: #3c3c3b;
  text-shadow: none;
}

#ui-id-1 {
  z-index: 1045 !important;
}

.tour-content #tour-gallery {
  display: none;
}

#rates {
  background: #ffa8a9;
  border-bottom: 1px #ccc solid;
  padding: 10px 0;
  color: #000;
}

#duration {
  background: #ffcb9f;
  border-bottom: 1px #ccc solid;
  padding: 10px 0;
  color: #000;
}

#note {
  background: #fff9ba;
  border-bottom: 1px #ccc solid;
  padding: 10px 0;
  color: #000;
}

#min_booking {
  background: #fff9ba;
  border-bottom: 1px #ccc solid;
  padding: 10px 0;
  color: #000;
}

#time_dates {
  background: #ceffce;
  border-bottom: 1px #ccc solid;
  padding: 10px 0;
  color: #000;
}

#offer {
  background: #eab6f5;
  border-bottom: 1px #ccc solid;
  padding: 10px 0;
  color: #000;
}

#option_data {
  background: #b7ecec;
  border-bottom: 1px #ccc solid;
  padding: 10px 0;
  color: #000;
}

#pickup {
  background: #b8c1e9;
  border-bottom: 1px #ccc solid;
  padding: 10px 0;
  color: #000;
}

#pickup_info {
  background: #b8c1e9;
  border-bottom: 1px #ccc solid;
  padding: 10px 0;
  color: #000;
}
#pickup_info a {
  color: #33F;
}

#breakdown {
  background: #e8e8e8;
  color: #000;
}

#subtotal {
  background: #e8e8e8;
  color: #000;
  border-bottom: 1px #ccc solid;
  padding: 10px 0;
  color: #000;
  font-size: 26px;
  font-weight: bold;
}

#add_cart {
  width: 150px;
}

span#avail_total {
  font-size: 26px;
  font-weight: bold;
}

.sending {
  background-color: #F00 !important;
}

.loading {
  background-image: url("https://graylinenewyork.com/wp-content/themes/gray-line-licensee-tourcms-wordpress-theme/inc/assets/css/css/loading.gif");
  width: 150px;
  height: 50px;
}

#dateinfo {
  margin-bottom: 100px;
}
#dateinfo span.info-price {
  background: #9c9;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 5px;
}
#dateinfo span.info-origprice {
  background: #9c9;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 5px;
}
#dateinfo span.info-note {
  background: #ff6;
  color: #000;
}
#dateinfo span {
  display: block;
  font-size: 14px;
  margin: 10px 0;
  background: #d95b43;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

.arrow-btn.red {
  background: url("http://avventure.dojodigi.com/themes/dojotourcms_996_responsive/css/images/stripes.png") #c02942 repeat;
}

.arrow-btn {
  position: relative;
  text-transform: uppercase;
  padding-right: 45px;
  text-decoration: none;
  display: block;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table.jCalendar {
  background: #f2f2f2;
  cell-spacing: 2px;
  margin-bottom: 9px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  background: #fff;
  cell-spacing: 2px;
  margin-bottom: 9px;
}
table.jCalendar th {
  background: #f2f2f2;
  color: #444;
  font-weight: normal;
  padding: 14px 15px;
  font-size: 20px;
  padding: 10px 11px;
  color: #d95b43;
  background: #fff;
  color: #444;
  font-weight: 400;
  padding: 14px 15px;
  font-size: 11px;
  padding: 12px 11px;
}
table.jCalendar td {
  background: #d95b43;
  color: #fff;
  padding: 10px 11px;
  text-align: center;
  padding: 10px 11px;
  background: #068cce;
  color: #fff;
  padding: 10px 11px;
  text-align: center;
  padding: 11.82px 11px;
}
table.jCalendar td.disabled {
  background: #666;
  background: #a1a1a1;
  background: #bbb;
  color: #888;
}
table.jCalendar td.other-month {
  color: #f2f2f2;
  cursor: default;
  background: #f2f2f2 !important;
  background: #eee;
  color: #fff;
  cursor: default;
  text-decoration: none !important;
}
table.jCalendar td.other-month:hover {
  color: #f2f2f2;
  cursor: default;
  background: #f2f2f2 !important;
  background: #eee;
  color: #fff;
  cursor: default;
  text-decoration: none !important;
}
table.jCalendar td.other-month.disabled {
  color: #f2f2f2;
  cursor: default;
  background: #f2f2f2 !important;
  background: #eee;
  color: #fff;
  cursor: default;
  text-decoration: none !important;
}
table.jCalendar td.other-month.disabled:hover {
  color: #f2f2f2;
  cursor: default;
  background: #f2f2f2 !important;
  background: #eee;
  color: #fff;
  cursor: default;
  text-decoration: none !important;
}
table.jCalendar td.offer {
  color: #fff;
  background: #ce0606 !important;
}
table.jCalendar td.selected {
  color: #fff;
  background: #444;
  color: #fff;
}
table.jCalendar td.selected.dp-hover {
  background: #333;
}
table.jCalendar td.dp-hover {
  background: #82c7c9;
  text-decoration: underline;
  background: #28b4f9;
  text-decoration: underline;
}
table.jCalendar tr.activeWeekHover td {
  background: #82c7c9;
  text-decoration: underline;
  background: #28b4f9;
  text-decoration: underline;
}
table.jCalendar tr.selectedWeek td {
  background: #f66;
  color: #fff;
  background: #f66;
  color: #fff;
}
table.jCalendar td.unselectable {
  background: #bbb;
  color: #888;
  background: #bbb;
  color: #888;
}
table.jCalendar td.unselectable:hover {
  background: #bbb;
  color: #888;
  background: #bbb;
  color: #888;
}
table.jCalendar td.unselectable.dp-hover {
  background: #bbb;
  color: #888;
  background: #bbb;
  color: #888;
}
table.jCalendar td.disabled.dp-hover {
  background: #bbb;
  color: #888;
}

div.dp-popup {
  position: relative;
  font-size: 12px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  padding: 2px;
  line-height: 1.2em;
  position: relative;
  background: #fff;
  font-size: 12px;
  padding: 3px;
  line-height: 1.2em;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
}
div.dp-popup h2 {
  font-size: 14px !important;
  text-align: center;
  margin: 2px 0;
  padding: 6px 0 6px 0;
  font-weight: normal;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 400 !important;
}
div.dp-popup a {
  color: #000;
  text-decoration: none;
  padding: 12px 2px 0;
}
div.dp-popup div.dp-nav-prev {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 100px;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 100px;
}
div.dp-popup div.dp-nav-prev a {
  float: left;
  cursor: pointer;
  font-size: 35px;
  color: #d95b43;
  float: left;
  cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled {
  cursor: default;
  color: #d8d8d8;
  cursor: default;
}
div.dp-popup div.dp-nav-prev a.disabled:before {
  opacity: 1;
}
div.dp-popup div.dp-nav-next {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 100px;
  position: absolute;
  top: 2px;
  right: 4px;
  width: 100px;
}
div.dp-popup div.dp-nav-next a {
  cursor: pointer;
  font-size: 35px;
  color: #d95b43;
  float: right;
  cursor: pointer;
  float: right;
}
div.dp-popup div.dp-nav-next a.disabled {
  cursor: default;
  color: #d8d8d8;
  cursor: default;
}
div.dp-popup div.dp-nav-next a.disabled:before {
  opacity: 1;
}
div.dp-popup a.disabled {
  cursor: default;
  color: #ddd;
  cursor: default;
  color: #ddd;
}
div.dp-popup td {
  cursor: pointer;
  border-right: 3px solid #f2f2f2;
  border-bottom: 3px solid #f2f2f2;
  cursor: pointer;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
div.dp-popup td.disabled {
  cursor: default;
  cursor: default;
}

div#dp-popup {
  position: absolute;
  z-index: 9999;
}

a#dp-close {
  font-size: 11px;
  padding: 4px 0;
  text-align: center;
  display: block;
}
a#dp-close:hover {
  text-decoration: underline;
}

.dp-nav-prev-year {
  display: none;
}

.dp-nav-next-year {
  display: none;
}

#calendarContainer.section h3 {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 9px;
}

#tourBookingsOptions {
  background-color: #d8d8d8;
  border: none;
  clear: both;
  color: #3c3c3b;
  padding: 14px 14px 14px 14px;
}
#tourBookingsOptions .dp-choose-date {
  background: #fff;
  width: 100%;
  padding: 14px 14px 14px 36px;
  cursor: pointer;
  border-radius: 10px;
  display: block;
  color: #3c3c3b;
  clear: both;
  position: relative;
}
#tourBookingsOptions .dp-choose-date::before {
  font-family: bootstrap-icons !important;
  content: "\f214";
  position: absolute;
  left: 14px;
  top: 14px;
}
#tourBookingsOptions #calendarContainer {
  padding: 0 0 14px 0;
  font-size: 14px;
  color: #444;
  float: left;
  width: 100%;
  clear: both;
}
#tourBookingsOptions .rates {
  position: relative;
}

.tableKey {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  z-index: 9999;
  top: 260px;
  padding-top: 70px !important;
  background: #fff;
}
.tableKey div {
  position: relative;
  left: 10px;
}
.tableKey h5 {
  font-size: 11px;
  float: left;
  display: inline;
  padding-left: 18px;
  margin-right: 10px;
  color: #000;
  text-indent: 7px;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px;
  margin-top: 3.2px;
  line-height: 19px;
}
.tableKey h5:before {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
}
.tableKey .available:before {
  background: #068cce;
}
.tableKey .selected:before {
  background: #444;
}
.tableKey .unavailable:before {
  background: #bbb;
}
.tableKey .offer:before {
  background: #ce0606;
}

#dropdown-3 .pad-box {
  padding: 0 10px;
}

#dropdown-4 .pad-box {
  padding: 0 10px;
}

.date-error {
  outline: 1px solid red;
}

#tourOptions select {
  float: right;
  float: right;
}
#tourOptions .price {
  display: block;
  margin: 1em 0;
  font-weight: 700;
  display: block;
  margin: 1em 0;
  font-weight: 700;
}

.dropwrap {
  display: none;
}
.dropwrap .item {
  padding: 1em;
  margin-bottom: 0.5em;
  background: #f8f8f8;
  border: 1px solid #d8d8d8;
}
.dropwrap .item h3 {
  line-height: normal;
  font-size: 16px;
}
.dropwrap .item input {
  width: 3em;
  text-align: center;
  padding: 0.5em;
}
.dropwrap .item:first-child p {
  margin-bottom: 0.5em;
}
.dropwrap .item p {
  font-size: 12px;
  margin-bottom: 0.5em;
}
.dropwrap .item p span {
  color: #fab31e;
  font-size: 18px;
}
.dropwrap .item p + p {
  display: none;
}
.dropwrap .add {
  padding: 0.5em 0;
}
.dropwrap .add p {
  font-size: 12px;
}
.dropwrap .add button {
  background: #fab31e;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  padding: 0.5em 1em;
  float: right;
}

.dropwrap + .scroll {
  text-align: center;
  color: #444;
  display: block;
  background: #fff;
  position: relative;
  padding: 0.75em 0;
}
.dropwrap + .scroll:before {
  font-family: bootstrap-icons !important;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f078";
  position: absolute;
  width: 25%;
  top: 0;
  left: 50%;
  margin-left: -12.5%;
  font-size: 14px;
}

#priceoptions select {
  margin-bottom: 1em;
}
#priceoptions label {
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  margin-bottom: 0.5em;
}
#priceoptions label.focusable:active {
  clip: auto;
  position: static;
  overflow: visible;
  margin: 0;
  width: auto;
  height: auto;
}
#priceoptions label.focusable:focus {
  clip: auto;
  position: static;
  overflow: visible;
  margin: 0;
  width: auto;
  height: auto;
}

#priceresults select {
  margin-bottom: 1em;
}
#priceresults label {
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  margin-bottom: 0.5em;
}
#priceresults label.focusable:active {
  clip: auto;
  position: static;
  overflow: visible;
  margin: 0;
  width: auto;
  height: auto;
}
#priceresults label.focusable:focus {
  clip: auto;
  position: static;
  overflow: visible;
  margin: 0;
  width: auto;
  height: auto;
}

#pricetimes select {
  margin-bottom: 1em;
}
#pricetimes label {
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  margin-bottom: 0.5em;
}
#pricetimes label.focusable:active {
  clip: auto;
  position: static;
  overflow: visible;
  margin: 0;
  width: auto;
  height: auto;
}
#pricetimes label.focusable:focus {
  clip: auto;
  position: static;
  overflow: visible;
  margin: 0;
  width: auto;
  height: auto;
}

.ctaBtnDefault {
  border-radius: 10px;
  color: #3c3c3b;
  cursor: pointer;
  font-size: 18px;
  height: 48px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
}

.ctaBtnDefault.ctaCheckAvailability {
  margin: 14px 0 6px 0;
  width: 100%;
  background-color: #fab31e;
  border: none;
  padding-top: 14px;
}
.ctaBtnDefault.ctaCheckAvailability:focus {
  color: #fff;
  background-color: #db9605;
  outline: solid 2px #068cce !important;
}
.ctaBtnDefault.ctaCheckAvailability:hover {
  color: #fff;
  background-color: #db9605;
}

.ctaBtnDefault.ctaBookNow {
  background: #013976;
  border-style: none;
  color: #fff;
  width: 100%;
}

.priceDesktop {
  background: #fff;
  border-bottom: none;
  margin-top: 42px;
  padding: 0 0 36px 0;
}
.priceDesktop .logoMobileLazy {
  height: 44px;
  width: 84px;
}
.priceDesktop .logoMobileLazySpinoff {
  height: 44px;
  width: 120px;
}
.priceDesktop img {
  width: 84px;
}

.rates {
  font-size: 14px;
  clear: both;
}

.rate-group {
  background-color: #fff;
  border-radius: 10px;
  color: #3c3c3b;
  clear: both;
  display: table;
  margin: 9px 0 9px 0;
  height: 44px;
  padding: 0 0 0 1em;
  overflow: hidden;
  width: 100%;
}
.rate-group .rate-label-1:before {
  content: "\f4e1";
  font-family: bootstrap-icons !important;
  font-size: 18px;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: 5px;
  left: -2px;
}
.rate-group .input-group {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.rate-group .input-group label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.rate-group .rate-name {
  display: table-cell;
  margin: 4px 0 0 0;
  vertical-align: middle;
  width: 58%;
}
.rate-group .rate-name span {
  position: relative;
  top: -4px;
}
.rate-group .rate-label-2 {
  font-size: 10px;
  margin-left: 23px;
  width: 120px;
  position: relative;
  top: -5px;
  line-height: 1;
}
.rate-group .plus-minus-input {
  align-items: center;
  display: table;
  height: 100%;
  position: absolute;
  width: 103px;
  right: 0;
}
.rate-group .plus-minus-input .input-group-field {
  border: none;
  border-radius: 0;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 36px;
  -moz-appearance: textfield;
}
.rate-group .plus-minus-input .input-group-field::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.rate-group .plus-minus-input .input-group-field::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.rate-group .plus-minus-input .input-group-button {
  float: left;
  display: table-cell;
  height: 45.6px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.rate-group .plus-minus-input .input-group-button .circle {
  border-radius: 50%;
  padding: 0.25em 0.8em;
}
.rate-group .plus-minus-input .input-group-button .square {
  background: 0 0;
  border: none;
  border-left: 1px solid #d8d8d8;
  color: #3c3c3b;
  height: 100%;
  outline: 0;
  padding: 0 10px;
  width: 30px;
  display: inline-block;
  height: 45.6px;
  line-height: 1.5;
}
.rate-group .plus-minus-input .input-group-button .square.add:before {
  font-family: bootstrap-icons !important;
  font-size: 20px;
  content: "\f4fe";
  position: absolute;
  right: 2px;
  top: 8.5px;
  font-weight: bold;
}
.rate-group .plus-minus-input .input-group-button .square.remove:before {
  font-family: bootstrap-icons !important;
  font-size: 20px;
  content: "\f2ea";
  position: absolute;
  left: 4px;
  top: 8.5px;
  font-weight: bold;
}

.check-avail-button.row {
  margin-top: 24px;
}

.check-avail-button .button-orange {
  background-color: #fab31e;
  font-size: 24px;
  display: block;
  clear: both;
  margin: 1em auto;
}

.booking-cal_choose-date-rate {
  background-color: #d8d8d8;
  border: none;
  padding: 20px 15px;
}

.booking-cal_times {
  color: #fff;
}

.booking-cal_timesMobile {
  background-color: #949494;
  color: #fff;
  padding: 30px 15px 30px 15px;
}
.booking-cal_timesMobile h3 {
  font-size: 18px;
}

.booking-cal_picks {
  color: #fff;
}

.booking-cal_picksMobile {
  background-color: #949494;
  color: #fff;
  padding: 30px 15px 15px 15px;
}
.booking-cal_picksMobile h3 {
  font-size: 18px;
}

.select-dark {
  color: #fff;
  display: none;
}

.booking-cal_select .pls-select:before {
  font-family: bootstrap-icons !important;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f013";
  position: absolute;
  margin-right: 12px;
  font-size: 18px;
  font-weight: 600;
}
.booking-cal_select .pickup-select i {
  font-size: 16px;
  margin-right: 12px;
}

.booking-cal_times_picks {
  display: block;
  background-color: #737373;
}

#datepickerWrap {
  margin-bottom: 6px;
}

.containerOptionsDark {
  background-color: #949494;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 28px 15px 14px 15px !important;
}
.containerOptionsDark h2 {
  color: #fff;
}
.containerOptionsDark h3 {
  color: #fff;
}
.containerOptionsDark h3.timeWrapTitle {
  color: #fff;
  font-size: 18px;
  margin-top: 12px;
}
.containerOptionsDark h3.timeWrapTitle:before {
  content: "\f3e2";
  font-family: bootstrap-icons !important;
  font-size: 18px;
  display: inline-block;
  margin-right: 9px;
  position: relative;
  top: 2px;
}
.containerOptionsDark h3.pickupTitle {
  color: #fff;
  font-size: 18px;
}
.containerOptionsDark h3.pickupTitle:before {
  content: "\f7e1";
  font-family: bootstrap-icons !important;
  font-size: 18px;
  display: inline-block;
  margin-right: 9px;
  position: relative;
  top: 2px;
}

.containerOptionsDark#optionsDrop {
  border: none;
  padding-bottom: 12px !important;
  padding-top: 12px !important;
}

.containerOptionsDark.section h3 {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 9px;
}

#book-cal_option-chosen p {
  font-weight: 700;
}

.selectDefault {
  position: relative;
  cursor: default;
}
.selectDefault:before {
  font-family: bootstrap-icons !important;
  content: "\f282";
  font-size: 16px;
  font-weight: 600;
  color: #949494;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 11px;
}
.selectDefault select {
  background: #fff;
  border-radius: 10px;
  color: #3c3c3b;
  cursor: pointer;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 44px;
  outline: 0;
  padding: 0 40px 0 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}
.selectDefault .optionSelectDefault {
  font-size: 12px;
  color: #3c3c3b;
}

.selectDefaultLightGrey {
  position: relative;
}
.selectDefaultLightGrey:before {
  font-family: bootstrap-icons !important;
  content: "\f078";
  font-weight: 600;
  color: #949494;
  line-height: 46px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.selectDefaultLightGrey select {
  background: #d3d3d3;
  border-radius: 10px !important;
  color: #3c3c3b;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 44px;
  outline: 0;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.selectDefaultLightGrey .optionSelectDefault {
  font-size: 12px;
  color: #3c3c3b;
}

.optionExtra-group {
  background-color: #fff;
  border-radius: 10px;
  color: #3c3c3b;
  clear: both;
  display: table;
  margin: 9px 0 9px 0;
  height: 70px;
  padding: 0 0 0 1em;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.optionExtra-group .optionExtra-label-1 {
  font-weight: 700;
}
.optionExtra-group .optionExtra-label-2 {
  color: #f7931e;
  font-size: 12px;
  width: 120px;
}
.optionExtra-group .optionExtra-label-3 {
  color: #3c3c3b;
  font-size: 12px;
  width: 120px;
}
.optionExtra-group .optionExtra-name {
  display: table-cell;
  margin: 4px 0 0 0;
  vertical-align: middle;
  width: 58%;
}
.optionExtra-group .plus-minus-input {
  align-items: center;
  display: table;
  height: 100%;
  position: absolute;
  width: 103px;
  right: 0px;
}
.optionExtra-group .plus-minus-input .input-group-field {
  border: none;
  border-left: 1px solid #d8d8d8;
  border-radius: 0;
  float: left;
  font-size: 16px;
  font-weight: 600;
  height: 68px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 36px;
  -moz-appearance: textfield;
  position: relative;
  top: 1px;
}
.optionExtra-group .plus-minus-input .input-group-field::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.optionExtra-group .plus-minus-input .input-group-field::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.optionExtra-group .plus-minus-input .input-group-button {
  float: left;
  display: table-cell;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}
.optionExtra-group .plus-minus-input .input-group-button .circle {
  border-radius: 50%;
  padding: 0.25em 0.8em;
}
.optionExtra-group .plus-minus-input .input-group-button .square {
  background: 0 0;
  border: none;
  border-left: 1px solid #d8d8d8;
  color: #3c3c3b;
  height: 100%;
  outline: 0;
  padding: 0 10px;
  position: relative;
  width: 30px;
}
.optionExtra-group .plus-minus-input .input-group-button .square.add:before {
  font-family: bootstrap-icons !important;
  font-size: 20px;
  content: "\f4fe";
  position: absolute;
  left: 6px;
  top: 23px;
  font-weight: bold;
}
.optionExtra-group .plus-minus-input .input-group-button .square.remove:before {
  font-family: bootstrap-icons !important;
  content: "\f2ea";
  position: absolute;
  left: 2px;
  top: 21px;
  font-size: 24px;
}

label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

.freetext label {
  color: #fff;
  display: block;
  line-height: normal;
}

.floatingform {
  margin-top: 30px;
}
.floatingform .freetext br {
  display: block;
}
.floatingform br {
  display: none;
  margin-top: 30px;
}

.dn {
  display: none;
}

.dp-nav-next-month {
  position: relative;
  color: transparent !important;
}
.dp-nav-next-month:before {
  font-family: bootstrap-icons !important;
  color: #58aeb0;
  position: absolute;
  font-size: 14px;
  top: 30%;
  content: "\f285";
  right: 2px;
}

.dp-nav-prev-month {
  position: relative;
  color: transparent !important;
}
.dp-nav-prev-month:before {
  font-family: bootstrap-icons !important;
  color: #58aeb0;
  position: absolute;
  font-size: 14px;
  top: 30%;
  content: "\f284";
  left: 2px;
}

.labelPickupRB {
  height: 20px;
  margin: 0 0 30px 15px;
  margin-top: 0px;
  position: relative;
  display: block;
  height: 20px;
  margin: 0 0 30px 15px;
  position: relative;
}
.labelPickupRB span {
  font-size: 14px;
  left: 30px;
  position: absolute;
  color: #fff;
}

.pickupRB {
  position: absolute;
  visibility: hidden;
}

.checkPickupRB {
  display: block;
  position: absolute;
  border: 3px solid #fff;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

.innerCheckPickupRB {
  display: none;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 6px;
  width: 6px;
  top: 6px;
  left: 6px;
  margin: auto;
  background: #fff;
}

.tour-section-right select {
  width: 100%;
  padding: 12px 10px;
}
.tour-section-right .freetext {
  padding-bottom: 4px !important;
}
.tour-section-right .freetext input {
  border-radius: 10px;
  height: 44px;
}
.tour-section-right .option_details {
  float: right;
  display: block;
  margin-top: 0.5em;
}
.tour-section-right .option_details p + p {
  display: none;
}
.tour-section-right a.tour_options {
  display: block;
  background: #fff;
  width: 100%;
  padding: 1em 0.75em;
  border: 1px solid #d8d8d8;
  color: #aaa;
  cursor: pointer;
  position: relative;
}
.tour-section-right a.tour_options span {
  position: absolute;
  right: 1em;
  top: 1.2em;
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAALBAMAAAAD/fkMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMzkyQjc1ODk4REMxMUUzQTVGNUU0MDMwQTUwMDhDNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMzkyQjc1OTk4REMxMUUzQTVGNUU0MDMwQTUwMDhDNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVDMjJCNkZGOTg4ODExRTNBNUY1RTQwMzBBNTAwOEM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVDMjJCNzAwOTg4ODExRTNBNUY1RTQwMzBBNTAwOEM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+gmwwIgAAACpQTFRFAAAA////fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+C8wPwAAAAA10Uk5TAAABA3iHiJWWl6OkpeoeFP4AAACWSURBVAjXLY6hDsJAEEQnR1O9CciK2rrTgOAHSBB8QG0FfwAGT0IQuPuaahxpAnT+pbNXVuzeTt7ODdDVAI4wIDzhVfLhbSelYevKid+o9jaExMGVRPYlORo2ZIYabReptnhJcSjc9OAYbeuT12yt6rEUciY/dfbmL6LSiR/eZ0gBVm675j+Ao7aXa0jDHFIIrDj4zy0mPHZI+e+9Yi4AAAAASUVORK5CYII=) no-repeat;
}
.tour-section-right a.tour_options span.open {
  background-position: -17px 0;
}
.tour-section-right .cell {
  padding: 1em;
}
.tour-section-right .rates {
  border-bottom: 0;
}
.tour-section-right .rates select {
  width: auto;
}
.tour-section-right .rates .item {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
  float: left;
  padding: 1em;
  text-align: center;
  margin-bottom: 0;
}
.tour-section-right .rates .item:first-child {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.tour-section-right .rates .item:first-child + .item {
  border-bottom: 2px solid #fff;
}
.tour-section-right .rates .item:first-child + .item + .item {
  border-right: 2px solid #fff;
}
.tour-section-right .rates .item label {
  display: block;
  margin: 1em 0;
}
.tour-section-right .rates .item input {
  width: 40px;
  margin: 0 auto;
}
.tour-section-right .rates .item.wide {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  text-align: left;
  border: solid #fff;
  border-width: 0 0 2px 0 !important;
}
.tour-section-right .rates .item.wide:last-child {
  border: 0;
}
.tour-section-right .rates .item.wide label {
  display: inline-block;
  float: left;
}
.tour-section-right .rates .item.wide select {
  float: right;
  margin-top: 0.75em;
}
.tour-section-right .rates + .section {
  border-top: 0;
}
.tour-section-right input[type=text] {
  border: 1px solid #d8d8d8;
  margin-bottom: 12px;
  padding: 1em;
  width: 100%;
}
.tour-section-right .durationBox {
  width: 100%;
  border-top: 0;
}
.tour-section-right .durationBox span {
  color: #fab31e;
}
.tour-section-right #timeWrap {
  position: relative;
  float: none;
  width: 100%;
  clear: both;
  padding-bottom: 0 !important;
  padding-top: 10px !important;
}
.tour-section-right #timeWrap select {
  float: none;
  padding: 12px 10px;
}
.tour-section-right #timeWrap .pdf {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  margin-left: 5px;
  padding-left: 1.3em;
  position: relative;
  font-size: 14px;
  line-height: normal;
}
.tour-section-right #timeWrap .pdf:before {
  font-family: bootstrap-icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f15c";
  position: absolute;
  color: #fab31e;
  left: 0;
  font-size: 18px;
}
.tour-section-right form {
  float: left;
  width: 100%;
  position: relative;
}
.tour-section-right form p {
  float: left;
  clear: left;
  margin-bottom: 0.5em;
}
.tour-section-right form button {
  width: 35%;
  color: #fff;
  background: #f7931e;
  text-transform: uppercase;
  font-size: 14px;
  border: 0;
  padding: 1em;
}
.tour-section-right form button:hover {
  background: #f9ab4f;
}
.tour-section-right form button.disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.tour-section-right form button.disabled:hover {
  background: #f7931e;
}
.tour-section-right .pickups {
  padding-bottom: 12px !important;
  padding-top: 12px !important;
}
.tour-section-right .pickups label {
  display: block;
  line-height: normal;
  margin-top: 10px;
  font-size: 12px;
}
.tour-section-right .pickups .info {
  font-size: 12px;
  color: #fff;
  background: #63c3ea;
}
.tour-section-right .pickups .info:before {
  color: #fff;
}
.tour-section-right .pickups .message.question:before {
  color: #fff;
}
.tour-section-right .pickups p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}
.tour-section-right .pickups br {
  margin-top: 30px;
  display: block;
}
.tour-section-right .radioinfo {
  background: #fff;
  padding: 0.5em;
  margin: 1em 0 1em 1em;
  border-left: 1px solid #737373;
  font-size: 12px;
}
.tour-section-right .radioinfo p {
  margin-bottom: 1em;
}
.tour-section-right #options-list .message {
  clear: both;
  width: 100%;
  float: left;
  margin: 0.5em 0;
}
.tour-section-right #options-list p {
  padding: 0;
  float: left;
  display: inline;
  width: 100%;
  position: relative;
  margin: 1.25rem 0;
}
.tour-section-right #options-list p span {
  color: #fff;
  font-size: 14px;
}
.tour-section-right #options-list p span.price {
  width: 73%;
  display: block;
  text-align: left !important;
  padding: 0 !important;
}
.tour-section-right #options-list p span.price span {
  display: inline-block;
  font-size: 14px !important;
  text-align: left;
}
.tour-section-right #options-list a {
  display: block;
  width: auto;
  height: 15px;
  line-height: 15px;
  padding-left: 1.5em;
  cursor: pointer;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  color: #fff;
}
.tour-section-right #options-list a:after {
  font-family: bootstrap-icons;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f00d";
  position: absolute;
  color: #b8515d;
  left: 0;
  top: 0;
}
.tour-section-right .add select {
  width: 20% !important;
}
.tour-section-right .cart p.option {
  width: 100%;
}
.tour-section-right .cartloading {
  border-bottom: 1px solid #d8d8d8;
  border-width: 1px 0;
  background: url(../../../images/loader-whitebg.gif) no-repeat 95% 10px;
  padding: 1em;
  font-size: 14px;
  line-height: 1.4;
  float: left;
  width: 100%;
  height: 50px;
  color: #444;
  clear: both;
}
.tour-section-right label {
  font-size: 12px;
}

.pricebreakdown {
  margin: 1em 0;
  clear: both;
}
.pricebreakdown li {
  font-size: 14px;
}

#resultsonly label {
  display: block;
  margin-bottom: 5px;
}

.subtotal {
  color: #fff;
  padding: 1em;
  background: #444;
}

.message {
  padding: 1em;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  position: relative;
  clear: both;
}
.message a {
  text-decoration: underline;
}
.message:before {
  font-size: 16px;
  color: #fff;
  left: 0.5em;
  line-height: 1em;
}
.message::before {
  font-family: bootstrap-icons !important;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  font-family: bootstrap-icons !important;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
}

.message.error {
  background: #b8515d;
  padding-left: 3em;
}
.message.error:before {
  content: "\f33a";
  font-weight: normal;
}

.message.success {
  background: #71b767;
  padding-left: 3em;
  margin-bottom: 240px;
}
.message.success:before {
  content: "\f633";
}

.message.info {
  background: #f8f8f8;
  color: #444;
  padding-left: 3em;
  font-size: 14px;
}
.message.info:before {
  content: "\f332";
  color: #444;
  font-size: 20px;
  top: 30%;
}

.message.question {
  background: #f8f8f8;
  color: #444;
  padding-left: 3em;
  font-size: 14px;
  font-size: 12px;
}
.message.question:before {
  content: "\f332";
  color: #444;
  font-size: 20px;
  top: 30%;
  content: "\f06a";
}

.message.offer {
  background: #013976;
  color: #fff;
  padding-left: 3em;
  font-size: 14px;
  font-weight: 600;
}
.message.offer:before {
  content: "\f069";
  font-size: 20px;
}

.message.offerBlue {
  background: #013976;
  color: #fff;
  padding-left: 3em;
  font-size: 14px;
  font-weight: 600;
}
.message.offerBlue:before {
  content: "\f069";
  font-size: 20px;
}

.message.loading {
  background: #f8f8f8 url(../../../images/loadingbar.gif) no-repeat center 30px;
  color: #444;
  padding: 20px 20px 50px 20px !important;
  font-size: 14px;
  text-align: center;
  border: 1px solid #d8d8d8;
}

#tour-bookings #add_cart_form {
  background: #f2f2f2 !important;
  color: rgba(0, 0, 0, 0.7);
  margin: 6px 0 0 0;
  padding: 0;
}

.booking-cal_summary {
  border: 2px #979797 solid;
  color: #3c3c3b;
  background-color: #fff;
  padding: 16px 14px 20px 14px;
}
.booking-cal_summary .booking-cal_total {
  display: inline-block;
  float: right;
  margin: 7px 0 0 0;
  text-align: right;
}
.booking-cal_summary .booking-cal_total h3 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 26px;
  font-weight: 600;
}
.booking-cal_summary .booking-cal_tour-name {
  margin: 18px 0 0 0;
}
.booking-cal_summary .booking-cal_tour-name h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
.booking-cal_summary .underline {
  padding: 10px 0 10px 0;
  border-bottom: 0.5px #737373 solid;
}
.booking-cal_summary .booking-cal_info {
  margin: 12px 0 12px 0;
}
.booking-cal_summary .booking-cal_info h5 {
  font-size: 14px;
  line-height: none !important;
  margin-bottom: 0;
}
.booking-cal_summary .booking-cal_info .book-cal_info {
  font-size: 16px;
  font-weight: 700;
}
.booking-cal_summary hr {
  color: #d2d2d2;
  margin: 18px 0 0 0;
  opacity: 0.7;
}
.booking-cal_summary .booking-cal_logo {
  display: block;
  min-height: 6em;
  background-image: url(https://graylinenewyork.com/wp-content/themes/gray-line-licensee-tourcms-wordpress-theme/inc/assets/css/presets/theme-option/images/grayline_logo_f15.svg);
  background-repeat: no-repeat;
}
.booking-cal_summary .breakdown-row {
  margin-bottom: 0;
  margin-top: 3px;
}
.booking-cal_summary .breakdown-row .quantity {
  float: left;
  width: 28px;
}
.booking-cal_summary .breakdown-row .breakdown-rate {
  clear: both;
  display: inline-block;
  width: 130px;
}
.booking-cal_summary .breakdown-row .breakdown-price {
  float: right;
  text-align: right;
  width: 110px;
}

#addingToCart {
  background-color: #3c3c3b;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}
#addingToCart .loaderContainer {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
#addingToCart .loaderContainer p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.75px;
}
#addingToCart .loaderContainer i {
  margin: 12px 36px;
}

.checkout-page {
  padding-top: 28px;
}
.checkout-page .message.loading {
  width: 100% !important;
}

.enquiry-page .checkout {
  margin-top: 80px;
}
.enquiry-page input {
  background: #f8f8f8;
  border: 0;
  padding: 1em;
  margin: 5px 0;
  font-size: 14px;
  width: 100%;
}
.enquiry-page textarea {
  background: #f8f8f8;
  border: 0;
  padding: 1em;
  margin: 5px 0;
  font-size: 14px;
  width: 100%;
}
.enquiry-page .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #fab31e;
  border-color: #db9605;
  color: #fff;
  transition: background-color 0.3s ease-out;
}
.enquiry-page button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #fab31e;
  border-color: #db9605;
  color: #fff;
  transition: background-color 0.3s ease-out;
}

.checkout .top .continue {
  position: relative;
  padding-left: 24px;
  margin-top: 0;
  float: left;
  font-size: 1rem;
}
.checkout .top .continue:before {
  font-family: bootstrap-icons !important;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f51f";
  position: absolute;
  left: -2px;
  font-size: 21px;
  top: -6px;
}
.checkout .sectionHeader {
  width: 100%;
  float: left;
  padding: 1em 0 0 0;
  margin-bottom: 16px;
}
.checkout .sectionHeader h1 {
  float: left;
  display: inline;
  line-height: 1;
  margin-top: 0.25rem;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.checkout .sectionHeader p {
  float: left;
  display: inline;
  line-height: 1;
  margin: 13px 0 0 20px;
  font-size: 0.9rem;
}
.checkout legend {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #444 !important;
  float: left;
  width: 100%;
  padding: 1em 0.5em;
  margin-bottom: 0;
}
.checkout h3 {
  font-size: 18px;
  margin-bottom: 1em;
}
.checkout label {
  display: block;
  font-size: 12px;
  margin: 15px 0 0;
}
.checkout .fields {
  padding: 1rem 0;
}
.checkout .fields select {
  width: 100%;
  background: #f8f8f8;
  margin: 5px 0;
  display: block;
  font-size: 14px;
  padding: 14px 15px;
  border: none;
}
.checkout .fields input {
  width: 100%;
  background: #f8f8f8;
  margin: 5px 0;
  display: block;
  font-size: 14px;
  padding: 14px 15px;
  border: none;
  height: 44px;
}
.checkout .fields textarea {
  width: 100%;
  background: #f8f8f8;
  margin: 5px 0;
  display: block;
  font-size: 14px;
  padding: 14px 15px;
  border: none;
}
.checkout .summary {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}
.checkout .summary input {
  width: 100%;
  background: #f8f8f8;
  margin: 5px 0;
  display: block;
  font-size: 14px;
  padding: 14px 15px;
  border: none;
  width: 50%;
}
.checkout .summary .rows.headings {
  border-bottom: 1px solid #000;
}
.checkout .summary .rows {
  clear: both;
  width: 100%;
  padding: 15px 16px;
  width: 100%;
  float: left;
}
.checkout .summary span {
  width: 25%;
  float: left;
  padding: 15px 0;
  font-size: 14px;
  font-size: 14px;
}
.checkout .summary .button {
  font-size: 14px;
  font-size: 14px;
  padding: 12px 20px;
  color: #fff !important;
}
.checkout .summary p {
  font-size: 14px;
  font-size: 14px;
}
.checkout .form-section {
  width: 99%;
  margin: 2em auto;
  padding: 1em;
  clear: both;
  border: 1px solid #f8f8f8;
  overflow: auto;
}
.checkout .form-section label {
  margin-left: 20px;
}
.checkout input[type=checkbox] {
  float: left;
  clear: both;
  width: auto;
  margin: 5px 0;
}
.checkout input[type=checkbox] + label {
  display: inline;
  float: left;
  margin-left: 0.5em;
  width: 80%;
  line-height: 1.2;
  margin-top: 5px;
}
.checkout input[type=checkbox] + label.error {
  width: auto;
  margin-left: 15px;
  float: right;
  margin-top: 0;
}
.checkout input[type=radio] {
  float: left;
  clear: both;
  width: auto;
  margin: 5px 0;
}
.checkout input[type=radio] + label {
  display: inline;
  float: left;
  margin-left: 0.5em;
  width: 80%;
  line-height: 1.2;
  margin-top: 5px;
}
.checkout input[type=radio] + label.error {
  width: auto;
  margin-left: 15px;
  float: right;
  margin-top: 0;
}
.checkout .payment-methods {
  float: right;
  width: 100%;
  text-align: right;
  height: 32px;
  font-size: 16px;
  line-height: 2.4;
  margin: 1em 0 0 0;
}
.checkout .payment-methods img {
  margin-right: 3px;
  height: 32px;
}
.checkout .field {
  padding: 0 10px;
  position: relative;
  margin-top: 30px;
}
.checkout .note {
  display: block;
  margin: 5px 0;
  font-size: 10px;
}
.checkout #applypromo {
  background: #013976;
}
.checkout #complete_purchase {
  background: #013976;
}
.checkout #complete_purchase:hover {
  background: #0151a9;
}
.checkout button {
  width: 100%;
  text-transform: uppercase;
  padding: 1rem 2rem 1.0625rem 2rem;
  border: none;
  color: #fff;
  margin-bottom: 20px;
}
.checkout .total {
  float: right;
  text-align: right;
  clear: both;
  font-size: 20px;
  line-height: 1.6;
  width: 50%;
}
.checkout .total small {
  font-size: 16px;
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .checkout .total {
    float: left;
    text-align: left;
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  .checkout .total {
    float: right;
    text-align: right;
    margin-top: 1em;
  }
}
.checkout label.error {
  color: #fff;
  padding: 3px;
  clear: both;
  position: relative;
  top: -2px;
  margin-bottom: 10px;
  background: #b8515d;
  float: right;
  line-height: 15px;
  margin-top: 2px;
}
.checkout label.error + label {
  margin-top: 25px;
}
.checkout .select2-container {
  float: left;
}
.checkout .field_full {
  width: 100%;
  padding: 1em 0.9375em;
}

.tour-summary {
  position: relative;
  background: #f8f8f8;
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 2em;
}
.tour-summary .message {
  margin-top: 1em;
}
.tour-summary .message a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  margin: 0 0.5em;
  cursor: pointer;
}
.tour-summary h2 {
  font-size: 26px;
  padding: 19px 12px 15px 12px;
  font-weight: 400;
}
.tour-summary .cart-item {
  border-bottom: 2px solid #fff;
  float: left;
  width: 100%;
  clear: both;
  padding: 15px 13px 14px 13px;
  position: relative;
  background: 0 0;
}
.tour-summary .cart-item .message {
  margin: 1em 0;
  float: left;
}
.tour-summary .item {
  border-bottom: 2px solid #fff;
  float: left;
  width: 100%;
  clear: both;
  padding: 1em;
  position: relative;
  background: 0 0;
}
.tour-summary .item .message {
  margin: 1em 0;
  float: left;
}
.tour-summary img {
  float: left;
  margin: 0 1em 1em 0;
}
.tour-summary span {
  display: block;
  margin: 5px 0;
}
.tour-summary span.title {
  font-weight: 800;
}
.tour-summary .edit {
  cursor: pointer;
  display: inline;
  float: left;
  width: 45%;
  position: relative;
  padding-left: 1.2em;
}
.tour-summary .edit:before {
  font-size: 12px;
  left: 0px;
  font-family: bootstrap-icons !important;
  position: relative;
  top: 1px;
  content: "\f4ca";
}
.tour-summary .edit::before {
  font-family: bootstrap-icons !important;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
}
.tour-summary ul {
  list-style: none;
  float: left;
  clear: both;
  display: table-row;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tour-summary li {
  line-height: 1.6;
  float: left;
  display: table-cell;
  vertical-align: top;
  width: 100%;
  font-size: 0.9rem;
  position: relative;
  margin-bottom: 7px;
  padding: 0 !important;
}
.tour-summary li strong {
  max-width: 54%;
  display: inline-block;
  margin-left: 5px;
}
.tour-summary li span.price {
  position: absolute;
  top: 0;
  right: 0;
}
.tour-summary li:before {
  display: none !important;
}
.tour-summary .links {
  margin: 1em 0 0 0;
}
.tour-summary .links form {
  display: none;
}
.tour-summary .remove {
  cursor: pointer;
  display: inline;
  float: left;
  width: 45%;
  position: relative;
  padding-left: 13px;
}
.tour-summary .remove:before {
  font-size: inherit;
  left: -6px;
  font-family: bootstrap-icons !important;
  position: relative;
  top: 1px;
  content: "\f62a";
  color: #b8515d;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: 0px;
}
.tour-summary .remove::before {
  font-family: bootstrap-icons !important;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  top: -3px;
}
.tour-summary .cart_total {
  float: left;
  clear: both;
  width: 100%;
  color: #fff;
  background: #444;
  padding: 1em;
  position: relative;
}
.tour-summary .cart_total span {
  position: absolute;
  right: 0.5em;
  top: 0;
  font-size: 26px;
  color: #fab31e;
  position: absolute;
  right: 0.5em;
  top: 0;
  font-size: 26px;
  color: #fab31e;
}
.tour-summary .price-total {
  float: left;
  clear: both;
  width: 100%;
  color: #fff;
  background: #444;
  padding: 1em;
  position: relative;
}
.tour-summary .price-total span {
  position: absolute;
  right: 0.5em;
  top: 0;
  font-size: 26px;
  color: #fab31e;
  position: absolute;
  right: 0.5em;
  top: 0;
  font-size: 26px;
  color: #fab31e;
}

.sidebar ul {
  margin: 1em 0;
}

.js_keyword {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  margin: 10px 10px 0 10px;
}
.js_keyword::after {
  font-family: bootstrap-icons !important;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
}
.js_keyword:after {
  content: "\f62a";
  color: #b8515d;
  right: -3px;
  font-size: 20px;
  top: -2px;
}

#search-results .pagination .arrow a::before {
  font-family: bootstrap-icons !important;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
}
#search-results .select2-container {
  float: left;
}

.ccm-next-previous-nextlink a::before {
  font-family: bootstrap-icons !important;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
}

.ccm-next-previous-previouslink a::before {
  font-family: bootstrap-icons !important;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
}

.follow-icon::before {
  font-family: bootstrap-icons !important;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
}

.promo-response.applied::before {
  font-family: bootstrap-icons !important;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
}
.promo-response.applied:before {
  content: "\f058";
  color: #fab31e;
  top: 10px;
  left: 10px;
  font-size: 30px;
}

.promo-response.invalid::before {
  font-family: bootstrap-icons !important;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
}
.promo-response.invalid:before {
  content: "\f622";
  color: #b8515d;
  top: 10px;
  left: 0px;
  font-size: 23px;
}

.remove-promo {
  float: right;
  display: none;
  position: relative;
  padding-left: 1.2em !important;
  line-height: 1.6;
  margin: 1em;
  font-size: 14px;
  float: right;
  display: none;
  position: relative;
  padding-left: 1.2em !important;
  line-height: 1.6;
  margin: 1em;
  font-size: 14px;
}
.remove-promo::before {
  font-family: bootstrap-icons !important;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
}
.remove-promo:hover {
  text-decoration: none;
}
.remove-promo:before {
  content: "\f00d";
  color: #b8515d;
  left: 0;
}

.share-btns a::before {
  font-family: bootstrap-icons !important;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
}

h2.resp-accordion::after {
  font-family: bootstrap-icons !important;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
}

.payment-box select {
  width: 100%;
  background: #f8f8f8;
  margin: 5px 0;
  display: block;
  font-size: 14px;
  padding: 14px 15px;
  border: none;
}
.payment-box input {
  width: 100%;
  background: #f8f8f8;
  margin: 5px 0;
  display: block;
  font-size: 14px;
  padding: 14px;
  border: none;
  height: 44px;
}
.payment-box .credit-card-month,
.payment-box .credit-card-year {
  width: 104px !important;
}
.payment-box .select2-container .select2-choice .select2-arrow {
  right: 12px !important;
}
.payment-box .select2-container .select2-choice .select2-arrow b {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background: url(../../../images/select2_checkout.png) no-repeat 0 1px !important;
}
@media (max-width: 1024px) {
  .payment-box #s2id_credit_card_month {
    width: 100% !important;
  }
  .payment-box #s2id_credit_card_year {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .payment-box #s2id_credit_card_month {
    width: 100% !important;
  }
  .payment-box #s2id_credit_card_year {
    width: 100% !important;
  }
}

#complete_purchase::before {
  color: #fff;
  content: "\f47a";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-weight: 400;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: top;
  position: relative;
  top: -1px;
}

.promo-response {
  display: none;
  float: left;
  clear: both;
  position: relative;
  font-size: 14px;
  height: 50px;
  width: 50%;
  padding: 17px 0 17px 36px;
  display: none;
  float: left;
  clear: both;
  position: relative;
  font-size: 14px;
  height: 50px;
  width: 50%;
  padding: 17px 0 17px 46px;
}

#payment_commission {
  float: none;
  font-size: 20px;
}
#payment_commission i {
  font-style: normal;
}

#payment_retail {
  float: none;
  font-size: 20px;
}
#payment_retail i {
  font-style: normal;
}

#payment_total {
  float: none;
  font-size: 20px;
}
#payment_total i {
  font-style: normal;
}

#payment_total_CS {
  float: none;
  font-size: 20px;
}
#payment_total_CS i {
  font-style: normal;
}

#promoCode.error {
  background: #d699a0;
}

.apply-promo {
  color: #fff !important;
  position: relative;
}

.apply-promo.checking {
  background: #fff url(../../../images/loader-whitebg.gif) no-repeat 50% 50%;
  color: transparent;
}
.apply-promo.checking:hover {
  background: #fff url(../../../images/loader-whitebg.gif) no-repeat 50% 50%;
}
.apply-promo.checking:after {
  position: absolute;
  color: #000;
  text-transform: none;
  display: block;
  font-size: 12px;
  top: 10px;
  left: 80px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  content: "Checking promotional code";
}

.apply-promo.removing {
  background: #fff url(../../../images/loader-whitebg.gif) no-repeat 50% 50%;
  color: transparent;
}
.apply-promo.removing:hover {
  background: #fff url(../../../images/loader-whitebg.gif) no-repeat 50% 50%;
}
.apply-promo.removing:after {
  position: absolute;
  color: #000;
  text-transform: none;
  display: block;
  font-size: 12px;
  top: 10px;
  left: 80px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  content: "Removing promotional code";
}

.rows.promo {
  position: relative;
}

.cart-empty {
  border-bottom: 1px solid #d8d8d8;
}

.redirect {
  background: url(../../../images/loader-whitebg.gif) no-repeat center center;
  height: 160px;
  clear: both;
}
.redirect span {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 30px;
}

#cart_complete {
  margin-bottom: 40px;
  margin-top: 80px;
  min-height: 570px;
}
#cart_complete .message.error {
  margin-top: 4px;
}
#cart_complete .sectionHeader h1 {
  font-size: 25px;
}
#cart_complete .half {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
#cart_complete ul {
  margin: 16px 0 14px;
  padding-left: 0;
}
#cart_complete ul li {
  font-size: 0.9rem;
  line-height: 1.6;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 8px;
  position: relative;
  list-style: none;
}
#cart_complete ul li:before {
  font-family: bootstrap-icons !important;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f633";
  position: absolute;
  color: #fab31e;
  left: -5px;
  font-size: 21px;
  top: -3px;
}
#cart_complete ul li:nth-of-type(2) {
  margin-bottom: 7px;
}
#cart_complete h2 {
  font-weight: 400;
  font-size: 24px;
}
#cart_complete a.btn.button {
  background: #fab31e !important;
  color: #fff !important;
}
#cart_complete a.btn.button:hover {
  background: #444 !important;
}
#cart_complete a.btn.button:active {
  background: #444 !important;
}
#cart_complete a.btn.button:focus {
  background: #444 !important;
}

#terms .close-reveal-modal {
  font-size: 14px;
  font-weight: 400;
}

#precart_message {
  position: relative;
  min-height: 320px;
  min-height: 100px;
}
#precart_message .message {
  margin: 1em 0;
}
#precart_message a {
  position: absolute;
  bottom: 0;
  right: 0;
  position: relative;
  float: right;
}

#s2id_credit_card_month {
  margin-right: 11px;
}

.payment-cards {
  width: 250px;
  height: 40px;
  background: url(https://graylinenewyork.com/wp-content/themes/gray-line-licensee-tourcms-wordpress-theme/inc/assets/css/presets/theme-option/cards.png) no-repeat top left;
}

#success_checkout {
  display: none;
}

#checkout_form {
  margin-bottom: 0;
}
#checkout_form .select2-container .select2-choice .select2-arrow b {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  background: url(../../../images/select2_checkout.png) no-repeat 0 1px !important;
}

.hide {
  display: none;
}

#threeDSecure h2 {
  font-size: 24px;
  font-weight: 400;
}
#threeDSecure iframe {
  width: 650px;
  height: 290px;
  margin: 20px 0;
  background: #fff;
}

.card-date-expiry select {
  float: left;
  margin-right: 10px;
}

#agents .select2-container {
  float: left;
}

#cookie-law-info-bar {
  max-width: 950px;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 35px 30px;
  top: 25% !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  left: 0 !important;
  right: 0 !important;
  -webkit-border-radius: 5px;
}
#cookie-law-info-bar .cli_messagebar_head {
  font-size: 24px !important;
  color: #fff !important;
  font-weight: 400 !important;
  margin-bottom: 30px !important;
}
#cookie-law-info-bar .cli-bar-message {
  margin-bottom: 20px !important;
}
#cookie-law-info-bar #wt-cli-accept-all-btn {
  padding: 9px 20px !important;
  /*margin: 0 !important;*/
  font-size: 20px !important;
  color: #3c3c3b !important;
  transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  margin-right: 10px !important;
}
#cookie-law-info-bar .cli-plugin-button {
  padding: 9px 20px !important;
  margin: 0 !important;
  font-size: 20px !important;
  color: #3c3c3b !important;
  transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  margin-right: 10px !important;
}

@media only screen and (max-width: 767px) {
  #wt-cli-accept-all-btn {
    margin-right: 0px !important;
  }
  .cli-plugin-button {
    margin-right: 0px !important;
  }
  #cart_complete {
    min-height: inherit !important;
  }
}
.cli-bar-message a {
  color: #f7931e;
}

.cart-blank-page {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.cart-blank-page .message.success::before {
  top: 3px;
}

.reviewTable {
  width: 100%;
  margin-bottom: 30px;
}
.reviewTable .row {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
.reviewTable .row.mobileDetail {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #252525;
  font-size: 14px;
  margin: 30px 0 0 0;
  padding: 0 0 30px 0;
}
.reviewTable .row.desktopDetail {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #252525;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.reviewTable .row.desktopDetail .initialCircle {
  border-radius: 50px;
  font-size: 28px;
  height: 60px;
  margin: 6px auto 12px auto;
  padding: 18px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 60px;
}
.reviewTable .row.desktopDetail .initialCircle:after {
  color: #fff;
  content: "\f4da";
  font-family: bootstrap-icons !important;
  font-size: 36px;
  position: absolute;
  right: 0;
  top: 10px;
  left: 0;
}
.reviewTable .row.desktopDetail span {
  font-size: 12px;
  font-weight: 400;
}
.reviewTable .leftColumn {
  display: table;
  width: 17%;
  float: left;
  font-size: 14px;
  margin-right: 24px;
  text-align: center;
}
.reviewTable .leftColumn.mobileDetail {
  width: 50%;
  margin-right: 0;
}
.reviewTable .rightColumn {
  display: block;
  float: left;
  width: 75%;
  margin-left: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.reviewTable .rightColumn .feefostars {
  float: left;
}
.reviewTable .rightColumn .feefostars img {
  width: 100px;
}
.reviewTable .rightColumn .date {
  float: right;
  font-size: 12px;
  font-weight: 400;
}
.reviewTable .rightColumn .reviewSummary {
  font-size: 16px;
  margin: 6px 0 0 0;
  line-height: 24px;
}
.reviewTable .rightColumn .reply-comment {
  font-size: 16px;
  padding: 24px 0 0 0;
}
.reviewTable .rightColumn .reply-comment div {
  display: inline-block;
}
.reviewTable .rightColumn .reply-comment .one {
  width: 30%;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 15px;
}
.reviewTable .rightColumn .reply-comment .one:before {
  content: "\f111";
  color: #013976;
  font-family: bootstrap-icons;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  left: 0;
}
.reviewTable .rightColumn .reply-comment .two {
  width: 65%;
  padding-left: 5%;
  font-weight: 400;
}
.reviewTable .rightColumn .replyCommentMobile {
  font-size: 14px;
  padding: 24px 0 0 0;
}
.reviewTable .rightColumn .replyCommentMobile div {
  display: inline-block;
}
.reviewTable .rightColumn .replyCommentMobile .one {
  margin-bottom: 6px;
  position: relative;
  padding: 0 0 0 15px;
}
.reviewTable .rightColumn .replyCommentMobile .one:before {
  content: "\f111";
  color: #013976;
  font-family: bootstrap-icons;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  left: 0;
}
.reviewTable .rightColumn .replyCommentMobile .two {
  font-weight: 400;
}
.reviewTable .rightColumn.mobileDetail {
  padding: 0 10px;
  width: 100%;
}

.announcement-bar {
  padding: 10px 20px;
  text-align: center;
  background: #e63945;
}
.announcement-bar p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  padding-right: 15px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.announcement-bar p:after {
  color: #fff;
  content: "\f285";
  font-family: bootstrap-icons !important;
  font-size: 16px;
  position: absolute;
  right: -8px;
  top: 0px;
  display: block;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.announcement-bar p:hover {
  padding-right: 20px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}

#enqBtnContainer {
  margin-bottom: 20px;
}

.enqbutton {
  background: #c1272d;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 38px;
  letter-spacing: 0.5px;
  width: 100%;
  text-align: center;
  line-height: 38px;
}

.content-area {
  padding-bottom: 50px;
}

.blog .content-area .entry-meta {
  display: none;
}
.blog .content-area .entry-footer {
  display: none;
}
.blog .content-area .post-thumbnail {
  margin: 0 15px 15px 0px;
}
.blog .content-area .entry-content p {
  font-size: 18px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif !important;
}
.blog .content-area h2.entry-title {
  font-size: 30px;
  font-weight: 400;
  margin: 10px 0 20px;
  text-align: center;
  color: #222;
}
.blog .sw-pagination {
  margin: 40px 0 0px;
  text-align: center;
}

body.archive .content-area .entry-meta {
  display: none;
}
body.archive .content-area .entry-footer {
  display: none;
}

.no-results {
  margin-top: 40px;
}

.featured-blog h3.entry-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
}
.featured-blog .post-thumbnail {
  max-height: 500px;
}
.featured-blog .entry-content {
  font-size: 18px;
  margin-bottom: 50px;
}

.view-article {
  line-height: normal;
  display: block;
  margin-top: 30px;
  padding-right: 1.5em;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  color: #013976;
}
.view-article::after {
  color: #013976;
  content: "\f285";
  font-family: bootstrap-icons !important;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0px;
}

.blog-bottom-list {
  margin-top: 40px;
}
.blog-bottom-list article {
  text-align: center;
}
.blog-bottom-list article .post-thumbnail {
  height: 150px;
  overflow: hidden;
}
.blog-bottom-list article h2.entry-title {
  text-transform: uppercase;
  font-size: 20px !important;
  margin-bottom: 10px !important;
}

.sidebar-title {
  padding: 15px 0 10px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  text-transform: uppercase;
  font-size: 56px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif !important;
  font-weight: 400;
  line-height: 40px;
  color: #222;
}
.sidebar-title span {
  font-weight: 800;
  font-size: 36px;
}

.right-sidebar .wp-block-search__inside-wrapper {
  padding-bottom: 15px;
}
.right-sidebar .wp-block-search__inside-wrapper .wp-block-search__input {
  border: 1px solid #000;
  padding: 10px;
  width: 90%;
}
.right-sidebar .wp-block-search__inside-wrapper .wp-block-search__button {
  background: url(../../../images/search.gif) no-repeat center;
  font-size: 0px;
  border: 1px solid #000;
  border-left: none;
  padding: 12px 20px;
  height: 44px;
  margin-bottom: 0;
}
.right-sidebar .widget_search .wp-block-search__label {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif !important;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 0;
  color: #222;
  margin: 10px 0 10px;
  font-size: 18px;
}
.right-sidebar .widget_block h3 {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif !important;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 0;
  color: #222;
  margin: 10px 0 10px;
  font-size: 18px;
}
.right-sidebar ul.wp-block-categories-list {
  padding: 0;
  list-style-type: none;
  margin: 15px 0 30px;
}
.right-sidebar ul.wp-block-categories-list li {
  margin-bottom: 4px;
}
.right-sidebar ul.wp-block-categories-list li a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  list-style-type: none;
}
.right-sidebar .widget_tag_cloud .wp-block-tag-cloud a {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 14px !important;
  list-style-type: none;
  margin-bottom: 4px;
}

.search-form-box .wp-block-search__inside-wrapper {
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.search-form-box .wp-block-search__inside-wrapper .ccm-search-block-text {
  border: 1px solid #000;
  padding: 10px;
  width: 90%;
}
.search-form-box .wp-block-search__inside-wrapper .ccm-search-block-submit {
  background: url(../../../images/search.gif) no-repeat center;
  font-size: 0px;
  border: 1px solid #000;
  border-left: none;
  padding: 12px 20px;
  margin: 0 !important;
}

.top-margin {
  margin-top: 60px;
}

.breadcrumb-rs {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 10px;
}

.featured-title {
  font-weight: 800;
  font-size: 14px;
  margin: 20px 0;
  text-transform: uppercase;
  text-align: center;
  color: #222;
}

.common-sidebar section {
  background: #f8f8f8;
  padding: 16px;
  margin-bottom: 16px;
}
.common-sidebar section h3 {
  font-weight: 400;
  color: #222;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-style: normal;
  margin: 4px 0 10px;
  font-size: 18px;
}
.common-sidebar section p {
  color: #3c3c3b;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.common-sidebar section ul {
  margin: 16px 0;
  display: block;
}
.common-sidebar section ul li {
  border-bottom: 1px solid #444;
  padding: 10px 0px 10px 20px;
  display: block;
  position: relative;
}
.common-sidebar section ul li:last-child {
  border: none;
}
.common-sidebar section ul li a {
  display: block;
  font-size: 15px;
}
.common-sidebar section ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #444;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: 15px;
}
.common-sidebar section#block-26 ul,
.common-sidebar .cs-list-checked-warning ul {
  padding-left: 0;
}
.common-sidebar section#block-26 ul li,
.common-sidebar .cs-list-checked-warning ul li {
  border: none;
  padding: 0 0 5px 20px;
}
.common-sidebar section#block-26 ul li:before,
.common-sidebar .cs-list-checked-warning ul li:before {
  content: "\f26e";
  font-family: bootstrap-icons !important;
  top: -3px;
  background: transparent;
  font-size: 21px;
  left: -3px;
  color: #fab31e;
}

.blog-search-page form label {
  font-weight: 400;
  color: #222;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  margin: 5px 0 0px;
  font-size: 20px;
}

#searchResults .searchResult {
  margin-bottom: 40px;
}
#searchResults .searchResult a.pageLink {
  font-size: 12px;
  color: #999;
  margin: 2px 0px 8px 0px;
  padding: 0px;
  display: block;
}
#searchResults .searchResult h3 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 5px;
}
#searchResults .searchResult p {
  margin: 0 !important;
}

.error-404 {
  text-align: center;
  padding-bottom: 80px;
}
.error-404 h1 {
  position: relative;
  margin-top: 340px;
  color: #3c3c3b;
}

.error_404 h1::before {
  content: "\f33a";
  font-family: bootstrap-icons !important;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  font-size: 100px;
  color: #3c3c3b;
  top: -150px;
  width: 200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.error_404 a.btnHomePage {
  color: #3c3c3b;
  padding: 15px 25px;
  background: #fab31e;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.error_404 a.btnHomePage:hover {
  background: #000;
  color: #fff;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #fab31e;
  border-color: #db9605;
  color: #fff;
  transition: background-color 0.3s ease-out;
}
.button:focus {
  background-color: #db9605;
  color: #fff;
}
.button:hover {
  background-color: #db9605;
  color: #fff;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #fab31e;
  border-color: #db9605;
  color: #fff;
  transition: background-color 0.3s ease-out;
}
button:focus {
  background-color: #db9605;
  color: #fff;
}
button:hover {
  background-color: #db9605;
  color: #fff;
}

.colorTextGreyWas {
  color: #3c3c3b;
}

.common-inner-pages {
  margin-top: 20px;
}
.common-inner-pages h1.entry-title {
  font-size: 24px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 20px;
}
.common-inner-pages h2 {
  font-weight: 400;
  font-size: 24px;
}
.common-inner-pages .wp-block-separator {
  border-bottom: none;
}
.common-inner-pages .common-sidebar {
  margin-top: 80px;
}

#tourmap-4-map iframe {
  height: 450px;
}

.sitemap-list li {
  list-style-type: disc !important;
  margin-bottom: 8px;
}
.sitemap-list li ul {
  padding-left: 15px !important;
}

.sitemap-results {
  background: #f8f8f8;
  color: #444;
  padding: 15px;
  margin: 15px 0 15px;
}

.important-item-list li {
  position: relative;
  margin-bottom: 8px;
  list-style-type: none;
}
.important-item-list li::before {
  content: "- ";
  position: absolute;
  left: -15px;
  top: 0;
  color: #fab31e;
}

.summary .promo-box input {
  width: 50%;
}
.summary .promo-box .apply-promo {
  margin-bottom: 0;
  margin-top: 6px;
  padding: 14px 28px;
}
.summary .promo-box .promo-response {
  float: left;
  clear: both;
  position: relative;
  font-size: 14px;
  height: 50px;
  width: 50%;
  padding: 17px 0 17px 46px;
}
.summary .promo-box .promo-response.applied::before {
  font-family: bootstrap-icons !important;
  content: "\f26a";
  top: 4px;
  left: 5px;
  font-size: 30px;
  font-weight: bold;
}
.summary .promo-box .remove-promo:before {
  font-family: bootstrap-icons !important;
  content: "\f62a";
  font-weight: bold;
  font-size: 22px;
  left: -6px;
  top: -6px;
}

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}
.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("https://i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  header {
    height: 48px;
  }
  header ul li {
    margin-right: 21px !important;
  }
  header ul li:last-child {
    margin-right: 0px !important;
  }
  header .lang {
    margin-top: 0px !important;
  }
  header .navbar-brand img {
    max-width: 62px;
    height: 36px;
    margin-right: 0px;
  }
  header .navbar-nav li.nav-item#cart_count_url {
    margin-right: 24px !important;
  }
  header .navbar-nav .nav-link {
    margin-right: 3px;
    font-size: 13px;
  }
  header .navbar-nav .nav-link i.bi-telephone-fill {
    position: relative;
    top: 0px;
  }
  header .navbar-nav .nav-link i.bi-search {
    top: 0px;
    position: relative;
  }
  header .navbar-nav .nav-link.phone-link i {
    margin-right: 0px;
  }
  header .navbar-nav .nav-link.dropdown-toggle {
    position: relative;
    top: 3px;
  }
  header .off-cannvas-toggle {
    position: relative;
    top: -3px;
  }
  .video-content h1 {
    font-size: 3rem;
  }
  .video-content h1 span {
    margin-bottom: 50px;
    margin-top: 7px;
  }
  .initHp.play::after {
    right: 25px;
  }
  .footer-contact {
    margin-top: 20px;
  }
  .information-section .img-fluid {
    max-width: 40px;
  }
  .information-section .card-title {
    margin-left: 0px;
  }
  .tours-section .row .col-12 {
    margin-bottom: 16px;
  }
  .tours-section .row .col-12:last-child {
    margin-bottom: 24px;
  }
  .product-section .row .col-12 {
    margin-bottom: 24px;
  }
  .tour-box {
    max-width: 385px;
    margin: 0 auto;
  }
  .tours-filter-type {
    margin-top: 10px;
  }
  .tours-filter-type select {
    margin: 0 10px 0 0;
  }
  .tour-listing .product-row-box img {
    margin-bottom: 15px;
  }
  .product-box .product-innerbox .price {
    margin-top: 20px;
  }
  .tours-footer-filters .tours-filter-type {
    margin-top: 0;
  }
  img.featured-img {
    margin-bottom: 15px;
  }
  footer .footer-links {
    margin-bottom: 25px;
  }
  footer .footer-bottom-row {
    padding-top: 0;
  }
  footer .footer-navbrand {
    margin-bottom: 20px;
  }
  footer .footer-copyright {
    text-align: left;
  }
  table.jCalendar {
    font-size: 11px;
  }
  table.jCalendar th {
    font-size: 13px;
  }
  #cart_complete .half {
    padding-left: 0;
  }
  .checkout .sectionHeader p {
    margin-left: 0;
    float: none;
    display: block;
  }
  .checkout .sectionHeader h1 {
    float: none;
    display: block;
  }
  .goog-te-menu-value {
    margin-right: 10px;
  }
  #google_translate_element .goog-te-menu-value::after {
    top: 4px;
    font-size: 13px;
  }
  .cart-box i {
    font-size: 1rem;
  }
  .cart-box .count {
    left: 12px;
  }
  .enquiry-page .checkout .fields {
    padding-bottom: 0;
  }
  .common-inner-pages .common-sidebar {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 480px) {
  header .container {
    padding: 0 12px;
  }
  .search-formbox .search-btn i {
    margin-left: 20px;
  }
  .single-tour .video-tour-section #init {
    top: 40%;
  }
  .single-tour .video-tour-section #init h3 span {
    display: none;
  }
  .single-tour .video-tour-section .bi-play-circle-fill::before {
    font-size: 38px;
  }
  .single-tour .video-tour-section #init.pause .bi-pause-circle-fill::before {
    font-size: 38px;
  }
  .single-tour .video-tour-section #init.pause i.bi-pause-circle-fill {
    top: 0;
  }
}
@media only screen and (max-width: 380px) {
  header {
    height: 48px;
  }
  header ul li {
    margin-right: 12px;
  }
  header .navbar-brand img {
    max-width: 80px;
  }
  .cart-box .count {
    left: 16px;
  }
  footer .footer-main-row {
    padding-bottom: 10px;
  }
  .footer-contact a {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 370px) {
  header ul li {
    margin-right: 2px;
  }
}
@media (max-width: 720px) {
  .booking-cal_times {
    background-color: #949494;
    padding: 30px 15px 0 15px;
  }
  .booking-cal_times h3 {
    font-size: 18px;
  }
  .booking-cal_picks {
    background-color: #949494;
    padding: 2em 15px 30px 15px;
  }
  .booking-cal_picks h3 {
    font-size: 18px;
  }
  .radioinfoMobile {
    display: block;
    margin: 24px 16px 24px 44px;
  }
  .booking-cal_summary .booking-cal_tour-name h4 {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 64.0625em) {
  .tour-section-right .pickups label {
    font-size: 14px;
  }
  .tour-section-right label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .tour-section-right .add select {
    width: 30% !important;
  }
  #cart_complete .half {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    float: left;
  }
  #precart_message {
    min-height: 380px;
  }
}
@media (min-width: 550px) and (max-width: 768px) {
  .booking-cal_summary .breakdown-row .breakdown-rate {
    width: 350px !important;
  }
}
@media (min-width: 440px) and (max-width: 549px) {
  .booking-cal_summary .breakdown-row .breakdown-rate {
    width: 212px;
  }
}
@media (min-width: 375px) and (max-width: 439px) {
  .booking-cal_summary .breakdown-row .breakdown-rate {
    width: 158px;
  }
}
@media (min-width: 341px) and (max-width: 374px) {
  .booking-cal_summary .breakdown-row .breakdown-rate {
    width: 125px !important;
  }
}
@media (max-width: 340px) {
  .booking-cal_summary .breakdown-row .breakdown-rate {
    width: 105px;
  }
}
@media only screen and (max-width: 40em) {
  .go-big {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .reviewTable .row.desktopDetail {
    margin: 30px 0px 15px 0px;
  }
  .reviewTable .row.desktopDetail .initialCircle {
    height: 48px;
    width: 48px;
  }
  .reviewTable .row.desktopDetail .initialCircle:after {
    font-size: 26px;
    right: 0px;
  }
  .reviewTable .leftColumn {
    margin-right: 16px;
  }
  .reviewTable .rightColumn {
    float: right;
    width: 73%;
  }
  .reviewTable .rightColumn .reviewSummary {
    font-size: 14px;
    line-height: 20px;
  }
  .reviewTable .rightColumn .reply-comment {
    display: none;
  }
  .reviewTable .rightColumn .replyCommentMobile {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .cart-box .count {
    left: 16px;
  }
  header .navbar-brand span {
    font-size: 11px;
    margin-top: 18px;
  }
  #s2id_credit_card_month {
    width: 47% !important;
  }
  #s2id_credit_card_year {
    width: 47% !important;
  }
  .select2-container .select2-choice > .select2-chosen {
    text-overflow: inherit;
  }
  .hero-section {
    height: 277px;
    margin-top: 112px;
    min-height: unset;
    overflow: unset;
    margin-bottom: 60px;
  }
  .hero-section .search-formbox .search-btn {
    margin-top: 100px;
  }
  .hero-section .search-formbox #searchForm {
    position: relative;
    top: 85px;
  }
  .video-content h1 {
    color: #3c3c3b;
    font-size: 30px;
    margin-bottom: 4px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    position: relative;
    top: 13px;
  }
  .video-content span {
    color: #3c3c3b;
    font-size: 14px;
    text-shadow: none !important;
    margin-top: 10px;
    position: relative;
    top: 7px;
  }
  .video-content .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #initHp.play {
    bottom: 90px;
  }
  .initHp.pause i.bi-pause-circle-fill {
    top: -20px;
    position: relative;
  }
  .initHp.play h2 i.bi-play-circle-fill {
    position: relative;
    top: 4px;
  }
}
@media only screen and (max-width: 850px) {
  .cart-box .count {
    left: 14px;
    top: 3px;
  }
  .mobile-hide {
    display: none !important;
  }
  #google_translate_element .goog-te-gadget-simple a.goog-te-menu-value span {
    display: none !important;
  }
  #google_translate_element .goog-te-menu-value {
    position: relative;
  }
  #google_translate_element .goog-te-menu-value:after {
    content: "\f3ee";
    font-family: bootstrap-icons !important;
    font-size: 16px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 2px;
  }
}
@media only screen and (min-width: 40.0625em) {
  .enquiry-page .checkout .fields {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 991px) {
  .common-sidebar {
    margin-top: 40px;
  }
  .product-section .row .col-md-6 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .video-content h1 {
    font-size: 20px;
  }
  .hero-section .search-formbox .search-btn {
    margin-top: 111px;
  }
  body.home .product-section h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .initHp.pause i.bi-pause-circle-fill {
    top: -40px;
  }
  .top-secondary-bar h2 {
    font-size: 14px;
    padding: 0 0 0 0px;
    line-height: 22px;
  }
  .top-secondary-bar .yellow-btn {
    font-size: 14px;
    padding: 7px 14px;
  }
  .bottom-secondary-bar {
    padding: 10px 0px;
  }
  .bottom-secondary-bar .nav li.nav-item a {
    padding: 0 20px 0 0;
  }
  .title-box {
    padding: 0 0 10px;
  }
  .title-box h1 {
    font-size: 18px;
  }
  body.single #breadcrumbs {
    margin-bottom: 5px;
  }
  .cart-box .count {
    left: 14px;
    top: -3px;
  }
}
@media only screen and (max-width: 340px) {
  header .navbar-nav .nav-link {
    font-size: 12px;
    margin-right: 8px;
  }
  header .off-cannvas-toggle {
    margin-top: 12px;
  }
  .goog-te-menu-value {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  header .navbar-brand span {
    display: none !important;
  }
  .single-tour-content-section .video-tour-section {
    height: 200px;
  }
  .single-tour-content-section .video-tour-section .senshi-bgV {
    position: relative;
    z-index: 0;
  }
  .single-tour-content-section .video-tour-section .backstretch {
    position: relative;
    z-index: inherit;
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .single-tour-content-section .video-tour-section .backstretch-item {
    position: relative;
  }
  .single-tour-content-section .video-tour-section .backstretch-item img {
    position: relative;
    z-index: 9999;
    inset: inherit;
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .single-tour-content-section .video-tour-section .media-button-container {
    z-index: 0;
    top: 0;
    position: absolute;
    right: 0;
  }
  .tours-filter-type form {
    width: 100% !important;
    margin: 0 auto 10px !important;
  }
  .tours-filter-type form select {
    margin-bottom: -2px !important;
  }
}
@media only screen and (max-width: 640px) {
  .tour-listing .product-row-box h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .tour-listing .product-row-box .duration {
    font-size: 14px;
  }
  .tour-listing .product-row-box .ez-cancel {
    font-size: 14px;
  }
  .tour-listing .product-row-box .price span {
    font-size: 18px;
  }
  .tour-listing .product-row-box .price strike span {
    font-size: 18px;
  }
  .ez-cancel .freeCancellationMsg {
    font-size: 14px;
  }
}
article.post-114 header.entry-header {
  display: none;
}

.home-intro-section {
  text-align: center;
  padding: 50px 0;
}
.home-intro-section h2 {
  margin-bottom: 40px;
}
.home-intro-section h3 {
  margin-top: 25px;
}

.tour-landing-page .destination-banner {
  text-align: center;
  padding: 200px 0;
  background-size: cover;
  background-position: top;
  display: block;
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-top: 0;
}
.tour-landing-page .destination-banner h1 {
  font-size: 42px;
  margin-bottom: 32px;
}
.tour-landing-page .destination-banner h1 span {
  display: block;
}
.tour-landing-page .destination-banner h1,
.tour-landing-page .destination-banner h2,
.tour-landing-page .destination-banner h3,
.tour-landing-page .destination-banner h4,
.tour-landing-page .destination-banner h5 {
  color: #fff;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  text-shadow: 0 2px 10px #000;
}
.tour-landing-page .destination-banner .search-formbox {
  max-width: 768px;
  margin: 0 auto;
}
.tour-landing-page .tour-content-section {
  padding-top: 15px;
  padding-bottom: 40px;
}
.tour-landing-page .tour-content-section .view-tours a {
  padding: 11px 0;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  background: #013976;
  color: #fff;
  display: block;
  width: 100%;
}
.tour-landing-page .tour-content-section .view-tours a:after {
  font-family: bootstrap-icons;
  content: "\f285";
  color: #fff;
  padding-left: 10px;
  position: relative;
  top: 2px;
}
.tour-landing-page .tour-content-section .view-tours a:hover {
  background-color: #0151a9;
}
.tour-landing-page .tour-content-section .nav-tabs {
  margin-top: 16px;
}
.tour-landing-page .tour-content-section .nav-tabs .nav-link {
  font-size: 16px;
  padding: 16px;
  margin-right: 4px;
  border-radius: 0px;
  border: none;
  background-color: #f8f8f8;
  color: #3c3c3b;
}
.tour-landing-page .tour-content-section .nav-tabs .active {
  background-color: #444;
  color: #fff;
  border-radius: 0px;
  border: none;
}
.tour-landing-page .tour-content-section .accordion {
  display: none;
}
.tour-landing-page .tour-content-section .tab-content,
.tour-landing-page .tour-content-section .accordion {
  margin-top: 25px;
}
.tour-landing-page .tour-content-section .tab-content #nav-map h2,
.tour-landing-page .tour-content-section .accordion #nav-map h2 {
  font-size: 19px;
}
.tour-landing-page .tour-content-section .tab-content article,
.tour-landing-page .tour-content-section .accordion article {
  margin-bottom: 40px;
}
.tour-landing-page .tour-content-section .tab-content .news-block,
.tour-landing-page .tour-content-section .tab-content .blog_list_post,
.tour-landing-page .tour-content-section .accordion .news-block,
.tour-landing-page .tour-content-section .accordion .blog_list_post {
  text-align: center;
}
.tour-landing-page .tour-content-section .tab-content .news-block h3,
.tour-landing-page .tour-content-section .tab-content .blog_list_post h3,
.tour-landing-page .tour-content-section .accordion .news-block h3,
.tour-landing-page .tour-content-section .accordion .blog_list_post h3 {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}
.tour-landing-page .tour-content-section .tab-content .news-block .blog_date,
.tour-landing-page .tour-content-section .tab-content .news-block .view-article,
.tour-landing-page .tour-content-section .tab-content .blog_list_post .blog_date,
.tour-landing-page .tour-content-section .tab-content .blog_list_post .view-article,
.tour-landing-page .tour-content-section .accordion .news-block .blog_date,
.tour-landing-page .tour-content-section .accordion .news-block .view-article,
.tour-landing-page .tour-content-section .accordion .blog_list_post .blog_date,
.tour-landing-page .tour-content-section .accordion .blog_list_post .view-article {
  display: none;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks,
.tour-landing-page .tour-content-section .accordion .content-blocks {
  margin-bottom: 2em;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .main h2,
.tour-landing-page .tour-content-section .accordion .content-blocks .main h2 {
  font-size: 24px;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .image-block,
.tour-landing-page .tour-content-section .accordion .content-blocks .image-block {
  margin-bottom: 2em;
  max-width: 306px;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .inner,
.tour-landing-page .tour-content-section .accordion .content-blocks .inner {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .inner:hover > .info,
.tour-landing-page .tour-content-section .accordion .content-blocks .inner:hover > .info {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .info,
.tour-landing-page .tour-content-section .accordion .content-blocks .info {
  transition: all 0.2s ease-out;
  -moz-transform: translate(0, 52%);
  -webkit-transform: translate(0, 52%);
  -o-transform: translate(0, 52%);
  -ms-transform: translate(0, 52%);
  transform: translate(0, 52%);
  top: 0;
  left: 0;
  height: 300px;
  padding: 1em;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  z-index: 100;
  color: #fff;
  text-align: center;
  width: 100%;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .info a,
.tour-landing-page .tour-content-section .accordion .content-blocks .info a {
  color: #fff;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .info h2,
.tour-landing-page .tour-content-section .accordion .content-blocks .info h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .hover_link,
.tour-landing-page .tour-content-section .accordion .content-blocks .hover_link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
}
@media only screen and (min-width: 40.0625em) {
  .tour-landing-page .tour-content-section .tab-content .content-blocks,
  .tour-landing-page .tour-content-section .accordion .content-blocks {
    display: flex;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .tour-landing-page .tour-content-section .tab-content .content-blocks .info,
  .tour-landing-page .tour-content-section .accordion .content-blocks .info {
    -moz-transform: translate(0, 37%);
    -webkit-transform: translate(0, 37%);
    -o-transform: translate(0, 37%);
    -ms-transform: translate(0, 37%);
    transform: translate(0, 37%);
  }
  .tour-landing-page .tour-content-section .tab-content .content-blocks .info h2,
  .tour-landing-page .tour-content-section .accordion .content-blocks .info h2 {
    font-size: 14px;
  }
  .tour-landing-page .tour-content-section .tab-content .content-blocks .info p,
  .tour-landing-page .tour-content-section .accordion .content-blocks .info p {
    padding-top: 0.5em;
  }
  .tour-landing-page .tour-content-section .tab-content .content-blocks .info p + a,
  .tour-landing-page .tour-content-section .accordion .content-blocks .info p + a {
    font-size: 14px;
  }
}
.tour-landing-page .tour-content-section .accordion {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tour-landing-page .tour-content-section .accordion {
    display: block;
    margin-top: 15px;
  }
  .tour-landing-page .tour-content-section .accordion .news-block {
    text-align: center;
  }
  .tour-landing-page .tour-content-section .accordion .news-block .blog_date,
  .tour-landing-page .tour-content-section .accordion .news-block .view-article {
    display: none;
  }
  .tour-landing-page .tour-content-section .accordion .destination-banner {
    margin-bottom: 15px;
  }
  .tour-landing-page .tour-content-section .accordion .image-block {
    display: none;
  }
  .tour-landing-page .tour-content-section .accordion .accordion-item {
    border: none;
    border-radius: 0px;
  }
  .tour-landing-page .tour-content-section .accordion .accordion-item .accordion-button {
    font-size: 16px;
    background: #e6e6e6;
    border-radius: 0px;
    border: none;
    margin-bottom: 5px;
    color: #222;
  }
  .tour-landing-page .tour-content-section .accordion .accordion-item .accordion-button:after {
    background-size: 15px auto;
  }
  .tour-landing-page .tour-content-section .accordion .accordion-item .accordion-button:focus {
    box-shadow: inherit;
    outline: 0;
  }
  .tour-landing-page .tour-content-section .accordion .accordion-item .accordion-button[aria-expanded=true] {
    background: #444;
    color: #fff;
  }
  .tour-landing-page .tour-content-section .accordion .accordion-item .accordion-button[aria-expanded=true]:after {
    background-size: 15px auto;
    color: #fff;
    filter: brightness(100);
  }
  .tour-landing-page .tour-content-section .tab-content,
  .tour-landing-page .tour-content-section nav {
    display: none;
  }
}

.ma5menu--active::before {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.ma5menu__toggle {
  background-color: transparent !important;
  width: 42px;
  padding: 0;
  margin-right: 0px;
  margin-bottom: 0;
}

.ma5menu__icon-toggle {
  filter: brightness(20%);
  background-color: transparent !important;
}

.ma5menu--right .ma5menu__container {
  width: 250px !important;
  background: #333;
}
.ma5menu--right .ma5menu__home {
  display: none !important;
}
.ma5menu--right .ma5menu__alert {
  display: none !important;
}
.ma5menu--right .ma5menu__head {
  border: none;
}
.ma5menu--right .ma5menu__toggle {
  background-color: transparent !important;
  width: 42px;
  padding: 0;
  margin-right: 0px;
  margin-bottom: 0;
}
.ma5menu--right .ma5menu__toggle .ma5menu__icon-toggle {
  filter: brightness(20%);
  background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
  .ma5menu--right .ma5menu__toggle .ma5menu__toggle {
    margin-right: 0;
  }
}
.ma5menu--right .ma5menu__panel--active .ma5menu__leave {
  height: 32px;
  line-height: 30px;
  font-weight: bold !important;
  border-bottom: none !important;
  background-color: #444;
  border-top: 1px solid #5e5e5e;
  text-overflow: inherit;
  padding: 0 15px 0 15px;
}
.ma5menu--right .ma5menu__panel--active .ma5menu__leave .ma5menu__btn--leave {
  width: 30px;
}
.ma5menu--right .ma5menu__panel {
  width: 250px;
  scrollbar-color: inherit;
  background-color: #333;
}
.ma5menu--right .ma5menu__panel .ma5menu__btn--enter,
.ma5menu--right .ma5menu__panel .ma5menu__btn--leave {
  background-color: transparent !important;
  background-size: 18px auto !important;
}
.ma5menu--right .ma5menu__panel ul li a {
  text-transform: capitalize;
  color: #fff !important;
  padding: 11px 12px 11px 12px;
  min-height: 42px;
  letter-spacing: 0;
  border-bottom: 1px solid #262626;
  background-color: #333 !important;
}
.ma5menu--right .ma5menu__panel ul li a:hover {
  background: #242424 !important;
}

/******************************/
/**** by ikram 02-12-2022******/
/******************************/
.cs-align-items-start {
  align-items: flex-start !important;
}

.homepage-checkboxes .checkbox-area:before {
  position: absolute;
  content: "";
  width: 65px;
  height: 42px;
  top: 0px;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  background: url(../../../images/Tick.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .homepage-checkboxes .checkbox-area:before {
    width: 45px;
    top: -2px;
  }
}
.homepage-checkboxes .card-body {
  position: relative;
  display: block;
  left: -2px;
  top: 20%;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}

.d-none {
  display: none !important;
}

.navbar-nav .lang img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

div#dp-popup {
  margin-left: 0px;
  top: 91%;
}

#calendarContainer .tableKey {
  margin-left: 0px;
  width: 291px;
}

.ma5menu__container {
  z-index: 9999999999 !important;
}

@media only screen and (max-width: 768px) {
  .top-secondary-bar {
    padding: 10px 0;
  }
  .top-secondary-bar h2 {
    line-height: 22px !important;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
  }
}
input:focus {
  outline: solid 2px #068cce !important;
}

.tour-section-left .ul-style.highlights li::marker {
  list-style-type: none;
}

.tour-section-left .ul-style ul li {
  font-size: 1rem;
  margin-bottom: 10px;
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  #calendarContainer .tableKey {
    width: 267px;
    top: 260px;
  }
}
i {
  font-style: normal !important;
}

@media only screen and (max-width: 768px) {
  header .navbar-nav {
    align-items: center;
    height: 48px;
  }
  header .navbar-nav .nav-link {
    padding: 0px 0px !important;
  }
  header .navbar-nav .nav-link.phone-link {
    top: 0px;
  }
  header .navbar-nav .nav-link .bi-search:before {
    top: 0px;
  }
  header .navbar-nav .currencies a.dropdown-toggle {
    top: 0px;
  }
  header .navbar-nav .nav-link.cart-box {
    top: 0px;
  }
  .navbar .container-fluid {
    padding: 0px 0 0px 0.5rem;
  }
  .navbar {
    height: 48px;
  }
  .newsletter-section h2 {
    font-size: 1.5rem;
  }
  .newsletter-section h3 {
    font-size: 2rem;
  }
  .newsletter-section p.text-small {
    font-size: 1rem;
  }
}
.useful-info-tour .duration i {
  margin-right: 8px;
}
.useful-info-tour .vouchersTour i {
  margin-right: 9px;
}
.useful-info-tour .ez-cancel i {
  margin-right: 9px;
}
.useful-info-tour .wheelchairTour {
  position: relative;
}
.useful-info-tour .wheelchairTour .wheelchairIcon {
  margin-right: 30px;
}
.useful-info-tour .wheelchairTour .wheelchairIcon:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  background: url(../../../images/wheelchair.png);
  width: 18px;
  height: 18px;
  background-size: 18px auto;
  background-repeat: no-repeat;
}

.review-toggle.launchfeefo i {
  font-size: 24px;
  position: relative;
  top: 4px;
  left: 10px;
  color: rgba(0, 0, 0, 0.5);
}

.review-section .feefo-power {
  text-align: right;
}
.review-section .feefo-power:after {
  content: "";
  display: block;
  width: 100px;
  height: 20px;
  background: url(../../../images/feefobrand.png);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-left: 10px;
  display: inline-block;
  transform: translateY(2px);
}
.review-section .feefo-power span {
  font-size: 1rem;
  opacity: 0.7;
  display: inline-block;
  transform: translateY(-1px);
  position: relative;
  left: 4px;
  top: 1px;
}
.review-section .readmore.feefo-readmore {
  font-size: 16px;
}

@media only screen and (max-width: 850px) {
  .review-section .feefo-power {
    text-align: right;
  }
  .review-section .feefo-power span {
    display: none;
  }
}
.review-section-header {
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 400px) {
  .reviewTable .row.desktopDetail {
    margin: 20px 0px 10px 0px;
  }
  .reviewTable .leftColumn {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
.ui-widget-content {
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #58aeb0;
  font-size: 14px !important;
  padding: 6px !important;
  -webkit-box-shadow: 0 2px 9px 0 rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0 2px 9px 0 rgba(50, 50, 50, 0.4);
  box-shadow: 0 2px 9px 0 rgba(50, 50, 50, 0.4);
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  font-weight: 400;
  color: #58aeb0;
  cursor: pointer;
  border: 0px !important;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item .ui-menu-item-wrapper:focus-visible {
  outline: none;
  background: #f5f5f5;
  border: 0px !important;
}

@media only screen and (max-width: 768px) {
  .review-section {
    padding: 20px 0 10px;
  }
  .review-section-header h4 {
    font-size: 1.25rem;
    font-weight: 600;
  }
  .review-section-header .percentageMobile {
    font-size: 1.25rem;
    font-weight: 600;
    position: relative;
    top: 0px;
    float: right;
    line-height: 1.4;
  }
}
#calendarContainer .tableKey {
  padding-top: 11px;
}

@media only screen and (max-width: 768px) {
  #calendarContainer .tableKey {
    margin-left: 0px;
  }
  div#dp-popup {
    margin-left: 0px;
  }
  /* added by Lavesh 04-jan-23 */
  .jCalendar thead tr th {
    font-size: 11px;
  }
  .jCalendar tbody tr td {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  header .navbar-brand {
    height: 39px;
  }
  header .navbar .container-fluid {
    align-items: center !important;
  }
  .bottom-secondary-bar .navbar {
    height: auto;
  }
  .other-related-tours {
    padding: 25px 0 20px 0px;
  }
  .languageSelectorContainerMobile {
    padding: 0px 0px;
  }
  .hero-section {
    margin-top: 112px;
    margin-bottom: 0px !important;
  }
  .hero-section .search-formbox #searchForm {
    top: 35px;
  }
  .hero-section .search-formbox .search-btn {
    margin-top: 61px !important;
  }
  .video-content .search-formbox {
    padding: 43px 0px;
  }
  .information-section {
    margin-top: 60px;
    margin-bottom: 0px;
  }
  .tour-landing-page .tour-content-section {
    padding-top: 0px !important;
  }
  .tour-content-section .container-small {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .tour-landing-page .tour-content-section .accordion {
    margin-top: 0px !important;
  }
  .tour-landing-page .destination-banner h1 {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .tour-landing-page .destination-banner {
    padding: 135px 15px 45px 15px;
    min-height: 400px !important;
  }
  #cookie-law-info-bar .cli-plugin-button {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .feefo-reviews-wrapper .percentage {
    display: none !important;
  }
  div#dp-popup {
    min-height: 291px;
  }
  .cs-tour-review {
    margin-top: 10px;
  }
}
/*****************************/
/* From grayline 2 css file */
/*****************************/
.ma5menu__toggle {
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  width: 52px;
  height: 38px;
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  font-weight: 400;
  padding: 8px 12px;
  border-radius: 4px;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
}

.ma5menu__toggle {
  background-color: transparent !important;
  width: 42px;
  padding: 0;
  margin-right: 0px;
  margin-bottom: 0;
}

.ma5menu__icon-toggle {
  filter: brightness(20%);
  display: inline-block;
  position: absolute;
  margin: auto;
  top: -90% !important;
  bottom: -100%;
  left: -100%;
  right: -100%;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background-color: transparent !important;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z%22/%3E%3C/svg%3E);
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.ma5menu__icon-toggle {
  filter: brightness(20%);
  top: -30px;
  background-color: transparent !important;
}

.ma5menu__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

header .navbar-brand span {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  header .navbar-brand span {
    display: none !important;
  }
}
#pricetimes {
  font-weight: 700;
}
#pricetimes p {
  margin-bottom: 0.5rem;
}

#feefoText {
  font-size: 1rem;
  display: inline-block;
  transform: translateY(1px);
  position: relative;
  left: 15px;
  top: 2px;
}

.ma5menu__toggle {
  width: 21px !important;
  height: 46px !important;
  padding: 10px 0px !important;
}

.ma5menu__icon-toggle {
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

#tour-nav {
  display: block;
  background: white;
  clear: both;
  width: 100%;
  z-index: 99;
}
@media only screen {
  #tour-nav {
    display: none;
  }
}
#tour-nav.stickynav {
  position: fixed;
  top: 48px;
  left: 0;
}
#tour-nav.stickynav .bookbutton {
  opacity: 1;
}

.home-intro-section h1 {
  font-size: 2em;
  line-height: 1.4;
  font-weight: 400 !important;
  margin-bottom: 50px;
}
.home-intro-section h2 {
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.home-intro-section p {
  font-size: 0.9rem;
  line-height: 1.4;
}
.home-intro-section .container-small {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 62.5rem;
}
@media only screen and (max-width: 768px) {
  .home-intro-section .container-small {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer-navbrand img {
  display: inline-block;
  height: 54px;
}
.footer-navbrand .footer-tagline {
  display: inline-block;
  line-height: 14px;
  margin: 0px 0 0 6px;
  vertical-align: top;
}
.footer-navbrand .footer-tagline .slogan1 {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 0 0 4px 0;
  text-align: left;
  line-height: 1;
}
.footer-navbrand .footer-tagline .slogan2 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .logo-desktop {
    display: none;
  }
  .logo-mobile {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  header .navbar-brand span {
    font-size: 10px;
    margin-left: 6px !important;
    margin-top: 18px;
  }
  header ul li {
    margin-right: 58px;
  }
  header ul li:last-child {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 799px) and (max-width: 860px) {
  .information-section {
    padding: 50px 15px 35px 15px !important;
  }
  .information-section .homepage-checkboxes-container .checkbox-area {
    width: 20.5% !important;
  }
  .information-section .local-customer-service .card {
    margin-top: -4px !important;
  }
  .information-section .checkbox-area:before {
    width: 65px !important;
    height: 42px !important;
  }
  .home-intro-section .container-small {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .information-section .homepage-checkboxes-container {
    width: 100%;
  }
  .information-section .homepage-checkboxes-container .checkbox-area {
    width: 7.5%;
  }
  .information-section .local-customer-service .card {
    margin-top: 8px;
  }
  .information-section .checkbox-area:before {
    width: 33px;
    height: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .information-section .homepage-checkboxes-container {
    width: 100%;
  }
  .information-section .homepage-checkboxes-container .checkbox-area {
    width: 7.5%;
  }
  .information-section .local-customer-service .card {
    margin-top: 8px;
  }
  .information-section .checkbox-area:before {
    width: 33px;
    height: 21px;
  }
}
@media only screen and (max-width: 1024px) {
  .information-section {
    padding: 20px 15px 17px 15px;
  }
  .information-section .homepage-checkboxes-container .card {
    margin-bottom: 4px !important;
    margin-top: 8px;
  }
  .information-section .homepage-checkboxes-container .checkbox-area {
    width: 7.5%;
  }
  .information-section .container-small {
    padding: 0px 4px;
  }
  .information-section h5 {
    font-size: 18px;
    margin-left: 0px;
    color: #3c3c3b;
    padding-left: 30px;
  }
  .homepage-checkboxes .checkbox-area:before {
    width: 33px;
    height: 21px;
  }
  .newsletter-section h2 {
    font-size: 38px;
  }
  .newsletter-section h3 {
    font-size: 3rem;
  }
  .newsletter-section p.text-small {
    font-size: 20px;
    line-height: 1.4;
  }
  .newsletter-section .mc4wp-form input {
    width: 20% !important;
    margin-left: 0px !important;
    margin-right: 26px;
    padding: 1.2em;
  }
  .newsletter-section .mc4wp-form input:last-child {
    margin-right: 0px !important;
  }
}
.special-offers {
  padding: 100px 0 90px;
}
.special-offers h2 {
  margin-top: 8px;
  margin-bottom: 11px;
}

.special-offers p.mt-4 a {
  margin-top: -8px;
}

.newsletter-section .mc4wp-form input {
  padding: 1.2em;
}

.languageSelectorContainerMobile .container {
  padding: 0px 15px;
}

#languageSelectorContainer {
  color: #3c3c3b;
  clear: both;
  display: block;
  float: left;
  height: 76px;
  line-height: 76px;
  width: 100%;
}
#languageSelectorContainer #lang_switch_mobile img {
  margin: 0 8px 0 0;
}

footer .container {
  padding: 0px 15px;
}
footer .footer-copyright {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .video-content h1 {
    top: 13px;
  }
}
@media only screen and (max-width: 40em) {
  .special-offers:after {
    width: 220px;
    height: 68px;
    top: -25px;
    background-size: contain;
  }
  .news-section img.featured-img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .special-offers {
    padding: 50px 0 50px;
  }
  .special-offers h2 {
    font-size: 30px;
    font-weight: 300;
    margin-top: 4px;
  }
  .special-offers p {
    display: none;
  }
  .special-offers p.mt-4 {
    display: block;
    margin-top: 1rem !important;
  }
  .special-offers p.mt-4 a {
    margin-top: 0px;
  }
  .blog-spotlight .blog-text h4 {
    font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    opacity: 0.8;
    margin-top: 0;
    line-height: 20px;
  }
  .news-section p {
    max-width: 100%;
  }
  .blog-content .read-more i {
    float: right;
  }
  .newsletter-section h2 {
    display: none;
  }
  .newsletter-section h3 {
    display: none;
  }
  .newsletter-section h4 {
    display: none;
  }
  .newsletter-section p {
    display: none;
  }
  .newsletter-section .mc4wp-form {
    display: none;
  }
  .newsletter-section .social-links {
    margin-top: 0px;
  }
  .newsletter-section .social-links p {
    display: block;
  }
  .newsletter-section .social-links p a {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .newsletter-section .social-links p a i:before {
    font-size: 28px;
    vertical-align: 0.15em;
  }
  .feefo {
    padding-left: 0px !important;
  }
  .feefo .container {
    padding: 0px;
  }
  footer .footer-main-row .footer-contact a {
    display: block;
    margin-top: 6px;
  }
}
.title-box {
  margin: 12px auto 0 auto;
  padding: 12px;
}
.title-box .container-small {
  padding: 0px 12px;
}
.title-box h1 {
  line-height: 1.4;
  margin-bottom: 9px;
}
.title-box .feefo-rating {
  margin-bottom: 0px;
}
.title-box .feefo-rating a {
  height: 22px;
  display: inline-block;
}
.title-box .feefo-rating img {
  height: 22px;
}

#breadcrumbs {
  font-size: 12px;
  margin-bottom: 3px;
  margin-top: 10px;
}

.tour-details .container-small .row {
  max-width: 62.5rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .tour-details .container-small .row .col-12.col-lg-4 {
    padding-left: 0px;
    padding-right: 11px;
  }
}

.useful-info-tour .ez-cancel i {
  margin-right: 8px;
  font-size: 21px;
  line-height: 16px;
  margin-left: -3px;
}

.tour-section-left .ul-style.highlights ul li {
  list-style-type: none;
  font-size: 1rem;
  margin-bottom: 8px;
  position: relative;
  padding-left: 8px;
}
.tour-section-left .ul-style.highlights ul li:before {
  content: "\f287";
  font-family: bootstrap-icons !important;
  display: block;
  position: absolute;
  top: 1px;
  left: -21px;
  font-size: 9px;
  line-height: 21px;
}

.tour-box:hover::after {
  opacity: 0;
}

.review-section .container-small .row {
  max-width: 62.5rem;
  margin: 0 auto;
}
.review-section .container-small .row.review-section-header {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
.review-section .container-small .row.review-section-header .col-7.col-md-7 {
  padding-left: 0px;
}
.review-section .container-small .row.review-section-header .col-5.col-md-5 {
  padding-right: 0px;
}
.review-section .container-small .feefo-reviews-wrapper .card.card-body {
  padding-top: 30px;
  padding-bottom: 0px;
  margin-top: 40px;
}

.other-tour-information .container-small .row {
  max-width: 62.5rem;
  margin: 0 auto;
}
.other-tour-information .container-small .row .itineraryContainer .itineraryText {
  margin: 16px 0 0 15px;
  font-size: 16px;
}

.secondary-header .top-secondary-bar {
  padding: 4px 0;
}
.secondary-header .top-secondary-bar .container-small {
  padding: 0px;
  max-width: 62.5rem;
  margin: 0 auto;
}
.secondary-header .top-secondary-bar .container-small .col-12.col-md-4.text-center.text-md-end {
  width: 32%;
  padding: 0px 15px;
}
.secondary-header .bottom-secondary-bar .container-small {
  padding-left: 0px;
}

.other-related-tours {
  color: #252525;
  font-size: 16px;
  line-height: 1.3;
  margin: 36px 15px 72px 15px;
  padding: 0px;
}
.other-related-tours .container-small {
  max-width: 62.5rem;
  margin: 0 auto;
}
.other-related-tours ul {
  display: flex;
  margin: 16px 0 0 0;
  padding: 0px;
}
.other-related-tours ul li {
  min-height: 240px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  display: inline-block;
  width: 23%;
  cursor: pointer;
  margin-left: 15px;
  padding: 0 0 0px 0;
  position: relative;
  -webkit-box-shadow: 0 0 0 0 #fff, 0 4px 3px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 0 0 #fff, 0 4px 3px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 0 0 #fff, 0 4px 3px 0 rgba(0, 0, 0, 0.11);
  transition: all 0.3s ease-in-out;
}
.other-related-tours ul li .product-box {
  background: #fff !important;
  clear: both;
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
  box-shadow: none;
}
.other-related-tours ul li .product-box .product-innerbox {
  margin: 9px 15px 49px 15px;
  padding: 0px;
}
.other-related-tours ul li .product-box .price {
  border: none;
  font-size: 18px;
  bottom: 0;
  padding: 0 15px;
  position: absolute;
  right: 0;
  margin-top: 0px;
}

footer .container {
  max-width: 62.5rem;
  margin: 0 auto;
}

.languageSelectorContainerMobile {
  background: #f8f8f8;
  color: #3c3c3b;
  clear: both;
  display: block;
  height: 76px;
  line-height: 76px;
  width: 100%;
  position: relative;
  top: -1px;
}

@media (max-width: 1200px) {
  .secondary-header .top-secondary-bar .container-small .tourDataLeft {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .title-box .container-small {
    padding: 0px;
  }
  .title-box h1 {
    color: #3c3c3b;
    display: block;
    font-size: 28px;
    font-weight: 600;
  }
  .secondary-header .top-secondary-bar {
    padding: 15px 0px;
  }
  .secondary-header .top-secondary-bar .container-small {
    max-width: 62.5rem;
    margin: 0 auto;
  }
  .secondary-header .top-secondary-bar .container-small .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .secondary-header .top-secondary-bar .container-small .tourDataLeft {
    width: 67%;
    padding-left: 15px;
  }
  .secondary-header .top-secondary-bar .container-small .col-12.col-md-4.text-center.text-md-end.tourDataRight {
    width: 40%;
  }
  .bottom-secondary-bar {
    padding: 9px 15px;
  }
  .bottom-secondary-bar .navbar {
    height: auto;
  }
  .bottom-secondary-bar .navbar .nav li.nav-item a {
    padding: 0 48px 0 0;
    font-size: 16px;
  }
  .tour-details .ul-style.highlights {
    margin: 56px 0 28px 0;
    padding: 0 0 6px 0;
  }
  .tour-details .ul-style.check {
    margin: 28px 0 0 0;
    padding: 0 0 3px 0;
  }
  .tour-details .ul-style.pleaseNote {
    margin: 28px 0 28px 0;
    padding: 0 0 3px 0;
  }
  .tour-details .container-small .col-12.col-lg-8 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .tour-details .container-small .col-12.col-lg-4 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #calendarContainer.section h3 {
    margin-top: 4px;
  }
  #tourBookingsOptions #calendarContainer {
    padding: 0 0 24px 0;
  }
  .content-area {
    padding-bottom: 20px;
  }
  .review-section {
    padding-bottom: 0px;
  }
  .review-section .container-small {
    padding: 0 15px;
  }
  .review-section-header {
    padding-bottom: 20px;
    margin-top: 19px !important;
    align-items: flex-start;
  }
  .review-section-header h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
  }
  .review-section-header .percentageMobile {
    font-size: 18px;
  }
  .feefo-reviews-wrapper .card.card-body {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .feefo-reviews-wrapper .percentage {
    display: none;
  }
  .feefo-reviews-wrapper .reviewTable .desktopDetail {
    max-width: 100%;
    margin: 0px 0px 15px 0px;
    padding-bottom: 45px;
    padding-top: 40px;
  }
  .feefo-reviews-wrapper .reviewTable .desktopDetail:first-child {
    margin-top: 0px;
  }
  .feefo-reviews-wrapper .reviewTable .desktopDetail .leftColumn {
    width: 17%;
    padding: 0px;
  }
  .feefo-reviews-wrapper .reviewTable .desktopDetail .rightColumn {
    width: 73%;
    padding: 0px;
  }
  .feefo-reviews-wrapper .reviewTable .desktopDetail:last-child {
    padding-bottom: 35px;
    padding-top: 15px;
  }
  .feefo-reviews-wrapper .readmore {
    font-size: 16px;
  }
  .other-tour-information {
    padding-bottom: 0px;
  }
  .other-tour-information .container-small {
    padding: 0px 1px 0px 3px;
  }
  .other-tour-information .container-small .showMoreLessItineraryBtn {
    margin: 16px 0 0 15px;
    color: #013976;
  }
  .other-tour-information .container-small .videoDetailContainer {
    padding: 0px 14px 0px 14px;
  }
  .other-tour-information .container-small .videoDetailContainer section.widget {
    display: none;
  }
  .other-tour-information .container-small .videoDetailContainer section.widget p {
    margin-bottom: 0px;
  }
  .other-tour-information .container-small .videoDetailContainer h2 {
    margin-top: 7px !important;
  }
  .other-tour-information .container-small .videoDetailContainer p {
    font-size: 1rem;
    margin-top: 14px !important;
  }
  .other-tour-information .container-small .videoDetailContainer p:last-child {
    margin-bottom: 0px;
  }
  .other-related-tours {
    margin: 36px 0px 40px 0px;
  }
  .other-related-tours ul {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .bottom-secondary-bar .navbar .nav li.nav-item a {
    padding: 0 24px 0 0;
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  #feefo_section .feefo .container .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .title-box h1 {
    font-size: 18px;
  }
  .tours-section .tour-box {
    height: 180px;
    margin: 0px 4px;
    min-width: 100%;
  }
  .tours-section .tour-box h3 {
    font-size: 18px;
  }
}
.homepage-checkboxes-container h5 {
  font-weight: 400;
}

.product-box .product-innerbox .duration span {
  margin-left: 2px;
}
.product-box .product-innerbox .ez-cancel .easycancelTourText {
  margin-left: 24px;
}
.product-box .product-innerbox .ez-cancel i {
  margin-right: 0px;
}
.product-box .product-innerbox .ez-cancel i::before {
  content: "\f26e";
  font-family: bootstrap-icons !important;
  display: block;
  position: absolute;
  top: 0px;
  left: -5px;
  font-size: 24px;
  font-weight: 700;
  background-repeat: no-repeat;
  background: none;
  color: #8dda5d;
}

/* added by Lavesh 28-dec-2022 */
.tour-landing-page .tour-content-section {
  padding-top: 0;
  padding-bottom: 20px;
}
.tour-landing-page .tour-content-section .container-small {
  max-width: 62.5rem;
}
.tour-landing-page .tour-content-section .nav-tabs {
  margin-top: 0;
  border-bottom: 0;
}
.tour-landing-page .tour-content-section .nav-tabs .nav-link {
  margin: 0px 3px 0px 0px;
}
.tour-landing-page .tour-content-section .tab-content {
  margin-top: 14.4px;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks {
  margin-bottom: 0px;
  --bs-gutter-x: 30px;
}
.tour-landing-page .tour-content-section .tab-content .row.content-blocks .col-12.col-md-4 {
  padding: 0 15px 0px 15px;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .row {
  margin-top: 4px;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .row .col-12 .col-md-8 {
  padding: 0 15px;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .row .sidebar p {
  font-size: 16px;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .row .sidebar .news-block .ccm-page-list .blog_list_post {
  margin-left: 4.55px;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .row .sidebar .news-block .ccm-page-list .blog_list_post .blog_info h3 a:hover {
  color: #013976;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .row .main h2 {
  margin: 3.2px 0px 8px;
  line-height: 30px;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .row .main h4 {
  margin: 3.2px 0px 8px;
  line-height: 30px;
  font-size: 18.72px;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .row .main p {
  font-size: 14.4px;
  margin-bottom: 20px;
  line-height: 20.4px;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .row .main .wp-block-image {
  margin-bottom: 20px;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .row .main .wp-block-image img {
  margin-top: 16px;
}
.tour-landing-page .tour-content-section .tab-content .content-blocks .row .main .wp-block-separator {
  margin: 20px 0px 19px;
  border: 1px solid #6c757d;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}
.tour-landing-page .tour-content-section .tab-content #googleMapCanvasDx {
  height: 400px;
  margin-bottom: 25px;
}
.tour-landing-page .tour-content-section .nav-tabs .active {
  line-height: 1.4;
}
.tour-landing-page .tour-content-section .view-tours a {
  font-size: 14.4px;
  margin: 14.4px 0 20px;
  padding: 14.4px 0;
  height: 49.94px;
  line-height: 1;
  transition: all 0.2s ease-out;
}
.tour-landing-page .tour-content-section .view-tours a::after {
  font-weight: 900;
}
.tour-landing-page .tour-content-section .image-block {
  margin-bottom: 32px;
  max-width: 303.33px !important;
}
.tour-landing-page .tour-content-section .image-block img {
  height: 202.22;
  width: 303.33px;
}
.tour-landing-page .tour-content-section .image-block .inner {
  width: 303.33px;
}
.tour-landing-page .tour-content-section .image-block .info {
  padding: 16px !important;
  height: 280px !important;
  width: 303.33px;
  transition: all 0.2s ease-out;
}
.tour-landing-page .tour-content-section .image-block .info .hover_link {
  height: 280px;
  width: 303.33px;
}
.tour-landing-page .tour-content-section .image-block .info h2 {
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}

/* Tour Listing */
.tour-listing .container-small {
  max-width: 62.5rem;
  padding: 0 7px;
}
.tour-listing .container-small .error::before {
  font-weight: normal;
}
.tour-listing .container-small .question a {
  color: #444;
}
.tour-listing .container-small .question::before {
  content: "\f332";
  font-weight: normal;
  font-size: 19px;
  top: 34%;
}

/* Tour Listing */
@media (max-width: 1024px) {
  .tour-landing-page .hero-section {
    margin-bottom: 0 !important;
    height: 100%;
  }
  .tour-landing-page .tour-content-section {
    padding-bottom: 14px;
  }
  .tour-landing-page .tour-content-section .tab-content {
    margin-top: 13.4px;
  }
  .tour-landing-page .hero-section {
    margin-bottom: 14.4px;
  }
  .tour-landing-page .content-blocks .inner {
    width: 100% !important;
  }
  .tour-landing-page .content-blocks .row .main h4 {
    line-height: 28px !important;
  }
  .tour-landing-page .content-blocks .row .main p {
    line-height: 20px !important;
  }
  .languageSelectorContainerMobile .container .row {
    width: 100%;
  }
  .languageSelectorContainerMobile .container .row #languageSelectorContainer {
    background: #f8f8f8;
  }
}
@media only screen and (max-width: 767px) {
  .tour-landing-page .tour-content-section {
    padding-bottom: 0px;
  }
  .tour-landing-page .tour-content-section .container-small .view-tours {
    padding: 15px 5px;
    margin: auto;
  }
  .tour-landing-page .tour-content-section .container-small .view-tours a {
    margin: auto;
    width: 95%;
  }
  .tour-landing-page .tour-content-section .container-small .accordion .accordion-item #headingThree .accordion-button {
    margin-bottom: 0;
  }
  .tour-landing-page .tour-content-section .container-small .accordion .accordion-item #collapseThree .accordion-body {
    padding: 16px;
  }
  .tour-landing-page .tour-content-section .container-small .accordion .accordion-item #collapseThree .accordion-body h2 {
    font-size: 18.72px;
    margin: 3.2px 0px 8px;
  }
  .tour-landing-page .tour-content-section .container-small .accordion .accordion-item #collapseThree .accordion-body #googleMapCanvasDx {
    height: 400px;
  }
  .tour-landing-page .container-small .accordion .accordion-item .accordion-header .accordion-button {
    height: 54.39px;
    display: block;
    text-align: center;
    margin-bottom: 3px;
    position: relative;
    clear: both;
  }
  .tour-landing-page .container-small .accordion .accordion-item .accordion-header .accordion-button::after {
    position: absolute;
    right: 14px;
    top: 21px;
    background-size: 10px 10px;
  }
  .tour-landing-page .container-small .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
    top: 12px;
    right: 16px;
  }
  .tour-landing-page .container-small .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=false]::after {
    top: 21px;
    right: 4px;
  }
  .tour-landing-page .container-small .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0px 15px;
  }
  .tour-landing-page .container-small .accordion .accordion-item .accordion-collapse .accordion-body .content-blocks {
    margin-bottom: 0px;
  }
  .tour-landing-page .container-small .accordion .accordion-item .accordion-collapse .accordion-body .content-blocks .row .main p {
    font-size: 14.4px;
    font-weight: 400;
    color: #3c3c3b;
    margin-bottom: 20px;
  }
  .tour-landing-page .container-small .accordion .accordion-item .accordion-collapse .accordion-body .content-blocks .row .main h4 {
    font-size: 18.72px;
  }
  .tour-landing-page .container-small .accordion .accordion-item .accordion-collapse .accordion-body .content-blocks .row .main .wp-block-separator {
    margin: 20px 0px 19px;
    border: 1px solid #6c757d;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
  }
  .tour-landing-page .container-small .accordion .accordion-item .accordion-collapse .accordion-body .sidebar {
    margin-bottom: 27px;
    padding: 3px 15px 32px 15px;
  }
  .tour-landing-page .container-small .accordion .accordion-item .accordion-collapse .accordion-body .sidebar .news-block .ccm-page-list .blog_list_post {
    margin-left: 0;
  }
  .tour-landing-page .container-small .accordion .accordion-item .accordion-collapse .accordion-body .sidebar .news-block .ccm-page-list .blog_list_post h3 {
    margin-top: 11px;
  }
  .tour-landing-page .container-small .accordion .accordion-item .accordion-collapse .accordion-body .sidebar .news-block .ccm-page-list .blog_list_post .blog_info .p {
    font-size: 16px;
    color: #3c3c3b;
  }
}
/* added by Lavesh 28-dec-2022 */
/* added by Lavesh 29-dec-2022 */
nav.breadcrumb-box {
  padding: 0;
}
nav.breadcrumb-box .container-small {
  max-width: 62.5rem;
}

.tours-search-list .container-small {
  max-width: 62.5rem;
}
.tours-search-list .container-small h1 {
  margin-bottom: 23px;
}
.tours-search-list .container-small .search-formbox form .btn-warning {
  height: 39px;
  width: 45px;
  box-shadow: none;
}
.tours-search-list .container-small .search-formbox form .btn-warning:hover {
  background: rgba(250, 179, 30, 0.8);
}
.tours-search-list .container-small .search-formbox form .btn-warning i {
  top: -4px;
  left: 0px;
}
.tours-search-list .container-small .tours-filter-type select {
  height: 38.38px;
  border: 1px solid #ccc;
  background-color: #fafafa;
  opacity: 1;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .tours-footer-filters .tours-filter-type form select {
    margin-left: 17px;
  }
}
.cs-container-small-w {
  max-width: 62.5rem;
}

.cs-number-filter {
  padding: 16px 0px;
}

.tour-listing .container-small {
  max-width: 62.5rem;
  padding: 0px 15px;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 {
  padding-left: 0;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box {
  margin-top: 2px;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .price {
  padding-bottom: 0px;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .price h3 {
  margin-top: 0px;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox h4 {
  margin: 6px 0 25px;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .duration {
  margin-top: 14px;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .duration i {
  margin-right: 5px;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .ez-cancel i {
  margin-right: 5px;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .feefo-rating img {
  height: 25px;
}

.tours-footer-filters .container-small {
  max-width: 62.5rem;
  padding: 0;
  border: none;
}
.tours-footer-filters .container-small .row {
  margin: 0 15px;
  padding: 16px 0px 13px 0px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.tours-footer-filters .container-small .row .cs-tour-pagination-left .cs-page-text {
  margin-right: 16px;
}
.tours-footer-filters .container-small .row .cs-tour-pagination-left .page-numbers {
  padding: 5px 10px;
  border-radius: 0 !important;
  background: #dfdfdf;
  color: #444;
  margin: 0 2px;
  display: inline-block;
  font-size: 14px;
  line-height: 19.5px;
  transition: background-color 0.3s ease-out;
}
.tours-footer-filters .container-small .row .cs-tour-pagination-left .page-numbers:hover {
  background: #f8f8f8;
}
.tours-footer-filters .container-small .row .cs-tour-pagination-left .page-numbers.current {
  padding: 5px 10px !important;
  border-radius: 0 !important;
  background: #fff;
  color: #444;
  margin: 0 2px;
  display: inline-block;
  font-weight: 700;
}
.tours-footer-filters .container-small .row .cs-tour-pagination-left .next {
  font-size: 0px;
  line-height: 12.5px;
  padding: 5px 6px !important;
  position: relative;
  top: -1px;
}
.tours-footer-filters .container-small .row .cs-tour-pagination-left .next::after {
  font-family: bootstrap-icons;
  content: "\f285";
  color: #444;
  font-size: 14px;
  position: relative;
  top: 3px;
}
.tours-footer-filters .container-small .row .cs-tour-pagination-left .prev {
  font-size: 0px !important;
  line-height: 12.5px !important;
  padding: 5px 6px !important;
  position: relative;
  top: -1px;
}
.tours-footer-filters .container-small .row .cs-tour-pagination-left .prev::after {
  font-family: bootstrap-icons;
  content: "\f284";
  color: #444;
  font-size: 14px;
  position: relative;
  top: 3px;
}
.tours-footer-filters .container-small .row .cs-tour-filter-right .cs-paginate-item {
  width: 65px;
  max-width: 200px;
}

@media only screen and (max-width: 1024px) {
  .tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox h3 {
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 600;
    color: #3c3c3b;
  }
  .tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 2px 0 21.5px;
  }
  .tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .duration {
    font-size: 14px;
  }
  .tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .price h3 {
    font-size: 14px;
    line-height: 6px;
    font-weight: 400;
    margin-bottom: 5.5px;
  }
  .tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .price span {
    font-size: 18px;
  }
  .tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .ez-cancel .easycancelTourText i {
    margin-right: 2px;
  }
  .tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .feefo-rating img {
    height: 22px;
  }
  .tours-search-list .container-small .tours-filter-type select {
    height: 38.38px;
    border: 1px solid #ccc;
    background-color: #fafafa;
    opacity: 1;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .tours-search-list .container-small {
    max-width: 62.5rem;
  }
  .tours-search-list .container-small h1 {
    display: none;
  }
  .tours-search-list .container-small .search-formbox form input {
    width: 100%;
  }
  .tours-search-list .container-small .search-formbox form .btn-warning {
    height: 39px;
    width: 45px;
    box-shadow: none;
  }
  .tours-search-list .container-small .search-formbox form .btn-warning:hover {
    background: rgba(250, 179, 30, 0.8);
  }
  .tours-search-list .container-small .search-formbox form .btn-warning i {
    top: -4px;
    left: 0px;
  }
  .tours-search-list .container-small .tours-filter-type .tour-filter-list select {
    height: 44.38px;
    margin-left: 0;
  }
  .tours-search-list .row .col-4 {
    display: block;
    width: 100%;
  }
  .tours-search-list .row .col-4 .page-numbers {
    margin-bottom: 22px !important;
  }
  .tours-search-list .row .col-8 {
    width: 100%;
  }
  .tours-search-list .row .col-8 .cs-paginate-item {
    max-width: 100% !important;
  }
  .tour-listing .container-small .col-md-4 img {
    width: 100%;
  }
  .tour-listing .container-small .col-md-8 {
    padding-left: 12px !important;
  }
  .tour-listing .container-small .col-md-8 .product-box .product-innerbox h3 {
    font-size: 16px !important;
    margin-bottom: 6px !important;
  }
  .tour-listing .container-small .col-md-8 .product-box .product-innerbox h4 {
    display: none;
  }
  .tour-listing .container-small .col-md-8 .product-box .product-innerbox .price h3 {
    font-size: 14px !important;
  }
  .tour-listing .container-small .col-md-8 .product-box .product-innerbox .feefo-rating img {
    height: 20px !important;
  }
  .cs-number-filter {
    border: 0;
    padding: 0;
  }
  .tours-footer-filters .container-small .cs-tour-filter-right {
    padding: 0px;
  }
}
/* added by Lavesh 29-dec-2022 */
/* added by Lavesh 31-dec-2022 */
.cs-security-code input {
  width: 89.48px;
}

@media (min-width: 991.98px) {
  .cs-footer .footer-main-row {
    padding: 35px 0 21px;
  }
  .cs-footer .footer-main-row .container .footer-contact {
    padding-left: 15px;
  }
  .cs-footer .footer-main-row .container .footer-contact .cs-footer-call-info {
    font-size: 14px;
    margin-right: 20px;
  }
  .cs-footer .footer-main-row .container .footer-contact .footer-mail-info {
    font-size: 14px;
  }
  .cs-footer .footer-middle-row .container .row .col-12 .row .col-md-2 {
    width: 187px;
  }
  .cs-footer .footer-middle-row .container .row .col-12 .row .col-md-4 {
    width: 240px;
    max-width: 240px;
  }
  .cs-footer .footer-middle-row .container .footer-links ul li {
    margin-bottom: 16px;
  }
  .cs-footer .footer-middle-row .container .widget-title {
    padding-bottom: 11px;
    margin-bottom: 13px;
    margin-top: 7px;
  }
  .cs-footer .footer-bottom-row .container .col-md-6 {
    padding-right: 0;
  }
  .cs-footer .footer-bottom-row .container .col-md-6 .footer-sign-in {
    padding-left: 3px;
  }
  .cs-footer .footer-bottom-row .container .col-md-6 .footer-sign-in .widget .menu-bottom-footer-menu-container ul li {
    margin-right: 9px;
  }
  .cs-footer .footer-bottom-row .container .col-md-6 .footer-copyright {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .cs-footer #feefo_section .feefo .container {
    padding: 0px 7px !important;
  }
  .cs-footer .footer-main-row {
    padding: 35px 0 14px;
  }
  .cs-footer .footer-main-row .container .footer-contact a {
    display: block;
    margin-bottom: 8px;
  }
  .cs-footer .footer-bottom-row {
    padding-bottom: 54px;
  }
  .cs-tour-review .container-small .review-section-header .col-5 {
    text-align: end;
  }
  .cs-tour-review .container-small .review-section-header .col-5 .percentageMobile {
    font-weight: 600;
  }
  .cs-tour-review .container-small #feefo-reviews .collapse .card .small-12 {
    padding-bottom: 34px;
  }
}
@media (max-width: 816px) {
  .cs-footer .footer-middle-row .container .row .col-md-4 {
    max-width: 24%;
  }
  .cs-footer .footer-middle-row .container .row .col-md-2 {
    width: 19%;
  }
}
@media (max-width: 767px) {
  .footer-bottom-row {
    padding-bottom: 36px !important;
  }
  .cs-tour-review .container-small .review-section-header {
    padding-bottom: 0 !important;
    margin-top: 0px !important;
  }
  .cs-tour-review .container-small #feefo-reviews .collapse .card {
    padding-top: 10px !important;
  }
  .cs-tour-review .container-small #feefo-reviews .collapse .card .small-12 {
    padding-bottom: 34px;
  }
  .cs-tour-review .container-small #feefo-reviews .collapse .card .desktopDetail .rightColumn .date {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .cs-footer .footer-middle-row .container .row .col-md-4 {
    max-width: 100% !important;
    text-align: center !important;
  }
  .cs-footer .footer-middle-row .container .row .col-md-2 {
    width: 25% !important;
  }
}
.cs-footer #feefo_section .feefo .container {
  padding: 0px 10px;
}
.cs-footer .footer-middle-row .container .row .col-md-4 {
  max-width: 199px;
}
.cs-footer .footer-middle-row .container .row .col-md-4 .footer-links section .wp-block-image {
  margin-bottom: 10px;
}
.cs-footer .footer-middle-row .container .row .col-md-2 {
  width: 153px;
}
.cs-footer .footer-middle-row .container .widget-title {
  padding-bottom: 11px;
  margin-bottom: 13px;
  margin-top: 7px;
}
.cs-footer .footer-middle-row .container .footer-links ul li {
  margin-bottom: 16px;
}

.cs-tour-review {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .cs-tour-review {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .cs-tour-review {
    margin-top: 0px;
  }
}
.cs-tour-review .container-small {
  line-height: 1;
}
.cs-tour-review .container-small .review-section-header .col-7 .feefo-overall a:hover {
  color: #013976;
}
.cs-tour-review .container-small .review-section-header .col-7 .feefo-overall a #feefoText i {
  color: rgba(0, 0, 0, 0.3);
  font-size: 21px;
  top: 2px;
}
.cs-tour-review .container-small #feefo-reviews .row .collapse {
  padding-top: 20px;
}
.cs-tour-review .container-small #feefo-reviews .row .collapse .card {
  padding-bottom: 0;
  padding-top: 40px;
}
.cs-tour-review .container-small #feefo-reviews .row .collapse .card .feefo-reviews-wrapper .percentage {
  padding-top: 13px;
  padding-bottom: 30px;
}
.cs-tour-review .container-small #feefo-reviews .row .collapse .card .feefo-reviews-wrapper .reviewTable {
  margin-top: 40px;
}
.cs-tour-review .container-small #feefo-reviews .row .collapse .card .feefo-reviews-wrapper .reviewTable .desktopDetail {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 30px 0px 15px 0px;
  padding: 0 0 43px 0;
}
.cs-tour-review .container-small #feefo-reviews .row .collapse .card .feefo-reviews-wrapper .reviewTable .desktopDetail .leftColumn .initialCircle {
  margin-bottom: 15px;
}
.cs-tour-review .container-small #feefo-reviews .row .collapse .card .feefo-reviews-wrapper .reviewTable .desktopDetail .leftColumn .initialCircle::after {
  top: 11px;
}
.cs-tour-review .container-small #feefo-reviews .row .collapse .card .feefo-reviews-wrapper .reviewTable .desktopDetail .rightColumn {
  padding-left: 18px;
}
.cs-tour-review .container-small #feefo-reviews .row .collapse .card .feefo-reviews-wrapper .reviewTable .desktopDetail .rightColumn .reviewSummary {
  font-size: 16px;
}
.cs-tour-review .container-small #feefo-reviews .row .collapse .card .feefo-reviews-wrapper .reviewTable .desktopDetail .rightColumn .date {
  margin-right: 17px;
}

/* added by Lavesh 31-dec-2022 */
nav.breadcrumb-box {
  padding: 0;
}
nav.breadcrumb-box .container-small {
  max-width: 62.5rem;
}

.tours-search-list .container-small {
  max-width: 62.5rem;
}
.tours-search-list .container-small h1 {
  margin-bottom: 23px;
}
.tours-search-list .container-small .search-formbox form .btn-warning {
  height: 39px;
  width: 45px;
  box-shadow: none;
}
.tours-search-list .container-small .search-formbox form .btn-warning:hover {
  background: rgba(250, 179, 30, 0.8);
}
.tours-search-list .container-small .search-formbox form .btn-warning i {
  top: -4px;
  left: 0px;
}
.tours-search-list .container-small .tours-filter-type select {
  height: 38.38px;
  border: 1px solid #ccc;
  background-color: #fafafa;
  opacity: 1;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tours-search-list .container-small .tours-filter-type select option {
  white-space: nowrap;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .tours-footer-filters .tours-filter-type form select {
    margin-left: 17px;
  }
}
.cs-container-small-w {
  max-width: 62.5rem;
}

.cs-number-filter {
  padding: 16px 0px;
}

.tour-listing .container-small {
  max-width: 62.5rem;
  padding: 0px 15px;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 {
  padding-left: 0;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box {
  margin-top: 2px;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .price {
  padding-bottom: 0px;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .price h3 {
  margin-top: 0px;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox h4 {
  margin: 6px 0 25px;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .duration {
  margin-top: 14px;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .duration i {
  margin-right: 5px;
}
.tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .ez-cancel i {
  margin-right: 5px;
}

.tours-footer-filters .container-small {
  max-width: 62.5rem;
  padding: 0;
  border: none;
}
.tours-footer-filters .container-small .row {
  margin: 0 15px;
  padding: 16px 0px 13px 0px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.tours-footer-filters .container-small .row .cs-tour-pagination-left .page-numbers {
  padding: 5px 10px;
  border-radius: 0 !important;
  background: #dfdfdf;
  color: #444;
  margin: 0 2px;
  display: inline-block;
  font-size: 14px;
  line-height: 19.5px;
  transition: background-color 0.3s ease-out;
}
.tours-footer-filters .container-small .row .cs-tour-pagination-left .page-numbers:hover {
  background: #f8f8f8;
}
.tours-footer-filters .container-small .row .cs-tour-pagination-left .page-numbers.current {
  padding: 5px 10px !important;
  border-radius: 0 !important;
  background: #fff;
  color: #444;
  margin: 0 2px;
  display: inline-block;
}
.tours-footer-filters .container-small .row .cs-tour-pagination-left .next {
  font-size: 0px;
  line-height: 12.5px;
  padding: 5px 6px !important;
}
.tours-footer-filters .container-small .row .cs-tour-pagination-left .next::after {
  font-family: bootstrap-icons;
  content: "\f285";
  color: #444;
  font-size: 14px;
  position: relative;
  top: 3px;
}
.tours-footer-filters .container-small .row .cs-tour-filter-right .cs-paginate-item {
  width: 65px;
  max-width: 200px;
}

@media only screen and (max-width: 1024px) {
  .tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox h3 {
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 600;
    color: #3c3c3b;
  }
  .tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 2px 0 21.5px;
  }
  .tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .duration {
    font-size: 14px;
  }
  .tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .price h3 {
    font-size: 14px;
    line-height: 6px;
    font-weight: 400;
    margin-bottom: 5.5px;
  }
  .tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .price span {
    font-size: 18px;
  }
  .tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .ez-cancel .easycancelTourText i {
    margin-right: 2px;
  }
  .tours-search-list .container-small .tours-filter-type select {
    height: 38.38px;
    border: 1px solid #ccc;
    background-color: #fafafa;
    opacity: 1;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .tours-search-list .container-small {
    max-width: 62.5rem;
  }
  .tours-search-list .container-small h1 {
    display: none;
  }
  .tours-search-list .container-small .search-formbox form input {
    width: 100%;
  }
  .tours-search-list .container-small .search-formbox form .btn-warning {
    height: 39px;
    width: 45px;
    box-shadow: none;
  }
  .tours-search-list .container-small .search-formbox form .btn-warning:hover {
    background: rgba(250, 179, 30, 0.8);
  }
  .tours-search-list .container-small .search-formbox form .btn-warning i {
    top: -4px;
    left: 0px;
  }
  .tours-search-list .container-small .tours-filter-type .tour-filter-list select {
    height: 44.38px;
    margin-left: 0;
  }
  .tours-search-list .row .col-4 {
    display: block;
    width: 100%;
  }
  .tours-search-list .row .col-4 .page-numbers {
    margin-bottom: 22px !important;
  }
  .tours-search-list .row .col-8 {
    width: 100%;
  }
  .tours-search-list .row .col-8 .cs-paginate-item {
    max-width: 100% !important;
  }
  .tour-listing .container-small .col-md-4 img {
    width: 100%;
  }
  .tour-listing .container-small .col-md-8 {
    padding-left: 12px !important;
  }
  .tour-listing .container-small .col-md-8 .product-box .product-innerbox h3 {
    font-size: 16px !important;
    margin-bottom: 6px !important;
  }
  .tour-listing .container-small .col-md-8 .product-box .product-innerbox h4 {
    display: none;
  }
  .tour-listing .container-small .col-md-8 .product-box .product-innerbox .price h3 {
    font-size: 14px !important;
  }
  .cs-number-filter {
    border: 0;
    padding: 0;
  }
  .tours-footer-filters .container-small .cs-tour-filter-right {
    padding: 0px;
  }
}
/* added by Lavesh 29-dec-2022 */
/* Ayushi's Code*/
/* */
/* */
/* Reviews Page Code Changes */
#CDSWIDWRL .widWRLData.border {
  border: 1px solid #00aa6c !important;
}

.site-main .entry-content h4 {
  font-size: 16px;
  margin-top: 6.6px !important;
}
.site-main .entry-content p {
  margin-top: 11px;
  margin-bottom: 1.2rem;
}

.site-main h1 {
  font-size: 24px;
  margin: 13.2px 0 10px;
}

.site-main .container-small {
  max-width: 62.5rem;
}
.site-main #breadcrumbs {
  margin: 1px 0px 10px;
}

.entry-content {
  margin-right: 20px !important;
}
.entry-content a {
  font-size: 14.4px;
  padding-top: 0px !important;
}

.common-sidebar {
  margin-top: 68px !important;
  margin-left: 4px;
  padding-top: 4px;
}
.common-sidebar section ul li:before {
  top: 11px;
}

.widget.widget_block {
  font-size: 16px;
}
.widget.widget_block h3 {
  font-size: 18.72px;
  margin: 4.2px 0 9px;
}
.widget.widget_block p {
  font-size: 14.4px;
  line-height: 20px;
}
.widget.widget_block ul li:before {
  font-weight: 600;
}
.widget.widget_block ul li {
  margin: 0 0 7.2px;
  padding: 7.2px 0px 7.2px 21.6px;
  font-size: 14.4px;
}
.widget.widget_block ul li a {
  font-size: 14.4px;
}

.common-inner-pages {
  margin-top: 15px;
  margin-bottom: 1rem;
}

.content-area {
  padding-bottom: 1rem;
}

.widWRLLink a {
  font-size: 12px;
}

#CDSWIDWRL .widWRLButton input {
  margin: 0.9rem 0 0 !important;
}

@media only screen and (max-width: 767px) {
  .site-main h1 {
    margin-bottom: 0.65rem !important;
    margin-top: 0.8rem;
  }
  .site-main .breadcrumb {
    margin-top: 1rem;
  }
  .common-sidebar {
    margin-top: 10px !important;
    margin-left: 0px;
    margin-right: 0px !important;
    padding-right: 0px !important;
  }
  .languageSelectorContainerMobile .container {
    padding: 0px;
    margin: 0px !important;
  }
  .languageSelectorContainerMobile .row {
    margin-right: 0px;
  }
  .languageSelectorContainerMobile #lang_switch_mobile .lang {
    padding-left: 15px;
  }
  #CDSWIDWRL .widWRLData {
    margin-bottom: 0rem;
  }
  .entry-content p {
    margin-bottom: 1.5rem;
  }
  #block-25 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 1024px) {
  .common-sidebar {
    margin-right: 0px !important;
    padding-right: 0px !important;
  }
  .common-sidebar #block-25 h3 {
    margin: 3.2px 0 8px;
  }
  .common-sidebar #block-25 p {
    margin-bottom: 22px;
  }
  .languageSelectorContainerMobile .container {
    padding: 0px;
    margin: 0px;
  }
  .languageSelectorContainerMobile #lang_switch_mobile .lang {
    padding-left: 15px;
  }
  .widget.widget_block h3 {
    line-height: 25px;
    margin-right: 10px;
  }
}
/* End reviews page */
/* Agents And Affiliate page */
.agentsMt .small-12 {
  margin-left: 0.75rem;
  padding-right: 2rem;
}
.agentsMt .small-12 h1 {
  font-size: 32px;
  margin-top: 46px;
  margin-bottom: 0px;
}
.agentsMt .small-12 h2 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.agentsMt .small-12 h2:last-child {
  margin-top: 2rem !important;
}
.agentsMt .small-12 p {
  font-size: 14.4px;
  line-height: 20px;
  margin-bottom: 1.25rem;
}
.agentsMt .small-12 p strong {
  text-decoration: underline;
}
.agentsMt .small-12 .wp-block-image img {
  width: 970px;
  height: auto;
}
.agentsMt .small-12 .wp-block-image {
  margin: 0 0 0em;
}
.agentsMt .small-12 #agent-form .colorTextGreyWas {
  color: #3c3c3b;
}
.agentsMt .small-12 #agent-form #start-login-button {
  text-transform: inherit !important;
  padding: 1rem 0rem 1.056rem 0rem;
  width: 136px;
}

@media only screen and (max-width: 1024px) {
  .agentsMt .small-12 {
    margin-left: 0rem;
    padding-right: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .agentsMt .small-12 {
    padding-right: 0.8rem;
  }
}
/* End Agents And Affiliate Page */
/*Blogs PAge fixes */
.blog-bottom-list {
  margin-top: 16px;
}

.featured-blog h3.entry-title {
  text-transform: uppercase;
}

.featured-blog .entry-header {
  margin: 0px 15px 15px 15px;
}

.cat-item {
  padding: 0px !important;
}

@media only screen and (max-width: 1024px) {
  .sidebar-title {
    line-height: 50px !important;
  }
  .sidebar-title span {
    line-height: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .blog-bottom-list {
    margin-top: 150px;
  }
}
/* End Blog Page */
/*  SAlvatour- about page/ Destination-X Page*/
.tab-content .content-blocks {
  margin-bottom: 2em !important;
}
.tab-content .content-blocks .main h2 {
  margin-bottom: 10px !important;
}
.tab-content .content-blocks .main h1 {
  margin-top: 10px !important;
}
.tab-content .content-blocks .main p {
  margin-bottom: 19.5px !important;
  line-height: 1.4 !important;
}

.news-block .blog_list_post .blog_info {
  margin-left: 13px;
}
.news-block .blog_list_post .blog_info .thumb a img {
  width: 121px;
}
.news-block .blog_list_post .blog_info h3 {
  line-height: 1.4 !important;
}

.view-tours a {
  margin: 14.4px;
}

@media only screen and (max-width: 1024px) {
  .tab-content .content-blocks .main {
    padding-right: 5px;
  }
  .tab-content .content-blocks .main h1 {
    margin-top: 30px !important;
  }
  .tab-content .content-blocks .main p {
    line-height: 1.4 !important;
  }
  .news-block .blog_list_post .blog_info .thumb a img {
    width: 91px;
  }
  .view-tours a {
    margin: 14.4px;
  }
}
@media only screen and (max-width: 767px) {
  .news-block .blog_list_post .blog_info .thumb a img {
    width: 330px;
  }
}
/* End  SAlvatour- about page/ Destination-X Page*/
/* End Ayushi's code */
/* Code added by Mukesh */
.checkout-page .container-small {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  padding: 0;
}
.checkout-page .top {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.checkout-page .form-section {
  padding: 17px 19px 18px 19px;
}
.checkout-page .checkout-box {
  padding-left: 9px;
  padding-right: 9px;
}
.checkout-page .checkout-box .main {
  max-width: 636px;
}
@media only screen and (max-width: 767px) {
  .checkout-page .checkout-box .main {
    max-width: 100%;
  }
}
.checkout-page .checkout-box .row .col-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-page .checkout-form .fields {
  padding: 16px 17px 16px 18px;
  width: 50%;
  float: left;
}
.checkout-page .checkout-form .field {
  width: 50%;
  float: left;
  padding: 0 13px;
  min-height: 80px;
  position: relative;
  margin-top: 30px;
}
.checkout-page .checkout-form .confirm-order-label {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .checkout-page .checkout-form .fields {
    width: 100%;
    float: none;
  }
}
.checkout-page .checkout-form h3 {
  margin-top: 5px;
  margin-bottom: 20px;
}
.checkout-page .checkout-form label {
  margin: 5px 0;
}
.checkout-page .checkout-form input[type=text],
.checkout-page .checkout-form input[type=email] {
  height: 44px;
}
.checkout-page .checkout-form .select2-container {
  margin: 4px 0 4px 0;
}
.checkout-page .checkout-form .select2-container .select2-choice {
  padding: 12px 15px 12px 18px;
  border: none;
  background: #f8f8f8;
}
.checkout-page .checkout-form .select2-container .select2-choice .select2-arrow {
  right: 7px;
}
.checkout-page .checkout-form .select2-container .select2-choice .select2-chosen {
  color: #3c3c3b;
  font-size: 12px;
}
.checkout-page .sidebar {
  margin-bottom: 2em;
}

#cart_complete {
  margin-top: 12px;
}
#cart_complete .container {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  padding: 0;
}
#cart_complete .cart-complete-title {
  margin-bottom: 10px;
}
#cart_complete .sectionHeader {
  margin-bottom: 22px;
}
#cart_complete .reference-title {
  margin-top: 21px;
}
#cart_complete .text-label {
  font-size: 0.9rem;
}

.featured-blog {
  height: auto;
}

header .navbar-nav {
  align-items: center;
}
@media (min-width: 1400px) {
  header .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
header .ma5menu__icon-toggle {
  background-image: url(https://graylinenewyork.com/wp-content/themes/gray-line-licensee-tourcms-wordpress-theme/inc/assets/css/presets/images/menu.svg) !important;
}
header .ma5menu__toggle svg {
  width: 24px;
  height: 24px;
  margin-top: -2px;
}

.destination-banner h2 {
  font-size: 42px;
  line-height: 1.4;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 1024px) {
  .news-section .featured-blog {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .news-section .featured-blog {
    height: 150px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1399px) {
  .hero-section {
    height: auto;
    margin-top: 0px;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
  }
  .hero-section .videoContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #ccc;
    z-index: -1;
  }
  .hero-section .video-content .container .videoContentText {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
  }
  .hero-section .video-content .container .search-formbox {
    padding: 0px;
  }
  .hero-section .video-content .container .search-formbox .search-formbox-container {
    margin: 15px auto 0 auto;
    max-width: 768px;
    position: relative;
    min-height: 126px;
    top: 1px;
  }
}
@media (max-width: 1024px) {
  .hero-section {
    margin-top: 132px;
  }
  .video-content .videoContentText {
    margin: -228px 0 166px 0;
  }
  .video-content .search-formbox-container {
    position: relative;
    top: -62px;
  }
}
@media (max-width: 960px) {
  .other-related-tours ul li {
    width: 31%;
  }
}
@media (max-width: 850px) {
  .video-content h1 {
    position: relative;
    top: -1px;
  }
  .video-content span {
    position: relative;
    top: -7px;
  }
  .video-content .search-formbox {
    padding: 0px;
  }
  .video-content .search-formbox .search-btn {
    margin-top: 111px;
  }
  .video-content .search-formbox-container {
    position: relative;
    top: -76px;
  }
  header ul li {
    margin-right: 73px !important;
  }
  header ul li .phone-link {
    margin-right: 0px;
  }
  header ul li:last-child {
    margin-right: 0px !important;
  }
  header .navbar-brand span {
    margin-left: 10px !important;
  }
}
@media (max-width: 768px) {
  .hero-section {
    margin-top: 132px;
  }
  .video-content h1 {
    position: relative;
    top: -1px;
  }
  .video-content span {
    position: relative;
    top: -7px;
  }
  .video-content .videoContentText {
    margin: -214px 0 166px 0;
  }
  .video-content .search-formbox {
    padding: 0px 12px;
  }
  .video-content .search-formbox .search-btn {
    margin-top: 111px;
  }
  .video-content .search-formbox-container {
    position: relative;
    top: -76px;
  }
  header ul li {
    margin-right: 63px !important;
  }
  header ul li .phone-link {
    margin-right: 0px;
  }
  header ul li:last-child {
    margin-right: 0px !important;
  }
  header .navbar-brand span {
    margin-left: 10px !important;
  }
}
@media (max-width: 767px) {
  .video-content .videoContentText {
    margin: -214px 0 166px 0;
  }
  .video-content .videoContentText h1 {
    position: relative;
    top: 13px;
  }
  .video-content .videoContentText span {
    position: relative;
    top: 7px;
  }
  .other-related-tours ul {
    display: block;
  }
  .other-related-tours ul li {
    width: 100%;
    margin-left: 0px;
  }
  .review-section .container-small .row.review-section-header .col-7.col-md-7 {
    width: 75%;
  }
  .review-section .container-small .row.review-section-header .col-5.col-md-5 {
    width: 25%;
  }
  .review-section .container-small .feefo-reviews-wrapper .card.card-body {
    margin-top: 20px;
  }
  .review-section .container-small .feefo-reviews-wrapper .reviewTable .leftColumn {
    margin-right: 34px;
  }
  .review-section .container-small .feefo-reviews-wrapper .reviewTable .desktopDetail {
    padding-bottom: 20px;
  }
  .review-section .container-small .feefo-reviews-wrapper .reviewTable .desktopDetail:last-child {
    margin-bottom: 25px;
  }
  .review-section .container-small .feefo-reviews-wrapper .reviewTable .row.desktopDetail span {
    line-height: 1.75;
  }
}
@media (max-width: 576px) {
  .hero-section {
    margin-top: 112px;
  }
  .video-content .videoContentText {
    margin: -214px 0 166px 0;
  }
  .video-content .videoContentText h1 {
    position: relative;
    top: -1px;
  }
  .video-content .videoContentText span {
    position: relative;
    top: -7px;
  }
  .video-content .search-formbox-container {
    position: relative;
    top: -26px;
  }
  header ul li {
    margin-right: 21px !important;
  }
  header ul li .phone-link {
    margin-right: 0px;
  }
  header ul li:last-child {
    margin-right: 0px !important;
  }
  header .navbar-brand span {
    margin-left: 10px !important;
  }
  footer .col-12.col-md-4.text-end {
    margin: 20px 0px;
  }
  footer #block-38 {
    width: 50%;
    float: left;
  }
  footer #block-39 {
    width: 50%;
    float: left;
  }
  footer #block-40 {
    width: 100%;
    float: left;
  }
  footer #block-41 {
    width: 50%;
    float: left;
  }
  footer #block-42 {
    width: 50%;
    float: left;
  }
}
.product-section a .product-box {
  display: block;
  min-height: 189px;
  height: 450px;
  position: relative;
  width: 100%;
}
.product-section a .product-box .product-innerbox {
  background: #fff !important;
  margin: 9px 15px 0 15px;
}
.product-section a .product-box .product-innerbox .price {
  border: none;
  font-size: 18px;
  bottom: 6px;
  padding: 0 15px;
  position: absolute;
  right: -6px;
  height: 36px;
}
.product-section ul {
  display: flex;
  margin: 36px 0 0 0;
  padding: 0px;
}
.product-section ul li {
  min-height: 240px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  display: inline-block;
  width: 23%;
  cursor: pointer;
  margin-left: 15px;
  padding: 0 0 0px 0;
  position: relative;
  -webkit-box-shadow: 0 0 0 0 #fff, 0 4px 3px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 0 0 #fff, 0 4px 3px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 0 0 #fff, 0 4px 3px 0 rgba(0, 0, 0, 0.11);
  transition: all 0.3s ease-in-out;
}
.product-section ul li .product-box {
  background: #fff !important;
  clear: both;
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
  box-shadow: none;
}
.product-section ul li .product-box .product-innerbox {
  margin: 9px 15px 28px 15px;
  padding: 0px;
}
.product-section ul li .product-box .price {
  border: none;
  font-size: 18px;
  bottom: 0;
  padding: 0 15px;
  position: absolute;
  right: 0;
  margin-top: 0px;
}
@media (max-width: 850px) {
  .product-section {
    padding: 40px 4px 0px 4px;
  }
}
@media (max-width: 576px) {
  .product-section {
    padding: 40px 4px 0px 4px;
  }
}

@media (max-width: 850px) {
  .tours-section {
    padding: 0px 12px;
  }
}
@media (max-width: 576px) {
  .tours-section {
    padding: 0px 16px;
  }
}
.tours-section .container .row .col-12.col-md-4 {
  padding: 0px 8px;
}
@media (max-width: 850px) {
  .tours-section .container .row .col-12.col-md-4 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .tours-section .container .row .col-12.col-md-4 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .tours-section .container .row .col-12.col-md-4 {
    width: 100%;
    padding: 0px 0px;
  }
}
.tours-section .container .row .col-12.col-md-4 .tour-imgblock {
  width: 100%;
  margin: 0px 0px;
}
@media (max-width: 576px) {
  .tours-section .container .row .col-12.col-md-4 .tour-imgblock {
    padding: 0px 0px;
    margin: 0px;
  }
}
.tours-section .container .row .col-12.col-md-4 .tour-imgblock .tour-box {
  margin-bottom: 16px;
}
@media (max-width: 850px) {
  .tours-section .container .row .col-12.col-md-4 .tour-imgblock .tour-box {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .tours-section .container .row .col-12.col-md-4 .tour-imgblock .tour-box {
    margin: 0px;
    height: 185px;
  }
}
.tours-section .container .row .col-12.col-md-4 .tour-imgblock .tour-box .backstretch {
  width: 100% !important;
}

/* Lavesh  04-jan-23 */
#tourBookingsOptions #calendarContainer h3 {
  margin-top: 3.2px;
}

@media (min-width: 501px) and (max-width: 767px) {
  .cs-tour-cards .container .row .cs-tour-grid-col a .product-box {
    min-height: 188px;
    display: flex;
  }
  .cs-tour-cards .container .row .cs-tour-grid-col a .product-box .cs-tour-img {
    width: 33%;
    height: 113px;
  }
  .cs-tour-cards .container .row .cs-tour-grid-col a .product-box .product-innerbox {
    margin: 3px 5px 5px 10px;
    margin-top: 3px;
    width: 67%;
  }
  .cs-tour-cards .container .row .cs-tour-grid-col a .product-box .product-innerbox .tour-card-footer .price {
    margin-top: 5px;
    padding: 0px 5px 0px 0px;
  }
  .cs-tour-cards .container .row .cs-tour-grid-col a .product-box .product-innerbox .tour-card-footer .price h3 {
    margin-top: 0;
  }
  .cs-tour-list-cards .container-small .product-row-box {
    padding-bottom: 0;
  }
  .cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-img {
    width: 33%;
  }
  .cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-img .lazy {
    height: 113px;
    margin-bottom: 0;
  }
  .cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-content {
    position: relative;
    width: 67%;
  }
  .cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-content .product-innerbox {
    min-height: 150px;
  }
  .cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-content .product-innerbox .price {
    position: relative;
    bottom: 1%;
    right: 1%;
  }
  .cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-content .product-innerbox .price span {
    margin-left: -6px;
  }
  .cs-other-tours-card .container-small .row ul li {
    min-height: auto;
  }
  .cs-other-tours-card .container-small .row ul li a .product-box {
    display: flex;
    border-bottom: 0;
  }
  .cs-other-tours-card .container-small .row ul li a .product-box .cs-ohter-tours-img {
    width: 33%;
    height: 200px;
  }
  .cs-other-tours-card .container-small .row ul li a .product-box .product-innerbox {
    width: 67%;
  }
  .cs-other-tours-card .container-small .row ul li a .product-box .product-innerbox .price {
    padding-right: 0;
  }
  .cs-other-tours-card .container-small .row ul li a .product-box .product-innerbox .price h3 {
    margin-right: 0px;
  }
}
@media (max-width: 500px) {
  .cs-tour-cards .container .row .cs-tour-grid-col a .product-box {
    height: auto;
    display: flex;
    /* Added on 1-fen-2023 */
    min-height: auto;
  }
  .cs-tour-cards .container .row .cs-tour-grid-col a .product-box .cs-tour-img {
    width: 33%;
    height: 70px;
  }
  .cs-tour-cards .container .row .cs-tour-grid-col a .product-box .product-innerbox {
    margin: 3px 5px 5px 10px;
    margin-top: 3px;
    width: 67%;
  }
  .cs-tour-cards .container .row .cs-tour-grid-col a .product-box .product-innerbox .product-info-body {
    margin-bottom: 40px;
  }
  .cs-tour-cards .container .row .cs-tour-grid-col a .product-box .product-innerbox .tour-card-footer .price {
    position: absolute;
    bottom: -4px;
    right: -3%;
    margin-top: 5px;
    padding: 0px 5px 0px 0px;
  }
  .cs-tour-cards .container .row .cs-tour-grid-col a .product-box .product-innerbox .tour-card-footer .price h3 {
    margin-top: 0;
  }
  .cs-tour-list-cards .container-small .product-row-box {
    padding-bottom: 0;
  }
  .cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-img {
    width: 33%;
    padding-right: 0;
  }
  .cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-img .lazy {
    height: 71px;
    margin-bottom: 0;
  }
  .cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-content {
    position: relative;
    width: 67%;
  }
  .cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-content .product-box {
    margin-top: 5px;
  }
  .cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-content .product-box .product-innerbox {
    min-height: 152px;
  }
  .cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-content .product-box .product-innerbox h3 {
    margin-top: -4px;
  }
  .cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-content .product-box .product-innerbox .price {
    position: absolute;
    bottom: 1%;
    right: 1%;
  }
  .cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-content .product-box .product-innerbox .price span {
    margin-left: -6px;
  }
  .cs-other-tours-card .container-small .row ul li {
    min-height: auto;
  }
  .cs-other-tours-card .container-small .row ul li a .product-box {
    display: flex;
    border-bottom: 0;
  }
  .cs-other-tours-card .container-small .row ul li a .product-box .cs-ohter-tours-img {
    width: 33%;
    height: 70px;
  }
  .cs-other-tours-card .container-small .row ul li a .product-box .product-innerbox {
    width: 67%;
  }
  .cs-other-tours-card .container-small .row ul li a .product-box .product-innerbox .price {
    padding-right: 0;
  }
  .information-section .container-small .row .homepage-checkboxes-container .card .checkbox-text .card-title {
    padding-left: 27px !important;
  }
}
@media (min-width: 769px) {
  .tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box {
    position: relative;
  }
  .tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box .product-innerbox .price {
    position: absolute;
    bottom: -3px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cs-other-tours-card .container-small .row .col-12 {
    border: 0;
  }
  .cs-other-tours-card .container-small .row .col-12 .product-innerbox {
    margin-top: 0;
    margin-bottom: 49px;
  }
}
/* Lavesh  04-jan-23 */
/* Lavesh  05-jan-23 */
@media (max-width: 960px) {
  .cs-other-tours-card .container-small .row {
    margin-top: 37px;
  }
  .cs-other-tours-card .container-small .row ul li:nth-of-type(4) {
    display: none;
  }
  .tour-details .container-small .highlights {
    margin-top: 50px;
  }
  .cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-content .product-box .product-innerbox .ez-cancel .easycancelTourText {
    font-size: 14px;
  }
}
.tours-search-list .container-small .search-formbox {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .cs-tour-cards .container .row .cs-tour-grid-col .product-box {
    height: auto;
  }
  .cs-tour-filter-top select {
    width: 50% !important;
  }
  .cs-tour-filter-bottom .cs-tour-page-length {
    width: 20% !important;
  }
  .cs-tour-filter-bottom .cs-tour-page-type {
    width: 50% !important;
  }
  .cs-tour-filter-bottom .cs-tour-page-category {
    width: 30% !important;
    margin-right: 0;
  }
  .information-section .container-small .row .homepage-checkboxes-container .card .checkbox-text .card-title {
    padding-left: 25px;
  }
  .cs-other-tours-card .container-small .row {
    margin-top: -6px;
  }
  .useful-info-tour {
    margin: 26px 0 50px 7px;
  }
}
.cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-content .product-box .product-innerbox .price {
  margin-top: 10px;
}
.cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-content .product-box .product-innerbox .price h3 {
  display: block;
}
.cs-tour-list-cards .container-small .product-row-box .row .cs-tour-list-content .product-box .product-innerbox .price span {
  padding-top: 0;
}

.cs-tour-cards .cs-tour-grid-col .product-box .product-innerbox .product-info-body .duration i {
  margin-right: 6px;
}
.cs-tour-cards .cs-tour-grid-col .product-box .product-innerbox .product-info-body .ez-cancel i::before {
  top: -2px;
}
.cs-tour-cards .cs-tour-grid-col .product-box .product-innerbox .tour-card-footer .price h3 span {
  margin-left: 6px;
}

.tour-details .container-small .tour-section-right .rates .rate-group .input-group input {
  padding-top: 5px;
  height: 44px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 380px) {
  .wrapper header .container {
    padding-left: 0;
  }
  .wrapper header .container .navbar .container-fluid .navbar-brand {
    margin-right: 5px;
  }
}
@media (max-width: 360px) {
  .wrapper header .container .navbar .container-fluid {
    padding-right: 5px;
  }
  .wrapper header .container .navbar .container-fluid .navbar-brand img {
    max-width: 50px;
  }
}
@media (max-width: 767px) {
  .cs-single-tour-section .video-tour-section .media-button-container {
    z-index: 9;
  }
}
.tour-details .container-small .row .col-12 .tour-section-right .selectDefault .info::before {
  font-size: 15px;
  margin-left: 4px;
  content: "\f333";
}

.cs-fw-400 {
  font-weight: 400;
}
.cs-fw-400 em {
  font-weight: 400;
}

/* Lavesh  05-jan-23 */
.price-cut {
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
  padding-right: 0px !important;
}

/* Lavesh  06-jan-23 */
.cs-other-tours-card .container-small .row ul li:hover {
  box-shadow: 0 0 0 0 #fff, 0 1px 3px 0 rgba(0, 0, 0, 0.26);
}
.cs-other-tours-card .container-small .row ul li a .price span {
  font-size: 20px;
}

@media (min-width: 1025px) {
  .cs-tour-review .container-small .feefo-overall img {
    margin-left: 11px;
  }
}
@media (max-width: 767px) {
  .cs-footer .footer-bottom-row .container .row .footer-sign-in {
    margin-top: 13px;
  }
}
.cs-restrictions {
  margin: 65px 0 36px 0;
  padding: 0 0 32px 0;
  border-bottom: 1px solid #d8d8d8;
}
.cs-restrictions p {
  margin-left: 15px;
  margin-bottom: 20px;
}

.cs-single-tour-section {
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .cs-restrictions {
    margin: 28px 0 48px 0;
    padding-bottom: 0;
  }
}
/* Lavesh  06-jan-23 */
/* Lavesh  12-jan-23 */
.cs-badge.bs,
.cs-badge.BS {
  background-color: #06618e;
}

.cs-home-tour-badges {
  display: block;
}
.cs-home-tour-badges .badgeContainer {
  width: auto;
  display: inline-block;
}
.cs-home-tour-badges .badgeContainer .badgeDefault {
  position: relative;
}

.cs-single-tour-badges {
  padding-left: 15px;
  display: flex;
  min-height: 38px;
  background: #d8d8d8;
  padding-top: 8px;
}
.cs-single-tour-badges .BS {
  margin-top: 0;
}
.cs-single-tour-badges #badgeContainerDetailRight {
  height: auto;
  background: #d8d8d8;
}

/* Lavesh  12-jan-23 */
/* Lavesh  16-jan-23 */
.cs-badge.bs,
.cs-badge.BS {
  background-color: #06618e;
}

.cs-badge.et,
.cs-badge.ET {
  background-color: #7b783e;
}

.cs-badge.ms,
.cs-badge.MS {
  background-color: #ce0687;
}

.cs-badge.nt,
.cs-badge.NT {
  background-color: #1e824c;
}

.cs-badge.pt,
.cs-badge.PT {
  background-color: #800080;
}

.cs-badge.so,
.cs-badge.SO {
  background-color: #b36111;
}

.cs-single-tour-badges .badgeContainer {
  margin-top: 0;
}
.cs-single-tour-badges .badgeContainer .badgeDefault {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .cs-container-w {
    max-width: 62.5rem;
  }
}
@media (min-width: 992px) {
  .cs-container-w {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .cs-container-w {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .product-section .is-layout-flex.wp-container-5.wp-block-columns .is-layout-flow.wp-block-column .wp-container-3 h2 {
    font-size: 28px !important;
  }
}
@media (min-width: 576px) {
  .cs-container-w {
    max-width: 540px;
  }
}
/* Lavesh  16-jan-23 */
/* Lavesh  17-jan-23 */
.cs-blog-search .container-small {
  max-width: 62.5rem;
}
.cs-blog-search .container-small .row .col-12.col-md-8 .breadcrumb-rs .container-small {
  padding-left: 0;
}
.cs-blog-search .container-small .row .col-12.col-md-8 .search-form-box .visuallyhiddenWas {
  margin-bottom: 8px;
}

.cs-agent-login-h1 .row .small-12 h1 {
  margin-bottom: 12px;
}

.cs-checkout-arvl-deptng .col-12 .fields {
  padding: 16px 7px 16px 15px;
}
.cs-checkout-arvl-deptng .col-12 .fields h4 {
  font-size: 16px;
  margin: 3.2px 0px 8px 0px;
}

.cs-404-content {
  margin-top: 287px;
  padding-bottom: 123px;
}
.cs-404-content .error_404 h1 {
  font-size: 32px;
}
.cs-404-content .error_404 h1::before {
  font-size: 101px;
}
.cs-404-content .error_404 .btnHomePage {
  margin-top: 7px;
}
.cs-404-content .error_404 span {
  font-size: 16px;
}

.cs-other-tours-info .container-small .row .itineraryContainer .itineraryText ul {
  margin-top: 23px;
}
.cs-other-tours-info .container-small .row .itineraryContainer .itineraryText ul li {
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .cs-404-content {
    padding-bottom: 100px;
  }
  .cs-404-content .error_404 {
    padding: 0px 16px;
  }
  .tour-listing .container-small .product-row-box .row .col-12.col-md-8 .product-box {
    padding-bottom: 12px;
  }
  .cs-tourList-footer .cs-tour-pagination-left {
    margin-bottom: 22px;
    padding: 0;
  }
  /* added on 18-Jan */
  .newsletter-section h4 {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 9.2px;
  }
}
/* Lavesh  17-jan-23 */
/* Lavesh  18-jan-23 */
.hero-section .videoContentText span {
  text-shadow: 0 2px 10px #000;
}

.cs-tour-review .container-small {
  max-width: 62.5rem;
}
.cs-tour-review .container-small .review-section-header .feefo-overall span {
  font-size: 16px;
}

.cs-enquiry-form .fields select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fafafa;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}

.cs-home-tour-badges .badgeContainer {
  margin-top: 0;
}

/* Lavesh  18-jan-23 */
/* Lavesh  19-jan-23 */
.tour-details .tour-section-right .selectDefault:before {
  display: none;
}

.tour-details .tour-section-right .rates .rate-group .input-group .input-group-button:first-child {
  border-right: 1px solid #d8d8d8;
}

.cs-single-tour-section #tourBookingsOptions #calendarContainer {
  padding-bottom: 23px;
}
.cs-single-tour-section #pricetimes .onetime {
  font-size: 16px;
}

/* Lavesh  19-jan-23 */
/* Lavesh  28-jan-23 */
.cs-single-tour-section #pricetimes .onetime {
  margin-top: 4px;
  margin-bottom: 14px;
}

.containerOptionsDark.section h3 {
  margin-top: 3.2px;
}

#pickup_points_container select {
  -webkit-appearance: none !important;
}
#pickup_points_container:before {
  content: "\f282";
  font-family: bootstrap-icons !important;
  font-size: 16px;
  font-weight: 600;
  color: #949494;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 13px;
  display: inline-block;
  font-weight: bold;
}

.optionExtra-group .optionExtra-label-1 {
  font-size: 14px;
}

.booking-cal_summary .booking-cal_date h5 {
  margin-bottom: 3px;
}
.booking-cal_summary #add_cart_btn {
  margin-top: 6px;
}

/* Lavesh  28-jan-23 */
/* Lavesh  31-jan-23 */
.cs-home-news-section .read-more {
  margin-top: 50px;
}

@media (max-width: 767px) {
  #mc-spacer {
    display: none;
  }
  .cs-footer .footer-main-row {
    padding-top: 24px;
  }
  .cs-footer .footer-main-row .footer-contact i {
    margin-right: 5px;
  }
  .special-offer-banner {
    margin-top: 82px;
  }
  .newsletter-section .wp-block-spacer {
    display: none !important;
  }
}
#add_to_cart form .booking-cal_summary #booking-cal_total {
  margin-top: 12px;
}

@media (min-width: 641px) {
  .cs-enquiry-month {
    margin-top: 22px !important;
  }
}
.enquiry-page .checkout .fields {
  padding: 14px;
}

@media (max-width: 850px) {
  .hero-section #initHp h2 {
    font-size: 24px;
  }
}
.cs-blog-results {
  font-size: 16px;
  margin-top: 32px;
  margin-bottom: 30px;
}

.cs-blog-search .wp-block-search__inside-wrapper {
  padding-bottom: 0;
}

.cs-blog-search #breadcrumbs {
  margin-top: 0;
}

.cs-blog-title span {
  line-height: 0;
}

@media (max-width: 992px) {
  .tour-section-right #bookBtnContainer .btnContainer .btnCheckAvailability {
    min-width: 132px !important;
  }
}
@media (min-width: 767px) and (max-width: 820px) {
  .cs-tour-review {
    min-height: 156px;
  }
}
.entry-footer {
  background-color: #f8f8f8;
}
.entry-footer span {
  padding-left: 7px;
}

.cs-agent-login {
  min-height: auto !important;
}

/* Lavesh  31-jan-23 */
.ma5menu__container .ma5menu__head .ma5menu__toggle {
  left: 10px !important;
}
.ma5menu__container .ma5menu__panel {
  top: 46px;
}

#itineraryMap {
  height: 450px;
  width: 100%;
}

@media (max-width: 991px) {
  .languageSelectorContainerMobile .container .row {
    margin: 0;
  }
  .languageSelectorContainerMobile .container .row #languageSelectorContainer .containerCenter #lang_switch_mobile {
    padding: 0;
  }
  .languageSelectorContainerMobile .container .row #languageSelectorContainer .containerCenter .lang {
    padding-left: 0;
  }
  .languageSelectorContainerMobile .container .row #languageSelectorContainer .containerCenter .lang .nav-item {
    display: block;
  }
  #google_translate_element .goog-te-gadget-simple {
    width: 100%;
    background: #fff;
    border: 1px solid #c8c8c8 !important;
    height: 42px;
    margin: 0 !important;
  }
  #google_translate_element .goog-te-gadget-simple a {
    display: flex !important;
    justify-content: space-between;
    top: -10px;
    background: #fff;
    margin: 0;
    padding: 0px 8px;
    height: 40px;
    position: relative;
    line-height: 40px;
  }
  #google_translate_element .goog-te-gadget-simple a span {
    font-size: 10pt;
    color: rgba(0, 0, 0, 0.75);
  }
  #google_translate_element .goog-te-gadget-simple a.goog-te-menu-value span {
    display: block !important;
    line-height: 38px;
  }
  #google_translate_element .goog-te-menu-value::after {
    display: none !important;
  }
}
.cs-price-cut {
  font-size: 18px !important;
  font-weight: bold !important;
  position: relative;
  bottom: 1px;
  padding-right: 0px !important;
}

@media (max-width: 1024px) {
  .cs-price-cut {
    font-size: 14px !important;
    font-weight: bold !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 512px) {
  .cs-price-cut {
    padding-right: 12px !important;
  }
}
@media (min-width: 992px) {
  header .navbar-nav #google_translate_element .goog-te-gadget-simple {
    padding-top: 3px;
  }
  header .navbar-nav #google_translate_element .goog-te-gadget-simple span a span:first-child {
    margin-right: 3px;
  }
  header .navbar-nav #google_translate_element .goog-te-gadget-simple span a span:last-child {
    display: none !important;
  }
  header .navbar-nav #google_translate_element .goog-te-gadget-simple span a span:after {
    position: absolute;
    right: -16px;
    top: 11px;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
}
#tour_section_right #priceoptions:before {
  content: "\f282";
  font-family: bootstrap-icons !important;
  font-size: 16px;
  font-weight: 600;
  color: #949494;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 13px;
  display: inline-block;
  font-weight: bold;
}

.cs-email-us-txt {
  margin-bottom: 240px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .cs-footer .footer-bottom-row .container .footer-copyright {
    font-size: 14px;
  }
}
.content-section .container-small {
  max-width: 62.5rem;
  padding-top: 15px;
}

.cs-enquiry-page .cs-enquiry-page-content {
  margin-top: 28px;
}

.product-section .is-layout-flex.wp-container-5.wp-block-columns .is-layout-flow.wp-block-column .wp-container-3 h2 {
  font-size: 34px;
}

.cs-blog-content .cs-viewArticle-link {
  font-size: 16px;
}

.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search .wp-block-search__inside-wrapper input {
  height: 45px !important;
}
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search .wp-block-search__inside-wrapper button {
  height: 45px !important;
  width: 45px;
}

#languageSelectorContainer {
  background: #f8f8f8;
  color: #666;
  clear: both;
  display: block;
  float: left;
  height: 76px;
  line-height: 76px;
  width: 100%;
}
#languageSelectorContainer .translate-wrap {
  float: none !important;
  margin: 0 !important;
  padding: 15px 15px !important;
}
#languageSelectorContainer #lang_switch_mobile {
  margin: 0px;
  width: calc(100% - 0px) !important;
}
#languageSelectorContainer #lang_switch_mobile img {
  margin: 0 8px 0 0;
}
#languageSelectorContainer #google_translate_element_mobile {
  margin: 0px;
  width: calc(100% - 0px) !important;
}
#languageSelectorContainer #google_translate_element_mobile .skiptranslate {
  height: 76px;
  overflow: hidden;
  width: 100% !important;
}
#languageSelectorContainer .goog-te-gadget {
  color: #f8f8f8 !important;
  font-size: 11px;
  white-space: nowrap;
  position: relative;
}
#languageSelectorContainer .goog-te-gadget:before {
  font-family: bootstrap-icons !important;
  content: "\f282";
  color: #3c3c3b;
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 11px;
  z-index: 9;
  font-weight: bold;
}
#languageSelectorContainer .goog-te-gadget .goog-te-combo {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #c8c8c8;
  height: 42px;
  margin: 0 !important;
  width: 100%;
  position: relative;
  color: rgba(0, 0, 0, 0.75);
  padding: 0px 8px;
  line-height: 1;
}
#languageSelectorContainer .goog-te-gadget-simple {
  background-color: #fff !important;
  border: 1px solid #d4d4d4 !important;
  width: calc(100% - 30px);
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  outline: none;
  overflow: hidden;
  margin: 20px 15px;
  padding: 0 !important;
  color: #666 !important;
  display: inline-block;
  cursor: pointer;
  zoom: 1;
}
#languageSelectorContainer .goog-te-menu2 {
  width: 100%;
  overflow-y: scroll;
  border: none !important;
}
#languageSelectorContainer .goog-te-menu-value {
  color: #666 !important;
  font-weight: 600 !important;
}
#languageSelectorContainer .goog-te-menu-value span:nth-child(5) {
  display: none;
}
#languageSelectorContainer .goog-te-menu-value span:nth-child(3) {
  border: none !important;
  font-family: bootstrap-icons !important;
  font-weight: 600;
}
#languageSelectorContainer .goog-te-menu-value span:nth-child(3):after {
  content: "\f107";
  vertical-align: -6px;
  margin: 0 10px 0 0;
  float: right;
}
#languageSelectorContainer .goog-te-gadget-icon {
  display: none;
}

@media (max-width: 991px) {
  .languageSelectorContainerMobile .container .col-12 {
    padding: 0px 15px;
  }
}
.cs-blog-search form .ccm-search-block-text {
  font-size: 14px;
}
.cs-blog-search form h4 {
  margin-top: 32px;
  font-size: 16px;
}

@media (min-width: 769px) {
  .cs-header-inner {
    max-height: 270px;
  }
  .cs-header-inner .search-formbox {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .cs-header-inner {
    height: 320px;
  }
  .cs-header-inner .search-formbox {
    margin-top: 0 !important;
  }
  .review-section-header .feefo-power:after {
    margin-left: -5px;
  }
}
.lightboxOverlay {
  opacity: 1 !important;
  z-index: 999999 !important;
}

.lightbox {
  z-index: 9999999 !important;
}

.cs-singleTour-right .cs-msg-offer {
  background: #013976;
  color: #fff;
  padding: 14px 14px 14px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 7px;
}
.cs-singleTour-right .cs-msg-offer:before {
  content: "\f151";
  font-family: bootstrap-icons !important;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-weight: bold;
  padding-right: 15px;
}
.cs-singleTour-right .containerOptionsDark .message {
  margin-bottom: 7px !important;
}

.hero-section .bi-pause-circle-fill:before {
  font-size: 38px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section .initHp {
    z-index: 9;
  }
}
#cart_complete .container {
  padding: 0 15px;
}

@media (min-width: 1025px) and (max-width: 1368px) {
  .hero-section {
    height: 611.78px;
  }
  .video-content h1 {
    margin-top: 3px;
  }
  .video-content span {
    margin: 0px 0px 20px 0px;
  }
  .video-content .search-formbox {
    padding: 0;
  }
  .video-content .search-formbox .search-formbox-container {
    margin-top: 20px;
  }
}
.cs-single-blog-content .entry-header h1 {
  font-size: 32px;
}
.cs-single-blog-content .entry-header .entry-meta {
  font-size: 16px;
  margin-bottom: 16px;
}
.cs-single-blog-content .entry-content p {
  font-size: 14.4px;
}

.cs-agents-login-content {
  min-height: auto !important;
}

.cs-price-red {
  color: #ce0606 !important;
  margin-left: 3px;
}

.dp-nav-prev-month.disabled,
.dp-nav-next-month.disabled {
  opacity: 0.1;
}

.cs-other-tours-info .container-small .videoDetailContainer h2 {
  margin-top: 12px;
}

.cs-tour-list-results .container-small h1 {
  font-size: 24px;
}
.cs-tour-list-results .container-small h1 span {
  text-transform: capitalize;
}

.cs-single-tour-section .video-tour-section video {
  width: 100% !important;
}

.cs-des-x .destination-banner {
  height: 641px;
  width: 100%;
  padding: 152px 0;
}
.cs-des-x .destination-banner .search-formbox-container {
  margin-top: 35px;
}

@media (max-width: 512px) {
  .cs-des-x .destination-banner {
    height: 425px;
    width: 100%;
    padding: 122px 0;
  }
  .cs-des-x .destination-banner .search-formbox-container {
    margin-top: 0px;
  }
  .cs-des-x .destination-banner .search-formbox-container .search-formbox {
    margin-top: 54px !important;
  }
  .cs-des-x .destination-banner h2 {
    font-size: 22px;
  }
}
.cs-badge {
  white-space: nowrap;
}

.cs-siteMap-content #breadcrumbs {
  padding-left: 0;
}
.cs-siteMap-content .entry-header .entry-title {
  padding-left: 0px;
}
.cs-siteMap-content .entry-content ul {
  padding-left: 16px;
}
.cs-siteMap-content .entry-content ul li {
  font-size: 14px;
}

/* Site-Map Banner */
.cs-sitemap-banner {
  max-height: 270px;
}
.cs-sitemap-banner .search-formbox {
  margin-top: 0 !important;
}

@media (max-width: 766px) {
  .cs-sitemap-banner {
    max-height: 320px;
    min-width: 320px;
    height: 320px;
  }
  .cs-blogBottomSpaceSmall {
    margin-top: 16px;
  }
}
.dp-calendar .other-month.offer {
  background: #eee !important;
  color: #fff;
  cursor: default;
  pointer-events: none;
  text-decoration: none !important;
}

.cs-bottom-blogs .entry-header .entry-title {
  text-transform: uppercase;
  font-size: 20px;
}

.navbar .navbar-brand .logo_own {
  max-height: 41px;
  top: 1px;
  margin-left: 9px;
}

.video-content .search-formbox .form-control::placeholder {
  color: #3c3c3b !important;
  opacity: 1;
}

.cs-list-checked-warning ul li {
  padding: 0px 0px 0px 21.6px !important;
}

.product-section .wp-block-embed iframe {
  height: 679px;
}

@media (max-width: 722px) {
  header .navbar-brand .logo_own {
    display: none;
  }
}
@media only screen and (max-width: 620px) {
  .cs-home-news-section .container .row .lazy-backstretch {
    height: 150px;
  }
  .cs-home-news-section .container .row .backstretch {
    height: 150px !important;
  }
  .cs-home-news-section .container .row .backstretch img {
    inset: -29.81px auto auto 0px !important;
  }
}
@media only screen and (min-width: 621px) {
  .cs-home-news-section .container .row .lazy-backstretch {
    height: 400px;
  }
  .cs-home-news-section .container .row .lazy-backstretch .backstretch {
    height: 400px !important;
  }
  .cs-home-news-section .container .row .lazy-backstretch .backstretch img {
    inset: -29.81px auto auto 0px !important;
  }
}
.banner-with-noLogo::after {
  display: none;
}

.ma5menu__panel::-webkit-scrollbar {
  background-color: #333333 !important;
}

.ma5menu__panel::-webkit-scrollbar-thumb {
  border-right: 3px solid #333333 !important;
}

.cs-image-blockHover .inner .info {
  transform: translate(0, 42%) !important;
  padding: 8px !important;
}
.cs-image-blockHover .inner .info h2 {
  text-transform: capitalize !important;
  font-size: 15px !important;
  height: 60px;
  text-align: left;
  line-height: 1.3 !important;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}
.cs-image-blockHover .inner .info a {
  float: left;
  color: #fff;
  font-size: 20px;
}
.cs-image-blockHover .inner .info a .price-cut {
  color: #f7931e;
  margin: 7px 5px;
}

.cs-image-blockHover .inner {
  z-index: auto !important;
}
.cs-image-blockHover .inner:hover .info {
  transform: translate(0, 0) !important;
}

.cs-arrowIcon-right a {
  display: flex;
  width: 100%;
  position: relative;
}
.cs-arrowIcon-right a:after {
  content: "\f285";
  font-family: bootstrap-icons !important;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  right: -5px;
}

.cs-magazineTitle {
  color: rgba(0, 0, 0, 0.6);
}
.cs-magazineTitle:hover {
  color: rgba(0, 0, 0, 0.6);
}

.cs-image-blockHover .ribbon-wrapper {
  width: 198px;
  height: 98px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.cs-image-blockHover .ribbon-wrapper .ribbon.orange {
  background: #fab31e;
}

.cs-image-blockHover .ribbon {
  font-family: inherit;
  color: #3c3c3b;
  text-align: center;
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  position: absolute;
  padding: 12px 0;
  left: -50px;
  top: 15px;
  width: 250px;
  font-size: 14px;
  font-weight: 600;
}

.checkout-page .message.success {
  margin-bottom: 12px !important;
}

#promo_memb.error {
  background: #d699a0;
}

@media only screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
  .summary .promo-box .promo-response {
    width: 90%;
  }
}
@media only screen and (min-width: 767px) {
  .hide-on-desktop-ipad {
    display: none !important;
  }
  .hide-on-mobile {
    margin-left: 25px !important;
  }
}
#membership_no_req {
  font-size: 12px !important;
}