<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  scrollbar-width: auto;
  scrollbar-color: #8d8b8b #fff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #700000;
  border-radius: 0;
  border: 3px solid #fff;
}

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

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.lightbox {
  font-size: 16px;
}

/* .lightbox label ,  .lightbox input::placeholder , .lightbox input ,  .lightbox select ,  .lightbox textarea   , .lightbox {
  font-size: 16px;
} */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  border: 0;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold !important;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: auto;
  -webkit-overflow-scrolling: touch;
}

img,
fieldset,
abbr,
acronym {
  border: 0;
}

article,
aside,
figure,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

a small {
  opacity: 1 !important;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  display: block;
  border-radius: 8px;
}

.item-header {
  min-height: 70px;
}

figure img {
  display: block;
  min-height: 208px;
  object-fit: cover;
  width: 100%;
  max-height: 208px;
}

iframe,
.fb_iframe_widget {
  border: 0;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

hr {
  background: #ccc;
  height: 1px;
  border: none;
  width: 100%;
  display: inline-block;
  margin: 5px 0 15px;
}

p,
blockquote {
  padding: 0 0 20px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 30px;
}

table th {
  background: #e9e6e0;
  border: 1px solid #ccc;
  padding: 5px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  vertical-align: top;
}

table td {
  border: 1px solid #ccc;
  color: #454545;
  padding: 2px 5px;
}

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

table p {
  padding: 0;
}

table tr:hover {
  background: whitesmoke;
}

a {
  font-weight: 600;
  text-decoration: none;
}

article:empty,
.widget h1:empty,
.widget h2:empty,
.widget h3:empty,
.widget h4:empty,
.widget h5:empty,
.widget h6:empty {
  display: none !important;
}

body {
  font-family: var(--font-family, 'Poppins', sans-serif);
  text-align: center;
  color: #454545;
  color: var(--text-color);
  font-size: 12px;
  display: initial;
  background: var(--background-color);
}

.left {
  float: left;
}

.right {
  float: right;
}

.left_pic {
  float: left;
  margin: 0 15px 5px 0;
}

.right_pic {
  float: right;
  margin: 0 0 5px 15px;
}

.clear:after {
  content: '.';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

ul {
  margin: 0 0 17px;
}

ul&gt;li {
  list-style: none;
  position: relative;
  padding: 0 0 8px 15px;
}

ul ul {
  margin: 8px 0 -8px 15px;
}

ol {
  margin: 0 0 17px 25px;
  display: inline-block;
}

ol li {
  list-style: decimal outside;
  padding: 0 0 8px 5px;
}

ol ol {
  margin: 8px 0 -8px 15px;
}

.widget ul {
  margin: 0;
}

input,
textarea,
select {
  background: none;
}

.inputReset {
  background: none;
  color: #454545;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

nav ul,
footer ul,
.gallery ul {
  margin: 0;
}

nav ul&gt;li,
footer ul&gt;li,
.widget,
aside ul&gt;li,
.gallery li {
  padding: 0;
}

nav ul&gt;li:before,
.widget:before,
aside ul&gt;li:before,
.widget&gt;div&gt;ul li:before,
.social li:before,
.gallery li:before {
  display: none !important;
}

.social li {
  display: inline-block;
  padding: 0 1px 4px 0 !important;
  font-size: 15px;
}

.social li a {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff !important;
  background: #b9aca4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social li:last-child {
  padding-right: 0 !important;
}

.gradient-button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  font-size: 11.5px;
  line-height: 32px;
  text-transform: none;
  text-decoration: none;
  height: 32px;
  padding: 0 18px !important;
  text-align: center;
  display: inline-block;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 17px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}

.gradient-button:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.gradient-button:focus,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.promo .gradient-button {
  background: #c1b6ae;
  background: -moz-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, var(--primary)),
      color-stop(100%, var(--primary)));
  background: -webkit-linear-gradient(top,
      var(--primary) 0%,
      var(--primary) 100%);
  background: -o-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -ms-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: linear-gradient(to bottom,
      var(--primary) 0%,
      var(--primary) 100%);
}

.promo .gradient-button:hover,
.promo .gradient-button:focus {
  background: #baaca3;
  background: -moz-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, var(--primary)),
      color-stop(100%, var(--primary)));
  background: -webkit-linear-gradient(top,
      var(--primary) 0%,
      var(--primary) 100%);
  background: -o-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -ms-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: linear-gradient(to bottom,
      var(--primary) 0%,
      var(--primary) 100%);
}

.scroll-to-top {
  margin: 0 0 0 40px;
  float: right;
  font-size: 11px;
  line-height: 33px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  height: 33px;
  width: 100px;
  text-align: center;
  display: inline-block;
  border-radius: 17px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.scroll-to-top:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 42%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px;
}

