/*!
Theme Name: Citynet
Theme URI: http://underscores.me/
Author:
Author URI: http://citynet.ir/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: citynet
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Citynet is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* Material design box shadows */
/* Material design box shadows */
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/ttf/Lato-Regular.ttf") format("truetype");
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Accessibility
# Alignments
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.lSSlideOuter .lSPager.lSGallery li {
  border-radius: 0 !important;
  margin: 2px !important;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: "Lato", sans-serif;
  color: #52575C;
  position: relative;
  font-size: 0.9rem;
  background-color: #F5F6FA;
  line-height: 1.4;
  direction: ltr;
  font-weight: normal;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
  margin: 1em 0 0.5em;
  text-transform: uppercase;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.9rem;
}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 1.1rem;
}

p {
  font-size: 1rem;
  margin: 0 0 1em;
}

a, a:link, a:visited {
  color: #FEC53F;
  text-decoration: none;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

a:hover, a:active {
  color: #24C0B1;
}

a:focus, button:focus {
  outline: 0 !important;
}

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

video {
  max-width: 100%;
}

.fbx-count {
  display: none;
}

b, bold, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

.ltr {
  direction: ltr;
  text-align: left;
}

.rtl {
  direction: rtl;
  text-align: right;
}

.hidden {
  display: none !important;
}

.dropdown-menu {
  font-size: 0.8rem;
}

.social .lni.lni-film {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.social .lni.lni-film::before {
  content: '';
  background: url("./images/aparat.svg") no-repeat;
  display: block;
  width: 21px;
  height: 21px;
  -webkit-filter: brightness(3) grayscale(1);
          filter: brightness(3) grayscale(1);
}

.social .lni.lni-film:hover::before {
  -webkit-filter: brightness(4) saturate(18);
          filter: brightness(4) saturate(18);
}

.lg-outer.lg-visible {
  z-index: 9999;
}

body.single-location .lg-outer.lg-visible, body.single-tour .lg-outer.lg-visible, body.page-template-about .lg-outer.lg-visible {
  direction: ltr !important;
}

.lg-backdrop {
  z-index: 9998 !important;
}

.image-gallery.without-slider img {
  border-radius: 10px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.image-gallery.with-slider .gallery-image-item, .image-gallery.with-slider .load-more-photos {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  border-radius: 10px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.image-gallery.with-slider .gallery-image-item.active, .image-gallery.with-slider .load-more-photos.active {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.image-gallery.with-slider .gallery-image-item {
  height: 101px;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
  -webkit-box-flex: 22%;
      -ms-flex: 22%;
          flex: 22%;
  max-width: calc(33.3333% - 15px);
}

.image-gallery.with-slider .load-more-photos {
  direction: ltr;
  line-height: 99px;
  border: 1px solid #dfe0e6;
  background: #eaebf0;
  text-align: center;
  font-size: 1.5em;
  color: #808080;
  display: inline-block;
  width: calc(100% - 7.5px);
}

#image-gallery-slider div.slick-slide > div > li {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

#image-gallery-slider div.slick-slide > div > li .description {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 0.8em;
  pointer-events: none;
}

#image-gallery-slider .slick-arrow {
  background: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.search-form {
  position: relative;
  width: 300px;
  max-width: 100%;
}

.search-form .search-field {
  width: 100%;
  margin: 0;
  padding: 0 45px 0 10px;
  height: 40px;
  line-height: 40px;
  background-color: #e6e6e6;
}

.search-form label {
  width: 300px;
  max-width: 100%;
  margin-bottom: 0;
}

.search-form label, .search-form input {
  display: inline-block;
  vertical-align: top;
}

.search-form .search-submit {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-family: Fontawesome;
  border: 0;
  background-color: transparent;
  font-size: 1.5rem;
  width: 40px !important;
  height: 40px;
  padding: 0;
  margin: 0;
  color: #404040 !important;
}

.search-form .search-submit:hover {
  color: #FEC53F !important;
}

#commentform .g-recaptcha, .wpcf7-form .g-recaptcha {
  margin-bottom: 10px;
}

.wpcf7-validation-errors, span.wpcf7-not-valid-tip, .wpcf7-mail-sent-ng {
  color: #da251c;
  clear: both;
}

.wpcf7-validation-errors {
  color: #24C0B1;
}

.wpcf7 {
  direction: ltr !important;
}

.wpcf7 p:empty {
  display: none;
}

label {
  display: block;
  font-weight: normal;
}

select {
  outline: 0;
  width: 100%;
  border-radius: 4px;
}

abbr[title] {
  border-bottom: 0;
}

input:focus {
  outline: 0;
}

.img-thumbnail {
  border-radius: 0;
}

.excerpt {
  color: #404040;
}

i {
  vertical-align: middle;
  font-size: 1.2em;
  margin: 0 0.2em;
}

button.close span {
  font-size: 1.5rem;
}

#form-allowed-tags {
  display: none;
}

.wpcf7-not-valid-tip {
  margin-top: -10px;
  margin-bottom: 10px;
}

input.wpcf7-not-valid {
  border-color: red;
}

div.wpcf7-response-output {
  margin: 0 15px 15px;
  border: 0;
  padding: 0;
}

.wpcf7-form br {
  display: none;
}

.wpcf7 {
  direction: ltr !important;
}

img.ajax-loader {
  margin-left: 5px;
}

.line-through {
  text-decoration: line-through;
}

.hotel-rating {
  color: #F6BC08;
  white-space: nowrap;
}

.hentry {
  margin: 0 0 30px;
}

.acf-map img {
  max-width: inherit !important;
}

.cn-site-tel, .cn-site-mobile, .cn-site-email {
  display: inline-block;
}

@-moz-document url-prefix() {
  @media print {
    body, div {
      display: block !important;
      padding-left: 30px !important;
    }
  }
}

.item-media a.icon-layer {
  position: relative;
  display: block;
}

.item-media a.icon-layer:after {
  content: "\f144";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 4em;
}

.half-gutters {
  margin-right: -7.5px !important;
  margin-left: -7.5px !important;
}

.half-gutters > .col,
.half-gutters > [class*="col-"] {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important;
}

button:focus, input:focus, select:focus, textarea:focus, span:focus {
  outline: none !important;
}

body.single-tour .alert-dismissible .close, body.single-tour .alert .fa, body.single-hotelpackage .alert-dismissible .close, body.single-hotelpackage .alert .fa, body.single-location .alert-dismissible .close, body.single-location .alert .fa, body.offline-tour-pages .alert-dismissible .close, body.offline-tour-pages .alert .fa, body.offline-hotel-pages .alert-dismissible .close, body.offline-hotel-pages .alert .fa, body.float-hotel-pages .alert-dismissible .close, body.float-hotel-pages .alert .fa {
  color: rgba(0, 0, 0, 0.38);
}

body.single-tour .alert-dismissible .close, body.single-hotelpackage .alert-dismissible .close, body.single-location .alert-dismissible .close, body.offline-tour-pages .alert-dismissible .close, body.offline-hotel-pages .alert-dismissible .close, body.float-hotel-pages .alert-dismissible .close {
  position: static;
  opacity: 1;
  text-shadow: unset;
  padding: 0.5rem 1rem;
  font-size: 2em;
}

body.single-tour del, body.single-hotelpackage del, body.single-location del, body.offline-tour-pages del, body.offline-hotel-pages del, body.float-hotel-pages del {
  text-decoration: none;
  position: relative;
}

body.single-tour del:after, body.single-hotelpackage del:after, body.single-location del:after, body.offline-tour-pages del:after, body.offline-hotel-pages del:after, body.float-hotel-pages del:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #FEC53F;
  position: absolute;
  left: 0;
  margin: auto 0;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  opacity: 0.8;
}

body.single-tour .alert, body.single-hotelpackage .alert, body.single-location .alert, body.offline-tour-pages .alert, body.offline-hotel-pages .alert, body.float-hotel-pages .alert {
  border: unset;
  border-radius: 10px;
}

body.single-tour .alert.fixed-alert, body.single-hotelpackage .alert.fixed-alert, body.single-location .alert.fixed-alert, body.offline-tour-pages .alert.fixed-alert, body.offline-hotel-pages .alert.fixed-alert, body.float-hotel-pages .alert.fixed-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border-radius: 10px 10px 0 0;
}

body.single-tour .alert-warning, body.single-hotelpackage .alert-warning, body.single-location .alert-warning, body.offline-tour-pages .alert-warning, body.offline-hotel-pages .alert-warning, body.float-hotel-pages .alert-warning {
  background: #eb9522;
  color: #ffffff;
}

body.single-tour .alert-success, body.single-hotelpackage .alert-success, body.single-location .alert-success, body.offline-tour-pages .alert-success, body.offline-hotel-pages .alert-success, body.float-hotel-pages .alert-success {
  background: #00B140;
  color: #ffffff;
}

body.single-tour .alert-info, body.single-hotelpackage .alert-info, body.single-location .alert-info, body.offline-tour-pages .alert-info, body.offline-hotel-pages .alert-info, body.float-hotel-pages .alert-info {
  background: #00A5DF;
  color: #ffffff;
}

body.single-tour .alert-danger, body.single-hotelpackage .alert-danger, body.single-location .alert-danger, body.offline-tour-pages .alert-danger, body.offline-hotel-pages .alert-danger, body.float-hotel-pages .alert-danger {
  background: #FFF2E9;
  color: #FF791F;
}

body.single-tour .tour-offer-arrow, body.single-hotelpackage .tour-offer-arrow, body.single-location .tour-offer-arrow, body.offline-tour-pages .tour-offer-arrow, body.offline-hotel-pages .tour-offer-arrow, body.float-hotel-pages .tour-offer-arrow {
  color: #c7c9d6;
}

body.single-tour .hide-overflow-text, body.single-hotelpackage .hide-overflow-text, body.single-location .hide-overflow-text, body.offline-tour-pages .hide-overflow-text, body.offline-hotel-pages .hide-overflow-text, body.float-hotel-pages .hide-overflow-text {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

body.single-tour .tab-content, body.single-hotelpackage .tab-content, body.single-location .tab-content, body.offline-tour-pages .tab-content, body.offline-hotel-pages .tab-content, body.float-hotel-pages .tab-content {
  background: #ffffff;
}

body.single-tour .tab-content > .tab-pane, body.single-hotelpackage .tab-content > .tab-pane, body.single-location .tab-content > .tab-pane, body.offline-tour-pages .tab-content > .tab-pane, body.offline-hotel-pages .tab-content > .tab-pane, body.float-hotel-pages .tab-content > .tab-pane {
  padding: 45px 15px;
}

body.single-tour .tab-content > .tab-pane#gallery:not(.active), body.single-hotelpackage .tab-content > .tab-pane#gallery:not(.active), body.single-location .tab-content > .tab-pane#gallery:not(.active), body.offline-tour-pages .tab-content > .tab-pane#gallery:not(.active), body.offline-hotel-pages .tab-content > .tab-pane#gallery:not(.active), body.float-hotel-pages .tab-content > .tab-pane#gallery:not(.active) {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
}

body.single-tour .tab-content > .tab-pane#gallery.active, body.single-hotelpackage .tab-content > .tab-pane#gallery.active, body.single-location .tab-content > .tab-pane#gallery.active, body.offline-tour-pages .tab-content > .tab-pane#gallery.active, body.offline-hotel-pages .tab-content > .tab-pane#gallery.active, body.float-hotel-pages .tab-content > .tab-pane#gallery.active {
  height: auto;
  padding: 45px 15px;
}

body.single-tour .has-theme-bullet:before, body.single-tour .has-theme-check:before, body.single-hotelpackage .has-theme-bullet:before, body.single-hotelpackage .has-theme-check:before, body.single-location .has-theme-bullet:before, body.single-location .has-theme-check:before, body.offline-tour-pages .has-theme-bullet:before, body.offline-tour-pages .has-theme-check:before, body.offline-hotel-pages .has-theme-bullet:before, body.offline-hotel-pages .has-theme-check:before, body.float-hotel-pages .has-theme-bullet:before, body.float-hotel-pages .has-theme-check:before {
  background: transparent;
  margin-left: 0.5rem;
}

body.single-tour .has-theme-bullet:before, body.single-hotelpackage .has-theme-bullet:before, body.single-location .has-theme-bullet:before, body.offline-tour-pages .has-theme-bullet:before, body.offline-hotel-pages .has-theme-bullet:before, body.float-hotel-pages .has-theme-bullet:before {
  content: '';
  width: 6px;
  background: #FEC53F;
  height: 6px;
  display: inline-block;
  font-size: .5em;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.single-tour .has-theme-check:before, body.single-hotelpackage .has-theme-check:before, body.single-location .has-theme-check:before, body.offline-tour-pages .has-theme-check:before, body.offline-hotel-pages .has-theme-check:before, body.float-hotel-pages .has-theme-check:before {
  font-family: LineIcons;
  content: '\ea55';
  color: #FEC53F;
  border: 1px solid;
  font-weight: bold;
  font-size: 0.5em;
  line-height: 0.8rem;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.single-tour h3.has-border, body.single-hotelpackage h3.has-border, body.single-location h3.has-border, body.offline-tour-pages h3.has-border, body.offline-hotel-pages h3.has-border, body.float-hotel-pages h3.has-border {
  margin: 4em 0 2.3em;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.single-tour h3.has-border:after, body.single-hotelpackage h3.has-border:after, body.single-location h3.has-border:after, body.offline-tour-pages h3.has-border:after, body.offline-hotel-pages h3.has-border:after, body.float-hotel-pages h3.has-border:after {
  content: '';
  height: 1px;
  background: #a5a5a5;
  display: block;
  width: 40px;
  margin: 0px 15px;
}

body.single-tour h3.has-border:before, body.single-hotelpackage h3.has-border:before, body.single-location h3.has-border:before, body.offline-tour-pages h3.has-border:before, body.offline-hotel-pages h3.has-border:before, body.float-hotel-pages h3.has-border:before {
  content: '';
  background: #24C0B1;
  display: block;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
}

body.single-tour .popover h3, body.single-hotelpackage .popover h3, body.single-location .popover h3, body.offline-tour-pages .popover h3, body.offline-hotel-pages .popover h3, body.float-hotel-pages .popover h3 {
  margin-top: 0;
}

body.single-tour .popover .popover-body, body.single-hotelpackage .popover .popover-body, body.single-location .popover .popover-body, body.offline-tour-pages .popover .popover-body, body.offline-hotel-pages .popover .popover-body, body.float-hotel-pages .popover .popover-body {
  font-family: "IRANYekan";
  text-align: center;
  font-size: 1.1em;
  line-height: 1.7em;
}

body.single-tour .theme-button, body.single-hotelpackage .theme-button, body.single-location .theme-button, body.offline-tour-pages .theme-button, body.offline-hotel-pages .theme-button, body.float-hotel-pages .theme-button {
  color: #2a56c0 !important;
  padding: 0.5em;
  border: 1px solid;
  border-radius: 8px;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body.single-tour .theme-button .fa, body.single-hotelpackage .theme-button .fa, body.single-location .theme-button .fa, body.offline-tour-pages .theme-button .fa, body.offline-hotel-pages .theme-button .fa, body.float-hotel-pages .theme-button .fa {
  font-size: 1.4em;
  color: #2a56c0;
  width: 1.8em;
  text-align: center;
  line-height: 1.8em;
  border-radius: 4px;
  margin-left: .5em;
  margin-right: 0;
}

body.single-tour .theme-button.disable, body.single-hotelpackage .theme-button.disable, body.single-location .theme-button.disable, body.offline-tour-pages .theme-button.disable, body.offline-hotel-pages .theme-button.disable, body.float-hotel-pages .theme-button.disable {
  opacity: 0.5;
  cursor: not-allowed;
}

body.single-tour .theme-button:not(.disable):hover, body.single-hotelpackage .theme-button:not(.disable):hover, body.single-location .theme-button:not(.disable):hover, body.offline-tour-pages .theme-button:not(.disable):hover, body.offline-hotel-pages .theme-button:not(.disable):hover, body.float-hotel-pages .theme-button:not(.disable):hover {
  color: #ffffff !important;
  background: #2a56c0;
}

body.single-tour .theme-button:not(.disable):hover .fa, body.single-hotelpackage .theme-button:not(.disable):hover .fa, body.single-location .theme-button:not(.disable):hover .fa, body.offline-tour-pages .theme-button:not(.disable):hover .fa, body.offline-hotel-pages .theme-button:not(.disable):hover .fa, body.float-hotel-pages .theme-button:not(.disable):hover .fa {
  color: #ffffff;
}

body.single-tour .table-scroll, body.single-hotelpackage .table-scroll, body.single-location .table-scroll, body.offline-tour-pages .table-scroll, body.offline-hotel-pages .table-scroll, body.float-hotel-pages .table-scroll {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

body.single-tour .table-scroll ::-webkit-scrollbar, body.single-hotelpackage .table-scroll ::-webkit-scrollbar, body.single-location .table-scroll ::-webkit-scrollbar, body.offline-tour-pages .table-scroll ::-webkit-scrollbar, body.offline-hotel-pages .table-scroll ::-webkit-scrollbar, body.float-hotel-pages .table-scroll ::-webkit-scrollbar {
  height: 7px;
}

body.single-tour .table-scroll ::-webkit-scrollbar-track, body.single-hotelpackage .table-scroll ::-webkit-scrollbar-track, body.single-location .table-scroll ::-webkit-scrollbar-track, body.offline-tour-pages .table-scroll ::-webkit-scrollbar-track, body.offline-hotel-pages .table-scroll ::-webkit-scrollbar-track, body.float-hotel-pages .table-scroll ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #616161;
}

body.single-tour .table-scroll ::-webkit-scrollbar-thumb, body.single-hotelpackage .table-scroll ::-webkit-scrollbar-thumb, body.single-location .table-scroll ::-webkit-scrollbar-thumb, body.offline-tour-pages .table-scroll ::-webkit-scrollbar-thumb, body.offline-hotel-pages .table-scroll ::-webkit-scrollbar-thumb, body.float-hotel-pages .table-scroll ::-webkit-scrollbar-thumb {
  background: #FEC53F;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.single-tour .table-scroll ::-webkit-scrollbar-thumb:hover, body.single-hotelpackage .table-scroll ::-webkit-scrollbar-thumb:hover, body.single-location .table-scroll ::-webkit-scrollbar-thumb:hover, body.offline-tour-pages .table-scroll ::-webkit-scrollbar-thumb:hover, body.offline-hotel-pages .table-scroll ::-webkit-scrollbar-thumb:hover, body.float-hotel-pages .table-scroll ::-webkit-scrollbar-thumb:hover {
  background: #959595;
}

body.single-tour .table-wrap, body.single-hotelpackage .table-wrap, body.single-location .table-wrap, body.offline-tour-pages .table-wrap, body.offline-hotel-pages .table-wrap, body.float-hotel-pages .table-wrap {
  overflow: auto;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page), body.single-tour div:not(.adpmain) table.wallet-back-pay-table, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page), body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table, body.single-location div:not(.adpmain) > table:not(.in-print-page), body.single-location div:not(.adpmain) table.wallet-back-pay-table, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page), body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page), body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page), body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) th, body.single-tour div:not(.adpmain) table.wallet-back-pay-table th, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) th, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table th, body.single-location div:not(.adpmain) > table:not(.in-print-page) th, body.single-location div:not(.adpmain) table.wallet-back-pay-table th, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) th, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table th, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) th, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table th, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) th, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table th {
  color: #ffffff;
  background: #FEC53F;
  font-weight: normal;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) thead tr th:first-child, body.single-tour div:not(.adpmain) table.wallet-back-pay-table thead tr th:first-child, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) thead tr th:first-child, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table thead tr th:first-child, body.single-location div:not(.adpmain) > table:not(.in-print-page) thead tr th:first-child, body.single-location div:not(.adpmain) table.wallet-back-pay-table thead tr th:first-child, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) thead tr th:first-child, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table thead tr th:first-child, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) thead tr th:first-child, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table thead tr th:first-child, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) thead tr th:first-child, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table thead tr th:first-child {
  border-radius: 0 10px 0 0;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) thead tr th:last-child, body.single-tour div:not(.adpmain) table.wallet-back-pay-table thead tr th:last-child, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) thead tr th:last-child, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table thead tr th:last-child, body.single-location div:not(.adpmain) > table:not(.in-print-page) thead tr th:last-child, body.single-location div:not(.adpmain) table.wallet-back-pay-table thead tr th:last-child, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) thead tr th:last-child, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table thead tr th:last-child, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) thead tr th:last-child, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table thead tr th:last-child, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) thead tr th:last-child, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table thead tr th:last-child {
  border-radius: 10px 0 0 0;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th, body.single-tour div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th, body.single-location div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th, body.single-location div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th {
  background: #464646;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th:first-child, body.single-tour div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th:last-child, body.single-tour div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th:first-child, body.single-tour div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th:last-child, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th:first-child, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th:last-child, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th:first-child, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th:last-child, body.single-location div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th:first-child, body.single-location div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th:last-child, body.single-location div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th:first-child, body.single-location div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th:last-child, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th:first-child, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th:last-child, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th:first-child, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th:last-child, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th:first-child, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th:last-child, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th:first-child, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th:last-child, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th:first-child, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) thead.multi-line tr:last-of-type th:last-child, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th:first-child, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table thead.multi-line tr:last-of-type th:last-child {
  border-radius: 0;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) th, body.single-tour div:not(.adpmain) > table:not(.in-print-page) td, body.single-tour div:not(.adpmain) table.wallet-back-pay-table th, body.single-tour div:not(.adpmain) table.wallet-back-pay-table td, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) th, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) td, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table th, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table td, body.single-location div:not(.adpmain) > table:not(.in-print-page) th, body.single-location div:not(.adpmain) > table:not(.in-print-page) td, body.single-location div:not(.adpmain) table.wallet-back-pay-table th, body.single-location div:not(.adpmain) table.wallet-back-pay-table td, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) th, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) td, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table th, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table td, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) th, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) td, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table th, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table td, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) th, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) td, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table th, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table td {
  text-align: center;
  padding: 1em;
  white-space: nowrap;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) th.cn-no-wrap, body.single-tour div:not(.adpmain) > table:not(.in-print-page) td.cn-no-wrap, body.single-tour div:not(.adpmain) table.wallet-back-pay-table th.cn-no-wrap, body.single-tour div:not(.adpmain) table.wallet-back-pay-table td.cn-no-wrap, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) th.cn-no-wrap, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) td.cn-no-wrap, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table th.cn-no-wrap, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table td.cn-no-wrap, body.single-location div:not(.adpmain) > table:not(.in-print-page) th.cn-no-wrap, body.single-location div:not(.adpmain) > table:not(.in-print-page) td.cn-no-wrap, body.single-location div:not(.adpmain) table.wallet-back-pay-table th.cn-no-wrap, body.single-location div:not(.adpmain) table.wallet-back-pay-table td.cn-no-wrap, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) th.cn-no-wrap, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) td.cn-no-wrap, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table th.cn-no-wrap, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table td.cn-no-wrap, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) th.cn-no-wrap, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) td.cn-no-wrap, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table th.cn-no-wrap, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table td.cn-no-wrap, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) th.cn-no-wrap, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) td.cn-no-wrap, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table th.cn-no-wrap, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table td.cn-no-wrap {
  white-space: normal;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr, body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr, body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr, body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr td a, body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr td a, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr td a, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr td a, body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr td a, body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr td a, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr td a, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr td a, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr td a, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr td a, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr td a, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr td a {
  -webkit-transition: color 0s;
  transition: color 0s;
  color: inherit;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body, body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body, body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body, body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body {
  text-align: initial;
  white-space: normal;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body thead th, body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body thead th, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body thead th, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body thead th, body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body thead th, body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body thead th, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body thead th, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body thead th, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body thead th, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body thead th, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body thead th, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body thead th {
  border-right: unset;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body tbody td, body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body tbody td, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body tbody td, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body tbody td, body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body tbody td, body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body tbody td, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body tbody td, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body tbody td, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body tbody td, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body tbody td, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr td .modal.walletBackPaymentModal .modal-body tbody td, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr td .modal.walletBackPaymentModal .modal-body tbody td {
  white-space: normal;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr td:not(:first-child), body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr th:not(:first-child), body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr td:not(:first-child), body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr th:not(:first-child), body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr td:not(:first-child), body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr th:not(:first-child), body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr td:not(:first-child), body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr th:not(:first-child), body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr td:not(:first-child), body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr th:not(:first-child), body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr td:not(:first-child), body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr th:not(:first-child), body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr td:not(:first-child), body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr th:not(:first-child), body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr td:not(:first-child), body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr th:not(:first-child), body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr td:not(:first-child), body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr th:not(:first-child), body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr td:not(:first-child), body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr th:not(:first-child), body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr td:not(:first-child), body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr th:not(:first-child), body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr td:not(:first-child), body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr th:not(:first-child) {
  border-right: 1px solid #d9dce2;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr:last-child td:first-child, body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr:last-child td:first-child, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr:last-child td:first-child, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr:last-child td:first-child, body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr:last-child td:first-child, body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr:last-child td:first-child, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr:last-child td:first-child, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr:last-child td:first-child, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr:last-child td:first-child, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr:last-child td:first-child, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr:last-child td:first-child, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr:last-child td:first-child {
  border-radius: 0 0 5px 0;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr:last-child td:last-child, body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr:last-child td:last-child, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr:last-child td:last-child, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr:last-child td:last-child, body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr:last-child td:last-child, body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr:last-child td:last-child, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr:last-child td:last-child, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr:last-child td:last-child, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr:last-child td:last-child, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr:last-child td:last-child, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr:last-child td:last-child, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr:last-child td:last-child {
  border-radius: 0 0 0 5px;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr.last-row td:last-child, body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr.last-row td:last-child, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr.last-row td:last-child, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr.last-row td:last-child, body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr.last-row td:last-child, body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr.last-row td:last-child, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.last-row td:last-child, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.last-row td:last-child, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.last-row td:last-child, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.last-row td:last-child, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.last-row td:last-child, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.last-row td:last-child {
  border-bottom-left-radius: 10px;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr.last-row:last-child td:first-child, body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr.last-row:last-child td:first-child, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr.last-row:last-child td:first-child, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr.last-row:last-child td:first-child, body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr.last-row:last-child td:first-child, body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr.last-row:last-child td:first-child, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.last-row:last-child td:first-child, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.last-row:last-child td:first-child, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.last-row:last-child td:first-child, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.last-row:last-child td:first-child, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.last-row:last-child td:first-child, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.last-row:last-child td:first-child {
  border-bottom-right-radius: 10px !important;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr:nth-child(odd), body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr:nth-child(odd), body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr:nth-child(odd), body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr:nth-child(odd), body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr:nth-child(odd), body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr:nth-child(odd), body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr:nth-child(odd), body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr:nth-child(odd), body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr:nth-child(odd), body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr:nth-child(odd), body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr:nth-child(odd), body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr:nth-child(odd) {
  background: #e2e5eb;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr:nth-child(even), body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr:nth-child(even), body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr:nth-child(even), body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr:nth-child(even), body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr:nth-child(even), body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr:nth-child(even), body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr:nth-child(even), body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr:nth-child(even), body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr:nth-child(even), body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr:nth-child(even), body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr:nth-child(even), body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr:nth-child(even) {
  background: #f0f2f5;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr.force-odd, body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr.force-odd, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr.force-odd, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr.force-odd, body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr.force-odd, body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr.force-odd, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.force-odd, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.force-odd, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.force-odd, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.force-odd, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.force-odd, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.force-odd {
  background: #e2e5eb;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr.force-even, body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr.force-even, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr.force-even, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr.force-even, body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr.force-even, body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr.force-even, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.force-even, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.force-even, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.force-even, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.force-even, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.force-even, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.force-even {
  background: #f0f2f5;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr.disable-row td, body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr.disable-row td, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr.disable-row td, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr.disable-row td, body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr.disable-row td, body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr.disable-row td, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.disable-row td, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.disable-row td, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.disable-row td, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.disable-row td, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.disable-row td, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.disable-row td {
  color: gray;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr.disable-row td a, body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr.disable-row td a, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr.disable-row td a, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr.disable-row td a, body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr.disable-row td a, body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr.disable-row td a, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.disable-row td a, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.disable-row td a, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.disable-row td a, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.disable-row td a, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.disable-row td a, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.disable-row td a {
  color: gray;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page) tbody tr.hover, body.single-tour div:not(.adpmain) table.wallet-back-pay-table tbody tr.hover, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page) tbody tr.hover, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table tbody tr.hover, body.single-location div:not(.adpmain) > table:not(.in-print-page) tbody tr.hover, body.single-location div:not(.adpmain) table.wallet-back-pay-table tbody tr.hover, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.hover, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.hover, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.hover, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.hover, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page) tbody tr.hover, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table tbody tr.hover {
  background: #d5d8dd;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page).clone, body.single-tour div:not(.adpmain) table.wallet-back-pay-table.clone, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page).clone, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table.clone, body.single-location div:not(.adpmain) > table:not(.in-print-page).clone, body.single-location div:not(.adpmain) table.wallet-back-pay-table.clone, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page).clone, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table.clone, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page).clone, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table.clone, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page).clone, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table.clone {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page).clone th, body.single-tour div:not(.adpmain) > table:not(.in-print-page).clone td, body.single-tour div:not(.adpmain) table.wallet-back-pay-table.clone th, body.single-tour div:not(.adpmain) table.wallet-back-pay-table.clone td, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page).clone th, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page).clone td, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table.clone th, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table.clone td, body.single-location div:not(.adpmain) > table:not(.in-print-page).clone th, body.single-location div:not(.adpmain) > table:not(.in-print-page).clone td, body.single-location div:not(.adpmain) table.wallet-back-pay-table.clone th, body.single-location div:not(.adpmain) table.wallet-back-pay-table.clone td, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page).clone th, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page).clone td, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table.clone th, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table.clone td, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page).clone th, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page).clone td, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table.clone th, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table.clone td, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page).clone th, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page).clone td, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table.clone th, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table.clone td {
  visibility: hidden;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page).clone .fixed-side, body.single-tour div:not(.adpmain) table.wallet-back-pay-table.clone .fixed-side, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page).clone .fixed-side, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table.clone .fixed-side, body.single-location div:not(.adpmain) > table:not(.in-print-page).clone .fixed-side, body.single-location div:not(.adpmain) table.wallet-back-pay-table.clone .fixed-side, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page).clone .fixed-side, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table.clone .fixed-side, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page).clone .fixed-side, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table.clone .fixed-side, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page).clone .fixed-side, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table.clone .fixed-side {
  visibility: visible;
  pointer-events: auto;
}

body.single-tour div:not(.adpmain) > table:not(.in-print-page).clone .fixed-side.fixed-end, body.single-tour div:not(.adpmain) table.wallet-back-pay-table.clone .fixed-side.fixed-end, body.single-hotelpackage div:not(.adpmain) > table:not(.in-print-page).clone .fixed-side.fixed-end, body.single-hotelpackage div:not(.adpmain) table.wallet-back-pay-table.clone .fixed-side.fixed-end, body.single-location div:not(.adpmain) > table:not(.in-print-page).clone .fixed-side.fixed-end, body.single-location div:not(.adpmain) table.wallet-back-pay-table.clone .fixed-side.fixed-end, body.offline-tour-pages div:not(.adpmain) > table:not(.in-print-page).clone .fixed-side.fixed-end, body.offline-tour-pages div:not(.adpmain) table.wallet-back-pay-table.clone .fixed-side.fixed-end, body.offline-hotel-pages div:not(.adpmain) > table:not(.in-print-page).clone .fixed-side.fixed-end, body.offline-hotel-pages div:not(.adpmain) table.wallet-back-pay-table.clone .fixed-side.fixed-end, body.float-hotel-pages div:not(.adpmain) > table:not(.in-print-page).clone .fixed-side.fixed-end, body.float-hotel-pages div:not(.adpmain) table.wallet-back-pay-table.clone .fixed-side.fixed-end {
  -webkit-box-shadow: -5px 0 5px -7px rgba(0, 0, 0, 0.3);
          box-shadow: -5px 0 5px -7px rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}

body.single-tour .tour-places, body.single-hotelpackage .tour-places, body.single-location .tour-places, body.offline-tour-pages .tour-places, body.offline-hotel-pages .tour-places, body.float-hotel-pages .tour-places {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.single-tour .tour-places li a, body.single-hotelpackage .tour-places li a, body.single-location .tour-places li a, body.offline-tour-pages .tour-places li a, body.offline-hotel-pages .tour-places li a, body.float-hotel-pages .tour-places li a {
  width: 75px;
  display: block;
  height: 48px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  color: #52575C;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

body.single-tour .tour-places li a::after, body.single-hotelpackage .tour-places li a::after, body.single-location .tour-places li a::after, body.offline-tour-pages .tour-places li a::after, body.offline-hotel-pages .tour-places li a::after, body.float-hotel-pages .tour-places li a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #EBEBF0;
  left: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  top: 0;
}

body.single-tour .tour-places li a span, body.single-hotelpackage .tour-places li a span, body.single-location .tour-places li a span, body.offline-tour-pages .tour-places li a span, body.offline-hotel-pages .tour-places li a span, body.float-hotel-pages .tour-places li a span {
  position: relative;
  z-index: 1;
}

body.single-tour .tour-places li a:hover::after, body.single-hotelpackage .tour-places li a:hover::after, body.single-location .tour-places li a:hover::after, body.offline-tour-pages .tour-places li a:hover::after, body.offline-hotel-pages .tour-places li a:hover::after, body.float-hotel-pages .tour-places li a:hover::after {
  background-color: rgba(246, 160, 0, 0.8);
}

body.single-tour .slick-arrow, body.single-hotelpackage .slick-arrow, body.single-location .slick-arrow, body.offline-tour-pages .slick-arrow, body.offline-hotel-pages .slick-arrow, body.float-hotel-pages .slick-arrow {
  z-index: 1;
}

body.single-tour .slick-arrow.slick-prev, body.single-hotelpackage .slick-arrow.slick-prev, body.single-location .slick-arrow.slick-prev, body.offline-tour-pages .slick-arrow.slick-prev, body.offline-hotel-pages .slick-arrow.slick-prev, body.float-hotel-pages .slick-arrow.slick-prev {
  left: 10px;
}

body.single-tour .slick-arrow.slick-prev:before, body.single-hotelpackage .slick-arrow.slick-prev:before, body.single-location .slick-arrow.slick-prev:before, body.offline-tour-pages .slick-arrow.slick-prev:before, body.offline-hotel-pages .slick-arrow.slick-prev:before, body.float-hotel-pages .slick-arrow.slick-prev:before {
  content: '\ea5a';
}

body.single-tour .slick-arrow.slick-next, body.single-hotelpackage .slick-arrow.slick-next, body.single-location .slick-arrow.slick-next, body.offline-tour-pages .slick-arrow.slick-next, body.offline-hotel-pages .slick-arrow.slick-next, body.float-hotel-pages .slick-arrow.slick-next {
  right: 10px;
}

body.single-tour .slick-arrow.slick-next:before, body.single-hotelpackage .slick-arrow.slick-next:before, body.single-location .slick-arrow.slick-next:before, body.offline-tour-pages .slick-arrow.slick-next:before, body.offline-hotel-pages .slick-arrow.slick-next:before, body.float-hotel-pages .slick-arrow.slick-next:before {
  content: '\ea5c';
}

body.single-tour .slick-arrow:before, body.single-hotelpackage .slick-arrow:before, body.single-location .slick-arrow:before, body.offline-tour-pages .slick-arrow:before, body.offline-hotel-pages .slick-arrow:before, body.float-hotel-pages .slick-arrow:before {
  font-family: LineIcons !important;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

body.single-tour .slick-dots li, body.single-hotelpackage .slick-dots li, body.single-location .slick-dots li, body.offline-tour-pages .slick-dots li, body.offline-hotel-pages .slick-dots li, body.float-hotel-pages .slick-dots li {
  margin: 0;
}

body.single-tour .slick-dots li button:before, body.single-hotelpackage .slick-dots li button:before, body.single-location .slick-dots li button:before, body.offline-tour-pages .slick-dots li button:before, body.offline-hotel-pages .slick-dots li button:before, body.float-hotel-pages .slick-dots li button:before {
  font-size: 12px;
  opacity: 0.15;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.single-tour .slick-dots li button:hover:before, body.single-hotelpackage .slick-dots li button:hover:before, body.single-location .slick-dots li button:hover:before, body.offline-tour-pages .slick-dots li button:hover:before, body.offline-hotel-pages .slick-dots li button:hover:before, body.float-hotel-pages .slick-dots li button:hover:before {
  opacity: 0.5;
  color: #24C0B1;
}

body.single-tour .slick-dots li.slick-active button:before, body.single-hotelpackage .slick-dots li.slick-active button:before, body.single-location .slick-dots li.slick-active button:before, body.offline-tour-pages .slick-dots li.slick-active button:before, body.offline-hotel-pages .slick-dots li.slick-active button:before, body.float-hotel-pages .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #24C0B1;
}

.main-article-format p {
  line-height: 2.1em;
  text-align: justify;
}

.main-article-format img {
  margin: 0 auto;
  border-radius: 10px;
  display: block;
}

.main-article-format h2 {
  font-size: 1.4rem !important;
}

.main-article-format h3 {
  font-size: 1.3rem !important;
}

.main-article-format h4 {
  font-size: 1.2rem !important;
}

.main-article-format > p:last-of-type {
  margin-bottom: 0;
}

.main-article-format a {
  color: #24C0B1;
}

.main-article-format ul {
  padding: 0;
}

.main-article-format ul li {
  line-height: 2.2em;
  list-style: none;
}

.main-article-format ul li:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 0.6em;
  vertical-align: middle;
  color: #24C0B1;
  margin-right: 15px;
  float: left;
}

.main-article-format ul li ul {
  padding-left: 2em;
}

.main-article-format ul li ul li:before {
  content: '\f22d';
  font-weight: bold;
  font-size: 0.8em;
}

#map-embed-place iframe {
  margin: 0 auto;
  width: 100%;
  height: 320px;
}

#anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
}

#anchor-list.sticky {
  position: fixed;
  left: 0;
  width: 100%;
  margin: 0 !important;
  top: 0;
  z-index: 100;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
}

#anchor-list.sticky li a {
  padding: .5em;
}

#anchor-list li + li {
  margin-right: 0;
}

