/*
	Theme Name: Adventure Tours Child
	Theme URI: http://themeforest.net/user/themedelight/portfolio
	Description: Adventure Tours child theme
	Template: adventure-tours
	Text Domain: adventure-tours-child
	Version: 1.0.0
*/
/*--------------------------------------------------------------
# Other CSS
--------------------------------------------------------------*/
body {
  background: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  font-family: 'i-light';
}
strong {
  color: #004883;
  font-family: 'i-reg';
  font-weight: 600;
}
textarea {
  resize: none !important;
}
select {
  outline: none;
  text-transform: uppercase;
  color: #919191;
}
select::placeholder {
  text-transform: uppercase;
  color: #919191;
}
select:focus-visible {
  outline: none;
}
a {
  border-bottom: none;
}
a:hover {
  border-bottom: none;
}
.m-b-form {
  margin-bottom: 30px;
}
.invalid .wpcf7-response-output,
.unaccepted .wpcf7-response-output {
  border: none;
  text-align: left;
}
.wpcf7-not-valid {
  border-bottom: 1px solid #004883 !important;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
}
.wpcf7-response-output {
  text-align: center;
  margin-bottom: 20px;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-list-item-label {
  color: #000000 !important;
}
.wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
.sect-title {
  text-align: center;
}
.sect-title h2 {
  color: #393939;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 4.4px;
  font-family: 'lmr-reg';
  font-weight: 400;
}
.custom-list-style ul {
  list-style-type: none;
  margin-left: 50px;
}
.custom-list-style ul li::before {
  content: '\2014';
  position: absolute;
  margin-left: -35px;
  color: #D1B174;
}
.dropdown-menu.open {
  overflow: auto !important;
}
.form-validation-item + .tooltip.top .tooltip-arrow {
  border-top-color: #004883 !important;
}
.form-validation-item + .tooltip > .tooltip-inner {
  color: #EEE5D2;
  background: #004883 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  font-family: 'i-light';
  font-weight: 400;
}
.gallery .gallery__item__shadow {
  background: #004883;
  border-radius: 11px;
  opacity: 0.5;
}
.private-tour-rates-table tr th.row-1 {
  background-color: #eff4eb;
  font-family: 'i-bold';
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.private-tour-rates-table tr.row-3 {
  background-color: #eff4eb;
  font-family: 'i-bold';
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.price-decoration__label-round {
  display: none;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navigation .navigation__content .page-numbers {
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid #AEAEAE;
  font-size: 15px;
  font-family: 'i-light';
}
.navigation .navigation__content .page-numbers:hover {
  color: #FFFFFF;
  background: rgba(0, 72, 131, 0.9);
  border: 1px solid #004883;
}
.navigation .navigation__content .navigation__items .navigation__item .current {
  border: 1px solid #004883 !important;
  background: #004883 !important;
  color: white !important;
  border-radius: 100% !important;
  opacity: 1 !important;
}
.atgrid__item__icons .tooltip.top .tooltip-arrow {
  border-top-color: #FFFFFF;
}
.atgrid__item__icons .tooltip-inner {
  background-color: #FFFFFF;
  color: #393939;
  font-size: 12px;
  line-height: 15px;
  font-family: 'i-light';
  font-weight: 400;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header__info:before {
  content: none;
}
.header__info__item--delimiter + .header__info__item--delimiter:before {
  content: none;
}
.ehf-header .header-transparent {
  width: 100% !important;
}
.ehf-header .header-transparent a.hfe-menu-item::after {
  height: 2px !important;
  background: #FFFFFF !important;
}
.ehf-header .header-transparent .header__info__item a {
  color: #FFFFFF;
  opacity: 1;
}
.ehf-header .header-transparent .header__info__item a:hover,
.ehf-header .header-transparent .header__info__item a:active {
  color: #D1B174 !important;
}
.ehf-header .header-transparent .menu-bars {
  line-height: 0 !important;
}
.ehf-header .header-transparent.stickyHeader {
  position: fixed;
  animation: fadeIn 0.3s normal forwards ease-out;
  width: 100% !important;
}
.ehf-header .header-transparent.stickyHeader img.hfe-site-logo-img {
  width: 50px !important;
}
.ehf-header .header-transparent.stickyHeader a.hfe-menu-item {
  color: #004883 !important;
  font-size: 12px;
}
.ehf-header .header-transparent.stickyHeader a.hfe-menu-item::after {
  font-family: "FontAwesome";
  content: '';
  display: inline-block;
  width: 0;
  height: 2px;
  background: #004883 !important;
  transition: width .3s;
  position: absolute;
  bottom: 0;
}
.ehf-header .header-transparent.stickyHeader a.hfe-menu-item:hover::after {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ehf-header .header-transparent.stickyHeader .sub-menu {
  background: #FFFFFF;
}
.ehf-header .header-transparent.stickyHeader .sub-menu li a.hfe-sub-menu-item {
  color: #004883 !important;
}
.ehf-header .header-transparent.stickyHeader .sub-menu li a.hfe-sub-menu-item::after {
  font-family: "FontAwesome";
  content: '';
  width: 0;
  height: 2px;
  background: #004883 !important;
  transition: width .3s;
  position: absolute;
  bottom: 0;
}
.ehf-header .header-transparent.stickyHeader .sub-menu li a.hfe-sub-menu-item:hover::after {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #D1B174 !important;
}
.ehf-header .header-transparent.stickyHeader .book-now-header a {
  color: #004883 !important;
}
.ehf-header .header-transparent.stickyHeader .header__info__item a {
  color: #004883 !important;
}
.ehf-header .header-transparent.stickyHeader .header__info__item a:hover {
  color: #D1B174 !important;
}
.ehf-header .header-transparent.stickyHeader .menu-bars a {
  color: #004883 !important;
}
.ehf-header .header-transparent.stickyHeader .menu-bars a:hover {
  color: #D1B174 !important;
}
.ehf-header .header-solid-bg {
  width: 100% !important;
}
.ehf-header .header-solid-bg a.hfe-menu-item::after {
  height: 2px !important;
  background: #004883 !important;
}
.ehf-header .header-solid-bg .header__info__item a {
  color: #004883;
  opacity: 1;
}
.ehf-header .header-solid-bg .header__info__item a:hover,
.ehf-header .header-solid-bg .header__info__item a:active {
  color: #D1B174 !important;
}
.ehf-header .header-solid-bg .menu-bars {
  line-height: 0 !important;
}
.ehf-header .header-solid-bg.stickyHeader {
  position: fixed;
  animation: fadeIn 0.3s normal forwards ease-out;
  width: 100% !important;
}
.ehf-header .header-solid-bg.stickyHeader img.hfe-site-logo-img {
  width: 50px !important;
}
.ehf-header .header-solid-bg.stickyHeader a.hfe-menu-item {
  color: #004883 !important;
  font-size: 12px;
}
.ehf-header .header-solid-bg.stickyHeader a.hfe-menu-item::after {
  font-family: "FontAwesome";
  content: '';
  display: inline-block;
  width: 0;
  height: 2px;
  background: #004883 !important;
  transition: width .3s;
  position: absolute;
  bottom: 0;
}
.ehf-header .header-solid-bg.stickyHeader a.hfe-menu-item:hover::after {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ehf-header .header-solid-bg.stickyHeader .header__info__item a {
  color: #004883 !important;
}
.ehf-header .header-solid-bg.stickyHeader .header__info__item a:hover {
  color: #D1B174 !important;
}
/*--------------------------------------------------------------
# Tours Grid
--------------------------------------------------------------*/
.atgrid__item {
  box-shadow: none !important;
  background: transparent;
}
.atgrid__item .atgrid__item__title {
  text-align: center;
}
.atgrid__item .atgrid__item__title a {
  color: #393939;
  text-align: center;
  text-transform: uppercase;
  font-family: 'lmr-reg';
  font-size: 25px;
  font-weight: 400;
  line-height: 34px;
}
.atgrid__item .at-grid-subheading {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'i-light';
  margin-bottom: 10px;
  color: #393939;
}
.atgrid__item .atgrid__item__description {
  text-align: center;
}
.atgrid__item .item-attributes {
  border-top: none;
  background: none !important;
}
.atgrid__item .item-attributes .item-attributes__link {
  background: #ffff;
  color: #393939;
  font-family: 'i-light';
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1.53px;
  border: 1px solid #D1B174;
  border-radius: 26px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 29px;
  padding-left: 29px;
}
.atgrid__item .item-attributes .item-attributes__link:hover {
  color: #ffff;
  background: #D1B174;
  border-bottom: 1px solid #D1B174;
}
/*--------------------------------------------------------------
# Tours List
--------------------------------------------------------------*/
.atlist-container .at-list-subheading {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'i-light';
  margin-bottom: 10px;
  color: #393939;
}
.atlist-container .atlist__item__title a {
  color: #393939;
  text-align: center;
  text-transform: uppercase;
  font-family: 'lmr-reg';
  font-size: 25px;
  font-weight: 400;
  line-height: 34px;
}
.atlist-container .atlist__item__content {
  width: 100%;
}
/*--------------------------------------------------------------
# Loop Grid (Archive)
--------------------------------------------------------------*/
.archive-loop-grid {
  background-image: url(images/left_footer_design_element.png), url(images/right_footer_design_element.png);
  background-position: left 0 bottom 0, right 0 bottom 0;
  background-repeat: no-repeat;
  background-size: 329px 263px;
  min-height: 500px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-bottom: 250px;
}
.archive-loop-grid .archive-loop-grid-inside-section {
  padding: 50px;
}
.archive-loop-grid .archive-sect-title h3 {
  color: #393939;
  font-family: 'lmr-reg';
  font-size: 25px;
  line-height: 34px;
  letter-spacing: 2.75px;
  text-transform: uppercase;
  font-weight: 400;
}
.archive-loop-grid .atgrid .atgrid__item .atgrid__item__content {
  padding: 20px;
}
.archive-loop-grid .atgrid .atgrid__item__top .atgrid__item__price {
  display: none;
}
/*--------------------------------------------------------------
# Search 
--------------------------------------------------------------*/
.archive-page-sect {
  padding: 50px;
}
.archive-page-sect .atgrid__item .atgrid__item__price {
  display: none;
}
.archive-page-sect .atgrid__item .atgrid__item__content {
  min-height: 154px !important;
}
.archive-page-sect .form-block {
  background: #fff;
  box-shadow: 0px 6px 23px #00000014;
  border-top-right-radius: 11px;
  border-top-left-radius: 11px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.archive-page-sect .form-block .form-block__title {
  color: #393939;
  font-family: 'lmr-reg';
  letter-spacing: 4.4px;
}
.archive-page-sect .form-block .form-block__field-width-icon i {
  color: #004883;
}
.archive-page-sect .form-block .form-block__item input {
  border-bottom: 1px solid #919191;
  border-radius: 0;
  padding: 12px 0;
  font-family: 'i-light';
  letter-spacing: 1.87px;
  font-weight: 400;
  color: #393939;
  text-transform: uppercase;
}
.archive-page-sect .form-block .form-block__item input:focus {
  border-bottom: 1px solid #004883;
}
.archive-page-sect .form-block .form-block__item .ui-slider-handle {
  background: #004883 !important;
}
.archive-page-sect .form-block .form-block__item .ui-slider-range {
  background: #004883 !important;
}
.archive-page-sect .form-block .form-block__item .bootstrap-select {
  border-bottom: 1px solid #919191;
  border-radius: 0;
}
.archive-page-sect .form-block .form-block__item .bootstrap-select.btn-group .btn .filter-option {
  font-family: 'i-light';
  letter-spacing: 1.87px;
  font-weight: 400;
  color: #393939;
  text-transform: uppercase;
  font-size: 18px;
}
.archive-page-sect .form-block .form-block__item .bootstrap-select .btn-default {
  padding: 0;
}
.archive-page-sect .form-block .form-block__item .bootstrap-select .bs-searchbox + ul.dropdown-menu.inner > .active > a {
  background: #004883;
}
.archive-page-sect .form-block button.atbtn {
  bottom: -25px;
  left: 0;
  position: absolute;
  width: 100%;
  height: auto;
  background: #D1B174 !important;
  border: 2px solid #D1B174;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  font-family: 'i-light';
  font-size: 18px;
  letter-spacing: 1.53px;
  font-weight: 400;
}
.archive-page-sect .form-block button.atbtn:hover {
  color: #393939;
  background: #FFFFFF !important;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-page img {
  height: 310px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 11px;
}
.gallery-page .gallery__item__info__content {
  display: none;
}
.gallery .gallery__navigation {
  box-shadow: none !important;
  line-height: normal;
}
.gallery .gallery__navigation ul > li > a {
  color: #919191;
  font-size: 22px;
  letter-spacing: 1.87px;
  font-family: 'i-light';
  line-height: 26px;
  font-weight: 400;
  border: 1px solid #AEAEAE;
  padding: 5px 15px;
  border-radius: 100px;
}
.gallery .gallery__navigation ul > li > a:hover {
  color: #FFFFFF !important;
  background: #004883;
  border: 1px solid #004883 !important;
}
.gallery .gallery__navigation ul > li {
  border-left: none;
  margin-right: 10px;
}
.gallery .gallery__navigation ul > li:last-child {
  border-right: none;
  margin-right: 0;
}
.gallery .gallery__navigation ul > li:first-child {
  border-left: none;
}
.gallery .gallery__navigation__item-current a {
  color: #FFFFFF !important;
  background: #004883;
  border: 1px solid #004883 !important;
}
.gallery .gallery__navigation__item-current a:after {
  display: none;
}
.gallery .pagination a {
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid #AEAEAE;
  font-size: 15px;
  font-family: 'i-light';
}
.gallery .pagination a:hover {
  color: #FFFFFF;
  background: rgba(0, 72, 131, 0.9);
  border: 1px solid #004883;
}
.gallery .pagination a.jp-current {
  border: 1px solid #004883 !important;
  background: #004883 !important;
  color: white !important;
  border-radius: 100% !important;
  opacity: 1 !important;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tours (Single)
--------------------------------------------------------------*/
body .ui-datepicker .ui-datepicker-current-day {
  background: #D1B174 !important;
}
body .ui-datepicker .ui-datepicker-current-day a {
  color: #FFFFFF !important;
}
body .ui-datepicker th {
  color: #919191;
  font-family: 'i-reg';
  font-weight: 400;
  font-size: 16px;
}
body .ui-datepicker td {
  border: none;
}
body .ui-datepicker .ui-state-default {
  color: #000000;
  font-family: 'i-reg';
  font-weight: 400;
  font-size: 16px;
}
body .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  background: #E6E6E6;
}
body .ui-datepicker .ui-datepicker-header .ui-datepicker-title span {
  color: #000000;
  font-size: 18px;
  font-family: 'i-reg';
  font-weight: 600;
  line-height: 20px !important;
}
body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
body .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  color: #000000;
}
body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  content: '\f053';
  cursor: pointer;
}
body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover::before {
  color: #D1B174 !important;
}
body .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
  content: '\f054';
  cursor: pointer;
}
body .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover::before {
  color: #D1B174 !important;
}
.tours-single-sect .tours-single-sect-desktop {
  margin-top: 50px;
  margin-bottom: 50px;
}
.tours-single-sect .tours-single-sect-desktop ul.tour-categories-list {
  margin-right: 200px;
  margin-left: 200px;
}
.tours-single-sect .tours-single-sect-desktop ul.tour-categories-list hr {
  margin-top: 50px;
}
.tours-single-sect .tours-subheading-single {
  font-family: 'i-light';
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 1.87px;
  color: #393939;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
}
.tours-single-sect table tr th {
  background: #EFF4EB;
  font-size: 18px;
  color: #000000;
  font-family: 'i-reg';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 1.53px;
}
.tours-single-sect .tours-title-single h2 {
  font-family: 'lmr-reg';
  font-size: 44px;
  line-height: 60px;
  letter-spacing: 4.84px;
  color: #393939;
  font-weight: 400;
}
.tours-single-sect .tours-content-single {
  font-family: 'i-light';
  font-size: 20px;
  line-height: 24px;
  color: #393939;
  font-weight: 400;
  margin-bottom: 100px;
}
.tours-single-sect .tours-inclusions-single {
  margin-bottom: 100px;
}
.tours-single-sect .tours-inclusions-single .tours-inclusions-title-single h3 {
  color: #393939;
  font-family: 'lmr-reg';
  font-size: 25px;
  line-height: 34px;
  letter-spacing: 2.75px;
  text-transform: uppercase;
  font-weight: 400;
}
.tours-single-sect .tours-inclusions-single ul {
  margin: 0;
}
.tours-single-sect .tours-inclusions-single ul li {
  list-style-type: none;
  margin-left: 35px;
  font-family: 'i-light';
  font-size: 20px;
  font-weight: 400;
  line-height: 41px;
  color: #393939;
}
.tours-single-sect .tours-inclusions-single ul li::before {
  content: '\2014';
  position: absolute;
  margin-left: -35px;
  color: #D1B174;
}
.tours-single-sect .tour-gallery-sect {
  margin-bottom: 20px;
}
.tours-single-sect .tour-gallery-sect .gallery img {
  height: 390px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 11px;
  margin-bottom: 20px;
}
.tours-single-sect .tour-gallery-sect .gallery img:hover {
  opacity: 0.8;
}
.tours-single-sect .tour-gallery-sect .gallery .gallery__item__info {
  opacity: 1;
  position: relative;
  text-align: left;
}
.tours-single-sect .tour-gallery-sect .gallery .gallery__item__info .gallery__item__info__content {
  display: initial;
  position: relative;
  top: initial;
  left: initial;
  width: 100%;
}
.tours-single-sect .tour-gallery-sect .gallery .gallery__item__info .gallery__item__info__content .gallery__item__title {
  font-family: 'i-light';
  font-size: 18px;
  color: #393939;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: 400;
}
.tours-single-sect .tour-gallery-sect .gallery .gallery__item__info .gallery__item__info__content .gallery__item__title:before {
  content: '\f3c5';
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}
.tours-single-sect .tour-gallery-sect .gallery .gallery__item__info .gallery__item__info__content .gallery__item__delimiter,
.tours-single-sect .tour-gallery-sect .gallery .gallery__item__info .gallery__item__info__content .gallery__item__description {
  display: none;
}
.tours-single-sect .tour-gallery-sect .gallery .gallery__item__info .gallery__item__shadow {
  display: none;
}
.tours-single-sect .price-decoration {
  margin-top: 0 !important;
  margin-bottom: 20px;
  color: #393939;
}
.tours-single-sect .price-decoration .price-decoration__value {
  background: #E9EEF2;
  box-shadow: 0px 6px 23px #00000014;
  border-top-right-radius: 11px;
  border-top-left-radius: 11px;
  padding: 15px 20px;
  font-family: 'lmr-reg';
  font-weight: 400;
  font-size: 20px;
}
.tours-single-sect .price-decoration .price-decoration__label {
  color: #EEE5D2;
  background: #004883;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 1.87px;
  font-family: 'i-light';
  font-weight: 400;
  text-transform: uppercase;
  box-shadow: 0px 6px 23px #00000014;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}
.tours-single-sect .form-block--tour-booking {
  background: #fff;
  box-shadow: 0px 6px 23px #00000014;
  border-top-right-radius: 11px;
  border-top-left-radius: 11px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.tours-single-sect .form-block--tour-booking .form-block__title {
  color: #393939;
  font-family: 'lmr-reg';
  letter-spacing: 4.4px;
}
.tours-single-sect .form-block--tour-booking .form-block__field--date select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #919191;
  border-radius: 0;
  padding: 12px 0;
  font-family: 'i-light';
  letter-spacing: 1.87px;
  font-weight: 400;
  color: #393939;
  -webkit-appearance: none;
}
.tours-single-sect .form-block--tour-booking input[type="text"],
.tours-single-sect .form-block--tour-booking input[type="number"] {
  border-bottom: 1px solid #919191;
  border-radius: 0;
  padding: 12px 0;
  font-family: 'i-light';
  letter-spacing: 1.87px;
  font-weight: 400;
  color: #393939;
  text-transform: uppercase;
}
.tours-single-sect .form-block--tour-booking input[type="text"]:focus,
.tours-single-sect .form-block--tour-booking input[type="number"]:focus {
  border-bottom: 1px solid #004883;
}
.tours-single-sect .form-block--tour-booking input::placeholder {
  font-family: 'i-light';
  letter-spacing: 1.87px;
  text-transform: uppercase;
  color: #919191;
  font-weight: 400;
}
.tours-single-sect .form-block--tour-booking .form-block__field-width-icon i {
  color: #004883;
}
.tours-single-sect .form-block--tour-booking .form-block__price-details {
  color: #393939;
  font-family: 'lmr-reg';
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 50px;
}
.tours-single-sect .form-block--tour-booking .form-block__button {
  bottom: 0;
  width: 100%;
  height: auto;
  background: #D1B174 !important;
  border: 2px solid #D1B174;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  font-family: 'i-light';
  font-size: 18px;
  letter-spacing: 1.53px;
  font-weight: 400;
}
.tours-single-sect .form-block--tour-booking .form-block__button:hover {
  color: #393939;
  background: #FFFFFF !important;
}
.tours-single-sect .block-after-indent:last-child {
  margin-bottom: 100px;
}
.tours-single-sect ul.list-block--tour-tabs {
  margin-bottom: 50px;
}
.tours-single-sect ul.list-block--tour-tabs li {
  background: #FFFFFF;
  height: max-content;
}
.tours-single-sect ul.list-block--tour-tabs li a {
  color: #919191;
  font-family: 'i-light';
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #919191;
  border-radius: 100px;
  padding: 5px 15px;
}
.tours-single-sect ul.list-block--tour-tabs li a:hover {
  background: #004883;
  color: #FFFFFF;
  border: 1px solid #004883;
}
.private-tours-booking {
  margin-bottom: 50px;
}
.private-tours-booking a {
  color: #004883;
}
.private-tours-booking a:hover {
  color: #D1B174;
}
.list-block--tour-tabs {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
.tour-reviews__rating-total {
  border-bottom: none;
  text-align: center;
}
.tour-reviews__rating-total .tour-reviews__rating-total__stars {
  float: none;
  margin-right: 0;
}
.tour-reviews__rating-total .tour-reviews__rating-total__stars i {
  color: #004883;
  font-size: 18px;
}
.tour-reviews__rating-total .tour-reviews__rating-total__text {
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.7px;
}
.tour-reviews__item {
  border: none;
}
.tour-reviews__item__container .tour-reviews__item__info img {
  border: none;
}
.tour-reviews__item__container .tour-reviews__item__content__top {
  margin-top: 0;
}
.tour-reviews__item__container .tour-reviews__item__text {
  color: #393939;
  font-size: 20px;
  line-height: 24px;
  font-family: 'i-light';
  font-weight: 400;
}
.tour-reviews__item__name {
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1.7px;
  font-family: 'i-reg';
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 180px;
}
.tour-reviews__item__rating {
  color: #004883;
  font-size: 15px;
}
.tour-reviews__item__date {
  color: #000000;
  font-family: 'i-reg';
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.7px;
}
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
#tour-leave-review {
  background: #EEE5D2;
  text-align: center;
  border: none;
}
#tour-leave-review .tour-reviews__form__rating__label {
  margin-right: 0;
  float: none;
}
#tour-leave-review .tour-reviews__form__rating__label h4 {
  font-size: 20px;
  letter-spacing: 1.7px !important;
  font-family: 'i-reg';
  font-weight: 600;
  text-transform: uppercase;
}
#tour-leave-review .comment-form-cookies-consent {
  font-family: 'i-light';
  font-weight: 400;
  color: #393939;
  font-size: 20px;
  line-height: 24px;
}
.woocommerce .stars a {
  color: #004883;
  font-size: 15px;
}
#comments .woocommerce-noreviews {
  font-family: 'i-light';
  font-weight: 400;
}
#commentform .logged-in-as {
  font-family: 'i-light';
  color: #393939;
  font-weight: 400;
}
#commentform .logged-in-as a {
  color: #004883;
}
#commentform .logged-in-as a:hover {
  color: #D1B174;
}
#commentform textarea {
  width: 609px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #919191;
  font-family: 'i-light';
  font-size: 22px;
  color: #919191;
  line-height: 26px;
  letter-spacing: 1.87px;
  text-transform: normal;
  font-weight: 400;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
  min-height: 85px;
}
#commentform textarea::placeholder {
  font-family: 'i-light';
  font-size: 22px;
  color: #919191;
  line-height: 26px;
  letter-spacing: 1.87px;
  text-transform: uppercase;
  font-weight: 400;
}
#commentform textarea:focus {
  border-bottom: 1px solid #004883;
}
#commentform input[type="text"] {
  width: 609px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  border: none;
  border-bottom: 1px solid #919191;
  font-family: 'i-light';
  font-size: 22px;
  color: #919191;
  line-height: 26px;
  letter-spacing: 1.87px;
  text-transform: normal;
  font-weight: 400;
  border-radius: 0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 0;
}
#commentform input[type="text"]::placeholder {
  font-family: 'i-light';
  font-size: 22px;
  color: #919191;
  line-height: 26px;
  letter-spacing: 1.87px;
  text-transform: uppercase;
  font-weight: 400;
}
#commentform input[type="text"]:focus {
  border-bottom: 1px solid #004883;
}
#commentform input[type=submit] {
  background: #D1B174 !important;
  color: #FFFFFF;
  border: 1px solid #D1B174 !important;
  border-radius: 26px !important;
  padding: 12px 46px 12px 46px !important;
  font-family: 'i-light';
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  line-height: 21px !important;
  letter-spacing: 1.53px;
  height: auto !important;
}
#commentform input[type=submit]:hover {
  background: #EEE5D2 !important;
  color: #393939 !important;
}
/*--------------------------------------------------------------
# Related Tours (Single)
--------------------------------------------------------------*/
.related-tours {
  background: #EFF6FB;
}
.related-tours .related-tours-content {
  background-image: url(images/left_footer_design_element.png), url(images/right_footer_design_element.png);
  background-position: left 0 bottom 0, right 0 bottom 0;
  background-repeat: no-repeat;
  background-size: 329px 263px;
  min-height: 500px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-bottom: 230px;
}
/*--------------------------------------------------------------
# Private Tours
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.tour-pkg-cust .tour-pkg-cust-container {
  text-align: center;
}
.tour-pkg-cust .tour-pkg-cust-container .tour-pkg-cust-dropdown-sect {
  margin-bottom: 50px;
}
.tour-pkg-cust .tour-pkg-cust-container #dropdownMenuButton {
  background: white;
  border-radius: 50px;
  font-family: 'i-bold';
  font-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border: 1px solid #393939;
}
.tour-pkg-cust .tour-pkg-cust-container .dropdown-menu {
  text-transform: uppercase;
}
.tour-pkg-cust .tour-pkg-cust-container .dropdown-toggle::after {
  border: none;
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
}
.tour-pkg-cust .tour-pkg-cust-container .dropdown-menu.show {
  width: 100%;
}
.tour-pkg-cust .tour-pkg-cust-container .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #393939;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-family: 'i-bold';
}
.tour-pkg-cust .tour-pkg-cust-container .dropdown-item:hover {
  background-color: #004883 !important;
  color: white;
}
.btn.focus,
.btn:focus {
  outline: 0;
  border: 1px solid #004883;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #004883 !important;
}
.dropdown-toggle:focus-visible {
  outline: none;
}
.dropdown-menu {
  width: 100%;
  position: absolute;
  transform: translate3d(0px, 39px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
}
.atgrid__item__top img {
  -webkit-border-top-left-radius: 11px;
  border-top-left-radius: 11px;
  -webkit-border-top-right-radius: 11px;
  border-top-right-radius: 11px;
  -webkit-border-bottom-right-radius: 11px;
  border-bottom-right-radius: 11px;
  -webkit-border-bottom-left-radius: 11px;
  border-bottom-left-radius: 11px;
  height: 396px;
  object-fit: cover;
  width: 100%;
}
.atgrid__item__top .atgrid__item__rating {
  color: #004883;
  font-size: 15px;
}
.atgrid__item__top .atgrid__item__angle {
  font-family: 'i-reg';
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.19px;
}
.atgrid__item__top .atgrid__item__icons i {
  font-size: 24px;
}
.atgrid__item__content {
  height: 100% !important;
  min-height: 134px !important;
}
.home-sect-tour-reviews .shortcode-tour-reviews .shortcode-tour-reviews__item {
  margin-bottom: 0;
  border-bottom: none;
}
.home-sect-tour-reviews .shortcode-tour-reviews .shortcode-tour-reviews__item .shortcode-tour-reviews__item__info {
  margin-right: 20px;
}
.home-sect-tour-reviews .shortcode-tour-reviews .shortcode-tour-reviews__item .shortcode-tour-reviews__item__info img {
  border: none;
  margin-bottom: 13px;
}
.home-sect-tour-reviews .shortcode-tour-reviews .shortcode-tour-reviews__item .shortcode-tour-reviews__item__info .shortcode-tour-reviews__item__info__name {
  color: #393939;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.7px;
  font-family: 'i-reg';
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 180px;
}
.home-sect-tour-reviews .shortcode-tour-reviews .shortcode-tour-reviews__item .shortcode-tour-reviews__item__content {
  padding-left: 0;
}
.home-sect-tour-reviews .shortcode-tour-reviews .shortcode-tour-reviews__item .shortcode-tour-reviews__item__content .shortcode-tour-reviews__item__rating {
  margin-top: 0;
  color: #004883;
  font-size: 15px;
}
.home-sect-tour-reviews .shortcode-tour-reviews .shortcode-tour-reviews__item .shortcode-tour-reviews__item__content .shortcode-tour-reviews__item__title a {
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.7px;
  font-family: 'i-reg';
  font-weight: 600;
}
.home-sect-tour-reviews .shortcode-tour-reviews .shortcode-tour-reviews__item .shortcode-tour-reviews__item__content .shortcode-tour-reviews__item__description {
  color: #393939;
  font-family: 'i-light';
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.contact-details-footer .elementor-icon-box-title a:hover {
  color: #004883;
}
/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.why-choose-us .elementor-image-box-description {
  text-align: left;
}
.why-choose-us .elementor-icon-box-description {
  text-align: left;
}
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact-section {
  line-height: 0!important;
}
.other-ways-to-contact-us .elementor-button-icon i {
  color: #004883;
}
/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.woocommerce form .form-row .required {
  color: red;
}
.woocommerce form .form-row.woocommerce-validated input.input-text {
  border-color: #004883 !important;
}
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-validated .select2-selection {
  border-color: #004883 !important;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text {
  border-color: red !important;
}
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row.woocommerce-invalid .select2-selection {
  border-color: red !important;
}
.woocommerce form .form-row .button {
  background: #D1B174 !important;
  border: 1px solid #D1B174 !important;
  font-family: 'i-light';
  font-weight: 400;
  font-size: 18px;
  border-radius: 28px;
  line-height: 21px;
  letter-spacing: 1.53px;
}
.woocommerce form .form-row .button:hover {
  color: #393939;
  background: #FFFFFF !important;
}
.woocommerce form .input-text {
  color: #919191;
  font-family: 'i-light';
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.87px;
  font-weight: 400;
  text-transform: uppercase;
  border: none !important;
  border-bottom: 1px solid #AEAEAE !important;
  border-radius: 0;
  background: transparent !important;
  padding: 0 0 5px 0;
}
.woocommerce form .input-text:focus {
  border-bottom: 1px solid #004883 !important;
  background: #fff;
}
.woocommerce form .select2-selection {
  color: #919191;
  font-family: 'i-light';
  font-size: 18px;
  letter-spacing: 1.87px;
  font-weight: 400;
  text-transform: uppercase;
  border: none !important;
  border-bottom: 1px solid #AEAEAE !important;
  border-radius: 0;
  background: transparent;
  padding: 0 0 5px 0;
}
.woocommerce form .select2-selection:focus {
  border-bottom: 1px solid #004883 !important;
  background: #fff;
}
.woocommerce form .select2-selection__rendered {
  color: #919191 !important;
}
.woocommerce .woocommerce-error {
  text-align: left;
  font-family: 'i-light';
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1.53px;
}
.woocommerce .woocommerce-error li {
  margin-bottom: 22px;
}
.woocommerce .woocommerce-error li:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-error li strong {
  text-transform: uppercase;
}
.woocommerce .woocommerce-error:before {
  display: none;
}
.woocommerce .woocommerce-error .woocommerce-error-icon {
  color: red;
}
.woocommerce .woocommerce-message {
  font-family: 'i-light';
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1.53px;
}
.woocommerce .woocommerce-message:before {
  display: none;
}
.woocommerce .woocommerce-info {
  font-family: 'i-light';
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1.53px;
}
.woocommerce .woocommerce-info:before {
  display: none;
}
/*--------------------------------------------------------------
# Woocommerce Cart Page
--------------------------------------------------------------*/
.woocommerce-cart .woocommerce .product-box {
  box-shadow: none;
  padding: 0;
}
.woocommerce-cart .woocommerce table.cart {
  margin-bottom: 100px;
}
.woocommerce-cart .woocommerce table.cart thead {
  color: #000000;
  font-family: 'i-reg';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 1.53px;
  font-size: 18px;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item ins {
  text-decoration: none!important;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item .product-remove a {
  color: red !important;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item .product-remove a:hover {
  color: #FFFFFF !important;
  background: red !important;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item .product-name a {
  color: #004883;
  font-family: 'i-light';
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item .product-name a:hover {
  color: #D1B174;
}
.woocommerce-cart .woocommerce table.cart tr.cart_item .product-name .variation {
  font-family: 'i-light';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.87px;
}
.woocommerce-cart .woocommerce table.cart .coupon .button {
  background: #FFFFFF!important;
  font-family: 'i-light';
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  border-radius: 23px;
  letter-spacing: 1.53px;
  color: #393939;
  border: 1px solid #D1B174 !important;
}
.woocommerce-cart .woocommerce table.cart .coupon .button:hover {
  background: #D1B174 !important;
  border: 1px solid #D1B174 !important;
  color: #FFFFFF;
}
.woocommerce-cart .woocommerce table.cart .cart-update-button {
  background: #D1B174!important;
  font-family: 'i-light';
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1.53px;
  border-radius: 23px;
  border: 1px solid #D1B174 !important;
}
.woocommerce-cart .woocommerce table.cart .cart-update-button:hover {
  background: #FFFF !important;
  color: #393939;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  margin-bottom: 230px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 48%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  font-family: 'lmr-reg';
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 54px;
  letter-spacing: 4.4px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table th {
  color: #000000;
  font-family: 'i-reg';
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1.53px;
  width: 55%;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .woocommerce-remove-coupon {
  color: #004883;
  font-family: 'i-reg';
  font-weight: 600;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .woocommerce-remove-coupon:hover {
  color: #D1B174;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .order-total strong {
  color: #000000;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background: #D1B174 !important;
  border: 1px solid #D1B174 !important;
  font-family: 'i-light';
  font-weight: 400;
  font-size: 18px;
  border-radius: 23px;
  letter-spacing: 1.53px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background: #FFFF !important;
  color: #393939;
}
.woocommerce-cart .woocommerce .cart-empty-box {
  margin-bottom: 150px;
  box-shadow: none;
  padding: 0;
}
.woocommerce-cart .woocommerce .cart-empty-box .return-to-shop {
  text-align: center;
}
.woocommerce-cart .woocommerce .cart-empty-box .return-to-shop a {
  background: #D1B174!important;
  font-family: 'i-light';
  font-weight: 400;
  font-size: 18px;
  border-radius: 23px;
  letter-spacing: 1.53px;
  border: 1px solid #D1B174!important;
}
.woocommerce-cart .woocommerce .cart-empty-box .return-to-shop a:hover {
  background: #FFFF !important;
  color: #393939;
  border: 1px solid #D1B174!important;
}
.woocommerce-cart .woocommerce .cart-empty-box .return-to-shop a .return-to-shop-icon {
  display: none;
}
/*--------------------------------------------------------------
# Checkout Page
--------------------------------------------------------------*/
.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  text-align: center;
  color: #000000;
  font-family: 'i-reg';
  font-size: 20px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 1.53px;
  text-transform: uppercase;
  padding: 0 !important;
  box-shadow: none;
  background: transparent;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info:before,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info:before {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info .woocommerce-info-icon,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info .woocommerce-info-icon {
  color: #004883;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #004883 !important;
  font-family: 'i-light';
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1.53px;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle .woocommerce-info a:hover,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  color: #D1B174 !important;
}
.woocommerce-checkout .woocommerce form.login {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.woocommerce-checkout .woocommerce form.login p {
  font-family: 'i-light';
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.woocommerce-checkout .woocommerce form.login .lost_password a {
  color: #004883 !important;
  font-family: 'i-light';
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1.53px;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce form.login .lost_password a:hover {
  color: #D1B174 !important;
}
.woocommerce-checkout .woocommerce form.checkout_coupon {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.woocommerce-checkout .woocommerce form.checkout_coupon p {
  font-family: 'i-light';
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.woocommerce-checkout .woocommerce form.checkout_coupon .input-text {
  font-family: 'i-light';
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.87px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 0 0 5px 0;
}
.woocommerce-checkout .woocommerce form .thwcfe-checkout-file::-webkit-file-upload-button {
  appearance: none;
  -webkit-appearance: none !important;
  margin-right: 20px;
  background: white !important;
  border: 1px solid #D1B174 !important;
  font-family: 'i-light';
  font-weight: 400;
  font-size: 16px;
  border-radius: 28px;
  line-height: 21px;
  letter-spacing: 1.53px;
  cursor: pointer;
  padding: 12px 20px 12px 20px;
  color: #393939;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce form .thwcfe-checkout-file::-webkit-file-upload-button:hover {
  background: #D1B174 !important;
  color: #FFFFFF;
}
.woocommerce-checkout .woocommerce form input[type="file"] {
  cursor: pointer;
  font-family: 'i-light';
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1.53px;
  width: 100%;
  background: transparent;
  border: none;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce .checkout-box {
  box-shadow: none;
  padding: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields h3 {
  font-family: 'lmr-reg';
  font-weight: 400;
  color: #393939;
  font-size: 25px;
  line-height: 34px;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields label {
  color: #919191;
  font-family: 'i-light';
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.87px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.woocommerce-checkout .woocommerce .guest-information-title {
  margin-top: 40px !important;
}
.woocommerce-checkout .woocommerce .discount-section-title {
  margin-top: 40px !important;
}
.woocommerce-checkout .woocommerce .product-box {
  box-shadow: none;
  padding: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-account-fields {
  font-family: 'i-light';
  color: #393939;
  font-size: 20px;
  line-height: 24px;
}
.woocommerce-checkout .woocommerce #ship-to-different-address,
.woocommerce-checkout .woocommerce #order_review_heading {
  color: #393939;
  font-size: 25px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: 'lmr-reg';
  font-weight: 400;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table thead {
  color: #000000;
  font-family: 'i-reg';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 1.53px;
  font-size: 18px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tr.cart_item {
  color: #393939;
  font-family: 'i-light';
  font-size: 20px;
  line-height: 24px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tr.cart_item .checkout-responsive-title {
  color: #000000;
  font-family: 'i-reg';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 1.53px;
  font-size: 16px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tr.cart_item .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr th {
  color: #000000;
  font-family: 'i-reg';
  font-weight: 600;
  text-transform: uppercase;
  line-height: 21px;
  letter-spacing: 1.53px;
  font-size: 18px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr td {
  font-family: 'i-light';
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr td strong {
  color: #000000;
  font-family: 'i-reg';
  font-weight: 600;
  letter-spacing: 1.7px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr td strong .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr td .woocommerce-remove-coupon {
  color: #004883;
  font-family: 'i-reg';
  font-weight: 600;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr td .woocommerce-remove-coupon:hover {
  color: #D1B174;
}
.woocommerce-checkout .woocommerce #payment {
  background: white;
}
.woocommerce-checkout .woocommerce #payment ul.payment_methods {
  background: #EEE5D2;
  border-radius: 10px;
  border-bottom: none;
}
.woocommerce-checkout .woocommerce #payment .payment_box {
  background-color: #FFFFFF !important;
  border-radius: 10px!important;
}
.woocommerce-checkout .woocommerce #payment .payment_box::before {
  border: 1em solid white !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-checkbox-text {
  color: #393939;
  font-family: 'i-light';
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-checkbox-text a {
  color: #004883;
  font-family: 'i-reg';
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-checkbox-text a:hover {
  color: #D1B174;
}
.woocommerce-checkout .woocommerce #order_review .ppc-button-wrapper {
  text-align: center;
}
.woocommerce-checkout .woocommerce .paypal-button-layout-horizontal {
  margin: 0 auto !important;
}
.woocommerce-checkout .woocommerce #place_order {
  float: none !important;
  display: flex;
  margin: 0 auto;
  padding: 19px 29px;
  height: auto;
  text-align: center !important;
}
.woocommerce-checkout .woocommerce #place_order:hover {
  color: #393939;
  background: #FFFFFF !important;
}
/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
/**Fonts Classes*/
.i-bold {
  font-family: 'i-bold';
}
.i-light {
  font-family: 'i-light';
}
.i-reg {
  font-family: 'i-reg';
}
.lmr-reg {
  font-family: 'lmr-reg';
}
@font-face {
  font-family: 'i-bold';
  src: url('fonts/Inter-Bold.ttf');
}
@font-face {
  font-family: 'i-light';
  src: url('fonts/Inter-Light.ttf');
}
@font-face {
  font-family: 'i-reg';
  src: url('fonts/Inter-Regular.ttf');
}
@font-face {
  font-family: 'lmr-reg';
  src: url('fonts/LemonMilkRegular-X3XE2.otf');
}
/*--------------------------------------------------------------
## Animations/Transitions
--------------------------------------------------------------*/
.default-transition {
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.slow-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vcheck,
.isnotvisible {
  position: relative;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.isvisible {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/
@media (max-width: 575.98px) {
  .woocommerce table.shop_table tr .actions .coupon {
    margin-bottom: 0;
    font-size: 16px;
  }
  .woocommerce table.shop_table tr .actions .coupon .input-text {
    width: 100% !important;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .woocommerce table.shop_table .cart_item td {
    font-size: 16px;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button {
    float: none;
    width: 100%;
    font-size: 16px;
  }
  .woocommerce .cart-collaterals .cart_totals {
    text-align: center;
  }
  .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 3.52px;
  }
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    font-size: 16px;
  }
  .woocommerce .cart-collaterals .cart_totals table tr {
    padding: 6px 0;
  }
  .sect-title h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 3.52px;
  }
  /*--------------------------------------------------------------
	# Woocommerce
	--------------------------------------------------------------*/
  .woocommerce form .form-row .button {
    font-size: 16px;
  }
  .woocommerce form .input-text {
    font-size: 16px;
  }
  .woocommerce form .select2-selection {
    font-size: 16px;
  }
  .woocommerce form .select2-selection__rendered {
    font-size: 16px;
  }
  .woocommerce .woocommerce-message {
    font-size: 16px;
  }
  .woocommerce .woocommerce-info {
    line-height: 25px;
    margin-bottom: 22px !important;
    font-size: 16px !important;
  }
  .woocommerce .woocommerce-info a {
    font-size: 16px !important;
  }
  /*--------------------------------------------------------------
	# Woocommerce Cart Page
	--------------------------------------------------------------*/
  .woocommerce-cart .woocommerce table.cart {
    margin-bottom: 100px !important;
    border: none;
  }
  .woocommerce-cart .woocommerce table.cart thead {
    display: none;
  }
  .woocommerce-cart .woocommerce table.cart tbody {
    display: block;
  }
  .woocommerce-cart .woocommerce table.cart tr {
    display: block;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item {
    border: 1px solid #e4e4e4;
    margin-bottom: 40px;
    border-bottom: 0;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .product-remove {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .product-remove .cart-responsive-title {
    color: red;
    margin-right: 0;
    margin-bottom: 0;
    line-height: 1.5em;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .product-remove a {
    margin-right: 10px;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .product-name a {
    font-size: 16px;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .product-name .variation {
    font-size: 16px;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .product-thumbnail {
    display: none;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .cart-responsive-title {
    color: #000000;
    font-family: 'i-reg';
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1.7px;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 5px;
    display: block;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .cart-responsive-title:after {
    content: none;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .woocommerce-Price-amount {
    font-size: 16px;
  }
  .woocommerce-cart .woocommerce table.cart tr td {
    display: grid;
  }
  .woocommerce-cart .woocommerce table.cart tr td:last-child {
    border-bottom: 1px solid #e4e4e4 !important;
  }
  .woocommerce-cart .woocommerce table.cart tr td.actions {
    padding: 0;
    padding-bottom: 0;
    border-bottom: none!important;
  }
  .woocommerce-cart .woocommerce table.cart tr td.actions .coupon {
    margin-bottom: 10px;
  }
  .woocommerce-cart .woocommerce table.cart tr td.actions .coupon .input-text {
    margin: 0 0 22px 0;
    width: 100% !important;
  }
  .woocommerce-cart .woocommerce table.cart tr td.actions .coupon .input-text + .button {
    width: 100% !important;
    font-size: 16px;
    float: none;
  }
  .woocommerce-cart .woocommerce table.cart tr td.actions .cart-update-button {
    font-size: 16px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    margin-bottom: 50px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    text-align: center;
    font-size: 16px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 3.52px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table th {
    font-size: 16px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table tr {
    padding: 6px 0;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .woocommerce-remove-coupon {
    font-size: 16px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    font-size: 16px;
  }
  .woocommerce-cart .woocommerce .cart-empty-box {
    margin-bottom: 100px;
  }
  .woocommerce-cart .woocommerce .cart-empty-box .return-to-shop a {
    font-size: 16px;
  }
  /*--------------------------------------------------------------
	# Checkout Page
	--------------------------------------------------------------*/
  .woocommerce-checkout .woocommerce form.login p {
    font-size: 16px;
  }
  .woocommerce-checkout .woocommerce form.login .lost_password a {
    font-size: 16px;
  }
  .woocommerce-checkout .woocommerce form.checkout_coupon {
    padding-bottom: 10px;
  }
  .woocommerce-checkout .woocommerce form.checkout_coupon p {
    font-size: 16px;
  }
  .woocommerce-checkout .woocommerce form.checkout_coupon .input-text {
    font-size: 16px;
  }
  .woocommerce-checkout .woocommerce form .thwcfe-checkout-file::-webkit-file-upload-button {
    font-size: 14px;
  }
  .woocommerce-checkout .woocommerce form input[type="file"] {
    font-size: 14px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields {
    text-align: center;
  }
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields label {
    font-size: 16px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-account-fields {
    font-size: 16px;
  }
  .woocommerce-checkout .woocommerce #ship-to-different-address,
  .woocommerce-checkout .woocommerce #order_review_heading {
    text-align: center;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table {
    border: none !important;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table .checkout-responsive-title {
    display: block;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot {
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr th {
    font-size: 16px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr td {
    font-size: 16px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr td strong {
    font-size: 16px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr td .woocommerce-remove-coupon {
    color: #004883;
    font-family: 'i-reg';
    font-weight: 600;
  }
  .woocommerce-checkout .woocommerce #payment ul.payment_methods li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .woocommerce-checkout .woocommerce #payment ul.payment_methods li:last-child {
    margin-bottom: 0;
  }
  .woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 16px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-checkbox-text a {
    font-size: 16px;
  }
  .woocommerce-checkout .woocommerce #place_order {
    width: auto !important;
  }
  .atgrid__item__icons {
    display: block !important;
  }
  .header__info__item--shoping-cart {
    font-size: 20px;
  }
  .header__info__item--shoping-cart a {
    opacity: 1;
  }
  .header__info__item--search {
    display: none;
  }
  .menu-burger-inner {
    margin-top: 70px !important;
    margin-bottom: 100px !important;
  }
  .search-field-burger-menu {
    margin-left: 40px;
    margin-right: 40px;
  }
  .dialog-close-button {
    right: 15px !important;
    top: 30px !important;
  }
  .atgrid__item__top img {
    height: 300px;
  }
  .elementor-menu-cart__container {
    z-index: 10000 !important;
  }
  /*--------------------------------------------------------------
	# Header
	--------------------------------------------------------------*/
  .ehf-header .header-transparent .header__info__item--delimiter + .header__info__item--delimiter {
    padding-left: 0px;
  }
  .ehf-header .header-transparent .hide-header-search .header__info__items-right {
    float: right !important;
  }
  .ehf-header .header-transparent .hide-header-search .header__info__item--search {
    display: none !important;
  }
  .ehf-header .header-solid-bg .header__info__item--delimiter + .header__info__item--delimiter {
    padding-left: 0px;
  }
  .ehf-header .header-solid-bg .hide-header-search .header__info__item--search {
    display: none !important;
  }
  /*--------------------------------------------------------------
	# Home
	--------------------------------------------------------------*/
  .home-sect-tour-reviews .shortcode-tour-reviews .shortcode-tour-reviews__item .shortcode-tour-reviews__item__info {
    margin-right: 0 !important;
  }
  .home-sect-tour-reviews .shortcode-tour-reviews .shortcode-tour-reviews__item .shortcode-tour-reviews__item__info .shortcode-tour-reviews__item__info__name {
    font-size: 18px;
    width: auto;
    -webkit-line-clamp: 3;
  }
  .home-sect-tour-reviews .shortcode-tour-reviews .shortcode-tour-reviews__item .shortcode-tour-reviews__item__content .shortcode-tour-reviews__item__rating {
    font-size: 15px;
  }
  .home-sect-tour-reviews .shortcode-tour-reviews .shortcode-tour-reviews__item .shortcode-tour-reviews__item__content .shortcode-tour-reviews__item__title a {
    font-size: 16px;
    line-height: 24px;
  }
  .home-sect-tour-reviews .shortcode-tour-reviews .shortcode-tour-reviews__item .shortcode-tour-reviews__item__content .shortcode-tour-reviews__item__description {
    font-size: 16px;
  }
  .home-sect-tour-reviews .shortcode-tour-reviews__item__info {
    float: none;
    margin-right: 0;
  }
  .home-sect-tour-reviews .shortcode-tour-reviews__item__content {
    padding-left: 0;
    padding-right: 0;
  }
  .home-sect-tour-reviews .shortcode-tour-reviews__item__content .shortcode-tour-reviews__item__rating {
    text-align: center;
  }
  .home-sect-tour-reviews .shortcode-tour-reviews__item__content .shortcode-tour-reviews__item__title {
    text-align: center;
  }
  .why-choose-us .elementor-image-box-description {
    text-align: center;
  }
  .why-choose-us .elementor-icon-box-description {
    text-align: center;
  }
  .other-ways-to-contact-us .elementor-button-icon i {
    font-size: 25px !important;
  }
  .scroll-to-top {
    bottom: -75px !important;
    left: 0 !important;
    right: 0 !important;
  }
  #commentform textarea {
    width: 100%;
    font-size: 16px;
  }
  #commentform textarea::placeholder {
    font-size: 16px;
  }
  #commentform input[type="text"] {
    width: 100%;
  }
  #commentform input[type="text"]::placeholder {
    font-size: 16px;
  }
  #commentform::placeholder {
    font-size: 16px;
  }
  .gallery .gallery__navigation ul > li {
    border-left: none;
    margin-bottom: 10px;
  }
  .gallery .gallery__navigation ul > li:last-child {
    margin-bottom: 0;
  }
  .tours-single-sect-desktop {
    display: none !important;
  }
  .tours-single-sect-ipad {
    display: none !important;
  }
  .tours-single-sect .tours-single-sect-mobile .price-decoration {
    margin-top: 29px !important;
  }
  .tours-single-sect .tours-single-sect-mobile .price-decoration .price-decoration__value .woocommerce-Price-amount {
    font-size: 25px;
    line-height: 34px;
  }
  .tours-single-sect .tours-single-sect-mobile .price-decoration .price-decoration__label {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.7px;
  }
  .tours-single-sect .tours-single-sect-mobile .form-block--tour-booking .form-block__title {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 3.52px;
  }
  .tours-single-sect .tours-single-sect-mobile #tourBookingForm input[type="text"],
  .tours-single-sect .tours-single-sect-mobile #tourBookingForm input[type="number"] {
    font-size: 16px;
  }
  .tours-single-sect .tours-single-sect-mobile #tourBookingForm select {
    font-size: 16px;
  }
  .tours-single-sect .tours-single-sect-mobile .tours-subheading-single {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.36px;
    text-align: center;
    margin-bottom: 20px;
  }
  .tours-single-sect .tours-single-sect-mobile .tours-title-single h2 {
    font-family: 'lmr-reg';
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 3.52px;
    color: #393939;
    font-weight: 400;
    text-align: center;
  }
  .tours-single-sect .tours-single-sect-mobile .tours-inclusions-single .tours-inclusions-title-single h3 {
    font-size: 25px;
    line-height: 34px;
    text-align: center;
  }
  .tours-single-sect table tr th {
    font-size: 16px;
  }
  .tour-reviews__item__container .tour-reviews__item__info {
    margin-right: 0;
    float: none;
  }
  .tour-reviews__item__container .tour-reviews__item__name {
    width: auto;
    font-size: 16px;
    line-height: 24px;
  }
  .tour-reviews__item__container .tour-reviews__item__content__top {
    text-align: center;
  }
  .tour-reviews__item__container .tour-reviews__item__date {
    font-size: 16px;
    line-height: 24px;
  }
  .tour-reviews__item__container .tour-reviews__item__text {
    font-size: 16px;
  }
  #tour-leave-review .comment-form-cookies-consent {
    font-size: 16px;
  }
  #tour-leave-review #wp-comment-cookies-consent {
    margin-bottom: 0;
  }
  .related-tours .related-tours-content {
    background-size: 172px 137px;
    padding-bottom: 150px;
  }
  /*--------------------------------------------------------------
	# Loop Grid (Archive)
	--------------------------------------------------------------*/
  .archive-loop-grid {
    background-size: 172px 137px;
    padding-bottom: 150px;
  }
  .archive-loop-grid .archive-loop-grid-inside-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .archive-loop-grid .archive-sect-title h3 {
    text-align: center;
  }
  /*--------------------------------------------------------------
	# Search 
	--------------------------------------------------------------*/
  .archive-page-sect .atgrid__item .atgrid__item__content {
    min-height: 190px !important;
    padding: 30px 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .atgrid__item__icons {
    display: block !important;
  }
  .header__info__item--shoping-cart {
    font-size: 20px;
  }
  .header__info__item--shoping-cart a {
    opacity: 1;
  }
  .header__info__item--search {
    display: none;
  }
  .bg-popup {
    background-image: url(images/left_design_element_ipad.png), url(images/right_design_element_ipad.png);
    background-position: left 0 bottom 0px, left 0 top 0px;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 500px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .search-field-burger-menu {
    margin-left: 150px;
    margin-right: 150px;
  }
  .dialog-close-button {
    right: 30px !important;
    top: 80px !important;
  }
  .atgrid__item__top img {
    height: 300px;
  }
  .hide-header-search .header__info__items-right {
    float: right !important;
  }
  .why-choose-us .elementor-image-box-description {
    text-align: center;
  }
  .why-choose-us .elementor-icon-box-description {
    text-align: center;
  }
  .other-ways-to-contact-us .elementor-button-icon i {
    font-size: 30px !important;
  }
  .scroll-to-top {
    bottom: -75px !important;
    left: 0 !important;
    right: 0 !important;
  }
  #commentform textarea {
    width: 100%;
  }
  #commentform input[type="text"] {
    width: 100%;
  }
  .gallery .gallery__navigation ul > li {
    margin-bottom: 10px;
  }
  .gallery .gallery__navigation ul > li:last-child {
    margin-bottom: 0;
  }
  .tours-single-sect-desktop {
    display: none !important;
  }
  .tours-single-sect-mobile {
    display: none !important;
  }
  .tours-single-sect .price-decoration {
    margin-top: 56px !important;
  }
  .tours-single-sect .tours-subheading-single {
    margin-bottom: 20px;
  }
  .related-tours .related-tours-content {
    background-size: 172px 137px;
    padding-bottom: 150px;
  }
  /*--------------------------------------------------------------
	# Woocommerce Cart Page
	--------------------------------------------------------------*/
  .woocommerce-cart .woocommerce table.cart {
    margin-bottom: 100px !important;
    border: none;
  }
  .woocommerce-cart .woocommerce table.cart thead {
    display: none;
  }
  .woocommerce-cart .woocommerce table.cart tbody {
    display: block;
  }
  .woocommerce-cart .woocommerce table.cart tr {
    display: block;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item {
    border: 1px solid #e4e4e4;
    margin-bottom: 40px;
    border-bottom: 0;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .product-remove {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .product-remove .cart-responsive-title {
    color: red;
    margin-right: 0;
    margin-bottom: 0;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .product-remove a {
    margin-right: 10px;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .product-thumbnail {
    display: none;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .cart-responsive-title {
    color: #000000;
    font-family: 'i-reg';
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1.7px;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .cart-responsive-title:after {
    content: none;
  }
  .woocommerce-cart .woocommerce table.cart tr td {
    display: grid;
  }
  .woocommerce-cart .woocommerce table.cart tr td:last-child {
    border-bottom: 1px solid #e4e4e4 !important;
  }
  .woocommerce-cart .woocommerce table.cart tr td.actions {
    padding: 0;
    padding-bottom: 0;
    border-bottom: none!important;
  }
  .woocommerce-cart .woocommerce table.cart tr td.actions .coupon {
    margin-bottom: 15px;
  }
  .woocommerce-cart .woocommerce table.cart tr td.actions .coupon .input-text {
    margin: 0 0 22px 0;
    width: 100% !important;
  }
  .woocommerce-cart .woocommerce table.cart tr td.actions .coupon .input-text + .button {
    width: 100% !important;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    margin-bottom: 100px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    text-align: center;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 3.52px;
  }
  .woocommerce-cart .woocommerce .cart-empty-box {
    margin-bottom: 100px;
  }
  /*--------------------------------------------------------------
	# Checkout Page
	--------------------------------------------------------------*/
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields {
    text-align: center;
  }
  .woocommerce-checkout .woocommerce #ship-to-different-address,
  .woocommerce-checkout .woocommerce #order_review_heading {
    text-align: center;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tr.cart_item .checkout-responsive-title {
    display: block;
  }
  .woocommerce-checkout .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot {
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    margin-bottom: 30px;
  }
  .woocommerce-checkout .woocommerce #place_order {
    width: auto !important;
  }
  /*--------------------------------------------------------------
	# Loop Grid (Archive)
	--------------------------------------------------------------*/
  .archive-loop-grid {
    background-size: 172px 137px;
  }
  .archive-loop-grid .archive-loop-grid-inside-section {
    padding: 20px;
  }
  .archive-loop-grid .archive-sect-title h3 {
    text-align: center;
  }
  /*--------------------------------------------------------------
	# Search 
	--------------------------------------------------------------*/
  .archive-page-sect .atgrid__item .atgrid__item__content {
    min-height: 190px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .atgrid__item__icons {
    display: block !important;
  }
  .bg-popup {
    background-image: url(images/left_design_element_ipad.png), url(images/right_design_element_ipad.png);
    background-position: left 0 bottom 0px, left 0 top 0px;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 500px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .dialog-close-button {
    right: 50px !important;
    top: 100px !important;
  }
  /*--------------------------------------------------------------
	# Sticky Header
	--------------------------------------------------------------*/
  .ehf-header .header-transparent .header__info__item--delimiter + .header__info__item--delimiter {
    padding-left: 0px;
  }
  .ehf-header .header-transparent.stickyHeader .header__info__item a {
    color: #004883 !important;
  }
  .ehf-header .header-transparent.stickyHeader .header__info__item a:hover {
    color: #D1B174 !important;
  }
  .ehf-header .header-solid-bg .header__info__item a {
    color: #004883;
    opacity: 1;
  }
  .ehf-header .header-solid-bg .header__info__item a:hover,
  .ehf-header .header-solid-bg .header__info__item a:active {
    color: #D1B174 !important;
  }
  .ehf-header .header-solid-bg.stickyHeader .header__info__item a {
    color: #004883 !important;
  }
  /*--------------------------------------------------------------
	# Contact Us
	--------------------------------------------------------------*/
  .other-ways-to-contact-us .elementor-button-icon i {
    font-size: 30px !important;
  }
  .tours-single-sect .price-decoration {
    margin-top: 56px !important;
  }
  .tours-single-sect .tours-subheading-single {
    margin-bottom: 20px;
  }
  .tours-single-sect-desktop {
    display: none !important;
  }
  .tours-single-sect-mobile {
    display: none !important;
  }
  #commentform textarea {
    width: 100%;
  }
  #commentform input[type="text"] {
    width: 100%;
  }
  /*--------------------------------------------------------------
	# Woocommerce Cart Page
	--------------------------------------------------------------*/
  .woocommerce-cart .woocommerce table.cart {
    margin-bottom: 100px;
    border: none;
  }
  .woocommerce-cart .woocommerce table.cart thead {
    display: none;
  }
  .woocommerce-cart .woocommerce table.cart tbody {
    display: block;
  }
  .woocommerce-cart .woocommerce table.cart tr {
    display: block;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item {
    border: 1px solid #e4e4e4;
    margin-bottom: 40px;
    border-bottom: 0;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .product-remove {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .product-remove .cart-responsive-title {
    color: red;
    margin-right: 0;
    margin-bottom: 0;
    line-height: 1.5em;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .product-remove a {
    margin-right: 10px;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .product-thumbnail {
    display: none;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .cart-responsive-title {
    color: #000000;
    font-family: 'i-reg';
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1.7px;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .woocommerce-cart .woocommerce table.cart tr.cart_item .cart-responsive-title:after {
    content: none;
  }
  .woocommerce-cart .woocommerce table.cart tr td {
    display: grid;
  }
  .woocommerce-cart .woocommerce table.cart tr td.actions {
    padding: 0;
    padding-bottom: 0;
    border-bottom: none!important;
  }
  .woocommerce-cart .woocommerce table.cart tr td.actions .coupon {
    margin-bottom: 15px;
  }
  .woocommerce-cart .woocommerce table.cart tr td.actions .coupon .input-text {
    margin: 0 0 22px 0;
    width: 100% !important;
  }
  .woocommerce-cart .woocommerce table.cart tr td.actions .coupon .input-text + .button {
    width: 100% !important;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    margin-bottom: 100px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    text-align: center;
  }
  .woocommerce-cart .woocommerce .cart-empty-box {
    margin-bottom: 100px;
  }
  /*--------------------------------------------------------------
	# Woocommerce Checkout Page
	--------------------------------------------------------------*/
  .woocommerce-checkout .woocommerce #place_order {
    width: auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .atgrid__item__icons {
    display: block !important;
  }
  .header__info__item + .header__info__item {
    margin-left: 0;
  }
  .dialog-close-button {
    right: 50px !important;
    top: 100px !important;
  }
  .bg-popup {
    background-image: url(images/left_design_element_ipad.png), url(images/right_design_element_ipad.png);
    background-position: left 0 bottom 0px, left 0 top 0px;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 500px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .atgrid__item__top img {
    height: 300px;
  }
  .elementor-1212 .elementor-element.elementor-element-9500bba .elementor-spacer-inner {
    --spacer-size: 250px !important;
  }
  .elementor-1418 .elementor-element.elementor-element-1f16995b .elementor-spacer-inner {
    --spacer-size: 200px !important;
  }
  .elementor-1550 .elementor-element.elementor-element-2a38373 .elementor-spacer-inner {
    --spacer-size: 200px;
  }
  .elementor-1382 .elementor-element.elementor-element-08f21a1 .elementor-spacer-inner {
    --spacer-size: 215px;
  }
  .tours-single-sect .tours-single-sect-desktop ul.tour-categories-list {
    margin-right: 20px;
    margin-left: 20px;
  }
  .tours-single-sect .tours-single-sect-ipad {
    display: none !important;
  }
  .tours-single-sect .tours-single-sect-mobile {
    display: none !important;
  }
  .tours-single-sect .tours-subheading-single {
    margin-bottom: 20px;
  }
  /*--------------------------------------------------------------
	# Woocommerce Cart Page
	--------------------------------------------------------------*/
  .woocommerce-cart .woocommerce .cart-collaterals {
    margin-bottom: 100px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 70%;
  }
  .woocommerce-cart .woocommerce .cart-empty-box {
    margin-bottom: 100px;
  }
  /*--------------------------------------------------------------
	# Search 
	--------------------------------------------------------------*/
  .archive-page-sect .atgrid__item .atgrid__item__content {
    min-height: 200px !important;
    padding: 30px 15px;
  }
}
@media (min-width: 1200px) {
  .tours-single-sect-ipad {
    display: none !important;
  }
  .tours-single-sect-mobile {
    display: none !important;
  }
}