.bottom-nav {
  float: left;
  width: 100%;
  padding-top: 15px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.pager {
  float: right;
}

.pager span {
  white-space: nowrap;
  font-size: 11px;
  line-height: 33px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0 3px;
  float: left;
  width: 33px;
  height: 33px;
  background: #fff;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.pager a {
  font-weight: 700;
  color: #999;
  float: left;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.pager span:first-child,
.pager span:last-child {
  width: auto;
}

.pager span:first-child a,
.pager span:last-child a {
  padding: 0 15px;
}

.pager .current,
.pager a:hover {
  color: #fff;
}

.material-icons {
  font-family: material icons;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: liga;
}




.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.ball {
  background-color: transparent;
  border-width: 10px;
  border-style: solid;
  opacity: 0.9;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-box-shadow: 0 0 35px #fff;
  -moz-box-shadow: 0 0 35px #fff;
  box-shadow: 0 0 35px #fff;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  -moz-animation: spin 0.5s infinite linear;
  -o-animation: spin 0.5s infinite linear;
  animation: spin 0.5s infinite linear;
  -webkit-animation: spin 0.5s infinite linear;
}

.ball1 {
  background-color: transparent;
  border-width: 10px;
  border-style: solid;
  opacity: 0.9;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-box-shadow: 0 0 15px #fff;
  -moz-box-shadow: 0 0 15px #fff;
  box-shadow: 0 0 15px #fff;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  top: -75px;
  -moz-animation: spinoff 0.5s infinite linear;
  -o-animation: spinoff 0.5s infinite linear;
  animation: spinoff 0.5s infinite linear;
  -webkit-animation: spinoff 0.5s infinite linear;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000000 !important;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  padding-top: 18%;
  z-index: 1000000;
}

.callButtonArea {
  width: 100% !important;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(-360deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

@-o-keyframes spinoff {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(-360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinoff {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.ribbon .price,
.ribbon-small,
.price em {
  color: #000;
}

h1 {
  font-size: 23px;
  font-weight: 700;
  padding: 24px 0 44px;
}

.post h1 {
  padding: 0 0 20px;
}

h2 {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 20px;
}

h3 {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 20px;
}

h4 {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 20px;
}

h5 {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 20px;
}

h6 {
  font-size: 13px;
  font-weight: 700;
  padding: 0 0 20px;
}

.full-width&gt;h1 {
  font-size: 26px;
  padding: 20px 10px 44px;
  text-shadow: 0 1px 0 #eee;
  display: inline-block;
  width: 100%;
}

.wrap {
  margin: 0 auto;
  text-align: left;
  width: 1370px;
  max-width: 94%;
  position: relative;
}

.row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.full-width {
  width: 100%;
  float: left;
  display: block;
  padding: 0 10px;
  margin: 0 0 20px;
}

.three-fourth {
  width: 75%;
  float: left;
  display: block;
  padding: 0 10px;
}

.two-third {
  width: 66.6667%;
  float: left;
  display: block;
  padding: 0 10px;
  margin: 0 0 20px;
}

.one-half {
  width: 50%;
  float: left;
  display: block;
  padding: 0 10px;
  margin: 0 0 20px;
}

.one-third {
  width: 33.3333%;
  float: left;
  display: block;
  padding: 0 10px;
  margin: 0 0 20px;
}

.one-fourth {
  width: 25%;
  float: left;
  display: block;
  padding: 0 10px;
  margin: 0 0 10px;
}

.one-fifth {
  width: 20%;
  float: left;
  display: block;
  padding: 0 10px;
  margin: 0 0 20px;
}

.lower {
  margin-top: 102px;
}

aside .widget,
.hotel-details,
.tour-details,
.cruise-details,
.car_rental-details {
  position: relative;
  float: left;
  display: block;
  background: #fff;
  padding: 13px 15px 15px;
  margin: 0 0 20px;
  width: 100%;
  box-shadow: 0 3px 3px -2px #0003, 0 3px 4px #00000024, 0 1px 8px #0000001f;
  -webkit-box-shadow: 0 3px 3px -2px #0003, 0 3px 4px #00000024,
    0 1px 8px #0000001f;
  -moz-box-shadow: 0 3px 3px -2px #0003, 0 3px 4px #00000024,
    0 1px 8px #0000001f;
}

section.three-fourth.section-accommodation-content section {
  box-shadow: 0 3px 3px -2px #0003, 0 3px 4px #00000024, 0 1px 8px #0000001f;
}

.shadows {
  box-shadow: 0 0 2px #000;
}

.testimonials {
  float: left;
  display: block;
  padding: 17px 20px 20px;
  width: 100%;
  margin: 0 0 20px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.testimonials blockquote {
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  padding: 0 0 10px;
}

.testimonials .name {
  font-size: 13px;
  font-weight: 600;
}

p.number {
  position: relative;
  font-weight: 700;
  padding: 0 0 15px 30px;
}

p.number:before {
  content: '\e0cd';
  font-family: material icons;
  font-size: 24px;
  color: #b8aca4;
  position: absolute;
  top: -6px;
  left: 0;
  font-weight: 400;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  transform: rotate(15deg);
}

p.email {
  position: relative;
  font-weight: 700;
  padding: 0 0 15px 30px;
}

p.email:before {
  content: '\e0be';
  font-family: material icons;
  font-size: 24px;
  color: #b8aca4;
  position: absolute;
  top: -7px;
  left: 0;
  font-weight: 400;
}

.widget&gt;div {
  max-width: 100%;
}

.widget&gt;ul,
.widget&gt;div&gt;ul {
  margin: 0;
}

.widget&gt;ul&gt;li,
.widget&gt;div&gt;ul&gt;li {
  padding: 0 0 5px;
}

.widget a {
  color: #454545;
}

aside .widget h4 {
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  margin: 0 0 14px;
  padding: 0 0 13px;
  color: #858585;
}

aside .widget h5 {
  font: 700 14px open sans, Helvetica, Arial, sans-serif;
  padding: 0 0 5px;
}

.widget .small-list {
  margin: 0;
}

.widget .small-list li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.widget .small-list li a {
  color: #454545;
}

.widget .small-list li h3 {
  font: 700 14px open sans, Helvetica, Arial, sans-serif;
  color: #ab9a8f;
  padding: 0;
  margin: 0;
  width: 100%;
}

.widget .small-list li:hover h3 {
  color: #454545;
}

.widget .small-list li p {
  float: left;
  padding: 0;
  font-weight: 400;
  white-space: nowrap;
}

.widget .small-list li p span {
  font-weight: 700;
  color: #3f3f3f;
}

.widget .small-list figure {
  float: left;
  width: 80px;
  margin: 0 15px 0 0;
}

.widget .small-list.destinations li h3 {
  padding: 19px 0 0;
}

.widget .small-list .rating {
  position: relative;
  top: 0;
  right: 0;
}

.widget .small-list .price small {
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

.show-all {
  float: right;
  padding: 0 0 3px;
}

.deal-of-the-day figure {
  margin: 0 0 15px;
}

.deal-of-the-day h3 {
  font: 700 14px open sans, Helvetica, Arial, sans-serif;
  color: #ab9a8f;
  padding: 0;
  margin: 0;
  width: 100%;
}

.deal-of-the-day h3 a {
  color: #ab9a8f;
}

.deal-of-the-day .rating {
  position: relative;
  top: 0;
  right: 0;
}

.deal-of-the-day p {
  float: left;
  padding: 0;
  font-weight: 400;
  white-space: nowrap;
}

.deal-of-the-day p span {
  font-weight: 700;
  color: #3f3f3f;
}

.deal-of-the-day .price small {
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

.refine-search-results dt {
  border-bottom: 1px solid #ccc;
  width: 100%;
  font-weight: 700;
  padding: 0 0 15px;
  margin: 0 0 15px;
  cursor: pointer;
  color: #555;
  position: relative;
}

.refine-search-results dt:before {
  content: '\e315';
  font-family: material icons;
  font-size: 24px;
  color: #b8aca4;
  position: absolute;
  top: -7px;
  right: 0;
  font-weight: 400;
}

.refine-search-results dt.active {
  border: none;
  margin: 0;
}

.refine-search-results dt.active:before {
  content: '\e313';
  top: -5px;
}

.refine-search-results dd {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.refine-search-results .checkbox {
  display: inline-block;
  width: 100%;
}

.refine-search-results .checkbox label {
  max-width: 100%;
}

.refine-search-results div.radio&gt;div,
.refine-search-results div.checkbox&gt;div {
  margin-right: 5px;
}

.refine-search-results .checkbox label,
.refine-search-results .radio label {
  padding: 0;
}

.refine-search-results div.radio span,
.refine-search-results div.radio input {
  width: 20px;
  height: 20px;
}

.refine-search-results div.radio span.checked:before {
  width: 10px;
  height: 10px;
  left: 4px;
  top: 4px;
}

.refine-search-results div.checker span,
.refine-search-results div.checker input {
  width: 20px;
  height: 20px;
}

.refine-search-results div.checker span.checked:before {
  left: 0;
  top: -1px;
}

#star img {
  display: inline;
}

.stars-info {
  float: right;
  font-size: 12px;
  line-height: 24px;
}

.refine-search-results .gradient-button {
  width: 100%;
}

.main-search .wrap&gt;form {
  position: absolute;
  top: -280px;
  left: 0;
  z-index: 99;
  width: 100%;
  display: inline-block;
  padding: 15px 15px 10px;
  border: 1px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: #fff;
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(255, 255, 255, 1)),
      color-stop(100%, rgba(242, 242, 242, 1)));
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%);
  background: -o-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%);
  background: -ms-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}

.main-search .radios {
  padding-top: 5px;
}

.main-search .radios label {
  font-weight: 400;
}

.main-search .form label {
  padding-top: 5px;
}

.main-search .column {
  margin-bottom: 0;
}

.main-search .form .column&gt;.row {
  border-left: 1px solid #ccc;
  min-height: 90px;
}

#form3 .column&gt;.row,
#form5 .column&gt;.row,
#form6 .column&gt;.row {
  min-height: 140px;
}

.main-search h5 {
  font: 400 16px open sans, Helvetica, Arial, sans-serif;
  padding: 0 0 15px;
}

.main-search h5 span {
  font-weight: 800;
}

.main-search .f-item {
  margin: 0 0 5px;
}

.main-search .f-item .f-item,
.main-search .f-item.full-width {
  margin: 0;
}

.main-search .f-item.one-half,
.main-search .f-item.one-third {
  padding-right: 0;
}

.main-search .f-item.one-half:last-of-type,
.main-search .f-item.one-third:last-of-type {
  padding-right: 10px;
}

.main-search div.radio,
.main-search div.checkbox {
  margin-right: 5px;
}

.main-search .checkbox label,
.main-search .radio label {
  padding: 0;
}

.main-search div.radio span,
.main-search div.radio input {
  width: 20px;
  height: 20px;
}

.main-search div.radio span.checked:before {
  width: 10px;
  height: 10px;
  left: 4px;
  top: 4px;
}

.main-search div.checker span,
.main-search div.checker input {
  width: 20px;
  height: 20px;
}

.main-search div.checker span.checked:before {
  left: 0;
  top: -1px;
}

.main-search .gradient-button {
  position: absolute;
  left: 41.5%;
  bottom: -1px;
  width: 17%;
  height: 34px;
  border: none;
  -webkit-border-radius: 17px 17px 0 0;
  -moz-border-radius: 17px 17px 0 0;
  border-radius: 17px 17px 0 0;
}

.header {
  float: left;
  background: #fff;
  margin: 0 0 20px;
  width: 100%;
  height: 120px;
  position: relative;
  z-index: 999;
}

.noslider .header {
  margin: 0 0 20px !important;
}

.noslider .main-search {
  top: 0;
  position: relative;
  margin: 20px 0 0;
}

.slider {
  height: 760px;
  display: inline-block;
  width: 100%;
}

.slider.acente {
  margin: -40px 0 0;
}

.section-title--secondary.acente {
  text-align: left;
}

.logo {
  float: left;
  display: block;
  padding: 15px 0;
}

.logo img {
  height: 50px;
}

.header .search {
  float: right;
  display: block;
  margin: 21px 120px 0 0;
  width: 250px;
}

.header .search form {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.header .search form:after {
  font-family: material icons;
  content: '\e8b6';
  font-size: 22px;
  position: absolute;
  top: 2px;
  right: 10px;
  color: #b1a398;
}

.header .search input {
  padding: 8px 15px;
}

.header .search input[type='submit'] {
  z-index: 10;
  width: 37px;
  height: 37px;
  background: 0 0;
  font-size: 0;
  text-align: right;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.contact {
  float: right;
  display: block;
  position: relative;
  padding: 0;
  margin-top: 3px;
  margin-left: 10px;
}

.headerArea .phone {
  background-color: var(--primary);
  width: 33px;
  height: 33px;
  padding: 8px;
  color: #fff;
  border-radius: 100%;
  float: left;
  margin-right: 5px;
}

.headerBot {
  float: left;
}

.contact span {
  display: block;
  font-size: 12px;
  color: #3e3e3e;
  font-weight: 600;
}

.contact .number {
  font-weight: 700;
  color: var(--primary);
}

.header .ribbon {
  float: right;
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 99999;
  width: 104px;
  min-height: 90px;
  webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1), -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1), -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1), -1px 0 0 rgba(0, 0, 0, 0.1);
}

.header .ribbon:before {
  z-index: 2;
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 52px 0 0;
}

.header .ribbon:after {
  z-index: 2;
  content: '';
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 52px 20px 0;
}

.ribbon nav:before {
  opacity: 0.1;
  -ms-opacity: 0.1;
  z-index: 1;
  content: '';
  position: absolute;
  bottom: -22px;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 53px 0 0;
  border-color: #000 transparent transparent;
}

.ribbon nav:after {
  opacity: 0.1;
  -ms-opacity: 0.1;
  z-index: 1;
  content: '';
  position: absolute;
  bottom: -22px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 53px 21px 0;
  border-color: transparent #000 transparent transparent;
}

.ribbon li {
  float: left;
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 9px 0 9px 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.ribbon li:last-of-type {
  border-bottom: none;
}

.ribbon li a {
  color: #fff;
}

.ribbon li a:hover {
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.ribbon nav {
  float: left;
  width: 100%;
  position: relative;
  min-height: 90px;
}

.ribbon ul {
  padding: 0 10px;
  width: 100%;
  float: left;
}

.ribbon ul:last-of-type li.active {
  border-bottom: none;
}

.main {
  float: left;
  width: 100%;
  min-height: calc(100vh - 345.5px);
  padding-bottom: 200px;
}

.breadcrumbs {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.breadcrumbs ul {
  float: left;
  padding: 0 0 10px;
}

.breadcrumbs li {
  float: left;
  display: block;
  font-size: 12px;
}

.breadcrumbs li a {
  color: #454545;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
  padding: 0 14px 0 0;
  margin: 0 15px 0 0;
}

.breadcrumbs li a:hover {
  color: #3f3f3f;
}

.breadcrumbs .top-right-nav {
  float: right;
}

.breadcrumbs .top-right-nav li:last-of-type a {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.static-content {
  float: left;
  display: block;
  background: #fff;
  padding: 20px;
  width: 100%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.s-title {
  display: inline-block;
  width: 100%;
}

.s-title:first-of-type h2 {
  border-top: none;
  margin: 0;
  padding-top: 17px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.offers article,
.deals article,
.destinations article,
.boxes article {
  position: relative;
}

.ribbon-small {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 2;
  background: #ffc904;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.ribbon-small:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 25px 0 0;
  border-color: #ffc904 transparent transparent;
}

.ribbon-small:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 10px 0;
  border-color: transparent #ffc904 transparent transparent;
}

.offers .details h3 {
  padding: 0 0 12px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ccc;
  font: 600 15px open sans, Helvetica, Arial, sans-serif;
}

.offers .details h3 a {
  color: #454545;
  font-weight: 600;
}

.destinations .details {
  text-align: left;
}

.details {
  text-align: center;
  float: left;
  display: block;
  position: relative;
  background: #fff;
  padding: 13px 15px 15px;
  width: 100%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  min-height: 130px;
}

.details h3,
.details h2 {
  text-align: left;
}

.details h2 {
  font-size: 18px;
}

.details .address {
  text-align: left;
  display: inline-block;
  width: 100%;
  color: #858585;
  padding: 0 65px 12px 0;
}

.details .stars {
  text-align: left;
  position: absolute;
  top: 18px;
  right: 15px;
}

.stars {
  text-align: left;
  float: right;
}

.stars i {
  display: inline;
  float: left;
  color: #ffc904;
  font-size: 16px;
}

.rating {
  text-align: left;
  position: absolute;
  padding: 0 0 0 19px;
  display: inline-block;
  float: right;
  white-space: nowrap;
  top: 44px;
  right: 15px;
}

.rating:before {
  content: '\e8dc';
  font-family: material icons;
  color: #b8aca4;
  font-size: 15px;
  position: absolute;
  top: -1px;
  left: 0;
}

.details .price {
  text-align: left;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 13px 0;
  line-height: 16px;
}

aside .accommodation-details .price,
aside .tour-details .price,
aside .cruise-details .price,
aside .car_rental-details .price {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 13px 0;
  margin-top: 12px;
  line-height: 16px;
}

.details .price em,
aside article .price em {
  float: right;
  font-size: 16px;
}

.price em {
  font-weight: 700;
  font-style: normal;
}

.details .description {
  text-align: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
  margin: 0 0 15px;
}

.details .description p {
  padding: 0;
}

.details .description a {
  font-weight: 600;
  font-style: italic;
}

.details .gradient-button {
  margin: 0 auto;
}

.flights .details h3,
.cars .details h3 {
  padding: 0 0 12px;
}

.flights .details .price,
.cars .details .price {
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
}

.destinations article h4 {
  font: 700 15px open sans, Helvetica, Arial, sans-serif !important;
  color: #3f3f3f !important;
  padding: 4px 90px 15px 0 !important;
  margin: 0 !important;
  border: none !important;
}

.destinations article .price {
  border: none;
  padding: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.destinations article .price em {
  float: none;
  font-size: 20px;
}

.destinations article .count {
  color: #858585;
  display: inline-block;
  width: 50%;
  white-space: nowrap;
  font-size: 0.965em;
}

.destinations article .ribbon {
  text-align: center;
  margin: 20px -20px 0;
  height: 50px;
  position: relative;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background: #c1b6ae;
  background: -moz-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, var(--primary)),
      color-stop(100%, var(--primary)));
  background: -webkit-linear-gradient(top,
      var(--primary) 0%,
      var(--primary) 100%);
  background: -o-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -ms-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: linear-gradient(to bottom,
      var(--primary) 0%,
      var(--primary) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1b6ae', endColorstr='#baaca3', GradientType=0);
}

.destinations article .ribbon:focus,
.destinations article .ribbon:hover {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2),
    inset 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.destinations article .ribbon:focus em,
.destinations article .ribbon:hover em {
  color: #fff;
}

.destinations article .ribbon:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: transparent #a39385 transparent transparent;
}

.destinations article .ribbon:hover:before {
  border-color: transparent #30928c transparent transparent !important;
}

.destinations article .ribbon:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: #a39385 transparent transparent;
}

.destinations article .ribbon:hover:after {
  border-color: #30928c transparent transparent !important;
}

.destinations article .ribbon a {
  color: #fff;
}

.destinations article.promo .ribbon {
  background: #ffc904;
}

.destinations article.promo .ribbon:before {
  border-color: transparent #d2a300 transparent transparent;
}

.destinations article.promo .ribbon:after {
  border-color: #d2a300 transparent transparent;
}

.destinations article .ribbon&gt;div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}

.destinations article .ribbon&gt;div:first-child:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: rgba(0, 0, 0, 0.2);
  top: 10px;
  right: 0;
}

.destinations article .ribbon&gt;div&gt;a {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 5px 30px;
}

.destinations article .ribbon&gt;div span {
  width: 100%;
  display: inline-block;
  text-align: right;
  line-height: 1;
}

.destinations article .ribbon .small {
  font-size: 12px;
  font-weight: 600;
}

.destinations article .ribbon .price {
  font-size: 18px;
  margin-top: -2px;
}

.destinations article .ribbon&gt;div&gt;a:before {
  font-family: material icons;
  font-size: 32px;
  font-weight: 400;
  position: absolute;
  top: 1px;
  left: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.destinations article .ribbon .hotel a:before {
  content: '\e7ee';
}

.destinations article .ribbon .flight a:before {
  content: '\e539';
}

.destinations article .ribbon .tour a:before {
  content: '\e553';
}

.destinations article .ribbon .cruise a:before {
  content: '\e532';
}

.destinations article .ribbon .car a:before {
  content: '\e531';
}

.destinations article .gradient-button {
  position: absolute;
  top: 15px;
  right: 15px;
}

.deals .full-width figure {
  float: left;
  width: 27%;
  height: 160px;
  overflow: hidden;
  background: #fff;
}

.deals .full-width figure a,
.deals .full-width figure img {
  height: 100%;
  min-height: 160px;
  max-width: none;
  margin: 0;
}

.deals .full-width .details {
  float: left;
  width: 73%;
  min-height: 160px;
  height: auto !important;
  padding-right: 160px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.deals .full-width .details h3 {
  color: #666;
  padding: 0 65px 0 0;
}

.deals .full-width .details .stars {
  display: inline-block;
  float: none;
  position: static;
}

.deals .full-width .details .rating {
  top: 19px;
  right: 160px;
}

.deals .full-width .details .address {
  padding: 0;
}

.deals .full-width .details .description {
  padding-bottom: 0;
  margin: 13px 0 0;
  border-bottom: none;
}

.deals .full-width .details .price {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 135px;
  min-height: 130px;
  text-align: center;
  border-left: 1px solid #ccc;
  padding: 15px;
  border-top: none;
}

.deals .full-width .details .price em {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
}

.deals .full-width .details .actions {
  display: inline;
}

.deals .full-width .details .gradient-button {
  position: absolute;
  right: 25px;
  bottom: 15px;
  width: 105px;
}

.boxes {
  display: inline-block;
  margin: 40px 0 0;
  padding: 60px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.boxes article&gt;div {
  min-height: 200px;
  padding: 15px;
  margin: 0;
  background: #fff;
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(255, 255, 255, 1)),
      color-stop(100%, rgba(242, 242, 242, 1)));
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%);
  background: -o-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%);
  background: -ms-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.boxes article h4 {
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  margin: 0 0 14px;
  padding: 0 0 13px;
}

.tab-content .deals article {
  padding: 0;
}

.sort-by {
  height: 48px;
  background: #fff;
  display: inline-block;
  width: 100%;
  padding: 0 10px 0 15px;
  margin: 0 0 20px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.sort-by * {
  float: left;
}

.sort-by h3 {
  padding: 0 20px 0 0;
  font-size: 16px;
  color: #858585;
  line-height: 48px;
}

.sort-by li {
  position: relative;
}

.sort {
  margin: 14px 0;
  border-left: 1px solid #ccc;
}

.sort li {
  padding: 0 75px 0 0;
  margin: 0 0 0 20px;
  border-right: 1px solid #ccc;
}

.sort li:before {
  display: none;
}

.sort a {
  position: absolute;
  right: 15px;
  font-size: 0;
  width: 14px;
  height: 7px;
}

.sort a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.ascending {
  top: 3px;
}

.descending {
  top: 12px;
}

.view-type {
  margin: 10px 0 0;
  float: right;
}

.view-type li {
  width: 28px;
  height: 28px;
  margin: 0 0 0 3px;
  background: #999;
  color: #fff;
  padding: 0;
  text-align: center;
  cursor: pointer;
}

.view-type li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  cursor: pointer;
}

.view-type li:before {
  font-family: material icons;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 2px;
  color: #fff;
  line-height: 28px;
}

.view-type .grid-view:before {
  content: '\e8f0';
}

.view-type .list-view:before {
  content: '\e8ef';
}

.view-type .location-view:before {
  content: '\e55f';
  font-size: 21px;
  left: 4px;
}

.ascending:before {
  border-width: 0 7px 7px;
  border-color: transparent transparent #b1a398;
}

.descending:before {
  border-width: 7px 7px 0;
  border-color: #b1a398 transparent transparent;
}

.row.destinations .details h4 {
  padding: 0 0 10px !important;
}

.row.destinations .details .description {
  text-align: left;
  border-top: none;
  padding-top: 0;
}

.row.destinations .gradient-button {
  position: static;
}

.row.destinations .one-third .details {
  text-align: center;
}

.row.destinations .one-third .details h4 {
  text-align: left;
}

.row.destinations .full-width figure {
  float: left;
  width: 27%;
  height: 155px;
  overflow: hidden;
  background: #fff;
}

.row.destinations .full-width figure img {
  height: 100%;
  max-width: none;
}

.row.destinations .full-width .details {
  float: left;
  width: 73%;
  min-height: 155px;
  height: auto !important;
  padding-right: 110px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.row.destinations .full-width .details .description {
  border: none;
  padding: 0;
}

.row.destinations .full-width .ribbon {
  margin: 0;
  position: absolute;
  top: 22px;
  right: -10px;
  width: 110px;
  height: 110px;
}

.row.destinations .full-width .ribbon:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #a39385;
  bottom: auto;
  left: auto;
  top: -10px;
  right: 0;
}

.row.destinations .full-width .ribbon:after {
  display: none;
}

.row.destinations .full-width .ribbon:hover:before {
  border-color: transparent transparent transparent #30928c !important;
}

.row.destinations .full-width.promo .ribbon:before {
  border-color: transparent transparent transparent #d2a300;
}

.row.destinations .full-width .ribbon&gt;div {
  width: 100%;
  height: 50%;
}

.row.destinations .full-width .ribbon&gt;div:first-child:after {
  height: 1px;
  width: 90px;
  top: auto;
  bottom: 0;
  right: 10px;
}

.row.destinations .full-width .ribbon&gt;div&gt;a {
  padding: 5px 15px;
}

.row.destinations .full-width .ribbon&gt;div&gt;a:before {
  left: 10px;
  top: 2px;
}

.row.destinations .full-width .ribbon&gt;div span {
  padding-right: 5px;
}

.results.flights h3 {
  text-align: left;
  padding-right: 0;
}

.results .f-wrap {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.results.flights h5 {
  font: 700 13px open sans, Helvetica, Arial, sans-serif;
  padding: 0 0 5px;
}

.results.flights .price {
  border: none;
  margin: 0;
  padding: 0 0 15px;
}

.results.flights .full-width .details {
  width: 100%;
  padding-right: 15px;
}

.results.flights .full-width .f-wrap {
  float: left;
  width: 25%;
  height: 110px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 11px 10px 15px 12px;
  margin-top: 13px;
}

.results.flights .full-width .f-wrap:first-of-type {
  border-left: 1px solid #ccc;
}

.results.flights .full-width .price {
  float: left;
  width: 100%;
  position: static;
  min-height: auto;
  text-align: left;
  border-left: none;
  padding: 1px 0 5px;
}

.results.flights .full-width .price em {
  display: inline;
  padding: 0;
  width: auto;
  float: none;
}

.results.flights .full-width .description {
  float: left;
  width: 100%;
}

.results.flights .full-width .gradient-button {
  bottom: 56px;
}

.lg-outer {
  text-align: left;
}

aside h1 {
  padding: 0;
  color: #555 !important;
}

aside .address {
  width: 100%;
  color: #858585;
}

aside .description {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  margin-top: 15px;
}

aside .description p {
  padding: 0;
}

div.tags {
  border-top: 1px solid #ccc;
  padding: 18px 0 0;
  margin: 0 0 15px;
  width: 100%;
}

.tags ul {
  position: relative;
  width: 104%;
  overflow: hidden;
  margin: 0;
}

.tags li {
  position: relative;
  float: left;
  display: block;
  margin: 0 5px 5px 0;
  padding: 0 10px 0 20px;
  background: #dfdcd1;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 15px 2px 2px 15px;
  -moz-border-radius: 15px 2px 2px 15px;
  border-radius: 15px 2px 2px 15px;
  -webkit-box-shadow: 0 1px 0 #c1bba8;
  -moz-box-shadow: 0 1px 0 #c1bba8;
  box-shadow: 0 1px 0 #c1bba8;
  -webkit-transition: all 0.1s ease-in 0.1s;
  -moz-transition: all 0.1s ease-in 0.1s;
  -o-transition: all 0.1s ease-in 0.1s;
  -ms-transition: all 0.1s ease-in 0.1s;
  transition: all 0.1s ease-in 0.1s;
}

.tags li:before {
  display: block !important;
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  top: 11px;
  left: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.tags a {
  color: #666;
}

.tags li:hover a {
  color: #fff;
}

.room-types {
  margin: 0;
  display: inline-block;
  width: 100%;
  padding: 0 0 5px;
}

.room-types li {
  float: left;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px;
  padding: 0 0 30px;
}

.room-types li:last-of-type {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.room-types li figure {
  position: relative;
  width: 42%;
  height: auto;
  overflow: hidden;
  max-height: 162px;
  float: left;
}

.room-types li figure a {
  display: none;
}

.room-types li figure a:first-of-type {
  display: block;
}

.room-types img {
  margin: 0;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in 0.1s;
  -moz-transition: all 0.1s ease-in 0.1s;
  -o-transition: all 0.1s ease-in 0.1s;
  -ms-transition: all 0.1s ease-in 0.1s;
  transition: all 0.1s ease-in 0.1s;
}

.image-overlay:before {
  content: '\e8ff';
  font: normal 36px/80px 'Material Icons';
  text-align: center;
  color: #fff;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  position: absolute;
  top: 41px;
  left: 34%;
}

.image-overlay:hover {
  opacity: 1;
}

.tab-content .room-types .meta h3 {
  font: 700 15px/1.2 'Open Sans', Helvetica, Arial, sans-serif;
  color: #3faea9;
  padding: 0 0 10px;
}

.tab-content .room-types .meta {
  float: left;
  width: 36%;
  padding: 0 20px;
  min-height: 152px;
}

.tab-content .meta .text-wrap,
.tab-content .more-information .text-wrap {
  padding: 0;
}

.room-types li .meta p {
  padding: 0 0 11px;
}

.room-types .more-info {
  font-size: 13px;
  font-weight: 600;
  color: #3f3f3f;
  text-decoration: none;
}

.room-information {
  float: right;
  border-left: 1px solid #ccc;
  padding: 3px 0 0 20px;
  width: 22%;
  height: 163px;
  position: relative;
}

.room-information&gt;div {
  padding: 0 0 10px;
  line-height: 18px;
  margin: 0;
}

.room-information i {
  color: #b8aca4;
  font-size: 18px;
  float: right;
  margin-left: -3px;
}

.room-information .price {
  font-size: 16px;
  float: right;
}

.room-information .gradient-button {
  position: absolute;
  right: 0;
  bottom: 0;
}

.more-information {
  float: left;
  display: block;
  width: 100%;
  margin: 20px 0 0;
}

.more-information p&gt;span {
  font-weight: 600;
  padding-right: 5px;
  color: #3f3f3f;
}

.three-col {
  display: inline-block;
  width: 100%;
  margin: 0;
}

.three-col li {
  float: left;
  width: 33.3333%;
}

.three-col li:before {
  color: #bbada4;
}

.lSSlideOuter {
  max-width: 100%;
  float: left;
  width: 100%;
  display: block;
}

.lightSlider li {
  text-align: center;
  overflow: hidden;
  padding: 0;
}

.lightSlider li:before {
  display: none;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1.5);
  }
}

.lightSlider img {
  width: 100%;
  height: auto;
  display: inline;
  margin: 0 auto;
  /*   animation: zoomIn 10s infinite alternate;
 */
  background-size: cover;
  background-position: center;
}

.inner-nav {
  float: left;
  display: block;
  width: 21.4%;
  position: relative;
  z-index: 50;
  z-index: 1;
  margin-top: 20px;
}

.inner-nav li {
  padding: 0 !important;
  float: left;
  display: block;
  height: 42px;
  width: 100%;
  margin: 0 0 1px;
  font-size: 14px;
  font-weight: 600;
  line-height: 42px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background: #c1b6ae;
  background: -moz-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, var(--primary)),
      color-stop(100%, var(--primary)));
  background: -webkit-linear-gradient(top,
      var(--primary) 0%,
      var(--primary) 100%);
  background: -o-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -ms-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: linear-gradient(to bottom,
      var(--primary) 0%,
      var(--primary) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1b6ae', endColorstr='#baaca3', GradientType=0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.inner-nav li a {
  float: left;
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: 600;
  font-size: 12px;
}

.inner-nav li a&gt;svg {
  width: 24px;
  height: 24px;
  margin: 0 10px;
}

.inner-nav li.active,
.inner-nav li.active:hover {
  width: 110%;
}

.inner-nav li.active a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 21px;
}

.single-location .inner-nav li a,
.myaccount .inner-nav li a {
  padding-left: 21px;
}

.tab-content {
  float: right;
  width: 76.4%;
  overflow: hidden;
}

.tab-content article {
  float: left;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  margin: 0 0 20px;
  background: #fff;
  webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  font-size: 13px;
}

.tab-content h2 {
  color: #b1a398;
  padding: 0 0 10px;
  margin: 0 0 20px;
  text-indent: 10px;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%;
}

.tab-content h2 a,
.tab-content h3 a {
  color: #b1a398;
}

.tab-content h3 {
  color: #b1a398;
  padding: 0 0 15px;
}

.tab-content h4 {
  padding: 0 0 15px;
  font-size: 15px;
}

#location.tab-content article,
#map.tab-content article {
  padding: 15px;
}

#things-to-do img {
  margin: 0 0 20px;
}

#things-to-do article h2 {
  padding: 0 0 10px;
}

.text-wrap {
  padding: 0 10px 30px;
  display: inline-block;
  width: 100%;
}

#facilityToggle&gt;.facilities:first-child {
  padding-top: 15px;
}