#anchor-list li a {
  border: unset;
  border-radius: unset;
  color: #221e1f;
  padding: 0.7rem 2rem;
  border-radius: 8px;
  display: block;
  min-width: 170px;
  text-align: center;
  position: relative;
  background: #ffffff;
}

#anchor-list li a.active {
  background: #FEC53F;
  color: white;
}

#anchor-list li:not(:last-child) {
  margin-left: 15px;
}

figure {
  margin: 0 0 30px;
}

.text2 {
  color: #52575C !important;
}

.location-box {
  margin-top: 20px;
}

.location-box .wrapper {
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0 10px 31px -21px #c7c7c7;
          box-shadow: 0 10px 31px -21px #c7c7c7;
  height: 253px;
}

.location-box .wrapper .image-wrapper {
  height: 144px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.location-box .wrapper .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}

.location-box .wrapper .hotel-rating {
  direction: ltr;
  height: 25px;
}

.location-box .wrapper .hotel-title {
  color: #616161;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 10px;
}

.location-box .wrapper .location-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #52575C;
}

.location-box:hover .wrapper {
  -webkit-box-shadow: 0 10px 28px -21px #3c3c3c;
          box-shadow: 0 10px 28px -21px #3c3c3c;
}

.location-box:hover .wrapper .location-title, .location-box:hover .wrapper .hotel-title {
  color: #24C0B1;
}

div.user-menu-wrapper {
  background: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 30px rgba(178, 178, 178, 0.051);
          box-shadow: 0px 10px 30px rgba(178, 178, 178, 0.051);
}

div.user-menu-wrapper.user {
  padding: 110px 20px 20px;
}

div.user-menu-wrapper.in-header-bar {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  position: absolute;
  z-index: 100;
}

div.user-menu-wrapper.in-header-bar.desktop {
  width: 260px;
}

div.user-menu-wrapper.in-header-bar.mobile {
  width: calc(100% - 30px);
  max-width: 330px;
}

div.user-menu-wrapper.in-header-bar.show {
  opacity: 1;
  visibility: visible;
}

div.user-menu-wrapper.in-header-bar.user {
  top: 120px;
}

div.user-menu-wrapper.in-header-bar.guest {
  padding: 20px;
  top: 65px;
}

div.user-menu-wrapper.in-header-bar.guest ul li {
  border-radius: 8px;
  border: 1px solid #2a56c0;
  text-align: center;
  padding: 8.5px 5px;
  font-size: 0.95em;
}

div.user-menu-wrapper.in-header-bar.guest ul li.login {
  color: #2a56c0;
  margin-bottom: 15px;
}

div.user-menu-wrapper.in-header-bar.guest ul li.login .lni {
  font-size: 1.5em;
}

div.user-menu-wrapper.in-header-bar.guest ul li.register {
  font-weight: 100;
  color: #ffffff;
  background: #2a56c0;
  display: inline-block;
}

div.user-menu-wrapper.in-header-bar.guest ul li.register .lni {
  font-size: 0.7em;
  margin-left: 0.5em;
}

div.user-menu-wrapper.in-header-bar.guest ul li.register.normal {
  width: calc(100% - 154px);
}

div.user-menu-wrapper.in-header-bar.guest ul li.register.jobs {
  float: left;
}

div.user-menu-wrapper.in-user-dashboard-sidebar {
  margin-top: 55px;
  position: relative;
}

div.user-menu-wrapper .head {
  position: absolute;
  top: -55px;
  background: #ffffff;
  width: calc(100% - 30px);
  right: 15px;
  border: 1px solid #EEF0F8;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
}

div.user-menu-wrapper .head .display-name {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

div.user-menu-wrapper .head .mobile-number {
  display: block;
  color: #B2B2B2;
  font-size: 0.9em;
  margin-top: 6px;
  font-weight: 300;
}

div.user-menu-wrapper .head .wallet {
  background: #F5F6FA;
  display: block;
  border-radius: 10px;
  margin-top: 7px;
  padding: 10px;
  font-size: 0.87em;
}

div.user-menu-wrapper .head .wallet .amount {
  display: block;
  color: #2a56c0;
  font-size: 1.3rem;
  font-weight: bold;
}

div.user-menu-wrapper .head .wallet .amount .unit {
  font-weight: normal;
  font-size: 1rem;
}

div.user-menu-wrapper ul li a {
  color: inherit;
  display: block;
  font-size: 0.9em;
}

div.user-menu-wrapper ul li a .icon {
  background-color: #F5F6FA;
  border-radius: 7px;
  width: 26px;
  height: 26px;
  margin-left: 0.9em;
  vertical-align: bottom;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #B2B2B2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

div.user-menu-wrapper ul li a .icon.lni-exit {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

div.user-menu-wrapper ul li a:not(.log-out):hover, div.user-menu-wrapper ul li a.current-page {
  color: #FEC53F;
}

div.user-menu-wrapper ul li a:not(.log-out):hover .icon, div.user-menu-wrapper ul li a.current-page .icon {
  color: #FEC53F;
  background-color: #FEF5E5;
}

div.user-menu-wrapper ul li a.log-out:hover {
  color: #ff0000;
}

div.user-menu-wrapper ul li a.log-out:hover .icon {
  color: #ff0000;
  background-color: #feefef;
}

.system-snackbar {
  position: fixed;
  right: 15px;
  bottom: 15px;
  color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  z-index: 100;
  width: 300px;
  max-width: calc(100% - 30px);
}

.system-snackbar.success {
  background: #16ae16;
}

.system-snackbar.fail {
  background: #ae1624;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-10 {
  border-radius: 10px;
}

.secondary-color {
  color: #FEC53F;
}

.h7 {
  font-size: 0.6rem;
}

.inactive-color {
  color: #A0A4A8;
}

.radius-box-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(82, 87, 92, 0.1);
          box-shadow: 0px 0px 30px rgba(82, 87, 92, 0.1);
  border-radius: 10px;
}

body.search-results .citynet-app {
  display: none;
}

.section-title {
  font-size: 1.57em;
  color: #52575C;
  font-weight: bold;
  margin-bottom: 5px !important;
}

.subtitle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.subtitle-wrapper .description {
  font-size: 1.14em;
  font-weight: 300;
  color: #52575C;
  margin-left: 30px;
  margin-bottom: 0 !important;
}

.modal-backdrop {
  position: unset;
}

.modal {
  background: rgba(0, 0, 0, 0.8);
}

body.modal-open {
  overflow-y: unset !important;
  padding-right: unset !important;
}

#alendagashtsearch.show {
  padding-right: 0 !important;
}

#alendagashtsearch .modal-dialog .modal-content {
  position: relative;
  border: 1px solid #24C0B1;
  border-radius: 10px;
  background-color: unset;
}

#alendagashtsearch .modal-dialog .modal-content i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.14em !important;
  color: #52575C;
}

#alendagashtsearch .modal-dialog .modal-content i:before {
  color: #24C0B1;
  text-shadow: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

#alendagashtsearch .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}

#alendagashtsearch .modal-dialog .modal-content .modal-body .input-group {
  border-radius: 50px;
  overflow: hidden;
}

#alendagashtsearch .modal-dialog .modal-content .modal-body .input-group .btn-search {
  position: absolute;
  left: 16px;
  top: 0;
  z-index: 3;
  bottom: 0;
}

#alendagashtsearch .modal-dialog .modal-content .modal-body .input-group .btn-search .icon-Search {
  color: #ffffff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

#alendagashtsearch .modal-dialog .modal-content .modal-body .input-group .btn-search:hover .icon-Search {
  color: #24C0B1;
}

#alendagashtsearch .modal-dialog .modal-content .modal-body .form-control {
  border-radius: 50px;
  background-color: unset;
  border: unset;
  height: 40px;
  color: #ffffff;
  padding: 0 20px 0px 45px;
}

#alendagashtsearch .modal-dialog .modal-content .modal-body input::-webkit-input-placeholder {
  color: #24C0B1;
}

#alendagashtsearch .modal-dialog .modal-content .modal-body input:-ms-input-placeholder {
  color: #24C0B1;
}

#alendagashtsearch .modal-dialog .modal-content .modal-body input::-ms-input-placeholder {
  color: #24C0B1;
}

#alendagashtsearch .modal-dialog .modal-content .modal-body input::placeholder {
  color: #24C0B1;
}

#alendagashtsearch .modal-dialog .modal-content .modal-body input {
  font-weight: 300 !important;
}

#offline-tours-hotels .card {
  background-color: unset;
}

.tour-hotels-box {
  -webkit-box-shadow: 0px 0px 30px rgba(82, 87, 92, 0.1);
          box-shadow: 0px 0px 30px rgba(82, 87, 92, 0.1);
  border-radius: 10px;
}

.tour-hotels-box .city-name, .tour-hotels-box .item-label {
  background-color: rgba(232, 232, 232, 0.3);
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 0.8em;
}

.tour-hotels-box img {
  border-radius: 10px;
}

.tour-hotels-box .hotel-name {
  color: inherit;
  font-size: 0.85em;
}

.tour-hotels-box .hotel-name.link:hover {
  color: #FEC53F;
}

.tour-hotels-box .hotel-rating {
  line-height: 1;
  color: #F6BC08;
}

.tour-hotels-box .hotel-address {
  color: #A0A4A8;
  font-size: 0.87em;
}

.tour-hotels-box .hotel-address .icon {
  font-size: 1.1rem;
  vertical-align: baseline;
}

.tour-hotels-box .item-value {
  font-size: 0.85em;
}

.tour-hotels-box hr {
  border-top: 1px dashed #E8E8E8;
}

.tour-hotels-box .price-cell {
  background-color: #FFE9DF;
  border-radius: 10px;
  font-size: 0.9em;
}

.tour-hotels-box .price-cell > .main, .tour-hotels-box .price-cell > .rial, .tour-hotels-box .price-cell > .free {
  color: #00AF87;
}

.tour-hotels-box .price-cell .extra-night {
  font-size: 0.85rem;
  color: #797979;
}

.tour-hotels-box button {
  border-radius: 8px;
  padding: 7px 3px;
  font-size: 0.93em;
}

.tour-hotels-box button.price-button {
  border: 1px solid #FEC53F;
  color: #FEC53F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tour-hotels-box button.price-button:not(.disable):hover {
  color: #ffffff;
  background-color: #FEC53F;
}

.tour-hotels-box button.price-button.disable {
  opacity: 0.5;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tour-hotels-box button.select-button {
  border: 1px solid #00AF87;
  background-color: #00AF87;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #ffffff;
}

.tour-hotels-box button.select-button:hover {
  background-color: #029976;
}

.tour-hotels-box .description {
  background-color: #FEC53F;
  color: #ffffff;
  border-radius: 10px;
  font-size: 0.83em;
}

.tour-hotels-box .description .icon {
  font-size: 1.5rem;
  vertical-align: bottom;
}

table td.primary-color {
  color: #24C0B1;
}

table td.secondary-color {
  color: #FEC53F;
}

form#registerOfflineTourInfo a#new-person {
  color: #ffffff;
}

#previewOfflineTourInfo .person-info {
  height: calc(100% - 15px);
}

body.offline-tour-pages .form-control, body.offline-tour-pages .select2-selection {
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  height: calc(2.25rem + 2px);
}

body.offline-tour-pages textarea {
  height: unset !important;
  resize: none;
  line-height: 2em;
}

body.offline-tour-pages label {
  font-weight: normal !important;
}

body.offline-tour-pages .male-color {
  color: #006cf2;
}

body.offline-tour-pages .female-color {
  color: #ff1493;
}

body.offline-tour-pages img.flag-icon {
  width: 21px;
  margin-right: 7px;
  border: 1px solid #c0c0c0;
}

body.offline-tour-pages .select2-container {
  width: 100% !important;
  border: unset;
}

body.offline-tour-pages .select2-container .select2-selection__rendered {
  line-height: 31px !important;
  padding: 0 5px !important;
}

body.offline-tour-pages #tour-payment-method-wrapper p {
  font-size: 0.9em;
}

body.offline-tour-pages #tour-payment-method-wrapper .total-price .amount {
  font-size: 1.3em;
  color: #0eaf0e;
}

body.offline-tour-pages #tour-payment-method-wrapper .payment-method span {
  cursor: pointer;
}

body.offline-tour-pages #tour-payment-method-wrapper .payment-method span.check {
  width: 20px;
  height: 20px;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bab9b9;
  margin-left: 10px;
  border-radius: 100%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  position: relative;
}

body.offline-tour-pages #tour-payment-method-wrapper .payment-method span.check:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

body.offline-tour-pages #tour-payment-method-wrapper .payment-method span.message {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body.offline-tour-pages #tour-payment-method-wrapper .payment-method.disable, body.offline-tour-pages #tour-payment-method-wrapper .payment-method.waiting {
  opacity: 0.6;
  pointer-events: none;
}

body.offline-tour-pages #tour-payment-method-wrapper .payment-method.selected span.check {
  border-color: #0670ba;
}

body.offline-tour-pages #tour-payment-method-wrapper .payment-method.selected span.check:before {
  background-color: #0670ba;
}

body.offline-tour-report button.actions {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body.offline-tour-report button.actions.waiting {
  opacity: 0.5;
  pointer-events: none;
}

#offline-tour-paper {
  width: 1112px;
  min-height: 1495px;
  padding: 40px;
  background: #ffffff;
  margin: 40px auto;
  border: 1px solid #b1b1b1;
  -webkit-box-shadow: 2px 2px 7px #c0c0c0;
          box-shadow: 2px 2px 7px #c0c0c0;
}

#offline-tour-print-btn {
  position: fixed;
  right: 0;
  border: unset;
  color: #ffffff;
  padding: 30px 8px;
  width: 110px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #808080;
  top: 40%;
}

#offline-tour-print-btn:hover {
  background-color: #403f3f;
}

table.in-print-page {
  width: 100%;
  font-size: 1em;
}

table.in-print-page p {
  line-height: 1.9em;
}

table.in-print-page .itinerary-title {
  width: 100px;
}

table.in-print-page .itinerary-text p:last-of-type {
  margin-bottom: 0;
}

table.in-print-page .signatures .operator-signature span {
  z-index: 1;
}

table.in-print-page .signatures .stamp-sample {
  left: 0;
  top: -44px;
  pointer-events: none;
}

@media print {
  body {
    background: #ffffff;
  }
  #offline-tour-paper {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    border: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  #offline-tour-print-btn {
    display: none;
  }
}

@-moz-document url-prefix() {
  #offline-tour-paper {
    min-height: 1380px;
  }
  @page {
    size: A4 portrait;
    margin: 40px 40px 40px 0;
  }
  @media print {
    body, div {
      display: block !important;
      padding-left: 30px !important;
    }
  }
}

#offline-hotel-dates-scroll .clone tr.text-primary td:first-child {
  border-right: 3px solid #24C0B1;
}

table td .offline-hotel-stay:not(:first-of-type) {
  margin-top: 1em;
}

table td.primary-color {
  color: #24C0B1;
}

table td.secondary-color {
  color: #FEC53F;
}

form#registerOfflineHotelInfo a#new-person {
  color: #ffffff;
}

#previewOfflineHotelInfo .person-info {
  height: calc(100% - 15px);
}

body.offline-hotel-pages .form-control, body.offline-hotel-pages .select2-selection {
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  height: calc(2.25rem + 2px);
}

body.offline-hotel-pages textarea {
  height: unset !important;
  resize: none;
  line-height: 2em;
}

body.offline-hotel-pages label {
  font-weight: normal !important;
}

body.offline-hotel-pages .male-color {
  color: #006cf2;
}

body.offline-hotel-pages .female-color {
  color: #ff1493;
}

body.offline-hotel-pages img.flag-icon {
  width: 21px;
  margin-right: 7px;
  border: 1px solid #c0c0c0;
}

body.offline-hotel-pages .select2-container {
  width: 100% !important;
  border: unset;
}

body.offline-hotel-pages .select2-container .select2-selection__rendered {
  line-height: 31px !important;
  padding: 0 5px !important;
}

body.offline-hotel-pages #hotelpackage-payment-method-wrapper p {
  font-size: 0.9em;
}

body.offline-hotel-pages #hotelpackage-payment-method-wrapper .total-price .amount {
  font-size: 1.3em;
  color: #0eaf0e;
}

body.offline-hotel-pages #hotelpackage-payment-method-wrapper .payment-method span {
  cursor: pointer;
}

body.offline-hotel-pages #hotelpackage-payment-method-wrapper .payment-method span.check {
  width: 20px;
  height: 20px;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bab9b9;
  margin-left: 10px;
  border-radius: 100%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  position: relative;
}

body.offline-hotel-pages #hotelpackage-payment-method-wrapper .payment-method span.check:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

body.offline-hotel-pages #hotelpackage-payment-method-wrapper .payment-method span.message {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body.offline-hotel-pages #hotelpackage-payment-method-wrapper .payment-method.disable, body.offline-hotel-pages #hotelpackage-payment-method-wrapper .payment-method.waiting {
  opacity: 0.6;
  pointer-events: none;
}

body.offline-hotel-pages #hotelpackage-payment-method-wrapper .payment-method.selected span.check {
  border-color: #0670ba;
}

body.offline-hotel-pages #hotelpackage-payment-method-wrapper .payment-method.selected span.check:before {
  background-color: #0670ba;
}

body.offline-hotel-report button.actions {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body.offline-hotel-report button.actions.waiting {
  opacity: 0.5;
  pointer-events: none;
}

#offline-hotel-paper {
  width: 1112px;
  min-height: 1495px;
  padding: 40px;
  background: #ffffff;
  margin: 40px auto;
  border: 1px solid #b1b1b1;
  -webkit-box-shadow: 2px 2px 7px #c0c0c0;
          box-shadow: 2px 2px 7px #c0c0c0;
}

#offline-hotel-print-btn {
  position: fixed;
  right: 0;
  border: unset;
  color: #ffffff;
  padding: 30px 8px;
  width: 110px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #808080;
  top: 40%;
}

#offline-hotel-print-btn:hover {
  background-color: #403f3f;
}

table.in-print-page {
  width: 100%;
  font-size: 1em;
}

table.in-print-page p {
  line-height: 1.9em;
}

table.in-print-page .itinerary-title {
  width: 100px;
}

table.in-print-page .itinerary-text p:last-of-type {
  margin-bottom: 0;
}

table.in-print-page .signatures .operator-signature span {
  z-index: 1;
}

table.in-print-page .signatures .stamp-sample {
  left: 0;
  top: -44px;
  pointer-events: none;
}

@media print {
  body {
    background: #ffffff;
  }
  #offline-hotel-paper {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    border: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  #offline-hotel-print-btn {
    display: none;
  }
}

@-moz-document url-prefix() {
  #offline-hotel-paper {
    min-height: 1380px;
  }
  @page {
    size: A4 portrait;
    margin: 40px 40px 40px 0;
  }
  @media print {
    body, div {
      display: block !important;
      padding-left: 30px !important;
    }
  }
}

form#registerFloatHotelInfo a#new-person {
  color: #ffffff;
}

#previewFloatHotelInfo .person-info {
  height: calc(100% - 15px);
}

body.float-hotel-pages .form-control, body.float-hotel-pages .select2-selection {
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  height: calc(2.25rem + 2px);
}

body.float-hotel-pages textarea {
  height: unset !important;
  resize: none;
  line-height: 2em;
}

body.float-hotel-pages label {
  font-weight: normal !important;
}

body.float-hotel-pages .male-color {
  color: #006cf2;
}

body.float-hotel-pages .female-color {
  color: #ff1493;
}

body.float-hotel-pages img.flag-icon {
  width: 21px;
  margin-right: 7px;
  border: 1px solid #c0c0c0;
}

body.float-hotel-pages .select2-container {
  width: 100% !important;
  border: unset;
}

body.float-hotel-pages .select2-container .select2-selection__rendered {
  line-height: 31px !important;
  padding: 0 5px !important;
}

body.float-hotel-pages #floathotel-payment-method-wrapper p {
  font-size: 0.9em;
}

body.float-hotel-pages #floathotel-payment-method-wrapper .total-price .amount {
  font-size: 1.3em;
  color: #0eaf0e;
}

body.float-hotel-pages #floathotel-payment-method-wrapper .payment-method span {
  cursor: pointer;
}

body.float-hotel-pages #floathotel-payment-method-wrapper .payment-method span.check {
  width: 20px;
  height: 20px;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bab9b9;
  margin-left: 10px;
  border-radius: 100%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  position: relative;
}

body.float-hotel-pages #floathotel-payment-method-wrapper .payment-method span.check:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

body.float-hotel-pages #floathotel-payment-method-wrapper .payment-method span.message {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body.float-hotel-pages #floathotel-payment-method-wrapper .payment-method.disable, body.float-hotel-pages #floathotel-payment-method-wrapper .payment-method.waiting {
  opacity: 0.6;
  pointer-events: none;
}

body.float-hotel-pages #floathotel-payment-method-wrapper .payment-method.selected span.check {
  border-color: #0670ba;
}

body.float-hotel-pages #floathotel-payment-method-wrapper .payment-method.selected span.check:before {
  background-color: #0670ba;
}

body.float-hotel-report button.actions {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body.float-hotel-report button.actions.waiting {
  opacity: 0.5;
  pointer-events: none;
}

#float-hotel-paper {
  width: 1112px;
  min-height: 1495px;
  padding: 40px;
  background: #ffffff;
  margin: 40px auto;
  border: 1px solid #b1b1b1;
  -webkit-box-shadow: 2px 2px 7px #c0c0c0;
          box-shadow: 2px 2px 7px #c0c0c0;
}

#float-hotel-print-btn {
  position: fixed;
  right: 0;
  border: unset;
  color: #ffffff;
  padding: 30px 8px;
  width: 110px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #808080;
  top: 40%;
}

#float-hotel-print-btn:hover {
  background-color: #403f3f;
}

table.in-print-page {
  width: 100%;
  font-size: 1em;
}

table.in-print-page p {
  line-height: 1.9em;
}

table.in-print-page .itinerary-title {
  width: 100px;
}

table.in-print-page .itinerary-text p:last-of-type {
  margin-bottom: 0;
}

table.in-print-page .signatures .operator-signature span {
  z-index: 1;
}

table.in-print-page .signatures .stamp-sample {
  left: 0;
  top: -44px;
  pointer-events: none;
}

@media print {
  body {
    background: #ffffff;
  }
  #float-hotel-paper {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    border: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  #float-hotel-print-btn {
    display: none;
  }
}

@-moz-document url-prefix() {
  #float-hotel-paper {
    min-height: 1380px;
  }
  @page {
    size: A4 portrait;
    margin: 40px 40px 40px 0;
  }
  @media print {
    body, div {
      display: block !important;
      padding-left: 30px !important;
    }
  }
}

#masthead ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#masthead .main-content {
  position: relative;
  height: 64px;
  padding: 5px 0;
  background: #fff;
}

#masthead .main-content.mobile .menu-wrapper {
  position: absolute;
  top: 7px;
  right: 40px;
  bottom: 0;
  margin: auto 40px auto 0;
}

#masthead .main-content.mobile .menu-wrapper .icon-Search {
  color: #52575C;
  font-size: 1.14em;
}

#masthead .main-content .menu-toggle {
  height: 24px;
  margin-top: -12px;
}

#masthead .main-content .menu-toggle.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#masthead .main-content .menu-toggle .close-icon {
  display: none;
}

#masthead .main-content .menu-toggle.active .menu-icon {
  display: none;
}

#masthead .main-content .menu-toggle.active .close-icon {
  display: block;
  fill: #54606F;
}

#masthead .main-content .logo {
  float: right;
}

#masthead .main-content .logo .site-title {
  margin: 0;
}

#masthead .main-content .logo .site-title a {
  display: block;
}

#masthead .main-content .logo .site-title a img {
  width: auto;
  height: 60px;
}

