html {
  font-size: 62.5%;
  width: 100%;
  margin: 0;
}

html * {
  outline: none !important;
}

#nights {
    width: 100%;
    padding: 10px 10px;
    height: 50px;
    background: #ffff6694;
}

.unsupported-browser:not(:empty) {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 35px;
  box-sizing: border-box;
  position: fixed;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  font-size: 1.8rem;
  width: 100%;
  max-width: 500px;
  height: 300px;
  background: #dadada;
  z-index: 999999;
  box-shadow: 0 0 35px rgb(0 0 0 / 49%);
  color: #000;
}

.table td:nth-of-type(odd) {
  margin-right: 20px;
}

.unsupported-browser:not(:empty) b {
  margin-bottom: 10px;
}

body {
  font-size: 1.7rem;
  color: #111115;
  font-family: 'Lato', sans-serif;
}

.fancy-font {
  font-family: 'Englebert', sans-serif;
  font-weight: normal;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

.top-bar {
  display: block;
  width: 100%;
  background: #f4f4f4;
  border-bottom: 4px solid #0054aa;
  padding: 0 50px;
  box-sizing: border-box;
}

.main-header {
  max-width: 1350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.main-logo {
  display: block;
  position: relative;
}

.main-logo:hover {
  opacity: 0.8;
}

.main-logo svg {
  display: block;
  width: 180px;
  height: 123px;
}

.slideshow-block::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.26);
}

.custom-slides {
  position: relative;
}

.custom-slides .slide-item {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: ease 0.5s opacity;
  top: 0;
  left: 0;
}

.scroll-top {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: -50px;
  transition: ease 0.35s;
  bottom: 80px;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  background: #d6d6d6;
  z-index: 999;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.scroll-top.show {
  right: 20px;
}

.scroll-top:hover {
  background: #bfbfbf;
}

.scroll-top span {
  transform: rotate(-90deg);
  width: 15px;
  height: 15px;
  opacity: 0.5;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  height: 40px;
  transition: ease 0.25s;
  font-size: 1.6rem;
  width: 100%;
  border: none !important;
  cursor: pointer;
  outline: none;
}

.button-max {
  max-width: 185px;
}

.button-primary {
  background: #2cdbf7;
  color: #1b1b1b;
}

.button-primary:hover {
  background: #18c6e2;
}

.button-secondary {
  background: #fdb924;
}

.button-secondary:hover {
  background: #e4a51a;
}

.slideshow-welcome .button {
  margin-top: 10px;
}

.slideshow-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.field-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
}

.field-wrap:last-of-type {
  margin: 0;
}

.field-wrap .form-item {
  display: block;
  width: 100%;
  height: 40px;
  min-width: 180px;
}

.book-now-form .form-item {
  display: block;
  width: 100%;
  height: 40px;
  min-width: 180px;
}

.book-now-form .form-item {
  display: block;
  width: 100% !important;
  height: 40px;
  min-width: 180px;
  padding-right: 10px;
}

.contact-form {
  width: 600px;
  margin: 0 auto;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.portal-block .login-wrap input {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 84, 170, 0.37);
  box-sizing: border-box;
  background: #ffffff;
  color: #000000;
  font-size: 1.5rem;
  border-radius: 3px;
  padding: 10px 10px;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
  min-width: 600px;
}

.contact-form ::placeholder {
  color: #0054aa;
}

.contact-form input[type='submit'],
.portal-block .login-wrap input[type='submit'] {
  background: #0054aa;
  color: #fff;
  width: 200px;
  min-width: 200px;
  min-height: 35px;
}

.contact-form input[type='submit']:hover {
  background: #014386;
}

.field-wrap .form-item.half-form-item {
  width: calc(50% - 15px);
}

.field-wrap .form-item input,
.field-wrap .form-item select {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  box-sizing: border-box;
  background: transparent;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 3px;
}

.book-now-form .form-item input,
.book-now-form select {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  box-sizing: border-box;
  background: transparent;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 3px;
}

option {
  color: #000;
}

option:disabled {
  opacity: 0.4;
  color: #fff;
  background: #dcdcdc;
}

.field-wrap .form-item input:hover,
.field-wrap .form-item select:hover {
  cursor: pointer;
}

.field-wrap .form-item input {
  padding: 0 5px;
}

::placeholder {
  color: #fff;
  opacity: 1;
}

.hidden ::placeholder {
  color: #3c3c3c;
  opacity: 1;
}

.form-title {
  display: block;
  color: #fff;
  margin-bottom: 30px;
}

.slideshow-form button {
  margin-top: 30px;
}

.search .slideshow-form button {
  margin-top: 0px;
}

.search .slideshow-form {
  background: #0054aa;
  max-width: 340px;
  border-radius: 9px;
}

.search .field-wrap {
  flex-wrap: wrap;
  margin-bottom: 0;
}

.search .form-title {
  margin-bottom: 20px;
}

.search .form-title h2 {
  font-family: 'Lato', sans-serif;
  font-size: 2.6rem;
}

.search .field-wrap .form-item {
  width: 100% !important;
  margin-bottom: 20px;
}

.form-title h2 {
  font-size: 3.8rem;
  line-height: 1;
}

.form-title h3 {
  font-size: 1.5rem;
  line-height: 1;
}

.we-care-block {
  background: #f4f4f4;
  color: #333;
}

.wc-item h2 {
  font-size: 2.5rem;
}

.wc-item h3 {
  font-size: 1.5rem;
  font-weight: normal;
}

.wc-item {
  display: flex;
  align-items: center;
}

.about-statements .wc-item {
  text-align: left;
}

.wc-item .wc-title {
  max-width: 250px;
}

.wc-item .wc-icon {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.wc-item.wc-item-1 .wc-icon {
  background: url(/assets/img/icons/heart.png) center / contain no-repeat;
}

.wc-item.wc-item-2 .wc-icon {
  background: url(/assets/img/icons/shield.png) center / contain no-repeat;
}

.wc-item.wc-item-3 .wc-icon {
  background: url(/assets/img/icons/stars.png) center / contain no-repeat;
}

.listing-block {
  background: #fff;
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}

.review-block {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.review-block .review-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}

.review-block .review-inner {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  max-width: 750px;
  width: 100%;
  max-height: 80vh;
  min-height: 300px;
  overflow-y: scroll;
  height: 100%;
  background: #e8e8e8;
  box-shadow: 0 0 10px rgb(0 0 0 / 39%);
}

.review-main-info {
  padding: 15px;
  box-sizing: border-box;
}

.review-main-info h2 {
  border-bottom: 2px solid #c0c0c0;
  padding-bottom: 15px;
}

.review-main-info > div {
  display: block;
  border-bottom: 1px solid #c0c0c0;
  font-size: 1.5rem;
  padding: 15px 0;
}

.review-main-info > div h3 {
  font-size: 1.6rem;
  margin-bottom: 2px;
}

.review-main-info > div ul {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 10px 0;
}

.review-main-info > div ul li {
  display: flex;
  width: 27px;
  height: 27px;
  background: #d8d8d8;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  border-radius: 100%;
  margin: 0 5px;
}

.review-main-info > div p:last-of-type {
  text-align: center;
  display: block;
  font-size: 1.2rem;
}

.review-main-info > div:last-of-type {
  border: none;
}

.close-review {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 2.4rem;
  color: red;
  cursor: pointer;
  transition: ease 0.2s;
}

.close-review:hover {
  color: #b50000;
}

.listing-title {
  display: block;
  color: #0054aa;
  position: relative;
  font-size: 3.4rem;
  padding-bottom: 12px;
}

.listing-top {
  display: flex;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}

.listing-top .listing-controls {
  display: flex;
}

.next-arrow.slick-arrow,
.prev-arrow.slick-arrow {
  display: flex;
  width: 37px;
  height: 37px;
  border-radius: 3px;
  margin-left: 10px;
  background: url(/assets/img/icons/right-arrow-white.png) center / 9px no-repeat;
  background-color: #0054aa;
  cursor: pointer;
  transition: ease 0.25s;
}

.slick-arrow.slick-disabled {
  pointer-events: none !important;
  background-color: #c0d5ea !important;
  cursor: default !important;
}

.slick-arrow:hover {
  background-color: #004388;
}

.prev-arrow.slick-arrow {
  transform: rotate(180deg);
}

.listing-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 125px;
  height: 4px;
  background: #0054aa;
  border-radius: 9px;
}

.listing-images .slick-arrow {
  position: absolute;
  bottom: 75px;
  margin: 0;
  z-index: 9;
}

.listing-images .slick-arrow.prev-arrow {
  left: 25px;
  transform: rotate(180deg);
}

.listing-images .slick-arrow.slick-disabled {
  opacity: 0.4;
  background-color: #0054aa !important;
}

.listing-images .slick-arrow.next-arrow {
  right: 25px;
}

.listing-item {
  display: block;
  margin: 10px;
  overflow: hidden;
}

.listing-item .li-image {
  display: block;
  position: relative;
  width: 100%;
  height: 265px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  background-color: #e8e8e8;
  transition: ease 0.25s;
}

.listing-item .li-image:hover {
  transform: scale(1.03);
}

.listing-item .listing-info {
  background: #0054aa;
  display: block;
  position: relative;
  padding: 16px;
  color: #fff;
}

.listing-item .listing-info h3 {
  font-size: 2.2rem;
}

.listing-item .listing-info h3 a {
  color: #fff;
}

.listing-item .listing-info h3 a:focus,
.listing-item .listing-info h3 a:hover {
  color: #ffcf00;
}

.li-stars {
  display: flex;
}

.review-group {
  display: flex;
  margin-bottom: 3px;
  align-items: center;
  margin-top: 3px;
}

.review-btn {
  margin-left: 7px;
  font-size: 1.7rem;
  color: #0054aa;
  cursor: pointer;
}

.review-btn:hover {
  color: #003163;
}

.li-star {
  display: flex;
  width: 17px;
  height: 17px;
  margin-right: 4px;
  background: url(/assets/img/icons/star.png) center / contain no-repeat;
}

.listing-item .listing-info h4 {
  color: #c6c6c6;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
}