.facilities {
  padding-bottom: 0;
}

.facilities&gt;h2 {
  padding-bottom: 0;
  margin: 0 0 10px !important;
}

.text-wrap h2 {
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
  display: block;
}

.text-wrap table {
  margin: 0;
}

.score {
  float: left;
  width: 35%;
  text-align: center;
  padding: 0 30px 0 10px;
}

.score span {
  font-size: 55px;
  color: #b1a398;
  line-height: 60px;
}

.score .achieved {
  color: #666;
  font-weight: 700;
  margin-left: -10px;
}

.score .info {
  font-size: 12px;
  font-weight: 600;
  padding: 3px 0 0;
}

.score .disclaimer {
  border-top: 1px solid #ccc;
  width: 100%;
  padding: 10px 10px 0;
  margin: 12px 0 0;
  font-size: 12px;
  text-align: left;
}

.chart {
  float: right;
  width: 65%;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
  margin: 5px 0 0;
}

.chart dt {
  position: relative;
  z-index: 5;
  float: left;
  margin: 0 0 0 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.chart dd {
  position: relative;
  height: 25px;
  margin: 0 0 1px;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  background: #e9e6e0;
}

.chart dd span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: right;
  height: 100%;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}

.reviews {
  margin: 5px 0 0;
  display: inline-block;
  width: 100%;
}

.reviews li {
  float: left;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  padding: 0 0 20px;
}

.reviews li:before {
  display: none;
}

.reviews li.last {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.reviews li figure {
  padding-right: 20px;
  width: 35%;
}

.reviews li figure img {
  float: left;
  margin-right: 15px;
}

.reviews address {
  font-size: 11px;
  font-style: normal;
}

.reviews address span {
  font-size: 12px;
  font-weight: 600;
}

.reviews .rev {
  position: relative;
  padding: 0 0 20px 32px;
  display: table;
  width: 65%;
  float: right;
}

.reviews .rev:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  float: left;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  color: #fff;
}

.reviews .pro:before {
  content: '+';
  background: #43a047;
}

.reviews .con:before {
  content: '-';
  background: #e14242;
  line-height: 18px;
  font-size: 21px;
  font-weight: 700;
}

.reviews p {
  padding: 0;
}

.booking h2 {
  color: #b1a398;
  padding: 0 0 10px;
  margin: 0 0 20px;
  text-indent: 10px;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%;
}

.booking h3 {
  color: #b1a398;
  padding: 0 10px 15px;
}

span.info {
  margin: -15px 10px 20px;
  float: left;
  width: 100%;
  color: #999;
  font-style: italic;
}

.booking-details dl {
  border-top: 1px solid #ccc;
  padding: 15px 0 5px;
  margin-top: 15px;
}

.booking-details dt {
  font-weight: 600;
}

.booking-details dd {
  padding: 0 0 10px;
}

.booking-details .price {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.booking-details .price p {
  padding: 0;
}

.booking-details .price .total {
  font-weight: 700;
  font-size: 17px;
}

.text-wrap .output p {
  float: left;
  width: 66%;
}

.text-wrap .output p:nth-child(2n + 1) {
  width: 34%;
  font-weight: 600;
}

.myaccount table {
  margin: 0 0 20px;
}

.myaccount th,
.b-info th {
  width: 35%;
  vertical-align: middle;
}

.myaccount td .gradient-button {
  float: right;
}

.myaccount .reviews {
  width: 65%;
}

.myaccount .reviews .rev {
  width: 100%;
}

.mysettings td:last-of-type {
  width: 89px;
}

.edit_field {
  padding: 15px 0;
}

.edit_field input {
  margin-bottom: 10px;
}

.single-location .tab-content img {
  margin-bottom: 15px;
}

.get_inspired {
  margin: 0 -10px;
}

.get_inspired li:before {
  display: none;
}

.get_inspired li {
  width: 20%;
  height: 130px;
  float: left;
  display: block;
  padding: 0 10px;
  margin: 0 0 20px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.get_inspired li a {
  float: left;
  width: 100%;
  height: 100%;
  color: #454545;
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.get_inspired li figure {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.get_inspired img {
  width: 100%;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.get_inspired figcaption {
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.get_inspired li:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  opacity: 0;
  -ms-opacity: 0;
}

.get_inspired li:hover figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: var(--primary);
  color: #fff;
}

.map-wrap {
  width: 100%;
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.gmap {
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  height: 550px;
}

.gmap * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.infoBox {
  font-size: 14px;
  margin: -100px 0 0 50px;
  display: inline-block;
  padding: 15px 15px 20px;
  color: #fff;
  width: 200px !important;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.infoBox:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 45%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0;
}

.gmap strong {
  font-size: 15px;
  padding: 0 0 10px;
  margin: 0 0 13px;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

#map_canvas img {
  max-width: none;
}

#map_canvas label {
  width: auto;
  display: inline;
}

.post,
.entry-featured {
  margin-bottom: 20px;
}

.entry-featured:empty {
  display: none;
}

.req {
  position: absolute;
  color: #858585;
}

.entry-meta span {
  position: relative;
  padding: 0 20px;
  display: inline-block;
}

.entry-meta span:before {
  font: 15px material icons;
  color: #b9aca4;
  position: absolute;
  top: 0;
  left: 0;
}

.entry-meta .date:before {
  content: '\e8df';
}

.entry-meta .author:before {
  content: '\e7fd';
}

.entry-meta .categories:before {
  content: '\e2c7';
}

.entry-meta .tags:before {
  content: '\e89a';
}

.entry-meta .comments:before {
  content: '\e0bf';
}

.entry-meta span:empty {
  display: none;
}

.entry-meta span a {
  color: #454545;
  font-weight: 400;
}

div.comments {
  display: inline-block;
  width: 100%;
}

div.comments h2 {
  padding: 25px 0 40px;
}

.comment {
  position: relative;
  background: #fff;
  padding: 15px;
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.comment .third {
  float: left;
  width: 20%;
}

.comment .third figure {
  float: left;
  margin-right: 15px;
}

.comment .third address {
  color: #858585;
  padding-top: 5px;
}

.comment .third address span {
  font-weight: 600;
  font-style: normal;
}

.comment .comment-content {
  float: left;
  width: 80%;
  min-height: 70px;
  height: 100%;
  border-left: 1px solid #ccc;
  padding-left: 15px;
}

.comment .reply {
  position: absolute;
  top: 60px;
  left: 100px;
}

.comments .children {
  margin: 0;
  padding-left: 100px;
}

.depth-1 {
  float: right;
  width: 90%;
}

.depth-1 .third {
  width: 22%;
}

.depth-1 .comment-content {
  width: 78%;
}

.depth-2 {
  float: right;
  width: 80%;
}

.depth-2 .third {
  width: 25%;
}

.depth-2 .comment-content {
  width: 75%;
}

.entry-header h2 a {
  color: #555;
}

section.error {
  padding-top: 50px;
  display: inline-block;
  width: 100%;
}

section.error .one-third {
  text-align: center;
}

.error-type {
  display: inline-block;
  width: 270px;
  height: 270px;
  max-width: 100%;
  text-align: center;
  color: var(--primary);
  -webkit-border-radius: 135px;
  -moz-border-radius: 135px;
  border-radius: 135px;
  border: 1px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, rgba(255, 255, 255, 1)),
      color-stop(100%, rgba(242, 242, 242, 1)));
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%);
  background: -o-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%);
  background: -ms-linear-gradient(top,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(242, 242, 242, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}

input.error {
  border: 1px solid red !important;
}

label.error {
  padding: 10px 0;
  color: red;
  font-size: 11px;
  position: relative !important;
  left: 0px !important;
}


.error-type h1 {
  font-size: 96px;
  color: var(--primary);
  padding: 38px 0 0;
  margin: 0 0 -13px;
  text-shadow: 0 1px 0 #fff;
}

.error-type p {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #fff;
}

.error-content {
  display: inline-block;
  padding: 60px 0 0 70px;
  color: #3f3f3f;
}

.error-content h3 {
  font-size: 15px;
}

.error-content ul li:before {
  color: #666;
}

.error-content a {
  color: #3f3f3f;
}

.footer {
  float: left;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 6;
}

.footerLabel {
  border-bottom: 1px solid #e0d8d8;
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
}

.footer .row {
  justify-content: space-between;
  padding: 0;
}

.mobile-icons {
  display: flex;
  width: 269px;
  justify-content: space-between;
}

.mobileAppCon {
  position: relative;
}

.mobilapp {
  position: absolute;
  top: -238px;
}

.logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.logos-content img {
  display: inline-block;
}

.logos&gt;p {
  margin-right: 30px;
}

.navmenu li a {
  color: #fff;
}

.footer h6 {
  font-size: 18px;
  color: #000;
  padding: 23px 0 18px;
}

.footer p em {
  font-style: normal;
  font-weight: 700;
  color: #3facaa;
}

.footer p a {
  color: #000;
  font-weight: 600;
  margin-left: 5px;
}

.social .Facebook {
  background-color: #4267b2;
}

.social .Linkedin {
  background-color: #2867b2;
}

.social .twitter {
  background-color: #1da1f2;
}

.social .Instagram {
  background-color: #c13584;
}

.footer ul li {
  padding: 0 0 2px 15px;
}

.footer ul li:before {
  display: block;
}

.footer ul li a {
  color: #454545;
  font-weight: 400;
  font-size: 18px;
}

.footer form {
  position: relative;
}

.footer form input[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 0 17px 17px 0;
  -moz-border-radius: 0 17px 17px 0;
  border-radius: 0 17px 17px 0;
}

.footer .one-half {
  padding-right: 0;
  width: fit-content;
}

.copyRight {
  margin-right: 0 !important;
  padding-bottom: 0;
}

.footer .full-width {
  margin: 18px 0 50px;
  border-top: 1px solid #ebebeb;
  padding: 15px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.mobile-icons {
  display: flex;
  width: 269px;
  justify-content: space-between;
}

.copy {
  color: var(--secondary);
  font-weight: 600;
  display: block;
  float: left;
  padding: 0;
}

.footer .full-width nav {
  float: right;
}

.footer .full-width nav li {
  float: left;
  border-left: 1px solid #e5e5e5;
  padding: 0 0 0 12px;
  margin: 0 0 0 12px;
  color: #000;
  font-weight: 700;
  font-size: 13px;
}

.footer .full-width nav li a {
  color: #858585;
  font-weight: 400;
}

.footer .full-width nav li a:hover,
.footer .full-width nav li a:focus {
  color: #3f3f3f;
}

.footer .full-width nav li:first-child {
  border: none;
}

.agencyLogin {
  cursor: pointer;
}

.userLoginLoad {
  width: 100%;
  display: none;
  align-items: center;
}

.userLoginLoad img {
  margin-right: 5px;
  width: 30px;
}

.lightbox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #302b2b9e;
  top: 0;
  left: 0;
}

.lb-wrap {
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  background: white;
  position: absolute;
  top: 10%;
  left: 35%;
  width: 30%;
  padding: 15px 20px;
  margin: auto;
  min-height: 70px;
}

.lb-wrap .close {
  float: right;
  color: black;
  font-size: 30px;
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1111111111;
}

.lb-wrap h3 {
  color: #454545;
  padding: 0 10px 10px;
}

.lb-wrap a {
  /* color: #fff */
}

.lb-wrap input,
.lb-wrap div.checker span {
  border-color: #fff;
}

.lb-wrap .f-item {
  margin: 0 0 15px;
}

.lb-wrap .gradient-button {
  width: 100%;
  height: 38px;
  line-height: 36px;
  background: var(--primary);
  color: var(--primary-contrast);
}

.lb-wrap .gradient-button:hover,
.lb-wrap .gradient-button:focus {
  background: rgba(0, 0, 0, 0.6) !important;
}

label {
  cursor: pointer;
  /* font-weight: 600; koral */
  position: relative;
  padding: 0 0 5px 1px;
  display: inline-block;
}

.checkbox label,
.radio label {
  text-transform: none;
  font-size: 13px;
  width: auto;
  padding: 3px 0 0;
  max-width: 85%;
  font-weight: 400;
}

label span {
  text-transform: none;
}

input,
textarea {
  outline: none;
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
  text-align: center;
}

input[type='search'] {
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

select,
input[type='search'],
input[type='email'],
input[type='text'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='url'],
input[type='date'],
input[type='datetime-local'],
textarea {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  color: #454545;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#pop1,
#pop2 {
  min-width: 320px;
}

#pop1&gt;.addbasket {
  width: 100%;
  margin-top: 10px;
}

#pop2&gt;.addbasket {
  width: 210px;
  margin-top: 10px;
}

.issue-from {
  margin-bottom: 10px;
}

#childArea select {
  height: 35px;
  width: 50px;
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
}

#childArea div {
  width: 70px;
  text-align: center;
}