#masthead .main-content .panel-container > a, #masthead .main-content .panel-container > button.register {
  border-radius: 5px;
  padding: .5rem .75rem;
  margin-right: 1rem;
  font-size: 90%;
  border: 1px solid #2a56c0;
}

#masthead .main-content .panel-container > a {
  color: #2a56c0;
}

#masthead .main-content .panel-container > button.register {
  color: #f5f6fa;
  cursor: pointer;
}

#masthead .main-content .panel-container > button.register + ul {
  width: 200px;
  top: 55px;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.05);
  z-index: 2;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#masthead .main-content .panel-container > button.register + ul.show {
  opacity: 1;
  visibility: visible;
}

#masthead .main-content .panel-container > button.register + ul a {
  color: inherit;
}

#masthead .main-content .panel-container > button.register + ul a:hover {
  color: #FEC53F;
}

#masthead .main-content.desktop {
  height: 100px;
  background-color: #ffffff;
}

#masthead .main-content #reservation-menu {
  height: 24px;
}

#masthead .main-content #reservation-menu #panel-header.mobile > button {
  color: #54606F;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

#masthead .main-content #reservation-menu #panel-header.mobile .accountUser > button {
  color: #54606F;
}

#masthead .main-content #reservation-menu #panel-header .v-btn--outlined {
  color: #54606F;
}

#masthead .main-content #reservation-menu #panel-header .v-input .v-input__control .v-input__slot .v-select__slot {
  font-size: 13px !important;
  font-weight: 400 !important;
}

#masthead .main-content #reservation-menu #panel-header button .v-btn__content span {
  font-size: 13px !important;
  font-variation-settings: "wght" 400;
}

#masthead .main-content .phone-box .header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#masthead .main-content .phone-box .suffix-tel, #masthead .main-content .phone-box .prefix-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
}

#masthead .main-content .phone-box .prefix-tel {
  color: #52575C;
}

#masthead .main-content .phone-box .suffix-tel {
  color: #24C0B1;
  margin: 0 8px;
}

#masthead .main-content .phone-box .suffix-tel:before {
  content: "\eaf0";
  font-family: CitynetV3 !important;
  display: inline-block;
  color: #52575C;
  font-size: 16px;
  font-weight: 400;
  margin-top: -3px;
  margin-left: 10px;
}

#masthead button.user {
  border: unset;
  cursor: pointer;
  color: #616161;
}

#masthead button.user:after {
  content: '\ea58';
  font-family: LineIcons;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#masthead button.user.desktop {
  font-size: 90%;
  max-width: 180px;
  min-width: 110px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  white-space: nowrap;
  background: #F5F6FA;
  text-overflow: ellipsis;
  padding: .64rem 1.3rem .64rem 3.5rem;
}

#masthead button.user.desktop:after {
  left: 20px;
  position: absolute;
}

#masthead button.user.mobile {
  padding: 0;
  background: none;
  font-size: 0.9em;
}

#masthead button.user.mobile i {
  margin-right: 0;
  font-size: 1.6rem;
}

#masthead button.user.mobile:after {
  font-size: 0.7rem;
  font-weight: bold;
  margin-right: 0.5em;
  vertical-align: text-bottom;
}

#masthead button.user.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#masthead.fixed-top {
  z-index: 19 !important;
}

#masthead.fixed-top .main-content {
  height: 60px;
}

#masthead #site-navigation {
  left: 0;
  bottom: 0;
  opacity: 0;
  top: 100px;
  z-index: 19;
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  background-color: rgba(42, 42, 42, 0.7);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#masthead #site-navigation .menu-toggle-close {
  right: 15px;
}

#masthead #site-navigation #main-menu {
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#masthead #site-navigation #main-menu li a {
  padding: 0 1em;
  color: #52575C;
  display: block;
  line-height: 40px;
  -webkit-transition: unset;
  transition: unset;
}

#masthead #site-navigation #main-menu li a:hover {
  color: #1c9589;
}

#masthead #site-navigation #main-menu li i.lni {
  margin-right: 5px;
  vertical-align: middle;
}

#masthead #site-navigation #main-menu li i.lni-chevron-down {
  cursor: pointer;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.75rem;
}

#masthead #site-navigation #main-menu li.menu-item-has-children > a {
  padding-right: 43px;
}

#masthead #site-navigation #main-menu .sub-menu {
  display: none;
}

#masthead #site-navigation #main-menu .sub-menu a {
  padding-left: 2em !important;
}

#masthead #site-navigation #main-menu .sub-menu .sub-menu a {
  padding-left: 3em !important;
}

#masthead #site-navigation #main-menu .sub-menu .sub-menu .sub-menu a {
  padding-left: 4em !important;
}

#masthead #site-navigation #main-menu .wpml-ls-item {
  display: none;
}

#masthead #site-navigation.show {
  opacity: 1;
  visibility: visible;
}

#masthead .checkbox input {
  width: auto;
}

#masthead .checkbox a {
  color: #FEC53F;
}

#masthead .checkbox a:hover {
  color: #24C0B1;
}

#masthead .lang-fa, #masthead .lang-en {
  width: 70px;
  position: relative;
}

#masthead .lang-fa .lang-title, #masthead .lang-en .lang-title {
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
}

#masthead .lang-fa .lang-title .icon-chevron-down, #masthead .lang-en .lang-title .icon-chevron-down {
  top: 4px;
}

#masthead .lang-fa .lang-title .icon-global, #masthead .lang-en .lang-title .icon-global {
  top: 2px;
}

#masthead .lang-fa .lang-title .icon-chevron-down, #masthead .lang-fa .lang-title .icon-global, #masthead .lang-en .lang-title .icon-chevron-down, #masthead .lang-en .lang-title .icon-global {
  font-size: 18px;
  position: absolute;
}

#masthead .lang-fa .lang-title .icon-chevron-down, #masthead .lang-en .lang-title .icon-chevron-down {
  font-size: 14px;
  color: #9D9FA2;
}

#masthead .lang-fa .lang-title .icon-chevron-down.rotate:before, #masthead .lang-en .lang-title .icon-chevron-down.rotate:before {
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

#masthead .lang-fa .lang-title .icon-chevron-down:before, #masthead .lang-en .lang-title .icon-chevron-down:before {
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

#masthead .lang-fa .lang-box, #masthead .lang-en .lang-box {
  z-index: 5;
  width: 170px;
  border-radius: 8px;
  position: relative;
  background: #FFFFFF;
  margin: -5px 0  0 -20px;
  -webkit-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05), 0px 30px 40px rgba(96, 97, 112, 0.1);
          box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05), 0px 30px 40px rgba(96, 97, 112, 0.1);
}

#masthead .lang-fa .lang-box .wpml-ls-statics-shortcode_actions, #masthead .lang-en .lang-box .wpml-ls-statics-shortcode_actions {
  display: block;
  padding-bottom: 2px;
}

#masthead .lang-fa .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions, #masthead .lang-en .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions {
  width: 96%;
  padding: 10px;
  margin: 5px !important;
}

#masthead .lang-fa .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions .wpml-ls-link span, #masthead .lang-en .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions .wpml-ls-link span {
  color: #43484E;
}

#masthead .lang-fa .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions:hover, #masthead .lang-en .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-slot-shortcode_actions:hover {
  border-radius: 8px;
  background: #F2F2F5;
}

#masthead .lang-fa .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-current-language, #masthead .lang-en .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-current-language {
  width: 96%;
  border-radius: 8px;
  background: #F2F2F5;
}

#masthead .lang-fa {
  margin: -18px 60px 0px 0px;
}

#masthead .lang-fa .lang-title .icon-global {
  right: -32%;
}

#masthead .lang-fa .lang-title .icon-chevron-down {
  left: 0;
}

#masthead .lang-en {
  margin: -18px 0px 0px 20px;
}

#masthead .lang-en .lang-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#masthead .lang-en .lang-title .icon-global {
  left: 35%;
}

#masthead .lang-en .lang-title .icon-chevron-down {
  right: -60%;
}

#masthead .lang-en .lang-box {
  margin-top: 25px;
}

.panel-wrapper {
  margin-top: 120px;
}

#home-first-tours-section, #home-sec-tours-section {
  margin-top: 120px;
}

#home-first-tours-section .description, #home-sec-tours-section .description {
  font-weight: 300;
  font-size: 1.14em;
  color: #52575C;
}

#home-first-tours-section .first-tours-slider, #home-first-tours-section .sec-tours-slider, #home-sec-tours-section .first-tours-slider, #home-sec-tours-section .sec-tours-slider {
  margin-top: 30px;
  padding: 0 15px;
  /*important*/
  /*important*/
}

#home-first-tours-section .first-tours-slider div.slick-slide, #home-first-tours-section .sec-tours-slider div.slick-slide, #home-sec-tours-section .first-tours-slider div.slick-slide, #home-sec-tours-section .sec-tours-slider div.slick-slide {
  margin: 0 15px;
}

#home-first-tours-section .first-tours-slider .slick-list, #home-first-tours-section .sec-tours-slider .slick-list, #home-sec-tours-section .first-tours-slider .slick-list, #home-sec-tours-section .sec-tours-slider .slick-list {
  margin: 0 -15px;
}

#home-first-tours-section .first-tours-slider .slick-arrow:before, #home-first-tours-section .sec-tours-slider .slick-arrow:before, #home-sec-tours-section .first-tours-slider .slick-arrow:before, #home-sec-tours-section .sec-tours-slider .slick-arrow:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.4);
  width: 30px;
  height: 30px;
  color: #292D32;
}

#home-first-tours-section .first-tours-slider .slick-prev, #home-first-tours-section .sec-tours-slider .slick-prev, #home-sec-tours-section .first-tours-slider .slick-prev, #home-sec-tours-section .sec-tours-slider .slick-prev {
  right: 10px;
  z-index: 1;
}

#home-first-tours-section .first-tours-slider .slick-prev:before, #home-first-tours-section .sec-tours-slider .slick-prev:before, #home-sec-tours-section .first-tours-slider .slick-prev:before, #home-sec-tours-section .sec-tours-slider .slick-prev:before {
  content: "\eb15";
  font-family: CitynetV3 !important;
}

#home-first-tours-section .first-tours-slider .slick-next, #home-first-tours-section .sec-tours-slider .slick-next, #home-sec-tours-section .first-tours-slider .slick-next, #home-sec-tours-section .sec-tours-slider .slick-next {
  left: 20px;
}

#home-first-tours-section .first-tours-slider .slick-next:before, #home-first-tours-section .sec-tours-slider .slick-next:before, #home-sec-tours-section .first-tours-slider .slick-next:before, #home-sec-tours-section .sec-tours-slider .slick-next:before {
  content: "\eb10";
  font-family: CitynetV3 !important;
}

#home-first-tours-section .first-tours-slider .slick-dots, #home-first-tours-section .sec-tours-slider .slick-dots, #home-sec-tours-section .first-tours-slider .slick-dots, #home-sec-tours-section .sec-tours-slider .slick-dots {
  right: -10px;
  bottom: -50px;
}

#home-first-tours-section .first-tours-slider .slick-dots li, #home-first-tours-section .sec-tours-slider .slick-dots li, #home-sec-tours-section .first-tours-slider .slick-dots li, #home-sec-tours-section .sec-tours-slider .slick-dots li {
  width: 16px;
}

#home-first-tours-section .first-tours-slider .slick-dots li.slick-active button:before, #home-first-tours-section .sec-tours-slider .slick-dots li.slick-active button:before, #home-sec-tours-section .first-tours-slider .slick-dots li.slick-active button:before, #home-sec-tours-section .sec-tours-slider .slick-dots li.slick-active button:before {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: #FEC53F;
}

#home-first-tours-section .first-tours-slider .slick-dots li button:before, #home-first-tours-section .sec-tours-slider .slick-dots li button:before, #home-sec-tours-section .first-tours-slider .slick-dots li button:before, #home-sec-tours-section .sec-tours-slider .slick-dots li button:before {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #D9D9D9;
  opacity: 1;
}

#home-first-tours-section .tours-archive, #home-sec-tours-section .tours-archive {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0 auto;
  color: #24C0B1;
}

#home-sec-tours-section {
  margin-top: 100px;
}

#home-blog-section {
  margin-top: 100px;
}

#home-blog-section .category-tabs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

#home-blog-section .category-tabs .items-nav-blog {
  width: 47%;
  margin-bottom: 15px;
  overflow: hidden;
}

#home-blog-section .category-tabs .items-nav-blog .nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 160px;
  border-radius: 10px;
  overflow: hidden;
}

#home-blog-section .category-tabs .items-nav-blog .nav-link:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0000004D;
}

#home-blog-section .category-tabs .items-nav-blog .nav-link .category-name {
  position: absolute;
  color: #ffffff;
  font-size: 0.85em;
  font-weight: bold;
  z-index: 1;
}

#home-blog-section .category-tabs .items-nav-blog .nav-link.active:after {
  background: #00000059;
}

#home-blog-section .category-tabs .items-nav-blog .nav-link.active .category-name {
  color: #24C0B1;
}

#home-blog-section .category-tabs .items-nav-blog .nav-link:hover:after {
  background: #00000059;
}

#home-blog-section .category-tabs .items-nav-blog .nav-link:hover .category-name {
  color: #24C0B1;
}

#home-blog-section .latest-news {
  list-style: none;
  display: none;
  font-size: 1.14em;
  font-weight: bold;
}

#home-blog-section .latest-news.active {
  margin-top: 30px;
  display: inline-block;
}

#home-blog-section .latest-news.active i {
  margin-left: 15px;
  color: #FEC53F;
}

#home-blog-section .blog-archive {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #24C0B1;
}

#home-proposed-tours-section {
  margin-top: 100px;
}

#home-proposed-tours-section .description {
  font-weight: 300;
  font-size: 1.14em;
  color: #52575C;
}

#home-proposed-tours-section .proposed-tours-border {
  margin-top: 30px !important;
}

#home-proposed-tours-section .image-wrapper {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

#home-proposed-tours-section .image-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000040;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

#home-proposed-tours-section .image-wrapper .tour-content {
  position: absolute;
  padding: 0 15px;
  width: 100%;
  bottom: 15px;
  z-index: 1;
}

#home-proposed-tours-section .image-wrapper .tour-content .tour-title, #home-proposed-tours-section .image-wrapper .tour-content .travel-duration {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #ffffff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

#home-proposed-tours-section .image-wrapper .tour-content .tour-title {
  font-weight: bold;
}

#home-proposed-tours-section .image-wrapper:hover {
  -webkit-box-shadow: 0px 25px 40px 0px #00000033;
          box-shadow: 0px 25px 40px 0px #00000033;
}

#home-proposed-tours-section .image-wrapper:hover:after {
  background: #00000080;
}

#home-proposed-tours-section .image-wrapper:hover .tour-content .tour-title {
  color: #24C0B1;
}

#home-proposed-tours-section .tours-archive {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #24C0B1;
}

#colophon {
  display: block;
  margin-top: 100px;
  background-color: #EFEFEF;
  width: 100%;
}

#colophon:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
}

#colophon .logo {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#colophon .call-border {
  display: block;
  margin: 30px 0;
  padding: 15px;
  width: 100%;
  background: #E6E6E673;
  border-radius: 10px;
}

#colophon .call-border span, #colophon .call-border address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#colophon .call-border span a, #colophon .call-border address a {
  display: block;
  line-height: 28px;
  color: #52575C;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

#colophon .call-border span a:hover, #colophon .call-border address a:hover {
  color: #24C0B1;
}

#colophon .call-border span i, #colophon .call-border address i {
  margin-right: 10px;
  margin-left: -2px;
  color: #52575C;
  font-size: 16px;
}

#colophon .call-border span i.icon-whatsApp, #colophon .call-border address i.icon-whatsApp {
  margin-top: -3px;
  font-size: 18px;
}

#colophon .call-border address {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #52575C;
  margin-bottom: 10px;
  line-height: 28px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

#colophon .call-border address i {
  position: relative;
  top: 5px;
  font-size: 18px;
}

#colophon .heading-menu {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.14em;
  font-weight: bold;
  color: #24C0B1;
}

#colophon .quick-access-menu li, #colophon .services-menu li {
  line-height: 28px;
}

#colophon .quick-access-menu li a, #colophon .services-menu li a {
  font-weight: 300;
  color: #52575C;
}

#colophon .quick-access-menu li a:hover, #colophon .services-menu li a:hover {
  font-weight: bold;
}

#colophon .part-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
}

#colophon .part-bottom .connect-with {
  margin: 20px;
}

#colophon .copyright-border {
  background-color: #F5F6FA;
  padding-top: 15px;
  padding-bottom: 60px;
}

#colophon .copyright {
  margin-top: 10px;
}

#colophon .copyright p {
  font-size: 0.75rem;
  color: #3E4361;
}

#colophon .copyright p:first-child {
  font-size: 0.86rem;
  font-weight: 500;
}

#colophon .copyright p a {
  color: #24C0B1;
}

#colophon .copyright p a:hover {
  color: #FEC53F;
}

#colophon .call-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 15px;
  bottom: 15px;
  color: #2a56c0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 35px rgba(81, 232, 203, 0.7);
          box-shadow: 0px 0px 35px rgba(81, 232, 203, 0.7);
  background-color: #24C0B1;
}

#colophon .call-tel i {
  font-size: 22px;
  color: #ffffff;
}

#colophon #logo-licenses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  margin: 0;
}

#colophon #logo-licenses li {
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 10px;
}

.social-networks {
  margin-bottom: 0;
}

.social-networks li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: #52575C;
  font-size: 1.2rem;
  background: #D9D9D980;
}

.social-networks li.normal {
  border: unset !important;
}

.social-networks li.facebook a:hover {
  color: #3b5998;
}

.social-networks li.twitter a:hover {
  color: #1da1f2;
}

.social-networks li.instagram a:hover {
  color: #c13584;
}

.social-networks li.youtube a:hover {
  color: #ff0000;
}

.social-networks li.telegram a:hover {
  color: #0088cc;
}

.social-networks li.aparat a:hover {
  color: #df0f50;
}

.social-networks li.whatsapp a:hover {
  color: #128c7e;
}

.social-networks li.tumblr a:hover {
  color: #35465c;
}

.social-networks li.medium a:hover {
  color: #00ab6c;
}

.social-networks li.reddit a:hover {
  color: #ff4500;
}

.social-networks li.pinterest a:hover {
  color: #bd081c;
}

.social-networks li.linkedin a:hover {
  color: #0a66c2;
}

#pwa-notif {
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s;
  transition: all .4s;
}

#pwa-notif span, #pwa-notif a {
  font-size: 10px;
  font-weight: 500;
}

#pwa-notif a {
  background: #e5e5e5;
  color: #FEC53F;
  min-width: 73px;
  height: 35px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}

#pwa-notif i {
  font-size: 20px;
  margin: 0;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #A0A4A8;
}

#pwa-notif.closed {
  bottom: -200px;
}

.footer-whatsapp-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  position: fixed;
  right: 10px;
  bottom: 15px;
  background: #2db742;
  color: white;
  width: 45px;
  height: 45px;
  font-size: 31px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  border-radius: 50%;
  z-index: 999;
  -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
          box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}

.footer-whatsapp-share .close {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-size: 18px;
  margin: 0 auto;
  color: #fff;
}

.footer-whatsapp-share .whatsapp {
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
}

.footer-whatsapp-share.footer-whatsapp-share-open .whatsapp {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer-whatsapp-share.footer-whatsapp-share-open .close {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.footer-whatsapp-share-box {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 15px;
  width: 345px;
  background: white;
  z-index: 10000;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
  height: 430px;
  overflow-y: auto;
  -webkit-transition: all .6s;
  transition: all .6s;
  bottom: -50px;
}

.footer-whatsapp-share-box.footer-whatsapp-share-box-open {
  visibility: visible;
  opacity: 1;
  bottom: 75px;
}

.footer-whatsapp-share-box .footer-whatsapp-share-header {
  height: 110px;
  background: #24C0B1;
  border-radius: 5px 5px 0 0;
  padding: 20px;
  color: white;
}

.footer-whatsapp-share-box .footer-whatsapp-share-header .footer-share-header-heading {
  font-size: 1.1em;
}

.footer-whatsapp-share-box .footer-whatsapp-share-header .footer-share-header-heading i {
  position: absolute;
  left: 20px;
  font-size: 35px;
  top: 13px;
}

.footer-whatsapp-share-box .footer-whatsapp-share-header .footer-share-header {
  font-weight: 300;
  font-size: .8em;
  margin-top: 5px;
  line-height: 20px;
  width: 85%;
}

.footer-whatsapp-share-box .footer-whatsapp-share-footer {
  padding-bottom: 20px;
  margin-top: 50px;
  color: black;
}

.footer-whatsapp-share-box .footer-whatsapp-share-footer p {
  font-weight: 300;
  font-size: .75em;
  margin-bottom: 0;
}

.footer-whatsapp-share-main-box {
  background: #f5f7f9;
  padding: 10px 20px;
  border-radius: 3px;
  border-left: solid 2px #2db742;
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer-whatsapp-share-main-box:hover {
  -webkit-box-shadow: 0 7px 15px 1px rgba(55, 62, 70, 0.07);
          box-shadow: 0 7px 15px 1px rgba(55, 62, 70, 0.07);
  background: white;
}

.footer-whatsapp-share-main-box a {
  display: inline-block;
  width: 100%;
  margin-bottom: -8px;
}

.footer-whatsapp-share-main-box a .footer-whatsapp-share-left-side img {
  width: 50px;
  border-radius: 50%;
}

.footer-whatsapp-share-main-box a .footer-whatsapp-share-right-side {
  width: 213px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}

.footer-whatsapp-share-main-box a .footer-whatsapp-share-right-side i {
  float: right;
  font-size: 22px;
  color: #2db742;
  margin-top: 13px;
}

.footer-whatsapp-share-main-box a .footer-whatsapp-share-right-side .footer-whatsapp-share-main-box-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: black;
  float: right;
  margin-right: 10px;
  margin-top: 8px;
}

.footer-whatsapp-share-main-box a .footer-whatsapp-share-right-side .footer-whatsapp-share-main-box-name .footer-share-name {
  font-size: .9em;
}

.footer-whatsapp-share-main-box a .footer-whatsapp-share-right-side .footer-whatsapp-share-main-box-name .footer-share-position {
  font-size: .7em;
  font-weight: 300;
}

@media (max-width: 360px) {
  .footer-whatsapp-share-box {
    right: 15px;
    width: 290px;
    height: 433px;
  }
  .footer-whatsapp-share-main-box a .footer-whatsapp-share-right-side {
    width: 158px;
  }
  .footer-whatsapp-share-box.footer-whatsapp-share-box-open {
    bottom: 70px;
  }
}

@media (min-width: 576px) {
  .footer-whatsapp-share {
    bottom: 20px;
    right: 20px;
  }
  .footer-whatsapp-share-box.footer-whatsapp-share-box-open {
    bottom: 100px;
  }
}

.main-title {
  position: relative;
}

.main-title::before, .main-title::after {
  content: '';
  background: #B2B2B2;
  width: 130px;
  height: 1px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-title::after {
  background: #1c9589;
  width: 7px;
  height: 7px;
  bottom: calc(100% - 3.5px);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 7px #f5f6fa;
          box-shadow: 0 0 0 7px #f5f6fa;
}

.main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5, .main-title h6 {
  color: #52575C;
  font-size: 1.1em;
}

.main-title span {
  color: #b2b2b2;
  font-size: 0.85em;
}

.contact-page .wrapper {
  background: white;
  -webkit-box-shadow: 0 10px 31px -21px #c7c7c7;
          box-shadow: 0 10px 31px -21px #c7c7c7;
  border-radius: 10px;
  overflow: hidden;
}

.contact-page .wrapper iframe {
  height: 235px;
}

.contact-page .wrapper p {
  margin: 0;
}

.contact-page .wrapper form input, .contact-page .wrapper form textarea {
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  height: 40px;
  width: 100%;
  padding: .5rem 1rem;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.contact-page .wrapper form input:not(.wpcf7-submit), .contact-page .wrapper form textarea:not(.wpcf7-submit) {
  margin-bottom: 30px;
}

.contact-page .wrapper form input:-webkit-autofill, .contact-page .wrapper form input:-webkit-autofill:hover, .contact-page .wrapper form input:-webkit-autofill:focus, .contact-page .wrapper form input:-webkit-autofill:active, .contact-page .wrapper form textarea:-webkit-autofill, .contact-page .wrapper form textarea:-webkit-autofill:hover, .contact-page .wrapper form textarea:-webkit-autofill:focus, .contact-page .wrapper form textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
          box-shadow: 0 0 0 30px white inset !important;
}

.contact-page .wrapper form textarea {
  min-height: 100px;
}

.contact-page .wrapper form textarea::-webkit-input-placeholder, .contact-page .wrapper form textarea:-ms-input-placeholder, .contact-page .wrapper form textarea::-webkit-input-placeholder {
  font-size: 90%;
}

.contact-page .wrapper form textarea::-webkit-input-placeholder, .contact-page .wrapper form textarea:-ms-input-placeholder, .contact-page .wrapper form textarea::placeholder {
  font-size: 90%;
}

.contact-page .wrapper form label {
  position: absolute;
  z-index: 1;
  margin: 8px;
  font-size: 90%;
  background: white;
  padding: 0 1rem;
  color: #52575C;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.contact-page .wrapper form label.optional {
  font-size: 80%;
  margin-top: -20px;
  left: 30px;
  color: #2a56c0;
}

.contact-page .wrapper form .wpcf7-submit {
  border: none !important;
  width: 150px;
  display: block;
  margin-right: auto;
  color: #f5f6fa;
  cursor: pointer;
}

.contact-page .wrapper form.sent .wpcf7-response-output, .contact-page .wrapper form.failed .wpcf7-response-output {
  border: 0 !important;
  color: #46b450;
  margin: 0 0 15px;
  padding: 5px 15px !important;
  border-radius: 5px;
  font-size: 90%;
  background: #46b4503b;
  width: 100%;
}

.contact-page .wrapper form.failed .wpcf7-response-output {
  color: #dc3232;
  background: #dc323226;
}

.contact-page .wrapper form.invalid .wpcf7-response-output {
  display: none !important;
}

.contact-page .wrapper form .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 20px);
  font-size: 80%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.contact-page .wrapper form .your-message {
  min-height: 130px;
  display: block;
}

.contact-page .wrapper form .your-message textarea {
  margin-bottom: 0;
}

.contact-page .wrapper form .your-message .wpcf7-not-valid-tip {
  bottom: 0;
  top: unset;
}

.contact-page .wrapper form .wpcf7-recaptcha {
  width: 250px !important;
  margin: 0;
}

.contact-page .wrapper form .wpcf7-recaptcha > div {
  -webkit-transform: scale(0.8) translatex(38px) translateY(-18px);
          transform: scale(0.8) translatex(38px) translateY(-18px);
}

.contact-page .wrapper.contact-info {
  color: #52575C;
}

.contact-page .wrapper.contact-info a {
  color: #52575C;
}

.contact-page .wrapper.contact-info a:hover {
  color: #FEC53F;
}

.contact-page .wrapper.contact-info i {
  color: #b2b2b2;
  background: #f5f6fa;
  border-radius: 5px;
  padding: 10px;
}

.color-secondary {
  color: #FEC53F !important;
}

.border-10 {
  border-radius: 10px !important;
}

.color-lightgray {
  color: #b2b2b2 !important;
}

.bg-darkgray {
  background-color: #464646 !important;
}

.bg-body {
  background-color: #F5F6FA !important;
}

.bg-secondary {
  background-color: #FEC53F !important;
}

.button-gradient {
  background: #FEC53F;
  -webkit-box-shadow: 0 10px 20px -3px rgba(254, 197, 63, 0.3);
          box-shadow: 0 10px 20px -3px rgba(254, 197, 63, 0.3);
  background-size: 300% 100%;
  -webkit-transition: all .8s ease-in-out !important;
  transition: all .8s ease-in-out !important;
}

.button-gradient:hover {
  background-position: 100% 0;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

#image-gallery-slider .slick-prev {
  z-index: 2;
  right: 5px;
}

#image-gallery-slider .slick-next {
  right: 5px;
}

.single-post .wrapper {
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 31px -21px #c7c7c7;
          box-shadow: 0 10px 31px -21px #c7c7c7;
  background: white;
}

.single-post .top-side img {
  border-radius: 10px;
}

.single-post .left-side .wrapper img {
  border-radius: 10px;
}

.single-post .left-side .wrapper a {
  color: #52575C;
}

.single-post .left-side .wrapper a:hover {
  color: #FEC53F;
}

.single-post .entry-content p {
  text-align: justify;
}

.single-post .entry-content img {
  width: 100%;
  border-radius: 10px;
  margin: 15px 0;
}

.single-post .entry-content .wp-embedded-content {
  width: 100%;
}

.single-post .entry-footer a {
  background: #F5F6FA;
  color: #52575C;
  padding: .25rem 1rem;
  margin: .25rem;
  display: inline-block;
  border-radius: 5px;
}

.single-post .entry-footer a:hover {
  background: #eef0f8;
}

.single-post .kk-star-ratings {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single-post .kk-star-ratings .kksr-legend {
  margin-top: 15px;
}

.single-post .share-wrapper {
  background: #f5f6fa;
  border-radius: 5px;
  padding: .5rem;
}

.single-post .share-wrapper a {
  width: 33px;
  display: inline-block;
  line-height: 31px;
  border-radius: 100%;
  color: #52575C;
  font-size: 1.3rem;
}

.single-post .share-wrapper a.facebook-share:hover {
  color: #3b5998;
}

.single-post .share-wrapper a.twitter-share:hover {
  color: #1da1f2;
}

.single-post .share-wrapper a.telegram-share:hover {
  color: #0088cc;
}

.single-post .share-wrapper a.whatsapp-share:hover {
  color: #128c7e;
}

.single-post .share-wrapper a.linkedin-share:hover {
  color: #0a66c2;
}

#comments {
  padding: 30px 15px;
  margin-bottom: 1.5em;
}

#comments .comment-reply-title {
  margin-top: 0;
  font-size: 1.3rem !important;
}

#comments .comment-form-email, #comments .comment-form-author {
  display: inline-block;
  width: 100%;
}

#comments .comment-form-email input, #comments .comment-form-author input {
  height: 35px;
  border: 1px solid #bfbfbf;
  width: 100%;
  border-radius: 3px;
}

#comments h2 {
  margin-top: 0;
}

#comments h3 {
  font-size: 1rem !important;
}

#comments .comments-title {
  font-size: 1em;
}

#comments .comment-list {
  padding: 0;
}

#comments .comment-list .comment {
  padding: 5px;
}

#comments .comment-list .comment .comment-body {
  padding: 10px;
}

#comments .comment-list .comment .comment-body .comment-content {
  padding: 5px;
  margin: 5px 0;
}

#comments .comment-list .comment .comment-body .comment-content .dashicons {
  color: #FEC53F;
}

#comments .comment-list .comment .comment-body .comment-content p {
  font-size: .8em;
  margin-bottom: 0;
}

