/*!
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;
  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: "IRANYekan" !important;
  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: #ea1b66;
  text-decoration: none;
  transition: all 250ms ease-out;
}

a:hover,
a:active {
  color: #23c1e5;
}

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 {
  transition: all 0.4s;
}
.social .lni.lni-film::before {
  content: "";
  background: url("./images/aparat.svg") no-repeat;
  display: block;
  width: 21px;
  height: 21px;
  filter: brightness(3) grayscale(1);
}
.social .lni.lni-film:hover::before {
  filter: brightness(4) saturate(18);
}

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

body.single-location .lg-outer.lg-visible,
body.page .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: zoom-in;
}
.image-gallery.with-slider .gallery-image-item,
.image-gallery.with-slider .load-more-photos {
  transition: filter 0.3s;
  border-radius: 10px;
  cursor: zoom-in;
}
.image-gallery.with-slider .gallery-image-item.active,
.image-gallery.with-slider .load-more-photos.active {
  filter: brightness(0.5);
}
.image-gallery.with-slider .gallery-image-item {
  height: 101px;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
  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: 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: #ea1b66 !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: #23c1e5;
}

.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;
}

.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: flex;
  justify-content: center;
  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: #ea1b66;
  position: absolute;
  left: 0;
  margin: auto 0;
  top: 0;
  bottom: 0;
  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: #ea1b66;
  height: 6px;
  display: inline-block;
  font-size: 0.5em;
  vertical-align: middle;
  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: #ea1b66;
  border: 1px solid;
  font-weight: bold;
  font-size: 0.5em;
  line-height: 0.8rem;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: 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: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  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: #23c1e5;
  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;
          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: 0.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: #ea1b66;
  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: #ea1b66;
  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 {
  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 {
  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 {
  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: flex;
  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: flex;
  align-items: 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;
  transition: all 0.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;
  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: #23c1e5;
}
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: #23c1e5;
}

.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: #23c1e5;
}
.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: #23c1e5;
  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: 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;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
}
#anchor-list.sticky li a {
  padding: 0.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: #ea1b66;
  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;
  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%;
  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 {
  box-shadow: 0 10px 28px -21px #3c3c3c;
}
.location-box:hover .wrapper .location-title,
.location-box:hover .wrapper .hotel-title {
  color: #23c1e5;
}

div.user-menu-wrapper {
  background: #ffffff;
  border-radius: 15px;
  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;
  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: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b2b2b2;
  transition: all 0.3s;
}
div.user-menu-wrapper ul li a .icon.lni-exit {
  transform: rotate(180deg);
}
div.user-menu-wrapper ul li a:not(.log-out):hover, div.user-menu-wrapper ul li a.current-page {
  color: #ea1b66;
}
div.user-menu-wrapper ul li a:not(.log-out):hover .icon, div.user-menu-wrapper ul li a.current-page .icon {
  color: #ea1b66;
  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: #ea1b66;
}

.h7 {
  font-size: 0.6rem;
}

.inactive-color {
  color: #a0a4a8;
}

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

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

#home-questions-section {
  margin-top: 160px;
}
#home-questions-section #accordionquestions {
  margin-top: 20px;
}
#home-questions-section #accordionquestions .card {
  border: unset;
  overflow: hidden;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.15);
}
#home-questions-section #accordionquestions .card .card-header {
  display: flex;
  background-color: unset;
  padding: 0 15px !important;
  border-bottom: 0 !important;
}
#home-questions-section #accordionquestions .card .card-header span {
  color: #52575C;
  display: flex;
  padding: 10px 0;
  position: relative;
  width: calc(100% - 23px);
  justify-content: space-between;
}
#home-questions-section #accordionquestions .card .card-header span .icon-chevron-down {
  top: 13px;
  right: -25px;
  color: #898989;
  margin: auto 0;
  font-size: 16px;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  transform: rotate(0deg);
  transition: transform 0.5s;
}
#home-questions-section #accordionquestions .card .card-header span[aria-expanded=true] .icon-chevron-down {
  right: -25px;
  color: #2a56c0;
  transform: rotate(180deg);
}
#home-questions-section #accordionquestions .card .card-body {
  padding: 10px 15px;
}
#home-questions-section #accordionquestions .card .card-body .questions-text {
  margin: 0;
  color: #52575C;
  font-weight: 400;
  text-align: justify;
}
#home-questions-section #accordionquestions .card:hover {
  box-shadow: 0px 12px 25px rgba(0, 158, 219, 0.1);
}

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

.tour-hotels-box {
  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: #ea1b66;
}
.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 #ea1b66;
  color: #ea1b66;
  transition: all 0.3s;
}
.tour-hotels-box button.price-button:not(.disable):hover {
  color: #ffffff;
  background-color: #ea1b66;
}
.tour-hotels-box button.price-button.disable {
  opacity: 0.5;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tour-hotels-box button.select-button {
  border: 1px solid #00AF87;
  background-color: #00AF87;
  transition: background-color 0.3s;
  color: #ffffff;
}
.tour-hotels-box button.select-button:hover {
  background-color: #029976;
}
.tour-hotels-box .description {
  background-color: #ea1b66;
  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: #23c1e5;
}
table td.secondary-color {
  color: #ea1b66;
}

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%;
  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;
  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;
          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 {
  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;
  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;
  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;
    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;
  }
}
#offline-hotel-dates-scroll .clone tr.text-primary td:first-child {
  border-right: 3px solid #23c1e5;
}

table td .offline-hotel-stay:not(:first-of-type) {
  margin-top: 1em;
}
table td.primary-color {
  color: #23c1e5;
}
table td.secondary-color {
  color: #ea1b66;
}

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%;
  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;
  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;
          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 {
  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;
  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;
  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;
}
table.in-print-page tfoot p {
  display: flex;
  margin-top: 10px;
}

@media print {
  body {
    background: #ffffff;
  }
  #offline-hotel-paper {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    border: 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;
  }
}
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%;
  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;
  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;
          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 {
  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;
  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;
  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;
    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;
  }
}
#masthead ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#masthead .main-content {
  height: 100px;
  padding: 5px 0;
  background: #fff;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
}
#masthead .main-content .menu-toggle {
  height: 26px;
  margin-top: -12px;
}
#masthead .main-content .menu-toggle.btn:focus {
  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 {
  position: relative;
  margin: 0;
}
#masthead .main-content .logo .site-title a {
  display: block;
}
#masthead .main-content .logo .site-title a img {
  margin-bottom: 0;
  width: auto;
}
#masthead .main-content .panel-container > a,
#masthead .main-content .panel-container > button.register {
  border-radius: 5px;
  padding: 0.5rem 0.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;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.05);
  z-index: 2;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  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: #ea1b66;
}
#masthead .main-content.desktop {
  height: 120px;
  background-color: #ffffff;
  border-radius: 0px 0px 20px 20px;
}
#masthead .main-content #reservation-menu {
  height: 24px;
}
#masthead .main-content #reservation-menu #panel-header.mobile > button {
  color: #54606f;
  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 {
  align-items: center;
  padding: 0.5em 0.75em;
  height: 45px;
}
#masthead .main-content .phone-box .header-phone {
  font-family: "IRANYekan" !important;
}
#masthead .main-content .phone-box .header-phone .suffix-tel,
#masthead .main-content .phone-box .header-phone .prefix-tel {
  font-size: 14px;
  font-weight: 700;
}
#masthead .main-content .phone-box .header-phone .prefix-tel {
  color: #a0a4a8;
}
#masthead .main-content .phone-box .header-phone .suffix-tel {
  color: #43484e;
}
#masthead .main-content .phone-box .header-phone .icon-call {
  font-size: 20px;
}
#masthead button.user {
  border: unset;
  cursor: pointer;
  color: #616161;
}
#masthead button.user:after {
  content: "\ea58";
  font-family: LineIcons;
  transition: 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: 0.64rem 1.3rem 0.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 {
  transform: rotate(180deg);
}
#masthead.fixed-top {
  z-index: 4 !important;
}
#masthead.fixed-top .main-content {
  height: 87px;
}
#masthead #site-navigation {
  left: 0;
  bottom: 0;
  opacity: 0;
  top: 117px;
  z-index: 19;
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  background-color: rgba(42, 42, 42, 0.7);
  transition: opacity 0.2s;
}
#masthead #site-navigation .menu-toggle-close {
  right: 15px;
}
#masthead #site-navigation #main-menu {
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: all 0.5s;
}
#masthead #site-navigation #main-menu li a {
  color: #52575C;
  display: block;
  padding: 0 1em;
  line-height: 40px;
  transition: unset;
  font-family: "IRANYekan" !important;
}
#masthead #site-navigation #main-menu li a:hover {
  color: #179fbe;
}
#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;
  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: #ea1b66;
}
#masthead .checkbox a:hover {
  color: #23c1e5;
}
#masthead .notification {
  position: relative;
  display: flex;
}
#masthead .notification .notification-image {
  display: flex;
  width: 100%;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#masthead .notification .icon-remove {
  display: inline-block;
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 20px;
}
#masthead .lang-fa,
#masthead .lang-en {
  width: 70px;
  position: relative;
  font-family: "IRANYekan" !important;
}
#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;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  transition: transform 0.25s;
}
#masthead .lang-fa .lang-title .icon-chevron-down:before,
#masthead .lang-en .lang-title .icon-chevron-down:before {
  position: absolute;
  transform: rotate(0deg);
  transition: 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: -17px -38px 0 0px;
  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 .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-item-legacy-list-horizontal span,
#masthead .lang-en .lang-box .wpml-ls-statics-shortcode_actions .wpml-ls-item-legacy-list-horizontal span {
  font-size: 13px;
}
#masthead .lang-en {
  margin: -18px 0px 0px 90px;
}
#masthead .lang-en .lang-title {
  display: inline-flex;
}
#masthead .lang-en .lang-title .icon-global {
  right: -15px;
}
#masthead .lang-en .lang-title .icon-chevron-down {
  left: -24px;
}
#masthead .lang-en .lang-box {
  margin-top: 10px;
  right: 90px;
}

.main-content.fixed-top {
  z-index: 19 !important;
}

.panel-border {
  margin-top: 140px;
}

#home-main-banner {
  margin-top: 155px;
}

.bg-app {
  background: #23c1e5;
  background: linear-gradient(90deg, #23c1e5 0%, #179fbe 100%);
  min-height: 130px;
  position: relative;
  clip-path: ellipse(130% 60% at 50% 40%);
  -webkit-clip-path: ellipse(130% 60% at 50% 40%);
  background-position: center;
  background-size: cover;
}
.bg-app + .container {
  margin-top: -100px;
}
.bg-app.gradient:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 3;
}

.item .item-icon,
.item .sub-title {
  color: #9f9f9f;
}
.item .sub-title {
  font-size: 0.9rem;
}

#colophon p {
  color: #9e9e9e;
  font-size: 12px;
}
#colophon .menu-wrapper > img {
  width: auto;
}
#colophon .menu-wrapper ul {
  width: 330px;
  -moz-column-count: 2;
       column-count: 2;
  margin-top: 20px;
  list-style-type: none;
}
#colophon .menu-wrapper ul li {
  padding-bottom: 5px;
  margin-left: 15px;
}
#colophon .menu-wrapper ul li a {
  font-size: 14px;
  color: #616161;
  font-weight: 200;
}
#colophon .menu-wrapper ul li a:hover {
  color: #ea1b66;
}
#colophon .menu-wrapper ul.social-networks {
  flex-direction: row;
}
#colophon .address-box {
  height: 170px;
  border-radius: 15px;
  background-color: #fff;
}
#colophon .address-box .tel-box a {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: #ff5722;
  justify-content: center;
}
#colophon .address-box .address-box {
  font-size: 14px;
  font-weight: 200;
}
#colophon .address-box .google-map a {
  color: #23c1e5;
}
#colophon .address-box .social-network,
#colophon .address-box .social-network-en {
  left: 0;
  right: 0;
  margin-top: 18px;
  position: absolute;
}
#colophon .address-box .social-network ul li,
#colophon .address-box .social-network-en ul li {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f1f2f4;
}
#colophon .address-box .social-network ul li a i,
#colophon .address-box .social-network-en ul li a i {
  display: flex;
  margin-top: 12px;
  justify-content: center;
}
#colophon .address-box .social-network ul li a i::before,
#colophon .address-box .social-network-en ul li a i::before {
  color: #52575c;
}
#colophon .namad-box {
  background-color: #fff;
}
#colophon .namad-box .copyright span p {
  color: #23c1e5;
}
#colophon .namad-box .cn-arrow-footer .icon-arrow-up {
  width: 44px;
  bottom: 33%;
  height: 44px;
  cursor: pointer;
  border-radius: 50%;
  background: #ffddd3;
}
#colophon .namad-box .cn-arrow-footer .icon-arrow-up::before {
  display: flex;
  font-size: 20px;
  color: #ff5722;
  margin-top: 11px;
  margin-right: 11px;
  margin-left: 12px;
}
#colophon #footer-accordion {
  width: 250px;
}
#colophon #footer-accordion .card-header {
  border-radius: 50px;
  border-color: transparent;
}
#colophon #footer-accordion .card-header > span {
  color: #9e9e9e;
}
#colophon #footer-accordion .card-header > span i {
  transition: all 0.4s;
}
#colophon #footer-accordion .card-header > span.opened i {
  transform: rotate(-90deg);
}
#colophon #footer-accordion .card-body ul {
  align-items: flex-start;
}
#colophon #footer-accordion #collapseOne {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
#colophon #footer-accordion #collapseOne.opened {
  height: 145px;
}
#colophon .copyright {
  color: #9e9e9e;
  font-size: 12px;
}
#colophon .copyright a {
  color: #9e9e9e;
  font-size: 12px;
}
#colophon .copyright a:hover {
  color: #c01251;
}
#colophon #logo-licenses {
  display: flex;
  margin-bottom: 0;
}
#colophon #logo-licenses li {
  width: 70px;
  height: 70px;
  padding: 7px 3px 0 0;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 40px 100px 0px rgba(0, 0, 0, 0.06), 0px 0px 6px 0px rgba(0, 0, 0, 0.02);
}
#colophon #logo-licenses li img {
  width: 55px;
  height: 55px;
}

#pwa-notif {
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 0.4s;
}
#pwa-notif span,
#pwa-notif a {
  font-size: 12px;
  font-weight: 500;
}
#pwa-notif a {
  background: #e5e5e5;
  color: #ea1b66;
  min-width: 73px;
  height: 35px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
#pwa-notif i {
  font-size: 20px;
  margin: 0;
  height: 45px;
  display: flex;
  width: 30px;
  align-items: center;
  justify-content: center;
  color: #a0a4a8;
}
#pwa-notif.closed {
  bottom: -200px;
}

.footer-whatsapp-share {
  display: flex;
  display: -webkit-flex;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #2db742;
  color: white;
  width: 45px;
  height: 45px;
  font-size: 31px;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 50%;
  z-index: 999;
  box-shadow: 0 6px 8px 2px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}
.footer-whatsapp-share .close {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.4s;
  font-size: 18px;
  margin: 0 auto;
  color: #fff;
}
.footer-whatsapp-share .whatsapp {
  transition: all 0.4s;
  position: absolute;
}
.footer-whatsapp-share.footer-whatsapp-share-open .whatsapp {
  visibility: hidden;
  opacity: 0;
  transform: rotate(180deg);
}
.footer-whatsapp-share.footer-whatsapp-share-open .close {
  visibility: visible;
  opacity: 1;
  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;
  box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
  height: 430px;
  overflow-y: auto;
  transition: all 0.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: #23c1e5;
  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: 0.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: 0.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;
  transition: all 0.3s;
}
.footer-whatsapp-share-main-box:hover {
  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: 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: flex;
  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: 0.9em;
}
.footer-whatsapp-share-main-box a .footer-whatsapp-share-right-side .footer-whatsapp-share-main-box-name .footer-share-position {
  font-size: 0.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-div {
  position: fixed;
  width: 90px;
  height: 85px;
  left: 10px;
  bottom: 10px;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
#main-div span {
  background: white;
  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 0.2rem 0.5em;
  border-radius: 5px;
  margin: 0 0 1rem;
  position: relative;
  font-size: 0.9em;
}

#main-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 45px;
  width: 45px;
  cursor: pointer;
  background-color: #23c1e5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
#main-button a i {
  color: #fff;
  font-size: 1.3rem;
  margin: 0;
}

.main-title {
  position: relative;
}
.main-title::before, .main-title::after {
  content: "";
  background: #B2B2B2;
  width: 130px;
  height: 1px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.main-title::after {
  background: #179fbe;
  width: 7px;
  height: 7px;
  bottom: calc(100% - 3.5px);
  border-radius: 50%;
  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;
  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: 0.5rem 1rem;
  transition: all 0.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 {
  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::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;
  transition: all 0.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: rgba(70, 180, 80, 0.231372549);
  width: 100%;
}
.contact-page .wrapper form.failed .wpcf7-response-output {
  color: #dc3232;
  background: rgba(220, 50, 50, 0.1490196078);
}
.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%;
  transition: all 0.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 {
  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: #ea1b66;
}
.contact-page .wrapper.contact-info i {
  color: #b2b2b2;
  background: #f5f6fa;
  border-radius: 5px;
  padding: 10px;
}

.color-secondary {
  color: #ea1b66 !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: #ea1b66 !important;
}

.button-gradient {
  background: linear-gradient(to right, #2a56c0, #214396, #2a56c0);
  box-shadow: 0 10px 20px -3px rgba(37, 76, 168, 0.4196078431);
  background-size: 300% 100%;
  transition: all 0.8s ease-in-out !important;
}
.button-gradient:hover {
  background-position: 100% 0;
  transition: all 0.8s ease-in-out;
}

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

.single-post .wrapper, .single-multimedia .wrapper {
  border-radius: 10px;
  box-shadow: 0 10px 31px -21px #c7c7c7;
  background: white;
}
.single-post .top-side img, .single-multimedia .top-side img {
  border-radius: 10px;
}
.single-post .left-side .wrapper img, .single-multimedia .left-side .wrapper img {
  border-radius: 10px;
}
.single-post .left-side .wrapper a, .single-multimedia .left-side .wrapper a {
  color: #52575C;
}
.single-post .left-side .wrapper a:hover, .single-multimedia .left-side .wrapper a:hover {
  color: #ea1b66;
}
.single-post .entry-content p, .single-multimedia .entry-content p {
  text-align: justify;
}
.single-post .entry-content img, .single-multimedia .entry-content img {
  width: 100%;
  border-radius: 10px;
  margin: 15px 0;
}
.single-post .entry-content .wp-embedded-content, .single-multimedia .entry-content .wp-embedded-content {
  width: 100%;
}
.single-post .entry-footer a, .single-multimedia .entry-footer a {
  background: #F5F6FA;
  color: #52575C;
  padding: 0.25rem 1rem;
  margin: 0.25rem;
  display: inline-block;
  border-radius: 5px;
}
.single-post .entry-footer a:hover, .single-multimedia .entry-footer a:hover {
  background: #eef0f8;
}
.single-post .kk-star-ratings, .single-multimedia .kk-star-ratings {
  position: relative;
  flex-direction: column;
}
.single-post .kk-star-ratings .kksr-legend, .single-multimedia .kk-star-ratings .kksr-legend {
  margin-top: 15px;
}
.single-post .share-wrapper, .single-multimedia .share-wrapper {
  background: #f5f6fa;
  border-radius: 5px;
  padding: 0.5rem;
}
.single-post .share-wrapper a, .single-multimedia .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, .single-multimedia .share-wrapper a.facebook-share:hover {
  color: #3b5998;
}
.single-post .share-wrapper a.twitter-share:hover, .single-multimedia .share-wrapper a.twitter-share:hover {
  color: #1da1f2;
}
.single-post .share-wrapper a.telegram-share:hover, .single-multimedia .share-wrapper a.telegram-share:hover {
  color: #0088cc;
}
.single-post .share-wrapper a.whatsapp-share:hover, .single-multimedia .share-wrapper a.whatsapp-share:hover {
  color: #128c7e;
}
.single-post .share-wrapper a.linkedin-share:hover, .single-multimedia .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: #ea1b66;
}
#comments .comment-list .comment .comment-body .comment-content p {
  font-size: 0.8em;
  margin-bottom: 0;
}
#comments .comment-list .reply a {
  width: auto;
  height: 25px;
  background: #ea1b66;
  line-height: 25px;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
  padding: 0.25rem 1rem;
  border-radius: 3px;
}
#comments .comment-list .reply a:hover {
  background-color: #c01251;
}
#comments footer.comment-meta .comment-author img {
  border-radius: 5px;
  border: 1px solid #ccc;
}
#comments footer.comment-meta .comment-metadata {
  display: none;
  font-size: 0.9em;
  line-height: 25px;
}
#comments footer.comment-meta .comment-metadata a {
  color: #23c1e5;
}
#comments footer.comment-meta .comment-metadata a:hover {
  font-weight: bold;
}
#comments .edit-link a {
  padding: 0 5px;
  font-size: 0.7rem;
  color: #23c1e5;
}
#comments label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: white;
  padding: 0 5px;
  transition: all 0.2s;
}
#comments label .required {
  display: none;
}
#comments input, #comments textarea {
  width: 100%;
  border-radius: 5px;
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
  height: 40px;
  transition: all 0.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 {
  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: linear-gradient(to right, #2a56c0, #214396, #2a56c0);
  background-size: 300% 100%;
  transition: all 0.8s ease-in-out !important;
}
#comments #submit:hover {
  background-position: 100% 0;
  transition: all 0.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;
  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;
  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;
  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;
  transition: all 0.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 {
  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%;
  transform: translateY(-50%);
  right: 5px;
  background: white;
  padding: 0 5px;
  transition: all 0.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: inline-flex;
  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 {
  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: 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: linear-gradient(to right, #2a56c0, #214396, #2a56c0);
  background-size: 300% 100%;
  transition: all 0.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;
  transition: all 0.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: flex;
  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: #ea1b66;
}
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: #ea1b66;
}
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%;
  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: #ea1b66;
  width: 7px;
  height: 7px;
  bottom: calc(100% - 3.5px);
  border-radius: 50%;
  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: flex;
  align-items: baseline;
  flex-direction: row-reverse;
  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: flex;
  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: flex;
  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%;
  filter: invert(0.62);
  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;
  transform: translateY(-50%);
  background: #eee;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: 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] {
  transition: unset !important;
}
body.tml-action-register .tml-register form[name=register] button[type=submit]:disabled {
  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: flex;
  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;
  transition: all 0.2s;
  padding: 0.25rem 0.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 {
  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;
  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: inline-flex;
  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: 0.5rem 0;
  padding: 0.5rem 1rem;
  text-align: center;
  border: 0;
  height: 40px;
  color: #f5f6fa;
  cursor: pointer;
  background: linear-gradient(to right, #2a56c0, #214396, #2a56c0);
  background-size: 300% 100%;
  transition: all 0.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;
  transition: all 0.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: 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: 0.5rem 0;
  padding: 0.5rem 1rem;
  text-align: center;
  border: 0;
  height: 40px;
  color: #f5f6fa;
  cursor: pointer;
  background: linear-gradient(to right, #2a56c0, #214396, #2a56c0);
  background-size: 300% 100%;
  transition: all 0.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;
  transition: all 0.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: 0.5rem 0;
  padding: 0.5rem 1rem;
  text-align: center;
  border: 0;
  height: 40px;
  color: #f5f6fa;
  cursor: pointer;
  background: linear-gradient(to right, #2a56c0, #214396, #2a56c0);
  background-size: 300% 100%;
  transition: all 0.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;
  transition: all 0.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%;
  transform: translateY(-50%);
  right: 40px;
  background: white;
  padding: 0 5px !important;
  transition: all 0.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: linear-gradient(to right, #2a56c0, #214396, #2a56c0);
  background-size: 300% 100%;
  transition: all 0.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;
  transition: all 0.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 {
  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: 0.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: #ea1b66;
}
.bc-container ul li:not(:last-child)::after {
  content: "/";
  color: #ea1b66;
  margin: 0 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: 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 .facilitice-box .facilitice-box-title, .single-hotel .facilitice-box .cafe-title, .single-hotel .facilitice-box .seminar-hall-title, .single-hotel .cafe-restaurant .facilitice-box-title, .single-hotel .cafe-restaurant .cafe-title, .single-hotel .cafe-restaurant .seminar-hall-title, .single-hotel .seminar-hall .facilitice-box-title, .single-hotel .seminar-hall .cafe-title, .single-hotel .seminar-hall .seminar-hall-title {
  font-size: 17px;
  font-weight: 800;
}
.single-hotel .facilitice-box .facilitice-box-title .icon-tick-circle, .single-hotel .facilitice-box .cafe-title .icon-tick-circle, .single-hotel .facilitice-box .seminar-hall-title .icon-tick-circle, .single-hotel .cafe-restaurant .facilitice-box-title .icon-tick-circle, .single-hotel .cafe-restaurant .cafe-title .icon-tick-circle, .single-hotel .cafe-restaurant .seminar-hall-title .icon-tick-circle, .single-hotel .seminar-hall .facilitice-box-title .icon-tick-circle, .single-hotel .seminar-hall .cafe-title .icon-tick-circle, .single-hotel .seminar-hall .seminar-hall-title .icon-tick-circle {
  font-size: 18px;
  color: #00AF87;
}
.single-hotel .facilitice-not-box .facilitice-box-title {
  font-size: 17px;
  font-weight: 800;
}
.single-hotel .facilitice-not-box .facilitice-box-title .icon-close-circle {
  font-size: 18px;
  color: #ea1b66;
}
.single-hotel .facilitice-box .facilitice-box-desc, .single-hotel .facilitice-not-box .facilitice-box-desc {
  font-size: 15px;
  font-weight: 400;
}
.single-hotel .facilitice-box .facilitice:before, .single-hotel .facilitice-not-box .facilitice:before {
  top: 35%;
  width: 5px;
  height: 5px;
  right: -3px;
  content: "";
  color: #fff;
  display: block;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  font-family: Fontawesome;
}
.single-hotel .facilitice-box .facilitice:before {
  background-color: #00AF87;
}
.single-hotel .facilitice-not-box .facilitice:before {
  background-color: #ea1b66;
}
.single-hotel .cafe-restaurant .cafe-box .info-cafe-restaurant .info-title, .single-hotel .cafe-restaurant .cafe-box .info-seminar-hall .info-title, .single-hotel .cafe-restaurant .seminar-hall-box .info-cafe-restaurant .info-title, .single-hotel .cafe-restaurant .seminar-hall-box .info-seminar-hall .info-title, .single-hotel .seminar-hall .cafe-box .info-cafe-restaurant .info-title, .single-hotel .seminar-hall .cafe-box .info-seminar-hall .info-title, .single-hotel .seminar-hall .seminar-hall-box .info-cafe-restaurant .info-title, .single-hotel .seminar-hall .seminar-hall-box .info-seminar-hall .info-title {
  font-size: 14px;
  font-weight: 500;
}
.single-hotel .seminar-hall .seminar-hall-box #gallery .load-more-photos {
  width: 100px;
}
.single-hotel .main-title::after {
  box-shadow: 0 0 0 7px white;
}
.single-hotel #content {
  overflow: hidden;
  display: none;
  position: relative;
  transition: all 0.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: #ea1b66;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.single-hotel #content .content-wrapper::-webkit-scrollbar-thumb:hover {
  background: #c01251;
}
.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: linear-gradient(0deg, rgb(255, 255, 255) 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;
  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 {
  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: #ea1b66;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.single-hotel .distance-wrapper .location-distances::-webkit-scrollbar-thumb:hover {
  background: #c01251;
}
.single-hotel .distance-wrapper .location-distances li {
  position: relative;
  display: flex;
  justify-content: space-between;
  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;
  box-shadow: 0 10px 31px -21px #c7c7c7;
  margin: 4rem 0;
  border-radius: 10px;
}
.single-hotel .hotel-facilities i {
  background: #ea1b66;
  color: white;
  padding: 2px;
  border-radius: 2px;
}
.single-hotel .tags-links a {
  background: #F5F6FA;
  color: #52575C;
  padding: 0.25rem 1rem;
  margin: 0.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;
  justify-content: 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;
  justify-content: center;
  color: #52575C;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  transition: all 0.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: #ea1b66;
}
.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: 0.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;
  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: #23c1e5;
  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 {
  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 {
  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 #23c1e5;
  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 {
  transition: all 0.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: #ea1b66;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: calc(50% - 3px);
  box-shadow: 0 0 0 5px white;
}

#contact-info .wrapper {
  background: #F5F6FA;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}
#contact-info .wrapper a {
  color: #52575C;
}
#contact-info .wrapper a:hover {
  color: #ea1b66;
}

.page-template-hotel-results .button-wrapper {
  display: flex;
  justify-content: 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: 0.5rem 1rem;
  border: 1px solid;
  border-radius: 5px;
  color: #ea1b66;
  background: transparent;
  transition: all 0.4s;
  cursor: pointer;
}
.page-template-hotel-results .button-wrapper button:hover {
  background: #ea1b66;
  color: white;
}

table.table a {
  color: #23c1e5;
}
table.table a:hover {
  color: #404040;
}
table.table .hotel-rating {
  color: #ea1b66;
  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: flex;
  align-items: 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;
  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: 0.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;
  align-items: 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: -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: inline-flex;
  border-bottom: 1px dashed #ea1b66;
}
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: #ea1b66;
  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: #ea1b66;
  font-size: 1.5rem;
  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 {
  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 {
  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: flex;
  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: #ea1b66;
  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: #c01251;
}
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: 0.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: flex;
  flex-wrap: wrap;
  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: 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: #ea1b66;
  z-index: 1;
  box-shadow: 0 0 0 5px rgba(235, 149, 35, 0.3490196078);
  -webkit-box-shadow: 0 0 0 5px rgba(235, 149, 35, 0.3490196078);
  -moz-box-shadow: 0 0 0 5px rgba(235, 149, 35, 0.3490196078);
  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: #ea1b66;
  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 {
  transition: transform 0.2s ease-in-out;
  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%;
  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: flex;
  flex-wrap: wrap;
  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;
          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;
          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;
  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;
}
body.single-tour .tour-package-guide-text, body.single-tour .daily-tour-package, body.single-hotelpackage .tour-package-guide-text, body.single-hotelpackage .daily-tour-package, body.single-location .tour-package-guide-text, body.single-location .daily-tour-package, body.offline-tour-pages .tour-package-guide-text, body.offline-tour-pages .daily-tour-package, body.offline-hotel-pages .tour-package-guide-text, body.offline-hotel-pages .daily-tour-package {
  padding: 1.25rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(82, 87, 92, 0.1);
  border-radius: 10px;
  width: 100%;
}
body.single-tour .daily-tour-package, body.single-hotelpackage .daily-tour-package, body.single-location .daily-tour-package, body.offline-tour-pages .daily-tour-package, body.offline-hotel-pages .daily-tour-package {
  display: flex;
}
body.single-tour .daily-tour-package span, body.single-hotelpackage .daily-tour-package span, body.single-location .daily-tour-package span, body.offline-tour-pages .daily-tour-package span, body.offline-hotel-pages .daily-tour-package span {
  margin-left: 10px;
}
body.single-tour .daily-tour-package span:before, body.single-hotelpackage .daily-tour-package span:before, body.single-location .daily-tour-package span:before, body.offline-tour-pages .daily-tour-package span:before, body.offline-hotel-pages .daily-tour-package span:before {
  content: "";
  width: 6px;
  background: #FF006E;
  height: 6px;
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.5em;
  vertical-align: middle;
  transform: rotate(45deg);
}

#archives-filter-area .select-area {
  background: white;
  margin-bottom: 1rem;
  border-radius: 5px;
  position: relative;
}
#archives-filter-area .select-area > span {
  display: block;
  padding: 0.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%;
  transform: translateY(-50%);
  color: #b2b2b2;
}
#archives-filter-area .select-area > ul {
  position: absolute;
  background: white;
  width: 100%;
  box-shadow: 0 7px 18px -1px rgba(199, 199, 199, 0.6705882353);
  z-index: 3;
  border-top: 1px solid rgba(199, 199, 199, 0.5215686275);
  padding: 0.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;
  box-shadow: 0 7px 18px -1px rgba(199, 199, 199, 0.368627451);
}

.archives-load-more {
  padding: 0.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;
  box-shadow: 0 10px 31px -21px #c7c7c7;
}
.providers-page .provider-box:hover .item-title {
  color: #ea1b66;
}
.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;
  transition: all 0.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;
  transition: all 0.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;
  box-shadow: unset;
  left: calc(100% - 100px);
  background-color: #2a56c0;
}
.providers-list-page .user-side-filters {
  overflow: hidden;
  border-radius: 8px;
  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 {
  transition: all 0.4s;
}
.providers-list-page .user-side-filters .hotel-rating {
  display: flex;
  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;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
  margin: 0;
}
.providers-list-page .user-side-filters #clear-filters {
  transition: all 0.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;
  transition: height 0.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: #ea1b66;
  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: #ea1b66;
  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: "";
  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.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: #ea1b66;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  position: absolute;
  bottom: -15px;
}
.post-box.agency-box .wrapper > .provider-title h2 {
  height: 50px;
  display: flex;
  align-items: 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: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
}
.post-box.agency-box.has-thumbnail a.image-wrapper > img {
  position: absolute;
  top: 50%;
  left: 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 .wrapper {
  background: white;
  box-shadow: 0 10px 31px -21px #c7c7c7;
  border-radius: 10px;
  padding: 0.75rem;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 205px;
  transition: all 0.4s;
  overflow: hidden;
}
.post-box .wrapper a {
  color: #b2b2b2;
}
.post-box .wrapper .location-info {
  color: #b2b2b2;
}
.post-box .wrapper img {
  border-radius: 15px;
}
.post-box.type-post .wrapper {
  padding: 0 0 0.75rem;
  display: block;
  position: relative;
  overflow: initial;
  height: 265px;
}
.post-box.type-post .wrapper .city {
  height: 28px;
  color: #A0A4A8;
}
.post-box.type-post .wrapper .image-wrapper {
  height: 144px;
  display: block;
  position: relative;
  overflow: hidden;
}
.post-box.type-post .wrapper .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}
.post-box.type-post .wrapper .title {
  height: 50px;
}
.post-box.type-post .wrapper .title > a {
  font-weight: 400;
  line-height: 1.8;
  color: #52575C;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-box.type-post .wrapper .reading-time {
  color: #A0A4A8;
}
.post-box.type-post .wrapper .reading-time svg {
  margin-left: 0.5rem;
}
.post-box.type-post .wrapper:hover {
  box-shadow: 0 10px 28px -21px #3c3c3c;
}
.post-box.type-post .wrapper:hover .title > a {
  color: #179fbe !important;
}
.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;
  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%;
  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: 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%;
  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%;
  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 {
  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: #179fbe !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%;
  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 {
  box-shadow: 0 10px 28px -21px #3c3c3c;
}
.search-box .wrapper:hover .title > a {
  color: #179fbe !important;
}

.pagination {
  width: 100%;
  margin: 15px auto !important;
  display: flex;
  flex-wrap: wrap;
  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: #ea1b66;
  border: 1px solid #ea1b66;
  padding: 5px 14px;
  margin: 2px;
  border-radius: 5px;
}
.pagination a:hover {
  color: #ffffff;
  border-color: #ea1b66;
  background-color: #ea1b66;
}

.archive-side-box {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.02);
}
.archive-side-box .head {
  display: flex;
  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: #23c1e5;
  transition: color 0.3s;
}
.archive-side-box .head .delete:hover {
  color: #920d3d;
}
.archive-side-box .head:after {
  content: "\ea5e";
  font-family: "LineIcons";
  transition: all 0.3s;
  position: absolute;
  right: 1.5em;
  top: 12px;
  font-size: 0.8rem;
}
.archive-side-box.icon-collapsed .head:after {
  transform: rotate(180deg);
}
.archive-side-box.waitable-element.waiting {
  opacity: 0.4 !important;
  pointer-events: none !important;
}
.archive-side-box.filter-list .filters-area {
  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;
  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 {
  transform: rotate(45deg);
  cursor: pointer;
  position: absolute;
  color: #616161;
  right: 8px;
  top: 11px;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.archive-side-box.filter-list .filters-area .filter:hover {
  color: #23c1e5;
}
.archive-side-box.filter-list .filters-area .filter:hover .delete {
  opacity: 1;
}
.archive-side-box.date-filter-list > div {
  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: flex;
  justify-content: space-between;
  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 {
  justify-content: center;
}
.archive-side-box.date-filter-list.has-2-date > div {
  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 #ea1b66;
  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 #ea1b66;
  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: #ea1b66;
  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;
  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;
  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: #ea1b66;
}
.archive-side-box.items-filter-list .search-wrapper.active .search-place {
  border: 1px solid #ea1b66;
}
.archive-side-box.items-filter-list .sub-title {
  display: block;
  margin-top: 1.3em;
  padding: 0 1.3em;
  position: relative;
  color: #ea1b66;
  font-size: 0.85em;
  font-weight: 300;
  height: 15px;
}
.archive-side-box.items-filter-list .sub-title:before {
  content: "";
  background: #ea1b66;
  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: 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;
  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;
  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;
  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;
  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: #ea1b66;
}
.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: #ea1b66;
}
.archive-side-box.items-filter-list ul li.hover:before {
  border-color: #ea1b66;
}
.archive-side-box.items-filter-list ul li.hover .name {
  color: #ea1b66;
}
.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: #ea1b66;
}
.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%;
  transition: background-color 0.3s;
}
.archive-side-box.items-filter-list.single-select ul li.selected:after {
  background-color: #ea1b66;
}
.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%;
  transform: translateX(-50%);
  white-space: nowrap;
  top: 100%;
}
.provider-profile .entry-header .page-title .special-off .percentage {
  background: #23c1e5;
  padding: 0.5rem;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(201, 26, 48, 0.4196078431);
  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%;
  transform: translate(-50%);
  z-index: -1;
}
.provider-profile .entry-header .agency-website {
  background: #eef0f8;
  color: #52575C;
  justify-content: center;
  border-radius: 5px;
  padding: 0.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;
  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%;
  transform: translate(-50%, -50%);
}
.provider-profile .certificates li {
  color: #ea1b66;
  background: #F5F6FA;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  color: #ea1b66;
  justify-content: center;
  font-size: 30px;
  border: 1px solid;
  box-shadow: 0 10px 31px -21px #c7c7c7;
}

.room-service-box .wrapper {
  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 {
  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: #ea1b66;
  font-size: 0.85em;
}
.room-service-box .wrapper .provider span {
  font-size: 0.9em;
}
.room-service-box .wrapper .price .value {
  color: #ea1b66;
  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) {
  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;
          user-select: none;
}
.room-service-box .wrapper .toggle-extra-content {
  font-size: 0.78em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  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;
  transition: all 0.3s;
  display: inline-block;
}
.room-service-box .wrapper .toggle-extra-content.selected {
  color: #ea1b66;
}
.room-service-box .wrapper .toggle-extra-content.selected:after {
  transform: rotate(180deg);
}
.room-service-box .wrapper .toggle-extra-content.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-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;
  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: #23c1e5;
  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: #ea1b66;
  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: 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: 0.5rem;
  border-top-right-radius: 0.5rem;
  color: inherit;
}
#user-dashboard-content .nav-tabs .nav-link.active, #user-dashboard-content .nav-tabs .nav-link:hover {
  color: #ea1b66;
}
#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;
  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: #ea1b66;
}
#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;
  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: #ea1b66;
}
#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: #ea1b66;
  background-color: #FEF5E5;
}
#user-dashboard-content button.cta-button:focus {
  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;
  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;
  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%;
  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;
  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;
          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 .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: 0.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: #ea1b66;
}
#top-banner .wrapper .bc-container ul li:not(:last-child)::after {
  content: "/";
  color: #ea1b66;
  margin: 0 0.5rem;
}
#top-banner #search {
  border-radius: 15px;
  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);
  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: flex;
  font-weight: bold;
  align-items: 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: linear-gradient(45deg, #23c1e5, #ea1b66) !important;
  box-shadow: 0 10px 20px -3px rgba(205, 39, 45, 0.5607843137);
}
#top-banner #search .nav-tabs a.active::before {
  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%;
  transform: translateY(-50%);
  right: 40px;
  background: white;
  padding: 0 5px;
  transition: all 0.2s;
  pointer-events: none;
}
#top-banner #search .tab-content .tab-pane .form-wrapper .lni {
  position: absolute;
  top: 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;
  transition: all 0.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 {
  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;
  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;
  transition: all 0.4s;
}
#top-banner #search .tab-content .tab-pane .form-wrapper .citynet-places-list li:hover {
  color: #ea1b66;
}
#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 {
  box-shadow: unset;
  background: unset;
  margin-top: 0;
}
#top-banner.inner-page-panel #search .nav-tabs a {
  display: flex;
  align-items: 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 {
  margin: 10px 0;
}
.hotelpackage-box .box-wrapper, .tour-box .box-wrapper {
  border-radius: 10px;
  box-shadow: 0px 30px 50px rgba(255, 127, 70, 0.1);
  height: 283px;
  transition: all 0.5s;
}
.hotelpackage-box .box-wrapper .cities, .tour-box .box-wrapper .cities {
  color: #A0A4A8;
  height: 25px;
  font-weight: 400;
}
.hotelpackage-box .box-wrapper .image-wrapper, .tour-box .box-wrapper .image-wrapper {
  height: 158px;
}
.hotelpackage-box .box-wrapper .image-wrapper > img, .tour-box .box-wrapper .image-wrapper > img {
  border-radius: 10px;
  height: 158px;
}
.hotelpackage-box .box-wrapper .image-wrapper .holding-date, .tour-box .box-wrapper .image-wrapper .holding-date {
  top: 75%;
  right: 5%;
  color: #fff;
  height: 28px;
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 0.9rem;
  padding: 2px 12px;
  background-color: #23c1e5;
  border-radius: 16px 16px 0px 16px;
}
.hotelpackage-box .box-wrapper .title > a, .tour-box .box-wrapper .title > a {
  font-size: 1.15rem;
  font-weight: 700;
  color: #3E4361;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 100%;
  display: block;
}
.hotelpackage-box .box-wrapper .price, .tour-box .box-wrapper .price {
  background: #FBF7F6;
  height: 42px;
  border-radius: 0 0 10px 10px;
  display: flex;
  opacity: 1;
  visibility: visible;
}
.hotelpackage-box .box-wrapper .price .regular-price, .tour-box .box-wrapper .price .regular-price {
  color: #23c1e5;
}
.hotelpackage-box .box-wrapper .price .percent-offer, .tour-box .box-wrapper .price .percent-offer {
  top: 17%;
  left: 15px;
  background-color: #23c1e5;
  color: #fff;
  border-radius: 5px;
}
.hotelpackage-box .box-wrapper:hover .title a, .tour-box .box-wrapper:hover .title a {
  color: #179fbe;
}

.single-country .nav-tabs, .single-city .nav-tabs {
  border-radius: 10px 10px 0 0;
  overflow-y: hidden;
  overflow-x: auto;
  flex-wrap: nowrap;
  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: 0.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;
  box-shadow: inset 0 -2px #ea1b66;
}
.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;
}

body.single-location .location-distances {
  max-height: 225px;
  padding: 0 15px;
  overflow-y: auto;
  direction: ltr;
}
body.single-location .location-distances::-webkit-scrollbar {
  width: 7px;
}
body.single-location .location-distances::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #52575C;
  cursor: pointer;
}
body.single-location .location-distances::-webkit-scrollbar-thumb {
  background: #23c1e5;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
body.single-location .location-distances::-webkit-scrollbar-thumb:hover {
  background: #c01251;
}
body.single-location .location-distances li {
  position: relative;
  display: flex;
  justify-content: space-between;
}
body.single-location .location-distances li span {
  background: white;
  position: relative;
  z-index: 1;
  padding: 0 5px;
}
body.single-location .location-distances li::after {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  border-top: 2px dotted #b2b2b2;
  top: calc(50% - 1px);
  left: 0;
}

#top-video {
  margin-top: 120px;
}
#top-video .single-video {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
#top-video .single-video iframe {
  border: 0 !important;
}
#top-video .top-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  padding: 15px;
  border-radius: 10px;
  background-color: #ffffff;
}
#top-video .top-part .media-title {
  margin: 0 !important;
}
#top-video .top-part .vote-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#top-video .top-part .vote-content.vote-border {
  margin-top: 70px;
}

.vote-content {
  display: flex;
  justify-content: end;
  align-items: center;
}
.vote-content .like-content {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin-right: 20px;
}
.vote-content .like-content .like-post {
  display: flex;
  align-items: center;
}
.vote-content .like-content .like-post .like-count {
  margin-right: 10px;
}
.vote-content .like-content .like-post .icon-heart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #E9ECEF;
  cursor: pointer;
  font-size: 22px;
  color: #52575C;
  margin: 0 !important;
  transition: color 0.5s;
}
.vote-content .like-content .like-post .icon-heart:hover {
  color: #23c1e5;
}
.vote-content .like-content .like-post .icon-heart.selected {
  color: #EF233C;
}
.vote-content .like-content .like-post .like-count {
  position: relative;
  top: -2px;
}
.vote-content .like-content .warning {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -50px;
  width: 100px;
  height: 35px;
  color: #ffffff;
  font-weight: 300;
  background-color: #2a56c0;
  border-radius: 5px;
  transform: translateX(30px);
}
.vote-content .like-content .warning:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 16px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #2a56c0;
  display: block;
  margin: 0 auto;
  bottom: -10px;
}
.vote-content .view-post {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vote-content .view-post .view-count {
  margin-right: 10px;
}
.vote-content .view-post .icon-show {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  width: 32px;
  height: 32px;
  margin: 0 !important;
  border-radius: 8px;
  background: #E9ECEF;
  color: #0088D1;
}
.vote-content .share-border {
  position: relative;
  margin-right: 20px;
}
.vote-content .share-border .icon-share {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #E9ECEF;
  color: #00AF87;
}
.vote-content .share-border:hover .social {
  opacity: 1;
  visibility: visible;
}
.vote-content .share-border .social {
  position: absolute;
  display: flex;
  bottom: -35px;
  background-color: #ffffff;
  left: 0;
  z-index: 1;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.vote-content .share-border .social a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  width: 30px;
  height: 30px;
}
.vote-content .share-border .social a i {
  font-size: 22px;
  color: #7B8289;
}
.vote-content .share-border .social a i:hover {
  color: #23c1e5;
}

@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 {
    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;
  }
  #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%;
    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: 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;
  }
  body.single-tour #anchor-list.sticky, body.single-hotelpackage #anchor-list.sticky, body.single-location #anchor-list.sticky, body.offline-tour-pages #anchor-list.sticky, body.offline-hotel-pages #anchor-list.sticky {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto !important;
  }
  .single-location #rules-modal .modal-dialog {
    min-width: 700px;
    margin-top: 10%;
  }
  #colophon .site-info .connect-ways {
    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 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  #masthead {
    height: unset;
  }
  #masthead.fixed-top .main-content {
    height: 100px;
    padding-top: 2px;
    background-color: #fff;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  }
  #masthead.fixed-top .main-content .logo .site-title a img {
    height: 55px;
    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: #23c1e5;
  }
  #masthead.fixed-top .lang {
    color: #52575c;
  }
  #masthead .main-content {
    background-color: transparent;
  }
  #masthead .main-content .first-row {
    height: 37px;
  }
  #masthead .main-content .row-border {
    margin-top: 10px;
    border-top: 1px solid #e8e8e8;
  }
  #masthead .main-content .second-row {
    height: 40px;
  }
  #masthead .main-content .logo .site-title a img {
    margin-top: -5px;
  }
  #masthead .main-content .logo.desktop {
    float: right;
    margin-top: -4px;
  }
  #masthead .main-content.desktop {
    padding-top: 30px;
  }
  #masthead .main-content.desktop.other #reservation-menu #panel-header.desktop > button {
    color: #54606f;
  }
  #masthead .main-content.desktop.other #reservation-menu #panel-header.desktop .accountUser .v-btn__content {
    color: #54606f;
  }
  #masthead .main-content #reservation-menu {
    height: unset;
    margin: unset;
  }
  #masthead .main-content #reservation-menu .panelHeader__button--signUp {
    color: #fff;
    transition: 0.5s;
    font-size: 0.9rem;
    padding: 0.5em 1.1em;
    background-position: 100%;
    background-size: 200% auto;
    border-radius: 10px;
    box-shadow: 0px 30px 50px rgba(255, 127, 70, 0.1);
    background-image: linear-gradient(304deg, rgb(255, 127, 70) 0%, rgb(255, 188, 113) 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 .login {
    border-radius: 8px;
    background: var(--Seconday-100, #FFEEE9);
    color: #FF5722 !important;
    border: none;
  }
  #masthead .main-content #reservation-menu #panel-header .trackOrder {
    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: #23c1e5;
  }
  #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 {
    filter: unset;
  }
  #masthead #site-navigation.desktop {
    top: 0;
    opacity: 1;
    z-index: 0;
    width: unset;
    background: unset;
    position: relative;
    visibility: visible;
  }
  #masthead #site-navigation.desktop #main-menu {
    display: flex;
    height: unset;
    flex-wrap: wrap;
    overflow: unset;
    background: unset;
    width: fit-content;
    margin-left: unset;
    width: -moz-fit-content;
  }
  #masthead #site-navigation.desktop #main-menu > li > a {
    height: 45px;
    text-align: center;
    padding: 0.7em 1em;
    position: relative;
    align-items: center;
    display: inline-flex;
    border-bottom: unset;
    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 > a {
    color: #23c1e5;
  }
  #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: 0.6rem;
  }
  #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;
    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;
    transition: all 0.3s;
    top: calc(100% - 2px);
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu a {
    padding-left: 1em !important;
    padding-right: 1.7em !important;
    background: transparent;
    color: #52575C;
    position: relative;
    transition: color 0.3s;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu a:hover {
    color: #23c1e5;
  }
  #masthead #site-navigation.desktop #main-menu .sub-menu .menu-item-has-children > a:after {
    font-family: LineIcons;
    content: "\ea5c";
    font-size: 0.6rem;
    position: absolute;
    right: 1em;
    top: 0;
  }
  #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 .sub-menu a {
    padding-left: 1em !important;
    padding-right: 1.7em !important;
  }
  #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: #23c1e5;
  }
  #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(25% - 15px);
  }
  #masthead #site-navigation.desktop #main-menu > li.mega-menu.menu-item-has-children > .sub-menu > li > a {
    font-weight: bold;
    color: #179fbe !important;
    border-bottom: 2px solid #179fbe;
  }
  #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-en {
    margin: 10px 40px 0px 0px;
    top: 0;
    left: 0 !important;
  }
  #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;
    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 {
    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;
    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;
    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: #ea1b66 !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: -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);
  }
  .single-hotel .seminar-hall .seminar-hall-box #gallery .load-more-photos {
    width: 100px;
  }
  #colophon #center-circle {
    z-index: -1;
    top: -5px;
    right: -10px;
  }
  #colophon #half-left-circle {
    left: 0;
  }
  #colophon .copyright {
    padding: 18px 0 6px;
  }
  #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;
    transition: all 0.5s;
  }
  #colophon .site-info .quick-access-menu li a:hover {
    color: #179fbe;
  }
  #colophon .site-info .services-menu {
    display: grid;
    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;
    transition: all 0.5s;
  }
  #colophon .site-info .services-menu li a:hover {
    color: #179fbe;
  }
  #top-banner .wrapper .bc-container ul {
    width: fit-content;
    width: -moz-fit-content;
  }
  /* ----------- iPad Pro ----------- */
  /* Portrait and Landscape */
  /* Portrait */
  /* 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 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 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 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-4of5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  #masthead .main-content.desktop {
    padding-top: 0px;
  }
  #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.fixed-top .main-content {
    height: 65px;
    padding-top: 5px;
    background-color: #fff;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  }
  #masthead.fixed-top .main-content .logo .site-title a img {
    height: 25px;
    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;
  }
  #home-questions-section {
    margin-top: 140px;
  }
  #home-questions-section #accordionquestions .card .card-header span {
    padding: 15px 0;
  }
  #home-questions-section #accordionquestions .card .card-header span .icon-chevron-down {
    top: 20px;
  }
  #home-questions-section #accordionquestions .card .card-body .questions-text {
    width: calc(100% - 23px);
  }
  .panel-border {
    margin-top: -200px;
  }
  #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: #ea1b66;
    border-radius: 5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #anchor-list::-webkit-scrollbar-thumb:hover {
    background: #c01251;
  }
  .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: -100px;
  }
  .bg-app + .container {
    margin-bottom: 65px;
    margin-top: -230px;
  }
  #home-main-banner {
    margin-top: 16px;
    position: relative;
    height: 276px;
  }
  #home-main-banner .image-banner {
    border-radius: 20px;
    width: 100%;
    height: 260px;
    display: block;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #home-main-banner .border-panel {
    top: 30%;
    width: 100%;
    position: absolute;
  }
  .item-box {
    margin-top: 8%;
  }
  #top-video {
    margin-top: 10px;
  }
  #top-video .top-part {
    margin-top: 50px;
    flex-direction: row;
  }
  #top-video .top-part .vote-content {
    margin: 0;
  }
  #top-video .top-part .vote-content.vote-border {
    margin-top: 0;
  }
  #colophon {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  #colophon .menu-wrapper {
    min-height: unset;
  }
  #colophon .menu-wrapper ul {
    width: unset;
    display: flex;
  }
  #colophon .address-box {
    height: unset;
  }
  #colophon .address-box .tel-box,
  #colophon .address-box .tel-box-en {
    height: 22px;
    width: -moz-fit-content;
    width: fit-content;
  }
  #colophon .address-box .tel-box {
    padding-left: 10px;
    border-left: 1px solid #cacccf;
  }
  #colophon .address-box .tel-box-en {
    padding-right: 10px;
    border-right: 1px solid #cacccf;
  }
  #colophon .address-box .social-network,
  #colophon .address-box .social-network-en {
    margin-top: 0;
  }
  #colophon .address-box .social-network ul li,
  #colophon .address-box .social-network-en ul li {
    width: 30px;
    height: 30px;
  }
  #colophon .address-box .social-network ul li a i,
  #colophon .address-box .social-network-en ul li a i {
    margin-top: 7px;
  }
  #colophon .address-box .social-network {
    left: 15px;
    right: unset;
  }
  #colophon .address-box .social-network-en {
    left: unset;
    right: 0;
  }
  #colophon .namad-box .cn-arrow-footer {
    height: 10px;
  }
  #colophon .namad-box .cn-arrow-footer .icon-arrow-up {
    bottom: unset;
    margin-top: -20px;
  }
}
@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;
  }
}
@media (min-width: 1600px) {
  .bg-app {
    min-height: 600px;
  }
  .bg-app + .container {
    margin-top: -365px;
  }
}/*# sourceMappingURL=style.css.map */