div#childArea {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
  height: 125px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='date']:focus,
textarea:focus,
div.selector.active,
div.selector.focus,
input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active,
input.uniform-input.focus,
select.uniform-multiselect.focus,
textarea.uniform.focus {
  border-color: #454545;
}

input[type='file'] {
  border: 1px solid #ccc;
  color: #454545;
  padding: 6px;
  margin: 5px 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.datepicker-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}

.ui-datepicker-trigger {
  position: absolute;
  top: 10px;
  right: 10px;
}

.error_message {
  color: #de0603;
  font-size: 13px;
  padding: 0 0 10px;
}

.loader {
  float: right;
}

.lSSlideWrapper.usingCss .lSFade&gt;.active {
  cursor: auto;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 10pt !important;
    line-height: normal !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: 0 0 !important;
  }

  .wrap {
    width: 100%;
    max-width: 100%;
  }

  .text-wrap .output p {
    width: 50% !important;
  }

  .text-wrap {
    padding: 0 10px 10px;
  }

  .header,
  .footer,
  .breadcrumbs,
  a.print {
    display: none;
  }
}

div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}

div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
  outline: 0;
}

div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 8px 10px;
  border: 1px solid #ccc;
}

div.checker input,
input[type='search'],
input[type='search']:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}

div.selector {
  border: 1px solid #ccc;
  line-height: 35px;
  height: 37px;
  position: relative;
  overflow: hidden;
  width: 100% !important;
  padding-left: 15px;
  background: #fff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

div.selector span {
  position: relative;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  height: 37px;
  line-height: 35px;
  background: 0 0;
  cursor: pointer;
  width: 100% !important;
  padding-right: 30px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

div.selector span:before {
  font-family: material icons;
  content: '\e313';
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 23px;
  color: #b8aca4;
}

div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: 0 0;
  position: absolute;
  height: 37px;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

div.checker {
  position: relative;
  top: 0;
  margin-right: 15px;
  float: left;
}

div.checker,
div.checker span,
div.checker input {
  width: 24px;
  height: 24px;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

div.checker span.checked:before {
  color: #b8aca4;
  font-family: 'font awesome 6 free';
  font-family: var(--fa-style-family, 'Font Awesome 6 Free');
  font-weight: 900;
  font-weight: var(--fa-style, 900);
  content: '\f00c';
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: 0 0;
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
}

div.radio {
  position: relative;
  top: 0;
  margin-right: 15px;
  float: left;
}

div.radio,
div.radio span,
div.radio input {
  width: 24px;
  height: 24px;
}

div.radio span {
  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  text-align: center;
}

div.radio span.checked:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #b8aca4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  top: 5px;
  left: 5px;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: 0 0;
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  text-align: center;
}

.ui-slider-horizontal {
  height: 8px;
  border: 1px solid #ccc;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 6px 8px;
}

.ui-slider-horizontal .ui-slider-handle {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -9px;
  margin-left: -12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2),
    0 0 10px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2),
    0 0 10px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2),
    0 0 10px rgba(0, 0, 0, 0.3) inset;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

span.max {
  float: right;
}

button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.ui-datepicker {
  width: 22em;
  padding: 0;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 5px 0;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
}

.ui-icon {
  position: absolute;
  font-size: 0;
  cursor: pointer;
  z-index: 999;
}

.ui-icon:before {
  text-indent: 0;
  position: relative;
  top: 0;
  font-family: material icons;
  font-weight: 400;
  font-style: normal;
  color: #b9aca4;
  font-size: 30px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: liga;
}

.ui-datepicker-multi-2 .ui-icon:before {
  top: 183px;
  font-size: 40px;
  color: #666;
}

.ui-icon-circle-triangle-w:before {
  content: '\e314';
}

.ui-icon-circle-triangle-e:before {
  content: '\e315';
}

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  cursor: pointer;
  top: 6px;
}

.ui-datepicker-prev {
  left: 0;
}

.ui-datepicker-next {
  right: 29px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #b9aca4;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  margin: 0;
}

.ui-datepicker th {
  padding: 0;
  text-align: center;
  background: #b9aca4;
  border-color: #b9aca4;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  width: 14.2857%;
}

.ui-datepicker th span {
  padding: 7px 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.ui-datepicker td {
  padding: 0;
  text-align: center;
  width: 14.2857%;
  font-weight: 600;
  vertical-align: middle;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
  width: 100%;
  height: 33px;
  line-height: 33px;
  color: #454545;
  display: inline-table;
  font-weight: 600;
}

.ui-datepicker .ui-datepicker-unselectable {
  background: #e9e6e0;
}

.ui-datepicker .ui-datepicker-today {
  background: #b9aca4;
}

.ui-datepicker .ui-state-hover,
.ui-datepicker .dp-highlight a,
.ui-datepicker .dp-highlight span {
  color: #fff !important;
}

.menu-collapser {
  position: relative;
  width: 100%;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.collapse-button {
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  padding: 7px 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #0e0e0e;
  border-radius: 2px;
  cursor: pointer;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.collapse-button:hover,
.collapse-button:focus {
  color: #fff;
  background-color: #040404;
}

.collapse-button .icon-bar {
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
  background-color: #f5f5f5;
  border-radius: 1px;
}

ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.slimmenu:before,
ul.slimmenu:after {
  content: '';
  display: table;
}

ul.slimmenu:after {
  clear: both;
}

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  background: var(--primary);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li&gt;ul {
  position: static;
  display: none;
}

ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li .sub-toggle {
  height: 40px;
}

ul.slimmenu li {
  position: relative;
  float: left;
  display: inline-block;
}

ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
}

ul.slimmenu li ul li {
  background: var(--primary);
}

ul.slimmenu li&gt;ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
}

ul.slimmenu li&gt;ul&gt;li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%;
}

ul.slimmenu li a {
  display: block;
}

ul.slimmenu li a:hover {
  text-decoration: none;
}

ul.slimmenu li .sub-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

ul.slimmenu li .sub-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}

ul.slimmenu li .sub-toggle&gt;i {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  vertical-align: middle;
}

ul.slimmenu {
  margin-left: -10px;
  display: flex;
  justify-content: space-around;
}

ul.slimmenu li a {
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

ul.slimmenu li:hover a,
ul.slimmenu li.current&gt;a,
ul.slimmenu li:hover a:hover {
  color: #3f3f3f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

ul.slimmenu li:hover li a {
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

ul.slimmenu li .sub-toggle {
  display: none;
}

ul.slimmenu li li .sub-toggle {
  display: block;
}

ul.slimmenu li ul li {
  min-width: 180px;
}

ul.slimmenu.collapsed li .sub-toggle {
  display: block;
}

ul.slimmenu.collapsed .has-mega {
  position: relative;
}

ul.slimmenu .has-mega {
  position: static;
}

ul.slimmenu .mega li {
  width: 100%;
  padding: 0;
}

ul.slimmenu .mega .has-submenu {
  padding: 20px;
}

ul.slimmenu .mega ul {
  display: block !important;
  position: static !important;
}

ul.slimmenu .mega .sub-toggle {
  display: none;
}

ul.slimmenu .mega li a {
  padding: 0 0 5px;
  text-transform: none;
  border: none !important;
}

ul.slimmenu .mega li p {
  padding: 0 0 10px;
  color: #3f3f3f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
  font-weight: 700;
}

.main-nav {
  float: left;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1040px) {
  .main-nav .wrap {
    max-width: 100%;
  }

  ul.slimmenu {
    margin-left: 0;
    flex-direction: column;
  }

  .menu-collapser {
    padding: 0 2.7%;
  }

  .collapse-button {
    right: 2.7%;
  }

  ul.slimmenu li a {
    padding: 10px 10px 10px 2.7%;
  }
}

@media screen and (max-width: 1070px) {
  .footer {
    position: relative;
  }

  .header {
    height: auto;
  }

  .logo {
    width: 100%;
  }

  .header .search {
    float: left;
    width: 40%;
    margin: 0;
    padding: 0 0 15px;
  }

  .header .contact {
    width: 50%;
    margin: 0;
  }

  .deals .one-fourth,
  .deals .one-third,
  .deals .one-fifth,
  .deals .one-sixth,
  .destinations .one-fourth,
  .destinations .one-third,
  .destinations .one-fifth,
  .destinations .one-sixth,
  .offers .one-fourth,
  .offers .one-third,
  .offers .one-fifth,
  .offers .one-sixth,
  .boxes .one-fourth {
    width: 50%;
  }

  .slider {
    height: auto;
    float: left;
    width: 100%;
  }

  .main-search .wrap&gt;form {
    position: static;
  }

  .main-search {
    padding-bottom: 20px;
  }

  .main-search .column,
  .main-search .three-fourth {
    width: 100% !important;
    padding: 0 15px;
  }

  .main-search h5 {
    padding: 0 0 15px;
  }

  .main-search .form .column&gt;.row {
    min-height: auto;
    border-left: none;
  }

  .main-search .form h5 {
    border-top: 1px solid #ccc;
    margin: 15px 0 0;
    padding: 15px 0;
    float: left;
    width: 100%;
  }

  .main-search .f-item.one-half,
  .main-search .f-item.one-third {
    padding-right: 10px;
  }

  .main-search .radios .f-item {
    width: 33% !important;
  }

  .main-search .f-item.one-half {
    width: 50% !important;
  }

  .main-search .f-item.one-third {
    width: 33.33% !important;
  }

  .main-search .gradient-button {
    width: auto;
    bottom: 3px;
    min-width: 17%;
  }

  .lb-wrap {
    width: 46%;
    left: 27%;
  }

  section .offers figure,
  section .deals figure,
  section .destinations figure {
    height: auto !important;
  }

  section .deals .full-width {
    height: auto !important;
  }

  section .deals .full-width figure,
  section .deals .full-width .details {
    height: auto !important;
    width: 100% !important;
    max-height: none;
  }

  section .deals .full-width .details {
    padding-left: 25px;
  }

  .inner-nav {
    width: 26.4%;
  }

  .tab-content {
    width: 70.4%;
  }

  .get_inspired li {
    width: 25%;
    height: 140px;
  }

  .sort li {
    padding: 0 40px 0 0;
  }

  .comment .third {
    width: 25%;
  }

  .comment .comment-content {
    width: 75%;
  }

  .depth-1 .third {
    width: 27%;
  }

  .depth-1 .comment-content {
    width: 73%;
  }

  .depth-2 .third {
    width: 30%;
  }

  .depth-2 .comment-content {
    width: 70%;
  }
}

@media screen and (min-width: 861px) and (max-width: 1200px) {

  .small-list h3,
  .small-list p,
  .small-list .stars,
  .small-list .rating,
  .deal-of-the-day h3,
  .deal-of-the-day p,
  .deal-of-the-day .stars,
  .deal-of-the-day .rating {
    float: left;
    width: 100%;
  }

  .fitContainer {
    column-count: 3 !important;
    column-gap: 10px;
  }
}

@media screen and (max-width: 960px) {
  #rezMake {
    display: block !important;
  }

  .room-types li figure {
    width: 50%;
    max-height: none;
  }

  .tab-content .room-types .meta {
    width: 50%;
    min-height: 0;
  }

  .room-types .room-information {
    width: 50%;
    height: auto;
    border-left: none;
  }

  .room-information .gradient-button {
    position: static;
  }

  .footer .full-width nav {
    float: left;
    width: 100%;
    padding: 20px 0 0;
  }

  .footer .full-width nav li:first-child {
    margin: 0;
    padding: 0;
  }

  .get_inspired li {
    width: 33.3333%;
    height: 155px;
  }

  .comment {
    width: 100% !important;
  }

  .comment .third {
    width: 30% !important;
  }

  .comment .comment-content {
    width: 70% !important;
  }

  section.error {
    text-align: center;
  }

  .error-content {
    padding: 60px 0 0;
  }

  .error-content h3,
  .error-content ul {
    text-align: left;
  }

  .three-col li {
    width: 50%;
  }

  .top-right-nav {
    float: left;
  }
}

@media screen and (max-width: 860px) {
  .destText {
    margin: 0;
  }

  .full-width,
  .three-fourth,
  .one-half,
  .one-third,
  .two-third,
  .one-fourth,
  .one-fifth,
  .one-sixth,
  .boxes .one-fourth {
    width: 100% !important;
    padding: 0;
  }

  .boxes article&gt;div {
    min-height: auto;
  }

  .lb-wrap {
    width: 80%;
    left: 10%;
    max-width: 80%;
  }

  .score,
  .chart {
    width: 100%;
  }

  .main-search .gradient-button {
    left: 38%;
  }

  .get_inspired li {
    height: 170px;
  }

  .sort-by {
    height: auto;
  }

  .sort {
    margin: 0;
    border-left: none;
  }

  .sort,
  .sort li {
    width: 100%;
  }

  .sort li {
    border-right: none;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
  }

  .view-type {
    position: absolute;
    right: 10px;
  }

  .ascending {
    top: 11px;
  }

  .descending {
    top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .header .search {
    width: 60%;
  }

  .header .contact {
    width: 100%;
    float: left;
    margin: 0 0 15px;
  }

  .main-search .radios .f-item {
    width: 50% !important;
  }

  .main-search .f-item.one-half,
  .main-search .f-item.one-third {
    width: 100% !important;
  }

  .main-search .gradient-button {
    left: 33%;
  }

  .lb-wrap {
    width: 90%;
    left: 5%;
    max-width: 90%;
  }

  .chart {
    margin-top: 10px;
  }

  .inner-nav,
  .inner-nav li.active,
  .inner-nav li.active:hover,
  .tab-content {
    width: 100%;
  }

  .inner-nav {
    margin-bottom: 20px;
  }

  .inner-nav li.active a:after,
  .inner-nav li.active a:after {
    display: none;
  }

  .room-types li figure,
  .tab-content .room-types .meta,
  .room-types .room-information {
    width: 100%;
  }

  .tab-content .room-types .meta {
    padding: 20px 0 0;
  }

  .room-types .room-information {
    padding: 13px 0 0;
  }

  .get_inspired li {
    width: 50%;
    height: 190px;
  }

  .comment .third {
    width: 40% !important;
  }

  .comment .comment-content {
    width: 60% !important;
  }

  .copy {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .logos {
    flex-direction: column;
    align-items: center;
  }

  .copyRight {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer .full-width nav {
    text-align: center;
    margin: 20px 0 0;
    border-top: 1px solid #ccc;
  }

  .footer .full-width nav li {
    float: none;
    display: inline-block;
    border: none;
    margin: 0;
    padding: 0 15px 15px;
  }
}

@media screen and (max-width: 500px) {
  .logo img {
    max-width: 60%;
  }

  .main-search .gradient-button {
    left: 25%;
  }

  .get_inspired li {
    width: 100%;
    height: 300px;
  }

  .comment .third,
  .comment .comment-content {
    width: 100% !important;
  }

  .comment .comment-content {
    border: none;
    padding: 15px 0 0;
  }

  .fitContainer {
    column-count: 1 !important;
  }
}

@media screen and (max-width: 380px) {
  .get_inspired li {
    height: 220px;
  }
}

ul.facilitiesArea {
  display: flex;
  flex-wrap: wrap;
}

ul.facilitiesArea li:before {
  display: none;
}

ul.facilitiesArea li {
  padding: 0;
  height: 30px;
  display: flex;
}

ul.facilitiesArea li span {
  font-size: 12px;
}

ul.facilitiesArea li i {
  width: 25px;
  margin-right: 5px;
  color: var(--primary);
}

.lSSlideOuter li:before {
  display: none;
}

.lSSlideOuter li {
  padding: 0;
}

.lightSlider img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.hotelDetailHeading {
  background: var(--primary);
  color: #fff;
  width: fit-content !important;
  padding: 0 10px !important;
  border-radius: 0 30px 30px 0;
  margin-bottom: 0;
  height: auto;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 3px -2px #000 0 3px 4px 0 #000 0 1px 8px 0 #000;
}

#map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.stars {
  margin: 0 10px;
  float: none;
  display: flex;
  align-items: center;
}

.stars svg {
  color: #ffc904;
  width: 15px;
  margin-right: 2px;
}

ymaps {
  z-index: 1000000000 !important;
}

.lSSlideOuter .lSPager.lSGallery img {
  height: 60px !important;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 860px) {
  .lSSlideOuter .lSPager.lSGallery img {
    height: 30px !important;
    object-fit: cover;
    width: 60px !important;
  }

  .detailWrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .detailWrap .three-fourth {
    position: relative;
  }

  aside .widget,
  .hotel-details,
  .tour-details,
  .cruise-details,
  .car_rental-details {
    border-radius: 0;
    margin-bottom: 10px;
  }
}

.contactArea a {
  display: block;
}

.contactArea a&gt;span&gt;i {
  background: var(--primary);
  background: -moz-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, var(--primary)),
      color-stop(100%, var(--primary)));
}

.iframeArea {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #00000094;
  background-color: #000;
  display: none;
  bottom: 0;
}

.iframeArea .iframeShow {
  width: 100%;
  margin: auto;
}

.iframeArea iframe {
  height: calc(100vh - 40px);
  margin-top: 40px;
}

.close {
  text-align: right;
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 5px;
}

.close i {
  background: #fff;
  padding: 5px 10px;
  color: #000;
}

.iframeShow&gt;.close&gt;i {
  margin-right: 5px;
  margin-bottom: 0;
  margin-top: 5px;
}

.iframeShow&gt;.close {
  height: 40px;
  background-color: #f44336;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.contactArea a&gt;span:first-child {
  width: 15%;
}

.contactArea a&gt;span:last-child {
  width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
}

.contactArea a.address&gt;span:last-child {
  white-space: normal;
  color: #454545;
  margin-top: 0;
}

.hotelSSLimg {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hotelSSLimg&gt;* {
  width: 48px;
  height: 20px;
  display: flex;
  align-items: center;
}

.hotelSSLimg i {
  font-size: 28px;
}

.hotelSSLimg&gt;img {
  height: 40px;
}

.hotelSSLimg&gt;img:last-child {
  margin-right: 0;
}

.mastercard {
  width: 35px;
}

.visa {
  width: 35px;
}

.amex {
  width: 35px;
}

.textwidget i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 10px;
}

.textwidget a {
  display: flex;
  align-items: center;
}

.textwidget i.fa-pinterest {
  color: #e60023;
}

.textwidget i.fa-linkedin {
  color: #2867b2;
}

.textwidget i.fa-twitter {
  color: #1da1f2;
}

.textwidget i.fa-facebook {
  color: #4267b2;
}

.contactArea a&gt;span&gt;i {
  background: var(--primary);
  background: -moz-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, var(--primary)),
      color-stop(100%, var(--primary)));
  background: -webkit-linear-gradient(top,
      var(--primary) 0%,
      var(--primary) 100%);
  background: -o-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -ms-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: linear-gradient(to bottom,
      var(--primary) 0%,
      var(--primary) 100%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
}

.contactArea a {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.contactArea a:last-child {
  margin-bottom: 0;
}

.cAreaCon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.cAreaCon&gt;span:first-child {
  width: 15%;
}

.cAreaCon&gt;span&gt;i {
  background: var(--primary);
  background: -moz-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, var(--primary)),
      color-stop(100%, var(--primary)));
  background: -webkit-linear-gradient(top,
      var(--primary) 0%,
      var(--primary) 100%);
  background: -o-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -ms-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: linear-gradient(to bottom,
      var(--primary) 0%,
      var(--primary) 100%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
}

.groupHead {
  display: flex;
  align-items: center;
  height: 40px;
}

.clogo {
  width: 20%;
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 4px 7px 14px #c6baba;
}

.menu {
  width: 70%;
}

.menu nav {
  background: 0 0;
  box-shadow: none;
}

.headerArea {
  height: 120px;
  width: 100%;
  z-index: 101;
  position: relative;
}

.topArea {
  height: 40px;
  background: #ffffffed;
}

.menuArea {
  background: #c1b6ae;
  background: -moz-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, var(--primary)),
      color-stop(100%, var(--primary)));
  background: -webkit-linear-gradient(top,
      var(--primary) 0%,
      var(--primary) 100%);
  background: -o-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -ms-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: linear-gradient(to bottom,
      var(--primary) 0%,
      var(--primary) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1b6ae', endColorstr='#baaca3', GradientType=0);
  -webkit-box-shadow: 0 0 2px #000;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px -2px #000 0 3px 4px 0 #000 0 1px 8px 0 #000;
  height: 40px;
}