#comments .comment-list .reply a {
  width: auto;
  height: 25px;
  background: #FEC53F;
  line-height: 25px;
  font-size: .8rem;
  color: #fff;
  text-align: center;
  padding: .25rem 1rem;
  border-radius: 3px;
}

#comments .comment-list .reply a:hover {
  background-color: #feb60c;
}

#comments footer.comment-meta .comment-author img {
  border-radius: 5px;
  border: 1px solid #ccc;
}

#comments footer.comment-meta .comment-metadata {
  display: none;
  font-size: .9em;
  line-height: 25px;
}

#comments footer.comment-meta .comment-metadata a {
  color: #24C0B1;
}

#comments footer.comment-meta .comment-metadata a:hover {
  font-weight: bold;
}

#comments .edit-link a {
  padding: 0 5px;
  font-size: .7rem;
  color: #24C0B1;
}

#comments label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  background: white;
  padding: 0 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#comments label .required {
  display: none;
}

#comments input, #comments textarea {
  width: 100%;
  border-radius: 5px;
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
  height: 40px;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 0 15px;
}

#comments input:-webkit-autofill, #comments input:-webkit-autofill:hover, #comments input:-webkit-autofill:focus, #comments input:-webkit-autofill:active, #comments textarea:-webkit-autofill, #comments textarea:-webkit-autofill:hover, #comments textarea:-webkit-autofill:focus, #comments textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
          box-shadow: 0 0 0 30px white inset !important;
}

#comments textarea {
  min-height: 200px;
  padding: 15px;
}

#comments .comment-form-author, #comments .comment-form-email {
  width: 100%;
  display: inline-block;
  position: relative;
}

#comments .comment-form-comment label {
  display: none;
}

#comments #reply-title {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

#comments .comment-notes {
  display: none;
}

#comments #submit {
  border: none !important;
  width: 150px;
  display: block;
  margin-right: auto;
  color: #f5f6fa;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#2a56c0), color-stop(#214396), to(#2a56c0));
  background: linear-gradient(to right, #2a56c0, #214396, #2a56c0);
  background-size: 300% 100%;
  -webkit-transition: all .8s ease-in-out !important;
  transition: all .8s ease-in-out !important;
}

#comments #submit:hover {
  background-position: 100% 0;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.tml-action-login article, body.tml-action-register article, body.tml-action-lostpassword article, body.tml-action-resetpass article {
  margin: 0 auto 4rem;
  background: white;
  padding: 1rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 31px -21px #c7c7c7;
          box-shadow: 0 10px 31px -21px #c7c7c7;
}

body.tml-action-login article .tml-errors, body.tml-action-register article .tml-errors, body.tml-action-lostpassword article .tml-errors, body.tml-action-resetpass article .tml-errors {
  margin-bottom: 15px;
  margin-top: -15px;
}

body.tml-action-login article .tml-error, body.tml-action-register article .tml-error, body.tml-action-lostpassword article .tml-error, body.tml-action-resetpass article .tml-error {
  border: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  margin: 0;
  font-size: 80%;
  padding: 0;
  bottom: 100%;
  color: #dc3232;
}

body.tml-action-login article .tml-login, body.tml-action-login article .tml-register, body.tml-action-login article .tml-lostpassword, body.tml-action-register article .tml-login, body.tml-action-register article .tml-register, body.tml-action-register article .tml-lostpassword, body.tml-action-lostpassword article .tml-login, body.tml-action-lostpassword article .tml-register, body.tml-action-lostpassword article .tml-lostpassword, body.tml-action-resetpass article .tml-login, body.tml-action-resetpass article .tml-register, body.tml-action-resetpass article .tml-lostpassword {
  position: relative;
}

body.tml-action-login article .tml-login .tml-message, body.tml-action-login article .tml-register .tml-message, body.tml-action-login article .tml-lostpassword .tml-message, body.tml-action-register article .tml-login .tml-message, body.tml-action-register article .tml-register .tml-message, body.tml-action-register article .tml-lostpassword .tml-message, body.tml-action-lostpassword article .tml-login .tml-message, body.tml-action-lostpassword article .tml-register .tml-message, body.tml-action-lostpassword article .tml-lostpassword .tml-message, body.tml-action-resetpass article .tml-login .tml-message, body.tml-action-resetpass article .tml-register .tml-message, body.tml-action-resetpass article .tml-lostpassword .tml-message {
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
  font-size: 80%;
  color: #52575C;
}

body.tml-action-login article form .tml-field-wrap, body.tml-action-register article form .tml-field-wrap, body.tml-action-lostpassword article form .tml-field-wrap, body.tml-action-resetpass article form .tml-field-wrap {
  position: relative;
}

body.tml-action-login article form input:not([type="radio"]):not([type="checkbox"]), body.tml-action-register article form input:not([type="radio"]):not([type="checkbox"]), body.tml-action-lostpassword article form input:not([type="radio"]):not([type="checkbox"]), body.tml-action-resetpass article form input:not([type="radio"]):not([type="checkbox"]) {
  width: 100%;
  border-radius: 5px;
  color: #52575C;
  border: 1px solid #b2b2b2;
  height: 40px;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 0 15px;
  direction: ltr;
}

body.tml-action-login article form input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill, body.tml-action-login article form input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:hover, body.tml-action-login article form input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:focus, body.tml-action-login article form input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:active, body.tml-action-register article form input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill, body.tml-action-register article form input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:hover, body.tml-action-register article form input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:focus, body.tml-action-register article form input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:active, body.tml-action-lostpassword article form input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill, body.tml-action-lostpassword article form input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:hover, body.tml-action-lostpassword article form input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:focus, body.tml-action-lostpassword article form input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:active, body.tml-action-resetpass article form input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill, body.tml-action-resetpass article form input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:hover, body.tml-action-resetpass article form input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:focus, body.tml-action-resetpass article form input:not([type="radio"]):not([type="checkbox"]):-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
          box-shadow: 0 0 0 30px white inset !important;
}

body.tml-action-login article form label.tml-label, body.tml-action-register article form label.tml-label, body.tml-action-lostpassword article form label.tml-label, body.tml-action-resetpass article form label.tml-label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  background: white;
  padding: 0 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 0 !important;
}

body.tml-action-login article form .tml-log-wrap, body.tml-action-register article form .tml-log-wrap, body.tml-action-lostpassword article form .tml-log-wrap, body.tml-action-resetpass article form .tml-log-wrap {
  margin-bottom: 35px;
}

body.tml-action-login article form .tml-rememberme-wrap, body.tml-action-register article form .tml-rememberme-wrap, body.tml-action-lostpassword article form .tml-rememberme-wrap, body.tml-action-resetpass article form .tml-rememberme-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

body.tml-action-login article form .tml-rememberme-wrap label, body.tml-action-register article form .tml-rememberme-wrap label, body.tml-action-lostpassword article form .tml-rememberme-wrap label, body.tml-action-resetpass article form .tml-rememberme-wrap label {
  position: static;
  display: inline-block;
  margin: 0px 0 -20px !important;
}

body.tml-action-login article form .tml-rememberme-wrap input, body.tml-action-register article form .tml-rememberme-wrap input, body.tml-action-lostpassword article form .tml-rememberme-wrap input, body.tml-action-resetpass article form .tml-rememberme-wrap input {
  width: unset;
  height: unset;
}

body.tml-action-login article form .tml-rememberme-wrap input:-webkit-autofill, body.tml-action-login article form .tml-rememberme-wrap input:-webkit-autofill:hover, body.tml-action-login article form .tml-rememberme-wrap input:-webkit-autofill:focus, body.tml-action-login article form .tml-rememberme-wrap input:-webkit-autofill:active, body.tml-action-register article form .tml-rememberme-wrap input:-webkit-autofill, body.tml-action-register article form .tml-rememberme-wrap input:-webkit-autofill:hover, body.tml-action-register article form .tml-rememberme-wrap input:-webkit-autofill:focus, body.tml-action-register article form .tml-rememberme-wrap input:-webkit-autofill:active, body.tml-action-lostpassword article form .tml-rememberme-wrap input:-webkit-autofill, body.tml-action-lostpassword article form .tml-rememberme-wrap input:-webkit-autofill:hover, body.tml-action-lostpassword article form .tml-rememberme-wrap input:-webkit-autofill:focus, body.tml-action-lostpassword article form .tml-rememberme-wrap input:-webkit-autofill:active, body.tml-action-resetpass article form .tml-rememberme-wrap input:-webkit-autofill, body.tml-action-resetpass article form .tml-rememberme-wrap input:-webkit-autofill:hover, body.tml-action-resetpass article form .tml-rememberme-wrap input:-webkit-autofill:focus, body.tml-action-resetpass article form .tml-rememberme-wrap input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
          box-shadow: 0 0 0 30px white inset !important;
}

body.tml-action-login article form .tml-submit-wrap, body.tml-action-register article form .tml-submit-wrap, body.tml-action-lostpassword article form .tml-submit-wrap, body.tml-action-resetpass article form .tml-submit-wrap {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  margin-right: auto;
  margin-top: -40px;
}

body.tml-action-login article form .tml-submit-wrap button, body.tml-action-register article form .tml-submit-wrap button, body.tml-action-lostpassword article form .tml-submit-wrap button, body.tml-action-resetpass article form .tml-submit-wrap button {
  border: none !important;
  width: 150px;
  display: block;
  margin-right: auto;
  color: #f5f6fa;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#2a56c0), color-stop(#214396), to(#2a56c0));
  background: linear-gradient(to right, #2a56c0, #214396, #2a56c0);
  background-size: 300% 100%;
  -webkit-transition: all .8s ease-in-out !important;
  transition: all .8s ease-in-out !important;
  height: 40px;
  border-radius: 5px;
}

body.tml-action-login article form .tml-submit-wrap button:hover, body.tml-action-register article form .tml-submit-wrap button:hover, body.tml-action-lostpassword article form .tml-submit-wrap button:hover, body.tml-action-resetpass article form .tml-submit-wrap button:hover {
  background-position: 100% 0;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.tml-action-login article ul.tml-links, body.tml-action-register article ul.tml-links, body.tml-action-lostpassword article ul.tml-links, body.tml-action-resetpass article ul.tml-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

body.tml-action-login article ul.tml-links .tml-lostpassword-link, body.tml-action-register article ul.tml-links .tml-lostpassword-link, body.tml-action-lostpassword article ul.tml-links .tml-lostpassword-link, body.tml-action-resetpass article ul.tml-links .tml-lostpassword-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 80%;
}

body.tml-action-login article ul.tml-links .tml-lostpassword-link a, body.tml-action-register article ul.tml-links .tml-lostpassword-link a, body.tml-action-lostpassword article ul.tml-links .tml-lostpassword-link a, body.tml-action-resetpass article ul.tml-links .tml-lostpassword-link a {
  color: #b2b2b2;
}

body.tml-action-login article ul.tml-links .tml-lostpassword-link a:hover, body.tml-action-register article ul.tml-links .tml-lostpassword-link a:hover, body.tml-action-lostpassword article ul.tml-links .tml-lostpassword-link a:hover, body.tml-action-resetpass article ul.tml-links .tml-lostpassword-link a:hover {
  color: #FEC53F;
}

body.tml-action-login article ul.tml-links .tml-register-link, body.tml-action-login article ul.tml-links .tml-login-link, body.tml-action-register article ul.tml-links .tml-register-link, body.tml-action-register article ul.tml-links .tml-login-link, body.tml-action-lostpassword article ul.tml-links .tml-register-link, body.tml-action-lostpassword article ul.tml-links .tml-login-link, body.tml-action-resetpass article ul.tml-links .tml-register-link, body.tml-action-resetpass article ul.tml-links .tml-login-link {
  position: absolute;
  bottom: -60px;
  text-align: center;
  width: 100%;
}

body.tml-action-login article ul.tml-links .tml-register-link a, body.tml-action-login article ul.tml-links .tml-login-link a, body.tml-action-register article ul.tml-links .tml-register-link a, body.tml-action-register article ul.tml-links .tml-login-link a, body.tml-action-lostpassword article ul.tml-links .tml-register-link a, body.tml-action-lostpassword article ul.tml-links .tml-login-link a, body.tml-action-resetpass article ul.tml-links .tml-register-link a, body.tml-action-resetpass article ul.tml-links .tml-login-link a {
  color: #b2b2b2;
}

body.tml-action-login article ul.tml-links .tml-register-link a:hover, body.tml-action-login article ul.tml-links .tml-login-link a:hover, body.tml-action-register article ul.tml-links .tml-register-link a:hover, body.tml-action-register article ul.tml-links .tml-login-link a:hover, body.tml-action-lostpassword article ul.tml-links .tml-register-link a:hover, body.tml-action-lostpassword article ul.tml-links .tml-login-link a:hover, body.tml-action-resetpass article ul.tml-links .tml-register-link a:hover, body.tml-action-resetpass article ul.tml-links .tml-login-link a:hover {
  color: #FEC53F;
}

body.tml-action-login .page-header, body.tml-action-register .page-header, body.tml-action-lostpassword .page-header, body.tml-action-resetpass .page-header {
  position: relative;
  margin: 35px 0;
}

body.tml-action-login .page-header::before, body.tml-action-login .page-header::after, body.tml-action-register .page-header::before, body.tml-action-register .page-header::after, body.tml-action-lostpassword .page-header::before, body.tml-action-lostpassword .page-header::after, body.tml-action-resetpass .page-header::before, body.tml-action-resetpass .page-header::after {
  content: '';
  background: #e6e6e6;
  width: 130px;
  height: 1px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

body.tml-action-login .page-header::after, body.tml-action-register .page-header::after, body.tml-action-lostpassword .page-header::after, body.tml-action-resetpass .page-header::after {
  background: #FEC53F;
  width: 7px;
  height: 7px;
  bottom: calc(100% - 3.5px);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 7px #f5f6fa;
          box-shadow: 0 0 0 7px #f5f6fa;
}

body.tml-action-login .page-header h1, body.tml-action-login .page-header h2, body.tml-action-login .page-header h3, body.tml-action-login .page-header h4, body.tml-action-login .page-header h5, body.tml-action-login .page-header h6, body.tml-action-register .page-header h1, body.tml-action-register .page-header h2, body.tml-action-register .page-header h3, body.tml-action-register .page-header h4, body.tml-action-register .page-header h5, body.tml-action-register .page-header h6, body.tml-action-lostpassword .page-header h1, body.tml-action-lostpassword .page-header h2, body.tml-action-lostpassword .page-header h3, body.tml-action-lostpassword .page-header h4, body.tml-action-lostpassword .page-header h5, body.tml-action-lostpassword .page-header h6, body.tml-action-resetpass .page-header h1, body.tml-action-resetpass .page-header h2, body.tml-action-resetpass .page-header h3, body.tml-action-resetpass .page-header h4, body.tml-action-resetpass .page-header h5, body.tml-action-resetpass .page-header h6 {
  color: #52575C;
  text-align: center;
  font-size: 1.3rem;
  padding-top: 5px;
}

body.tml-action-login .page-header span, body.tml-action-register .page-header span, body.tml-action-lostpassword .page-header span, body.tml-action-resetpass .page-header span {
  color: #b2b2b2;
}

body.tml-action-register .tml-user_email-wrap, body.tml-action-lostpassword .tml-user_email-wrap, body.tml-action-resetpass .tml-user_email-wrap {
  margin-bottom: 35px;
}

body.tml-action-register ul.tml-links .tml-lostpassword-link, body.tml-action-lostpassword ul.tml-links .tml-lostpassword-link, body.tml-action-resetpass ul.tml-links .tml-lostpassword-link {
  top: 108px !important;
}

body.tml-action-register .indicator-hint, body.tml-action-lostpassword .indicator-hint, body.tml-action-resetpass .indicator-hint {
  font-size: 80%;
}

body.tml-action-register .tml-submit-wrap, body.tml-action-lostpassword .tml-submit-wrap, body.tml-action-resetpass .tml-submit-wrap {
  margin-top: 0 !important;
}

body.tml-action-register #pass-strength-result, body.tml-action-lostpassword #pass-strength-result, body.tml-action-resetpass #pass-strength-result {
  border-radius: 5px;
}

body.tml-action-register #pass-strength-result.hide-if-no-js:not(.short):not(.bad):not(.good):not(.strong), body.tml-action-lostpassword #pass-strength-result.hide-if-no-js:not(.short):not(.bad):not(.good):not(.strong), body.tml-action-resetpass #pass-strength-result.hide-if-no-js:not(.short):not(.bad):not(.good):not(.strong) {
  display: none;
}

body.tml-action-register .tml-links {
  display: none;
}

body.tml-action-register .acf-user-register-fields {
  margin-top: 65px;
}

body.tml-action-register .acf-user-register-fields div[data-name="user-role"] {
  display: none;
}

body.tml-action-register .acf-user-register-fields div[data-name="consent"], body.tml-action-register .acf-user-register-fields div[data-name="consent-2"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5px 12px !important;
}

body.tml-action-register .acf-user-register-fields div[data-name="user-state"] .select2-selection, body.tml-action-register .acf-user-register-fields div[data-name="user-city"] .select2-selection {
  border-color: #aaa;
  height: 40px;
}

body.tml-action-register .acf-user-register-fields div[data-name="user-state"] .select2-selection .select2-selection__rendered, body.tml-action-register .acf-user-register-fields div[data-name="user-city"] .select2-selection .select2-selection__rendered {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.tml-action-register .acf-user-register-fields div[data-name="user-state"] .select2-selection__arrow, body.tml-action-register .acf-user-register-fields div[data-name="user-city"] .select2-selection__arrow {
  height: 100%;
}

body.tml-action-register .user-role-select {
  position: absolute;
  top: 75px;
  right: 7.5px;
  padding: 10px 15px 0;
  background: #F5F6FA;
  border-radius: 8px;
}

body.tml-action-register .user-role-select label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

body.tml-action-register .tml-indicator-wrap {
  right: calc(50% + 15px);
  top: -10px;
}

body.tml-action-register .tml-indicator-wrap #pass-strength-result {
  background: transparent;
  font-weight: normal;
  border: 0;
  margin: 0;
  font-size: 80%;
  padding: 0;
}

body.tml-action-register .tml-indicator_hint-wrap {
  position: absolute !important;
  left: calc(19px + 15%);
  margin: 0 !important;
  top: -95px;
  background: #52575C;
  color: #f5f6fa;
  padding: 5px 15px;
  border-radius: 5px;
  display: none !important;
}

body.tml-action-register .tml-indicator_hint-wrap.shown {
  display: block !important;
}

body.tml-action-register .tml-indicator_hint-wrap > p {
  position: relative;
  text-align: justify;
  margin: 0;
}

body.tml-action-register .tml-indicator_hint-wrap > p::after {
  content: '';
  background-image: url("./images/curved-arrow.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 10px;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-filter: invert(0.62);
          filter: invert(0.62);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 5px;
}

body.tml-action-register .tml-user_pass1-wrap > input {
  padding-left: 40px !important;
}

body.tml-action-register .tml-user_pass1-wrap::before {
  font-family: monospace;
  pointer-events: none;
  content: "i";
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #eee;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.tml-action-register .acf-field[data-name="user-city"].disabled {
  pointer-events: none;
  opacity: 0.6;
}

body.tml-action-register .tml-register form[name=register] {
  position: relative;
}

body.tml-action-register .tml-register form[name=register] > h2 {
  display: none;
}

body.tml-action-register .tml-register form[name=register] button[type=submit] {
  -webkit-transition: unset !important;
  transition: unset !important;
}

body.tml-action-register .tml-register form[name=register] button[type=submit]:disabled {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: #b2b2b2 !important;
  cursor: not-allowed;
}

body.tml-action-register .tml-field-wrap:not(.tml-submit-wrap) {
  width: calc(25% - 20px);
  display: inline-block;
  margin: 0 7.5px 15px;
}

body.tml-action-lostpassword ul.tml-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -60px;
  width: 100%;
}

body.tml-action-lostpassword ul.tml-links .tml-register-link, body.tml-action-lostpassword ul.tml-links .tml-login-link {
  position: static !important;
  width: auto !important;
  padding: 0 1rem;
}

body.tml-action-lostpassword ul.tml-links .tml-login-link {
  border-left: 1px solid #b2b2b2;
}

.acf-user-register-fields > .acf-field {
  position: relative !important;
  margin: 0 !important;
  padding: 15px 12px !important;
}

body.tml-action-register .form-wrapper, body.tml-action-register .tml-register {
  background: white;
  padding: 2rem;
  margin: 0;
}

body.tml-action-register .form-wrapper form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit]), body.tml-action-register .tml-register form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit]) {
  width: 100%;
  border-radius: 5px;
  color: #221e1f !important;
  border: 1px solid #b2b2b2;
  height: 40px;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: .25rem .5rem;
}

body.tml-action-register .form-wrapper form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit]):-webkit-autofill, body.tml-action-register .form-wrapper form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit]):-webkit-autofill:hover, body.tml-action-register .form-wrapper form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit]):-webkit-autofill:focus, body.tml-action-register .form-wrapper form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit]):-webkit-autofill:active, body.tml-action-register .tml-register form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit]):-webkit-autofill, body.tml-action-register .tml-register form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit]):-webkit-autofill:hover, body.tml-action-register .tml-register form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit]):-webkit-autofill:focus, body.tml-action-register .tml-register form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit]):-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
          box-shadow: 0 0 0 30px white inset !important;
}

body.tml-action-register .form-wrapper form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit])[type=number], body.tml-action-register .tml-register form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit])[type=number] {
  -moz-appearance: textfield;
}

body.tml-action-register .form-wrapper form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit])[type=number]::-webkit-outer-spin-button, body.tml-action-register .form-wrapper form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit])[type=number]::-webkit-inner-spin-button, body.tml-action-register .tml-register form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit])[type=number]::-webkit-outer-spin-button, body.tml-action-register .tml-register form input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=submit])[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.tml-action-register .form-wrapper form input[type=checkbox], body.tml-action-register .form-wrapper form input[type=radio], body.tml-action-register .tml-register form input[type=checkbox], body.tml-action-register .tml-register form input[type=radio] {
  cursor: pointer;
}

body.tml-action-register .form-wrapper form .acf-field-repeater .acf-label, body.tml-action-register .form-wrapper form .acf-field-select .acf-label, body.tml-action-register .form-wrapper form .acf-field-wysiwyg .acf-label, body.tml-action-register .form-wrapper form .acf-field-radio .acf-label, body.tml-action-register .form-wrapper form .acf-field-checkbox .acf-label, body.tml-action-register .form-wrapper form .acf-field-true-false .acf-label, body.tml-action-register .form-wrapper form .acf-field-post-object .acf-label, body.tml-action-register .form-wrapper form .acf-field-image .acf-label, body.tml-action-register .form-wrapper form .acf-field-gallery .acf-label, body.tml-action-register .tml-register form .acf-field-repeater .acf-label, body.tml-action-register .tml-register form .acf-field-select .acf-label, body.tml-action-register .tml-register form .acf-field-wysiwyg .acf-label, body.tml-action-register .tml-register form .acf-field-radio .acf-label, body.tml-action-register .tml-register form .acf-field-checkbox .acf-label, body.tml-action-register .tml-register form .acf-field-true-false .acf-label, body.tml-action-register .tml-register form .acf-field-post-object .acf-label, body.tml-action-register .tml-register form .acf-field-image .acf-label, body.tml-action-register .tml-register form .acf-field-gallery .acf-label {
  position: relative;
  -webkit-transform: unset;
          transform: unset;
  color: unset;
  right: unset;
}

body.tml-action-register .form-wrapper form .acf-url i, body.tml-action-register .tml-register form .acf-url i {
  top: 11px;
  font-size: 17px;
  margin: 0;
}

body.tml-action-register .form-wrapper form .acf-field-gallery, body.tml-action-register .form-wrapper form .acf-field-image, body.tml-action-register .tml-register form .acf-field-gallery, body.tml-action-register .tml-register form .acf-field-image {
  min-height: 200px !important;
}

body.tml-action-register .form-wrapper form .acf-field-select .select2-selection, body.tml-action-register .tml-register form .acf-field-select .select2-selection {
  border: 1px solid #b2b2b2;
  height: 40px;
}

body.tml-action-register .form-wrapper form .acf-field-select .select2-selection__arrow, body.tml-action-register .tml-register form .acf-field-select .select2-selection__arrow {
  left: 8px;
  top: 8px;
}

body.tml-action-register .form-wrapper form .acf-field-select .select2-selection__placeholder, body.tml-action-register .form-wrapper form .acf-field-select .select2-selection__rendered, body.tml-action-register .tml-register form .acf-field-select .select2-selection__placeholder, body.tml-action-register .tml-register form .acf-field-select .select2-selection__rendered {
  color: #52575C;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.tml-action-register .form-wrapper form .acf-field-repeater .acf-button, body.tml-action-register .tml-register form .acf-field-repeater .acf-button {
  width: 115px;
  display: block;
  border-radius: 5px;
  margin: .5rem 0;
  padding: .5rem 1rem;
  text-align: center;
  border: 0;
  height: 40px;
  color: #f5f6fa;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#2a56c0), color-stop(#214396), to(#2a56c0));
  background: linear-gradient(to right, #2a56c0, #214396, #2a56c0);
  background-size: 300% 100%;
  -webkit-transition: all .8s ease-in-out !important;
  transition: all .8s ease-in-out !important;
}

body.tml-action-register .form-wrapper form .acf-field-repeater .acf-button:hover, body.tml-action-register .tml-register form .acf-field-repeater .acf-button:hover {
  background-position: 100% 0;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.tml-action-register .form-wrapper form .acf-field, body.tml-action-register .tml-register form .acf-field {
  border: 0 !important;
}

body.tml-action-register .form-wrapper form .acf-field[data-name=en-title] input, body.tml-action-register .form-wrapper form .acf-field[data-name=owner-tel] input, body.tml-action-register .form-wrapper form .acf-field[data-name=fax] input, body.tml-action-register .form-wrapper form .acf-field[data-name=hotel-tel] input, body.tml-action-register .form-wrapper form .acf-field[data-name=email] input, body.tml-action-register .form-wrapper form .acf-field[data-name=site-address] input, body.tml-action-register .form-wrapper form .acf-field[data-name=whatsapp-num] input, body.tml-action-register .form-wrapper form .acf-field[data-name=sub-agencies-count] input, body.tml-action-register .form-wrapper form .acf-field[data-name=customers-count] input, body.tml-action-register .form-wrapper form .acf-field[data-name=organizations-count] input, body.tml-action-register .tml-register form .acf-field[data-name=en-title] input, body.tml-action-register .tml-register form .acf-field[data-name=owner-tel] input, body.tml-action-register .tml-register form .acf-field[data-name=fax] input, body.tml-action-register .tml-register form .acf-field[data-name=hotel-tel] input, body.tml-action-register .tml-register form .acf-field[data-name=email] input, body.tml-action-register .tml-register form .acf-field[data-name=site-address] input, body.tml-action-register .tml-register form .acf-field[data-name=whatsapp-num] input, body.tml-action-register .tml-register form .acf-field[data-name=sub-agencies-count] input, body.tml-action-register .tml-register form .acf-field[data-name=customers-count] input, body.tml-action-register .tml-register form .acf-field[data-name=organizations-count] input {
  direction: ltr;
}

body.tml-action-register .form-wrapper form .acf-field[data-name=facilities] .acf-checkbox-list li, body.tml-action-register .tml-register form .acf-field[data-name=facilities] .acf-checkbox-list li {
  width: 18%;
}

body.tml-action-register .form-wrapper form .acf-field[data-name=certificate], body.tml-action-register .form-wrapper form .acf-field[data-name=type], body.tml-action-register .tml-register form .acf-field[data-name=certificate], body.tml-action-register .tml-register form .acf-field[data-name=type] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.tml-action-register .form-wrapper form .acf-field[data-name=documents] .acf-gallery.ui-resizable, body.tml-action-register .form-wrapper form .acf-field[data-name=gallery] .acf-gallery.ui-resizable, body.tml-action-register .tml-register form .acf-field[data-name=documents] .acf-gallery.ui-resizable, body.tml-action-register .tml-register form .acf-field[data-name=gallery] .acf-gallery.ui-resizable {
  height: 200px !important;
}

body.tml-action-register .form-wrapper form .acf-field[data-name=documents] .acf-button, body.tml-action-register .form-wrapper form .acf-field[data-name=gallery] .acf-button, body.tml-action-register .tml-register form .acf-field[data-name=documents] .acf-button, body.tml-action-register .tml-register form .acf-field[data-name=gallery] .acf-button {
  width: 150px;
  display: block;
  border-radius: 5px;
  margin: .5rem 0;
  padding: .5rem 1rem;
  text-align: center;
  border: 0;
  height: 40px;
  color: #f5f6fa;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#2a56c0), color-stop(#214396), to(#2a56c0));
  background: linear-gradient(to right, #2a56c0, #214396, #2a56c0);
  background-size: 300% 100%;
  -webkit-transition: all .8s ease-in-out !important;
  transition: all .8s ease-in-out !important;
}

body.tml-action-register .form-wrapper form .acf-field[data-name=documents] .acf-button:hover, body.tml-action-register .form-wrapper form .acf-field[data-name=gallery] .acf-button:hover, body.tml-action-register .tml-register form .acf-field[data-name=documents] .acf-button:hover, body.tml-action-register .tml-register form .acf-field[data-name=gallery] .acf-button:hover {
  background-position: 100% 0;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.tml-action-register .form-wrapper form .acf-field-image .acf-button, body.tml-action-register .tml-register form .acf-field-image .acf-button {
  width: 150px;
  display: block;
  border-radius: 5px;
  margin: .5rem 0;
  padding: .5rem 1rem;
  text-align: center;
  border: 0;
  height: 40px;
  color: #f5f6fa;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#2a56c0), color-stop(#214396), to(#2a56c0));
  background: linear-gradient(to right, #2a56c0, #214396, #2a56c0);
  background-size: 300% 100%;
  -webkit-transition: all .8s ease-in-out !important;
  transition: all .8s ease-in-out !important;
}

body.tml-action-register .form-wrapper form .acf-field-image .acf-button:hover, body.tml-action-register .tml-register form .acf-field-image .acf-button:hover {
  background-position: 100% 0;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.tml-action-register .form-wrapper form .acf-label, body.tml-action-register .tml-register form .acf-label {
  color: #52575C;
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  background: white;
  padding: 0 5px !important;
  -webkit-transition: all .2s;
  transition: all .2s;
  pointer-events: none;
  z-index: 1;
}

body.tml-action-register .form-wrapper form .acf-label label, body.tml-action-register .tml-register form .acf-label label {
  font-weight: normal;
  margin: 0;
}

body.tml-action-register .form-wrapper form .acf-form-submit > input, body.tml-action-register .tml-register form .acf-form-submit > input {
  margin-right: auto;
  display: block;
  width: 150px;
  border-radius: 5px;
  border: 0;
  height: 40px;
  color: #f5f6fa;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#2a56c0), color-stop(#214396), to(#2a56c0));
  background: linear-gradient(to right, #2a56c0, #214396, #2a56c0);
  background-size: 300% 100%;
  -webkit-transition: all .8s ease-in-out !important;
  transition: all .8s ease-in-out !important;
}

body.tml-action-register .form-wrapper form .acf-form-submit > input:hover, body.tml-action-register .tml-register form .acf-form-submit > input:hover {
  background-position: 100% 0;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

body.tml-action-register .form-wrapper form .acf-form-submit > input:disabled, body.tml-action-register .tml-register form .acf-form-submit > input:disabled {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: #b2b2b2 !important;
  cursor: not-allowed;
}

.bc-container {
  position: relative;
}

.bc-container.no-transparency ul {
  background: white !important;
}

.bc-container.transparency ul {
  background: unset !important;
}

.bc-container ul {
  padding: .25rem 1rem;
  margin: 10px 0 0;
  list-style-type: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
}

.bc-container ul li {
  display: inline-block;
  color: #52575C;
  font-size: 85%;
}

.bc-container ul li a {
  color: #52575C;
}

.bc-container ul li a:hover {
  color: #FEC53F;
}

.bc-container ul li:not(:last-child)::after {
  content: '/';
  color: #FEC53F;
  margin: 0 .5rem;
}

#anchor-list::-webkit-scrollbar {
  display: none;
}

.single-location .hotel-facilities-container, .float-hotel-reserve .hotel-facilities-container {
  background: rgba(18, 163, 82, 0.1);
}

.single-location .hotel-facilities-container h2, .single-location .hotel-facilities-container i, .float-hotel-reserve .hotel-facilities-container h2, .float-hotel-reserve .hotel-facilities-container i {
  color: #00AF87;
}

.single-location .hotel-facilities-container.not, .float-hotel-reserve .hotel-facilities-container.not {
  background-color: #FEE9EC;
}

.single-location .hotel-facilities-container.not h2, .single-location .hotel-facilities-container.not i, .float-hotel-reserve .hotel-facilities-container.not h2, .float-hotel-reserve .hotel-facilities-container.not i {
  color: #E93C3C;
}

.single-location .facilities-heading, .float-hotel-reserve .facilities-heading {
  color: #12A352;
  background: rgba(18, 163, 82, 0.1);
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  padding: 10px 15px;
  font-size: 1rem;
  border-radius: 5px;
}

.single-location .facilities-heading.not, .float-hotel-reserve .facilities-heading.not {
  color: #C91A30;
  background: rgba(201, 26, 48, 0.1);
}

.single-hotel .show-tel {
  cursor: pointer;
  color: #2a56c0 !important;
}

.single-hotel .show-tel:hover {
  color: #214396 !important;
}

.single-hotel .repeating-content {
  background: #F5F6FA;
}

.single-hotel .main-title::after {
  -webkit-box-shadow: 0 0 0 7px white;
          box-shadow: 0 0 0 7px white;
}

.single-hotel #content {
  overflow: hidden;
  display: none;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.single-hotel #content .content-wrapper::-webkit-scrollbar {
  width: 7px;
  z-index: 5;
  position: relative;
}

.single-hotel #content .content-wrapper::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #616161;
}

.single-hotel #content .content-wrapper::-webkit-scrollbar-thumb {
  background: #FEC53F;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.single-hotel #content .content-wrapper::-webkit-scrollbar-thumb:hover {
  background: #feb60c;
}

.single-hotel #content .content-wrapper * {
  direction: ltr;
}

.single-hotel #content .content-wrapper img {
  margin: 30px auto;
  display: block;
}

.single-hotel #content img {
  border-radius: 10px;
}

.single-hotel #content button {
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100px;
  border: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 20%, rgba(255, 255, 255, 0) 100%);
  color: #52575C;
  cursor: pointer;
}