.resorts-block {
  background: #415e72;
  width: 100%;
  position: relative;
  padding: 0 50px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

.resorts-block .resorts-title {
  display: block;
  font-size: 3.4rem;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 50px;
}

.resorts-block .resorts-title::after {
  content: '';
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  width: 125px;
  height: 4px;
  background: #ffffff;
  border-radius: 5px;
}

.resorts-block {
  background: #415e72;
  width: 100%;
  position: relative;
  padding: 0 50px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

.about-block {
  text-align: left;
  background: #f4f4f4 !important;
  color: #1b1b1b;
}

.about-block::after {
  display: none !important;
}

.about-block .about-title h2 {
  font-size: 3.1rem;
  color: #0054aa;
  line-height: 1.2;
}

.about-block .about-title h2 span {
  color: #1b1b1b;
}

.about-block .about-title p {
  color: #333333;
  font-size: 1.7rem;
  line-height: 1.2;
}

.about-block .about-title {
  display: block;
  margin-bottom: 23px;
  text-align: left;
}

.covid-page .about-block .about-title {
  width: 100%;
}

.about-block .about-info {
  display: block;
  font-size: 1.5rem;
  color: #333333;
}

.about-block .wc-item {
  margin-top: 30px;
}

.resorts-block .resorts-title {
  display: block;
  font-size: 3.4rem;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 50px;
}

.covid-page.content-page .about-block .about-inner {
  padding-top: 50px;
  text-align: left;
}

.covid-page.content-page .about-block .about-inner p {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.covid-page.content-page .about-block .about-inner p.note {
  color: #0054aa;
}

.resorts-block .resorts-title::after {
  content: '';
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  width: 125px;
  height: 4px;
  background: #ffffff;
  border-radius: 5px;
}

.content-page .resorts-block .resorts-title::after {
  content: '';
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
  width: 125px;
  height: 4px;
  background: #000000;
  border-radius: 5px;
}

.resorts-block .resorts-inner li {
  max-width: 500px;
}

.resorts-block .resorts-inner ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.covid-page.content-page .about-block ul {
  display: block;
  list-style: disc !important;
  list-style-position: inside;
  margin-bottom: 20px;
}

.covid-page.content-page .about-block li {
  display: list-item;
  list-style: disc !important;
  list-style-position: inside !important;
  max-width: 100%;
}

.listings .slideshow-block {
  display: none;
}

.resorts-block .resort-item .ri-icon {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/assets/img/icons/location.png) center / contain no-repeat;
  margin: 0 auto 13px;
}

.content-page .resorts-block .resort-item .ri-icon {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/assets/img/icons/location-black.png) center / contain no-repeat;
  margin: 0 auto 13px;
}

.resorts-block .resort-item .ri-title {
  font-size: 2.5rem;
}

.resorts-block .resort-item .ri-location {
  font-size: 1.5rem;
  color: #d6d6d6;
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 20px;
}

.content-page .resorts-block .resort-item .ri-location {
  font-size: 1.5rem;
  color: #7a7a7a;
  font-weight: normal;
  margin-top: 2px;
  margin-bottom: 20px;
}

.resorts-block .resort-item p {
  max-width: 400px;
  margin: 0 auto 22px;
  font-size: 1.6rem;
}

.resorts-block .resorts-inner li .button {
  margin: 0 auto;
}

.listings .this-listing-main {
  background: #f4f4f4;
}

.listings .this-listing-main .listing-left img {
  display: block;
  width: 100%;
  height: auto;
}

.listings .listing-main-inner {
  display: flex;
  max-width: 1350px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  box-sizing: border-box;
}

.this-title-block {
  position: relative;
}

.this-title-inner h2 {
  font-size: 3.2rem;
  color: #1b1b1b;
}

.this-title-inner .this-location {
  display: block;
  font-size: 1.8rem;
  color: #666;
  margin-top: 10px;
}

.this-title-inner .this-location span {
  display: block;
  font-size: 1.6rem;
  color: #6b6b6b;
  margin-top: 2px;
}

.this-socials {
  position: absolute;
  top: 0;
  display: flex;
  right: 0;
}

.this-socials .this-social-link {
  width: 110px;
  height: 42px;
  border: 1px solid #d2d2d2;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #6b6b6b;
  cursor: pointer;
  transition: ease 0.25s;
}

.this-socials .this-social-link:hover {
  background: #eaeaea;
}

.this-socials .wishlist-button .fas.fa-heart {
  display: none;
  color: #ff2c1c;
}

.this-socials .wishlist-button:hover .fas.fa-heart {
  display: block;
}

.this-socials .wishlist-button:hover .far.fa-heart {
  display: none;
}

.this-socials .this-social-link i {
  display: block;
  margin-right: 7px;
  font-size: 1.7rem;
}

.this-socials .this-social-link span.share-icon {
  background: url(/assets/img/icons/share.png) center / contain no-repeat;
}

.this-socials .this-social-link span.wishlist-icon {
  background: url(/assets/img/icons/favourite-empty.png) center / contain no-repeat;
}

.this-socials .this-social-link:nth-of-type(2) {
  margin-left: 20px;
}

.booking-calendar > div {
  width: 100% !important;
}

td.booked > span,
td.booked > a {
  background: #ff0000 !important;
  color: #fff !important;
}

td.pending > span,
td.pending > a {
  background: #ffcc2b !important;
  border-color: #f3bc11 !important;
}

td.pending.normal-right a,
td.pending.normal-right span {
  background: -o-linear-gradient(315deg, #f6f6f6 50%, #ffcc2b 50%) !important;
  background: linear-gradient(45deg, #ffcc2b 50%, #f6f6f6 50%) !important;
  border-color: #c5c5c5 !important;
}

td.pending.pending-right a,
td.pending.pending-right span,
td.pending.pending-right.selected-right a,
td.pending.pending-right.selected-right span {
  background: -o-linear-gradient(315deg, #ffcc2b 50%, #ffcc2b 50%) !important;
  background: linear-gradient(45deg, #ffcc2b 50%, #ffcc2b 50%) !important;
}

td.pending.booked-right a,
td.pending.booked-right span {
  background: -o-linear-gradient(315deg, #ff1919 50%, #ffcc2b 50%) !important;
  background: linear-gradient(45deg, #ffcc2b 50%, #ff1919 50%) !important;
}

td.pending.selected-right a,
td.pending.selected-right span {
  background: -o-linear-gradient(315deg, #64ec80 50%, #ffcc2b 50%) !important;
  background: linear-gradient(45deg, #ffcc2b 50%, #64ec80 50%) !important;
  color: #000 !important;
}

td.booked.selected-right a,
td.booked.selected-right span {
  background: -o-linear-gradient(315deg, #64ec80 50%, #ff1919 50%) !important;
  background: linear-gradient(45deg, #ff1919 50%, #64ec80 50%) !important;
  color: #000 !important;
}

td.booked.normal-right a,
td.booked.normal-right span {
  background: -o-linear-gradient(315deg, #f6f6f6 50%, #ff1919 50%) !important;
  background: linear-gradient(45deg, #ff4040 50%, #f6f6f6 50%) !important;
  border-color: #c5c5c5 !important;
  color: #454545 !important;
}

td.booked.booked-right a,
td.booked.booked-right span,
td.booked.booked-right.selected-right a,
td.booked.booked-right.selected-right span {
  background: -o-linear-gradient(315deg, #ff1919 50%, #ff1919 50%) !important;
  background: linear-gradient(45deg, #ff1919 50%, #ff1919 50%) !important;
}

td.pending.selected-left a,
td.pending.selected-left span {
  background: -o-linear-gradient(315deg, #ffcc2b 50%, #64ec80 50%) !important;
  background: linear-gradient(45deg, #64ec80 50%, #ffcc2b 50%) !important;
}

td.booked.selected-left a,
td.booked.selected-left span {
  background: -o-linear-gradient(315deg, #ff1919 50%, #64ec80 50%) !important;
  background: linear-gradient(45deg, #64ec80 50%, #ff1919 50%) !important;
}

td.ui-active-date.normal-left a,
td.ui-active-date.normal-left span {
  background: -o-linear-gradient(315deg, #64ec80 50%, #f6f6f6 50%) !important;
  background: linear-gradient(45deg, #f6f6f6 50%, #64ec80 50%) !important;
  border-color: #c5c5c5 !important;
}

td.ui-active-date.normal-right a,
td.ui-active-date.normal-right span {
  background: -o-linear-gradient(315deg, #f6f6f6 50%, #64ec80 50%) !important;
  background: linear-gradient(45deg, #64ec80 50%, #f6f6f6 50%) !important;
  border-color: #c5c5c5 !important;
}

td.ui-active-date a,
td.ui-active-date span {
  background: #64ec80 !important;
}

td.booked.pending-right a,
td.booked.pending-right span {
  background: -o-linear-gradient(315deg, #ffcc2b 50%, #ff1919 50%) !important;
  background: linear-gradient(45deg, #ff1919 50%, #ffcc2b 50%) !important;
  color: #454545 !important;
}

td.pending.normal-left a,
td.pending.normal-left span {
  background: -o-linear-gradient(315deg, #ffcc2b 50%, #f6f6f6 50%) !important;
  background: linear-gradient(45deg, #f6f6f6 50%, #ffcc2b 50%) !important;
  border-color: #c5c5c5 !important;
}

td.pending.pending-left a,
td.pending.pending-left span {
  background: -o-linear-gradient(315deg, #ffcc2b 50%, #ffcc2b 50%) !important;
  background: linear-gradient(45deg, #ffcc2b 50%, #ffcc2b 50%) !important;
}

td.pending.booked-left a,
td.pending.booked-left span {
  background: -o-linear-gradient(315deg, #ffcc2b 50%, #ff1919 50%) !important;
  background: linear-gradient(45deg, #ff1919 50%, #ffcc2b 50%) !important;
}

td.booked.normal-left a,
td.booked.normal-left span {
  background: -o-linear-gradient(315deg, #ff1919 50%, #f6f6f6 50%) !important;
  background: linear-gradient(45deg, #f6f6f6 50%, #ff1919 50%) !important;
  border-color: #c5c5c5 !important;
  color: #ffffff !important;
}

td.booked.booked-left a,
td.booked.booked-left span {
  background: -o-linear-gradient(315deg, #ff1919 50%, #ff1919 50%) !important;
  background: linear-gradient(45deg, #ff1919 50%, #ff1919 50%) !important;
}

td.booked.pending-left a,
td.booked.pending-left span {
  background: -o-linear-gradient(315deg, #ff1919 50%, #ffcc2b 50%) !important;
  background: linear-gradient(45deg, #ffcc2b 50%, #ff1919 50%) !important;
}

.ui-state-highlight {
  background: #ecff6b !important;
  border-color: #929292 !important;
  color: #000 !important;
}

td.failed {
  position: relative;
}

td.failed::after,
td.failed::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 100%;
  opacity: 1;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.75 !important;
  pointer-events: none;
}

.ui-state-disabled.unavailable span,
.ui-state-disabled.normal-day span,
.ui-widget-content.unavailable .ui-state-disabled span,
.ui-widget-header.unavailable .ui-state-disabled span,
.ui-state-disabled.unavailable a,
.ui-widget-content.unavailable .ui-state-disabled a,
.ui-widget-header.unavailable .ui-state-disabled a {
  background: #ff9d9d !important;
}

.ui-state-disabled.weekend span,
.ui-state-disabled.weekend span {
  background: #d0d0d0 !important;
  pointer-events: none;
}

.this-booking label {
  display: block;
  font-size: 1.6rem;
  color: #5f5f5f;
  margin-top: 15px;
  margin-bottom: 3px;
}

.nights-input {
  display: block;
  width: 250px;
  border: 1px solid #e9e9e9;
  height: 35px;
  border-radius: 5px;
  padding: 0 10px;
  margin: 0 0 10px;
  box-sizing: border-box;
}

.night-note {
  display: block;
  font-size: 1.4rem;
  color: #104fff;
  margin-bottom: 10px;
}

.night-note span {
  display: block;
  margin-bottom: 2px;
}

.night-note .saturday-check {
  color: red;
  font-size: 1.3rem;
}

.nights-error {
  display: block;
  font-size: 1.6rem;
  color: red;
  margin-top: 6px;
}

.chosen-dates {
  display: block;
  font-size: 1.6rem;
  margin-top: 10px;
  background: #e2e2e2;
  padding: 10px;
  border-radius: 3px;
  font-weight: bold;
}

.show-quick-dates {
  color: #000;
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: center;
  background: #28daf7;
  padding: 10px 0;
}

.chosen-dates > span {
  font-size: 1.8rem;
}

.chosen-dates > span:nth-of-type(2) {
  display: inline-block;
  margin-bottom: 5px;
}

@media (max-width: 640px) {
  .chosen-dates > span {
    font-size: 1.4rem;
  }

  .show-quick-dates {
    font-size: 1.6rem;
    padding: 8px 0;
  }
}

.book-now-button {
  display: flex;
  position: relative;
  width: 100%;
  height: 45px;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 5px;
  background: #0054aa;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  transition: ease 0.25s background;
  cursor: pointer;
  margin-top: 15px;
}

.booking-popout {
  display: none;
  z-index: 999;
}

.booking-popout.show-popout {
  display: block;
  width: 725px;
}

.booking-popout-wrap {
  display: flex;
  z-index: 100;
  justify-content: center;
}

.booking-popout-inner,
.booking-info {
  width: 900px;
  height: auto;
  position: relative;
  background: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  transition: ease 0.25s;
  padding: 25px 20px;
}

.booking-info {
  display: none;
  width: 48%;
  padding: 0;
  background: none;
  box-shadow: none;
  border-left: 1px solid #d8d8d8;
  border-radius: 0;
  padding-left: 15px;
  margin: 0;
}

.next-step,
.next-step div:nth-of-type(2),
.book-step {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

.next-step {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.next-step .terms-input {
  display: block;
  font-size: 1.3rem;
  align-items: center;
}

.next-step .terms-input .terms-error {
  display: block;
  width: 100%;
  color: red;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 5px 0 0;
}

.next-step .terms-input input {
  margin-right: 5px;
  display: inline-block;
}

.next-step .terms-input div {
  display: inline-flex;
}

.next-step .terms-input div a {
  margin: 0 3px;
}

.next-step div > button,
.book-step > button,
.complete-step > button {
  display: flex;
  position: relative;
  width: auto;
  height: 40px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 5px;
  background: #0054aa;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  transition: ease 0.25s background;
  cursor: pointer;
  margin-top: 10px;
}

.next-step div > button.cancel-step,
.book-step > button.back-step {
  margin-right: 15px;
  background: #ea2222;
  color: #fff;
}

.next-step div > button.cancel-step:hover,
.book-step > button.back-step:hover {
  background: #c71212;
}

.next-step div > button.proceed-step,
.complete-step > button {
  margin-right: 15px;
  background: #0054aa;
  color: #ffffff;
  min-width: 150px;
}

.complete-step {
  display: block;
  width: 100%;
}

.complete-step > button {
  width: 100%;
  max-width: 300px;
  margin: 10px auto 0;
}

.book-step > button.book-now-step {
  background: #2cca4c;
  min-width: 150px;
}

.next-step div > button.proceed-step:hover,
.complete-step > button:hover {
  background: #004388;
}

.book-step > button.book-now-step:hover {
  background: #20b73f;
}

.booking-nav {
  display: flex;
  width: 100%;
  justify-content: center;
}

.booking-nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 75px;
  background: #d4d4d4;
  border-radius: 5px;
  font-weight: bold;
  opacity: 0.8;
}

.booking-nav-item:not(:last-of-type) {
  margin-right: 25px;
}

.booking-nav-item.active-step {
  border: 2px solid #31d653;
  background: #fff;
  color: #292929;
  opacity: 1;
}

.booking-nav-item span:nth-of-type(1) {
  font-size: 2.5rem;
}

.booking-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 30px 0 0;
}

.booking-steps .step-1 {
  display: block;
  width: 100%;
}

.booking-steps.align-top {
  align-items: flex-start;
}

.booking-steps.align-top > div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.loader {
  height: 200px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.portal .loader {
  position: fixed;
  display: flex;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  width: 450px;
  background: #fff;
  border-radius: 5px;
  z-index: 105;
}

.portal .loader-show {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 35%);
  z-index: 100;
}

.loader p {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

.loader p:last-of-type {
  margin-top: 5px;
  font-size: 1.5rem;
}

.loader span {
  border: 10px solid #e8e8e8;
  border-top: 10px solid #0054aa;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.booking-complete {
  display: flex;
  text-align: left;
}

.booking-complete h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-align: center;
}

.booking-complete p {
  padding: 10px 0;
  box-sizing: border-box;
  display: block;
  font-size: 1.8rem;
}

.booking-step {
  display: block;
  width: 100%;
}

.booking-steps.align-top .booking-step {
  width: 52%;
}

.step-2 .booking-step {
  width: 100% !important;
}

.step-2 .review-title {
  width: 100%;
  font-size: 1.4rem;
  display: flex;
  border: 1px solid #ffe630;
  background: #fff7d5;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 5px;
}

.payment-conf {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0054aa;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.step-2 .review-box {
  background: #fff;
  margin-top: 20px;
  border: 1px solid #d6d6d6;
}

.portal .step-2 .review-box > form {
  padding: 10px;
}

.step-2 .review-box-title {
  display: flex;
  font-size: 1.9rem;
  padding: 10px;
  background: #ececec;
  border-bottom: 1px solid #b9b9b9;
  box-sizing: border-box;
}

.review-balance {
  font-size: 1.7rem;
  padding: 10px;
}

.step-2 .review-inner {
  padding: 15px 0 0;
  box-sizing: border-box;
  font-size: 1.5rem;
}

.step-2 .payment-main-table {
  padding: 10px;
  box-sizing: border-box;
}

@media (min-width: 981px) {
  .step-2 .payment-table-block {
    display: block;
    padding: 0;
    width: 100%;
    height: auto;
    border: 1px solid #0054aa;
  }

  .step-2 .payment-table-top,
  .step-2 .payment-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 !important;
    box-sizing: border-box;
    border-bottom: 1px solid #676767;
    background: #0054aa;
    color: #fff;
  }

  .step-2 .payment-line {
    border-bottom: 0;
    color: #1c1c1c;
    margin: 0 !important;
  }

  .step-2 .payment-line:nth-of-type(odd) {
    background: #fff;
  }

  .step-2 .payment-line:nth-of-type(even) {
    background: #eaeaea;
  }

  .step-2 .payment-table-top span,
  .step-2 .payment-line > span {
    padding: 10px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 25%;
    box-sizing: border-box;
    font-size: 1.4rem;
  }

  .step-2 .payment-table-top span:not(:last-of-type) {
    border-right: 1px solid #002d5a;
  }

  .step-2 .payment-line > span:not(:last-of-type) {
    border-right: 1px solid #b1b1b1;
  }

  .mobile-ele {
    display: none !important;
  }
}

@media (max-width: 725px) {
  .step-2 .payment-table-top {
    display: none;
  }

  .step-2 .payment-line {
    display: block;
    background: #eaeaea;
    border-left: 4px solid #0054aa;
    padding: 10px !important;
    box-sizing: border-box;
  }

  .step-2 .payment-line > span {
    display: block;
    width: 100%;
  }

  .step-2 .payment-line > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2px;
  }

  .step-2 .mobile-ele {
    font-weight: normal;
    margin-right: 7px;
  }
}

.step-2 .review-inner .review-line {
  padding: 0 10px;
  box-sizing: border-box;
}

.step-2 .review-inner .review-line:not(:last-of-type) {
  margin-bottom: 8px;
}

.step-2 .review-inner .review-line:last-of-type {
  margin-bottom: 15px;
}

.step-2 .review-total-line {
  margin-bottom: 0 !important;
  width: 100%;
  padding: 10px 10px !important;
  box-sizing: border-box;
  background: #0054aa;
  color: #fff;
}

.step-2 .review-inner p:nth-of-type(1) {
  font-weight: bold;
  display: inline-block;
}

.step-2 .review-inner p:nth-of-type(2),
.step-2 .review-inner p:nth-of-type(3) {
  font-weight: normal;
  display: inline-block;
}

.login-option {
  display: flex;
  padding: 25px 0;
  justify-content: space-around;
  position: relative;
  width: 100%;
}

.your-details {
  display: none;
  padding: 0;
  justify-content: flex-start;
}

.portal .login-wrap .input-wrap {
  width: auto;
  height: auto;
  margin: 0;
  display: block;
}

.your-details.login-wrap select,
.your-details.login-wrap input,
.your-details.login-wrap textarea {
  max-width: 280px;
  width: 100%;
  margin: 0;
  padding: 0 6px;
  display: block;
  width: 325px;
  border: 1px solid #d8d8d8;
  height: 35px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.5rem;
  position: relative;
}

.your-details.login-wrap textarea {
  min-height: 50px;
  max-height: 100px;
  min-width: 100%;
  max-width: 280px;
  padding-top: 5px;
  font-family: 'Lato', sans-serif;
}

.required-field {
  position: relative;
}

.your-details .required-field input {
  border-color: rgba(142, 0, 0, 0.77) !important;
}

.required-field select {
  border-color: #ff5d5d !important;
}

.your-details .required-field input::placeholder {
  color: rgba(142, 0, 0, 0.77) !important;
}

.required-field select::placeholder,
.required-field select {
  color: #ffabab !important;
}

.required-field::after {
  content: 'Please Enter a value';
  position: relative;
  display: block;
  font-size: 1.2rem;
  background: #ffb5b5;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  color: #8e0000;
  margin-top: 7px;
  border-radius: 3px;
  border: 1px solid #f59292;
  z-index: 5;
}

.required-field::before {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 9px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f59292;
  z-index: 1;
}

.select-box.required-field::before {
  bottom: -8px;
}

.your-details.login-wrap input::placeholder {
  font-size: 1.2rem;
}

.your-details label {
  font-size: 1.4rem;
  color: #525252;
}

.your-details.login-wrap .input-field {
  margin-bottom: 5px;
}

.your-details.login-wrap .input-field.half-input {
  display: inline-block;
  width: 45%;
}

.your-details::after {
  display: none;
}

.price-table {
  display: table;
  border: 1px solid #ccc;
  width: 100%;
  text-align: left;
}

.show-on-1220 {
  display: none;
}

.price-table tr.odd {
  background: #fff;
}

.price-table tr.even {
  background: #f4f4f4;
}

.price-table th {
  padding: 10px 8px;
  font-size: 1.6rem;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.price-table th:first-of-type {
  border-left: 1px solid #ccc;
}

.price-table td {
  padding: 10px 8px;
  font-size: 1.4rem;
  border-right: 1px solid #ccc;
}

.tableFixHead {
  overflow-y: auto;
  height: 300px;
}

.tableFixHead table {
  border-collapse: collapse;
  width: 100%;
}

.tableFixHead th {
  background: #dddddd;
  border-bottom: 2px solid #ccc;
}

.price-table th:last-of-type,
.price-table td:last-of-type {
  border-right: none;
}

.login-option > div {
  width: 50%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.login-option h2,
.login-option h3 {
  text-align: left;
  width: 100%;
}

.login-option h2 {
  font-size: 2.2rem;
}

.login-option h3 {
  color: #4a4a4a;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 2px;
  margin-bottom: 20px;
}

.login-option .forgot {
  font-size: 1.6rem;
  color: #1b1b1b;
  margin-top: 5px;
}

.login-option .forgot:hover {
  text-decoration: underline;
}

.login-wrap input {
  display: block;
  position: relative;
  background: #fff;
  border: none;
  width: calc(100% - 45px);
  height: 45px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 1.6rem;
  outline: none !important;
  -webkit-appearance: none;
  border-radius: 0 5px 5px 0;
  border: 1px solid #c7c7c7;
}

.login-wrap input::placeholder {
  color: #7d7d7d;
}

.portal-block .login-wrap input::placeholder {
  color: rgb(0 84 170 / 78%);
}

.your-details .input-disclaimer {
  margin: 0;
  padding: 0;
  color: #ce0000;
  margin-top: 3px;
}

.your-details .input-wrap > div {
  display: block;
  width: 100%;
}

.login-wrap .input-wrap .input-icon {
  content: '';
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  background: #151a21;
}

.login-wrap .input-wrap {
  display: flex;
  position: relative;
  margin-bottom: 12px;
  width: 300px;
  height: 45px;
}

.your-details .input-wrap {
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
}

.login-wrap .input-wrap .input-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.login-wrap .input-wrap:nth-of-type(1) .input-icon::before {
  background: url(/admin/assets/icons/email.png) center / 26px no-repeat;
}

.login-wrap .input-wrap:nth-of-type(2) .input-icon::before {
  background: url(/admin/assets/icons/padlock.png) center / 26px no-repeat;
}

.login-wrap input[type='submit'],
.login-wrap .guest-checkout {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background: #3d8eff;
  color: #fff;
  font-size: 1.8rem;
  width: 300px;
  transition: ease 0.25s background;
  height: 45px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.login-wrap .guest-checkout {
  margin-top: 5px;
  background: #fdb924;
  color: #1b1b1b;
}

.login-wrap .guest-checkout:hover {
  background: #ecaa1b;
}

.login-wrap input[type='submit']:hover {
  background: #266ed4;
  cursor: pointer;
}

.login-wrap p {
  font-size: 1.4rem;
  max-width: 380px;
  margin-bottom: 30px;
  margin-top: -30px;
}

.booking-info h2 {
  font-size: 1.8rem;
}

.booking-info > p {
  font-size: 1.4rem;
}

.your-booking-item {
  font-size: 1.5rem;
  margin-top: 8px;
  line-height: 1.5;
}

.your-booking-item {
  padding: 10px 0;
  border-top: 1px solid #e0e0e0;
}

.pricing-breakdowns {
  font-size: 1.6rem;
}

.number-guests span {
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
}

.number-guests span span {
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
}

.number-guests {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.adult-guests {
  margin-bottom: 7px;
}

.number-guests select {
  display: block;
  width: 75px;
  margin: 0;
  padding: 0 6px;
  display: block;
  border: 1px solid #d8d8d8;
  height: 35px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.5rem;
}

.discount-label {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.5rem;
  width: 100%;
}

.discount-remove {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  color: red;
  cursor: pointer;
}

.discount-remove:hover {
  text-decoration: underline;
}

.discount-code input[type='text'] {
  max-width: 280px;
  width: 100%;
  margin: 0;
  padding: 0 6px;
  display: block;
  width: 325px;
  border: 1px solid #d8d8d8;
  height: 35px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.5rem;
  margin-top: 7px;
}

.guest-detail-item label {
  display: block;
  font-size: 1.4rem;
  color: #000000;
  margin-bottom: 2px;
}

.guest-detail-item .input-field {
  display: inline-block;
  max-width: 200px;
  width: 100%;
}

.guest-detail-item.required-field::before {
  position: absolute;
  bottom: -3px;
}

.guest-detail-item.required-field::after {
  position: absolute;
  margin: 0;
  bottom: -30px;
}

.guest-detail-item .input-field:nth-of-type(2) {
  display: inline-block;
  max-width: 99px;
}

.guest-detail-item input {
  max-width: 200px;
  width: 100%;
  margin: 0;
  padding: 0 6px;
  display: inline-block;
  width: 100%;
  border: 1px solid #d8d8d8;
  height: 35px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-size: 1.2rem;
  margin-bottom: 2px;
}

.guest-detail-item input::placeholder {
  color: #7d7d7d;
}

.guest-detail-item input:nth-of-type(2) {
  max-width: 99px;
  margin-left: 10px;
}

.discount-code .submit-code {
  display: flex;
  position: relative;
  width: auto;
  height: 35px;
  padding: 0 12px;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 5px;
  background: #0054aa;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  transition: ease 0.25s background;
  cursor: pointer;
  margin-top: 10px;
}

.discount-code .submit-code:hover {
  background: #004892;
}

.your-booking-item p {
  font-weight: bold;
}

.your-booking-item .extras-desc {
  font-weight: normal;
  line-height: 1.2;
  font-size: 1.4rem;
}

.your-booking-item .extras-list {
  margin-top: 12px;
}

.your-booking-item .extra-img {
  display: block;
  width: 78px;
  height: 78px;
  position: relative;
}

.your-booking-item .extra-img span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}

.your-booking-item .extra-text {
  display: flex;
  flex-direction: column;
  width: calc(100% - 100px);
  justify-content: center;
}

.your-booking-item .extra-text p:nth-of-type(2) {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 5px;
}

.your-booking-item .extra-item {
  width: 100%;
  display: flex;
  height: 100px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  padding: 10px;
  justify-content: space-between;
  transition: ease 0.25s;
}

.your-booking-item .extra-item.active-extra {
  background: #609dff8a;
}

.your-booking-item .extra-item:hover {
  background: #e4e4e4;
  cursor: pointer;
}

.discount-success {
  font-size: 1.4rem;
  color: #47b500;
  line-height: 1.2;
  margin-bottom: 3px;
  display: block;
}

.discount-fail,
.discount-empty {
  color: #ff0000;
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 3px;
}

.your-booking-item p.nights-item span:nth-of-type(1) {
  font-weight: bold;
}

.your-booking-item p span {
  font-weight: normal;
}

.text-bold {
  font-weight: bold !important;
}

.your-booking-item a {
  display: inline-block;
  font-weight: normal;
  color: #003aca;
  cursor: pointer;
}

.your-booking-item a:hover {
  text-decoration: underline;
}

.close-booking {
  position: absolute;
  right: 8px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 8px;
  font-size: 2.4rem;
  color: #ff2525;
  cursor: pointer;
  transition: ease 0.25s;
  z-index: 10;
}

.close-booking:hover {
  color: #bb0000;
}

.booking-blackout {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 50;
}

.book-now-button:hover {
  background: #00458c;
}

.book-now-button.disable-booking {
  cursor: default;
  background: none;
  text-indent: -9999px;
}

.book-now-button.disable-booking::after {
  content: 'Please choose some dates above.';
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  background: #d22c2c;
  border-radius: 5px;
  opacity: 0.8;
  text-indent: 0;
}

td.ui-active-date a {
  border: 1px solid #5bd875 !important;
  background: #64ec80 !important;
  font-weight: normal !important;
  color: #000000 !important;
}

.inner-info {
  display: block;
}

.this-main-info {
  margin-top: 20px;
}

.this-main-info li {
  margin-bottom: 0 !important;
}

.short-info li {
  margin-right: 35px;
  font-size: 1.7rem;
}

.short-info:nth-of-type(2) li:nth-of-type(1),
.short-info:nth-of-type(2) li:nth-of-type(2) {
  margin-bottom: 10px;
}

.info-item,
.your-info-item {
  display: flex;
  align-items: center;
  color: #828282;
  font-size: 1.5rem;
  font-weight: 500;
}

.owner-info .info-item {
  margin-right: 40px;
  font-size: 1.7rem;
  min-width: 155px;
  height: 37px;
}

/* .owner-info .info-item:not(:nth-of-type(3)) {
  margin-bottom: 15px;
} */

.info-item i,
.your-info-item i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
  color: #828282;
  font-size: 1.8rem;
  width: 23px;
  height: 23px;
}

.large-info i {
  font-size: 2.3rem !important;
  width: 27px;
  height: 27px;
}

.your-info-item i.fa-check {
  color: #77dc36;
}

.your-info-item i.fa-times {
  color: #f44336;
  font-size: 2rem;
}

.your-info-item {
  width: 175px;
  margin-bottom: 7px;
}

.resorts-block::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.resorts-block {
  background: url(/public/img/resorts-bg.jpg) center top -750px / cover no-repeat;
}

@media (max-width: 1600px) {
  .resorts-block {
    background: url(/public/img/resorts-bg.jpg) center top -500px / cover no-repeat;
  }
}

@media (max-width: 1150px) {
  .resorts-block {
    background: url(/public/img/resorts-bg.jpg) center top -350px / cover no-repeat;
  }
}

@media (max-width: 980px) {
  .resorts-block {
    background: url(/public/img/resorts-bg.jpg) center top -250px / cover no-repeat;
  }
}

@media (max-width: 700px) {
  .resorts-block {
    background: url(/public/img/resorts-bg.jpg) center top -100px / cover no-repeat;
  }
}

@media (max-width: 450px) {
  .resorts-block {
    background: url(/public/img/resorts-bg.jpg) center top -50px / cover no-repeat;
  }
}

.main-resort {
  display: block;
  text-align: left;
  color: #1b1b1b;
  padding: 50px;
}

.main-resort-title {
  text-align: center;
  margin-bottom: 35px;
}

.main-resort-inner {
  max-width: 1350px;
  margin: 0 auto;
  font-size: 1.6rem;
}

.main-resort-inner hr {
  margin-top: 20px;
}

.main-resort-inner h3 {
  font-size: 1.9rem;
  margin-top: 20px;
  margin-bottom: 5px;
}

.tick-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tick-list p {
  min-width: 280px;
  margin-top: 5px;
}

.date-prices {
  display: block;
  margin-top: 20px;
}

.inner-price {
  display: inline-block;
  margin-top: 10px;
  margin-right: 50px;
}

.inner-price > p {
  margin-bottom: 7px;
}

.inner-price ul li {
  margin-top: 3px;
}

.info-list {
  display: flex;
  flex-wrap: wrap;
}

.inner-info h2,
.booking-heading {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  color: #6b6b6b;
  border-bottom: 1px solid #cecece;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.booking-legend {
  display: flex;
  font-size: 1.2rem;
  margin-top: 6px;
  width: 100%;
  justify-content: space-between;
  color: #585858;
}

.booking-legend .legend-item {
  display: flex;
  align-items: center;
}

.booking-legend .legend-color {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #000;
  border: 1px solid #bbb;
}

.booking-legend .legend-1 .legend-color {
  background: #ffb5b5;
}

.booking-legend .legend-2 .legend-color {
  background: #f6f6f6;
}

.booking-legend .legend-3 .legend-color {
  background: #ffcc2b;
}

.booking-legend .legend-4 .legend-color {
  background: #ff1919;
}

.booking-legend .legend-5 .legend-color {
  background: #64ec80;
}

.footer-inner {
  background: #1b1b1b;
  display: block;
  position: relative;
}

.footer-flex {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 1350px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  color: #fff;
}

.footer-left {
  display: block;
}

.footer-left h2 {
  font-size: 3rem;
}

.footer-left h3 {
  font-size: 1.7rem;
}

.footer-left .social-links {
  display: flex;
  margin-top: 15px;
}

.footer-left .social-links li {
  display: flex;
  position: relative;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background: #151515;
  border-radius: 3px;
  margin-right: 13px;
  transition: ease 0.25s;
  cursor: pointer;
}

.footer-left .social-links li:hover {
  background: #101010;
}

.footer-left .social-links li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.footer-left .social-links li.facebook a {
  background: url(/assets/img/icons/facebook.png) center / 20px no-repeat;
}

.footer-left .social-links li.twitter a {
  background: url(/assets/img/icons/twitter.png) center / 20px no-repeat;
}

.footer-left .social-links li.phone a {
  background: url(/assets/img/icons/phone.png) center / 20px no-repeat;
}

.footer-left .social-links li.email a {
  background: url(/assets/img/icons/email.png) center / 20px no-repeat;
}

.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-login {
  display: flex;
  border-radius: 3px;
  padding: 6px 20px;
  background: #fdb924;
  font-size: 1.6rem;
  color: #1b1b1b !important;
  transition: ease 0.25s;
  margin-bottom: 15px;
}

.footer-login:focus,
.footer-login:hover {
  color: #1b1b1b;
  background: #e4a51a;
}

footer form {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer form input[type='text'] {
  border: none;
  line-height: 40px;
  border-radius: 5px;
  max-width: 300px;
  width: 100%;
  display: block;
  min-width: 240px;
  margin-right: 8px;
  box-sizing: border-box;
  padding: 0 6px;
  color: #000;
  outline: none !important;
}

footer ::placeholder {
  color: #808080;
}

footer form input[type='submit'] {
  font-size: 1.5rem;
  padding: 0 5px;
}

footer .footer-right {
  display: flex;
}

footer .footer-right a {
  color: #b1b1b1;
  font-size: 1.5rem;
}

footer .footer-right ul:nth-of-type(1) {
  margin-right: 40px;
}

footer .footer-right ul li:not(:last-of-type) {
  margin-bottom: 12px;
}

.search main {
  background: #f4f4f4;
}

.search-items {
  display: flex;
  position: relative;
  width: 100%;
  height: 41px;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  color: #333333;
  font-size: 1.6rem;
}

.search-bar-title {
  display: flex;
  width: 158px;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  background: #0054aa;
  border-radius: 10px 0 0 10px;
}

.search-items .no-search {
  padding-left: 15px;
  width: calc(100% - 158px);
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-left: none;
  border-radius: 0 10px 10px 0;
  box-sizing: border-box;
}

.search-items .no-search span {
  margin-right: 4px;
}

.search-returned .search-item {
  display: flex;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #d1d1d1;
  margin-top: 25px;
  position: relative;
}

.search-returned .search-item .si-image span {
  display: block;
  width: 295px;
  height: 198px;
  background-size: cover;
}

.search-returned .this-title-inner h2 {
  font-size: 2.4rem;
}

.search-returned .this-title-inner .this-location {
  margin-top: 0;
  font-size: 1.4rem;
}

.search-returned .this-title-inner .this-location span {
  font-size: 1.4rem;
  margin: 0 0 5px;
}

.search-returned .si-description {
  font-size: 1.5rem;
}

.search-returned .si-more-info {
  font-size: 1.4rem;
  margin: 7px 0;
}

.search-returned .inner-info h2 {
  margin-top: 5px;
  border: none;
  font-size: 1.8rem;
  color: #4e4e4e;
  margin-bottom: 10px;
}

.search-returned .info-list {
  align-items: flex-start;
  margin-bottom: 40px;
}

.search-returned .your-info-item {
  width: 150px;
  font-size: 1.3rem;
  height: 18px;
}

.search-returned .your-info-item i {
  font-size: 1.6rem;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.search-returned .book-now-button {
  font-size: 1.5rem;
  height: 33px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 235px;
}

.listing-left .slick-track {
  height: 500px;
}

.listing-left .slick-track span {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.content-page .portal-block .about-inner {
  max-width: 1050px !important;
  display: flex;
  flex-direction: column;
}

.covid-page.content-page .about-block .about-inner {
  padding-top: 50px;
  text-align: left;
}

.covid-page.content-page .about-block .about-inner p {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.covid-page.content-page .about-block .about-inner p.note {
  color: #0054aa;
}

.portal-block .login-wrap p {
  margin: 0;
  max-width: 100%;
}

.portal-block .login-error {
  font-size: 1.8rem;
  color: red;
  margin: 0;
  margin-top: -10px !important;
  margin-bottom: 10px !important;
  width: 100%;
}

.content-page .portal-review {
  max-width: 980px !important;
  padding: 25px 0 !important;
  min-height: 200px;
}

.form-item {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.form-item.payment-input::before {
  position: absolute;
  content: '\a3';
  top: 20px;
  left: 0;
  width: 33px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0062c5;
  color: #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
}

.form-item.payment-input input {
  padding-left: 40px;
}

.form-item label {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 4px;
}

.form-item > * {
  outline: none;
}

.form-item .cta {
  width: 200px;
  font-size: 1.4rem;
  height: 40px;
}

.form-item input,
.form-item select,
.form-item textarea,
.balance-left {
  display: block;
  max-width: 500px;
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 0 5px;
  border: 1px solid #adadad;
  border-radius: 3px;
  font-size: 1.33rem;
  font-family: 'Muli', sans-serif;
  color: #000;
}

.form-item input[type='submit'] {
  background: #0054aa;
  color: #fff;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.form-item .main-review-text {
  min-height: 120px;
  line-height: 18px;
  padding-top: 5px;
  min-width: 230px;
  max-width: 500px;
}

.more-items .form-item.half-item {
  margin-right: 15px;
  display: inline-block;
  width: 100%;
}

.more-items .form-item.half-item ::placeholder {
  color: #7f7f7f;
}

.more-items .form-item.half-item:last-of-type {
  margin-right: 0;
}

.form-item input[type='submit']:hover {
  background: #004388;
}

.content-page .resorts-block .resort-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
}

.content-page .resorts-block .resort-images img {
  display: block;
  width: 30%;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .content-page .resorts-block .resort-images img {
    width: 46%;
  }
}

@media (max-width: 750px) {
  .content-page .resorts-block .resort-images img {
    width: 100%;
  }
}

.website-login {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 6px 6px;
  padding: 4px 15px;
  background: #fdb924;
  font-size: 1.6rem;
  color: #1b1b1b;
  transition: ease 0.25s;
}

.website-login:focus,
.website-login:hover {
  color: #1b1b1b;
  background: #e4a51a;
}

@media (min-width: 981px) {
  .main-header {
    padding: 12px 0;
  }

  nav.main-nav {
    z-index: 101;
  }

  nav.main-nav ul {
    display: flex;
    justify-content: flex-end;
  }

  nav.main-nav ul li {
    position: relative;
    display: block;
    margin: 0 20px;
  }

  nav.main-nav > ul > li.vpx_nav-resorts:hover:before {
    content: '';
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 200%;
    height: 20px;
    top: 100%;
  }

  nav.main-nav > ul > li:last-child > a {
    padding-right: 0;
  }

  nav.main-nav > ul > li:last-child {
    margin-right: 0;
  }

  nav.main-nav > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
    width: 100%;
    box-sizing: border-box;
    font-size: 2.4rem;
    color: #202027;
  }

  nav.main-nav > ul > li > a::after {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translateX(50%) scaleX(0);
    width: 80%;
    height: 3px;
    background: #0054aa;
    transition: ease 0.3s;
  }

  .about-us-selected nav.main-nav > ul > li.vpx_nav-about-us > a::after,
  .book-now-selected nav.main-nav > ul > li.vpx_nav-book-now > a::after,
  .resorts-selected nav.main-nav > ul > li.vpx_nav-resorts > a::after,
  .blog-selected nav.main-nav > ul > li.vpx_nav-blog > a::after,
  .contact-us-selected nav.main-nav > ul > li.vpx_nav-contact-us > a::after,
  nav.main-nav > ul > li:focus > a::after,
  nav.main-nav > ul > li:hover > a::after {
    transform: translateX(50%) scaleX(1);
  }

  nav.main-nav ul li:hover ul {
    display: block;
  }

  nav.main-nav ul li ul {
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    min-width: 18rem;
    background: #0054aa;
    z-index: 10;
    text-align: center;
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.2);
  }

  nav.main-nav ul li ul::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0054aa;
    top: -10px;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
  }

  nav.main-nav ul li ul li {
    position: relative;
    margin: 0;
  }

  nav.main-nav ul li ul li a {
    padding: 10px 7px;
    box-sizing: border-box;
    font-size: 1.8rem;
    color: #ffffff;
    transition: ease 0.25s;
  }

  nav.main-nav ul li ul li:focus a,
  nav.main-nav ul li ul li:hover a {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.21);
  }

  .slideshow-block {
    display: flex;
    z-index: 5;
    position: relative;
    min-height: 500px;
  }

  .slideshow-contents {
    position: absolute;
    right: 50%;
    transform: translate(50%, 50%);
    bottom: 50%;
    display: flex;
    align-items: center;
    max-width: 1450px;
    width: 100%;
    justify-content: space-between;
    z-index: 10;
    padding: 0 50px;
  }

  .slideshow-welcome {
    color: #fff;
  }

  .slideshow-welcome h2 {
    font-size: 6.5rem;
    font-weight: normal;
    line-height: 60px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.66);
  }

  .slideshow-welcome h3 {
    font-size: 3.5rem;
    font-weight: normal;
    line-height: 57px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.66);
    margin-top: 5px;
  }

  .slideshow-content-page {
    color: #fff;
    width: auto;
    margin: 0 auto;
  }

  .slideshow-content-page h2 {
    font-size: 8.5rem;
    font-weight: normal;
    line-height: 60px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.66);
  }

  .slideshow-content-page h3 {
    font-size: 3.5rem;
    font-weight: normal;
    line-height: 57px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.66);
    margin-top: 5px;
  }

  .custom-slides {
    flex-grow: 2;
    flex-basis: 0;
    height: calc(100vh - 151px - 146px);
    min-height: 500px;
  }

  .content-page .slideshow-block {
    min-height: 350px;
  }

  .content-page .custom-slides {
    height: 100%;
    z-index: 5;
    min-height: 350px;
  }

  .slideshow-form {
    max-width: 450px;
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
    background: rgba(4, 152, 184, 0.79);
  }

  .book-now-block {
    width: 100%;
    padding: 100px 50px;
    box-sizing: border-box;
    background: rgba(4, 152, 184, 0.79);
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .book-now-form {
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: 1350px;
    display: flex;
  }

  .book-now-block form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .book-now-block .form-title {
    display: block;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
  }

  .book-now-form {
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: 1350px;
    display: flex;
  }

  .we-care-block {
    padding: 30px 50px 30px;
    box-sizing: border-box;
  }

  .we-care {
    display: flex;
    justify-content: space-between;
    max-width: 1350px;
    margin: 0 auto;
  }

  .listing-inner {
    display: block;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 100px 0;
  }

  .content-page .resorts-block {
    min-height: 0;
    background: #f4f4f4;
  }

  .resorts-block .resorts-inner {
    display: block;
    width: 100%;
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
    padding: 98px 0;
    z-index: 5;
  }

  .resorts-block .resorts-title {
    margin-bottom: 79px;
  }

  .content-page .resorts-block::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 1;
  }

  .content-page .resorts-block .resorts-inner {
    display: block;
    width: 100%;
    position: relative;
    max-width: 1350px;
    margin: 0 auto;
    padding: 100px 0;
    z-index: 5;
    color: #000;
  }

  .content-page .about-block .about-inner {
    max-width: 1050px;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .covid-page.content-page .about-block .about-inner {
    padding-top: 50px;
    text-align: left;
  }

  .content-page .about-block .about-image {
    display: block;
    width: 570px;
    height: 500px;
    background: url(/assets/img/about-us.png) center / contain no-repeat;
  }

  .content-page .resorts-block .resorts-title {
    margin-bottom: 79px;
  }

  .footer-inner {
    padding: 80px 50px;
  }

  .about-info-left {
    display: block;
    width: 420px;
  }

  .listings .this-listing-main {
    padding: 60px 25px;
  }

  .this-listing-main .listing-left {
    width: 650px;
    position: relative;
    /* z-index: 10; */
  }

  .this-listing-main .listing-right {
    width: 580px;
    position: relative;
  }

  .login-option::after {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    height: 80%;
    width: 2px;
    background: #e6e6e6;
  }

  .search-results {
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 20px;
    box-sizing: border-box;
  }

  .search-right {
    margin-left: 50px;
    width: calc(100% - 390px);
  }

  .search-returned .search-item .si-image span {
    margin-right: 15px;
  }

  .si-main-info {
    max-width: 350px;
    margin-right: 15px;
  }

  .search-returned .this-title-inner h2 {
    max-width: 350px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media (max-width: 980px) {
  body.nav-open {
    overflow: hidden;
  }

  .nav-wrap {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 330px;
    height: 100%;
    background: #e2e2e2;
    padding: 0 0 25px;
    overflow-y: auto;
    transform: translateX(calc(-100% - 10px));
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: ease 0.25s transform;
    z-index: 200;
  }

  body.nav-open .nav-wrap {
    transform: none;
  }

  .nav-title {
    position: relative;
    border-bottom: 1px solid #868686;
    padding: 0 15px 0px;
    line-height: 47px;
    margin-bottom: 10px;
  }

  .nav-close {
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    width: 13px;
    height: 13px;
    background: url(/assets/img/icons/close.png) center / contain no-repeat;
    transition: ease 0.3s transform;
    cursor: pointer;
  }

  .nav-close:hover {
    opacity: 0.5;
  }

  .main-nav {
    position: relative;
    display: flex;
    text-align: left;
    width: 100%;
    padding: 0 15px;
  }

  .main-nav > ul > li > a {
    font-size: 1.8rem;
    position: relative;
    color: #272727;
    font-weight: 600;
    padding: 5px 0;
  }

  .main-nav ul li a:hover {
    color: #0054aa;
  }

  .main-nav ul {
    width: 100%;
  }

  .main-nav ul li {
    width: 100%;
  }

  .main-nav > ul > li {
    border-bottom: 1px solid #b9b9b9;
    margin: 0 0 7px;
    padding: 0px 0 7px;
  }

  .main-nav > ul > li:last-of-type {
    border: none;
    margin: 0;
  }

  .main-nav ul li ul li a {
    font-size: 1.6rem;
    color: #1b1b1b;
    padding: 0px 10px 5px;
  }

  .main-nav ul li ul li a::before {
    content: '>';
    position: relative;
    display: inline-block;
    margin-right: 5px;
    font-size: 2rem;
  }

  body.nav-open .top-bar::after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.58);
    z-index: 150;
  }

  .main-header {
    padding: 10px 0;
  }

  .main-logo svg {
    width: 115px;
    height: 80px;
  }

  .mobile-nav {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    width: 30px;
    height: 22px;
    border-radius: 5px;
    cursor: pointer;
  }

  .mobile-nav span {
    width: 100%;
    display: block;
    height: 4px;
    background: #0054aa;
    border-radius: 2px;
    transition: ease 0.3s;
  }

  .mobile-nav:hover span {
    background: #1b1b1b;
  }

  .slideshow-block {
    display: block;
    height: 50vw;
    width: 100%;
    position: relative;
    margin-bottom: 398px;
  }

  .content-page .slideshow-block {
    height: 30vw;
    min-height: 130px;
    max-height: 240px;
    margin: 0;
  }

  .content-page .slideshow-contents {
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    font-size: 4.5rem;
    color: #fff;
    z-index: 6;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.66);
  }

  .custom-slides {
    width: 100%;
    height: 100%;
  }

  .slideshow-welcome {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    text-align: center;
    color: #fff;
    z-index: 6;
    width: 500px;
  }

  .slideshow-welcome h2 {
    font-size: 4.5rem;
    line-height: 1;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.66);
  }

  .slideshow-welcome h3 {
    font-size: 2.8rem;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.66);
    margin-top: 6px;
  }

  .slideshow-welcome .button {
    margin: 10px auto 0;
  }

  .slideshow-form,
  .book-now-block {
    display: block;
    width: 100%;
    background: rgba(4, 152, 184, 0.79);
    padding: 35px;
    box-sizing: border-box;
    position: relative;
  }

  .search .slideshow-form {
    width: 100%;
    max-width: 100%;
    display: none;
    margin-top: 20px;
  }

  .book-now-block .field-wrap .form-item.half-form-item,
  .field-wrap .form-item.half-form-item {
    width: calc(50% - 15px) !important;
    padding: 0;
  }

  .top-bar {
    padding: 0 35px;
  }

  .we-care-block {
    padding: 35px;
  }

  .wc-item .wc-title {
    max-width: 100%;
  }

  .wc-item:nth-of-type(2) {
    margin: 35px 0;
  }

  .listing-block,
  .resorts-block {
    padding: 50px 35px;
  }

  .resorts .resorts-block {
    background: #f5f5f5;
    color: #1b1b1b;
  }

  .resorts .resorts-block::after {
    display: none;
  }

  .resorts-inner {
    z-index: 6;
    position: relative;
  }

  .listing-title,
  .resorts-block .resorts-title {
    font-size: 2.8rem;
    padding-bottom: 10px;
  }

  .resorts-block .resorts-title {
    margin-bottom: 35px;
  }

  .button {
    height: 35px;
    font-size: 1.4rem;
  }

  .resorts-block .resort-item .ri-icon {
    width: 40px !important;
    height: 40px !important;
  }

  .resorts-block .resort-item .ri-title {
    font-size: 2rem;
  }

  .resorts-block .resort-item .ri-location {
    margin-bottom: 15px;
  }

  .resorts-block .resort-item p {
    font-size: 1.4rem;
  }

  .listing-title::after,
  .resorts-block .resorts-title::after {
    width: 100px !important;
    height: 3px !important;
  }

  .next-arrow.slick-arrow,
  .prev-arrow.slick-arrow {
    width: 35px;
    height: 35px;
    background-size: 10px;
  }

  .listing-item .listing-info h3 {
    font-size: 2rem;
  }

  .listing-item .listing-info h4 {
    font-size: 1.5rem;
  }

  .footer-inner {
    padding: 50px 25px;
  }

  .footer-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .footer-left .social-links {
    justify-content: center;
  }

  .footer-left .social-links li {
    margin: 0 7px;
  }

  .footer-center {
    margin: 25px 0;
  }

  .book-now-block form,
  .book-now-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .book-now-form .button {
    width: 100%;
    margin-top: 30px;
    max-width: 100%;
  }

  .contact-form {
    width: 550px;
    margin: 0 auto;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-width: 0;
    width: 100%;
  }

  .primrose-valley.content-page .slideshow-contents {
    font-size: 3.4rem;
    width: 100%;
    text-align: center;
  }

  .main-resort-title {
    font-size: 2.4rem;
  }

  .main-resort-inner {
    font-size: 1.5rem;
  }

  .search-left {
    padding: 20px 35px;
  }

  .show-search {
    background: #cacaca;
    color: #444444;
  }

  .show-search:hover {
    background: #b9b9b9;
  }
}

@media (max-width: 765px) {
  .primrose-valley.content-page .slideshow-contents {
    font-size: 2.8rem;
    width: 100%;
    text-align: center;
    line-height: 0.9;
  }

  .main-resort-title {
    font-size: 2rem;
  }
}

@media (max-width: 640px) {
  .we-care-block {
    padding: 25px 20px;
  }

  .wc-item:nth-of-type(2) {
    margin: 25px 0;
  }

  .top-bar {
    padding: 0 20px;
  }

  .listing-block,
  .resorts-block,
  .footer-inner,
  .slideshow-form,
  .book-now-block {
    padding: 25px 20px;
  }

  .search-right {
    padding: 20px !important;
  }

  .listing-item .li-image {
    height: 200px;
  }

  footer form input[type='text'] {
    line-height: 35px;
    max-width: 200px;
    min-width: 200px;
  }

  .footer-left h3 {
    line-height: 1;
    margin-top: 0px;
  }

  .slideshow-welcome h2 {
    font-size: 3rem;
  }

  .slideshow-welcome h3 {
    font-size: 2rem;
  }

  .form-title h2 {
    font-size: 2.6rem;
  }

  .slideshow-block {
    margin-bottom: 356px;
  }

  .listing-left .slick-track {
    height: 60vw !important;
    min-height: 275px;
  }

  .form-title {
    margin-bottom: 20px;
  }

  .slideshow-welcome {
    width: 280px;
  }

  .wc-item h2 {
    font-size: 2rem;
  }

  .wc-item .wc-icon {
    width: 60px;
    height: 60px;
  }

  .wc-item h3 {
    font-size: 1.4rem;
  }

  .next-arrow.slick-arrow,
  .prev-arrow.slick-arrow {
    width: 32px;
    height: 32px;
    background-size: 8px;
  }

  .listing-title,
  .resorts-block .resorts-title {
    font-size: 2.2rem;
    padding-bottom: 6px;
    line-height: 0.9;
  }

  .resorts-block .resorts-title {
    margin-bottom: 20px;
  }

  .listing-title::after,
  .resorts-block .resorts-title::after {
    height: 2px !important;
    width: 75px !important;
  }

  .resorts-block .resort-item .ri-title {
    font-size: 1.8rem;
  }

  .resorts-block .resort-item .ri-icon {
    width: 35px !important;
    height: 35px !important;
  }

  .content-page .slideshow-contents {
    font-size: 3rem;
  }

  .primrose-valley.content-page .slideshow-contents {
    font-size: 2.4rem;
  }

  .about-block .about-title h2 {
    font-size: 2.4rem;
  }

  .contact-form {
    width: 100%;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-width: 0;
    width: 100%;
    font-size: 1.4rem;
    padding: 8px 10px;
  }

  .contact-form input[type='submit'] {
    width: 100%;
    min-width: 100%;
  }

  .main-resort-title {
    font-size: 1.9rem;
    margin-bottom: 20px;
    text-align: left;
  }

  .main-resort-inner {
    font-size: 1.4rem;
  }

  .main-resort-inner h3 {
    font-size: 1.7rem;
  }

  .search-left {
    padding: 20px 20px 5px;
  }

  .step-2 .review-inner .review-line:last-of-type {
    margin-bottom: 8px;
  }

  .step-2 .review-inner {
    padding-top: 10px;
    font-size: 1.4rem;
  }
}

@media (max-width: 500px) {
  .field-wrap .form-item.half-form-item,
  .book-now-form .field-wrap .form-item.half-form-item {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .search .field-wrap .form-item input,
  .search .field-wrap .form-item select {
    font-size: 1.4rem;
  }

  .search .field-wrap .form-item.half-form-item {
    font-size: 1.4rem;
    margin-bottom: 13px;
  }

  .slideshow-form .button,
  .book-now-form .button {
    margin-top: 10px;
  }

  .slideshow-block {
    margin-bottom: 516px;
    min-height: 250px;
  }

  .field-wrap {
    flex-wrap: wrap;
    margin: 0;
  }

  .we-care-block {
    padding: 25px 15px;
  }

  .top-bar {
    padding: 0 15px;
  }

  .listing-block,
  .resorts-block,
  .footer-inner,
  .slideshow-form,
  .book-now-block,
  .search-left {
    padding: 20px 15px;
  }

  .search-right {
    padding: 20px 15px !important;
  }

  .content-page .slideshow-contents {
    font-size: 2.4rem;
  }

  .about-block .about-title h2 {
    font-size: 2rem;
  }

  .about-block .about-title p {
    font-size: 1.5rem;
  }

  .about-block .about-info {
    font-size: 1.4rem;
  }

  .primrose-valley.content-page .slideshow-contents {
    font-size: 2rem;
  }
}

/* Velapex Footer
==================== */

.copyright-footer {
  display: flex;
  background: #09090d;
  color: #fff;
  font-size: 1.5rem;
}

.velapex-block span {
  display: inline-block;
  width: 130px;
  height: 50px;
  background: url(https://techy-panda.co.uk/img/logo-text-full-white.80a50d70.png) center / contain no-repeat;
  margin-left: 10px;
}

.admin {
  color: #ffcf00;
}

footer a {
  color: #fff;
  transition: ease 0.25s;
}

.velapex-block {
  display: flex;
  align-items: center;
}

footer a:focus,
footer a:hover {
  color: #c5c5c5;
}

@media (min-width: 981px) {
  .copyright-footer {
    padding: 0 25px;
    align-items: center;
    height: 65px;
  }

  .copyright-left {
    display: flex;
    align-items: center;
    margin-right: auto;
  }

  .copyright-left span {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }

  .admin {
    margin-right: 6px;
  }
}

@media (min-width: 981px) and (max-width: 1320px) {
  .copyright-footer {
    padding: 0 10px;
    font-size: 1.3rem;
  }
}

@media (max-width: 980px) {
  .copyright-footer {
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    font-size: 1.4rem;
  }

  .admin {
    margin-bottom: 10px;
  }

  .velapex-block {
    margin-top: 15px;
  }

  .velapex-block span {
    width: 125px;
    height: 34px;
  }
}

@media (min-width: 981px) {
  .responsive-only {
    display: none !important;
  }
}

@media (max-width: 981px) {
  .desktop-only {
    display: none !important;
  }
}

/* Utilities
============== */

.arrow-right {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/assets/img/icons/right-arrow.png) center / contain no-repeat;
}

.arrow-right.-fill-white {
  background-image: url(/assets/img/icons/right-arrow-white.png);
}

/* Slick
============== */

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 20px 0 0;
  width: 100%;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  transition: ease 0.25s;
}

.slick-dots li button:before {
  content: '';
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 10px;
  height: 10px;
  text-align: center;
  opacity: 0.25;
  background: #0054aa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100%;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  background: #0054aa;
}

@media (max-width: 980px) {
  .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0;
  }

  .website-login {
    right: 100px;
    border-radius: 6px;
    top: 36px;
  }

  /*   .slick-dots li button:before {
    width: 7px;
    height: 7px;
  } */
}

@media (max-width: 640px) {
  .website-login {
    right: 75px;
  }
}

@media (min-width: 981px) and (max-width: 1400px) {
  .book-now-form {
    flex-wrap: wrap;
    max-width: 600px;
  }

  .book-now-form.field-wrap .form-item.half-form-item {
    width: 49%;
  }

  .book-now-form .field-wrap {
    margin: 0;
  }

  .book-now-form.field-wrap .form-item.half-form-item:not(:nth-last-child(2)),
  .book-now-form.field-wrap .form-item.half-form-item:not(:nth-last-child(1)) {
    margin-bottom: 20px;
  }

  .book-now-form .button {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 981px) and (max-width: 1445px) {
  .search-returned .inner-info {
    display: none;
  }

  .si-main-info {
    max-width: 100%;
  }

  .search-returned .this-title-inner h2 {
    max-width: 100%;
  }
}

@media (min-width: 981px) and (max-width: 1320px) {
  .main-logo svg {
    width: 147px;
    height: 102px;
  }

  nav.main-nav ul li {
    margin: 0 14px;
  }

  .slideshow-welcome h2 {
    font-size: 5.5rem;
    line-height: 50px;
  }

  .slideshow-welcome h3 {
    font-size: 3rem;
    line-height: 50px;
  }

  .form-title h2 {
    font-size: 3rem;
  }

  .field-wrap .form-item,
  .button {
    height: 35px;
    font-size: 1.5rem;
  }

  .wc-item .wc-icon {
    width: 55px;
    height: 55px;
  }

  .wc-item h2 {
    font-size: 2.2rem;
  }

  .wc-item h3 {
    font-size: 1.4rem;
  }

  .slideshow-contents,
  .top-bar,
  .listing-block,
  .resorts-block {
    padding: 0 30px;
  }

  .main-resort {
    padding: 30px;
  }

  .we-care-block {
    padding: 30px;
  }

  .listing-inner,
  .resorts-block .resorts-inner,
  .content-page .resorts-block .resorts-inner {
    padding: 75px 0;
  }

  .book-now-block {
    padding: 75px 30px;
  }

  .listing-title,
  .resorts-block .resorts-title {
    font-size: 2.8rem;
    padding-bottom: 10px;
  }

  .resorts-block .resorts-title,
  .content-page .resorts-block .resorts-title {
    margin-bottom: 50px;
  }

  .listing-title::after,
  .resorts-block .resorts-title::after,
  .content-page .resorts-block .resorts-title::after {
    height: 3px;
    width: 100px;
  }

  .resorts-block .resort-item .ri-icon,
  .content-page .resorts-block .resort-item .ri-icon {
    width: 40px;
    height: 40px;
  }

  .resorts-block .resort-item .ri-title {
    font-size: 2rem;
  }

  .footer-inner {
    padding: 50px 30px;
  }

  .listing-item .listing-info h3 {
    font-size: 2rem;
  }

  .listing-item .listing-info h4 {
    font-size: 1.5rem;
  }

  nav.main-nav ul li ul li a {
    font-size: 1.6rem;
  }

  .footer-left h2 {
    font-size: 2.4rem;
  }

  .footer-left h3 {
    font-size: 1.5rem;
  }

  footer form input[type='text'] {
    line-height: 35px;
    max-width: 200px;
    min-width: 200px;
  }

  footer .footer-right a {
    font-size: 1.4rem;
  }

  footer .footer-right ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .slideshow-content-page h2 {
    font-size: 6.5rem;
  }

  .primrose-valley .slideshow-content-page h2 {
    font-size: 6rem;
  }

  .main-resort-title {
    font-size: 2.4rem;
  }

  .main-resort-inner {
    font-size: 1.5rem;
  }

  .content-page .custom-slides,
  .content-page .slideshow-block {
    min-height: 300px;
  }

  .about-block .about-title h2 {
    font-size: 2.8rem;
  }

  .about-block .wc-item {
    margin-top: 20px;
  }

  .content-page .about-block .about-image {
    width: 500px;
    height: 430px;
  }

  .field-wrap {
    margin-bottom: 20px;
  }

  .this-listing-main .listing-left {
    width: 540px;
  }

  .listings .this-listing-main {
    padding: 25px 25px;
  }
}

@media (min-width: 981px) and (max-width: 1240px), (max-width: 980px) {
  .this-title-inner h2 {
    font-size: 2.8rem;
    margin-top: 20px;
  }

  .search-returned .this-title-inner .this-location span {
    display: inline-block;
    margin: 0;
  }

  .search-returned .this-title-inner .this-location span::before {
    content: '| ';
  }

  .this-title-inner .this-location {
    font-size: 1.6rem;
  }

  .large-info i {
    font-size: 1.9rem !important;
  }

  .short-info li {
    font-size: 1.6rem;
  }

  .short-info:nth-of-type(2) li:nth-of-type(1),
  .short-info:nth-of-type(2) li:nth-of-type(2) {
    margin: 0;
  }

  .short-info li {
    margin-right: 20px !important;
  }

  .inner-info h2,
  .booking-heading {
    font-size: 1.7rem;
  }

  .info-item,
  .your-info-item,
  .owner-info .info-item {
    font-size: 1.4rem;
  }

  .owner-info .info-item {
    height: 32px;
  }

  .short-info:nth-of-type(1) {
    margin-top: 20px;
  }

  .price-table th {
    font-size: 1.4rem;
  }

  .show-on-1220 {
    display: block !important;
    margin-top: 20px;
  }

  .listing-desc {
    display: none;
  }

  .listings .listing-main-inner {
    flex-direction: column;
  }

  .this-listing-main .listing-left,
  .this-listing-main .listing-right {
    width: 100%;
  }

  .listing-left .slick-track {
    height: 38vw;
  }

  .listing-left .slick-track span {
    background-size: cover;
  }

  .slick-track img {
    padding: 10px;
  }

  .this-listing-main .listing-right {
    display: flex;
    flex-direction: column;
  }

  .this-title-block {
    order: 1;
  }

  .this-main-info {
    order: 2;
  }

  .booking-heading {
    order: 3;
  }

  .price-table {
    order: 4;
  }

  .this-booking {
    order: 5;
  }

  .this-more-info {
    order: 6;
  }

  .listing-right .listing-desc {
    order: 7;
  }

  .booking-popout-inner,
  .booking-popout.show-popout {
    width: 100%;
  }

  .booking-popout.show-popout {
    margin-bottom: 25px;
  }

  .your-details.login-wrap select,
  .your-details.login-wrap input,
  .your-details.login-wrap textarea {
    max-width: calc(100% - 35px);
    width: 100%;
  }

  .details-form {
    width: 100%;
    height: auto;
  }

  .booking-steps.align-top .booking-step {
    width: 50%;
  }

  .booking-info {
    width: 50%;
  }
}

@media (min-width: 981px) and (max-width: 1200px) {
  .search .slideshow-form {
    max-width: 310px;
    padding: 25px 15px;
  }

  .search-right {
    margin-left: 25px;
    width: calc(100% - 335px);
  }

  .search-returned .search-item .si-description {
    margin-bottom: 45px;
    font-size: 1.4rem;
  }

  .search-returned .search-item .si-image span {
    width: 255px;
    height: 166px;
  }

  .search-items {
    height: 36px;
  }

  .search-bar-title {
    width: 130px;
  }

  .search-bar-title,
  .search-items .no-search {
    font-size: 1.4rem;
  }

  .search-items .no-search {
    width: calc(100% - 130px);
  }

  .search .field-wrap .form-item input,
  .search .field-wrap .form-item select {
    font-size: 1.4rem;
  }

  .search .field-wrap .form-item {
    margin-bottom: 15px;
  }
}

@media (min-width: 981px) and (max-width: 1120px) {
  .slideshow-welcome h2 {
    font-size: 5rem;
    line-height: 45px;
  }

  .slideshow-welcome h3 {
    font-size: 2.8rem;
    line-height: 35px;
  }

  .slideshow-form {
    max-width: 425px;
  }

  .field-wrap .form-item {
    font-size: 1.4rem;
    min-width: 170px;
  }

  .form-title h2 {
    font-size: 2.6rem;
  }

  .form-title h3 {
    font-size: 1.4rem;
  }

  .wc-item .wc-icon {
    width: 50px;
    height: 50px;
    margin-right: 7px;
  }

  .wc-item h2 {
    font-size: 2rem;
  }

  .wc-item .wc-title {
    max-width: 220px;
  }

  .wc-item h3 {
    font-size: 1.4rem;
  }

  .search .slideshow-form {
    max-width: 275px;
    padding: 20px 10px;
  }

  .search-right {
    width: calc(100% - 300px);
  }

  .search-returned .si-more-info {
    font-size: 1.3rem;
  }
}

@media (max-width: 980px) {
  .listing-left {
    width: 100%;
  }

  .listing-right {
    padding: 0 18px 20px;
    box-sizing: border-box;
  }

  .login-option h2 {
    font-size: 2rem;
  }

  .login-option h3 {
    font-size: 1.4rem;
  }

  .login-wrap input {
    font-size: 1.4rem;
  }

  .search-right {
    margin: 0;
    padding: 35px;
    box-sizing: border-box;
    padding-top: 0 !important;
  }

  .si-main-info {
    margin-left: 15px;
  }

  .search-returned .si-description {
    font-size: 1.4rem;
  }
}

@media (max-width: 750px) {
  .login-option > div {
    width: 100%;
    max-width: 500px;
    text-align: left;
  }

  .login-option > div:nth-of-type(2) {
    margin-top: 15px;
    border-top: 1px solid #e6e6e6;
    padding: 15px;
  }

  .login-option {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .booking-steps {
    padding-top: 20px;
  }

  .login-option h2,
  .login-option h3 {
    text-align: center;
  }

  .search-returned .search-item {
    flex-direction: column;
  }

  .search-returned .search-item .si-image span {
    display: block;
    width: 100%;
    height: 35vw;
    background-position: center;
  }

  .si-main-info {
    margin: 0;
  }

  .search-returned .book-now-button {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 40px;
  }
}

@media (max-width: 640px) {
  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 100% !important;
  }

  .booking-steps.align-top > div {
    display: flex;
    flex-direction: column;
  }

  .booking-info,
  .booking-steps.align-top .booking-step {
    width: 100%;
  }

  .booking-info {
    border: none;
    padding: 0;
    margin-top: 15px;
  }

  .your-details.login-wrap select,
  .your-details.login-wrap input,
  .your-details.login-wrap textarea {
    width: 100%;
    max-width: 100%;
  }

  .your-info-item {
    margin-bottom: 4px;
  }

  .inner-info h2,
  .booking-heading {
    margin: 14px 0 5px;
  }

  .book-now-button {
    height: 35px;
    font-size: 1.4rem;
  }

  .show-search {
    height: 45px;
  }

  .chosen-dates,
  .this-title-inner .this-location,
  .short-info li,
  .this-title-inner .this-location span {
    font-size: 1.4rem;
  }

  .price-table {
    margin-top: 10px;
  }

  .this-title-inner h2 {
    font-size: 2.4rem;
  }

  .large-info i {
    font-size: 1.7rem !important;
    margin-right: 4px;
  }

  .short-info li {
    margin-right: 15px !important;
  }

  .price-table th,
  .price-table td {
    padding: 8px 4px;
  }

  .price-table th {
    font-size: 1.3rem;
  }

  .price-table td {
    font-size: 1.3rem;
  }

  .listing-right {
    padding: 0 10px 20px;
  }

  .login-option h2 {
    font-size: 1.8rem;
  }

  .login-wrap .input-wrap .input-icon {
    width: 40px;
    height: 40px;
  }

  .login-wrap .input-wrap .input-icon::before {
    background-size: 20px !important;
  }

  /*   .login-option:nth-of-type(1).login-wrap .input-wrap {
    height: 40px;
  } */

  .login-wrap input {
    height: 40px;
    width: calc(100% - 40px);
  }

  .login-wrap input[type='submit'],
  .login-wrap .guest-checkout {
    height: 40px;
    font-size: 1.4rem;
  }

  .booking-nav-item span:nth-of-type(1) {
    font-size: 2rem;
  }

  .scroll-top.show {
    right: 10px;
  }

  .scroll-top {
    bottom: 50px;
  }

  .search-bar-title {
    width: 125px;
    font-size: 1.3rem;
  }

  .search-items .no-search {
    font-size: 1.3rem;
    width: calc(100% - 125px);
  }
}

@media (max-width: 500px) {
  .this-title-inner h2 {
    font-size: 2.4rem;
    margin-top: 10px;
  }

  .search-returned .this-title-inner h2 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  .review-main-info h2 {
    font-size: 2rem;
    padding-bottom: 10px;
  }

  .review-main-info > div {
    padding: 10px 0;
    font-size: 1.3rem;
  }

  .li-star {
    height: 15px;
    width: 15px;
  }

  .this-booking label {
    font-size: 1.4rem;
  }

  .inner-info h2,
  .booking-heading {
    font-size: 1.5rem;
  }

  .price-table td,
  .price-table th {
    font-size: 1.2rem;
  }

  .listing-right .listing-desc {
    font-size: 1.4rem !important;
  }

  .booking-legend {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .booking-legend .legend-item {
    width: 120px;
    margin-bottom: 2px;
  }

  .booking-nav-item {
    width: 50%;
    font-size: 1.4rem;
  }

  .booking-nav-item:not(:last-of-type) {
    margin-right: 15px;
  }

  .booking-popout-inner {
    padding: 20px 15px;
  }

  .listing-title,
  .resorts-block .resorts-title {
    font-size: 2rem;
  }
}

@media (max-width: 420px) {
  .price-table td,
  .price-table th {
    font-size: 1rem;
  }

  .chosen-dates,
  .this-title-inner .this-location,
  .short-info li,
  .this-title-inner .this-location span,
  .info-item,
  .your-info-item {
    font-size: 1.3rem;
  }
}