.sticky {
  position: fixed;
  transition: 0.5s;
}

.profileContentBtn {
  display: none;
}

.profileContentBtn&gt;i {
  margin-right: 5px;
}

.footer-sidebar {
  width: 100%;
  padding: 0;
  margin-top: 5px;
}

@media (min-width: 1025px) {
  .agreement-container-detail {
    text-align: end;
  }
}

@media (max-width: 1024px) {
  .slimmenu {
    position: fixed;
    left: 0;
    z-index: 10000;
    top: 100px;
  }

  .agreement-container-detail {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.footer-sidebar-menu {
  display: none;
  cursor: pointer;
  position: relative;
  justify-content: space-between;
  padding: 10px 0px 10px 10px;
  font-weight: 600;
  align-items: center;
}

.footer-sidebar-menu&gt;i {
  font-size: 20px;
}

.footer-sub-menu {
  font-size: 1em;
  justify-content: space-between;
  display: flex;
  margin-left: 30px;
}

.footer-sub-menu:last-child {
  border-bottom: 0;
}

.open:before {
  animation: turn-plus;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.open:after {
  animation: turn-crossbar;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes turn-plus {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(90deg);
  }
}

@keyframes turn-crossbar {
  0% {
    transform: none;
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(90deg);
  }
}

@media (max-width: 768px) {
  .mobilapp {
    position: relative;
    width: 100%;
    top: 0;
    display: flex;
  }

  .footer .full-width {
    flex-direction: column;
  }

  .mobilapp&gt;img {
    width: 50%;
  }

  .mobile-icons {
    width: 100%;
    margin-top: 30px;
  }

  .three-fourth&gt;.lSSlideOuter&gt;.lSSlideWrapper&gt;.lightSlider {
    height: 200px;
  }

  .main {
    padding-bottom: 0;
  }

  .profileContentBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    margin: 20px 0;
    width: 100%;
  }

  #profileContent {
    display: none;
    margin-top: 5px;
  }

  .footer-sidebar-menu {
    display: flex;
    justify-content: flex-end;
  }

  .footer-sub-menu {
    display: none;
  }

  .footer {
    margin-top: 10px;
    position: relative;
  }
}

div#saveIssue {
  margin: 10px;
  border: 1px solid #eaeaea;
  padding: 10px;
  border-radius: 5px;
}

div#saveIssue .addbasket {
  width: 100%;
  margin-top: 10px;
}

.issue-form-datetime input {
  display: block;
  width: 100%;
  padding: 8px 11px;
  border: 1px solid #ccc;
  color: #454545;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.issue-form-radio {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.issue-form-radio&gt;input {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.issue-from&gt;label {
  margin-top: 10px;
}

.CatITem {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.CatITem:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.CatITem h2 {
  position: absolute;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 1px 1px #000;
  font-size: 20px;
  z-index: 1;
  background: #ffffffa8;
  height: auto;
  right: 0;
  width: fit-content;
  padding: 20px;
  background: #00000073;
}

.CatITem h3 {
  position: absolute;
  right: 15px;
  top: 10px;
  width: auto;
  background-color: #3b3939cc;
  color: #fff;
  text-shadow: none;
  text-align: left;
  justify-content: left;
  border-radius: 10px;
  font-weight: 600;
  padding: 15px;
  z-index: 1;
}

.CatITem h3::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #fff transparent transparent;
  position: absolute;
  left: 15px;
  bottom: -15px;
}

.counterCon {
  display: flex;
  width: 100%;
  background-color: #e9f4f8;
  padding: 20px 0;
}

.counterCon .wrap {
  display: flex;
  flex-wrap: wrap;
}

.counterCon .wrap .countItem {
  margin-bottom: 20px;
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-left: solid 2px #d0d0d0;
  padding-left: 3.3%;
  box-sizing: border-box;
}

.countTitleCon {
  font-size: 16px;
}

.countTextCon {
  font-size: 24px;
  font-weight: 600;
}

.countNumbers {
  display: flex;
  color: red;
  font-size: 36px;
  font-weight: 700;
}

.CatITem h3::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #fff transparent transparent;
  position: absolute;
  left: 15px;
  bottom: -15px;
}

.CatITem img {
  box-shadow: 2px 5px 12px #bfbfbf;
  width: 100%;
  height: 250px;
  object-fit: cover;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.alphaArea {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.alphaArea div {
  background: var(--pri-hover);
  padding: 6px;
  color: #000;
  border-right: 1px solid #fff;
  cursor: pointer;
  margin-bottom: 5px;
  font-weight: 700;
}

.alphaArea div:first-child {
  border-radius: 3px 0 0 3px;
}

.alphaArea div:last-child {
  border: none;
  border-radius: 0 3px 3px 0;
}

.alphaArea div:hover {
  background: var(--primary);
}

.dItem {
  background: #fff;
  text-align: center;
  padding: 2px 5px;
  box-shadow: 1px 1px 4px #c1b0b0;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}

.dItem .dHead {
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600 !important;
  color: #000 !important;
}

.countBadge {
  font-weight: 700;
  padding: 5px;
  color: #000;
}

.breadcrumb {
  margin: 0;
  display: flex;
}

.breadcrumb-item {
  padding: 0;
  list-style: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: '/';
}

ol.breadcrumb {
  margin: 10px;
}

.textDescription {
  position: relative;
  padding: 30px;
  text-align: justify;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.siteDescription {
  min-height: auto;
}

.agencyLoginHeader {
  margin-top: 6px;
  cursor: pointer;
}

.textDescLink {
  font-weight: 700;
  color: #fff;
}

.textDescLink:hover {
  color: var(--primary);
}

input#tags::placeholder {
  color: #000;
}

input#tags:-ms-input-placeholder {
  color: #000;
}

input#tags::-ms-input-placeholder {
  color: #000;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 150;
  top: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-family: var(--font-family, 'Poppins', sans-serif);
  font-size: 12px;
}

.tooltip .tooltiptext::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.visibleHidden {
  visibility: hidden;
}

.pattern {
  position: absolute;
  background-color: #edf5f8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.textDescription p {
  z-index: 1;
  position: inherit;
  padding-bottom: 0;
}

.hotel-list&gt;li {
  padding-left: 0;
  margin-right: 15px;
  padding-bottom: 0;
  border-bottom: solid 1px #cdcdcd;
}

.hotel-list&gt;li::before {
  display: none;
}

.hotel-list {
  display: flex;
  flex-wrap: wrap;
}

#hidemap {
  background: var(--primary);
  color: #fff;
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  margin: 10px 0;
}

#all-places g path:hover {
  fill: var(--pri-hover);
  cursor: pointer;
}

.three-fourth .lSSlideOuter .slide-bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  margin: 0 auto;
  display: block;
  height: 100%;
  width: 100%;
}

.three-fourth .lSSlideOuter .slide-main {
  position: absolute;
  z-index: 2;
  height: auto;
  max-height: 100%;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100%;
}

.newMain {
  margin-top: 100px;
}

.three-fourth .lSSlideOuter .lslide {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fitContainer {
  column-count: 4;
  column-gap: 10px;
}

.fitContainer article {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
}

.fitContainerArea {
  display: inline-flex;
}

.fitContainer {
  column-count: 4;
  column-gap: 10px;
  margin: 10px;
}

.hotelSocial&gt;li&gt;a&gt;i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 21px;
  margin-right: 5px;
}

.hotelSocial&gt;li&gt;a {
  display: flex;
  align-items: center;
}

.hotelSocial&gt;li&gt;a&gt;i.fa-facebook {
  color: #3b5998;
}

.hotelSocial&gt;li&gt;a&gt;.fa-linkedin {
  color: #0e76a8;
}

.hotelSocial&gt;li&gt;a&gt;.fa-twitter {
  color: #1da1f2;
}

.hotelSocial&gt;li&gt;a&gt;.fa-instagram {
  color: #c13584;
}

.totalHotels {
  font-weight: 600;
  background: var(--primary);
  color: #fff;
  padding: 5px 20px;
  margin: 10px;
  white-space: pre;
  font-size: 13px;
}

#menuBackButton {
  cursor: pointer;
  display: flex;
}

#backButton {
  background: var(--primary);
  width: fit-content;
  white-space: nowrap;
  color: #fff;
  padding: 7px 15px;
  border-radius: 18px 0 0 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
}

.textIn {
  position: relative;
  z-index: 2;
  line-height: 22px;
}

.textIn h2 {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 0;
}

.textIn h2&gt;a {
  color: inherit;
  font-weight: 400;
}

#backButton:hover {
  background: var(--secondary);
}

#backButton i {
  margin-right: 6px;
}

header.s-title.hotels {
  margin: 0;
}

header.s-title {
  display: flex;
  margin: 30px 0 20px 10px;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

header.s-title h1 {
  padding: 0;
  width: 100%;
}

header.s-title h2 {
  padding: 0;
  width: 100%;
}

header.s-title h4 {
  padding: 0;
  width: 100%;
}

.home-title {
  margin: 30px 0 15px;
}

.home-title h1 {
  padding: 0;
  width: 100%;
  text-align: center;
}

.home-title h2 {
  padding: 0;
  width: 100%;
  text-align: center;
}

.home-title h4 {
  padding: 0;
  width: 100%;
  text-align: center;
}

.Price {
  position: absolute;
  right: 0;
  bottom: 30px;
  background: var(--primary);
  color: #fff;
  padding: 4px;
  border-radius: 6px 0 0 5px;
  text-align: right;
  font-size: 18px;
  box-shadow: -4px -1px 8px #000;
}

figure {
  position: relative;
}

.subtext {
  font-size: 10px;
  text-align: right;
}

.slider {
  position: relative;
  height: auto;
}

.section-title--secondary {
  width: 100%;
  margin-top: 5px;
  text-align: center;
}

@media (max-width: 720px) {
  #menuBackButton .tooltiptext {
    display: none;
  }

  .whatsappFooter a {
    width: 30px !important;
    height: 30px !important;
  }

  .whatsappFooter a i {
    font-size: 36px !important;
  }

  .ui-widget.formItem {
    left: 0 !important;
  }

  .sliderTextArea {
    display: none !important;
  }

  .countItem {
    width: 50% !important;
  }
}

.sliderTextArea {
  position: absolute;
  z-index: 1;
  left: 60%;
  right: 5%;
  color: #fff;
  max-width: 511px;
  text-align: justify;
  font-size: 15px;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.linked {
  color: #fff;
}

a.linked i {
  color: #fff;
  background: red;
  padding: 5px;
  border-radius: 50%;
}

p.sliderHead {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
}

p.sliderHead span {
  font-size: 40px;
}

@media (max-width: 1200px) {
  .ourmenu {
    position: fixed;
    background: #252323d9;
    top: 0;
    bottom: 0;
    transition: 1s;
    width: 80% !important;
    z-index: 1000;
    left: -3000px;
  }

  .main-nav #closeMenu,
  .main-nav #openMenu {
    position: absolute;
    right: 0;
    top: 10px;
    color: #fff;
    font-size: 22px;
    display: block !important;
  }

  #closeMenu {
    position: relative;
    display: flex !important;
    justify-content: end;
    margin: 0 10px 20px;
  }

  .menuOverlay {
    position: fixed;
    background: #000000bf;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: -3000px;
    transition: 0.8s;
  }

  .navmenu li {
    width: 100%;
    padding: 7px;
    border-bottom: 1px solid #ffffff1f;
  }

  .navmenu {
    display: flex;
    flex-wrap: wrap;
  }
}