.single-hotel #content button > span {
  background-color: #F2F2F5;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  max-width: 130px;
  bottom: 0;
}

.single-hotel .logo-wrapper {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eef0f8;
  border-radius: 15px;
}

.single-hotel .logo-wrapper img {
  position: absolute;
  width: auto;
  left: 50%;
  top: 50%;
  height: 100%;
  max-width: unset;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.single-hotel #map-wrapper iframe {
  width: 100%;
  height: 300px;
  border-radius: 15px;
}

.single-hotel .website-link {
  color: #52575C;
  background: #F5F6FA;
  padding: 10px 15px;
  width: 150px;
  cursor: pointer;
  text-align: center;
  border-radius: 10px;
}

.single-hotel .website-link:hover {
  background: #eef0f8;
}

.single-hotel .distance-wrapper > button {
  position: absolute;
  cursor: pointer;
  left: -5px;
}

.single-hotel .distance-wrapper > button i {
  color: #52575C;
}

.single-hotel .distance-wrapper > button#upBtn {
  bottom: calc(100% - 82px);
}

.single-hotel .distance-wrapper > button#downBtn {
  top: 100%;
}

.single-hotel .distance-wrapper > button:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.single-hotel .distance-wrapper .location-distances {
  max-height: 225px;
  padding-left: 15px;
  overflow-y: auto;
  direction: rtl;
  padding-right: unset;
  padding-left: 15px;
}

.single-hotel .distance-wrapper .location-distances::-webkit-scrollbar {
  width: 7px;
}

.single-hotel .distance-wrapper .location-distances::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #616161;
}

.single-hotel .distance-wrapper .location-distances::-webkit-scrollbar-thumb {
  background: #FEC53F;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.single-hotel .distance-wrapper .location-distances::-webkit-scrollbar-thumb:hover {
  background: #feb60c;
}

.single-hotel .distance-wrapper .location-distances li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.single-hotel .distance-wrapper .location-distances li span {
  background: white;
  position: relative;
  z-index: 1;
  padding: 0 5px;
}

.single-hotel .distance-wrapper .location-distances li::after {
  content: '';
  position: absolute;
  height: 0;
  width: 100%;
  border-top: 2px dotted #b2b2b2;
  top: calc(50% - 1px);
  left: 0;
}

.single-hotel .hotel-wrapper {
  background: white;
  padding: 0 2rem;
  -webkit-box-shadow: 0 10px 31px -21px #c7c7c7;
          box-shadow: 0 10px 31px -21px #c7c7c7;
  margin: 4rem 0;
  border-radius: 10px;
}

.single-hotel .hotel-facilities i {
  background: #FEC53F;
  color: white;
  padding: 2px;
  border-radius: 2px;
}

.single-hotel .tags-links a {
  background: #F5F6FA;
  color: #52575C;
  padding: .25rem 1rem;
  margin: .25rem;
  display: inline-block;
  border-radius: 5px;
}

.single-hotel .tags-links a:hover {
  background: #eef0f8;
}

.single-hotel #tours .total, .single-hotel #trains .total, .single-hotel #flights .total {
  border: 1px solid #F5F6FA;
  color: #221e1f;
  min-height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 1rem;
  border-radius: 10px;
  min-width: 150px;
}

.single-hotel #tours .total .num, .single-hotel #trains .total .num, .single-hotel #flights .total .num {
  color: #b2b2b2;
}

.single-hotel #tours .slick-arrow, .single-hotel #trains .slick-arrow, .single-hotel #flights .slick-arrow {
  background: #F5F6FA;
  position: absolute;
  top: calc(100% + 15px);
  left: 80px;
  width: 75px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #52575C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.single-hotel #tours .slick-arrow.next, .single-hotel #trains .slick-arrow.next, .single-hotel #flights .slick-arrow.next {
  left: 0;
}

.single-hotel #tours .slick-arrow i, .single-hotel #trains .slick-arrow i, .single-hotel #flights .slick-arrow i {
  font-size: 85%;
}

.single-hotel #tours .slick-arrow:hover, .single-hotel #trains .slick-arrow:hover, .single-hotel #flights .slick-arrow:hover {
  color: white;
  background: #FEC53F;
}

.single-hotel #tours .slick-track > .slick-slide, .single-hotel #trains .slick-track > .slick-slide, .single-hotel #flights .slick-track > .slick-slide {
  margin-left: 5px;
}

.single-hotel #tours .slick-track > .slick-slide:not(.slick-active), .single-hotel #trains .slick-track > .slick-slide:not(.slick-active), .single-hotel #flights .slick-track > .slick-slide:not(.slick-active) {
  opacity: .3;
}

.single-hotel #tours .slick-track > .slick-slide .route-box, .single-hotel #trains .slick-track > .slick-slide .route-box, .single-hotel #flights .slick-track > .slick-slide .route-box {
  background: #F5F6FA;
  color: #52575C;
  min-height: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  border-radius: 10px;
  min-width: 160px;
  position: relative;
  visibility: hidden;
}

.single-hotel #tours .slick-track > .slick-slide .route-box i, .single-hotel #trains .slick-track > .slick-slide .route-box i, .single-hotel #flights .slick-track > .slick-slide .route-box i {
  color: #24C0B1;
  font-size: 70%;
}

.single-hotel #tours .slick-track > .slick-slide .route-box i.lni-spiner-solid, .single-hotel #trains .slick-track > .slick-slide .route-box i.lni-spiner-solid, .single-hotel #flights .slick-track > .slick-slide .route-box i.lni-spiner-solid {
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}

.single-hotel #tours .slick-track > .slick-slide .route-box i.lni-plane, .single-hotel #trains .slick-track > .slick-slide .route-box i.lni-plane, .single-hotel #flights .slick-track > .slick-slide .route-box i.lni-plane {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.single-hotel #tours .slick-track > .slick-slide .route-box:after, .single-hotel #trains .slick-track > .slick-slide .route-box:after, .single-hotel #flights .slick-track > .slick-slide .route-box:after {
  content: '';
  height: 40px;
  width: 0;
  border-right: 1.5px dotted #24C0B1;
  position: absolute;
  right: 16px;
  top: 30px;
}

.single-hotel #tours .slick-track > .slick-slide .route-box .origin, .single-hotel #trains .slick-track > .slick-slide .route-box .origin, .single-hotel #flights .slick-track > .slick-slide .route-box .origin {
  margin-bottom: 30px;
}

.single-hotel #tours .slick-track > .slick-slide a.route-box, .single-hotel #trains .slick-track > .slick-slide a.route-box, .single-hotel #flights .slick-track > .slick-slide a.route-box {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.single-hotel #tours .slick-track > .slick-slide a.route-box:hover, .single-hotel #trains .slick-track > .slick-slide a.route-box:hover, .single-hotel #flights .slick-track > .slick-slide a.route-box:hover {
  background: #eef0f8;
}

.single-hotel .check-time-list li {
  background-color: #F2F2F5;
}

.content-title {
  position: relative;
}

.content-title::before, .content-title::after {
  content: '';
  background: #e6e6e6;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
}

.content-title::after {
  background: #FEC53F;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: calc(50% - 3px);
  -webkit-box-shadow: 0 0 0 5px white;
          box-shadow: 0 0 0 5px white;
}

#contact-info .wrapper {
  background: #F5F6FA;
  border-radius: 5px;
  padding: .5rem 1rem;
}

#contact-info .wrapper a {
  color: #52575C;
}

#contact-info .wrapper a:hover {
  color: #FEC53F;
}

.page-template-hotel-results .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

.page-template-hotel-results .button-wrapper::after, .page-template-hotel-results .button-wrapper::before {
  content: '';
  position: absolute;
  width: calc(50% - 80px);
  height: 1px;
  background: #e6e6e6;
  top: calc(50% + 1px);
  left: 0;
}

.page-template-hotel-results .button-wrapper::before {
  left: unset;
  right: 0;
}

.page-template-hotel-results .button-wrapper button {
  padding: .5rem 1rem;
  border: 1px solid;
  border-radius: 5px;
  color: #FEC53F;
  background: transparent;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
}

.page-template-hotel-results .button-wrapper button:hover {
  background: #FEC53F;
  color: white;
}

table.table a {
  color: #24C0B1;
}

table.table a:hover {
  color: #404040;
}

table.table .hotel-rating {
  color: #FEC53F;
  white-space: nowrap;
}

table.table.itinerary-table th {
  white-space: nowrap;
}

body.single-tour #package-switcher, body.single-hotelpackage #package-switcher {
  color: #f5f6fa;
  margin-bottom: 45px;
}

body.single-tour #package-switcher .slick-dots, body.single-hotelpackage #package-switcher .slick-dots {
  right: 0;
  bottom: -40px;
}

body.single-tour #package-switcher .slick-dots li:not(.slick-active) button::before, body.single-hotelpackage #package-switcher .slick-dots li:not(.slick-active) button::before {
  opacity: 1;
}

body.single-tour #package-switcher .slick-arrow, body.single-hotelpackage #package-switcher .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.single-tour #package-switcher .slick-arrow::before, body.single-hotelpackage #package-switcher .slick-arrow::before {
  font-size: 20px;
  color: #464646;
  position: static;
}

body.single-tour #package-switcher .slick-arrow.slick-next, body.single-hotelpackage #package-switcher .slick-arrow.slick-next {
  left: -30px;
}

body.single-tour #package-switcher .slick-arrow.slick-prev, body.single-hotelpackage #package-switcher .slick-arrow.slick-prev {
  right: -30px;
}

body.single-tour #package-switcher .slick-slide:not(.package-item), body.single-hotelpackage #package-switcher .slick-slide:not(.package-item) {
  margin: 0 5px;
}

body.single-tour #package-switcher .package-item, body.single-hotelpackage #package-switcher .package-item {
  background-color: #464646;
  border-radius: 10px;
  text-align: center;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body.single-tour #package-switcher .package-item:not(.is-selected), body.single-hotelpackage #package-switcher .package-item:not(.is-selected) {
  opacity: .5;
}

body.single-tour .page-title, body.single-hotelpackage .page-title, body.single-location .page-title, body.offline-tour-pages .page-title, body.offline-hotel-pages .page-title {
  position: relative;
  margin-bottom: 50px;
  margin-top: 110px;
}

body.single-tour .page-title h1, body.single-hotelpackage .page-title h1, body.single-location .page-title h1, body.offline-tour-pages .page-title h1, body.offline-hotel-pages .page-title h1 {
  min-height: 124px;
  width: 350px;
  background: white;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  font-size: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: unset;
  bottom: calc(100% - 10px);
}

body.single-tour .page-title h1 span, body.single-hotelpackage .page-title h1 span, body.single-location .page-title h1 span, body.offline-tour-pages .page-title h1 span, body.offline-hotel-pages .page-title h1 span {
  font-size: 1rem;
}

body.single-tour .page-title .base-info, body.single-hotelpackage .page-title .base-info, body.single-location .page-title .base-info, body.offline-tour-pages .page-title .base-info, body.offline-hotel-pages .page-title .base-info {
  border-radius: 0 0 20px 20px;
}

body.single-tour .offline-tour-transports .company-info, body.single-tour table.offline-hotel-transports .company-info, body.single-hotelpackage .offline-tour-transports .company-info, body.single-hotelpackage table.offline-hotel-transports .company-info, body.single-location .offline-tour-transports .company-info, body.single-location table.offline-hotel-transports .company-info, body.offline-tour-pages .offline-tour-transports .company-info, body.offline-tour-pages table.offline-hotel-transports .company-info, body.offline-hotel-pages .offline-tour-transports .company-info, body.offline-hotel-pages table.offline-hotel-transports .company-info {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}

body.single-tour .offline-tour-transports .flight-route, body.single-tour table.offline-hotel-transports .flight-route, body.single-hotelpackage .offline-tour-transports .flight-route, body.single-hotelpackage table.offline-hotel-transports .flight-route, body.single-location .offline-tour-transports .flight-route, body.single-location table.offline-hotel-transports .flight-route, body.offline-tour-pages .offline-tour-transports .flight-route, body.offline-tour-pages table.offline-hotel-transports .flight-route, body.offline-hotel-pages .offline-tour-transports .flight-route, body.offline-hotel-pages table.offline-hotel-transports .flight-route {
  min-width: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px dashed #FEC53F;
}

body.single-tour .offline-tour-transports .flight-route::before, body.single-tour table.offline-hotel-transports .flight-route::before, body.single-hotelpackage .offline-tour-transports .flight-route::before, body.single-hotelpackage table.offline-hotel-transports .flight-route::before, body.single-location .offline-tour-transports .flight-route::before, body.single-location table.offline-hotel-transports .flight-route::before, body.offline-tour-pages .offline-tour-transports .flight-route::before, body.offline-tour-pages table.offline-hotel-transports .flight-route::before, body.offline-hotel-pages .offline-tour-transports .flight-route::before, body.offline-hotel-pages table.offline-hotel-transports .flight-route::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 80%;
  background: #FEC53F;
  position: absolute;
  display: block;
  top: -3px;
  left: 0;
}

body.single-tour .offline-tour-transports .flight-route::after, body.single-tour table.offline-hotel-transports .flight-route::after, body.single-hotelpackage .offline-tour-transports .flight-route::after, body.single-hotelpackage table.offline-hotel-transports .flight-route::after, body.single-location .offline-tour-transports .flight-route::after, body.single-location table.offline-hotel-transports .flight-route::after, body.offline-tour-pages .offline-tour-transports .flight-route::after, body.offline-tour-pages table.offline-hotel-transports .flight-route::after, body.offline-hotel-pages .offline-tour-transports .flight-route::after, body.offline-hotel-pages table.offline-hotel-transports .flight-route::after {
  content: "\e909";
  font-family: CitynetV3 !important;
  position: absolute;
  right: -16px;
  top: -16px;
  color: #FEC53F;
  font-size: 1.5rem;
  -webkit-transform: rotate(360deg) scaleX(-1);
          transform: rotate(360deg) scaleX(-1);
}

body.single-tour .offline-tour-transports span, body.single-tour table.offline-hotel-transports span, body.single-hotelpackage .offline-tour-transports span, body.single-hotelpackage table.offline-hotel-transports span, body.single-location .offline-tour-transports span, body.single-location table.offline-hotel-transports span, body.offline-tour-pages .offline-tour-transports span, body.offline-tour-pages table.offline-hotel-transports span, body.offline-hotel-pages .offline-tour-transports span, body.offline-hotel-pages table.offline-hotel-transports span {
  font-size: 0.875rem;
}

body.single-tour .transports-info, body.single-tour #offline-tours-packages-summary, body.single-hotelpackage .transports-info, body.single-hotelpackage #offline-tours-packages-summary, body.single-location .transports-info, body.single-location #offline-tours-packages-summary, body.offline-tour-pages .transports-info, body.offline-tour-pages #offline-tours-packages-summary, body.offline-hotel-pages .transports-info, body.offline-hotel-pages #offline-tours-packages-summary {
  -webkit-box-shadow: 0px 0px 30px rgba(82, 87, 92, 0.1);
          box-shadow: 0px 0px 30px rgba(82, 87, 92, 0.1);
  border-radius: 10px;
}

body.single-tour .offline-tour-transports .transports-row, body.single-hotelpackage .offline-tour-transports .transports-row, body.single-location .offline-tour-transports .transports-row, body.offline-tour-pages .offline-tour-transports .transports-row, body.offline-hotel-pages .offline-tour-transports .transports-row {
  background-color: rgba(178, 178, 178, 0.2);
  border-radius: 10px;
  font-size: 0.75rem;
}

body.single-tour .offline-tour-transports .transports-row span, body.single-hotelpackage .offline-tour-transports .transports-row span, body.single-location .offline-tour-transports .transports-row span, body.offline-tour-pages .offline-tour-transports .transports-row span, body.offline-hotel-pages .offline-tour-transports .transports-row span {
  font-size: 0.75rem;
}

body.single-tour .package-list-box, body.single-tour .cities-box, body.single-tour .countries-box, body.single-tour .facilities-box, body.single-tour .tour-details, body.single-tour .tools-list-box, body.single-hotelpackage .package-list-box, body.single-hotelpackage .cities-box, body.single-hotelpackage .countries-box, body.single-hotelpackage .facilities-box, body.single-hotelpackage .tour-details, body.single-hotelpackage .tools-list-box, body.single-location .package-list-box, body.single-location .cities-box, body.single-location .countries-box, body.single-location .facilities-box, body.single-location .tour-details, body.single-location .tools-list-box, body.offline-tour-pages .package-list-box, body.offline-tour-pages .cities-box, body.offline-tour-pages .countries-box, body.offline-tour-pages .facilities-box, body.offline-tour-pages .tour-details, body.offline-tour-pages .tools-list-box, body.offline-hotel-pages .package-list-box, body.offline-hotel-pages .cities-box, body.offline-hotel-pages .countries-box, body.offline-hotel-pages .facilities-box, body.offline-hotel-pages .tour-details, body.offline-hotel-pages .tools-list-box {
  -webkit-box-shadow: 0px 0px 30px rgba(82, 87, 92, 0.1);
          box-shadow: 0px 0px 30px rgba(82, 87, 92, 0.1);
  border-radius: 10px;
}

body.single-tour .package-list-box .title, body.single-tour .cities-box .title, body.single-tour .countries-box .title, body.single-tour .facilities-box .title, body.single-tour .tour-details .title, body.single-tour .tools-list-box .title, body.single-hotelpackage .package-list-box .title, body.single-hotelpackage .cities-box .title, body.single-hotelpackage .countries-box .title, body.single-hotelpackage .facilities-box .title, body.single-hotelpackage .tour-details .title, body.single-hotelpackage .tools-list-box .title, body.single-location .package-list-box .title, body.single-location .cities-box .title, body.single-location .countries-box .title, body.single-location .facilities-box .title, body.single-location .tour-details .title, body.single-location .tools-list-box .title, body.offline-tour-pages .package-list-box .title, body.offline-tour-pages .cities-box .title, body.offline-tour-pages .countries-box .title, body.offline-tour-pages .facilities-box .title, body.offline-tour-pages .tour-details .title, body.offline-tour-pages .tools-list-box .title, body.offline-hotel-pages .package-list-box .title, body.offline-hotel-pages .cities-box .title, body.offline-hotel-pages .countries-box .title, body.offline-hotel-pages .facilities-box .title, body.offline-hotel-pages .tour-details .title, body.offline-hotel-pages .tools-list-box .title {
  font-size: 0.9rem;
}

body.single-tour .package-list-box .title > i, body.single-tour .cities-box .title > i, body.single-tour .countries-box .title > i, body.single-tour .facilities-box .title > i, body.single-tour .tour-details .title > i, body.single-tour .tools-list-box .title > i, body.single-hotelpackage .package-list-box .title > i, body.single-hotelpackage .cities-box .title > i, body.single-hotelpackage .countries-box .title > i, body.single-hotelpackage .facilities-box .title > i, body.single-hotelpackage .tour-details .title > i, body.single-hotelpackage .tools-list-box .title > i, body.single-location .package-list-box .title > i, body.single-location .cities-box .title > i, body.single-location .countries-box .title > i, body.single-location .facilities-box .title > i, body.single-location .tour-details .title > i, body.single-location .tools-list-box .title > i, body.offline-tour-pages .package-list-box .title > i, body.offline-tour-pages .cities-box .title > i, body.offline-tour-pages .countries-box .title > i, body.offline-tour-pages .facilities-box .title > i, body.offline-tour-pages .tour-details .title > i, body.offline-tour-pages .tools-list-box .title > i, body.offline-hotel-pages .package-list-box .title > i, body.offline-hotel-pages .cities-box .title > i, body.offline-hotel-pages .countries-box .title > i, body.offline-hotel-pages .facilities-box .title > i, body.offline-hotel-pages .tour-details .title > i, body.offline-hotel-pages .tools-list-box .title > i {
  font-size: 1.2rem;
}

body.single-tour .package-list-box i, body.single-tour .cities-box i, body.single-tour .countries-box i, body.single-tour .facilities-box i, body.single-tour .tour-details i, body.single-tour .tools-list-box i, body.single-hotelpackage .package-list-box i, body.single-hotelpackage .cities-box i, body.single-hotelpackage .countries-box i, body.single-hotelpackage .facilities-box i, body.single-hotelpackage .tour-details i, body.single-hotelpackage .tools-list-box i, body.single-location .package-list-box i, body.single-location .cities-box i, body.single-location .countries-box i, body.single-location .facilities-box i, body.single-location .tour-details i, body.single-location .tools-list-box i, body.offline-tour-pages .package-list-box i, body.offline-tour-pages .cities-box i, body.offline-tour-pages .countries-box i, body.offline-tour-pages .facilities-box i, body.offline-tour-pages .tour-details i, body.offline-tour-pages .tools-list-box i, body.offline-hotel-pages .package-list-box i, body.offline-hotel-pages .cities-box i, body.offline-hotel-pages .countries-box i, body.offline-hotel-pages .facilities-box i, body.offline-hotel-pages .tour-details i, body.offline-hotel-pages .tools-list-box i {
  font-size: 1.2rem;
}

body.single-tour .package-list-box li, body.single-tour .cities-box li, body.single-tour .countries-box li, body.single-tour .facilities-box li, body.single-tour .tour-details li, body.single-tour .tools-list-box li, body.single-hotelpackage .package-list-box li, body.single-hotelpackage .cities-box li, body.single-hotelpackage .countries-box li, body.single-hotelpackage .facilities-box li, body.single-hotelpackage .tour-details li, body.single-hotelpackage .tools-list-box li, body.single-location .package-list-box li, body.single-location .cities-box li, body.single-location .countries-box li, body.single-location .facilities-box li, body.single-location .tour-details li, body.single-location .tools-list-box li, body.offline-tour-pages .package-list-box li, body.offline-tour-pages .cities-box li, body.offline-tour-pages .countries-box li, body.offline-tour-pages .facilities-box li, body.offline-tour-pages .tour-details li, body.offline-tour-pages .tools-list-box li, body.offline-hotel-pages .package-list-box li, body.offline-hotel-pages .cities-box li, body.offline-hotel-pages .countries-box li, body.offline-hotel-pages .facilities-box li, body.offline-hotel-pages .tour-details li, body.offline-hotel-pages .tools-list-box li {
  font-size: 0.9rem;
  color: #52575C;
}

body.single-tour .package-list-box li a, body.single-tour .cities-box li a, body.single-tour .countries-box li a, body.single-tour .facilities-box li a, body.single-tour .tour-details li a, body.single-tour .tools-list-box li a, body.single-hotelpackage .package-list-box li a, body.single-hotelpackage .cities-box li a, body.single-hotelpackage .countries-box li a, body.single-hotelpackage .facilities-box li a, body.single-hotelpackage .tour-details li a, body.single-hotelpackage .tools-list-box li a, body.single-location .package-list-box li a, body.single-location .cities-box li a, body.single-location .countries-box li a, body.single-location .facilities-box li a, body.single-location .tour-details li a, body.single-location .tools-list-box li a, body.offline-tour-pages .package-list-box li a, body.offline-tour-pages .cities-box li a, body.offline-tour-pages .countries-box li a, body.offline-tour-pages .facilities-box li a, body.offline-tour-pages .tour-details li a, body.offline-tour-pages .tools-list-box li a, body.offline-hotel-pages .package-list-box li a, body.offline-hotel-pages .cities-box li a, body.offline-hotel-pages .countries-box li a, body.offline-hotel-pages .facilities-box li a, body.offline-hotel-pages .tour-details li a, body.offline-hotel-pages .tools-list-box li a {
  color: #52575C;
}