#boardtype button {
  display: none;
}

@media (min-width: 1200px) {
  #boardtype .dropdown-menu {
    display: contents;
  }

  #boardtype input[type='text'] {
    display: none;
  }

  .navmenu {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .main-nav i,
  .closeMenu,
  .clogom,
  .socialm {
    display: none;
  }
}

.clogom {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  width: 200px;
  margin: 10px auto;
}

.closeMenu {
  width: 100%;
  position: relative;
  height: 30px;
}

.form-group.row label {
  width: 100%;
}

.form-group.row {
  background: #fff;
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 0;
  box-shadow: 0 3px 3px -2px rgb(0 0 0/20%), 0 3px 4px 0 rgb(0 0 0/14%),
    0 1px 8px 0 rgb(0 0 0/12%);
}

.filter-multi-select .dropdown-item .custom-control-label::before {
  display: none !important;
}

.dropdown-item.custom-control[hidden] {
  display: none;
}

.filter-multi-select {
  width: 100%;
  border-radius: 5px;
  padding: 5px;
  border-radius: 5px;
}

.dropdown-menu.show {
  width: 100%;
  max-height: initial !important;
  position: initial !important;
}

.starsD {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff73;
  padding: 5px;
  border-radius: 0 0 0 5px;
}

.starsD i {
  font-size: 16px;
}

.topUst a {
  color: #000 !important;
}

.topUst {
  background: #fff;
}

.amenitysArea {
  position: absolute;
  bottom: 0;
  background: #3b3639ab;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 10px;
}

.amenitysArea i {
  font-size: 16px;
  padding: 5px;
  color: #fff;
}

.item-header h2 {
  padding: 5px 0;
}

.filter-multi-select .dropdown-item .custom-control-label::after {
  left: -37px !important;
  width: 22px !important;
  height: 22px !important;
}

.destText {
  margin-right: 5px;
  background: #fff;
  padding: 10px;
  width: 100%;
}

.destText&gt;p {
  padding-bottom: 10px;
}

.destText&gt;p:last-child {
  padding-bottom: 0;
}

.destText h1 {
  padding-top: 10px;
  padding-bottom: 15px;
}

.destText h2 {
  padding-top: 10px;
  padding-bottom: 15px;
}

.destText h3 {
  padding-top: 10px;
  padding-bottom: 15px;
}

.destText h4 {
  padding-top: 10px;
  padding-bottom: 15px;
}

.destText h5 {
  padding-top: 10px;
  padding-bottom: 15px;
}

.destText h6 {
  padding-top: 10px;
  padding-bottom: 15px;
}

.listHotel {
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0 3px 3px -2px rgb(0 0 0/20%), 0 3px 4px 0 rgb(0 0 0/14%),
    0 1px 8px 0 rgb(0 0 0/12%);
  background-color: #fff;
  transition: 0.5s;
}

.listHotelItem {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.listInfoCon {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 75%;
  padding: 0 10px;
}

.listImg,
.listImg&gt;a {
  width: 270px;
  min-width: 270px;
  max-width: 270px;
  height: 180px;
  overflow: hidden;
}

.listImg img {
  width: 100%;
  height: 180px;
  transition: transform 0.8s;
  object-fit: cover;
}

.listPrice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px solid #eee;
  min-width: 150px;
  position: relative;
}

.listInfo {
  white-space: unset;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listName {
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

.listStar {
  display: flex;
  align-items: center;
}

.listStar&gt;i {
  color: #fce15a;
  margin-left: 2px;
}

.listContact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: capitalize;
  -ms-flex-align: center;
  align-items: center;
}

.listLocation&gt;i {
  margin-right: 5px;
}

.listAmenities {
  display: flex;
  position: relative;
  margin: 10px 0;
}


.listAmenities&gt;i {
  font-size: 18px;
  line-height: 18px;
  margin-right: 5px;
  border: 1px solid rgba(0, 0, 0, .12);
  padding: 8px
}

.listAmenitiesItem {
  font-size: 14px;
  line-height: 18px;
  margin: 0px 5px 5px 0px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 6px;
  display: flex;
  gap: 2px;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
}

.listName&gt;a {
  font-size: 16px;
  font-weight: 700;
}

.listProperties {
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
  justify-content: flex-start;
  padding-top: 5px;
}

.listProItem {
  height: 36px;
  display: flex;
  align-items: center;
  padding-right: 15px;
  border-right: 1px solid #eee;
  margin-right: 15px;
  width: 50%;
  text-align: center;
  justify-content: center;
}

.listProItem:last-child {
  padding-right: 0;
  border: none;
  margin-right: 0;
}

.bookNow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bookNow&gt;a {
  width: 90%;
  box-shadow: 0 3px 1px -2px #000 0 2px 2px 0 #000 0 1px 5px 0 #000;
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--primary);
  color: var(--fms-badge-text-color);
}

.bookNow&gt;a:hover {
  background-color: var(--secondary);
}

.disConts:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #fff0;
  border-left: 30px solid #ff0202;
  border-right: 30px solid #ff0202;
}

.listDiscount {
  position: absolute;
  background-color: red;
  width: 60px;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  right: 0;
  top: -15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.listDisPrice {
  display: flex;
  color: red;
  width: 100%;
  text-align: right;
}

.listDisLeft {
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  width: 100%;
}

.listDisRight {
  display: flex;
  flex-direction: column;
}

.listDisRight&gt;div {
  font-size: 10px;
  line-height: 10px;
}

.listPriceContent {
  display: flex;
  align-items: flex-end;
  margin-top: 65px;
  margin-bottom: 16px;
  flex-direction: column;
  text-align: center;
}

.listLastPriceArea {
  width: 95%;
}

.listLastPrice {
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  text-align: right;
}

.lastPriceRight {
  display: flex;
  flex-direction: column;
}

.lastPriceRight&gt;div {
  font-size: 14px;
  line-height: 14px;
}

.listAmenities&gt;i:last-child {
  margin-right: 0;
}

.listDiscount::before {
  content: ' ';
  position: absolute;
  left: -5px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 5px solid #000;
  border-left: 2px solid transparent;
  border-right: 3px solid #000;
}

.listDiscount::after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #fff0;
  border-left: 30px solid #ff0202;
  border-right: 30px solid #ff0202;
}

.disConts {
  background-color: red;
  width: 100%;
  height: 45px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 10px;
}

.dropdown-item.custom-control {
  padding-left: 0;
}

.filter-multi-select&gt;.dropdown-menu&gt;.filter&gt;input {
  border-radius: 5px;
}

.filter.dropdown-item {
  padding: 0;
}

.filter-multi-select&gt;.dropdown-menu {
  border: none;
}

.items.dropdown-item {
  padding-left: 0;
  padding-right: 0;
  width: 90%;
}

.filter-multi-select&gt;.dropdown-menu&gt;.filter&gt;button {
  top: 0;
  right: 0;
  border-radius: 5px;
  font-size: 23px;
  padding: 0 10px !important;
}

span.placeholder {
  font-weight: 700;
}

@media (max-width: 720px) {
  #Gallery .lb-wrap {
    width: 90% !important;
    left: 5% !important;
    right: 5% !important;
    margin: 0;
    padding: 5px;
    top: 25%;
  }

  .listDiscount {
    left: 20px;
    top: 0;
  }

  .headerBot {
    display: none;
  }

  .menu {
    width: 50% !important;
  }

  .clogo {
    width: 50%;
  }

  .listHotelItem {
    flex-direction: column;
  }

  .listImg,
  .listImg&gt;a {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    justify-content: center;
    display: flex;
  }

  .listInfoCon {
    width: 100%;
    padding: 0;
  }

  .listPrice {
    width: 100%;
  }

  .listAmenities {
    flex-wrap: wrap;
  }

  .listAmenities&gt;i {
    margin-bottom: 5px;
  }

  .listContact {
    margin: 5px 0;
    justify-content: space-around;
  }

  .listInfo {
    flex-direction: column;
  }

  .listStar {
    margin: 5px 0;
    justify-content: center;
  }

  .listName {
    width: 100%;
    justify-content: center;
    margin-top: 5px;
  }

  .listPriceContent {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.urlway__ani {
  width: 66px;
  height: 66px;
  overflow: hidden;
  position: relative;
  margin: 8px 16px;
  -webkit-backface-visibility: hidden;
  margin: auto;
  align-items: center;
  display: flex;
}

.urlway__ani .ani-arrow {
  display: block;
  left: calc(50% - 9px);
  top: 0;
  transform: translateY(-15px);
  animation-name: arrow-fade-slide-down;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  -webkit-transform: translateY(-15px);
  -webkit-animation-name: arrow-fade-slide-down;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
}

.urlway__ani .ani-arrow svg {
  width: 18px;
  height: 18px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.urlway__ani .ani-arrow:nth-child(3) {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}

.redirectLoader {
  position: fixed;
  background: #fff;
  top: 0;
  width: 100%;
  z-index: 1000000;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.rText {
  font-size: 24px;
}

.rlogo img {
  margin: auto;
}

@keyframes arrow-fade-slide-down {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }

  10% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: translateX(60px);
  }
}

.flexButton {
  display: flex;
  align-items: center;
}

.flexButton button {
  margin: 5px;
  border: none;
}

.elektraweb-formGroup label {
  background: #f5f5f5;
  width: 100%;
  padding: 3px 8px;
  margin: 8px 0;
}

#childArea select {
  width: 60px;
  margin: 6px;
  border-radius: 10%;
}

#childAream {
  background: #f5f5f5;
  margin-top: 10px;
  padding: 7px 5px;
}

.flexButton input {
  text-align: center;
}

.footer .bottom nav li a {
  color: #000;
  font-weight: 700;
  font-size: 13px;
}

.elektraHotelsInfo {
  display: inline-block;
  font-size: 15px;
}

.elektrahotels&gt;.wrap {
  display: inline-block;
}

.elektrahotels&gt;.textDescription&gt;.wrap {
  display: flex;
}

.elektraHotelsInfo h1 {
  padding-bottom: 0;
  text-align: center;
}

.elektraHotelsInfo ol li {
  list-style: disc;
}

.elektraHotelsInfo ol li::marker {
  color: var(--primary);
}

.comp {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-top: 50px;
}

.comp&gt;svg {
  width: 40px;
}

article.accommodation_item.listHotel:hover {
  transform: translateY(-8px);
  transition: 0.5s;
}

header h1,
header h2,
header h3,
header h4 {
  font-size: 20px !important;
  width: 100%;
}

header.s-title.hotels h5 {
  font-size: 23px !important;
  font-weight: 700;
}

header.s-title.hotels {
  flex-wrap: unset;
  align-items: center;
  margin: 10px 0;
}

.hotelListArea {
  display: flex;
  flex-wrap: wrap;
}

.hotelItem {
  padding: 10px 0 5px 0;
  margin-bottom: 10px;
  transition: 0.5s;
}

.hotelItemIn {
  margin: 5px;
  background: #fff;
  width: 100%;
  box-shadow: 6px 7px 11px #ddcece;
}

.hotelItem img {
  width: 100%;
  object-fit: cover;
}

.GroupHotelArea .hotelItem img {
  height: 500px;
}

.hotelText {
  padding: 10px 0 0 10px;
  min-height: 90px;
  width: 70%;
}

.hotelName {
  font-size: 1.3333em;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 15px;
}

.price-con {
  display: flex;
  width: 30%;
  padding: 10px 10px 0 0;
}

.hotelName&gt;span {
  font-size: 20px;
  letter-spacing: -0.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 640px;
}

.slick-dots li:before {
  content: ' ' !important;
}

.slick-slider article {
  padding: 5px;
}

.hotelListArea a {
  color: inherit;
}

@media (max-width: 480px) {
  .roomTypeItem {
    width: 100% !important;
  }

  .hotelInfoItem {
    width: 50%;
  }

  .CatITem img {
    height: 250px;
    width: 200px !important;
  }

  .hotelItemIn .listPrice {
    width: auto;
  }

  .ui-widget.formItem {
    position: relative;
    margin-top: 150px;
  }

  .hotelItem img {
    width: 250px;
  }
}

.hotelItemIn .listDiscount {
  position: absolute;
  left: 15px;
  top: -5px;
}

.hotelItemIn .listPriceContent {
  margin-top: 0;
}

.hotelItemIn .listPrice {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffffeb;
  min-width: fit-content;
  padding: 7px;
  border-radius: 0 0 0 15px;
}

.hotelItemIn .listLastPrice {
  margin-top: 0;
}

.imgArea {
  position: relative;
  transition: transform 0.5s ease-in-out;
  overflow: hidden;
  display: block;
}

.fastLink a {
  display: block;
  padding: 5px;
  color: #000;
  margin: 5px;
  border-bottom: 1px solid #ececec;
  display: block;
  padding: 5px;
}

.fastLink b {
  cursor: pointer;
}

.roomTypeItemContainer {
  display: flex;
  flex-wrap: wrap;
}

.roomTypeItem {
  display: flex;
  width: 50%;
  background-color: #fff;
}

.rtInfoCon {
  display: flex;
  padding: 10px;
  width: 100%;
}

.rtIcons {
  display: flex;
  flex-wrap: wrap;
}

.rtIcons&gt;svg {
  width: 20px;
}

.rtImgCon {
  width: 100%;
  min-height: 150px;
  max-height: 300px;
  position: relative;
}

.rtInfoText {
  width: 70%;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 150px;
  line-height: 20px;
}

.rtInfoText&gt;h3 {
  padding-bottom: 5px;
}

.rtInfoText&gt;p {
  padding-bottom: 10px;
}

.rtIcon {
  width: 30px;
  height: 30px;
  border: solid 1px silver;
  box-sizing: border-box;
  padding: 5px;
  margin-right: 5px;
}

.rtImgCon&gt;img {
  object-fit: cover;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.rtImgCon h3 {
  position: absolute;
  color: #fff;
  background: #bbb1b1ad;
  padding: 5px;
  font-size: 16px;
}

.featuresArea {
  background: #fff;
  border: 1px solid gray;
  max-width: 750px;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10000;
  padding: 20px;
  border-radius: 8px;
}

.roomDetail {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  background: #00000070;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

.hotelInfoItem {
  background: #fcfcfc;
  padding: 5px;
  margin-bottom: 15px;
  width: 33.33%;
}

.hotelInfoItem img {
  width: 100%;
}

.onlineInfoTitle {
  font-weight: 700;
  font-size: 14px;
  background: #f5f5f5;
  padding: 5px;
}

.featuresAreaCon {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000000;
  background-color: #00000030;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.roomtypeName {
  background: var(--primary);
  color: #fff;
  padding: 5px 10px;
  font-size: 17px;
  margin: 15px 0 5px;
  text-align: center;
  display: inline-block;
  width: 100%;
}

#hotelInfo {
  display: flex;
  flex-wrap: wrap;
}

.onlineInfoImg {
  position: relative;
}

.detailFacility {
  position: absolute;
  background: var(--button);
  padding: 5px;
  color: #fff;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.featuresHtml {
  max-height: 500px;
  overflow: auto;
  margin-top: 20px;
}

.FacilityItem {
  background: #f5f5f5;
  margin-bottom: 15px;
  padding: 5px;
  width: 100%;
  border-radius: 5px;
}

.FACILITYTYPE {
  font-weight: 700;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.facilityInItem {
  background: #f5f5f5;
  margin: 5px;
  width: 100%;
  padding: 5px;
}

.facilityContainer {
  background-color: #fff;
}

.facilityContent {
  display: flex;
  flex-wrap: wrap;
  display: none;
}

.svgAnimationBack {
  transform: rotate(0deg);
  transition: 1s;
}

.svgAnimation {
  transform: rotate(180deg);
  transition: 1s;
}

.svgSize {
  width: 15px;
  height: 15px;
  display: inline-block;
}

.FACILITYTYPE span {
  margin-left: 10px;
}

.facilityInItem img {
  max-height: 350px;
  width: 100%;
  object-fit: cover;
  margin: 10px 0;
}

.fAtt.fattHead {
  font-weight: 700;
  background: var(--primary);
  color: #fff;
  padding: 5px 2px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .inner-nav {
    width: 100%;
  }

  .inner-nav li.active,
  .inner-nav li.active:hover {
    width: auto;
    border-radius: 10px 10px 0 0;
  }

  .inner-nav li {
    width: auto;
    margin-right: 5px;
  }

  .inner-nav li a {
    padding-right: 10px;
  }

  .inner-nav li.active a:after {
    display: none;
  }

  .tab-content {
    width: 100%;
  }
}

.roomImagesArea img {
  width: 100% !important;
  max-height: 350px !important;
  object-fit: cover !important;
}

.rezervasyonProcess {
  left: 0;
  position: absolute;
  z-index: 5;
  bottom: 0;
  background: #bbb1b1ad;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

.slick-prev {
  left: -10px !important;
  z-index: 1;
}

.slick-next {
  right: 10px !important;
}

.pageMenuHead {
  background: #f5f5f5;
  width: 100%;
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
}

footer .fastLink {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

header.new .socials ul {
  margin-bottom: 0;
  display: flex;
}

header.new .topLeft {
  display: flex;
  align-items: center;
  font-weight: 600;
}

header.new .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
}

header.new .topRight {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
}

header.new .loginMenu {
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
}

header.new .socials ul&gt;li {
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.new .email {
  margin-right: 10px;
}

header.new .phones {
  margin-right: 10px;
}

header.new .login:hover .loginMenu {
  display: block;
  background-color: #464646;
  z-index: 1;
}

header.new .loginMenu&gt;ul {
  margin-bottom: 0;
}

header.new.loginMenu&gt;ul&gt;li {
  padding: 0;
}

header.new .loginMenu&gt;ul&gt;li&gt;a {
  height: 25px;
  line-height: 25px;
}

header.new .text {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

header.new.headerArea {
  height: auto;
  color: #fff;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}

header.new .citys {
  width: 100%;
  display: flex;
  height: 60px;
  background-color: #ffffffe3;
}

.msg {
  margin: 0 auto;
  border-left: solid 3px red;
  background-color: #ddd;
  height: 35px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: calc(75% - 20px);
  margin-bottom: 15px;
  text-indent: 15px;
}

.footer .full-width nav li {
  color: #000;
  font-weight: 700;
  font-size: 13px;
}

.tursab {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

#mobileWhatsapp {
  position: absolute;
  right: 15px;
  width: 50px;
  z-index: 100000;
  background: #ffffffd1;
  padding: 6px;
  border-radius: 8px 0;
  border: 1px solid #cccaca;
  transition: 0.8s;
}

#mobileWhatsapp svg {
  color: green;
}

header.new .logoCon&gt;a&gt;img {
  max-height: 55px;
}

header.new .logoCon {
  width: 20%;
  background-color: #fff;
  display: flex;
  align-items: center;
}

header.new .citys .menu&gt;ul {
  margin-bottom: 0;
  justify-content: flex-end;
}

header.new .citys .menu&gt;ul&gt;li {
  padding: 0;
}

header.new .socials ul&gt;li a {
  color: #fff;
}

header.new .citys .navmenu li a {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  height: 60px;
  display: flex;
  margin: 0;
  padding: 0 15px;
  align-items: center;
}

header.new .citys .navmenu li a:hover {
  background-color: #464646;
  color: #fff;
}

header.new .citys .navmenu li a:hover svg {
  fill: #fff;
}

header.new .agencyLoginTrue {
  display: none;
  align-items: center;
  font-weight: 700;
  position: relative;
}

header.new .agencyLoginTrue .user-info svg {
  width: 30px;
  margin-right: 5px;
  background-color: var(--primary);
  padding: 5px;
  color: #fff;
  border-radius: 5px;
}

header.new .user-info {
  display: flex;
  align-items: center;
}

header.new .user-info&gt;div {
  margin-left: 10px;
  cursor: pointer;
}

header.new .user-info #username {
  font-weight: 700;
  margin-left: 5px;
  text-transform: capitalize;
  font-size: 13px;
}

.topRight&gt;div {
  border-right: 1px solid var(--secondary-contrast);
  gap: 6px;
  padding: 10px;
}

.topRight&gt;div:last-child {
  border: none;
}

header.new .topRight a {
  color: #fff !important;
}

header.new .topRight .icon {
  width: 20px;
  height: 30px;
  display: flex;
  align-items: center;
}

header.new .topRight a {
  display: flex;
  color: #fff;
}

header.new .headerIcon {
  width: 20px;
  margin-right: 5px;
  margin-left: 10px;
  height: 30px;
  display: flex;
  align-items: center;
  color: #000;
}

header.new .topRight .icon&gt;svg {
  height: 14px;
}

header.new .headerText {
  float: left;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  color: initial;
}

header.new div#headerContact&gt;.headerIcon {
  float: left;
}

header.new .agencyLoginTrue .loginInfo {
  display: flex;
  cursor: pointer;
}

header.new .login {
  cursor: pointer;
}

header.new .login:hover .loginMenu&gt;ul&gt;li {
  padding: 0 25px;
  border-bottom: solid 1px #241111;
  height: 30px;
  display: flex;
  align-items: center;
  min-width: 150px;
}

header.new .login:hover .loginMenu&gt;ul&gt;li:last-child {
  border-bottom: 0;
}

header.new .login:hover .loginMenu&gt;ul&gt;li:hover {
  background-color: #616161;
  color: var(--primary);
}

header.new .login:hover .loginMenu&gt;ul&gt;li:hover&gt;a {
  color: var(--primary);
}

header.new .loginMenu&gt;ul&gt;li {
  cursor: pointer;
}

header.new .cityCon {
  justify-content: flex-end;
  margin-right: 0;
}

.slick-slide {
  height: auto !important;
}

@media (max-width: 1200px) {
  .textDescription {
    padding: 15px;
  }

  .copy {
    margin: 15px 0;
  }

  .fastLink {
    margin-bottom: 5px;
    justify-content: center;
    margin-top: 5px;
  }

  .s-title {
    margin: 15px 0;
  }

  .footer h6 {
    text-align: center;
  }

  .footer .social {
    justify-content: center;
    display: flex;
  }

  .footer .social li {
    margin-right: 5px;
  }

  .footer .full-width {
    margin-top: 0;
    margin-bottom: 80px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .footer .bottom.full-width nav&gt;ul {
    display: flex;
    justify-content: space-around;
  }

  .footer .bottom.full-width nav&gt;ul&gt;li {
    padding: 0;
    margin-bottom: 15px;
  }

  .clogo {
    height: 40px;
    width: auto;
    border-radius: 0;
    padding: 0 15px;
    max-width: 150px;
  }

  .clogo img {
    height: 40px;
    width: auto;
  }

  header.new .text {
    letter-spacing: -0.1px;
  }

  header.new.headerArea&gt;.wrap {
    flex-direction: column;
    max-width: 100%;
  }

  header.new .topLeft {
    width: 100%;
    justify-content: space-between;
    background-color: #f5f5f5;
  }

  header.new .topRight {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  header.new .phones {
    margin-right: 0;
    margin-left: 15px;
  }

  header.new .email {
    display: none;
  }

  .mobileHtml {
    padding: 10px;
    text-align: center;
  }

  .mobileDesc {
    max-height: 68px;
    overflow: scroll;
    text-align: justify;
    line-height: 16px;
    margin: 20px 0px !important;
  }

  .mobileDesc * {
    white-space: normal;
  }

  .mobileHtml&gt;div {
    margin: 10px 0;
  }

  .mobileHtml .rezLabel {
    display: flex;
    gap: 5px;
    text-transform: uppercase;
    padding: 3px;
  }

  .headerActionbar&gt;div {
    width: auto;
    margin: auto;
  }

  .headerActionbar .loginUser {
    width: 100%;
    flex-direction: column;
  }

  .headerActionbar .loginUser&gt;.fa-bars {
    display: none;
  }

  header.new .topRight .mobileHtml a {
    color: black !important;
    justify-content: center;
    gap: 5px;
    align-items: center;
    display: flex;
    background: #f6f6f6;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: var(--sizeMedium, 14px);
  }

  .changeHotel {
    font-size: var(--sizeMedium, 14px);
    text-align: center;
  }

  .rezervasyon .topRight {
    display: grid !important;
  }

  .topRight .headerActionbar {
    grid-row-start: 2;
  }

  header.new .headerIcon {
    margin-left: 0;
  }

  .main-nav {
    height: 60px;
  }

  header.new .logoCon {
    width: 50%;
  }

  header.new .citys .wrap {
    background-color: #fff;
  }

  .main-nav #closeMenu {
    right: 20px;
    color: #fff;
    top: 18px;
  }

  .main-nav #openMenu {
    right: 20px;
    color: #000;
    top: 18px;
  }

  header.new .logoCon&gt;a&gt;img {
    margin-left: 10px;
  }

  header.new .topRight {
    /* justify-content: space-between */
  }

  header.new .login {
    margin-right: 10px;
  }

  header.new .socials {
    margin-left: 5px;
  }

  header.new .headerText {
    margin-right: 5px;
  }

  header.new .citys .navmenu li a {
    color: #fff;
    height: 25px;
  }

  .newMain {
    margin-top: 130px;
  }

  .hotelDetailHeading {
    font-size: 12px !important;
    box-shadow: 0 3px 3px -2px #000 0 3px 4px 0 #000 0 1px 8px 0 #000;
  }

  .three-fourth .lSSlideOuter .lslide {
    height: 300px;
  }

  .countNumbers {
    font-size: 25px;
  }

  .counterCon .wrap .countItem {
    width: 30%;
  }
}

.sliderUI {
  width: 100%;
  margin: 5px 0;
}

.SliderItem {
  width: 100%;
  margin: 15px 0;
}

.sliderItemLabel {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sliderItemLabel span {
  font-weight: 700;
}

.sliderInputs {
  display: flex;
}

.sliderInputs input {
  width: 50px;
  border-radius: 0;
  padding: 5px;
  margin: 4px;
  border-radius: 5px;
}

#miceReset {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #dadada;
}

.childHead {
  background: #fff;
  text-align: center;
  padding: 5px;
  font-weight: 700;
}

.password {
  display: flex;
}

.password i {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 9px;
  position: absolute;
  right: 42px;
  cursor: pointer;
  margin-top: 3px;
}

.detailPrice {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffffd6;
  z-index: 1;
  padding: 10px;
  border-radius: 0 0 0 10px;
}

.gallery {
  position: relative;
}

img.slide-main,
#hero-gallery {
  border-radius: 10px;
}

.langBar span {
  margin: 0 15px;
  padding: 3px;
  color: red;
  font-size: 14px;
  white-space: nowrap;
}

.langBar i {
  margin-right: 5px;
}

.langBar {
  display: flex;
  align-items: center;
}

ul.langItems {
  position: absolute;
  background: #989898;
  top: 24px;
  z-index: 100;
}

ul.langItems li {
  padding: 4px 30px;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  text-align: center;
}

ul.langItems li:last-child {
  border-bottom: none;
}

.langBar:hover .langItems {
  display: block !important;
}

.newTop #rezcurrency {
  font-size: 15px;
  color: var(--primary-contrast) !important;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
}

select#rezcurrency option {
  color: #000;
}

.headerActionbar .rezinfoItem {
  background: transparent !important;
}

.headerActionbar {
  display: flex;
}

#webUrl {
  color: #fff !important;
}

.loginUser i {
  color: #000;
  font-size: 25px;
}

.loginUser {
  display: flex;
  margin: -3px 5px;
}

.roomloading {
  width: 4rem;
  height: 4rem;
  border: 5px solid #f3f3f3;
  border-top: 6px solid #9c41f2;
  border-radius: 100%;
  margin: auto;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.hotelGridList {
  display: grid;
  grid-template-columns: 100%;
}

footer .row:before {
  content: none;
  padding: 0;
}

.agencyLoginButton {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 10px 0;
}

.rentalLoginButton {
  padding: 10px 10px 10px 20px;
  color: #000;
}

.agencyLoginButton&gt;b {
  color: #000;
  font-weight: 600;
}

.agentErrorMessage {
  width: 100%;
  color: red;
  text-align: center;
  margin: 5px 0;
  font-weight: 700;
}

.selectdatetext {
  padding: 12px 0 !important;
  border-radius: 7px 7px 0 0 !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  font-size: 14px !important;
  background-color: var(--primary) !important;
  color: #fff;
}

#daterangeRez {
  padding: 0 !important;
  border-radius: 0 !important;
}

.dateField {
  padding: 12px 0 !important;
  font-size: 13px !important;
  align-items: center !important;
}

.formItem {
  border-radius: 0 !important;
  padding: 0 !important;
}

.selectedPersons {
  border-radius: 0 0 7px 7px !important;
}

.selectedPersonText {
  font-size: 13px !important;
  font-weight: 700;
  padding: 5px 0;
}

.gradient-button {
  font-size: 14px !important;
  line-height: 42px !important;
  font-weight: 600 !important;
  height: 42px !important;
  padding: 0 !important;
  border-radius: 7px !important;
  margin: 0 !important;
  letter-spacing: 0.5px !important;
}

#rezButton {
  background: #211928;
  position: relative;
}

#rezButton:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  animation: shine 4s infinite linear;
}

li.widget.full-width.widgetDetailArea {
  margin-top: 10px;
}

.elektraweb-formGroup label {
  background: var(--primary) !important;
  color: #fff;
  border-radius: 4px;
  padding: 6px 8px !important;
}

.flexButton button {
  margin: 0 !important;
}

.personArea button {
  border: 1px solid #ccc !important;
}

button#adultcross {
  border-radius: 4px 0 0 4px;
  background: var(--primary) !important;
  color: #fff !important;
  border: none !important;
}

button#adultplus {
  border-radius: 0 4px 4px 0;
  background: var(--primary) !important;
  color: #fff !important;
  border: none !important;
}

input#adult {
  border-radius: 0 !important;
  border-right: none;
  border-left: none;
}

button#childcross {
  border-radius: 4px 0 0 4px;
  background: var(--primary) !important;
  color: #fff !important;
  border: none !important;
}

button#childplus {
  border-radius: 0 4px 4px 0;
  background: var(--primary) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 4px 4px 0;
  background: var(--primary) !important;
  color: #fff !important;
  border: none !important;
}

input#child {
  border-radius: 0 !important;
  border-right: none;
  border-left: none;
}

.actions {
  margin-top: 9px;
}

.contactArea a&gt;span&gt;i {
  border-radius: 50% !important;
}

aside .widget h4 {
  color: #6b3c1fde;
  text-align: center;
  color: #6b3c1fde;
}

.contactArea a {
  font-size: 13px;
}

.textwidget a {
  font-size: 13px;
}

.tab-content h2 {
  color: #6b3c1fde;
}

section#facilities {
  border: 1px solid #c0c0c075;
  border-radius: 0 7px 7px 7px;
}

section#location {
  border: 1px solid #c0c0c075;
  border-radius: 0 7px 7px 7px;
}

#rezButton {
  background-image: -webkit-linear-gradient(30deg,
      var(--secondary) 50%,
      transparent 50%);
  background-image: linear-gradient(30deg,
      var(--secondary) 50%,
      transparent 50%);
  background-size: 1000px;
  background-repeat: no-repeat;
  background-position: 0;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 0.7s ease-in-out;
  overflow: hidden;
  background: var(--secondary) !important;
  color: var(--secondary-contrast) !important;
}

#rezButton:hover {
  background-position: 100%;
}

.inner-nav li:hover,
.inner-nav li.active:hover {
  background: #41220a !important;
  border-radius: 7px 7px 0 0 !important;
}

.tab-content article {
  margin: 0;
}

.childHead {
  background: var(--primary);
  color: #fff;
  border-radius: 4px;
}

div#childArea {
  gap: 20px;
}

.bottom.full-width {
  margin: 0;
}

footer.footer {
  padding-bottom: 15px;
}

.inner-nav li {
  background: var(--primary) !important;
}

.inner-nav li.active {
  background: #41220a !important;
}

article.one-half {
  margin: 0;
}

ul.langItems {
  margin-top: 0;
  border-radius: 7px;
  background: #433127;
}

ul.tab-menu li.current a {
  color: #fff;
}

li.current {
  background: var(--primary) !important;
  color: #fff !important;
}

ul.tab-menu li a {
  color: var(--secondary) !important;
}

ul.tab-menu li:hover {
  background-color: var(--secondary);
}