body.single-tour .package-list-box li i, body.single-tour .cities-box li i, body.single-tour .countries-box li i, body.single-tour .facilities-box li i, body.single-tour .tour-details li i, body.single-tour .tools-list-box li i, body.single-hotelpackage .package-list-box li i, body.single-hotelpackage .cities-box li i, body.single-hotelpackage .countries-box li i, body.single-hotelpackage .facilities-box li i, body.single-hotelpackage .tour-details li i, body.single-hotelpackage .tools-list-box li i, body.single-location .package-list-box li i, body.single-location .cities-box li i, body.single-location .countries-box li i, body.single-location .facilities-box li i, body.single-location .tour-details li i, body.single-location .tools-list-box li i, body.offline-tour-pages .package-list-box li i, body.offline-tour-pages .cities-box li i, body.offline-tour-pages .countries-box li i, body.offline-tour-pages .facilities-box li i, body.offline-tour-pages .tour-details li i, body.offline-tour-pages .tools-list-box li i, body.offline-hotel-pages .package-list-box li i, body.offline-hotel-pages .cities-box li i, body.offline-hotel-pages .countries-box li i, body.offline-hotel-pages .facilities-box li i, body.offline-hotel-pages .tour-details li i, body.offline-hotel-pages .tools-list-box li i {
  color: #00AF87;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper, body.single-location .hotelpackage-itinerary .itinerary-wrapper, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper {
  margin-bottom: 90px;
  position: relative;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure {
  margin-bottom: 0;
  background: #f5f6fa;
  position: relative;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar {
  width: 7px;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar-track, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar-track, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar-track, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar-track, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #616161;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar-thumb, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar-thumb, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar-thumb, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar-thumb, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar-thumb {
  background: #FEC53F;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar-thumb:hover, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar-thumb:hover, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar-thumb:hover, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar-thumb:hover, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span ::-webkit-scrollbar-thumb:hover {
  background: #feb60c;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span:first-child, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span:first-child, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span:first-child, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span:first-child, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span:first-child {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  padding: 0.6em 0.7em;
  text-align: center;
  position: relative;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span:first-child:after, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span:first-child:after, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span:first-child:after, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span:first-child:after, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span:first-child:after {
  content: '';
  position: absolute;
  width: 200px;
  max-width: calc(100% - 30px);
  height: 1px;
  background: #ebecf2;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs {
  background: unset;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs .nav-item .nav-link, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs .nav-item .nav-link, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs .nav-item .nav-link, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs .nav-item .nav-link, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs .nav-item .nav-link {
  padding: .4em;
  min-width: 110px;
  border-radius: 8px;
  text-align: center;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs .nav-item .nav-link.active, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs .nav-item .nav-link.active, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs .nav-item .nav-link.active, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs .nav-item .nav-link.active, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs .nav-item .nav-link.active {
  box-shadow: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  background: #52575C;
  color: white;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs .nav-item .nav-link:not(.active):after, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs .nav-item .nav-link:not(.active):after, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs .nav-item .nav-link:not(.active):after, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs .nav-item .nav-link:not(.active):after, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .nav-tabs .nav-item .nav-link:not(.active):after {
  content: unset;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .tab-content, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .tab-content, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .tab-content, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .tab-content, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .tab-content {
  background: unset;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .tab-content > .tab-pane, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .tab-content > .tab-pane, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .tab-content > .tab-pane, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .tab-content > .tab-pane, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .tab-content > .tab-pane {
  padding: 15px 0 0;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll {
  height: 150px;
  overflow-y: auto;
  display: block;
  direction: ltr;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll.attractions-scroll, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll.attractions-scroll, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll.attractions-scroll, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll.attractions-scroll, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll.attractions-scroll {
  height: 225px;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll .main-article-format, body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll .itinerary-attractions, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll .main-article-format, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll .itinerary-attractions, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll .main-article-format, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll .itinerary-attractions, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll .main-article-format, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll .itinerary-attractions, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll .main-article-format, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .scroll .itinerary-attractions {
  direction: rtl;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-gallery, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-gallery, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-gallery, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-gallery, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-gallery .gallery-image-item, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-gallery .gallery-image-item, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-gallery .gallery-image-item, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-gallery .gallery-image-item, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-gallery .gallery-image-item {
  margin: 15px 7.5px 0 7.5px;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-gallery img, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-gallery img, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-gallery img, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-gallery img, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-gallery img {
  border-radius: 8px;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions > div, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions > div, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions > div, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions > div, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions img, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions img, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions img, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions img, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions img {
  vertical-align: top;
  margin-left: 15px;
  border-radius: 3px;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions a, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions a, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions a, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions a, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions a {
  color: inherit;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions span, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions span, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions span, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions span, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span .itinerary-attractions span {
  width: calc(100% - 75px);
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure > span:last-child, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure > span:last-child, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure > span:last-child, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span:last-child, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure > span:last-child {
  padding: 15px;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure:before, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure:before, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure:before, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure:before, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure:before {
  content: '';
  position: absolute;
  top: -40px;
  font-size: 10px;
  background: #FEC53F;
  z-index: 1;
  box-shadow: 0 0 0 5px #eb952359;
  -webkit-box-shadow: 0 0 0 5px #eb952359;
  -moz-box-shadow: 0 0 0 5px #eb952359;
  line-height: 0;
  width: 10px;
  height: 10px;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper:before, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper:before, body.single-location .hotelpackage-itinerary .itinerary-wrapper:before, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper:before, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper:before {
  content: '';
  position: absolute;
  background: #FEC53F;
  width: 2px;
  height: 90px;
  top: -90px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

body.single-tour .hotelpackage-itinerary .itinerary-wrapper.last-item, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper.last-item, body.single-location .hotelpackage-itinerary .itinerary-wrapper.last-item, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper.last-item, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper.last-item {
  margin-bottom: 0;
}

body.single-tour .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type, body.single-hotelpackage .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type, body.single-location .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type, body.offline-tour-pages .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type, body.offline-hotel-pages .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type {
  margin-top: 90px;
}

body.single-tour .tour-itinerary .card, body.single-hotelpackage .tour-itinerary .card, body.single-location .tour-itinerary .card, body.offline-tour-pages .tour-itinerary .card, body.offline-hotel-pages .tour-itinerary .card {
  border: unset;
}

body.single-tour .tour-itinerary .card::before, body.single-hotelpackage .tour-itinerary .card::before, body.single-location .tour-itinerary .card::before, body.offline-tour-pages .tour-itinerary .card::before, body.offline-hotel-pages .tour-itinerary .card::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #E8E8E8;
  z-index: 0;
  left: 5px;
}

body.single-tour .tour-itinerary .card .card-header, body.single-hotelpackage .tour-itinerary .card .card-header, body.single-location .tour-itinerary .card .card-header, body.offline-tour-pages .tour-itinerary .card .card-header, body.offline-hotel-pages .tour-itinerary .card .card-header {
  border-bottom: unset;
  background-color: unset;
}

body.single-tour .tour-itinerary .card .card-header .circle-icon, body.single-tour .tour-itinerary .card .card-header .circle-icon-active, body.single-hotelpackage .tour-itinerary .card .card-header .circle-icon, body.single-hotelpackage .tour-itinerary .card .card-header .circle-icon-active, body.single-location .tour-itinerary .card .card-header .circle-icon, body.single-location .tour-itinerary .card .card-header .circle-icon-active, body.offline-tour-pages .tour-itinerary .card .card-header .circle-icon, body.offline-tour-pages .tour-itinerary .card .card-header .circle-icon-active, body.offline-hotel-pages .tour-itinerary .card .card-header .circle-icon, body.offline-hotel-pages .tour-itinerary .card .card-header .circle-icon-active {
  margin-left: -17px;
}

body.single-tour .tour-itinerary .card .card-header .circle-icon-active, body.single-hotelpackage .tour-itinerary .card .card-header .circle-icon-active, body.single-location .tour-itinerary .card .card-header .circle-icon-active, body.offline-tour-pages .tour-itinerary .card .card-header .circle-icon-active, body.offline-hotel-pages .tour-itinerary .card .card-header .circle-icon-active {
  display: none;
}

body.single-tour .tour-itinerary .card .card-header .circle-icon-active.show, body.single-hotelpackage .tour-itinerary .card .card-header .circle-icon-active.show, body.single-location .tour-itinerary .card .card-header .circle-icon-active.show, body.offline-tour-pages .tour-itinerary .card .card-header .circle-icon-active.show, body.offline-hotel-pages .tour-itinerary .card .card-header .circle-icon-active.show {
  display: block;
}

body.single-tour .tour-itinerary .card .card-header::after, body.single-hotelpackage .tour-itinerary .card .card-header::after, body.single-location .tour-itinerary .card .card-header::after, body.offline-tour-pages .tour-itinerary .card .card-header::after, body.offline-hotel-pages .tour-itinerary .card .card-header::after {
  content: '';
  width: 98%;
  display: block;
  height: 100%;
  border-bottom: 1px solid #ccc;
  margin: 15px 0 auto 5px;
}

body.single-tour .tour-itinerary .card .card-header i, body.single-hotelpackage .tour-itinerary .card .card-header i, body.single-location .tour-itinerary .card .card-header i, body.offline-tour-pages .tour-itinerary .card .card-header i, body.offline-hotel-pages .tour-itinerary .card .card-header i {
  font-size: 1.1rem;
}

body.single-tour .tour-itinerary .card .card-header i.arrow-down.rotate, body.single-hotelpackage .tour-itinerary .card .card-header i.arrow-down.rotate, body.single-location .tour-itinerary .card .card-header i.arrow-down.rotate, body.offline-tour-pages .tour-itinerary .card .card-header i.arrow-down.rotate, body.offline-hotel-pages .tour-itinerary .card .card-header i.arrow-down.rotate {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body.single-tour .tour-itinerary .card .card-body, body.single-hotelpackage .tour-itinerary .card .card-body, body.single-location .tour-itinerary .card .card-body, body.offline-tour-pages .tour-itinerary .card .card-body, body.offline-hotel-pages .tour-itinerary .card .card-body {
  padding: 1.5rem;
}

body.single-tour .tour-itinerary .card:first-child:before, body.single-hotelpackage .tour-itinerary .card:first-child:before, body.single-location .tour-itinerary .card:first-child:before, body.offline-tour-pages .tour-itinerary .card:first-child:before, body.offline-hotel-pages .tour-itinerary .card:first-child:before {
  margin-top: 20px;
}

body.single-tour .tour-itinerary .itinerary-attractions .attraction-item > a, body.single-hotelpackage .tour-itinerary .itinerary-attractions .attraction-item > a, body.single-location .tour-itinerary .itinerary-attractions .attraction-item > a, body.offline-tour-pages .tour-itinerary .itinerary-attractions .attraction-item > a, body.offline-hotel-pages .tour-itinerary .itinerary-attractions .attraction-item > a {
  position: relative;
  width: 135px;
  height: 135px;
}

body.single-tour .tour-itinerary .itinerary-attractions .attraction-item > a > img, body.single-hotelpackage .tour-itinerary .itinerary-attractions .attraction-item > a > img, body.single-location .tour-itinerary .itinerary-attractions .attraction-item > a > img, body.offline-tour-pages .tour-itinerary .itinerary-attractions .attraction-item > a > img, body.offline-hotel-pages .tour-itinerary .itinerary-attractions .attraction-item > a > img {
  border-radius: 10px;
}

body.single-tour .tour-itinerary .itinerary-attractions .attraction-item > a::after, body.single-hotelpackage .tour-itinerary .itinerary-attractions .attraction-item > a::after, body.single-location .tour-itinerary .itinerary-attractions .attraction-item > a::after, body.offline-tour-pages .tour-itinerary .itinerary-attractions .attraction-item > a::after, body.offline-hotel-pages .tour-itinerary .itinerary-attractions .attraction-item > a::after {
  content: '';
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 0;
  border-radius: 10px;
}

body.single-tour .tour-itinerary .itinerary-attractions .attraction-item > a > span, body.single-hotelpackage .tour-itinerary .itinerary-attractions .attraction-item > a > span, body.single-location .tour-itinerary .itinerary-attractions .attraction-item > a > span, body.offline-tour-pages .tour-itinerary .itinerary-attractions .attraction-item > a > span, body.offline-hotel-pages .tour-itinerary .itinerary-attractions .attraction-item > a > span {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: 20%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

body.single-tour .tour-itinerary .itinerary-gallery, body.single-hotelpackage .tour-itinerary .itinerary-gallery, body.single-location .tour-itinerary .itinerary-gallery, body.offline-tour-pages .tour-itinerary .itinerary-gallery, body.offline-hotel-pages .tour-itinerary .itinerary-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.single-tour .tour-itinerary .itinerary-gallery .gallery-image-item, body.single-hotelpackage .tour-itinerary .itinerary-gallery .gallery-image-item, body.single-location .tour-itinerary .itinerary-gallery .gallery-image-item, body.offline-tour-pages .tour-itinerary .itinerary-gallery .gallery-image-item, body.offline-hotel-pages .tour-itinerary .itinerary-gallery .gallery-image-item {
  margin: 15px 7.5px 0 7.5px;
}

body.single-tour .tour-itinerary .itinerary-gallery img, body.single-hotelpackage .tour-itinerary .itinerary-gallery img, body.single-location .tour-itinerary .itinerary-gallery img, body.offline-tour-pages .tour-itinerary .itinerary-gallery img, body.offline-hotel-pages .tour-itinerary .itinerary-gallery img {
  border-radius: 8px;
}

body.single-tour #archives-filter-area, body.single-hotelpackage #archives-filter-area, body.single-location #archives-filter-area, body.offline-tour-pages #archives-filter-area, body.offline-hotel-pages #archives-filter-area {
  background: #ffffff;
  border-radius: 10px;
  padding: 2em;
  color: #515151;
}

body.single-tour #archives-filter-area .select-area, body.single-hotelpackage #archives-filter-area .select-area, body.single-location #archives-filter-area .select-area, body.offline-tour-pages #archives-filter-area .select-area, body.offline-hotel-pages #archives-filter-area .select-area {
  position: relative;
}

body.single-tour #archives-filter-area .select-area span, body.single-hotelpackage #archives-filter-area .select-area span, body.single-location #archives-filter-area .select-area span, body.offline-tour-pages #archives-filter-area .select-area span, body.offline-hotel-pages #archives-filter-area .select-area span {
  background: #F5F6FA;
  cursor: pointer;
  width: 100%;
  display: block;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 7px 28px 7px 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

body.single-tour #archives-filter-area .select-area span:after, body.single-hotelpackage #archives-filter-area .select-area span:after, body.single-location #archives-filter-area .select-area span:after, body.offline-tour-pages #archives-filter-area .select-area span:after, body.offline-hotel-pages #archives-filter-area .select-area span:after {
  content: '\f107';
  position: absolute;
  font-family: fontawesome;
  right: 11px;
  font-weight: bold;
}

body.single-tour #archives-filter-area .select-area ul, body.single-hotelpackage #archives-filter-area .select-area ul, body.single-location #archives-filter-area .select-area ul, body.offline-tour-pages #archives-filter-area .select-area ul, body.offline-hotel-pages #archives-filter-area .select-area ul {
  position: absolute;
  width: 100%;
  background: #ffffff;
  z-index: 2;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow-y: auto;
  max-height: 235px;
  direction: rtl;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body.single-tour #archives-filter-area .select-area ul li, body.single-hotelpackage #archives-filter-area .select-area ul li, body.single-location #archives-filter-area .select-area ul li, body.offline-tour-pages #archives-filter-area .select-area ul li, body.offline-hotel-pages #archives-filter-area .select-area ul li {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.2em 0.5em;
}

body.single-tour #archives-filter-area .select-area ul li:hover, body.single-hotelpackage #archives-filter-area .select-area ul li:hover, body.single-location #archives-filter-area .select-area ul li:hover, body.offline-tour-pages #archives-filter-area .select-area ul li:hover, body.offline-hotel-pages #archives-filter-area .select-area ul li:hover {
  color: #ffffff;
  background: #9e9e9e;
}

#archives-filter-area .select-area {
  background: white;
  margin-bottom: 1rem;
  border-radius: 5px;
  position: relative;
}

#archives-filter-area .select-area > span {
  display: block;
  padding: .5rem;
  cursor: pointer;
}

#archives-filter-area .select-area > span::after {
  content: '\ea58';
  font-family: LineIcons;
  margin-left: 0.5em;
  font-size: 80%;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #b2b2b2;
}

#archives-filter-area .select-area > ul {
  position: absolute;
  background: white;
  width: 100%;
  -webkit-box-shadow: 0 7px 18px -1px #c7c7c7ab;
          box-shadow: 0 7px 18px -1px #c7c7c7ab;
  z-index: 3;
  border-top: 1px solid #c7c7c785;
  padding: .5rem;
  border-radius: 0 0 5px 5px;
}

#archives-filter-area .select-area > ul li {
  cursor: pointer;
}

.error-404-image img {
  height: 25vh;
  width: auto;
  margin: 0 auto 3rem;
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 0 7px 18px -1px #c7c7c75e;
          box-shadow: 0 7px 18px -1px #c7c7c75e;
}

.archives-load-more {
  padding: .5rem;
  border-radius: 5px;
  display: block;
  color: #f5f6fa !important;
  text-align: center;
  margin: 0;
  cursor: pointer;
}

.archives-load-more.disable, .archives-load-more.not-more {
  display: none;
}

.providers-page .provider-box {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 10px 0;
  -webkit-box-shadow: 0 10px 31px -21px #c7c7c7;
          box-shadow: 0 10px 31px -21px #c7c7c7;
}

.providers-page .provider-box:hover .item-title {
  color: #FEC53F;
}

.providers-page .provider-box .image-wrapper {
  display: block;
  padding-top: 56.25%;
  height: auto;
  margin: 0 8px;
  background-size: cover;
  border-radius: 10px;
}

.providers-page .provider-box .item-title {
  color: #52575C;
  font-size: 1rem;
  text-align: center;
  margin: 10px 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.text-gray {
  color: rgba(0, 0, 0, 0.35) !important;
}

.providers-list-page {
  /* #users-search {
        background: transparent;
        border: 0;
        border-bottom: 1px solid $text3;
        width: 100%;
        padding: 10px 15px 10px 50px;
    }
    .input-line {
        position: absolute;
        width: 0;
        height: 1px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        transition: all .25s !important;
        &.open { width: calc(100% - 30px); }
    }
    .lni-search-alt {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
        margin: 0;
        height: 100%;
        width: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    } */
}

.providers-list-page .user-side-filters-fixed {
  position: fixed;
  background: #F5F6FA;
  left: 100%;
  top: 0;
  -webkit-transition: all .25s;
  transition: all .25s;
  z-index: 10000;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 70px !important;
}

.providers-list-page .user-side-filters-fixed.opened {
  left: 0;
}

.providers-list-page .user-side-filters-fixed #user-side-filters {
  position: fixed;
  top: calc(100% - 50px);
  z-index: 10001;
  border-radius: 5px;
  width: 85px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  left: calc(100% - 100px);
  background-color: #2a56c0;
}

.providers-list-page .user-side-filters {
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 31px -21px #c7c7c7;
          box-shadow: 0 10px 31px -21px #c7c7c7;
}

.providers-list-page .user-side-filters #collapse-filters {
  cursor: pointer;
}

.providers-list-page .user-side-filters #collapse-filters .lni-chevron-down {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.providers-list-page .user-side-filters .hotel-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.providers-list-page .user-side-filters .hotel-rating .lni-star {
  display: none;
}

.providers-list-page .user-side-filters #users-filter {
  background: transparent;
  border: 1px solid #52575C;
  width: calc(100% - 30px);
  padding: 5px 30px 5px 10px;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

.providers-list-page .user-side-filters .lni-map-marker {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 25px;
  margin: 0;
}

.providers-list-page .user-side-filters #clear-filters {
  -webkit-transition: all .4s;
  transition: all .4s;
  color: red;
  cursor: pointer;
}

.providers-list-page .user-side-filters #clear-filters:hover {
  color: darkred;
}

.providers-list-page .user-side-filters > .scroll-wrapper {
  direction: ltr;
  max-height: 268px;
  -webkit-transition: height .4s;
  transition: height .4s;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.providers-list-page .user-side-filters > .scroll-wrapper:not(.no-min-height) {
  height: 268px;
}

.providers-list-page .user-side-filters > .scroll-wrapper.collapsed {
  opacity: 0;
  height: 0;
  overflow-x: unset;
  overflow-y: unset;
}

.providers-list-page .user-side-filters > .scroll-wrapper::-webkit-scrollbar {
  width: 8px;
}

.providers-list-page .user-side-filters > .scroll-wrapper::-webkit-scrollbar-track {
  background: #616161;
  border-radius: 6px;
}

.providers-list-page .user-side-filters > .scroll-wrapper::-webkit-scrollbar-thumb {
  background: #FEC53F;
  border-radius: 6px;
}

.providers-list-page .user-side-filters > .scroll-wrapper > ul {
  direction: rtl;
}

.providers-list-page .user-side-filters > .scroll-wrapper > ul > li {
  cursor: pointer;
  font-size: 0.85rem;
}

.providers-list-page .user-side-filters > .scroll-wrapper > ul > li::before {
  content: '';
  border: 1px solid;
  color: rgba(0, 0, 0, 0.15);
  width: 15px;
  height: 15px;
  border-radius: 2px;
  position: absolute;
}

.providers-list-page .user-side-filters > .scroll-wrapper > ul > li[data-checked="true"]::before {
  content: "\ea55";
  font-family: 'LineIcons';
  color: white;
  background-color: #FEC53F;
  border: 0;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
}

.providers-list-page .user-side-filters > .scroll-wrapper > ul > li[data-checked="true"] .en-title {
  color: #52575C !important;
}

.providers-list-page .user-side-filters > .scroll-wrapper > ul > li[data-station-type]::before {
  content: '';
  border: 1px solid;
  color: rgba(0, 0, 0, 0.15);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
}

.providers-list-page .user-side-filters > .scroll-wrapper > ul > li[data-station-type][data-checked="true"]::before {
  content: "";
  -webkit-box-shadow: inset 0 0 0 3px white;
          box-shadow: inset 0 0 0 3px white;
}

.providers-list-page .user-side-filters > .scroll-wrapper > ul.filtering > li:not(.matched) {
  display: none !important;
}

.post-box {
  list-style: none;
}

.post-box.agency-box .wrapper {
  overflow: initial;
  position: relative;
}

.post-box.agency-box .wrapper a.image-wrapper {
  height: 90px;
  width: 90px;
}

.post-box.agency-box .wrapper > .provider-title {
  color: white;
  background: #FEC53F;
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  position: absolute;
  bottom: -15px;
}

.post-box.agency-box .wrapper > .provider-title h2 {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  font-size: 12px;
}

.post-box.agency-box h2 {
  height: 16px;
  width: 100%;
}

.post-box.agency-box .user-city {
  background: #F5F6FA;
  color: #616161;
  padding: 5px 10px;
  border-radius: 5px;
  left: 10px;
  top: 10px;
  font-size: 80%;
  position: absolute;
  z-index: 1;
}

.post-box.agency-box.has-thumbnail a.image-wrapper {
  height: unset;
  width: 100%;
  min-height: 160px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.post-box.agency-box.has-thumbnail a.image-wrapper::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(0deg, black, transparent);
}

.post-box.agency-box.has-thumbnail a.image-wrapper > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.post-box.agency-box.has-thumbnail .wrapper > .provider-title {
  background: transparent;
  bottom: 0;
}

.post-box.agency-box.has-thumbnail .wrapper > .provider-title h2 {
  line-height: 20px;
}

.post-box.type-post .wrapper {
  position: relative;
  display: block;
}

.post-box.type-post .wrapper .image-wrapper {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.post-box.type-post .wrapper .image-wrapper img {
  width: 100%;
}

.post-box.type-post .wrapper .image-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(90.32%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 90.32%);
}

.post-box.type-post .wrapper .image-wrapper .blog-title {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 0 15px;
  z-index: 1;
  color: #ffffff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.post-box.type-post .wrapper .image-wrapper:hover {
  -webkit-box-shadow: 0px 25px 40px 0px #00000033;
          box-shadow: 0px 25px 40px 0px #00000033;
}

.post-box.type-post .wrapper .image-wrapper:hover .blog-title {
  color: #24C0B1;
}

.post-box.type-page .wrapper {
  display: block;
  overflow: initial;
  position: relative;
  padding: 0.75rem 0 0;
  height: 200px;
}

.post-box.type-page .wrapper .image-wrapper {
  height: 144px;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}

.post-box.type-page .wrapper .image-wrapper img {
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.post-box.type-multimedia .wrapper {
  padding: unset;
  height: 150px;
  min-height: unset;
  display: block;
  width: 100%;
  position: relative;
}

.post-box.type-multimedia .wrapper .image-wrapper {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.post-box.type-multimedia .wrapper .image-wrapper > img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.post-box.type-multimedia .wrapper .image-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-7.72%, rgba(0, 0, 0, 0.01)), color-stop(107.99%, rgba(0, 0, 0, 0.82)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) -7.72%, rgba(0, 0, 0, 0.82) 107.99%);
  z-index: 1;
}

.post-box.type-multimedia .wrapper .title {
  position: absolute;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}

.post-box.type-multimedia .wrapper .video-icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 0.75rem 0 0.95rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  z-index: 2;
}

.post-box.type-multimedia .wrapper .duration-video {
  top: 10px;
  left: 0;
  z-index: 2;
  color: #fff;
}

.post-box.type-country .wrapper, .post-box.type-city .wrapper, .post-box.type-visa .wrapper {
  padding: 0.75rem 0;
  display: block;
  position: relative;
  overflow: initial;
  height: 195px;
}

.post-box.type-country .wrapper .city, .post-box.type-city .wrapper .city, .post-box.type-visa .wrapper .city {
  height: 28px;
  color: #A0A4A8;
}

.post-box.type-country .wrapper .image-wrapper, .post-box.type-city .wrapper .image-wrapper, .post-box.type-visa .wrapper .image-wrapper {
  height: 144px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.post-box.type-country .wrapper .image-wrapper img, .post-box.type-city .wrapper .image-wrapper img, .post-box.type-visa .wrapper .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}

.post-box.type-country .wrapper .title > a, .post-box.type-city .wrapper .title > a, .post-box.type-visa .wrapper .title > a {
  font-weight: 400;
  line-height: 1.8;
  color: #52575C;
}

.post-box.type-country .wrapper:hover, .post-box.type-city .wrapper:hover, .post-box.type-visa .wrapper:hover {
  -webkit-box-shadow: 0 10px 28px -21px #3c3c3c;
          box-shadow: 0 10px 28px -21px #3c3c3c;
}

.post-box.type-country .wrapper:hover .title > a, .post-box.type-city .wrapper:hover .title > a, .post-box.type-visa .wrapper:hover .title > a {
  color: #1c9589 !important;
}

.search-box .wrapper {
  padding: 0.75rem 0;
  display: block;
  position: relative;
  overflow: initial;
  border-radius: 10px;
}

.search-box .wrapper .image-wrapper {
  height: 144px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.search-box .wrapper .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}

.search-box .wrapper .title > a {
  font-weight: 400;
  line-height: 1.8;
  color: #52575C;
  min-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-box .wrapper:hover {
  -webkit-box-shadow: 0 10px 28px -21px #3c3c3c;
          box-shadow: 0 10px 28px -21px #3c3c3c;
}

.search-box .wrapper:hover .title > a {
  color: #1c9589 !important;
}

.pagination {
  width: 100%;
  margin: 15px auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination .pages, .pagination .page-numbers {
  float: left;
  padding: 5px 14px;
  margin: 2px;
  border-radius: 5px;
}

.pagination .current {
  float: left;
  color: #ffffff;
  background-color: #FEC53F;
  border: 1px solid #FEC53F;
  padding: 5px 14px;
  margin: 2px;
  border-radius: 5px;
}

.pagination a:hover {
  color: #ffffff;
  border-color: #FEC53F;
  background-color: #FEC53F;
}

.archive-side-box {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #ffffff;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.02);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  border-radius: 8px;
}

.archive-side-box .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 1em 3.2em 1em 1.3em;
  font-size: 0.9em;
  cursor: pointer;
  color: #616161;
}

.archive-side-box .head .title {
  pointer-events: none;
  font-weight: bold;
}

.archive-side-box .head .title .count {
  color: #B2B2B2;
  font-weight: normal;
}

.archive-side-box .head .delete {
  font-size: 0.9em;
  color: #24C0B1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.archive-side-box .head .delete:hover {
  color: #d69601;
}

.archive-side-box .head:after {
  content: '\ea5e';
  font-family: 'LineIcons';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 1.5em;
  top: 12px;
  font-size: 0.8rem;
}

.archive-side-box.icon-collapsed .head:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.archive-side-box.waitable-element.waiting {
  opacity: 0.4 !important;
  pointer-events: none !important;
}

.archive-side-box.filter-list .filters-area {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.archive-side-box.filter-list .filters-area .filter-group {
  margin: 8px -10px 0 0;
}

.archive-side-box.filter-list .filters-area .filter-group .group-title {
  margin-bottom: 8px;
  font-size: 0.9em;
  font-weight: bold;
}

.archive-side-box.filter-list .filters-area .filter {
  background: #F5F6FA;
  color: #616161;
  padding: 6px 33px 7px 8px;
  border-radius: 5px;
  display: inline-block;
  font-size: 0.85em;
  margin: -3px 6px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  max-width: calc(100% - 10px);
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

.archive-side-box.filter-list .filters-area .filter .delete {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  position: absolute;
  color: #616161;
  right: 8px;
  top: 11px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.archive-side-box.filter-list .filters-area .filter:hover {
  color: #24C0B1;
}

.archive-side-box.filter-list .filters-area .filter:hover .delete {
  opacity: 1;
}

.archive-side-box.date-filter-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.archive-side-box.date-filter-list > div .date-wrapper {
  direction: unset;
  margin-bottom: 1em;
}

.archive-side-box.date-filter-list > div .title {
  font-size: 0.9em;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.archive-side-box.date-filter-list > div .details {
  background: #f5f6fa;
  border-radius: 5px;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.archive-side-box.date-filter-list > div .details .date-filter {
  padding: 0 8px 2px;
  cursor: pointer;
  font-size: 0.9em;
}

.archive-side-box.date-filter-list > div .details .date-filter i {
  margin: 0;
}

.archive-side-box.date-filter-list > div .details .word {
  font-size: 0.7rem;
}

.archive-side-box.date-filter-list.has-1-date > div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.archive-side-box.date-filter-list.has-2-date > div {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.archive-side-box.date-filter-list.has-2-date > div:before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 5em);
  border-top: 1px dashed #FEC53F;
  top: 13px;
  right: 2.5em;
}

.archive-side-box.date-filter-list.has-2-date > div .title {
  background: #ffffff;
  position: relative;
}

.archive-side-box.date-filter-list.has-2-date > div .title.date-from:after {
  content: '';
  border-radius: 100%;
  right: 0;
}

.archive-side-box.date-filter-list.has-2-date > div .title.date-to:before {
  content: '';
  left: 0;
}

.archive-side-box.date-filter-list.has-2-date > div .title:before, .archive-side-box.date-filter-list.has-2-date > div .title:after {
  border: 1px solid #FEC53F;
  width: 7px;
  height: 7px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.archive-side-box > div {
  overflow-x: hidden;
  padding: 0 1.3em;
}

.archive-side-box > div::-webkit-scrollbar {
  width: 8px;
}

.archive-side-box > div::-webkit-scrollbar-track {
  background: #616161;
  border-radius: 6px;
}

.archive-side-box > div::-webkit-scrollbar-thumb {
  background: #FEC53F;
  border-radius: 6px;
}

.archive-side-box > div > ul {
  direction: rtl;
  padding-right: 1.7em;
  margin-bottom: 0;
}

.archive-side-box > div.small-height {
  max-height: 128px;
}

.archive-side-box > div.has-scroll {
  padding-right: 0.7em;
}

.archive-side-box.items-filter-list .search-wrapper {
  display: block;
  margin-bottom: 10px;
  padding: 0 1.3em;
  position: relative;
}

.archive-side-box.items-filter-list .search-wrapper .label {
  background: #ffffff;
  position: absolute;
  right: 55px;
  top: 9px;
  font-size: 0.9em;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.archive-side-box.items-filter-list .search-wrapper .icon {
  position: absolute;
  pointer-events: none;
  top: 11px;
  right: 27px;
}

.archive-side-box.items-filter-list .search-wrapper .search-place {
  width: 100%;
  line-height: 38px;
  border-radius: 8px;
  border: 1px solid #616161;
  font-size: 0.9em;
  color: #616161;
  padding: 0 35px 0 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.archive-side-box.items-filter-list .search-wrapper.label-top .label {
  top: -11px;
  font-size: 0.8em;
  padding: 0 0.5em;
  right: 48px;
}

.archive-side-box.items-filter-list .search-wrapper.active .label {
  color: #FEC53F;
}

.archive-side-box.items-filter-list .search-wrapper.active .search-place {
  border: 1px solid #FEC53F;
}

.archive-side-box.items-filter-list .sub-title {
  display: block;
  margin-top: 1.3em;
  padding: 0 1.3em;
  position: relative;
  color: #FEC53F;
  font-size: 0.85em;
  font-weight: 300;
  height: 15px;
}

.archive-side-box.items-filter-list .sub-title:before {
  content: '';
  background: #FEC53F;
  width: calc(100% - 2.6rem);
  height: 1px;
  position: absolute;
  right: 1.3rem;
  top: 0;
}

.archive-side-box.items-filter-list .sub-title span {
  background: #ffffff;
  position: absolute;
  top: -11px;
  padding: 0 1em;
  margin: 0 auto;
  right: 0;
  left: 0;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}

.archive-side-box.items-filter-list .sub-title.extra-margin-top {
  margin-top: 2.2em;
}

.archive-side-box.items-filter-list > div {
  direction: ltr;
  overflow-y: auto;
  max-height: 268px;
}

.archive-side-box.items-filter-list ul {
  list-style-type: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.archive-side-box.items-filter-list ul .children {
  padding-right: 1.7em;
}

.archive-side-box.items-filter-list ul li {
  position: relative;
  line-height: 2rem;
  color: #616161;
  font-size: 0.85rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}

.archive-side-box.items-filter-list ul li:before {
  content: '';
  width: 16px;
  border: 1px solid #bcbcbc;
  height: 16px;
  position: absolute;
  right: -24px;
  top: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.archive-side-box.items-filter-list ul li .title {
  max-width: calc(100% - 36px);
}

.archive-side-box.items-filter-list ul li .count {
  color: #b2b2b2 !important;
}

.archive-side-box.items-filter-list ul li .name {
  color: #b2b2b2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.archive-side-box.items-filter-list ul li > span {
  pointer-events: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
}

.archive-side-box.items-filter-list ul li.selected {
  color: #616161;
}

.archive-side-box.items-filter-list ul li.selected:before {
  border-color: #FEC53F;
}

.archive-side-box.items-filter-list ul li.selected:after {
  position: absolute;
  pointer-events: none;
  line-height: 1;
}

.archive-side-box.items-filter-list ul li.selected .name {
  color: #616161;
}

.archive-side-box.items-filter-list ul li.hover {
  color: #FEC53F;
}

.archive-side-box.items-filter-list ul li.hover:before {
  border-color: #FEC53F;
}

.archive-side-box.items-filter-list ul li.hover .name {
  color: #FEC53F;
}

.archive-side-box.items-filter-list.multi-select ul li:before {
  border-radius: 2px;
}

.archive-side-box.items-filter-list.multi-select ul li.selected:before {
  background-color: #FEC53F;
}

.archive-side-box.items-filter-list.multi-select ul li.selected:after {
  content: '\ea55';
  font-family: 'LineIcons';
  top: 9px;
  right: -21px;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.8em;
}

.archive-side-box.items-filter-list.single-select ul li:before {
  border-radius: 100%;
}

.archive-side-box.items-filter-list.single-select ul li:after {
  content: '';
  top: 9px;
  right: -20px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.archive-side-box.items-filter-list.single-select ul li.selected:after {
  background-color: #FEC53F;
}

.archive-side-box.items-filter-list.destination-country ul {
  position: relative;
  padding-top: 28px;
}

.archive-side-box.items-filter-list.destination-country ul li.main-country {
  position: absolute;
  top: 0;
  width: calc(100% - 23.79px);
}

.archive-side-box.items-filter-list.has-search ul li > span {
  width: 49%;
}

.archive-side-box.items-filter-list.has-search ul li .name {
  direction: ltr;
}

.archive-side-box.items-filter-list.has-search ul li img {
  height: 15px;
  width: auto;
  vertical-align: sub;
}

.archive-side-box.items-filter-list.has-search ul li .title {
  max-width: unset;
}

.archive-side-box.items-filter-list.filtering ul .children {
  padding-right: 0 !important;
}

.archive-side-box.items-filter-list.filtering ul li:not(.matched) {
  line-height: 0;
  color: transparent;
  pointer-events: none;
}

.archive-side-box.items-filter-list.filtering ul li:not(.matched):before, .archive-side-box.items-filter-list.filtering ul li:not(.matched):after {
  content: unset;
}

.archive-side-box.items-filter-list.filtering ul li:not(.matched) > span {
  display: none;
}

.archive-side-box.items-filter-list.filtering ul li:not(.matched) ul {
  color: initial;
  pointer-events: initial;
}

.archive-side-box.items-filter-list.filtering.has-search > div > ul {
  padding-right: 1.7em;
}

.archive-side-box[class*=' icon-'] {
  font-family: unset !important;
  font-style: unset !important;
  font-weight: unset !important;
  font-variant: unset !important;
  text-transform: unset !important;
  line-height: unset !important;
  font-size: unset !important;
  -webkit-font-smoothing: antialiased;
}

.provider-profile .entry-header .page-title {
  position: relative;
  background: #F5F6FA;
}

.provider-profile .entry-header .page-title > span {
  color: #b2b2b2;
}

.provider-profile .entry-header .page-title .special-off {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  top: 100%;
}

.provider-profile .entry-header .page-title .special-off .percentage {
  background: #24C0B1;
  padding: .5rem;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px #c91a306b;
          box-shadow: 0px 0px 10px #c91a306b;
  color: #f5f6fa;
}

.provider-profile .entry-header .container {
  position: relative;
}

.provider-profile .entry-header .container::after {
  content: '';
  width: 100%;
  background: #e4e7f2;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: -1;
}

.provider-profile .entry-header .agency-website {
  background: #eef0f8;
  color: #52575C;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: .5rem 1.25rem;
}

.provider-profile .entry-header .agency-website i {
  color: #b2b2b2;
}

.provider-profile .entry-header .agency-website:hover {
  background: #2a56c0;
  color: #f5f6fa;
}

.provider-profile .entry-header .image-wrapper {
  height: 100px;
  background: #F5F6FA;
}

.provider-profile .entry-header .image-wrapper img {
  height: 100%;
  width: auto;
  max-width: unset;
  border: 1px solid #e4e7f2;
  border-radius: 10px;
  padding: 10px;
}

.provider-profile #map-wrapper iframe {
  width: 100%;
  height: 300px;
  border-radius: 15px;
}

.provider-profile .agency-wrapper {
  background: white;
  padding: 0 2rem;
  -webkit-box-shadow: 0 10px 31px -21px #c7c7c7;
          box-shadow: 0 10px 31px -21px #c7c7c7;
  margin: 4rem 0;
  border-radius: 10px;
}

.provider-profile .thumb-wrapper {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.provider-profile .thumb-wrapper > img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.provider-profile .certificates li {
  color: #FEC53F;
  background: #F5F6FA;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FEC53F;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  border: 1px solid;
  -webkit-box-shadow: 0 10px 31px -21px #c7c7c7;
          box-shadow: 0 10px 31px -21px #c7c7c7;
}

.room-service-box .wrapper {
  -webkit-box-shadow: 0px 13px 34px rgba(0, 0, 0, 0.051);
          box-shadow: 0px 13px 34px rgba(0, 0, 0, 0.051);
  border-radius: 8px;
}

.room-service-box .wrapper .row.bb-show {
  border-bottom: 1px solid #F5F6FA;
}

.room-service-box .wrapper .room-image {
  width: 100%;
  height: 90px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  border: 1px solid #f5f6fa;
}

.room-service-box .wrapper .item-label {
  color: #B2B2B2;
  font-size: 0.75em;
}

.room-service-box .wrapper .title {
  font-size: 1.1em;
}

.room-service-box .wrapper .service-icon {
  color: #12A352;
  background: #E6F6ED;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1;
  padding: 12px 5px;
  min-width: 35px;
  text-align: center;
  height: 35px;
}

.room-service-box .wrapper .services-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.9em;
}

.room-service-box .wrapper .services-list .icon {
  color: #12A352;
  font-size: 0.6em;
  font-weight: bold;
}

.room-service-box .wrapper .no-available-message {
  color: #929292;
  font-size: 0.84em;
}

.room-service-box .wrapper .provider .icon {
  color: #FEC53F;
  font-size: 0.85em;
}

.room-service-box .wrapper .provider span {
  font-size: 0.9em;
}

.room-service-box .wrapper .price .value {
  color: #FEC53F;
  font-size: 1.1em;
}

.room-service-box .wrapper .price .unit {
  color: #B2B2B2;
}

.room-service-box .wrapper .select-button {
  border-radius: 8px;
  padding: 8px 15px;
  font-size: 0.8em;
  min-width: 135px;
  border: unset;
  cursor: pointer;
}

.room-service-box .wrapper .select-button:not(.disabled) {
  -webkit-box-shadow: 0px 9px 13px rgba(15, 82, 186, 0.149);
          box-shadow: 0px 9px 13px rgba(15, 82, 186, 0.149);
  background-color: #2a56c0;
  color: #ffffff;
}

.room-service-box .wrapper .select-button.disabled {
  background-color: #EEF0F8;
  color: #B2B2B2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.room-service-box .wrapper .toggle-extra-content {
  font-size: 0.78em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.room-service-box .wrapper .toggle-extra-content:after {
  content: '\ea58';
  font-family: 'LineIcons';
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.room-service-box .wrapper .toggle-extra-content.selected {
  color: #FEC53F;
}

.room-service-box .wrapper .toggle-extra-content.selected:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.room-service-box .wrapper .toggle-extra-content.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #B2B2B2;
}

.room-service-box .wrapper .extra-content-wrapper .column-price {
  background: #F5F6FA;
  border-radius: 10px;
  max-width: 167.5px;
}

.room-service-box .wrapper .extra-content-wrapper .column-price .label {
  font-size: 0.9em;
}

.room-service-box .wrapper .extra-content-wrapper .column-price .value {
  font-size: 1.1em;
}

.room-service-box .wrapper .extra-content-wrapper .column-price .value span {
  font-weight: bold;
}

#user-dashboard-content {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 30px rgba(178, 178, 178, 0.051);
          box-shadow: 0px 10px 30px rgba(178, 178, 178, 0.051);
  border-radius: 15px;
  padding: 15px 0;
}

#user-dashboard-content h1 {
  font-size: 1.15em;
  margin: 0;
  position: relative;
  padding-right: 45px;
}

#user-dashboard-content h1:before, #user-dashboard-content h1:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#user-dashboard-content h1:before {
  right: 0;
  background: #24C0B1;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

#user-dashboard-content h1:after {
  right: 14px;
  width: 24px;
  height: 1px;
  background: #B2B2B2;
}

#user-dashboard-content .wallet-info {
  background: #FEF5E5;
  border-radius: 10px;
  color: #FEC53F;
  font-size: 0.87em;
}

#user-dashboard-content .wallet-info .row {
  line-height: 43px;
  padding: 0 15px;
}

#user-dashboard-content .wallet-info .amount {
  font-size: 1.3rem;
  font-weight: bold;
}

#user-dashboard-content .wallet-info .amount .unit {
  font-weight: normal;
  font-size: 1rem;
}

#user-dashboard-content .wallet-charge-form .first-line {
  color: #B2B2B2;
  display: block;
  text-align: center;
  font-size: 0.9em;
  font-weight: 100;
  margin-bottom: 5px;
}

#user-dashboard-content .wallet-charge-form .cart-type {
  font-weight: bold;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
}

#user-dashboard-content .wallet-charge-form .cart-type:before, #user-dashboard-content .wallet-charge-form .cart-type:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 1px;
  width: 24px;
  background: #B2B2B2;
}

#user-dashboard-content .wallet-charge-form .cart-type:before {
  right: -35px;
}

#user-dashboard-content .wallet-charge-form .cart-type:after {
  left: -35px;
}

#user-dashboard-content .wallet-charge-form form .input-wrapper {
  line-height: 40px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-top: 20px;
  position: relative;
}

#user-dashboard-content .wallet-charge-form form .input-wrapper .lable {
  position: absolute;
  top: -7px;
  background: #ffffff;
  padding: 0 5px;
  right: 10px;
  font-size: 0.8em;
  line-height: 1;
}

#user-dashboard-content .wallet-charge-form form .input-wrapper input[name="charge-value"] {
  padding: 0 7px 0 50px;
  margin: 0;
  border: unset;
  border-radius: 8px;
  width: 100%;
  font-size: 0.9em;
  color: #616161;
}

#user-dashboard-content .wallet-charge-form form .input-wrapper .unit {
  position: absolute;
  left: 20px;
  pointer-events: none;
  font-size: 0.9em;
  color: #616161;
}

#user-dashboard-content .wallet-charge-form form input[type="submit"] {
  width: 100%;
  background: #2a56c0;
  border: unset;
  color: #ffffff;
  border-radius: 8px;
  line-height: 40px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 100;
}

#user-dashboard-content .nav-tabs .nav-link {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  color: inherit;
}

#user-dashboard-content .nav-tabs .nav-link.active, #user-dashboard-content .nav-tabs .nav-link:hover {
  color: #FEC53F;
}

#user-dashboard-content table {
  font-size: 0.87em;
  border-collapse: separate;
  border: 1px solid #F5F6FA;
  border-radius: 8px;
  border-spacing: unset;
}

#user-dashboard-content table thead {
  line-height: 40px;
}

#user-dashboard-content table thead tr th {
  padding: 0 7.5px;
  background: #F5F6FA;
}

#user-dashboard-content table thead tr th:first-child {
  border-radius: 0 6px 0 0;
}

#user-dashboard-content table thead tr th:last-child {
  border-radius: 6px 0 0 0;
}

#user-dashboard-content table thead tr th .unit {
  color: #B2B2B2;
  font-weight: normal;
}

#user-dashboard-content table tbody {
  line-height: 50px;
}

#user-dashboard-content table tbody tr:not(:last-child):not(.refund-pending):not(.refund-info.prices) td {
  border-bottom: 1px solid #F5F6FA;
}

#user-dashboard-content table tbody tr.refund-pending {
  line-height: 55px;
}

#user-dashboard-content table tbody tr.refund-pending:not(.last-order) td.row-number {
  border-bottom: 1px solid #F5F6FA;
}

#user-dashboard-content table tbody tr.refund-info.prices {
  line-height: 2;
}

#user-dashboard-content table tbody tr.refund-info.prices .refund-card {
  background: #F5F6FA;
  border-radius: 8px;
  padding: 0.7em 1.2em;
}

#user-dashboard-content table tbody tr.refund-info.prices .refund-card .item-title {
  color: #9E9E9E;
}

#user-dashboard-content table tbody tr.refund-info.prices .refund-card .item-amount {
  font-weight: bold;
}

#user-dashboard-content table tbody tr.refund-info.prices .refund-card .item-amount.refund-penalty {
  color: #fd3e5a;
}

#user-dashboard-content table tbody tr.refund-info.prices .refund-card .item-amount.wallet-return {
  color: #2ca62c;
}

#user-dashboard-content table tbody tr.refund-info.buttons-row button {
  width: 100%;
  border: unset;
  color: #ffffff;
  border-radius: 8px;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#user-dashboard-content table tbody tr.refund-info.buttons-row button[data-act="refund-accept"] {
  background-color: #2a56c0;
}

#user-dashboard-content table tbody tr.refund-info.buttons-row button[data-act="refund-accept"]:hover {
  background-color: #214396;
}

#user-dashboard-content table tbody tr.refund-info.buttons-row button[data-act="refund-reject"] {
  background-color: #FEF5E5;
  color: #FEC53F;
}

#user-dashboard-content table tbody tr.refund-info.buttons-row button[data-act="refund-reject"]:hover {
  background-color: #fceccd;
}

#user-dashboard-content table tbody tr.refund-info.buttons-row button.waiting {
  opacity: 0.6;
  pointer-events: none;
}

#user-dashboard-content table tbody tr td {
  padding: 0 7.5px;
}

#user-dashboard-content table tbody tr td.row-number {
  vertical-align: top;
}

#user-dashboard-content table tbody tr td.order-title {
  width: 225px;
}

#user-dashboard-content table tbody tr td.order-title span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 210px;
  display: block;
}

#user-dashboard-content table tbody tr td.log-time {
  line-height: 1;
}

#user-dashboard-content table tbody tr td.log-time span {
  display: block;
  margin-top: 9px;
  font-size: 0.8em;
}

#user-dashboard-content .log-time span {
  color: #9E9E9E;
}

#user-dashboard-content .order-item .lable, #user-dashboard-content .transaction-item .lable {
  display: block;
  color: #9E9E9E;
  font-size: 0.85em;
}

#user-dashboard-content .order-item:not(.last-item), #user-dashboard-content .transaction-item:not(.last-item) {
  border-bottom: 1px dashed #B2B2B2;
}

#user-dashboard-content .order-item .price {
  color: #2a56c0;
  font-weight: bold;
}

#user-dashboard-content .order-item .refund-card {
  background: #F5F6FA;
  border-radius: 8px;
  padding: 0.7em 1.2em;
}

#user-dashboard-content .order-item .refund-card .price.payed {
  color: inherit;
}

#user-dashboard-content .order-item .refund-card .price.refund-penalty {
  color: #fd3e5a;
}

#user-dashboard-content .order-item .refund-card .price.wallet-return {
  color: #2ca62c;
}

#user-dashboard-content .order-item .refund-buttons button {
  width: 100%;
  border: unset;
  color: #ffffff;
  border-radius: 8px;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#user-dashboard-content .order-item .refund-buttons button[data-act="refund-accept"] {
  background-color: #2a56c0;
}

#user-dashboard-content .order-item .refund-buttons button[data-act="refund-accept"]:hover {
  background-color: #214396;
}

#user-dashboard-content .order-item .refund-buttons button[data-act="refund-reject"] {
  background-color: #FEF5E5;
  color: #FEC53F;
}

#user-dashboard-content .order-item .refund-buttons button[data-act="refund-reject"]:hover {
  background-color: #fceccd;
}

#user-dashboard-content .order-item .refund-buttons button.waiting {
  opacity: 0.6;
  pointer-events: none;
}

#user-dashboard-content .order-status {
  font-size: 0.8rem;
  border-radius: 6px;
  padding: 3px 10px;
}

#user-dashboard-content .order-status.completed {
  background: #E7F8E6;
  color: #15BA0F;
}

#user-dashboard-content .order-status.pre-pay, #user-dashboard-content .order-status.pay-allow {
  background: #E6EDF8;
  color: #0F52BA;
}

#user-dashboard-content .order-status.refund-request {
  background: #FEF5E5;
  color: #F6A000;
}

#user-dashboard-content .order-status.refunded {
  background: #f9e8ea;
  color: #C91A30;
}

#user-dashboard-content .order-status.reject-request {
  background: #f2e5f9;
  color: #7B00C1;
}

#user-dashboard-content .order-status.unfinished {
  background: #EEF0F8;
  color: #B2B2B2;
}

#user-dashboard-content .order-status.user-canceled {
  background: #dcdddf;
  color: #727272;
}

#user-dashboard-content .order-status.request {
  background: #EDF7FF;
  color: #4DB2FF;
}

#user-dashboard-content .debtor.has-sign, #user-dashboard-content .creditor.has-sign {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

#user-dashboard-content .debtor.has-sign:before, #user-dashboard-content .creditor.has-sign:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}

#user-dashboard-content .debtor.has-sign:before {
  border-width: 6px 4px 0 4px;
  border-color: #fd3e5a transparent transparent transparent;
  line-height: 0px;
  _border-color: #fd3e5a #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#user-dashboard-content .creditor.has-sign:before {
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #2ca62c transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #2ca62c #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#user-dashboard-content button.cta-button {
  background-color: #F5F6FA;
  color: #616161;
  border-radius: 8px;
  height: 42px;
  font-size: 1.2rem;
}

#user-dashboard-content button.cta-button:hover, #user-dashboard-content button.cta-button.menu-active {
  color: #FEC53F;
  background-color: #FEF5E5;
}

#user-dashboard-content button.cta-button:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#user-dashboard-content button.cta-button.other-actions + .menu {
  position: absolute;
  background: #616161;
  top: -10px;
  width: 180px;
  left: calc(100% + 10px);
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px;
  text-align: initial;
}

#user-dashboard-content button.cta-button.other-actions + .menu.active {
  opacity: 1;
  visibility: visible;
}

#user-dashboard-content button.cta-button.other-actions + .menu li {
  background-color: #616161;
  border-radius: 8px;
  color: #ffffff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

#user-dashboard-content button.cta-button.other-actions + .menu li.has-link {
  padding: 0;
}

#user-dashboard-content button.cta-button.other-actions + .menu li.has-link a {
  display: block;
  padding: 10px;
  color: #ffffff;
}

#user-dashboard-content button.cta-button.other-actions + .menu li:not(.has-link) {
  padding: 10px;
  cursor: pointer;
}

#user-dashboard-content button.cta-button.other-actions + .menu li:hover {
  background-color: #7e7e7e;
}

#user-dashboard-content button.cta-button.other-actions.waiting {
  opacity: 0.8;
  pointer-events: none;
}

#user-dashboard-content a[data-toggle="popover"] {
  color: inherit;
  font-size: 1.2em;
}

#user-dashboard-content a[data-toggle="popover"].empty-desc {
  pointer-events: none;
  color: #B2B2B2;
}

body.cn-user-dashboard .popover .popover-body {
  font-family: "IRANYekan";
  text-align: center;
  font-size: 1.1em;
  line-height: 1.7em;
}

body.cn-payment-check #total-payment-method-wrapper p {
  font-size: 0.9em;
}

body.cn-payment-check #total-payment-method-wrapper .has-separate-border {
  border-top: 1px dashed #bababa;
  border-bottom: 1px dashed #bababa;
}

body.cn-payment-check #total-payment-method-wrapper .total-price .amount {
  font-size: 1.3em;
  color: #0eaf0e;
}

body.cn-payment-check #total-payment-method-wrapper .payment-method span {
  cursor: pointer;
}

body.cn-payment-check #total-payment-method-wrapper .payment-method span.check {
  width: 20px;
  height: 20px;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #bab9b9;
  margin-left: 10px;
  border-radius: 100%;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  position: relative;
}

body.cn-payment-check #total-payment-method-wrapper .payment-method span.check:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

body.cn-payment-check #total-payment-method-wrapper .payment-method span.message {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body.cn-payment-check #total-payment-method-wrapper .payment-method.disable, body.cn-payment-check #total-payment-method-wrapper .payment-method.waiting {
  opacity: 0.6;
  pointer-events: none;
}

body.cn-payment-check #total-payment-method-wrapper .payment-method.selected span.check {
  border-color: #0670ba;
}

body.cn-payment-check #total-payment-method-wrapper .payment-method.selected span.check:before {
  background-color: #0670ba;
}

#top-banner {
  margin-top: 100px;
}

#top-banner .wrapper {
  position: relative;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

#top-banner .wrapper .bc-container {
  position: relative;
}

#top-banner .wrapper .bc-container ul {
  padding: .25rem 1rem;
  margin: 10px 0 20px;
  list-style-type: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  overflow-x: auto;
  white-space: nowrap;
}

#top-banner .wrapper .bc-container ul li {
  display: inline-block;
  color: #52575C;
  font-size: 85%;
}

#top-banner .wrapper .bc-container ul li a {
  color: #52575C;
}

#top-banner .wrapper .bc-container ul li a:hover {
  color: #FEC53F;
}

#top-banner .wrapper .bc-container ul li:not(:last-child)::after {
  content: '/';
  color: #FEC53F;
  margin: 0 .5rem;
}

#top-banner #search {
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  background: white;
  position: relative;
  position: relative;
}

#top-banner #search.pull-up {
  margin-top: -70px;
}

#top-banner #search .nav-tabs {
  border: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: calc(100% - 45px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top-banner #search .nav-tabs li {
  width: 100px;
}

#top-banner #search .nav-tabs a {
  border: 0;
  color: #616161;
  border-radius: 10px;
  text-align: center;
  padding: 0.1rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  z-index: 1;
  position: relative;
  background: white;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#top-banner #search .nav-tabs a i {
  font-size: 1.5em;
}

#top-banner #search .nav-tabs a.active {
  color: white;
  border: 0;
  background: #FEC53F !important;
  -webkit-box-shadow: 0 10px 20px -3px rgba(254, 197, 63, 0.3);
          box-shadow: 0 10px 20px -3px rgba(254, 197, 63, 0.3);
}

#top-banner #search .nav-tabs a.active::before {
  -webkit-filter: invert(1) brightness(1.5);
          filter: invert(1) brightness(1.5);
}

#top-banner #search .nav-tabs a::before {
  content: '';
  width: 50px;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

#top-banner #search .nav-tabs a[href="#tours-tab"]::before {
  background-image: url("././images/suitcase.png");
}

#top-banner #search .nav-tabs a[href="#hotels-tab"]::before {
  background-image: url("././images/review.png");
}

#top-banner #search .nav-tabs a[href="#flight-tab"]::before {
  background-image: url("././images/travel.png");
}

#top-banner #search .tab-content .tab-pane .form-wrapper {
  position: relative;
}

#top-banner #search .tab-content .tab-pane .form-wrapper label {
  color: #616161;
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  background: white;
  padding: 0 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
  pointer-events: none;
}

#top-banner #search .tab-content .tab-pane .form-wrapper .lni {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  color: #616161;
}

#top-banner #search .tab-content .tab-pane .form-wrapper input {
  width: 100%;
  border-radius: 5px;
  color: #616161;
  border: 1px solid #616161;
  height: 40px;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding-right: 40px;
  padding-left: 15px;
}

#top-banner #search .tab-content .tab-pane .form-wrapper input:-webkit-autofill, #top-banner #search .tab-content .tab-pane .form-wrapper input:-webkit-autofill:hover, #top-banner #search .tab-content .tab-pane .form-wrapper input:-webkit-autofill:focus, #top-banner #search .tab-content .tab-pane .form-wrapper input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
          box-shadow: 0 0 0 30px white inset !important;
}

#top-banner #search .tab-content .tab-pane .form-wrapper .citynet-places-list {
  z-index: 100;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 10px 31px -21px #c7c7c7;
          box-shadow: 0 10px 31px -21px #c7c7c7;
  max-height: 250px;
  overflow-y: auto;
}

#top-banner #search .tab-content .tab-pane .form-wrapper .citynet-places-list li {
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#top-banner #search .tab-content .tab-pane .form-wrapper .citynet-places-list li:hover {
  color: #FEC53F;
}

#top-banner #search .tab-content .tab-pane .form-wrapper .citynet-places-list.filtering li:not(.matched):not(.matched-city) {
  display: none;
}

#top-banner #search .tab-content .tab-pane .search-submit {
  width: 150px;
  border-radius: 5px;
  border: 0;
  height: 40px;
  color: #f5f6fa;
  cursor: pointer;
}

#top-banner.inner-page-panel {
  background: #606060;
  min-height: 160px;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 15px 15px;
}

#top-banner.inner-page-panel #search {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: unset;
  margin-top: 0;
}

#top-banner.inner-page-panel #search .nav-tabs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 0.75rem;
  color: #f5f6fa;
}

#top-banner.inner-page-panel #search .tab-content .tab-pane .form-wrapper .lni {
  color: #f5f6fa;
}

#top-banner.inner-page-panel #search .tab-content .tab-pane .form-wrapper .lni.lni-spiner-solid {
  color: #616161;
}

#top-banner.inner-page-panel #search .tab-content .tab-pane .form-wrapper label {
  background: #606060;
  color: #f5f6fa;
}

#top-banner.inner-page-panel #search .tab-content .tab-pane .form-wrapper input {
  background: transparent;
  border: 1px solid #f5f6fa;
  color: #f5f6fa;
}

body.home .no-gutters > .col, body.home .no-gutters > [class*=col-], body.post-type-archive-tour .no-gutters > .col, body.post-type-archive-tour .no-gutters > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.hotelpackage-box, .tour-box {
  list-style: none;
}

.hotelpackage-box .box-wrapper .image-wrapper, .tour-box .box-wrapper .image-wrapper {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.hotelpackage-box .box-wrapper .image-wrapper:after, .tour-box .box-wrapper .image-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000040;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.hotelpackage-box .box-wrapper .image-wrapper .tour-content, .tour-box .box-wrapper .image-wrapper .tour-content {
  position: absolute;
  padding: 0 15px;
  width: 100%;
  bottom: 15px;
  z-index: 1;
}

.hotelpackage-box .box-wrapper .image-wrapper .tour-content .tour-title, .hotelpackage-box .box-wrapper .image-wrapper .tour-content .travel-duration, .tour-box .box-wrapper .image-wrapper .tour-content .tour-title, .tour-box .box-wrapper .image-wrapper .tour-content .travel-duration {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #ffffff;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.hotelpackage-box .box-wrapper .image-wrapper .tour-content .tour-title, .tour-box .box-wrapper .image-wrapper .tour-content .tour-title {
  font-weight: bold;
}

.hotelpackage-box .box-wrapper .image-wrapper:hover:after, .tour-box .box-wrapper .image-wrapper:hover:after {
  background: #00000080;
}

.hotelpackage-box .box-wrapper .image-wrapper:hover .tour-content .tour-title, .tour-box .box-wrapper .image-wrapper:hover .tour-content .tour-title {
  color: #24C0B1;
}

.hotelpackage-box .box-wrapper .price, .tour-box .box-wrapper .price {
  background: #FBF7F6;
  height: 42px;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}

.hotelpackage-box .box-wrapper .price .regular-price, .tour-box .box-wrapper .price .regular-price {
  color: #24C0B1;
}

.hotelpackage-box .box-wrapper .price .percent-offer, .tour-box .box-wrapper .price .percent-offer {
  top: 17%;
  left: 15px;
  background-color: #24C0B1;
  color: #fff;
  border-radius: 5px;
}

.hotelpackage-box .box-wrapper:hover .title a, .tour-box .box-wrapper:hover .title a {
  color: #1c9589;
}

.single-country .nav-tabs, .single-city .nav-tabs {
  border-radius: 10px 10px 0 0;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-shadow: inset 0 0 12px rgba(167, 167, 167, 0.3);
          box-shadow: inset 0 0 12px rgba(167, 167, 167, 0.3);
  border-bottom: 1px solid #f6f6f6;
}

.single-country .nav-tabs .nav-item, .single-city .nav-tabs .nav-item {
  margin-bottom: 0;
}

.single-country .nav-tabs .nav-item .nav-link, .single-city .nav-tabs .nav-item .nav-link {
  white-space: nowrap;
  border: unset;
  border-radius: unset;
  color: #52575C;
  padding: .75em 3em;
  min-width: 175px;
  text-align: center;
  position: relative;
}

.single-country .nav-tabs .nav-item .nav-link.active, .single-city .nav-tabs .nav-item .nav-link.active {
  background: #e5e6ed;
  -webkit-box-shadow: inset 0 -2px #FEC53F;
          box-shadow: inset 0 -2px #FEC53F;
}

.single-country .tab-content > .tab-pane, .single-city .tab-content > .tab-pane {
  padding: 30px 15px;
}

.single-post .bc-container ul {
  margin: unset;
  overflow-x: auto;
  white-space: nowrap;
}

.language-en-us .content-area .site-main .language-box .wrapper .language-en {
  display: block;
}

.language-en-us .content-area .site-main .language-box .wrapper .language-ru {
  display: none;
}

.language-ru-ru .content-area .site-main .language-box .wrapper .language-en {
  display: none;
}

.language-ru-ru .content-area .site-main .language-box .wrapper .language-ru {
  display: block;
}

#primary.content-area .site-main .pages-title {
  margin-top: 130px;
}

#primary.content-area .site-main:not(.about-page):not(.contact-page) {
  margin-top: 100px;
}