ul.tab-menu li:hover a {
  color: #fff;
}

.discountRateb {
  background: var(--primary);
}

.lossmessage {
  /* background: #523b2d !important; */
  text-transform: capitalize;
}

.addbasket.notSale {
  background: var(--warn);
  color: var(--warn-contrast);
  border-radius: 4px;
  font-size: 13px;
  padding: 10px 21px;
  opacity: 1 !important;
}

button#refreshRez,
.availibiltyCalendarSearchArea button {
  border-radius: 5px;
  background: var(--primary) !important;
  color: var(--primary-contrast) !important;
  height: 46px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  position: relative;
}

.availibiltyCalendarSearchArea button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

#refreshRez {
  background-image: -webkit-linear-gradient(30deg,
      var(--primary) 50%,
      transparent 50%);
  background-image: linear-gradient(30deg, var(--primary) 50%, transparent 50%);
  background-size: 1000px;
  background-repeat: no-repeat;
  background-position: 0;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 0.7s ease-in-out;
  overflow: hidden;
}

#refreshRez:hover {
  background-position: 100%;
}

#refreshRez:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  animation: shine 4s infinite linear;
}

ul.tab-menu li:hover {
  background: var(--primary) !important;
}

ul.tab-menu li.current {
  background: var(--secondary) !important;
}

ul.tab-menu li.current a {
  color: white !important;
}

ul.tab-menu li:hover a {
  color: var(--secondary-contrast) !important;
}

.roomTypeItem.active {
  border-bottom: none !important;
  background: var(--primary) !important;
}


.roomTypeItem {
  transition: all 0.4s ease;
  margin: 0 !important;
  margin-right: 10px !important;
  padding: 14px 5px !important;
}

.roomTypeItemContainer .roomTypeItem {
  margin: 0px !important;
  padding: 0px !important;
}


.roomTypeItem:hover {
  background: var(--primary);
  color: #fff;
}

.availability {
  border-radius: 20px;
}

.noavailability {
  border-radius: 20px;
  background: #dd3b40 !important;
}

table.month1 {
  background: #fff !important;
}

table.month2 {
  background: #fff !important;
}

.drp_top-bar.normal {
  background: #ff868617 !important;
}

.drp_top-bar.normal {
  padding: 15px 0 !important;
}

.week-name,
.week-name&gt;th {
  padding: 5px 0 !important;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  20% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.formItem {
  padding: 5px !important;
}

#rezMake {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  width: fit-content;
  background: #00000096;
  color: #fff;
  top: 0;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 700;
  margin-top: 10px !important;
  cursor: pointer;
}

#rezinfoBarArea {
  padding: 10px;
  background-color: #fff;
}

.hotelCon i.fa-solid.fa-chevron-left {
  color: #fff;
  font-size: 22px;
}

.hotelCon a.hotelName {
  text-indent: inherit;
}

.groupHotelLogo {
  height: 50px;
  padding: 2px;
}

.hotelCon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 10px;
}

.hotelCon a {
  display: flex;
}

.groupSlider {
  margin: 0 0 25px 0;
  height: calc(100vh - 50px);
  flex-direction: column;
}

.groupSlider .lightSlider {
  height: 100% !important;
  padding-bottom: 0 !important;
}

.groupSlider .lSSlideWrapper {
  height: calc(100vh - 50px);
}

.groupSlider .lslide {
  height: 100%;
}

.cookiePolicyArea {
  padding: 5px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1001;
}

.cookiePolicyArea .card {
  display: block;
}

.cookieRightCon {
  display: flex;
  align-items: center;
}

.cookiePolicyShow {
  background-color: #f5f5f5;
  border: 1px solid #d1d1d1;
  cursor: pointer;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 5px;
}

.cookiePolicyArea p {
  width: fit-content;
  margin: auto;
  padding: 10px;
  border-radius: 5px;
}

#acceptBtn,
#cancelBtn,
#showsettings {
  border-radius: 0;
  border: 1px solid #fff;
  width: 135px;
  background: whitesmoke;
  color: black !important;
}

.cookiePolicyArea * {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.cookieLabels {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderCheck {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sliderCheck:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.sliderCheck {
  background-color: #2196f3;
}

input:focus+.sliderCheck {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.sliderCheck:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.sliderCheck.round {
  border-radius: 34px;
}

.sliderCheck.round:before {
  border-radius: 50%;
}

a,
.widget a:hover,
.widget a:focus,
aside .widget h5,
.main-search h5 span,
.details .description a,
.results.flights h5,
.tab-content h2 a:hover,
.tab-content h2 a:focus,
.tab-content h3 a:hover,
.tab-content h3 a:focus,
.tab-content h4,
.entry-meta span a:hover,
.entry-meta span a:focus,
.entry-header h2 a:hover,
.entry-header h2 a:focus,
.boxes article h4,
blockquote i {
  color: var(--primary);
}

.gradient-button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.scroll-to-top,
.testimonials,
.ui-datepicker .ui-state-hover,
.ui-datepicker .dp-highlight a,
.ui-datepicker .dp-highlight span {
  background: var(--primary);
  background: -moz-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, var(--primary)),
      color-stop(100%, var(--primary)));
  background: -webkit-linear-gradient(top,
      var(--primary) 0%,
      var(--primary) 100%);
  background: -o-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -ms-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: linear-gradient(to bottom,
      var(--primary) 0%,
      var(--primary) 100%);
}

.gradient-button:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.gradient-button:focus,
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.scroll-to-top:hover,
.scroll-to-top:focus {
  background: var(--primary);
  background: -moz-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0%, var(--primary)),
      color-stop(100%, var(--primary)));
  background: -webkit-linear-gradient(top,
      var(--primary) 0%,
      var(--primary) 100%);
  background: -o-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: -ms-linear-gradient(top, var(--primary) 0%, var(--primary) 100%);
  background: linear-gradient(to bottom,
      var(--primary) 0%,
      var(--primary) 100%);
}

.actionMessageArea {
  background: #51d251;
  color: #fff;
  top: 0;
  z-index: 10000000000000000000;
  padding: 15px;
  right: 0;
  width: 100%;
  font-weight: 700;
  display: none;
  position: fixed;
}

.actionError {
  background: red !important;
}

.card {
  padding: 10px;
  overflow: auto;
  box-shadow: 0 3px 3px -2px #0003, 0 3px 4px #00000024, 0 1px 8px #0000001f;
}

.customshadow,
.card {
  background: white;
}

.rPersonItem {
  margin: 10px 0;
  background: whitesmoke;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  gap: 5px;
}

.reservationCardArea .Item {
  padding: 5px;
  margin: 4px 0;
  border-bottom: 1px solid gainsboro;
}

.rNoteItem .notType {
  background: whitesmoke;
  display: inline-block;
  width: 200px;
  margin: 2px 0;
  padding: 3px 2px;
}

.succesButton {
  background: green;
  color: #fff;
  padding: 9px;
  margin: 26px 5px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 0;
}

.rContactInput {
  margin: 5px;
}

.info select {
  border: none;
  padding: 0;
}

.completed-form {
  width: 100%;
}

.success-message {
  display: flex;
  gap: 5px;
  background: whitesmoke;
  padding: 8px;
  font-weight: 700;
  align-items: center;
}

.success-message i {
  background: green;
  color: #fff;
  padding: 5px;
  border-radius: 50px;
}

.whatsappFooter {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 10000;
}

.whatsappFooter a {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25d366;
  border-radius: 100%;
  text-decoration: none;
  transition: 0.5s;
}

.whatsappFooter a i {
  color: #fff;
  font-size: 50px;
}

#daterangeRez .dateField {
  justify-content: flex-start !important;
  padding: 12px 15px !important;
}

#popUpModal img {
  height: auto !important;
  width: 100% !important;
}

.openedMenu .topRight&gt;div {
  border: none;
}

.paymentLayoutContent {
  padding: 10px !important;
}

@media (max-width: 1200px) {
  .menuList {
    left: -3000px;
    position: absolute;
  }

  .bar,
  .userIcon {
    display: block !important;
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
    z-index: 1;
  }

  .overlay {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #080808c9;
  }

  .mImage img {
    max-height: 150px;
    margin: auto;
  }

  .mImage {
    width: 100%;
    text-align: center !important;
  }

  .openedMenu {
    position: fixed;
    background: #fff;
    width: 80%;
    left: 0;
    height: 100vh;
    display: flex;
    bottom: 0;
    transition: 1s;
    align-items: center;
    justify-content: center;
  }

  .menuList .topRight {
    justify-content: center;
  }

  .menuList .topRight div,
  .menuList .topRight span {
    color: black !important;
  }

  .menuList .topRight li {
    color: #000;
    justify-content: center;
    gap: 5px;
    align-items: center;
    display: flex;
    background: #f6f6f6;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: var(--sizeMedium, 14px);
  }

  header.new .topRight a {
    color: #000 !important;

  }

  .menuList .hotelphoneCall .text.hotelphone {
    color: black !important;
  }

  .menuList .overlay {
    position: fixed;
    width: 100%;
    left: 0;
    background: #151515ad;
    height: 100%;
    bottom: 0;
  }

  .newTop .hotelName span {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #mobileChangeHotel .rezLabel {
    display: none;
  }

  .newTop .headerActionbar {
    margin: 35px 0 0 0;
    flex-wrap: wrap;
    padding: 0 20px;
  }

  .newTop .hotelphoneCall {
    display: flex;
    justify-content: center;
    background: #ddd;
    width: fit-content;
    margin: auto;
    padding: 0 10px;
    border-radius: 5px;
  }

  .newTop .phones {
    width: 100%;
    margin: 10px 0 0 0px !important;
  }

  .newTop .langBar {
    position: relative;
  }

  .newTop .langItems {
    margin-top: 10px;
  }
}

.thumbArea {
  display: flex;
  gap: 10px;
  margin: 10px 0;
  width: 100%;
  overflow: auto;
}

.thumbArea img {
  width: 58.3px;
  object-fit: cover;
  cursor: pointer;
  height: 58.3px;
  min-width: 58.3px;
}

.frontImg {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

.detailWrap .Gallery {
  margin-top: 10px;
  box-shadow: 0 3px 3px -2px #0003, 0 3px 4px #00000024, 0 1px 8px #0000001f;
  padding: 10px;
}

.slider-container {
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.slide {
  min-width: 100%;
}

#Gallery .detailSliderArea {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  gap: 5px;
}

#Gallery .lb-wrap {
  max-width: 1278px;
  width: 70%;
  left: 15%;
  right: 15%;
}

.slide img {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  height: 70vh;
  max-height: 750px;
}

span.slideButton {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

.prevButton {
  left: 15px;
}

.nextButton {
  right: 15px;
}

.groupHotelItem {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.groupHotelItem:hover .hotelsImg {
  transform: scale(1.2);
}

.groupHotelItem .hotelItemIn img {
  width: 100%;
  height: 450px;
  transition: transform 0.5s ease-in-out;
}

.GroupHotelArea {
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
  margin-top: 15px !important;
}

.GroupHotelArea .hotelItem {
  margin: 10px 5px;
  padding: 0 5px;
}

.GroupHotelArea .hotelItem .hotelItemIn {
  margin: 0;
}

.GroupHotelArea .hotelItemIn .listPrice {
  position: relative;
  padding: 0;
  width: 100%;
  display: flex;
  align-items: center;
  border: none;
}

.GroupHotelArea .discount-number {
  font-size: 20px;
  margin-left: 15px;
  background-color: red;
  padding: 5px;
  width: 55px;
  height: 70px;
  position: relative;
  color: #fff;
  margin-top: -15px;
  border-radius: 0 3px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.GroupHotelArea .discount-number::before {
  content: ' ';
  position: absolute;
  left: -5px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 5px solid #000;
  border-left: 2px solid transparent;
  border-right: 3px solid #000;
}

.GroupHotelArea .discount-number::after {
  content: ' ';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 15px solid #fff0;
  border-left: 27px solid #ff0202;
  border-right: 28px solid #ff0202;
  bottom: -15px;
}

.GroupHotelArea .lastPriceLeft {
  font-size: 22px;
  letter-spacing: -0.5px;
}

.GroupHotelArea .listDisLeft {
  font-size: 16px;
  letter-spacing: -0.5px;
}

.GroupHotelArea .listLastPriceArea {
  width: 100%;
  display: flex;
  align-items: center;
}

.hotelListArea .imgArea img {
  height: 180px;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.hotelListArea .hotelItemIn {
  margin: 5px;
  background: #fff;
  width: 100%;
  box-shadow: 6px 7px 11px #ddcece;
}

.hotelListArea .hotelItem {
  padding: 5px;
  margin-bottom: 15px;
  transition: 0.5s;
}

#contentBoxSlider .lb-wrap {
  width: 40%;
  left: 30%;
}

.basketInfoContent {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.headerArea&gt;.topUst&gt;.menuList&gt;.topLeft {
  display: none;
}

.sliderHalf.groupSlider,
.sliderHalf.groupSlider .lSSlideWrapper {
  height: 700px;
}

.sliderSixty.groupSlider,
.sliderSixty.groupSlider .lSSlideWrapper {
  height: 700px;
}

.sliderSeventyFive.groupSlider,
.sliderSeventyFive.groupSlider .lSSlideWrapper {
  height: 700px;
}

.groupHotelContainer {
  position: absolute;
  left: 0;
  top: 30%;
  right: 0;
  z-index: 1;
}

.groupHotelContent {
  display: inline-block;
  padding: 15px;
  /* animation: bannerContent 10s; */
}

.groupHotelContent * {
  margin: 0;
  margin: 0;
}

.availabilityCalBtn {
  display: none;
  margin-left: 5px;
}

/***BoardGrupp */
.boardTypeContainer {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}

.boardTypeTitle {
  padding: 0 10px;
  background: #fff;
  z-index: 1;
  width: fit-content;
  margin-left: 15px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: var(--secondary);
}

.boardTypeContent {
  border: solid 1px #8b8b8b;
  padding: 15px 5px 5px 5px;
  margin-top: -15px;
}

.boardTypeContent .priceTopBar:last-child {
  border: none;
  margin-bottom: 0;
}

/***BoardGrupp  End*/

.agreement-container {
  margin: 10px 0;
  cursor: pointer;
}

.bottomLeftBottomLinks {
  display: none;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 5px;
}

.bottomLeftBottomLinks&gt;span {
  color: #000;
}

.bottomLeftBottomLinks&gt;span:hover {
  text-decoration: underline;
  cursor: pointer;
}

.bottomLeftBottomLinks.open {
  display: flex;
}

.icon {
  margin-left: 8px;
  transition: transform 0.3s;
}

.agreement-container-detail.open .icon {
  transform: rotate(180deg);
}

.agreement-container-detail&gt;b {
  color: #000;
  font-weight: 600;
}

@keyframes bannerContent {
  0% {
    margin-left: -100%;
  }

  100% {
    margin-left: 0%;
  }
}

@media (max-width: 1200px) {
  header.new .wrap {
    margin: 10px 0;
  }

  .hotelCon {
    margin-left: 10px;
    width: calc(100% - (28px + 11px + 20px + 40px));
    justify-content: flex-start;
  }

  .hotelName span {
    width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .GroupHotelArea .hotelItem {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
  }

  .groupHotelItem {
    width: 100%;
  }

  #contentBoxSlider .lb-wrap img {
    max-height: max-content;
  }

  #contentBoxSlider .lb-wrap {
    width: 90%;
    left: 5%;
    right: 5%;
    padding: 5px;
  }

  .slide img {
    height: auto;
  }

  .hotel-map {
    width: 250px !important;
  }

  .detail-addres {
    margin-top: 0;
  }

  .groupHotelItem .hotelItemIn img {
    height: 250px;
    object-fit: cover;
  }

  .hotelItemIn {
    margin: 0;
  }

  .groupSlider {
    height: auto !important;
  }

  .hotelText {
    width: 50%;
  }

  .price-con {
    width: 50%;
  }

  .availabilityCalBtn {
    display: flex;
  }

  .mobileAvailibityText {
    display: none;
  }
}

@media (max-width: 1200px) {
  .newTop select#rezcurrency {
    color: inherit !important;
  }

  .headerActionbar .rezinfoItem {
    padding: 0;
    margin: 1px;
  }

  .loginUser .username {
    display: none;
  }

  .footer&gt;.wrap&gt;.row {
    flex-direction: column;
  }

  footer .fastLink {
    flex-direction: column;
  }

  footer .fastLink&gt;b {
    text-align: center;
  }

  .agencyLoginButton {
    justify-content: center;
    margin: 5px 0;
  }
}</pre></body></html>