@media (max-width: 1000px) {
  body.device-mobile .tml-register .acf-user-register-fields, body.device-tablet .tml-register .acf-user-register-fields {
    margin-top: 130px;
  }
  body.device-mobile .tml-register .user-role-select, body.device-tablet .tml-register .user-role-select {
    top: 260px;
  }
  body.device-mobile .tml-register .tml-indicator-wrap, body.device-tablet .tml-register .tml-indicator-wrap {
    right: auto;
    top: auto;
  }
  body.device-mobile .tml-register .tml-indicator_hint-wrap, body.device-tablet .tml-register .tml-indicator_hint-wrap {
    left: 0;
    top: 50px;
  }
  body.device-mobile .tml-register .tml-indicator_hint-wrap > p::after, body.device-tablet .tml-register .tml-indicator_hint-wrap > p::after {
    left: 30px;
  }
  body.device-mobile .tml-register form .acf-field, body.device-tablet .tml-register form .acf-field {
    width: 100% !important;
  }
  body.device-mobile .tml-register form .acf-field[data-name=facilities] .acf-checkbox-list li, body.device-tablet .tml-register form .acf-field[data-name=facilities] .acf-checkbox-list li {
    width: 43%;
  }
  body.device-mobile .tml-register form .tml-field-wrap:not(.tml-submit-wrap), body.device-tablet .tml-register form .tml-field-wrap:not(.tml-submit-wrap) {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .col-md-1of5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  #masthead .main-content {
    padding: 0;
    position: relative;
    z-index: 200;
  }
  #masthead .main-content #nav-icon {
    display: none;
  }
  #top-banner #search .nav-tabs li {
    width: unset;
    min-width: 150px;
  }
  #top-banner #search .nav-tabs a::before {
    margin: 0 0 0px 15px;
  }
  #home-blog-section .category-tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0;
  }
  #home-blog-section .category-tabs .items-nav-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24%;
  }
  #home-blog-section .category-tabs .items-nav-blog .nav-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 160px;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
  }
  #anchor-list.sticky {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto !important;
  }
  #comments .comment-form-author {
    width: 49%;
  }
  #comments .comment-form-email {
    width: 50%;
  }
  body.tml-action-login article, body.tml-action-lostpassword article, body.tml-action-resetpass article {
    width: 400px;
  }
  .single-location .entry-header .page-title .special-off {
    left: unset;
    right: 105%;
    -webkit-transform: unset;
            transform: unset;
    top: 15px;
  }
  .error-404-image img {
    height: 50vh;
  }
  .tour-box-row .wrapper .bb-md-show, .hotelpackage-box-row .wrapper .bb-md-show {
    border-bottom: 1px dashed #f1f1f1;
  }
  .post-box.type-post .wrapper .image-wrapper img, .post-box.type-country .wrapper .image-wrapper img, .post-box.type-city .wrapper .image-wrapper img, .post-box.type-visa .wrapper .image-wrapper img {
    height: 100%;
  }
  .providers-list-page #sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
  .providers-list-page .user-side-filters-fixed {
    padding-bottom: 0 !important;
  }
  body.single-tour .page-title .base-info, body.single-hotelpackage .page-title .base-info, body.single-location .page-title .base-info, body.offline-tour-pages .page-title .base-info, body.offline-hotel-pages .page-title .base-info {
    border-radius: 20px;
  }
  .single-location #rules-modal .modal-dialog {
    min-width: 700px;
    margin-top: 10%;
  }
  #colophon .site-info .connect-ways {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
  }
  .room-service-box .wrapper .br-md-show {
    border-right: 1px dashed #E0E0E0;
  }
  .bg-app {
    clip-path: ellipse(80% 60% at 50% 40%);
    -webkit-clip-path: ellipse(80% 60% at 50% 40%);
  }
}

@media (min-width: 992px) {
  .col-lg-1of5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  #masthead {
    height: unset;
  }
  #masthead.fixed-top .main-content {
    height: 100px;
    padding-top: 2px;
    background-color: #fff;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
            animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  }
  #masthead.fixed-top .main-content .logo .site-title a img {
    height: 55px;
    -webkit-filter: unset;
            filter: unset;
    margin-bottom: 5px;
  }
  #masthead.fixed-top .main-content #reservation-menu #panel-header.desktop > button, #masthead.fixed-top .main-content #reservation-menu #panel-header.desktop .v-select__selections, #masthead.fixed-top .main-content #reservation-menu #panel-header.desktop .v-input__icon--append > i {
    color: #54606F;
  }
  #masthead.fixed-top .main-content #reservation-menu #panel-header.desktop .accountUser > button {
    color: #54606F;
  }
  #masthead.fixed-top .main-content #site-navigation.desktop #main-menu > li > a {
    background: #fff;
    color: #52575c;
  }
  #masthead.fixed-top .main-content #site-navigation.desktop #main-menu > li:hover > a {
    color: #24C0B1;
  }
  #masthead.fixed-top .lang {
    color: #52575c;
  }
  #masthead .main-content {
    background-color: transparent;
  }
  #masthead .main-content .first-row {
    height: 40px;
  }
  #masthead .main-content .logo.desktop {
    float: right;
  }
  #masthead .main-content.desktop {
    padding-top: 30px;
  }
  #masthead .main-content #reservation-menu {
    height: unset;
    margin: unset;
  }
  #masthead .main-content #reservation-menu .panelHeader__button--signUp {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 0.9rem;
    padding: 0.5em 1.1em;
    background-position: 100%;
    background-size: 200% auto;
    border-radius: 10px;
    -webkit-box-shadow: 0px 30px 50px rgba(255, 127, 70, 0.1);
            box-shadow: 0px 30px 50px rgba(255, 127, 70, 0.1);
    background-image: linear-gradient(304deg, #ff7f46 0%, #ffbc71 100%);
  }
  #masthead .main-content #reservation-menu .panelHeader__button--signUp:hover {
    background-size: 100%;
  }
  #masthead .main-content #reservation-menu .panelHeader__button--order {
    display: none;
  }
  #masthead .main-content #reservation-menu #panel-header .trackOrder {
    color: #404040 !important;
  }
  #masthead .main-content #reservation-menu #panel-header .trackOrder + .button {
    color: #404040 !important;
  }
  #masthead .main-content #reservation-menu #panel-header .accountUser .accountUser-btn {
    color: #404040 !important;
  }
  #masthead .main-content #reservation-menu #panel-header .accountUser .icon-chevron-down {
    color: #9D9FA2 !important;
  }
  #masthead .main-content #reservation-menu #panel-header .v-input__control .v-input__slot .v-select__slot .v-select__selections {
    color: #404040 !important;
  }
  #masthead .main-content #reservation-menu #panel-header .v-input__control .v-input__slot .v-select__slot .v-input__append-inner .v-input__icon i {
    color: #9D9FA2 !important;
  }
  #masthead .main-content.mobile.position-fixed {
    position: unset !important;
  }
  #masthead .main-content.other #site-navigation.desktop #main-menu > li > a {
    color: #221e1f;
  }
  #masthead .main-content.other #site-navigation.desktop #main-menu > li > a:hover {
    color: #24C0B1;
  }
  #masthead .main-content.other #reservation-menu #panel-header.desktop .v-select__selections, #masthead .main-content.other #reservation-menu #panel-header.desktop .v-input__icon--append > i {
    color: #54606F;
  }
  #masthead .main-content.other #reservation-menu #panel-header.desktop .accountUser > button {
    color: #54606F;
  }
  #masthead .main-content.other .logo .site-title a img {
    -webkit-filter: unset;
            filter: unset;
  }
  #masthead #site-navigation.desktop {
    position: relative;
    visibility: visible;
    opacity: 1;
    background: unset;
    z-index: 0;
    width: unset;
    top: unset;
  }
  #masthead #site-navigation.desktop #main-menu {
    background: unset;
    height: unset;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    overflow: unset;
    margin-left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #masthead #site-navigation.desktop #main-menu > li > a {
    height: 45px;
    font-size: 13px;
    text-align: center;
    padding: 0.7em 1em;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: unset;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    background: transparent;
  }
  #masthead #site-navigation.desktop #main-menu > li > a i {
    margin: 0;
    display: block;
  }
  #masthead #site-navigation.desktop #main-menu > li:hover.search-menu a {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    color: #FEC53F;
  }
  #masthead #site-navigation.desktop #main-menu > li:hover > a {
    color: #24C0B1;
  }
  #masthead #site-navigation.desktop #main-menu > li:hover > a:before {
    opacity: 1;
  }
  #masthead #site-navigation.desktop #main-menu > li.menu-item-has-children > a:after {
    content: '\ea58';
    font-family: LineIcons;
    margin-left: 0.5em;
    font-size: .6rem;
  }
  #masthead #site-navigation.desktop #main-menu > li.menu-item-has-children > a:hover {
    color: #24C0B1;
  }
  #masthead #site-navigation.desktop #main-menu .lni-chevron-down {
    display: none;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 10px 10px rgba(246, 160, 0, 0.1);
            box-shadow: 0px 10px 10px rgba(246, 160, 0, 0.1);
    border-bottom: unset;
    position: absolute;
    left: -1px;
    width: 180px;
    border-radius: 10px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: calc( 100% + -5px);
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu a {
    padding-left: 1em !important;
    padding-right: 1.7em !important;
    background: transparent;
    color: #52575C;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu a:hover {
    color: #24C0B1;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu .menu-item-has-children > a:after {
    font-family: LineIcons;
    content: '\ea5c';
    font-size: .6rem;
    position: absolute;
    right: 1em;
    top: 0;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu .menu-item-has-children > a:hover {
    color: #24C0B1;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu .sub-menu {
    left: 100%;
    top: -1px;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu .sub-menu a {
    padding-left: 1em !important;
    padding-right: 1.7em !important;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu .sub-menu a:hover {
    color: #24C0B1;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 1em !important;
    padding-right: 1.7em !important;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu .sub-menu .sub-menu a:hover {
    color: #24C0B1;
  }
  #masthead #site-navigation.desktop #main-menu .menu-item-has-children {
    position: relative;
  }
  #masthead #site-navigation.desktop #main-menu .menu-item-has-children:hover > a {
    color: #52575C;
  }
  #masthead #site-navigation.desktop #main-menu .menu-item-has-children:hover > a:hover {
    color: #24C0B1;
  }
  #masthead #site-navigation.desktop #main-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children {
    position: unset;
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children > .sub-menu {
    left: 0;
    width: 100%;
    overflow-y: auto;
    max-height: 435px;
    padding-left: 15px;
    pointer-events: none;
    border-bottom: 1px solid #e6e6e6;
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children > .sub-menu > li {
    float: left;
    margin: 0 15px 15px 0;
    width: calc((100% / 4) - 15px);
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children > .sub-menu > li > a {
    font-weight: bold;
    color: #1c9589 !important;
    border-bottom: 2px solid #1c9589;
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children > .sub-menu > li > a:hover {
    color: #24C0B1;
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children > .sub-menu > li > .sub-menu {
    opacity: 1;
    width: 100%;
    border: unset;
    position: unset;
    visibility: visible;
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children > .sub-menu li.menu-item-has-children > a:after {
    content: unset;
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children > .sub-menu li > a {
    padding-right: 1em !important;
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children:hover > .sub-menu {
    pointer-events: all;
  }
  #masthead .lang-fa {
    margin: 10px 0px 0px 3px;
  }
  #masthead .lang-fa .lang-title .icon-global {
    right: -35%;
  }
  #masthead .lang-fa .lang-title .icon-chevron-down {
    left: 6px;
  }
  #masthead .lang-en {
    margin: 10px 80px 0px 0px;
  }
  #top-banner {
    height: 296px;
  }
  #top-banner.inner-page-panel {
    height: unset;
    background-image: url("./images/pattern.jpg");
  }
  #top-banner .wrapper {
    min-height: 296px;
  }
  #top-banner .wrapper img {
    top: 0;
    left: 50%;
    width: auto;
    height: auto;
    max-width: unset;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 0 0 20px 20px;
  }
  .tour-box-row .wrapper .bb-lg-hide, .hotelpackage-box-row .wrapper .bb-lg-hide {
    border-bottom: unset;
  }
  .tour-box-row .wrapper .br-lg-show, .hotelpackage-box-row .wrapper .br-lg-show {
    border-right: 1px dashed #f1f1f1;
  }
  body.single-tour .page-title, body.single-hotelpackage .page-title, body.single-location .page-title, body.offline-tour-pages .page-title, body.offline-hotel-pages .page-title {
    margin-bottom: 80px;
    margin-top: 0;
  }
  body.single-tour .page-title h1, body.single-hotelpackage .page-title h1, body.single-location .page-title h1, body.offline-tour-pages .page-title h1, body.offline-hotel-pages .page-title h1 {
    bottom: unset;
  }
  body.single-tour .page-title .base-info, body.single-hotelpackage .page-title .base-info, body.single-location .page-title .base-info, body.offline-tour-pages .page-title .base-info, body.offline-hotel-pages .page-title .base-info {
    width: calc(100% - 350px);
    border-radius: 0 0 20px 0;
  }
  body.single-tour .page-title .base-info.row, body.single-hotelpackage .page-title .base-info.row, body.single-location .page-title .base-info.row, body.offline-tour-pages .page-title .base-info.row, body.offline-hotel-pages .page-title .base-info.row {
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
  }
  body.single-tour .hotelpackage-itinerary .itinerary-wrapper, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper, body.single-location .hotelpackage-itinerary .itinerary-wrapper, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper {
    margin-bottom: 60px;
    min-height: 348.78px;
  }
  body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure:before, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure:before, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure:before, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure:before, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure:before {
    top: 33px;
    margin: unset;
  }
  body.single-tour .hotelpackage-itinerary .itinerary-wrapper > figure:after, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper > figure:after, body.single-location .hotelpackage-itinerary .itinerary-wrapper > figure:after, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper > figure:after, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper > figure:after {
    top: 35px;
    margin: unset;
  }
  body.single-tour .hotelpackage-itinerary .itinerary-wrapper:before, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper:before, body.single-location .hotelpackage-itinerary .itinerary-wrapper:before, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper:before, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper:before {
    height: 100%;
    bottom: 0;
    top: unset;
  }
  body.single-tour .hotelpackage-itinerary .itinerary-wrapper.last-item:before, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper.last-item:before, body.single-location .hotelpackage-itinerary .itinerary-wrapper.last-item:before, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper.last-item:before, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper.last-item:before {
    height: 40px;
    top: 0;
    bottom: unset;
  }
  body.single-tour .hotelpackage-itinerary .itinerary-wrapper.last-item:after, body.single-hotelpackage .hotelpackage-itinerary .itinerary-wrapper.last-item:after, body.single-location .hotelpackage-itinerary .itinerary-wrapper.last-item:after, body.offline-tour-pages .hotelpackage-itinerary .itinerary-wrapper.last-item:after, body.offline-hotel-pages .hotelpackage-itinerary .itinerary-wrapper.last-item:after {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 2px;
    height: calc(100% - 40px);
    bottom: 0;
  }
  body.single-tour .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type, body.single-hotelpackage .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type, body.single-location .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type, body.offline-tour-pages .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type, body.offline-hotel-pages .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type {
    margin-top: 0;
  }
  body.single-tour .hotelpackage-itinerary .column-one .itinerary-wrapper > figure:before, body.single-hotelpackage .hotelpackage-itinerary .column-one .itinerary-wrapper > figure:before, body.single-location .hotelpackage-itinerary .column-one .itinerary-wrapper > figure:before, body.offline-tour-pages .hotelpackage-itinerary .column-one .itinerary-wrapper > figure:before, body.offline-hotel-pages .hotelpackage-itinerary .column-one .itinerary-wrapper > figure:before {
    left: -34px;
    right: unset;
  }
  body.single-tour .hotelpackage-itinerary .column-one .itinerary-wrapper > figure:after, body.single-hotelpackage .hotelpackage-itinerary .column-one .itinerary-wrapper > figure:after, body.single-location .hotelpackage-itinerary .column-one .itinerary-wrapper > figure:after, body.offline-tour-pages .hotelpackage-itinerary .column-one .itinerary-wrapper > figure:after, body.offline-hotel-pages .hotelpackage-itinerary .column-one .itinerary-wrapper > figure:after {
    left: -7px;
    right: unset;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  body.single-tour .hotelpackage-itinerary .column-one .itinerary-wrapper:before, body.single-hotelpackage .hotelpackage-itinerary .column-one .itinerary-wrapper:before, body.single-location .hotelpackage-itinerary .column-one .itinerary-wrapper:before, body.offline-tour-pages .hotelpackage-itinerary .column-one .itinerary-wrapper:before, body.offline-hotel-pages .hotelpackage-itinerary .column-one .itinerary-wrapper:before {
    left: -16px;
    right: unset;
  }
  body.single-tour .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type:before, body.single-hotelpackage .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type:before, body.single-location .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type:before, body.offline-tour-pages .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type:before, body.offline-hotel-pages .hotelpackage-itinerary .column-one .itinerary-wrapper:first-of-type:before {
    height: calc(100% - 40px);
  }
  body.single-tour .hotelpackage-itinerary .column-one .itinerary-wrapper.last-item:after, body.single-hotelpackage .hotelpackage-itinerary .column-one .itinerary-wrapper.last-item:after, body.single-location .hotelpackage-itinerary .column-one .itinerary-wrapper.last-item:after, body.offline-tour-pages .hotelpackage-itinerary .column-one .itinerary-wrapper.last-item:after, body.offline-hotel-pages .hotelpackage-itinerary .column-one .itinerary-wrapper.last-item:after {
    left: -16px;
  }
  body.single-tour .hotelpackage-itinerary .column-two, body.single-hotelpackage .hotelpackage-itinerary .column-two, body.single-location .hotelpackage-itinerary .column-two, body.offline-tour-pages .hotelpackage-itinerary .column-two, body.offline-hotel-pages .hotelpackage-itinerary .column-two {
    padding-top: 150px;
  }
  body.single-tour .hotelpackage-itinerary .column-two .itinerary-wrapper > figure:before, body.single-hotelpackage .hotelpackage-itinerary .column-two .itinerary-wrapper > figure:before, body.single-location .hotelpackage-itinerary .column-two .itinerary-wrapper > figure:before, body.offline-tour-pages .hotelpackage-itinerary .column-two .itinerary-wrapper > figure:before, body.offline-hotel-pages .hotelpackage-itinerary .column-two .itinerary-wrapper > figure:before {
    right: -34px;
    left: unset;
  }
  body.single-tour .hotelpackage-itinerary .column-two .itinerary-wrapper > figure:after, body.single-hotelpackage .hotelpackage-itinerary .column-two .itinerary-wrapper > figure:after, body.single-location .hotelpackage-itinerary .column-two .itinerary-wrapper > figure:after, body.offline-tour-pages .hotelpackage-itinerary .column-two .itinerary-wrapper > figure:after, body.offline-hotel-pages .hotelpackage-itinerary .column-two .itinerary-wrapper > figure:after {
    right: -7px;
    left: unset;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  body.single-tour .hotelpackage-itinerary .column-two .itinerary-wrapper:before, body.single-hotelpackage .hotelpackage-itinerary .column-two .itinerary-wrapper:before, body.single-location .hotelpackage-itinerary .column-two .itinerary-wrapper:before, body.offline-tour-pages .hotelpackage-itinerary .column-two .itinerary-wrapper:before, body.offline-hotel-pages .hotelpackage-itinerary .column-two .itinerary-wrapper:before {
    right: -16px;
    left: unset;
  }
  body.single-tour .hotelpackage-itinerary .column-two .itinerary-wrapper.last-item:after, body.single-hotelpackage .hotelpackage-itinerary .column-two .itinerary-wrapper.last-item:after, body.single-location .hotelpackage-itinerary .column-two .itinerary-wrapper.last-item:after, body.offline-tour-pages .hotelpackage-itinerary .column-two .itinerary-wrapper.last-item:after, body.offline-hotel-pages .hotelpackage-itinerary .column-two .itinerary-wrapper.last-item:after {
    right: -16px;
  }
  body.single-tour .tour-itinerary .card::before, body.single-hotelpackage .tour-itinerary .card::before, body.single-location .tour-itinerary .card::before, body.offline-tour-pages .tour-itinerary .card::before, body.offline-hotel-pages .tour-itinerary .card::before {
    left: 10px;
  }
  body.single-tour .tour-itinerary .card .card-header .circle-icon, body.single-tour .tour-itinerary .card .card-header .circle-icon-active, body.single-hotelpackage .tour-itinerary .card .card-header .circle-icon, body.single-hotelpackage .tour-itinerary .card .card-header .circle-icon-active, body.single-location .tour-itinerary .card .card-header .circle-icon, body.single-location .tour-itinerary .card .card-header .circle-icon-active, body.offline-tour-pages .tour-itinerary .card .card-header .circle-icon, body.offline-tour-pages .tour-itinerary .card .card-header .circle-icon-active, body.offline-hotel-pages .tour-itinerary .card .card-header .circle-icon, body.offline-hotel-pages .tour-itinerary .card .card-header .circle-icon-active {
    margin-left: -12px;
  }
  body.single-tour .tour-itinerary .card .card-body, body.single-hotelpackage .tour-itinerary .card .card-body, body.single-location .tour-itinerary .card .card-body, body.offline-tour-pages .tour-itinerary .card .card-body, body.offline-hotel-pages .tour-itinerary .card .card-body {
    padding: 1.25rem 2.5rem;
  }
  body.single-tour .tour-itinerary .itinerary-attractions .attraction-item > a, body.single-hotelpackage .tour-itinerary .itinerary-attractions .attraction-item > a, body.single-location .tour-itinerary .itinerary-attractions .attraction-item > a, body.offline-tour-pages .tour-itinerary .itinerary-attractions .attraction-item > a, body.offline-hotel-pages .tour-itinerary .itinerary-attractions .attraction-item > a {
    width: 150px;
    height: 150px;
  }
  body.single-tour .offline-tour-transports .flight-route, body.single-tour table.offline-hotel-transports .flight-route, body.single-hotelpackage .offline-tour-transports .flight-route, body.single-hotelpackage table.offline-hotel-transports .flight-route, body.single-location .offline-tour-transports .flight-route, body.single-location table.offline-hotel-transports .flight-route, body.offline-tour-pages .offline-tour-transports .flight-route, body.offline-tour-pages table.offline-hotel-transports .flight-route, body.offline-hotel-pages .offline-tour-transports .flight-route, body.offline-hotel-pages table.offline-hotel-transports .flight-route {
    min-width: 75px;
  }
  body.single-tour .offline-tour-transports .transports-row.row, body.single-hotelpackage .offline-tour-transports .transports-row.row, body.single-location .offline-tour-transports .transports-row.row, body.offline-tour-pages .offline-tour-transports .transports-row.row, body.offline-hotel-pages .offline-tour-transports .transports-row.row {
    margin: 1rem 0 !important;
  }
  body.single-tour .offline-tour-transports .transports-row:last-child.row, body.single-hotelpackage .offline-tour-transports .transports-row:last-child.row, body.single-location .offline-tour-transports .transports-row:last-child.row, body.offline-tour-pages .offline-tour-transports .transports-row:last-child.row, body.offline-hotel-pages .offline-tour-transports .transports-row:last-child.row {
    margin: 1rem 0 0 !important;
  }
  .main-title .show-more {
    position: absolute;
    bottom: calc(50% - 12px);
    left: 0;
  }
  .main-title .show-more:hover {
    color: #FEC53F !important;
  }
  body.tml-action-register .acf-user-register-fields div[data-name="user-state"], body.tml-action-register .acf-user-register-fields div[data-name="user-city"] {
    margin-top: -25px !important;
  }
  body.tml-action-register .acf-user-register-fields div[data-name="owner-name"], body.tml-action-register .acf-user-register-fields div[data-name="owner-tel"] {
    min-height: unset !important;
  }
  .post-box .wrapper {
    min-height: unset;
  }
  .post-box.agency-box .wrapper {
    min-height: 160px;
  }
  .home-tabs-wrapper > ul {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .panel {
    margin-top: -10%;
  }
  .single-hotel .distance-wrapper > button#upBtn {
    bottom: calc(100% - 88px);
  }
  .single-hotel .distance-wrapper > button#downBtn {
    top: calc(100% - 29px);
  }
  #colophon #center-circle {
    z-index: -1;
    top: -5px;
    right: -10px;
  }
  #colophon #half-left-circle {
    left: 0;
  }
  #colophon .site-info .heading-menu {
    font-weight: 500;
    font-size: 1rem;
    color: #3E4361;
  }
  #colophon .site-info .heading-menu.quick-access {
    margin: 1rem 0 1.18rem;
  }
  #colophon .site-info .heading-menu.services {
    margin: 1.25rem 0 0.985rem;
  }
  #colophon .site-info .quick-access-menu li {
    margin: 5px 0;
  }
  #colophon .site-info .quick-access-menu li a {
    color: #52575C;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #colophon .site-info .quick-access-menu li a:hover {
    color: #1c9589;
  }
  #colophon .site-info .services-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
  #colophon .site-info .services-menu li {
    margin: 5px 0 0;
  }
  #colophon .site-info .services-menu li:nth-child(1), #colophon .site-info .services-menu li:nth-child(2) {
    margin: 0;
  }
  #colophon .site-info .services-menu li a {
    color: #52575C;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #colophon .site-info .services-menu li a:hover {
    color: #1c9589;
  }
  #top-banner .wrapper .bc-container ul {
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  /* ----------- iPad Pro ----------- */
  /* Portrait and Landscape */
}

@media only screen and (min-width: 992px) and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #masthead .main-content.mobile.position-fixed {
    position: unset !important;
  }
}

@media (min-width: 992px) {
  /* Portrait */
}

@media only screen and (min-width: 992px) and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  #masthead .main-content.mobile.position-fixed {
    position: unset !important;
  }
}

@media (min-width: 992px) {
  /* Landscape */
}

@media only screen and (min-width: 992px) and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  #masthead .main-content.mobile.position-fixed {
    position: unset !important;
  }
}

@media (min-width: 1200px) {
  .col-xl-1of5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-4of5 {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
            flex: 0 0 80%;
    max-width: 80%;
  }
  #masthead .main-content.desktop {
    padding-top: 8px;
  }
  #masthead .main-content.desktop:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #EAEAEB;
  }
  #masthead .main-content.desktop .logo .site-title {
    margin-top: -5px;
  }
  #masthead .main-content.desktop .logo .site-title a img {
    margin-bottom: 5px;
  }
  #masthead .main-content.desktop #reservation-menu .panelHeader__button--signUp {
    font-size: unset;
  }
  #masthead .main-content.desktop #reservation-menu #panel-header button:not(.panelHeader__button--exit) {
    background-color: rgba(36, 192, 176, 0.8);
    border-radius: 8px;
    border: unset;
    color: #ffffff;
  }
  #masthead .main-content.desktop .search-menu .open-search-modal .icon-Search {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    cursor: pointer;
  }
  #masthead .main-content.desktop .search-menu .open-search-modal:hover .icon-Search {
    color: #FEC53F;
  }
  #masthead.fixed-top .main-content {
    height: 65px;
    padding-top: 5px;
    background-color: #fff;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
            animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  }
  #masthead.fixed-top .main-content .logo .site-title a img {
    height: 25px;
    -webkit-filter: unset;
            filter: unset;
    margin-bottom: 5px;
  }
  #masthead.fixed-top .main-content #reservation-menu .panelHeader__button--signUp {
    font-size: 0.85rem;
  }
  #masthead.fixed-top .main-content #site-navigation.desktop #main-menu > li > a {
    background: #fff;
  }
  .panel-wrapper {
    margin-top: 0px;
  }
  #home-main-slider {
    margin-top: 20px;
    position: relative;
  }
  #home-main-slider .image-cover {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }
  #home-main-slider .image-cover img {
    width: 100%;
  }
  #home-main-slider .image-cover:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 60%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(90.32%, rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 90.32%);
  }
  #home-main-slider .panel-wrapper {
    position: absolute;
    width: 100%;
    top: 150px;
  }
  #home-main-slider .main-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 18%;
    left: 10%;
    bottom: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #home-main-slider .main-slider .slick-dots li {
    margin: 0 2px;
    width: 15px;
    height: 15px;
  }
  #home-main-slider .main-slider .slick-dots li button:before {
    content: '' !important;
    width: 15px;
    height: 7px;
    border-radius: 10px;
    font-size: 9px !important;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    opacity: unset;
  }
  #home-main-slider .main-slider .slick-dots li.slick-active button:before {
    width: 28px;
    height: 7px;
    background-color: #FEC53F;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
  }
  #home-first-tours-section {
    margin-top: 250px;
  }
  #home-first-tours-section .first-tours-slider, #home-first-tours-section .sec-tours-slider, #home-sec-tours-section .first-tours-slider, #home-sec-tours-section .sec-tours-slider {
    padding: 0;
    /*important*/
    /*important*/
  }
  #home-first-tours-section .first-tours-slider div.slick-slide, #home-first-tours-section .sec-tours-slider div.slick-slide, #home-sec-tours-section .first-tours-slider div.slick-slide, #home-sec-tours-section .sec-tours-slider div.slick-slide {
    margin: 0 15px;
  }
  #home-first-tours-section .first-tours-slider .slick-list, #home-first-tours-section .sec-tours-slider .slick-list, #home-sec-tours-section .first-tours-slider .slick-list, #home-sec-tours-section .sec-tours-slider .slick-list {
    margin: 0 -15px;
  }
  #home-first-tours-section .first-tours-slider .slick-dots, #home-first-tours-section .sec-tours-slider .slick-dots, #home-sec-tours-section .first-tours-slider .slick-dots, #home-sec-tours-section .sec-tours-slider .slick-dots {
    top: -55px;
    left: 0;
    text-align: end;
    right: unset;
    bottom: unset !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #home-first-tours-section .tours-archive, #home-sec-tours-section .tours-archive {
    display: inline-block;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #24C0B1;
  }
  #home-blog-section {
    margin-top: 70px;
  }
  #home-blog-section .category-tabs {
    margin: 30px 0 0 0;
  }
  #home-blog-section .category-tabs .items-nav-blog {
    width: 15%;
  }
  #home-blog-section .blog-archive {
    display: inline-block;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #24C0B1;
  }
  #home-proposed-tours-section .tours-archive {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    color: #24C0B1;
  }
  #primary.content-area .site-main .pages-title {
    margin-top: 30px;
  }
  #primary.content-area .site-main:not(.about-page):not(.contact-page) {
    margin-top: 0;
  }
  #top-banner {
    margin-top: 0 !important;
  }
  #top-banner.inner-page-panel {
    background-image: url("./images/pattern.jpg");
  }
  .error-404-image img {
    height: 600px;
  }
  #anchor-list::-webkit-scrollbar {
    display: block;
    height: 5px;
  }
  #anchor-list::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #616161;
  }
  #anchor-list::-webkit-scrollbar-thumb {
    background: #FEC53F;
    border-radius: 5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #anchor-list::-webkit-scrollbar-thumb:hover {
    background: #feb60c;
  }
  .home-tabs-wrapper {
    min-height: unset;
  }
  .bg-app {
    min-height: 500px;
    clip-path: ellipse(70% 60% at 50% 40%);
    -webkit-clip-path: ellipse(70% 60% at 50% 40%);
    margin-top: -105px;
  }
  .bg-app + .container {
    margin-bottom: 100px;
    margin-top: -280px;
  }
  #colophon .call-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
  }
  #colophon .call-border address {
    width: 40%;
    margin: 0 20px 0 20px;
  }
  #colophon .call-border span {
    margin: 0 20px;
  }
  #colophon .footer-border {
    margin-right: 90px;
  }
  #colophon .heading-menu {
    display: inline-block;
    margin-top: 10px;
  }
  #colophon .part-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    margin-bottom: 25px;
  }
  #colophon .part-bottom .connect-with {
    margin: 0 25px;
  }
  #colophon .copyright-border {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #colophon #logo-licenses {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  #colophon #logo-licenses li {
    width: 62px;
    height: 62px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02), 0px 30px 40px rgba(35, 35, 35, 0.06);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.02), 0px 30px 40px rgba(35, 35, 35, 0.06);
  }
  .subtitle-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1300px) {
  .wrapper-container {
    max-width: 1140px;
  }
  #top-banner {
    height: 267px;
  }
}

@media (min-width: 1400px) {
  .container-xl {
    max-width: 1440px;
  }
}

@media (min-width: 1400px) {
  .bg-app {
    min-height: 700px;
  }
}
/*# sourceMappingURL=style.css.map */