@font-face {
    font-family: 'RecklessNeue';
    src: url('../font/RecklessNeue-Regular.woff2') format('woff2'),
        url('../font/RecklessNeue-Regular.woff') format('woff'),
        url('../font/RecklessNeue-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rothena';
    src: url('../font/rothena-webfont.woff2') format('woff2'),
         url('../font/rothena-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



.countdown.show .running {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.countdown.show .running timer {
	font-size: 55px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	color: #fff;
}

.countdown.show .running timer .days,
.countdown.show .running timer .hours,
.countdown.show .running timer .minutes,
.countdown.show .running timer .seconds{
	width: 70px;
	text-align: left;
	margin: 0 7px;
}

@media (max-width: 480px) {
  
  .countdown.show .running timer  {
    font-size: 40px;
  }
  .countdown.show .running timer .days,
  .countdown.show .running timer .hours,
  .countdown.show .running timer .minutes,
  .countdown.show .running timer .seconds {
   
    width: 49px;
  }
  
}

.countdown.show .running .labels{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

.countdown.show .running .labels span{
	width: 97px;
	text-align: center;
	margin: 0px 2px;
	color: #fff;
}

@media (max-width: 480px) {
  .countdown.show .running .labels span{
    width: 69px;
  }
}

.countdown.show .running .text{
  font-size: 20px;
  margin-top: 12px;
  font-weight: 600;
}

.countdown.show .running button{
  border: none;
  background-color: black;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown.show .running .break{
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

.countdown.show .ended{
  display: none;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.countdown.show .ended .text{
  font-size: 20px;
}

.countdown.show .ended button {
  border: none;
  background-color: #5a0000;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  margin: 10px;
}

.countdown.show .ended .break{
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

.countdown .h1 {
	color: #fff;
}



html{
	overflow-x: hidden;	
}

html *:before,
html *:after {
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

*:before,
*:after {
    z-index: -1;
}

.grecaptcha-badge { 
    visibility: hidden;
}

body .pushcrew-side-button {
	z-index: 8 !important;
}

.rothena {
	font-family: 'Rothena';
	font-size: 110%;
	line-height: 110%;
}


/* Page loading icon */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/preloader.svg) center no-repeat #fff;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #9d46e5;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 99999;
	transition: 0.5s all linear;
}
 
#preloader:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
	top: 50%;
    height: 100px;
	width: 100px;
    animation: rotation 1s linear infinite;
    border: 2px solid #ffffff;
    border-top: 1px solid transparent;
    border-radius: 100%;
    margin-left: -50px;
	margin-top: -50px;
}

#preloader > .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin-top: -28px;
    margin-left: -25px;
    animation: wink 1.5s ease-in-out infinite alternate;
}

@keyframes rotation {
	from{transform:rotate(0deg);}
	to{transform:rotate(359deg);}
}

@keyframes wink {
    from{opacity:0;}
    to{opacity:1;}
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.myemailaddress {
    position: absolute;
    width: 200px;
    left: -3000px;
    top: 0px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    color: black;
    overflow-x: hidden;
    font-size: 15px;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	z-index: 2;
}

body.locked {
    overflow: hidden;
	height: 100vh;
}

/*
body.locked:before {
	opacity: 0.9;
	visibility: visible;
}
*/

body.push-toright {
	overflow: hidden;
}

h1, .h1 {
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 20px 0;
    cursor: default;
    line-height: 1.4;
    color: #000;
}

h2, .h2 {
	font-size: 32px;
	margin: 0 0 25px 0;
	font-family: RecklessNeue;
	letter-spacing: 1px;
	line-height: 1.4;
	font-weight: 400;
	color: #000;
}

h3, .h3 {
    font-size: 25px;
    font-weight: 300;
    color: #000000;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

h4, .h4 {
	font-size: 1.5rem;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 1.2;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0;
}

h5, .h5 {
    font-size: 20px;
    color: #f9ac90;
    font-weight: 300;
    margin: 0;
    line-height: 1.4;
}

h6, .h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px 0;
    cursor: default;
    color: #000;
    line-height: 1.4;
}

p {
    margin: 0 0 25px;
    padding: 0;
    font-weight: 400;
    line-height: inherit;
    font-family: inherit;
    color: #000000;
    letter-spacing: 0;
}

a {
    color: #8739f6;
}

a:hover {
    color: #8739f6;
}

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

ul li {
    list-style: none;
}

ul.default {
    margin-bottom: 25px;
	padding-left: 25px;
}

ul.default li {
    list-style: disc;
}

ul.default li > ul.default {
    list-style: circle;
    margin-bottom: 0;
}

.container.wide {
	max-width: 1600px;
}

table {
	margin-bottom: 25px;
	border-bottom: 1px solid #efefef;
}

table tr td {
	border-right: 1px solid #efefef;
	padding: 5px 10px;
}

table tr td:first-child {
	font-weight: 600;
}

table tr td:last-child {
	border-right: 0;
}

table tr th {
	background-color: #efefef;
	font-weight: 600;
	padding: 5px 10px;
}

table tr th:last-child {
	border-right: 0;
}

.bg-none {
	background-image: none !important;
}

.bg-ocean {
    background-image: url('../img/water-bg.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-ocean2 {
    background-image: url('../img/ocean2_bg.webp');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cloud {
    background-image: url('../img/cloud_bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cloud-light {
    background-image: url('../img/clouds_light.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cruise {
    background-image: url('../img/bg_cruise.jpg');
    background-size: 105% auto;
    background-position: right center;
}

.bg-palm {
    background-image: url('../img/palm.webp');
	background-position: right -20px;
	background-repeat: no-repeat;
	background-size: 500px auto;
}

.bg-gradient {
    background-image: url('../img/section5_bg.webp');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-laptop {
    background-image: url('../img/mac.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 45%;
}

.bg-lightpurple {
	background-color: #f4f3f9;
}

.bg-lightgrey {
	background-color: #ececec;
}

.vertical-align {
	align-items: center;
}

.white {
	color: #ffffff;
}

.mb-6 {
    margin-bottom: 4vw !important;
}

.border_line {
    position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 30px auto 30px auto;
	z-index: 9;
	align-items: center;
}

.border_line span.line.left {
    background-color: #aaa;
    height: 1px;
    width: 30%;
}

.border_line span.line.right {
	background-color: #aaa;
    height: 1px;
    width: 30%;
}

.border_line span.text {
    color: black;
	font-size: 16px;
	padding: 0;
	margin: 0;
	opacity: 1;
	border: 0;
	font-weight: 500;
}

.purple {
    color: #8739f6;
}

.black {
	color: #000000;
}

.grey {
    color: #b3b3b3;
}

.charcoal {
    color: #1a1919;
}

.font-weight-medium {
    font-weight: 500;
}


.row.owl-carousel {
	width: calc(100% + 30px);
}

.row.owl-carousel .owl-stage-outer {
	padding: 10px 0;
}

.main_search.region_search {
	background-color: #fff;
	padding: 0 10px !important;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 98;
	opacity: 0;
	visibility: hidden;
	top: 130px;
	transition: 0.5s;
	border-top: 1px solid #efefef;
}

.main_search.region_search > .container > .row > .col-12 {
	border: 0;	
}

.main_search.region_search .row > .col-12 {
	border-color: #efefef;
}

.main_search.region_search .row > .col-12:last-child {
	border-color: #efefef;
}

.main_search.active {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.main_search.active {
	opacity: 1;
	visibility: visible;
	top: 117px;
}


/* Animation */
@-webkit-keyframes criss-cross-left{0%{left:-20px}50%{left:50%;width:20px;height:20px}100%{left:50%;width:375px;height:375px}}
@keyframes criss-cross-left{0%{left:-20px}50%{left:50%;width:20px;height:20px}100%{left:50%;width:375px;height:375px}}
@-webkit-keyframes criss-cross-right{0%{right:-20px}50%{right:50%;width:20px;height:20px}100%{right:50%;width:375px;height:375px}}
@keyframes criss-cross-right{0%{right:-20px}50%{right:50%;width:20px;height:20px}100%{right:50%;width:375px;height:375px}}

/* BTNs */
.btn_box {
    display: flex;
    flex-direction: row;
}

.btn_box .purple_btn {
    margin: 0 20px 0 0;
}

.transp_btn,
.purple_btn,
.white_btn {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0px 20px;
}

.transp_btn:before,
.transp_btn:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #8739f6;
    border-radius: 50%;
}

.white_btn:before,
.white_btn:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #8739f6;
    border-radius: 50%;
}

.purple_btn:before,
.purple_btn:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
}

.transp_btn:before,
.purple_btn:before,
.white_btn:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.transp_btn:after,
.purple_btn:after,
.white_btn:after {
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.transp_btn:hover {
    color: white;
}

.white_btn:hover {
    color: white;
}

.purple_btn:hover {
    color: #8739f6;
}

.transp_btn:hover:before,
.purple_btn:hover:before,
.white_btn:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.transp_btn:hover:after,
.purple_btn:hover:after,
.white_btn:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.btn a {
    transition: color .5s;
}

.purple_btn,
a.purple_btn:not([href]) {
    background: #8739f6;
    background: linear-gradient(90deg, #8739f6 75%, #a849fc 95%);
    color: white;
}

.transp_btn,
a.transp_btn:not([href]) {
    color: #8739f6;
}

.white_btn,
a.white_btn:not([href]) {
	background: #ffffff;
    color: #8739f6;
}

.btn {
    border: 2px solid #8739f6;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    height: 46px;
    width: 220px;
}

.purple_btn.border:before{
	background: #8739f6;
    background: linear-gradient(90deg, #8739f6 75%, #a849fc 95%);
    color: #ffffff;
}

.purple_btn.border:hover {
	color: #ffffff !important;
}

.purple_btn.border:after {
	background: #8739f6;
    background: linear-gradient(90deg, #a849fc 75%, #8739f6 95%);
    color: #ffffff;
}

.btn.small {
  max-width: 100px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
}

.small_btn {
    font-size: 28px;
	width: 100px;
	min-width: 0;
	height: 50px;
	min-width: 100px !important;
}

.black_btn {
	background-color: #000000;
	color: #ffffff;
	border-color: #000000;
}

.black_btn:hover {
	background: #8739f6;
    background: linear-gradient(90deg, #8739f6 25%, #a849fc 55%);
    border: 0;
    color: #ffffff;	
}

.square_btn {
	border-radius: 10px;
}

.square_btn.small_btn {
    width: 120px;
    height: 34px;
    font-size: 13px;
    font-weight: 500;
}

section {
    width: 100%;
	padding: 5vw 0 5vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

section.small_pad {
	padding: 2vw 0 2vw;
}

#hero {
    padding: 190px 0 110px;
}




header {
	position: fixed;
    width: 100%;
    padding: 0;
    z-index: 99;
	top: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

.logoHolder {
	text-decoration: none;
	color: inherit !important;
	display: flex;
	justify-content: center;
}

.logoHolder svg {
	width: 100%;
	max-width: 200px;
	height: auto;
	display: inline-block;
}

.logoHolder svg path {
	fill: #ffffff;
}

.powered_by {
	color: #fff;
	max-width: 180px;
	text-align: left;
	position: relative;
	padding: 0 0 0 40px;
	margin: 0 0px 0 30px;
	font-size: 11px;
	display: inline-block;
}

.powered_by:before {
	content: '';
	background-color: #ffffff;
	width: 1px;
	height: 30px;
	position: absolute;
	left: -15px;
	top: 5px;
}

.powered_by #yonda_icon {
	position: absolute;
	left: 0;
	top: 3px;
	width: 33px;
}


.powered_by img.logo {
	display: block;
	filter: invert(1);	
}





/*
body.header-abs header {
	position: fixed;
	top: 0;
	background-color: transparent;
}

header .top {
    background-color: #ffffff;
	z-index: 5;
	position: relative;
	padding: 15px 0;
}

body.header-abs header .top {
	background-color: transparent;
}

header .top .profile .profile_menu {
	margin: 0;
}

header .top .profile .profile_menu > li > a {
	position: relative;
	padding: 6px 30px 6px 15px;
}

header .top .profile .profile_menu > li > a:after {
	content: '';
	border: 1px solid #7b2fe7;
		border-left: 0;
		border-top: 0;
	width: 5px;
	height: 5px;
	position: absolute;
	right: 17px;
	transform: rotate(45deg);
	top: 13px;
}

header .top .profile img {
    width: 16px;
    display: inline-block;
    height: 16px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

header .top .profile_sub_menu {
	position: absolute;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
	margin: 0;
	left: 0;
	top: 34px;
	width: 100%;
	background-color: #fff;
	border-top: 3px solid #8739f6;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}

header .top .profile_menu > li:hover .profile_sub_menu {
	visibility: visible;
	opacity: 1;
}
*/

/*
.currenciesHolder {
    font-weight: 600;
    position: relative;
}

.currenciesHolder a {
  font-size: 14px;
  font-weight: 500;
}

.currenciesHolder a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f107';
    margin-left: 10px;
    font-size: 14px;
    transition: 0.4s;
    display: inline-block;
    line-height: 1;
}

.currencies {
	opacity: 0;
	position: absolute;
	top: 29px;
	right: 0;
	visibility: hidden;
	transition: 0.5s;
	background-color: #ffffff;
	padding: 10px 0;
	width: 400px;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .20);
}

.currencies label {
	padding: 3px 15px 3px 15px;
	float: left;
	width: 33.3333%;
}

.currencies label:hover {
	background-color: #efefef;
}

.currencies .custom-checkbox > span {
    font-size: 14px;
    width: 100%;
    margin: 0;
}

.currencies .custom-checkbox > span::before {
    margin: 1px 20px 0px 2px;
}

.currencies .custom-checkbox > span::after {
    top: 5px;
}

.currencies .btn {
    width: 100%;
    padding: 6px 10px;
    height: auto;
    margin: 10px 0 0 0;
}

.currencies.active {
	opacity: 1;
	display: block;
	top: 43px;
	visibility: visible;
}

li.profile i {
	margin: 0 10px 0 0;
}
*/

.phoneHolder {
	position: relative;
}

.phoneHolder a {
	font-weight: 600;
	font-size: 20px !important;
	padding: 15px 0 !important;
}

.phoneHolder i {
	color: #fff;
	font-size: 17px;
}

/*
.phoneMenu { 
    position: absolute;
    padding-bottom:60px;
    top: 0;
    right: 145px;
}

.phoneMenu a:hover{
    color: #8739f6;
    text-decoration: underline;
}

header .top a.phoneText {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.menu_desktop a.phoneText {
    color: #8739f6;
    font-size: 20px;
}

header .bottom {
	border-top: 0;
	background-color: transparent;
}

header .bottom.active {
	background-color: #8739f6;
}

header .bottom.active ul.menu_desktop > li > a {
	color: #ffffff;
}

header .bottom > .container > .row > .col-12 {
	position: unset;
}
*/

header.sticky {
    position: fixed !important;
    top: 0;
    background-color: white !important;
    height: auto;
    padding: 0;
    z-index: 10;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
}

/*
header.sticky .top {
	padding: 8px 0;
}
*/



header.sticky + .main {
	margin-top: 140px;
}

/*
header.sticky .logo {
	width: 160px !important;
}
*/

header.sticky .logoHolder path {
	fill: #000;
}

header.sticky .menu_desktop a {
	color: #000;
}

header.sticky .menu_desktop li.phoneHolder a,
header.sticky .menu_desktop li.phoneHolder i {
	color: #8739f6;
}

/*
header.sticky .top a.phoneText {
	color: #000;
}

header.sticky .phoneHolder i {
	color: #000;
}

.logo {
    width: 210px !important;
    transition: 0.5s;
}
*/

.menu_holder {
	display: flex;
	justify-content: space-around;	
}

.menu_desktop > li {
	margin: 0 50px 0 0;
}

.menu_desktop a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding: 20px 0;
    display: block;
}

.menu_desktop .menu_item:before {
    display: block;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    z-index: 0;
    position: absolute;
    background: #8739f6;
    transition: all 0.3s ease-in-out;
}

.menu_desktop .menu_item:hover:before {
    width: 100%;
}



.has-sub-menu a:before {
    display: none !important;
}

.has-sub-menu span.toggle_menu:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f107';
	margin-left: 5px;
	font-size: 14px;
	transition: 0.4s;
	display: inline-block;
}

ul.menu_desktop > .has-sub-menu:hover > a > span.toggle_menu:before {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mega-menu {
    display: none;
	position: fixed;
    left: 0;
    top: 67px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1.0);
    padding: 0 0 40px 0;
    border-bottom: 10px solid #8739f6;
}

body.locked .mega-menu {
	overflow: scroll;
	height: calc(100vh - 67px);	
}

.mega-menu.active {
	display: block;
}

.mega-menu .col-lg-9 {
	-ms-flex: 0 0 78%;
	flex: 0 0 78%;
	max-width: 78%;
}

.mega-menu .col-lg-3 {
	-ms-flex: 0 0 22%;
	flex: 0 0 22%;
	max-width: 22%;
}


.tile {
    position: absolute;
    left: 215%;
    top: 19px;
    display: none;
    width: 88%;
}


.mega-menu ul {
		
}

.mega-menu ul > li {
	
}

.mega-menu ul > li > a {
	display: block;
	padding: 7px 0;
	max-width: 100%;
	width: 100%;
	position: relative;
	font-size: 14px;
	cursor: pointer;
}

.mega-menu ul > li:hover > a {
	font-weight: 500;
}


.mega-menu ul > li > a .imageHolder {
	max-width: 86%;
	height: 90px;
	margin: 0 0 7px 0;
}

.mega-menu ul > li > a .imageHolder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}


.mega-menu a {
	max-width: 100%;
}

.mega-menu ul > li > a span.toggle_menu {
    position: relative;
}

.mega-menu ul > li > a span.toggle_menu:before {
	transform: rotate(-90deg);
}

.mega-menu ul > li:hover > a span.toggle_menu:before {
	transform: rotate(90deg);
}

.mega-menu ul > li.viewall {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;	
}

.mega-menu ul > li.viewall a {
	text-decoration: underline;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
}

img.tile.active {
	display: block;
}


/* Level 1 */
.mega-menu .col-12 > ul {
	display: block;
	visibility: visible;
	opacity: 1;
	display: flex;
	flex-wrap: wrap;
}

.mega-menu .col-12 > ul > li {
	width: 25%;
	margin-top: 45px;
	position: relative;
	padding-right: 56px;
}

.mega-menu .col-12 > ul > li:after {
	content: '';
	background-color: #f0f0f0;
	position: absolute;
	right: 57px;
	top: 0;
	width: 1px;
	bottom: 0;
}

.mega-menu .col-12 > ul > li:nth-child(4):after,
.mega-menu .col-12 > ul > li:nth-child(8):after,
.mega-menu .col-12 > ul > li:nth-child(11):after {
	display: none;
}

.mega-menu .col-12 > ul > li > a {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0;
	color: #000;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0 0 5px 0;
}


/* Level 2 */
.mega-menu .col-12 > ul > li > ul {
	position: relative;
	height: 180px;
}

.mega-menu .col-12 > ul > li > ul > li > a {
	padding: 3px 0 3px 0;
	font-size: 13px;
	color: #b3b3b3;
}




.mobile-button-holder {
	display: none;
}

footer {
	background-color: #deddf0;
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 2vw 0 2vw;
}

footer svg {
	max-width: 200px;
}

footer ul li {
	margin: 0 0 10px 0;
	display: block;
}

footer a {
    color: #000;
    text-decoration: none;
}

footer a:hover {
    color: #883bf4;
    text-decoration: none;
}

footer .app img {
    margin: auto;
    display: block;
}

footer .app p {
    text-align: center;
    color: #000;
}

.social a {
    width: 33px;
    height: 33px;
    margin: 0 13px 0 0;
    display: block;
    color: #ffffff;
    background-color: #000;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 33px;
    transition: 0.3s;
}

.social a:hover {
	background-color: #8739f6;
	color: #fff;
}

.social.invert a {
    color: #fff;
    background-color: #8739f6;
    border: 1px solid #8739f6;
}

.social.invert a:hover {
    color: #8739f6;
    background-color: transparent;
}

footer .atasRow {
    max-width: 570px;
}

.login-with {
	width: 100%;
}

.login-with span {
    cursor: pointer;
}

.login-with > a,
.login-with #my-signin2 {
    width: 100% !important;
	max-width: 100% !important;
	margin: 8px 0 !important;
	border: 1px solid #efefef !important;
	border-radius: 5px;
	display: block !important;
	text-decoration: none;
	position: relative;
}

.abcRioButton {
    width: 100% !important;
	box-shadow: none !important;
	height: auto !important;
}

.nsl-button-facebook,
.abcRioButtonContentWrapper {
	display: block !important;
	height: auto !important;
	position: relative;
}

.nsl-button-svg-container, .abcRioButtonIcon, .icon-container {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 30px !important;
    padding: 0 !important;
}

.nsl-button-svg-container svg, .abcRioButtonIcon svg,
.icon-container img {
   width: 24px;
   height: 24px;
}

.abcRioButtonIcon > div {
	display: block !important;
}

.nsl-button-label-container.facebookText, .abcRioButtonContents, .text-container {
    margin: 0 !important;
    width: 100% !important;
    display: block !important;
    padding: 18px 0 !important;
    font-size: 14px !important;
	font-family: 'Poppins', Arial, sans-serif !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	line-height: 14px !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	color: #333;
}

.underline_me {
	border-bottom: 1px solid #fff;
}

.blue-facebook .nsl-button-facebook {
	background-color: #1878f3;
	border-radius: 7px;
}

.blue-facebook .nsl-button-svg-container {
    left: 5px;
    top: 5px;
}

.blue-facebook .nsl-button-label-container.facebookText {
    padding: 14px 5px 14px 30px !important;
    font-size: 12px !important;
    color: #fff;
}

.need_payment {
    width: 100%;
    padding-top: 20px;
    margin-left: 0px;
    margin-right: 0;
}


.StripeElement {
    width: 100%;
    height: auto;
	padding: 15px 12px;
    border-radius: 4px;
    border: 1px solid #efefef;
    box-shadow: 0px 0px 5px 3px #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin: 10px 0 0 0;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;   
}

.error {
    width: 100%;
    padding-top: 10px;
    text-align:center;
    color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

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

.owl-carousel button.owl-dot {
    background: #b4b4b4;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px 0 0;
}

.owl-carousel button.active {
    background: #f9ac90;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-nav {
    width: 52%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    top: -55%;
    z-index: 3;
}

.nav_bottom .owl-nav {
	margin-top: 15px;
}

.owl-carousel .owl-nav.disabled {
    display:none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: #8739f6;
	color: white;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
}

.owl-carousel .owl-nav button.owl-next {
    transform: rotate(180deg);
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.owl-carousel button.owl-dot:active,
.owl-carousel button.owl-dot:focus,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-prev:active {
    outline: none;
}

.owl_above.button_holder {
	margin: -48px 0 0 0;
}

.full_page_slider,
.full_page_slider .owl-carousel,
.full_page_slider .owl-carousel .owl-stage-outer,
.full_page_slider .owl-carousel.owl-drag .owl-item,
.full_page_slider .owl-carousel .owl-stage {
    height: 500px;
}

.full_page_slider.go-deals,
.full_page_slider.go-deals .owl-carousel,
.full_page_slider.go-deals .owl-carousel .owl-stage-outer,
.full_page_slider.go-deals .owl-carousel.owl-drag .owl-item,
.full_page_slider.go-deals .owl-carousel .owl-stage {
    height: 500px; 
}

.full_page_slider {
    width: 100vw;
    margin-top: 0;
    padding: 0 !important;
}

.full_page_slider .owl-carousel {
    overflow: hidden;
}

.full_page_slider .owl-carousel .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    color: #b3b3b3;
    font-size: 18px;
    position: relative;
    filter: brightness(0.3);
}

.full_page_slider .owl-carousel .item .detail {
    padding: 12px 20px;
    position: absolute;
    right: 20px;
    top: 100px;
    background-color: rgba(0, 0, 0, 0.6);
}

.full_page_slider.go-deals .info_box {
	height: auto;
	background-color: rgba(0, 0, 0, 0.60);
}  

.full_page_slider.go-deals .location {
    font-size: 14px;
    margin: 0;
}

.full_page_slider.go-deals .location img {
    width: 15px !important;
}

.full_page_slider .owl-carousel .item .detail p {
    font-size: 14px;
}

.full_page_slider .owl-carousel .item .detail a {
    font-size: 12px;
}

.full_page_slider .name {
    width: 123px;
    position: relative;
    z-index: 1;
}

.full_page_slider .img,
.full_page_slider img {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: auto;
	object-fit: cover;
}

.full_page_slider p {
    padding: 0 0 8px;
    border-bottom: 1px solid #b3b3b3;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    color: #fff;
    line-height: 20px;
	font-size: 15px;
}

.full_page_slider a {
	color: #ffffff;
	font-size: 12px;
}

.full_page_slider .owl-carousel .center .item {
    filter: brightness(1);
}

.full_page_slider .owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    bottom: 25px;
    z-index: 99;
    margin-right: 0;
    padding-right: 25px;
    width: 100%;
}

.full_page_slider .name {
    width: 123px;
    position: relative;
    z-index: 1;
}

.full_page_slider {
	position: relative;
}

.full_page_slider .info_box {
    position: absolute;
    top: 115px;
    right: 40px;
    z-index: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.50);
    width: 275px;
    padding: 10px 15px;
    border-radius: 5px;
    height: auto;
}

.full_page_slider .location {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.full_page_slider .location img {
    width: 20px !important;
    display: inline;
    margin: 0 5px 0 0;
    height: auto !important;
}

.full_page_slider .price_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative  !important;
    margin-left: 25px;
}

.full_page_slider .price_box p.price {
    margin: 0;
    line-height: 1;
    font-size: 2.4em;
    border: 0;
    color: #fff;
}

.full_page_slider .price_box span {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    float: right;
    padding: 1px 0 0 10px;
    line-height: 19px;
}

.full_page_slider .button_box {
    position: absolute;
	bottom: 38px;
	right: 38px;
	z-index: 1;
}




.full_page_slider .info_box.destination {
	color: #000;
	background-color: rgb(255, 255, 255);
	padding: 40px 25px 20px 25px;
	top: 125px;
	display: none;
	max-width: 280px;
}

.full_page_slider .owl-item.active.center .info_box.destination {
	display: block;
	width: auto !important;
} 

.full_page_slider .info_box.destination img {
	object-fit: unset;
	height: auto !important;
	width: auto !important;
}

.full_page_slider .info_box.destination .location {
	padding: 0;
}

.full_page_slider .info_box.destination img.flame {
	left: -7px;
	top: -25px;
	width: 32px !important;
}

.full_page_slider .info_box.destination .label {
	background-color: #000;
	padding: 3px 10px;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	border-radius: 0;
	margin: 0;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
}

.full_page_slider .info_box.destination .location h5 {
	color: #f9ac90;
	font-size: 14px;
	font-weight: 500;
}

.full_page_slider .info_box.destination .location h3 {
	color: #000;
	font-weight: 500;
	font-size: 20px;
	margin: 0;
}

.full_page_slider .info_box.destination .quick_info {
	margin: 20px 0 5px 0;	
}

.full_page_slider .info_box.destination .quick_info .icon-list li {
	width: 100%;
	padding: 0 0 0 25px;
	margin: 0 0 13px 0;
	font-size: 12px;
	line-height: 1;
}

.full_page_slider .info_box.destination .quick_info .icon-list li span.icon img {
	max-width: 90%;
	max-height: 14px;
	width: auto !important;
	margin: auto;
}

.full_page_slider .info_box.destination .quick_info .icon-list li span.text {
	color: #b3b3b3;
	font-weight: 400;
}

.full_page_slider .info_box.destination a.btn {
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	float: right;
	width: 88px;
	height: 34px;
}







#slider .owl-item {
	padding: 10px;
}

#slider .owl-nav {
    width: 110%;
    top: 36%;
    position: absolute;
    left: -5%;
}

.info_section .left .name_apart {
    font-weight: 500;
}

.info_section .stars {
    margin: 5px 0 35px;
	justify-content: start;
}

.info_section .information p {
	margin: 0;
}

.info_section .information .left {
    color: #8739f6;
    position: relative;
    padding: 0px 0 0 40px;
    text-align: left;
}

.info_section .information .right {
    color: #8739f6;
    text-align: left;
    padding: 0px 10px 0;
}

.info_section .information img.flame {
    width: 27px;
    height: auto;
    position: absolute;
    left: 0;
    top: 7px;
}

.info_section .information b {
	clear: both;
	display: block;
}

.info_section .information .purple p {
	color: #8739f6;
}

.info_section .add_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 1px solid #beb6b6;
    border-bottom: 1px solid #beb6b6;
    margin: 43px 0 0;
    padding: 45px 0;
    color: #b3b3b3;
    font-size: 18px;
}

.info_section .add_section div {
    width: 71%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.info_section .grey {
    color: #b3b3b3;
    font-size: 18px;
    transition: all .5s;
}

.expertInfo {
    max-width: 320px;
    margin: auto;
    text-align: center;
}

.expertInfo .expert {
    border-radius: 50%;
    border: 1px solid #cccdcf;
    width: 60px;
    height: 60px;
    background-color: #eaeaec;
    margin: 0 auto 10px;
}

.expertInfo p {
	color: #b3b3b3;	
	margin: 0 0 15px;
	font-size: 14px;
}

p.contact {
    color: #8739f6;
    font-weight: 600;
    font-size: 20px;
}

p.contact a {
	text-decoration: none;
	color: inherit;
	border: 0;
	transition: .5s;
	color: #8739f6;
    cursor: pointer;
}

p.contact a:hover {
    text-decoration: none;
    color: #8739f6;
    border-bottom: 1px solid #8739f6;
}


.info_section .right.contacts h3 {
	font-weight: 500;
}

.info_section .right.contacts a {
    color: #8739f6;
    border-bottom: 0;
    font-weight: 600;
}

form.search-form label {
	display: block;
	color: #000;
}

form.search-form label img {
    margin: 0 10px 0 0;
    width: 15px;
}


.serch_res {
    width: 100%;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
    background-color: white;
    margin: 0 0 45px;
    display: flex;
	flex-direction: row;
	position: relative;
	padding: 15px 0;
}

.serch_res .visible {
	position: relative;
}

.serch_res .visible .flame_img {
    position: absolute;
    left: -15px;
    top: -30px;
}

.serch_res img.flame {
	position: absolute;
	left: -10px;
	top: -25px;
	z-index: 1;
	width: 45px;
}

.serch_res .left .carousel {
    height: 313px;
    overflow: hidden;
    width: 100%;
}

.serch_res .left .carousel-inner {
    height: 100%;
}

.serch_res .left .carousel-item {
    height: 100%;
}

.serch_res .left .img {
    object-fit: cover;
	object-position: 0 100%;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	background-size: cover;
}

.serch_res .left .img a {
	height: 100%;
	width: 100%;
}

.serch_res .left .img img {
    width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0;
	width: auto;
	object-position: center;  
}

.serch_res .left .img div.deal-tags {
    position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
}

.serch_res .left .white_text {
    background-color: white;
    font-size: 24px;
    width: 170px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 2px 0;
    letter-spacing: -1px;
    position:absolute;
    right:0px;
    margin: 0;
}

.serch_res .left .black_text {
	background-color: black;
	font-size: 18px;
	width: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	color: white;
	padding: 2px 20px;
	letter-spacing: -1px;
	margin: 0;
}

.serch_res .left .black_text span {
    font-size: 18px;
    color: #b3b3b3;
    margin: 0 0 0 15px;
}

.serch_res .left .btn_box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 45px 0 0 0;
}

.serch_res .left .btn_box .black_btn,
.serch_res .left .btn_box .white_btn,
.serch_res .left .btn_box .purp_btn {
    width: 167px;
    height: 49px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 400;
    cursor: pointer;
    transition: all .5s;
    line-height: 1.2;
    border: 2px solid black;
}

.serch_res .left .btn_box .blk_btn {
    background-color: transparent;
	color: #000;
	margin: 0 30px 0 0;
	border-radius: 1000px;
	
	width: 167px;
	height: 49px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	cursor: pointer;
	transition: all .5s;
	line-height: 1.2;
	border: 2px solid black;
}

.serch_res .left .btn_box .blk_btn::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f107';
    z-index: 1;
    margin-left: 7px;
}

.serch_res .left .btn_box .blk_btn:hover {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.serch_res .left .btn_box .purp_btn {
    background-color: transparent;
	color: #8739f6;
	margin: 0 30px 0 0;
	border-radius: 1000px;
	border-color: #8739f6;
}

.serch_res .left .btn_box .purp_btn:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f107';
	z-index: 1;
	margin-left: 7px;
}

.serch_res .left .btn_box .purp_btn.active {
	background-color: #8739f6;
	color: #ffffff;
}

.serch_res .left .btn_box .blk_btn.active {
	background-color: #000000;
	color: #ffffff;
}

.serch_res .left .btn_box .blk_btn.active:after {
	content: '\f106';
}

.serch_res .left .btn_box .purp_btn.active:after {
	content: '\f106';
}

.serch_res .left .btn_box .purp_btn:hover {
    background-color: #8739f6;
    color: #ffffff;
    text-decoration: none;
}

.serch_res .left .btn_box .white_btn {
    background-color: white;
    color: black;
}

.serch_res .left .btn_box .white_btn:hover {
    background-color: black;
    color: white;
    text-decoration: none;
}

.serch_res .left .btn_box .white_btn img {
    margin: 0 0 0 10px;
    width: 12px;
    transition: all .5s;
}

.serch_res .left .btn_box .white_btn:hover img {
    filter: invert(1);
}

.serch_res .right {
	padding: 0 15px 70px 0;
}

.serch_res .right h5 {
    font-size: 20px;
    color: #f9ac90;
    margin: 0;
    font-weight: 400;
}

.serch_res .right h3 {
    font-weight: 400;
    font-size: 30px;
    margin: 0;
    overflow: visible;
}

.serch_res .right .box .purple {
    font-size: 18px;
    color: #8739f6;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0;
}

.serch_res .right .box .purple span {
    font-size: 18px;
    color: #8739f6;
    font-weight: 400;
}

.serch_res .right .stars {
	margin-bottom: 25px;
	justify-content: start;
}

.serch_res .right .stars img {
	display: inline;
}

.serch_res .right .title {
    color: black;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 2px solid #bdb4b4;
    padding: 7px 0;
    width: 100%;
    margin: 15px 0 0px 0;
}

.quick_info {
    width: 100%;
    margin: 0;
}

.quick_info .icon-list {
    margin: 10px 0 10px 0;
    width: 100%;
    overflow: hidden;
}

.quick_info .icon-list li {
    position: relative;
    font-weight: 600;
    width: 50%;
    float: left;
    padding: 0 10px 0 30px;
    margin: 7px 0 7px 0;
    font-size: 12px;
}

.quick_info .icon-list li:nth-child(odd) {
	clear: both;	
}

.quick_info .icon-list li span.icon {
    width: 20px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.quick_info .icon-list li span.icon img {
    position: relative;
    width: 90%;
    height: 20px;
}

.quick_info .icon-list li span.text {
	position: relative;
	font-family: 'Poppins', sans-serif;
}

.tabsgroup.inclusions {
	padding: 0;
	border-radius: 0;
	border: 0;
	width: 100%;
	margin: 15px 0 0 0;
}

.tabsgroup.inclusions > ul {
    padding: 0;
    border-bottom: 2px solid #bdb4b4;
    background-image: none !important;
    background-color: transparent !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-radius: 0;
    margin: 0;
}

.tabsgroup.inclusions > ul > li {
    background-color: transparent !important;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    border-radius: 0;
    margin-right: 0;
    border: 0;
    background-image: none;
}

.tabsgroup.inclusions > ul > li.hide-on-large {
	display: none;
}

.tabsgroup.inclusions > ul > li > a {
	color: black;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 0 !important;
    margin: 0;
}

.tabsgroup.inclusions .ui-tabs-panel {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.serch_res .right .btn_box .black_btn {
    background-color: black;
    color: white;
    margin: 13px 0 0 20px;
    float: right;
    text-decoration: none !important;
	border: 0 !important;
}

.serch_res .right .btn_box .black_btn, .serch_res .right .btn_box .white_btn {
    width: 180px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 400;
    cursor: pointer;
    transition: all .5s;
    line-height: 1.2;
    border: 2px solid black;
    font-weight: 600;
}

.serch_res .price_box .upgrade {
	position: relative;
}

.serch_res .price_box .upgrade::after {
    content: '';
    background-color: #bdb4b4;
    width: 2px;
    height: auto;
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 1;
    bottom: 0px;
}

.serch_res .price_box .book {
	position: relative;
}

.serch_res .price_box .people {
    padding: 8px 0 0 0;
    line-height: 1.2;
}

.serch_res .price_box p {
    color: black;
    font-size: 36px;
    margin: 0 13px 0 0;
    float: left;
}

.serch_res .price_box span {
    color: #b3b3b3;
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    float: left;
    margin: 15px 0 0 0;
}

.serch_res .price_box .purple_btn {
    width: 100%;
	height: 60px;
	font-size: 17px;
	font-weight: 400;
	margin: 7px 0 0 0;
	color: #fff;
}

.serch_res .price_box .purple_btn:hover {
	color: #8739f6;	
}

.serch_res .price_box .purple_btn.border {
	border: 2px solid #8739f6 !important;
	background: none;
	color: #8739f6;
}

.serch_res .slidedown-holder {
	display: none;
	width: 100%;
}

.serch_res a.purple_btn.btn {
	position: absolute;
	right: 15px;
	bottom: 0;
}

.slidedown {
    padding: 35px 0 20px 0;
    border-top: 1px solid #efefef;
    margin: 50px 0 0 0;
}

.slidedown .heading h1,
.slidedown .heading h2,
.slidedown .heading h3,
.slidedown .heading h4,
.slidedown .heading h5,
.slidedown .heading h6 {
	margin: 25px 0 0 0;
	color: #000000;
	font-size: 17px;
	font-weight: 600;
}

.slidedown .heading a {
	color: inherit;
	text-decoration: none;
} 

.slidedown .content p {
	margin: 0 0 1.5rem 0;
	font-size: 13px;
	font-weight: 400;
}

.slidedown .content ol,
.slidedown .content ul {
	padding: 0 0 0 25px;	
}

.slidedown .content li {
	margin: 0 0 5px 0;
	font-size: 13px;
	font-weight: 400;
}

.slidedown .call {
	padding: 45px 0 0 0;
}

.slidedown .call p {
    color: #8739f6;
    text-align: center;
    font-size: 20px;
}

.serch_res.inside .right h3 {
    margin: 0 0 15px 0;
}

.property-details .title {
    padding: 9px 0;
    border-bottom: 2px solid #bdb4b4;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    width: 100%;
    margin: 0 0 20px;
}

.property-details .card {
    border: none;
}

.property-details .card-body {
    padding: 0;
    border: 0 !important;
}

.property-details .must_do ul {
	list-style: none;	
}

.property-details .must_do ul li {
	position: relative;
	padding-left: 25px;
}

.property-details .must_do ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 11px;
	background-color: #000;
	display: block;
	z-index: 1;
	border-radius: 1000px;
}

.property-details .quick_info .icon-list li:before {
	content: '•';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 20px;
	line-height: 1;
}

.property-details .quick_info .icon-list li {
	position: relative;
	padding-left: 20px;
}


/* membership_draft_style.css */
label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
    color: #8739f6;
}

label img {
    margin: 0 10px 0 0;
    max-width: 17px;
}

input::placeholder {
    color: black;
}

.input_box:focus,
.input_box:active {
    outline: none;
}

.form_wrapper {
    padding: 55px 6vw;
}

input {
	width: 100%;
    height: auto;
    border-radius: 0;
    text-align: left;
    padding: 12px 0;
    color: black;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    border-bottom: 1px solid #beb6b6;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

textarea {
	width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    text-align: left;
    padding: 12px 0;
    color: black;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #beb6b6;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

select {
    width: 100%;
    height: auto;
    padding: 12px 40px 13px 0;
    font-family: 'Poppins', sans-serif;
    background-color: white;
    border-radius: 0;
    border: 2px solid #beb6b6;
    color: black;
    margin: 0 0 20px 0;
    background-image: url(../img/arrow_down.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 12px;
    border-bottom: 1px solid #beb6b6;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.select {
    width: 100%;
    height: auto;
    padding: 12px 0;
    font-family: 'Poppins', sans-serif;
    background-color: white;
    border-radius: 0;
    border: 2px solid #beb6b6;
    color: black;
    background-image: url(../img/arrow_down.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 12px;
    border-bottom: 1px solid #beb6b6;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.select input {
	margin: 0;
	padding: 0 !important;
	background-color: transparent !important;
}

.select p {
    margin: 0 !important;
    padding: 0 !important;
}

select.bordered {
	border: 1px solid #ced4da;
	border-radius: .25rem;
	height: auto;
	padding: 5px 10px;
}



form.search {
    max-width: 980px;
    margin: auto;
}

form.search label {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

form.search input {
    background-color: #ffffff;
    border: 0;
    border-radius: 7px;
    padding: 8px 15px;
}

form.search select {
	background-color: #ffffff;
	border: 0;
	border-radius: 7px;
	padding: 12px 15px;
}

form.search .select {
	background-color: #ffffff;
	border: 0;
	border-radius: 7px;
	padding: 12px 15px;
}


form.search.purple {
    max-width: 800px;
}

form.search.purple input {
    background-color: #dedff2;
    height: auto;
    padding: 11px 20px 12px 20px;
}

form.search.purple input[name="location"] {
	
}

form.search.purple select {
	background-color: #dedff2;
}

form.search.purple .select {
	background-color: #dedff2;
	margin: 0 0 20px 0;
}

a.choose_dates {
    color: #ffffff;
	text-decoration: underline;
	position: relative;
	padding: 0 16px 0 0;
	margin: -10px auto 0;
	display: block;
	font-weight: 500;
	max-width: max-content;
}

a.choose_dates:after {
	content: '';
	border: 2px solid #fff;
	    border-left: 0;
		border-bottom: 0;
	width: 7px;
	height: 7px;
	display: inline-block;
	transform: rotate(135deg);
	position: absolute;
	top: 8px;
	right: 0;	
	z-index: 1;
}

a.choose_dates.active:after {
	transform: rotate(-45deg);
	top: 12px;	
}

.more_options {
	display: none;
}

form.default input {
	background-color: white !important;
	border-radius: 7px;
	border: 2px solid #beb6b6;
	padding: 12px 15px !important;
	height: auto !important;
}

form.default select {
	background-color: white;
	border-radius: 7px;
	border: 2px solid #beb6b6;
	padding: 12px 15px !important;
}

form.default .select {
	background-color: white;
	border-radius: 7px;
	border: 2px solid #beb6b6;
	padding: 12px 15px !important;
}

form.search.lines label {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
}

form.search.lines label img {
    filter: invert(1);
    margin: 2px 0 0 15px;
}

form.search.lines input {
    height: 78px;
    background-color: transparent;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-left: none;
    padding: 0 15px;
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    border-radius: 0;
}

form.search.lines ::-webkit-input-placeholder,
form.search.lines ::-moz-placeholder,
form.search.lines :-ms-input-placeholder,
form.search.lines :-moz-placeholder { 
	color: #ffffff;
}

form.search.lines select {
    height: 78px;
    background-color: transparent;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-left: none;
    padding: 0 15px;
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    border-radius: 0;
}


form.search.lines select.border-r-0 {
	border-right: 0;
}

form.search.lines .prettydropdown {
	width: 100%;
}

form.search.lines .prettydropdown > ul {
	right: 0;
	margin: 9px 0 0 0 !important;
	background-color: transparent;
	border: 0 !important;
	font-size: 30px;
	font-weight: 500;
}

form.search.lines .prettydropdown:not(.disabled) > ul.active {
	background-color: #ffffff !important;
}

form.search.lines .prettydropdown > ul > li {
    height: 79px;
    line-height: 79px;
}

form.search.lines .prettydropdown.arrow > ul > li.selected::before {
	display: none;
}

form.search.lines .prettydropdown.arrow > ul > li.selected::after {
    top: 4px;
    right: 40px;
    border: 2px solid #000;
        border-left: 0;
		border-bottom: 0;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    background-color: transparent;
}


.checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.custom-checkbox {
    display: flex;
}

.custom-checkbox p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0 10px;
}

.custom-checkbox > input {
    position: absolute;
	z-index: 3;
	opacity: 0;
	cursor: pointer;
	width: auto;
	margin: 0;
}

.custom-checkbox > span {
    display: inline-flex;
    align-items: center;
    user-select: none;
    color: black;
    font-size: 18px;
    cursor: pointer;
    margin: 6px 0 0;
    width: auto;
    height: auto;
    position: relative;
    border: none;
    padding-left: 30px;
}

.custom-checkbox > span::before {
    margin: 7px 20px 12px 2px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 50%;
    z-index: 0;
    background-color: white;
    position: absolute;
	left: 0px;
	top: 7px;
}

.custom-checkbox > span::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    top: 7px;
    left: -1px;
    border: 1px solid #8739f6;
}

.custom-checkbox > input:checked + span {
    color: #8739f6;
    font-weight: 600;
}

.custom-checkbox > input:checked + span::before {
    border-color: #883ff4;
    background-color: #883ff4;
}



/* Guest Selection */
.dropdown-toggle::after {
    display: none;
}

form .guest {
    width: 640px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    color: black;
    font-weight: 600;
    letter-spacing: -1px;
    padding: 33px 27px 33px 40px;
    top: 1.3vw !important;
    border: none;
    margin: 0;
    z-index: 9;
}

form .guest .inputs {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 40px 0;
}

form .guest .count {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 72%;
    margin: 0 0 10px 0;
}

form .guest .text {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

form .guest span:active,
form .guest span:focus {
    background-color: transparent;
}

form .guest .number {
    display: flex;
}

form .guest .minus,
form .guest .plus,
form .guest .plus_child {
    vertical-align: middle;
    text-align: center;
    color: #8739f6;
    font-size: 20px;
    cursor: pointer;
}

form .guest .minus {
	-webkit-border-top-left-radius: 1000px;
	-webkit-border-bottom-left-radius: 1000px;
	-moz-border-radius-topleft: 1000px;
	-moz-border-radius-bottomleft: 1000px;
	border-top-left-radius: 1000px;
	border-bottom-left-radius: 1000px;
	border-left: 1px solid #efefef;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 4px 4px 0 15px;
	background-color: #fff;
}

form .guest .plus {
	-webkit-border-top-right-radius: 1000px;
	-webkit-border-bottom-right-radius: 1000px;
	-moz-border-radius-topright: 1000px;
	-moz-border-radius-bottomright: 1000px;
	border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
	border-right: 1px solid #efefef;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 4px 15px 0 4px;
	background-color: #fff;
}

form .guest .plus_child {
	-webkit-border-top-right-radius: 1000px;
	-webkit-border-bottom-right-radius: 1000px;
	-moz-border-radius-topright: 1000px;
	-moz-border-radius-bottomright: 1000px;
	border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
	border-right: 1px solid #efefef;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 4px 15px 0 4px;
	background-color: #fff;
}

form .guest input {
    text-align: center;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background-color: #fff !important;
    border-left: 0;
	border-right: 0;
    background-color: transparent;
    padding: 0 !important;
    margin: 0;
    height: 45px;
    border-radius: 0;
}

form .guest .ages {
	background-color: #f4f4f4;
}

form .guest .ages .count {
	display: none;
	padding: 9px 0 0 20px;
}

form .guest .ages .count.active {
	display: flex;
}

form .guest .ages .count .text {
	font-weight: 500;
	font-size: 12px;
}


form .guest .age {
    width: 205px;
    height: 47px;
    border: 1px solid #ededec;
    border-radius: 6px;
    padding: 0 10px;
    background-color: white;
    background-image: url(..../img/arrow_down.png);
    background-position: 93% center;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px;
    letter-spacing: -1px;
    cursor: pointer;
    margin: 0 0 0 38px;
}

form .guest .add {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #b3b3b3;
    font-weight: 400;
    letter-spacing: 0;
}

form .guest .add p {
    cursor: pointer;
}

form .guest .black_btn {
    background-color: black;
    border-radius: 10px;
    color: white;
    width: 172px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 300;
    padding: 0;
}

form .guest .black_btn:hover {
    background: #8739f6;
    background: linear-gradient(90deg, #8739f6 25%, #a849fc 55%);
}


/* Enquiry Form */
form.enquiry .terms label {
	font-size: 12px;
	font-weight: 300;
}

form.enquiry .terms input {
	margin: 0;
}

.lockBox,
.lockBoxMain {
	display: none !important;
    flex-direction: column;
	background-color: rgba(0,0,0,0.8);
	z-index: 3;
	text-align: center;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	width: auto !important;
	align-items: center !important;
	justify-content: center !important;
}

.specialModal .lockBox,
.specialModal .lockBoxMain {
    margin: 10% 35%;
	z-index: 3;
	text-align: center;
	position: absolute;
	width: 30%;
	height: 60%;
	display: block !important;
	background-color: transparent;
	display: flex !important;
}



.slider_tree .item:hover .lockBox {
	display: flex !important;
}

.serch_res .lockBox,
.serch_res .lockBoxMain {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lockBox img,
.lockBoxMain img {
    width: 170px;
    margin-bottom: 20px;
}

.lockBox .purple_btn,
.lockBoxMain .purple_btn {
    color: white;
}

.lockBox .purple_btn:hover,
.lockBoxMain .purple_btn:hover  {
    color: #8739f6
}


.recommended .left h1 {
    font-family: RecklessNeue;
    letter-spacing: 1px;
}

.recommended .left p {
    margin: 20px 0 0;
    width: 90%;
    letter-spacing: 1px;
    font-size: 16px;
}

.recommended .text {
    font-size: 16px;
    margin-top: 65px;
}

.recommended .item {
    background-color: white;
    padding: 15px 21px 22px;
    letter-spacing: -1px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}

.recommended .item .img_block {
    width: 100%;
    max-height: 230px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    margin: 10px 0 10px 0;
}

.recommended .item .img_block a {
    width: 100%;
    height: 100%;
}

.recommended .item .img_block img {
    width: 100%;
    height: auto;
}

.recommended .item .img_block p {
    width: 170px;
    text-align: center;
    background: white;
    color: black;
    font-size: 24px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 0;
    margin: 0;
}

.recommended .item .img_block .black {
    background-color: black;
    color: white;
}

.recommended .item h2 {
    color: black;
    font-size: 38px;
    font-weight: 300;
    margin: 10px 0;
    line-height: inherit;
    overflow: hidden;
}

.recommended .item div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.recommended .price_mem {
    color: #8739f6;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    margin: 0;
}

.recommended .price_mem span {
    text-decoration: line-through;
    font-weight: 300;
}

.recommended .item .stars {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 130px;
}

.recommended .item .price_box {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
}

.recommended .price_box p {
    margin: 0;
}

.recommended .price_box p.price {
    margin: 0 13px 0 0;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 400;
    color: #000000
}

.recommended .item .price_box div {
    align-items: center;
    justify-content: flex-end;
}

.recommended .price_box div p {
    color: #b3b3b3;
    font-weight: 300;
    float: left;
    margin: 0px 0 0 0;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.recommended .price_box h1 span {
    font-size: 24px;
    color: #b3b3b3;
    font-weight: 300;
}

.recommended .details {
    background-color: black;
    border-radius: 10px;
    color: white;
    width: 170px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    font-weight: 300;
    transition: all .5s;
    transition: border 0s;
    border: 2px solid black;
    font-weight: 500;
}

.recommended .details:hover {
    background: white;
    color: black;
}

.recommended .item .details:hover {
    background: #8739f6;
    background: linear-gradient(90deg, #8739f6 25%, #a849fc 55%);
    border: 2px solid transparent;
    color: white;
}



/* Congratulations */
.share.bottom {
	display: none;
}

.share {
	margin-top: 100px;
}

.share h3 {
    color: #8739f6;
    font-weight: 500;
    font-size: 25px;
    margin: 0 0 10px 0;
}

.share p {
	color: #000000;
	display: inline;
}

.share .fb_iframe_widget {
    margin: 4px 0px 0px 10px;
    position: relative;
    top: 2px;
}

.congratulations {
    background-image: url('..../img/cloud_bg.webp');
    background-position: left center;
    background-repeat: no-repeat;
    padding: 35px 175px 5px 35px;
    color: #fff;
}

.congratulations h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0px 0px;
}

.congratulations p.subline {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 30px 0;
}

.congratulations p {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 1.8em 0;
    line-height: 1.6;
    color: #fff;
}

.congratulations p.coupon-text {
    margin: 0 0 7px 0;
}

.congratulations .coupon-code {
    background-color: #ffffff;
    font-weight: 700;
    color: #000000;
    border: 1px solid #8739f6;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    text-align: center;
    display: block;
    max-width: 270px;
    padding: 5px 15px;
    font-size: 20px;
    margin: 0px 0px 6px -10px;
    min-height: 37px;
}

.congratulations .coupon-code p {
	margin: 0;
}

.congratulations .button {
    margin: 15px 10px 30px 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.congratulations p.small {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
}


.feature-boy {
    position: absolute;
    right: -50px;
    bottom: 0px;
}

.feature-boy.lonely {
    bottom: -166px;
}

.feature-boy img {
	width: 375px;
	height: auto;
}



/* home.css */
body#home-page section#hero {
    padding: 200px 0 110px;
}

#home-page .section1 .btn_box {
    margin-top: 35px;
    margin-bottom: 35px;
}

#home-page .section1 .btn_box .btn {
	width: 206px;
}

.phone-feature img.feature {
    max-width: 325px;
}

.phone-feature .img_box img:not(.feature) {
    max-width: 120px;
}

.phone-feature .img_box img.icon3 {
	max-width: 85px;
} 

#home-page .section4 .img_box img:not(.feature) {
    max-width: 120px;
}

#home-page .section4 .img_box img.icon4 {
	max-width: 80px;
}

a.underline_me {
    color: black;
    cursor: pointer;
    font-size: inherit;
    margin: 15px 0 0;
    text-decoration: none;
    line-height: 18px;
    border-bottom: 1px solid black;
    width: max-content;
    transition: all .5s;
}

a.underline_me:hover {
    color: #8739f6;
    border-color: #8739f6;
}

a.color_me {
	color: #8739f6;
}

.img_box img {
    margin: 0 20px 0 0;
    width: 80%;
}


.accordion {
    width: 100%;
}

.accordion .card {
    width: 100%;
    border: none;
    margin: 0 0 20px;
    background-color: transparent;
    padding: 0;
	box-shadow: none;
}

.accordion .card-header {
    width: 100%;
    border-radius: 15px 15px 0 0 !important;
    border: none;
    padding: 18px 50px 18px 20px !important;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1;
    cursor: pointer;
    transition: all .5s;
    background-color: #883bf4;
    color: white;
    position: relative;
}

.accordion .card-header.collapsed:after {
	content: '\f107';
}

.accordion .card-header:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f106';
	position: absolute;
	right: 20px;
	top: 17px;
	z-index: 2;
	font-weight: 900;
}


.accordion .collapsed {
    background-color: #f5f5f5;
    color: black;
    border-radius: 15px !important;
    transition: all .5s;
}

.accordion .collapsed:hover {
    background-color: #883bf4;
    color: white;
}

.accordion .card-body {
    border-radius: 0 0 15px 15px !important;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    margin-top: 1px;
    background-color: #fff;
}

.accordion .card-body p:last-child {
	margin-bottom: 0;
}

.accordion img {
    max-width: 45vw;
    width: 100%;
}


/* login.css */
.section-form-wrap {
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    width: 100%;
    margin: auto;
}

.section-form-wrap.login {
	max-width: 500px;
}

.section-form-wrap.join {
	max-width: 830px;
}

.section-form-wrap.join .form-holder {
	max-width: 560px;
    padding: 65px 30px 65px 30px;	
}

.section-form-header {
    background: linear-gradient(87deg, rgb(135, 57, 246) 0%, rgb(132, 56, 250) 35%, rgb(171, 74, 252) 100%);
    display: block;
    padding: 20px 25px 20px 25px;
    color: white;
    font-size: 18px;
    position: relative;
    text-align: center;
    font-family: 'Poppins', Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}


.form-holder {
    max-width: 525px;
    margin: auto;
    padding: 65px 30px 65px 30px;
}

.signup {
    text-align: center;
    padding: 20px 0 0 0;
    font-family: 'Poppins', Arial, sans-serif !important;
	font-weight: 500 !important;
	font-size: 14px !important;
}

.signup p {
	color: #333;
}

.signup p a {
	color: #8739f6;
}

input.invalid {
    border-bottom: 1px solid red;
}

input.invalid::placeholder {
    color: red;
}

input::placeholder {
    color: black;
	opacity: 1;
}

input:focus,
input:active {
    outline: none;
    border-bottom: 1px solid #b6acac;
}



ul#remember {
	overflow: hidden;
	margin: 20px 0 0 0;
}

ul#remember li {
    float: left;
    width: 50%;
    font-size: 13px;
}

ul#remember li:first-child input[type="checkbox"] {
    margin: 0 5px 0px 0 !important;
    width: auto;
    display: inline;
}

ul#remember li:first-child label {
    display: inline;
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

ul#remember li:last-child {
    text-align: right;
}

ul#remember li:last-child a {
    padding: 0px 0 0 0;
    margin: 0 0 0 0;
    display: block;
}

ul#remember li:last-child a:hover {
	color: #8739f6;
}


/* competition.css */
body#competition-page #hero {
	position: relative;
}

body#competition-page #hero:after {
	content: '';
	background-color: rgba(0, 0, 0, 0.20);
	width: 100%;
	top: 0;
	position: absolute;
	left: 0;
	height: 100%;
	z-index: 1;
}

body#competition-page #hero .container {	
	position: relative;	
	z-index: 2;
}

.formBorder {
    position: relative;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 35px 30px 0 30px;
}

.formBorder h3 {
	margin: 0 auto 30px;
	max-width: 350px;	
}




video {
	width: 100%;
}

a.terms {
	font-size: 12px;
}


/* social_icons.css */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}

ul.social-network li {
	margin: 0 5px;
	display: inline;
}

.social-network a.icoFacebook:hover {
	background-color: #3B5998;
}

.social-network a.icoInstagram:hover {
	background-color: #ce007f;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoInstagram:hover i {
	color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
	color: #44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
	background-color: #D3D3D3;
}

.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}



/* search_result_style.css */
.slider_tree.result_slider {
    width: auto;
    transition: 0.5s;
    position: relative;
    left: 0;
}

.slider_tree.result_slider.active {
	left: 350px;
}

.result_box > .container {
	position: relative;
}


form#formRefineResults h3 {
    font-weight: 400;
    position: relative;
    border: 0;
    border-radius: 10px;
    padding: 0;
    font-size: 16px;
    margin: 0;
    cursor: pointer;
}

form#formRefineResults .row {
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

form#formRefineResults .row::before {
    content: '';
    background-color: #efefef;
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
}

.refine_trigger > span {
	border: solid #883ff4;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-right: 10px;
}

.filters_box {
    display: block !important;
    padding-top: 25px;
}

.result_box .sort {
    display: flex;
    justify-content: end;
    align-items: center;
}

.result_box .sort select {
    width: 180px;
	height: 47px;
	border: 2px solid #8739f6;
	color: #8739f6;
	border-radius: 50px;
	padding: 0 15px;
	background-image: url(../img/arrow_down_purple.png);
	background-position: right 15px center;
	background-size: 10px 6px;
	margin: 0 0 0 10px;
}

.result_box .sort select:active,
.result_box .sort select:focus {
    outline: none;
}

#refineFilter {
	position: absolute;
	left: 0;
	top: 116px;
	transform: translate3d(-100%,0px,0px);
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	z-index: 9;
	background-color: #fff;
	width: 300px;
	padding: 0 15px;
}

#refineFilter.active {
	transform: translate3d(0px,0px,0px);
	opacity: 1;
	visibility: visible;	
}

#refineFilter .wrapper {
	height: auto;
}

.result_box .title_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #b3b3b3;
    padding: 0;
    margin: 0;
}

.result_box .title_box p {
    color: #8739f6;
    font-weight: 500;
    margin: 0;
}

.result_box .title_box label {
    margin: 0;
}

.result_box .ui-slider-horizontal .ui-slider-handle {
    margin-left: 0;
    margin-right: 0;
}

.result_box input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 13px;
    height: 13px;
    border-radius: 0;
    border: 0 none;
    background-color: red;
    -webkit-appearance: none;
}

.result_box input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 13px;
    height: 13px;
    border-radius: 0;
    border: 0 none;
    background-color: red;
    -moz-appearance: none;
}

.result_box .middle {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}

.result_box .slider,
.result_box .slider4,
.result_box .slider3 {
    position: relative;
    z-index: 1;
    height: 13px;
    border-radius: 20px;
}

.result_box .slider > .track,
.result_box .slider4 > .track,
.result_box .slider3 > .track {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    background-color: #ebebeb;
}

.result_box .slider > .range,
.result_box .slider4 > .range,
.result_box .slider3 > .range {
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background-color: #883ff4;
}

.result_box .slider > .thumb,
.result_box .slider4 > .thumb,
.result_box .slider3 > .thumb {
    position: absolute;
    z-index: 3;
    width: 15px;
    height: 15px;
    background-color: #ebebeb;
    border-radius: 50%;
    box-shadow: 0 0 03px rgba(0, 0, 0, .6);
    transition: box-shadow .3s ease-in-out;
}

.result_box .slider > .thumb.left,
.result_box .slider4 > .thumb.left,
.result_box .slider3 > .thumb.left {
    left: 25%;
    transform: translate(-5px, -1px);
}

.result_box .slider > .thumb.right,
.result_box .slider4 > .thumb.right,
.result_box .slider3 > .thumb.right {
    right: 25%;
    transform: translate(5px, -1px);
}

.result_box input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 2;
    height: 14px;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.result_box .img_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 19px;
    padding: 3px;
    font-size: 18px;
    color: #b3b3b3;
}

.result_box .img_box label {
    margin: 0;
}

.result_box .img_box .img {
    background-image: url(../img/star.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    filter: grayscale(1);
}

.result_box .radio_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 10px;
}

.result_box .btn_box {
    margin-top: 60px;
}

.result_slider .slide img.flame_img {
	position: absolute;
	left: 2px;
	width: 30px !important;
	height: auto !important;
	top: -7px;
}

.result_slider .slide .stars {
    max-width: 100px;
    top: 0 !important;
    margin-top: 2px;
    margin-bottom: 15px;
}

.result_slider .slide p.purple {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 8px 0;
}


.result_slider.slider_tree .item {
    min-height: 501px;
}

.result_slider.slider_tree .item div {
    justify-content: start;
}

.result_slider.slider_tree .item div.img_block {
	width: 100%;
}

.result_slider.slider_tree .item div.box {
    width: calc(100% + 30px);
    display: flex;
    justify-content: inherit;
    align-items: inherit;
    line-height: inherit;
    letter-spacing: 0;
}

.result_slider.slider_tree .item div.price_box {
    width: calc(100% + 30px);
    display: flex;
    justify-content: inherit;
    align-items: inherit;
    line-height: inherit;
    letter-spacing: 0;
    align-items: center;
}

.result_slider.slider_tree .item div.price_box p {
	margin: 2px 0 0 0;
	line-height: 1;
	font-size: 2em;
}

.result_slider.slider_tree .item div.price_box span {
	font-size: 12px;
	padding-right: 0;
}

.result_slider.slider_tree .item div.price_box .btn {
    padding: 5px 5px;
    font-size: 14px;
    height: 40px;
}

#region_properties.active {
	padding-left: 350px;
}

#region_properties.active .col-md-4 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}


.serch_res .img_block .visible {
    width: 100%;
    height: 100%;
    position: relative;
}

.serch_res .img_block .visible .flame_img {
    position: absolute;
	margin: 0;
	top: -28px;
	left: -23px;
	width: 35px;
	height: auto;
}

.serch_res .img_block .visible a {
	height: 100%;
}

.serch_res .img_block .visible img {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    width: auto;
    object-fit: cover;
    object-position: center;
    max-height: 260px;
}

.serch_res .unvisible {
    width: 100%;
    bottom: -15px;
    background-color: rgba(136, 63, 244, 0.78);
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: white;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.serch_res .img_block:hover .unvisible {
    visibility: visible;
    opacity: 1;
}

.serch_res .unvisible .title {
    color: white;
	font-size: 12px;
	font-weight: 600;
	border-bottom: 2px solid white;
	padding: 0 0 7px;
	width: 100%;
	margin: 0; 
}

.serch_res .unvisible .quick_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    color: white;
    margin-top: 15px;
}

.serch_res .unvisible .quick_info > div {
	width: 100%;
}

.serch_res .unvisible .quick_info .info {
    color: white;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.serch_res .unvisible .quick_info img {
    margin: 0 10px 0 0;
    filter: invert(1);
    width: 15px;
}

.owl-item .slide .img {
    width: 100%;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
}

sup {
	font-size: 80%;
	vertical-align: top;
	position: relative;
	top: 1px;
}

.wrapper {
	display: table;
	width: 100%;
	height: auto;
	margin: 15px 0 55px;
}

.wrapper-guest {
    display: table;
    width: 100%;
    height: auto;
}

.wrapper-pricerange {
    display: table;
    width: 100%;
    height: auto;
    margin: 15px 0 55px;
}

.slider-wrapper {
	width: 100%;
	display: inline-block;
	position: relative;
	font-family: arial;
}

.slider-wrapper-guest {
    width: 325px; 
    display: inline-block;
    position: relative;
    font-family: arial;
}

.slider-wrapper-pricerange {
    width: 100%;
    display: inline-block;
    position: relative;
    font-family: arial;
}

.ui-slider {
	background: #efefef;
	border: 1px solid #d2d2d2;
	height: 20px;
	position: relative;
	border-radius: 100px;
}

.loadMoreBtn {
    padding-bottom: 30px;
}

.ui-slider-range {
	background: #883ff4 !important;
	height: 20px;
	position: absolute;
	border-top: 1px solid #5d99c8;
	border-bottom: 1px solid #5d99c8;
	transform: translateY(-1px);
}

.ui-slider-range:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.ui-slider-handle {
	background: #555 !important;
	position: absolute !important;
	width: 30px !important;
	height: 30px !important;
	top: 50% !important;
	display: block;
	transform: translate(-50%, -50%) !important;
	border-radius: 100px !important;
	z-index: 2;
	background: linear-gradient(#555, #454545) !important;
	cursor: move !important;
	cursor: grab !important;
	cursor: -moz-grab !important;
	cursor: -webkit-grab !important;
	box-shadow: inset -2px -2px 6px 2px rgba(0,0,0, 0.1) !important;
	transition: width 0.1s !important;   
}

.ui-slider-handle:focus {
    outline: none;
}

.ui-slider-handle:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.range-wrapper {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.range {
	background: #fff;
	white-space: nowrap;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	font-size: 13px;
	letter-spacing: 0.02em;
	color: #555;
	width: 150px;
	z-index: 10;
	position: relative;
}

.range:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 67px solid transparent;
    border-right: 67px solid transparent;
    border-top: 6px solid #d2d2d2;
}

.range-value {
	width: 74px;
	padding: 8px 0;
	text-align: center;
	display: inline-block;
	transition: background 0.1s;
}

.range-divider {
	width: 1px;
	display: inline-block;
}

.range-divider:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #d2d2d2;
    content: '';
}

.range-alert {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border: 1px solid #d2d2d2;
	color: #0E0E0E;
	line-height: 15px;
	transition: right 0.2s;
}

.range-alert.active{
    right: -15px;
}

.marker {
	position: absolute;
	top: 100%;
	padding-top: 16px;
	font-size: 13px;
	color: #555;
	letter-spacing: 0.05em;
	transform: translateX(-50%);
}

.marker:after {
    content: '';
    width: 1px;
    height: 8px;
    background: #d2d2d2;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.marker-0:after {
    display: none;
}

.marker-25 {
	left: 25%;
}

.marker-50 {
	left: 50%;
}

.marker-75 {
	left: 75%;
}

.marker-100 {
	right: 0;
	transform: translateX(50%);
}

.marker-100:after {
    display: none;
}

.gear-wrapper{
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	backface-visibility: hidden;
	width: 150px;
	height: 20px;
	overflow: hidden;
	display: none;
}

.gear-large{
	width: 40px;
	height: 40px;
	background: #d2d2d2;
	border-radius: 100px;
	position: absolute;
	top: 18px;
	left: 18px;
	transform-origin: 50% 50%;
	transition: top 0.15s;
}

.gear-large:after{
	position: absolute;
	content: '';
	width: 28px;
	height: 28px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #e8e8e8;
	border-radius: 100px;
}

.gear-large{
    background: #d2d2d2;
    left: auto;
    right: 18px;
}

.gear-large .gear-tooth{
    background: #d2d2d2;
}

.gear-large.active{
    top: 4px;
}

.gear-tooth{
	width: 22%;
	height: 114%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: 0 0;
	background: #d2d2d2;
	border-radius: 2px;
}
.gear-tooth:nth-child(2){
	transform: rotate(90deg) translate(-50%, -50%);
}

.gear-tooth:nth-child(3){
	transform: rotate(45deg) translate(-50%, -50%);
}

.gear-tooth:nth-child(4){
	transform: rotate(-45deg) translate(-50%, -50%);
}

.description {
    font-size: 13px;
}

.places-cards .item {
    background-color: white;
	padding: 15px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}

.places-cards .item h5 {
    font-size: 16px;
    height: 25px;
}

.places-cards .item .img_block {
    height: 165px;
    position: relative;
    overflow: hidden;
    border: 0;
    padding: 0;
}

.places-cards .item .img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
}

.places-cards .item .img_block .black {
    background-color: #000000;
    color: white;
    width: 165px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 0;
    margin: 0;
}

.places-cards .item h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
    letter-spacing: 0;
}

.places-cards .item .details {
    background-color: black;
    border-radius: 10px;
    color: white;
    width: 85px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    margin: 0 0 9px;
    font-weight: 500;
}

.places-cards .item .details:hover {
    background: #8739f6;
    background: linear-gradient(90deg, #8739f6 25%, #a849fc 55%);
    border: 2px solid transparent;
    color: white;
}

.things-cards .img_box img {
    width: 100%;
	margin: 0;
}

.table_section h3 {
    color: #8739f6;
    font-size: 30px;
    margin: 0 0 12px;
}

.table_section h6 {
    font-weight: 500;
	font-size: 14px;
	color: #000;
}

.table_section .intros .clm {
    font-size: 12px;
    line-height: 1.8;
    height: 150px;
    color: #999999;
    text-align: center;
}

.table_section .clm:last-child h3,
.table_section .clm:last-child h6,
.table_section .clm:last-child p,
.table_section .all_func .item_row:last-child i {
	color: #ffffff;
}

.row4 .btn_box a.btn {
	background: linear-gradient(90deg, #d5d5d5 75%, #fff 95%);
	border-color: #d5d5d5;
	color: #000;
	line-height: 1.2;
}

.table_section .container {
    position: relative;
}

.table_section .container::after {
    content: '';
    background: rgb(79,79,79);
	background: linear-gradient(180deg, rgba(79,79,79,1) 0%, rgba(0,0,0,1) 77%);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20%;
}

.table_section .container .row .col:last-child,
.table_section .container .row .col:last-child h3,
.table_section .container .row .col:last-child p {
	color: #ffffff;
}

.table_section .clm {
	border-right: 1px solid #e6e3e3;
}

.table_section .row:not(.all_func) .clm,
.table_section .item_row {
	width: 20%;
}

.table_section .container > .row1 .clm {
    border-bottom: 0;
    text-align: center;
    padding: 20px 15px;
}

.all_func .clm {
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    line-height: 1.2;
}

.all_func .item_row:not(.row4) .clm:nth-child(odd) {
	background-color: #efefef;
}

.all_func .item_row:not(.row4) .clm:nth-child(even) {
	background-color: #ffffff;
}

.item.black {
	background-image: url('..../img/yonda-black.jpg') !important;
}

.table_section .btn_box {
    width: 100%;
	height: 110px;
	transition: background-color .5s;
	padding: 0 25px;
	border-right: 1px solid #efefef;
}

.table_section .btn_box .btn {
	margin: 0;
}

.all_func .item_row:not(.row4) .clm .fa-check {
    color: #8739f6;
}

.all_func .item_row:not(.row4) .clm .fa-times {
    color: #ccc;
}

.table_list {
    display: none;
}

.button.black.solid {
	background-color: #000000;
	color: #ffffff;
	padding: 12px 25px;
	display: block;
	margin: 0;
	border-radius: 5px;
	text-decoration: none;
}

.button.black.solid:hover {
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
}

.button.black.border {
	border: 1px solid #000000;
	color: #000000;	
	padding: 12px 25px;
	display: block;
	border-radius: 5px;
	text-decoration: none;
}

.button.black.border:hover {
	background-color: #000000;
	color: #ffffff;
}

.property-details .right_box .title {
    margin: 45px 0 35px;
}

.property-details .right_box .title:first-of-type {
    margin: 0px 0 35px;
}

.property-details .img_box {
    display: flex;
    flex-wrap: wrap;
}

.property-details .img_box .img {
    width: 33.3333%;
    padding: 3px;
}

.property-details .img_box .img a {
	display: block;
	height: 106px;
	overflow: hidden;
}

.property-details .img_box .img img {
	margin: 0;
	width: 100%;
	object-fit: cover;
	object-position: top center;
	height: 100%;
}

.property-details .left_box {
	padding-right: 50px;
}

.property-details .view {
	font-size: 12px;
	color: #b3b3b3;
	transition: all .5s;
	margin: 5px 0 0 0;
	cursor: pointer;
	display: block;
	line-height: 1;
}

.property-details .view:hover {
    text-decoration: none;
    color: #8739f6;
}

.property-details p.address {
	color: #b3b3b3;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 15px 0;
}

.property-details .map {
	width: 100%;
	margin: 0;
}

.property-details .map iframe {
	width: 100%;
	height: 300px;
}

.property-details .map img {
    width: 100%;
}

.property-details .adress {
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0 0;
}

.cta {
    color: black;
    padding: 42px 0;
    background-image: url('../img/section5_bg.webp');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.booking .container_box .left_box {
    padding: 40px 6.6vw;
    background-color: #ececec;
}

.booking .container_box .left_box h3 {
    font-size: 24px;
    margin: 50px 0 30px 0;
}

.booking .container_box .left_box .user_info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 50px 0;
}

.booking .container_box .left_box .user_img {
    width: 38px;
    border-radius: 50%;
}

.booking .container_box .left_box .user_info p {
    font-size: 18px;
    color: #b3b3b3;
    margin: 0 6px 0 15px;
}

.booking .container_box .left_box .user_info .user_name {
    color: #8739f6;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.express-checkout {
    border: 2px solid #efefef;
    padding: 20px 10px 3px 10px;
    position: relative;
    border-radius: 8px;
    width: 100%;
    z-index: 2;
	margin-bottom: 25px;
}

.express-checkout p.label {
    text-align: center;
    background-color: #fff;
    width: 180px;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: -11px;
    margin-left: -90px;
}

.express-checkout ul {
	overflow: hidden;
	width: 100%;
}

.express-checkout ul li {
    width: 49%;
	float: left;
	padding: 0;
	border-radius: 5px;
	height: 34px;
	margin: 0.5%;
}

.express-checkout ul li.apple-pay {
	background-color: #000000;
}

.express-checkout ul li.google-pay {
	background-color: #000000;
}

.express-checkout ul li.paypal {
	background-color: #ffc439;
	display: flex;
	justify-content: center;
	align-items: center;
}

.express-checkout ul li.paypal #paypal-button-container {
	height: 24px;
}

.paypal-button-row {
    min-height: 35px !important;
}

.express-checkout ul li a {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    padding: 4px 10px;
    height: 35px !important;
    max-height: 35px !important;
    min-height: 35px !important;
}

.express-checkout ul li.apple-pay img {
    width: auto !important;
    height: 20px;
    margin-top: 7px;
    width: 40px;
    width: 100%;
}
.express-checkout ul li.google-pay img {
    width: auto !important;
    height: 16px;
    margin-top: 8px;
    width: 40px;
    width: 100%;
}

form.booking {
    background-color: #ffffff;
    padding: 50px 6vw;
}

form.booking input {
    border: 1px solid #eee;
    background-color: white;
    border-radius: 7px;
    padding: 10px 15px;
}

form.booking select {
	border: 1px solid #eee;
	background-color: white;
	border-radius: 7px;
	padding: 10px 15px;
}

form.booking .upgrade {
    border-top: 7px solid #8739f6;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-radius: 5px;
	padding: 20px 10px 10px 10px;
	margin: 35px 0;
}

form.booking .upgrade h4 {
    font-size: 20px;
}

form.booking .upgrade p.standout {
    font-size: 22px;
    color: #8739f6;
    margin-bottom: 5px;
    font-weight: 300;
}

form.booking .upgrade p.standout b {
	font-weight: 600;
}

form.booking .upgrade p {
    margin: 0 0 25px 0;
	font-size: 14px;
	font-weight: 300;
}


.payment_type {
	width: 100%;
}

.payment_type li:not(:last-child) {
	margin: 0 10px 0 0;
}

.payment_type label {
    margin: 0 10px 0 0;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.payment_type input {
    margin: 0 10px 0 0;
}

.payment_type i {
	font-style: normal;
}


form.booking .paymentsHolder {
    margin: 25px 0 0 0;
    width: 100%;
}

form.booking .paymentPanel {
	padding: 25px 0;
}

form.booking .payment {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding-top: 20px;
	padding-bottom: 0;
	margin-top: -1px;
}

form.booking .payment.active .paymentHeading label {
	color: #8739f6;
}

form.booking .paymentHeading label {
    font-size: 14px;
	margin: 0;
	color: #000;
}

form.booking .paymentHeading.hummpay label {
 	margin-top: 6px;   
}

form.booking .paymentHeading img.cardImg {
    max-width: 180px;
    float: right;
}

form.booking .paymentHeading img.hummImg {
	float: right;
	max-width: 100px; 
	margin-top: 6px;
}
        
form.booking .paymentPanel .btn.purple_btn {
    margin-top: 15px;
    font-weight: 500;
    font-size: 14px;
    width: 295px;
}

form.booking .border_line {
	max-width: 100%;
}

form.booking .total_box {
	margin-top:0;
	color: #8739f6;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

form.booking .amountStyle {
	font-size: 13px;
}

form.booking .paySmall {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	padding-right: 10px;
}

form.booking .paySmall:hover {
	color: #8739f6;
}

form.booking .payAll {
	color: #8739f6 !important;
	font-weight: 400;
	font-size: 16px;
	padding-left: 10px;
}

form.booking .right_amount {
	font-size: 30px;
	color: #000000;
	width:160px;
	font-weight: 300;
}

form.booking .right_amountdue {
	font-size: 16px;
	color: #000000;
	width: 160px;
	font-weight: 400;
}

form.booking .payments {
	width: 100%;
}

form.booking #card-element {
	width: 100%;
	height: auto;
	padding: 14px 15px;
	background-color: white;
	border-radius: 7px;
	border: 2px solid #beb6b6;
	color: black;
}

label.inline {
	display: inline;
}

input[type="checkbox"],
input[type="radio"] {
	width: 20px !important;
	height: auto !important;
	display: inline;
}

.hummImg {
	max-width: 130px;
}

.afterpay-img {
	max-width: 150px;
}

.yondagift-img {
	max-width: 140px;
}

.hide.payments {
    padding-top: 25px;
	padding-bottom: 30px;
    border-bottom: 2px solid #beb6b6;
    margin-bottom: 0;
}

.hide .btn {
	margin: 0;
}

.hide#credit {
    padding-top: 25px;
    padding-bottom: 5px;
    border-bottom: 2px solid #beb6b6;
    margin-bottom: 0;
}

.hide#credit .btn {
    margin: 25px 0 0 0;
}

body#booking-page .needHelp {
	color: #000000;
	font-size:20px;
}

body#booking-page .phoneClass {
	font-size:20px;
}

body#booking-page .info.coupon label {
	display: inline-block;
	font-size: 14px;
	margin: 8px 10px 0px 0;
	min-width: 130px;
}

body#booking-page .info.coupon input {
    border-radius: 6px;
    border: 1px solid #beb6b6;
    padding: 10px 15px;
    margin: 0;
}

body#booking-page .info.edit-booking a {
    clear: both;
    color: #8739f6;
    max-width: 150px;
    padding: 8px 10px;
}

body#booking-page .info.edit-booking a:hover {
	color: #ffffff;
}

body#booking-page a#checkPromo.btn {
    margin-left: 12px;
    max-width: 80px;
    height: 50px;
    color: #fff;
}

body#booking-page a#checkPromo.btn:hover {
	background-color: #fff;
	color: #8739f6;
}

body#booking-page .container_box .right_box {
    padding: 60px 5vw;
}

body#booking-page .container_box .right_box .info_box {
    max-width: 400px;
	width: 100%;
}

body#booking-page .container_box .right_box .info_box h5 {
    font-size: 16px;
}

body#booking-page .container_box .right_box .info_box h1 {
	font-size: 22px;
}

body#booking-page .container_box .right_box .img_box {
    width: 100%;
    height: 220px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    margin: 0 0 30px;
    transition: 0.5s;
}

body#booking-page .container_box .right_box .info_box.stuck .img_box {
	height: 0;
	margin: 0;
}

body#booking-page .container_box .right_box .img_box .imgHotel {
    width: 100%;
    max-height: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body#booking-page .container_box .right_box .stars {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    padding: 15px;
    opacity: 1;
    transition: 0.5s;
}

body#booking-page .container_box .right_box .info_box.stuck .stars {
	opacity: 0;
}

body#booking-page .container_box .right_box .stars img {
    width: 15px;
    margin: 0 4px 0 0;
}

body#booking-page .container_box .right_box .info {
    width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 10px;
	font-size: 13px;
}

#balanceDivValue {
	background-color: #f9f9f9;
}

#balanceDivValue h6 {
	margin: 0;
}

#balanceDivValue p.tittle {
	margin: 0;
}

#balanceDivValue p.tittle span {
	font-weight: 300;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
	margin: 0 0 0 6px;	
}

body#booking-page .container_box .right_box .info .tittle {
    font-weight: 600;
    margin: 0;
    font-size: 13px;
}

body#booking-page .container_box .right_box .info .tittle span {
    font-size: 12px;
	color: #666;
	font-weight: 300;
	text-decoration: underline;
	margin: 0 0 0 5px;
	position: relative;
}

.sub_terms {
    display: none;
    font-size: 13px;
    color: #777;
    position: relative;
    background-color: #f9f9f9;
    padding: 8px 15px;
}

.sub_terms .close {
	position: absolute;
	right: 0;
	top: 0;
	width: 35px;
	height: 35px;
	opacity: 1;
}

.sub_terms .close::before {
    content: '';
    background-color: #ccc;
    height: 2px;
    width: 15px;
    position: absolute;
    left: 10px;
    top: 16px;
    transform: rotate(45deg);
    z-index: 1;
}

.sub_terms .close::after {
    content: '';
    background-color: #ccc;
    height: 2px;
    width: 15px;
    position: absolute;
    left: 10px;
    top: 16px;
    transform: rotate(-45deg);
    z-index: 1;
}


body#booking-page .container_box .right_box .info .info_text {
    text-align: right;
	margin: 0;
	font-size: 13px;
}

body#booking-page .container_box .right_box .info .purple_tittle {
    color: #8739f6;
}

body#booking-page .container_box .right_box .border_line {
    margin: 25px 0 25px;
    max-width: 100%;
}

body#booking-page .border_line:before {
    width: 100%;
}

body#booking-page .border_line:after {
	display: none;
}

a.have_promo {
	font-size: 13px;
}

body#booking-page .container_box .right_box .info.coupon {
	display: none;
}

body#booking-page .container_box .right_box .info.coupon.active {
	display: flex;
}

.mobile_price {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-color: #000;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 25px;
    opacity: 0;
    color: #fff;
}

.mobile_price.sticky {
	opacity: 1;
}

.mobile_price .price {
    font-weight: 500;
    font-size: 16px;
    float: right;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    font-size: 1.05em;
    line-height: 1.7;
    cursor: pointer;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 1;
    width: 15px;
    height: 15px;
    border: 1px solid #aaa;
    background: #FFF;
    border-radius: 6px;
    -webkit-transition: all .275s;
        transition: all .275s;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '';
    background-image: url('..../img/Icons/yonda_icon_tick.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px auto;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 15px;
    height: 15px;
    z-index: 2;
    font-size: 1.375em;
    color: #CB22ED;
    line-height: 0;
    -webkit-transition: all .2s;
        transition: all .2s;
}

[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #777;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(203, 34, 237, .2);
}

.destinations .img_box img {
    margin: 0 0 10px 0;
    width: 100%;
}

.destinations h3 a {
	color: #000000;
}

.destinations a.btn:not(#loadMore) {
	width: 100%;	
}

#destinations .property-details .accordion ul li {
	position: relative;
	padding: 0 0 0 21px;
}

#destinations .property-details .accordion ul li:before {
	content: '';
	background-color: #000;
	width: 6px;
	height: 6px;
	position: absolute;
	border-radius: 100%;
	left: 0;
	top: 10px;
	z-index: 1;
}

body#giftcard-page .box {
    position: relative;
    padding-left: 40px;
    margin: 0 0 50px 0;
}

body#giftcard-page span.number {
    font-size: 40px;
	color: #ccc;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: -20px;
}


#hero.banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

#hero.banner .overlay {
	background-color: rgba(0, 0, 0, 0.60);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#hero.banner .container {
    left: 0;
    top: 0;
    z-index: 2;
    padding: 35px 30px;
    border-radius: 5px;
    position: relative;
}

#hero.banner .container .search {
    background-color: transparent;
    position: relative;
    padding-right: 110px;
    max-width: 435px;
}

#hero.banner .container .search input {
    padding: 15px 25px;
	height: auto;
	position: relative;
	z-index: 2;
}

#hero.banner .container .search input::-webkit-input-placeholder {
	color: #999999;
}

#hero.banner .container .search input:-ms-input-placeholder {
	color: #999999;
}

#hero.banner .container .search input::placeholder {
	color: #999999;
}

#hero.banner .container .search button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    font-weight: 400;
    font-size: 29px;
    letter-spacing: 0.5px;
}

#hero.banner .container .search .suggestions {
    display: none;
	position: absolute;
	left: 0;
	top: 52px;
	right: 110px;
	background-color: #fff;
	padding: 0 10px;
	overflow: hidden;
	z-index: 1;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#hero.banner .container .search .suggestions::before {
    content: '';
    background-color: #d7d7d7;
    display: block;
    left: 30px;
    right: 30px;
    top: 8px;
    position: absolute;
    height: 1px;
}

#hero.banner .container .search .suggestions.active {
	display: block;
}

#hero.banner .container .search .suggestions .foot {
	clear: both;
	background-color: #f6f6f6;
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 14px 20px;
}

#hero.banner .container .search .suggestions .foot a {
    border-radius: 8px;
	width: 107px;
	font-size: 14px;
	height: 38px;
	text-align: center;
	margin: 0 4px 0 4px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	line-height: 1;
	padding: 0;
	display: flex;
}

#hero.banner .container .search .suggestions .foot a.select_all {
	float: left;
	padding: 0;
	width: auto;
	margin: 0;
	text-decoration: underline;
}

#hero.banner .container .search .suggestions .foot a.apply {
	
}

#hero.banner .container .search .suggestions .black_btn {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
    border-radius: 7px;
    padding: 5px 20px;
    float: right;
}

#hero.banner .container .border_line {
    max-width: 150px;
    margin: 30px auto 10px auto !important;
}

#hero.banner .container .border_line span.line.left {
	width: 15%;
	background-color: #e3e3e3;
	height: 1px;
}

#hero.banner .container .border_line span.text {
    color: #c1c1c1;
    font-size: 12px;
    text-transform: uppercase;
}

#hero.banner .container .border_line span.line.right {
	width: 15%;
	background-color: #e3e3e3;
	height: 1px;	
}



.deal_card {
	position: relative;
    width: 100%;
    min-height: 100%;
    height: 100%;
    background-color: white;
    padding: 24px 21px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}

.deal_card h5 {
    font-size: 18px;
    margin: 0 0 5px 0;
    min-height: 20px;
}

.deal_card .img_block a {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
	display: block;
}

.deal_card .img_block img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
	object-fit: cover;
	object-position: center center;
}

.deal_card:hover .img_block img {
	transform: scale(1.1);
}

.deal_card .img_block p {
	width: 45px;
	text-align: center;
	background: #000000;
	color: #ffffff;
	font-weight: 500;
	position: absolute;
	right: 0;
	top: 25px;
	line-height: 1;
	font-size: 14px;
	padding: 10px 10px;
}

.deal_card .img_block .black {
    background-color: black;
    color: white;
}

.deal_card h2,
.deal_card .h2 {
    color: black;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
	margin: 10px 0 6px 0;
}

.deal_card .price_mem {
    color: #8739f6;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
	margin: 0;
}

.deal_card .price_mem span {
	font-weight: 500;
	text-transform: uppercase;
}

.deal_card .stars {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 39%;
    position: relative;
    max-width: 80px;
    margin: 0;
}

.deal_card .price_box {
    margin-top: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.deal_card .type_of_room {
    font-size: 13px;
	color: #b3b3b3;
	font-weight: 300;
	margin: 0;
	line-height: 1.3;
}

.deal_card .price_box h1,
.deal_card .price_box .h1 {
    margin: 2px 0 0 0;
    line-height: 1;
    font-size: 2em;
}

.deal_card .price_box span {
    font-size: 12px;
    line-height: 14px;
    color: #b3b3b3;
    font-weight: 400;
    float: right;
    padding: 0px 6px;
}

.deal_card .details {
    background-color: #8739f6;
	border-radius: 10px;
	color: white;
	width: 100px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
	margin: 0;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.deal_card .hidden_box {
    width: 100%;
    background-color: #8739f6;
    padding: 15px 21px;
    text-align: left;
    font-size: 14px;
    color: white;
    line-height: 1;
    font-weight: 200;
    opacity: 0;
    transition: opacity .5s;
    letter-spacing: 2px;
}

.listing_type {
	max-width: 342px;
	width: 100%;
	margin: auto;
}

.listing_type li {
	position: relative;
}

.listing_type li a {
  color: #000000;
  border-radius: 1000px;
  padding: 12px 30px;
  display: block;
  text-decoration: none;
}

.listing_type li.active a {
	background-color: #8739f6;
	color: #fff;
}

.listing_type li:not(.active):hover a {
	background-color: #efefef;
}

.listing_type i {
	margin: 0 5px 0 0;
}

.listings_holder .listing {
	padding: 0;
}

.listings_holder .listing > .container > .row {
	padding: 0 7px;
}

.listings_holder .map {
	display: none;
	padding: 0;
}

.listings_holder .map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.listings_holder.listings {
	
}

.listings_holder.listings .listing {
	display: block;
}
.listings_holder.listings .map {
	display: none;
}

.listings_holder.split {
	overflow: hidden;
}

.listings_holder.split .listing {
	display: block;
	float: left;
	width: 50%;
	padding: 0 20px;
	height: 1000px;
	overflow: scroll;
}
.listings_holder.split .listing .col-md-4 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.listings_holder.split .listing .col-md-4 .img_block {
  height: 185px;
}
.listings_holder.split .map {
	display: block;
	float: left;
	width: 50%;
	height: 1000px;
	padding: 0 0 0 0;
}

.listings_holder.map .listing {
	display: none;
}
.listings_holder.map .map {
	display: block;
	height: 500px;
}

.filter p {
    margin: 0;
    min-width: 70px;
}

.filter select {
	width: 100%;
	max-width: 300px;
	height: auto;
	padding: 7px 0 5px 0;
	font-family: 'Poppins', sans-serif;
	background-color: white;
	border-radius: 0;
	border-bottom: 1px solid #beb6b6;
	color: black;
	margin: 0;
	background-position: right 7px center;
	background-size: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
}



:root {
    --fms-badge-text-color: white;
	--fms-badge-color: #8739f6;	
}

.filter-multi-select.dropup, .filter-multi-select.dropdown {
    position: relative;
	width: 100%;
	max-width: 300px;
}

.filter-multi-select .dropdown-toggle::after {
    all: unset;
}

.filter-multi-select .dropdown-toggle:empty::after {
    all: unset;
}

.filter-multi-select > .dropdown-toggle::after {
	content: "";
	border-top: 0;
	border-right: 1px solid #464343;
	border-bottom: 1px solid #464343;
	border-left: 0;
	position: absolute;
	right: 7px;
	top: 13px;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
}

.filter-multi-select > .dropdown-toggle:empty::before {
    margin-right: 0.255em;
}

.filter-multi-select > .viewbar {
	white-space: normal;
	height: auto;
	cursor: pointer;
	padding: 7px 0 5px 0;
	border-bottom: 1px solid #beb6b6;
	color: #000;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-radius: 0;
}

.filter-multi-select > .viewbar > .selected-items > .item {
    margin: .125rem .25rem .125rem 0;
	padding: 0px 0px 0px .5em;
	display: inline-flex;
	height: 1.875em;
	color: var(--fms-badge-text-color);
	background-color: var(--fms-badge-color);
	border-radius: 1.1em;
	align-items: center;
	vertical-align: baseline;
	font-size: 14px;
	font-weight: 500;
}

.filter-multi-select > .viewbar > .selected-items > .item > button {
    background-color: transparent;
	color: var(--fms-badge-text-color);
	border: 0;
	font-weight: 600;
	cursor: pointer;
	margin: 0 10px 0 5px;
}

.filter-multi-select > .viewbar > .selected-items > .item > button:hover {
    filter: contrast(50%);
}

.filter-multi-select > .viewbar > .selected-items > .item.disabled {
    display: inline-flex;
    padding: 0px .5em 0px .5em;
    filter: grayscale(80%) brightness(150%);
}

.filter-multi-select > .viewbar > .selected-items > .item.disabled > button {
    display: none;
}

.filter-multi-select > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0%;
    z-index: 1000;
    display: none;
    float: left;
    max-height: 50vh;
    min-width: 10rem;
    overflow-y: auto;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    text-align: left;
    list-style: none;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.filter-multi-select > .dropdown-menu.show {
    display: block;
}

.filter-multi-select > .dropdown-menu > .filter > input {
    font-size: 0.875rem;
	margin: 0;
}

.filter-multi-select > .dropdown-menu > .filter > button {
    position: absolute;
    border: 0;
    background-color: transparent;
    font-weight: 900;
    color: #ccc;
    right: 2rem;
    top: 1rem;
}

.filter-multi-select > .dropdown-menu > .filter > button:hover {
    color: #aaa;
}

.filter-multi-select .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.filter-multi-select .dropdown-item.disabled, .filter-multi-select .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.filter-multi-select .dropdown-item:hover, .filter-multi-select .dropdown-item:focus  {
    background-color: inherit;
}

.filter-multi-select .dropdown-item.active, .filter-multi-select .dropdown-item:active {
    color: inherit;
}

.filter-multi-select .dropdown-item .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0 !important;
}

.filter-multi-select .dropdown-item .custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
	display: inline-block;
	padding-left: 5px;
	line-height: 1.6;
	font-size: 13px;
}

.filter-multi-select .dropdown-item .custom-control-label::before {
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #FFFFFF;
    border: #adb5bd solid 1px
}

.filter-multi-select .dropdown-item .custom-control-label::after {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.filter-multi-select .dropdown-item .custom-checkbox:checked ~ .custom-control-label::before,
.filter-multi-select .dropdown-item .custom-checkbox:indeterminate ~ .custom-control-label::before {
    border-color: var(--fms-badge-color);
    background-color: var(--fms-badge-color);
}

.filter-multi-select .dropdown-item .custom-checkbox:checked:disabled ~ .custom-control-label::before,
.filter-multi-select .dropdown-item .custom-checkbox:indeterminate:disabled ~ .custom-control-label::before {
    border-color: var(--fms-badge-color);
    background-color: var(--fms-badge-color);
    filter: grayscale(80%) brightness(150%);
}

.filter-multi-select .dropdown-item .custom-checkbox:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.filter-multi-select .dropdown-item .custom-checkbox:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}

.benefits h3 {
	font-size: 20px;
}

.benefits p {
	font-size: 14px;
}

.property-style .serch_res .left {
    overflow: hidden;
}

.bg-cruise.overlay .container {
	z-index: 2;
	position: relative;
}

.on_page_enquiry {
	border-top: 4px solid #8739f6;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	padding: 0;
	overflow: scroll;
}

.on_page_enquiry.active {
	display: block;
}

.on_page_enquiry .close {
    position: absolute;
	right: 20px;
	top: 20px;
    width: 35px;
    height: 35px;
    background-color: #8739f6;
    opacity: 1 !important;
    border-radius: 30px;
}

.on_page_enquiry .close:before {
	content: '';
	background-color: #ffffff;
	height: 2px;
	width: 15px;
	position: absolute;
	left: 10px;
	top: 16px;
	transform: rotate(45deg);
	z-index: 1;
}

.on_page_enquiry .close:after {
	content: '';
	background-color: #ffffff;
	height: 2px;
	width: 15px;
	position: absolute;
	left: 10px;
	top: 16px;
	transform: rotate(-45deg);
	z-index: 1;
}

.on_page_enquiry .container {
	padding: 30px;
}

.on_page_enquiry .notice {
    font-size: 13px;
	background: rgb(79,79,79);
	background: linear-gradient(180deg, rgba(79,79,79,1) 0%, rgba(0,0,0,1) 77%);
	padding: 10px 15px;
	margin: 0 0 25px 0;
	border-radius: 7px;
}

.on_page_enquiry .notice p {
	color: #ffffff;
	margin: 0;
}

.on_page_enquiry hr {
	margin: 30px 0 40px 0;
}

.on_page_enquiry h3 {
    font-weight: 500;
    font-size: 25px !important;
    margin-bottom: 20px;
}

form#search_cruise {
	position: relative;
}

form#search_cruise .field_holder {
	position: unset;	
}

form#search_cruise label {
    margin: 0 0 5px 0;
    color: #fff;
}

form#search_cruise a.trigger {
    width: 100%;
    position: relative;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 15px;
    text-align: left;
    display: block;
    color: #fff;
    text-decoration: none;
    height: auto;
    line-height: 1.6;
}

form#search_cruise a.trigger:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f107';
	font-size: 14px;
	transition: 0.4s;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 1;
	color: #fff;
	line-height: 1;
	margin-top: -7px;
}

form#search_cruise a:hover:after {
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

form#search_cruise a.trigger.active:after {
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

form#search_cruise .field_holder > .panel {
    margin: 0;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 15px;
    top: 100px;
    right: 15px;
    z-index: 2;
    padding: 50px 15px 50px 15px;
    transition: 0.4s;
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}

form#search_cruise .field_holder > .panel .close {
    position: absolute;
    right: 15px;
    top: 15px;
    text-indent: -10000px;
    width: 30px;
    height: 30px;
    opacity: 1;
}

form#search_cruise .field_holder > .panel .close::before {
    content: '';
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #000;
    width: 20px;
    height: 1px;
    position: absolute;
    right: 4px;
	top: 13px;
}

form#search_cruise .field_holder > .panel .close:after {
	content: '';
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000;
    width: 20px;
    height: 1px;
    position: absolute;
    right: 4px;
	top: 13px;	
}

form#search_cruise .field_holder > .panel.active {
	visibility: visible;
    opacity: 1;
    top: 78px;
}

form#search_cruise .field_holder > .panel ul li {
    position: relative;
	padding: 0 5px;
}

form#search_cruise .field_holder > .panel ul li label {
    margin: 0;
    color: #000000;
    border-radius: 6px;
    overflow: hidden;
}

form#search_cruise .field_holder > .panel ul li label:hover {
	background-color: #efefef;	
}

form#search_cruise .field_holder .apply_destination,
form#search_cruise .field_holder .apply_departure_port,
form#search_cruise .field_holder .apply_date {
	background-color: #8739f6;
	color: #fff;
	padding: 3px 15px;
	border-radius: 8px;
	text-decoration: none;
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 14px;
	font-weight: 500;
}

label.special_checkbox {
	position: relative;
}

label.special_checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0 !important;
    width: 0 !important;
    margin: 0;
}

label.special_checkbox .checkmark {
    position: absolute;
    top: 50%;
    left: 15px;
    height: 16px;
    width: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-top: -8px;
    cursor: pointer;
}

label.special_checkbox .checkmark::after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid #8739f6;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    content: "";
	position: absolute;
	display: none;
}

label.special_checkbox .text {
    border: 0;
    padding: 12px 15px 12px 45px;
    cursor: pointer;
    font-size: 13px;
    width: 100%;
    font-weight: 500;
    line-height: 1.2;
}

label.special_checkbox input:checked ~ .checkmark {
	background-color: #fff;
	border-color: #fff;
}

label.special_checkbox input:checked ~ .text {
	background-color: #8739f6;
	color: #fff;
}

label.special_checkbox input:checked ~ .checkmark:after {
	display: block;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #8739f6;
}

form#search_cruise .years {
	text-align: center;
}

form#search_cruise .years > li {
	font-size: 20px;
}

form#search_cruise .years > li > ul {
    max-width: 180px;
    margin: 15px auto 0;
}

form#search_cruise .years > li > ul li {
    font-size: 14px;
    color: #666;
    padding: 8px 0;
}

form#search_cruise .years label {
	text-align: center;
}

form#search_cruise .years label .text {
	width: 100%;
	padding: 5px 10px;	
}

form#search_cruise .years label input:checked ~ .text {
	background-color: #8739f6;
	color: #fff;
}

.selectMonths{ float:right; position:relative; display:inline-block; }
.selectMonthsselect {height: 30px; }
.selectMonths > i{ position:absolute; right:5px; top:5px; opacity:0.35; font-style:normal; font-size:18px; transition:0.2s; pointer-events:none; }
.selectMonths > input{ text-transform:capitalize; padding-left:10px; cursor:default; cursor:pointer; }
.selectMonths:hover > i{ opacity:.7; }
.selectMonths + .selectMonths{ float:none; }

.filter_bar {
    border-bottom: 1px solid #efefef;
    margin-bottom: 60px;
    padding-bottom: 30px;
}

a.show_filter {
	text-decoration: none;
}

a.show_filter:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f105';
	margin-left: 10px;
}

p.num_results {
	margin: 0;
}

p.num_results span {
	color: #8739f6;
}

.filter_bar .sort-by label {
	font-weight: 400;
	font-size: 14px;
	margin-right: 10px;
}

.filter_bar select {
    width: 180px;
    height: 47px;
    border: 2px solid #8739f6;
    color: #8739f6;
    border-radius: 50px;
    padding: 0 15px;
    background-image: url(../img/arrow_down_purple.png);
    background-position: right 15px center;
    background-size: 10px 6px;
    margin: 0;
}

.container.with_filter {
	position: relative;
}

.filters {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}

.filters.active {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

.filters .bod {
	width: 100%;
}

.filters label.heading {
    position: relative;
	border-bottom: 1px solid #efefef;
	padding: 10px 0;
	margin: 0;
	cursor: pointer;
}

.filters span.expand {
    position: absolute;
    right: 0;
    top: 50%;
    height: 10px;
    line-height: 1;
    margin-top: -7px;
}

.filters span.expand:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f107';
}

.filters label.special_checkbox .checkmark {
	left: 0;
}

.filters label.special_checkbox .text {
    padding: 7px 15px 7px 30px;
    color: #000000;
}

.filters label.special_checkbox input:checked ~ .text {
    background-color: transparent;
    color: #8739f6;
}

.filters label.special_checkbox input:checked ~ .checkmark {
    background-color: transparent;
    border-color: unset;
}

.sort ul {
	margin: 0;
	overflow: hidden;
	transition: 1s;
	height: 0;
}

.sort.active ul  {
	height: auto;
}

.listings {
	transition: 0.5s;
}

.listings.active {
	margin-left: 25%;
}

.listings .result {
	display: none;
}

.result .card {
	position: relative;
	padding: 0;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
	border: 0;
}

.result .card .img_block {
	height: 190px;
	overflow: hidden;
}

.result .card .img_block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.result .card .content_block {
	padding: 20px 25px 30px 25px;
}

.result .card h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
    min-height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result .card h5 {
    font-size: 16px;
}

.result .card .quick_info {
	min-height: 177px;
}

.result .card .quick_info .icon-list li {
	width: 100%;
	margin: 3px 0 3px 0;
	padding: 0 0 0 25px;
}

.result .card .quick_info .icon-list li span.icon {
	width: 20px !important;
	height: 20px !important;
}

.result .card .quick_info .icon-list li span.text {
	font-weight: 400;
}

.result .card p {
	font-size: 14px;
}

/* common */
.ribbon {
  width: 100px !important;
  height: 100px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  display: block !important;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 160px;
    padding: 5px 0;
    background-color: #8739f6;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 600 13px/1 'Poppins', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -5px;
    left: -5px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}


/* top right */
.ribbon-top-right {
    top: -5px;
    right: -5px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-left-color: transparent;
  display: none;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  right: -25px;
  top: 30px;
  width: 130px;
  transform: rotate(45deg);
}



.modal {
	overflow-y: scroll;
}

.modal-dialog {
    max-width: 800px;
}

.modal.small .modal-dialog {
	max-width: 600px;
}

.modal-content {
    border-radius: 0;
	border: none;
	margin: 0;
}

.modal-header {
	width: 100%;
	background: rgb(223, 218, 232);
	background: linear-gradient(90deg, rgba(223, 218, 232, 1) 20%, rgba(253, 220, 208, 1) 67%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 18px 18px 24px;
	color: black;
	border: none;
	line-height: 1.2;
	border-radius: 0;
}

.modal-header .modal-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.modal-header .close {
    color: #000;
    opacity: 1;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
    padding: 15px 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-header.purple {
    background-color: #8739f6;
    background-image: none;
}

.modal-header.purple .modal-title {
    color: #fff;
}

.modal-header.purple .close {
	color: #ffffff;
}

.modal_box .modal-body {
    padding: 40px 8vw;
}

.modal.small .modal_box .modal-body {
    padding: 40px 4vw;
}

.modal_box .modal-body img {
    margin-bottom: 20px;
}

.modal_box .modal-body h6 span {
	color: #8739f6;
}

.modal_box .modal-body h2 {
    font-size: 25px;
	line-height: 1.4;
}

.modal_box .modal-body h2 p {
	font-size: 14px;
}

.modal_box .modal-body .popup-icons {
	margin-top: 40px;
}

.modal_box .modal-body .popup-icons p {
    margin: 0;
    color: #8739f6;
    font-weight: 600;
    font-size: 13px;
}

.modal_box .modal-body .btn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 2.5vw 0 2.5vw;
    transition: all .5s;
}

.modal-footer {
    color: black;
    font-size: 18px;
    font-weight: 400;
    height: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    border-radius: 0;
    background-image: url(../img/section5_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-footer .next {
    color: white;
    border-radius: 50%;
    background-color: #8739f6;
    width: 35px;
    height: 35px;
    border: none;
    outline: none;
    background-image: url(../img/arrow.png);
    background-position: center;
    background-size: 20%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.modal .close_modal {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
}

.modal .close_modal p {
	margin: 0;
	color: #ffffff;
}

.modal .close_modal img {
    margin: 0 5px 0 0;
    width: 4px;
    cursor: pointer;
}

#competitionModal .modal-dialog {
	max-width: 1140px;
}

#competitionModal .modal-dialog .modal-header {
	background-image: url('../img/cloub_bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	padding: 30px 6vw;
}

#competitionModal .modal-dialog .modal-header:before {
	content: '';
	background: linear-gradient(90deg, rgba(191, 150, 250, 1) 20%, rgba(135, 57, 246, 1) 67%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0.4;
}

#competitionModal .modal-dialog .modal-header h5 {
	color: #ffffff;
	position: relative;
	z-index: 3;
}

#competitionModal .modal-dialog .modal-header .close {
    color: #fff;
    padding: 30px 30px;
    z-index: 3;
}

#competitionModal .modal-dialog .modal_box .modal-body {
    padding: 4vw 6vw;
}

#competitionModal .modal-dialog .modal_box .modal-body h2 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
}

#competitionModal .modal-dialog .modal_box .modal-body .img_box img {
    width: 85px;
    opacity: 0.3;
}

#competitionModal .modal-dialog .modal_box .modal-body .img_box img.icon3 {
    width: 65px;
}

#competitionModal .modal-dialog .modal_box .modal-body form.default {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px 35px 20px;
}

#competitionModal .modal-dialog .modal_box .modal-body form.default label {
	color: #000000;
	font-weight: 400;
}

#competitionModal .modal-dialog .modal_box .modal-body form.default input {
	margin: 0;
	background-color: #f4f4f4 !important;
	border: 0 !important;
	height: auto !important;
	padding: 10px 15px !important;
}

#competitionModal .modal-dialog .modal_box .modal-body form.default textarea {
	margin: 0;
	background-color: #f4f4f4 !important;
	border: 0 !important;
	height: auto !important;
	padding: 10px 15px !important;
}

#competitionModal .modal-dialog .modal_box .modal-body .testimonial p {
	line-height: 1.2;
}


/* New Calendar Modal for Property Page */
.lightpick__month-title {
    z-index: 2;
}
.lightpick__month-title > .lightpick__select-months {
    width: auto;
}
.lightpick__month-title > .lightpick__select {
    margin: 0;
    width: auto;
}
.modal.calendar .modal-dialog {
	max-width: 100%;
    width: 800px;
}
.modal.calendar .modal_box .body,
.modal.calendar .modal_box .modal-body {
    padding: 40px 20px;
}
.modal.calendar .lightpick {
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px;
    margin: 0;
}
.modal.calendar .lightpick__day.is-previous-month,
.modal.calendar .lightpick__day.is-next-month {
    opacity: 1 !important;
}
.modal.calendar .lightpick__toolbar {
    width: 95%;
}
.modal.calendar .lightpick select {
    background-size: 8px;
}
.modal.calendar .lightpick .lightpick__month {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
}
.modal.calendar .lightpick__month-title {
    width: 100%;
}
.modal.calendar .lightpick__month-title > .lightpick__select-months {
    margin: auto;
    text-transform: capitalize;
    font-size: 14px;
    float: left;
    width: 50%;
    text-align: left;
    font-weight: 600;
}
.modal.calendar .lightpick__month-title > .lightpick__select-months option {
	text-align: left;
}
.modal.calendar .lightpick__months header {
    z-index: 2;
	margin-left: 30px;
	margin-right: 30px;
	background-color: transparent;
	margin-top: 11px;
	width: 250px;
}
.modal.calendar .lightpick__month-title > .lightpick__select-years {
    border: none;
    background-color: transparent;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    float: left;
    width: 50%;
    text-align: left;
    font-weight: 600;
}
.modal.calendar .lightpick__month-title > .lightpick__select-years option {
	text-align: left;
}
.modal.calendar .totals {
	margin-top: 40px;
	text-align: center;
}
.modal.calendar .totals .btn {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}
.modal.calendar .note {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 1.4;
    text-align: center;
    max-width: 265px;
    margin: 15px auto 0;
    display: block;
    float: none;
}

.hide {
    display: none;
}

.join_option .custom-checkbox {
    display: block;
	border-radius: 5px;
	padding: 0 0 0 0;
}

.join_option .custom-checkbox > span::before {
    margin: 9px 12px 12px 2px;
}

.join_option label img {
    max-width: 100%;
    width: 85px;
    border-radius: 8px;
    left: 0;
    top: 0;
    margin: 0 0 10px 0;
}

.join_option h3 {
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    z-index: 1;
    position: relative;
}

.join_option p.price {
	margin: 0;
}

.join_option span {
    font-size: 13px;
    margin: 0;
    color: #666;
}

.note.ms {
	background-color: #efefef;
	padding: 15px 30px;
	margin: 15px 0 0 0;
}

.note.ms p {
    margin-bottom: 12px;
    font-size: 12px;
}

.note.ms p:last-child {
	margin-bottom: 0;
}

.nsl-container .border_line {
	border-top: 1px solid #ddd;
	position: relative;
	display: flex;
	justify-content: center;
	margin: 40px 0 35px 0;
	width: 100%;	
}

.nsl-container .border_line .tittle_or {
	color: black;
	font-size: 16px;
	position: absolute;
	top: -15px;
	padding: 0 10px;
	background-color: white;
	margin: 0;	
}

.add_profile_image {
	background-color: #000000;
	color: #fff;
	font-size: 12px;
	border-radius: 100%;
	width: 20px;
	display: block;
	height: 20px;
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: 12px;
	right: -6px;
}

.help_property {
	position: fixed;
	right: 0;
	top: 205px;
	width: 290px;
	z-index: 99;
	background-color: #fff;
	transition: 0.5s;
	transform: translate3d(100%,0px,0px);
}

.help_property.active {
    z-index: 9999;
    transform: translate3d(0px,0px,0px);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}

a.quick_enquiry_trigger {
    background-color: #8739f6;
    color: #fff;
    padding: 0;
    position: absolute;
    left: 0;
    top: 47px;
    margin-left: -75px;
    font-size: 20px;
    text-decoration: none;
    height: 70px;
    width: 75px;
    line-height: 50px;
    
    -webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
}

a.quick_enquiry_trigger i {
    position: absolute;
    top: 16px;
}

.help_property a.quick_enquiry_trigger .fa-times {
	display: none;
	left: 36px;
}

.help_property a.quick_enquiry_trigger .fa-dollar-sign {
	display: block;
	left: 37px;
	font-size: 19px;
}

.help_property.active a.quick_enquiry_trigger .fa-times {
	display: block;
}

.help_property.active a.quick_enquiry_trigger .fa-dollar-sign {
	display: none;
}

a.quick_enquiry_trigger .text {
    position: absolute;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
	bottom: 13px;
	left: 6px;
	font-weight: 600;
	color: #fff;
	opacity: 1;
	text-shadow: none;
	float: none;
	width: 100%;
}

.help_property a.quick_enquiry_trigger .text.close {
	display: none;
}

.help_property a.quick_enquiry_trigger .text.quick {
	display: block;
}

.help_property.active a.quick_enquiry_trigger .text.close {
	display: block;
}

.help_property.active a.quick_enquiry_trigger .text.quick {
	display: none;
}

.quick_enquiry {
}

.quick_enquiry h6.title {
	padding: 15px 25px 15px 25px;
	font-size: 18px;
	background: linear-gradient(60deg, #8739f6 35%, #a849fc 95%);
	color: #ffffff;
}

.quick_enquiry .content {
	padding: 10px 25px 10px 25px;
}

.quick_enquiry h6 {
	font-size: 25px;
	line-height: 1.2;
	text-align: center;
}

.quick_enquiry p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.quick_enquiry a.btn {
	margin: auto;
}

.quick_enquiry .terms {
	margin: 0 0 30px 0;
	display: none;
}

.terms_accordion {
	padding: 10px 20px 10px 20px;
	margin: 0 0 0 0;
}

#termsHeading {
	font-size: 10px;
	text-decoration: underline;
	cursor: pointer;
	text-align: center;
	color: #b2b2b2;
}

#termsContent {
	padding: 20px 0 0 0;
}

#termsContent p {
	font-size: 11px;
	line-height: 1.6;
}

/*
.quick_enquiry .terms label {
    color: #777;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.6;
    margin: 0;
    position: relative;
    padding: 0 0 0 26px;
}

.quick_enquiry .terms input {
	margin: 0;
	position: absolute;
	top: 3px;
	left: 0;
	opacity:1;
}
*/


#enquiryInfo {
	font-size: 14px;
	margin-bottom: 15px;
	width: 100%;
}

#enquiryInfo .alert {
    color: #ffffff;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.4;
}

#enquiryInfo .alert.error {
	background-color: #d97979;
}

#enquiryInfo .alert.success {
	background-color: #499b49;
}



#locations .owl-item {
    padding: 5px;
}

#locations  .owl-dots {
    margin-top: 40px;
}

.location_card .holder {
	position: relative;
}

.location_card .holder .overlay {
	background-color: rgba(135, 57, 246, 0.8); 
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 1;
	color: #fff;
	opacity: 0;
	transition: 0.5s;
}

.location_card:hover .holder .overlay {
	opacity: 1;
}

.location_card .holder .overlay p {
    margin: 0;
    text-align: center;
    position: relative;
    padding-top: 20px;
    color: #ffffff;
}

.location_card .holder .overlay i {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -7px;
}

.location_card h3 {
	font-size: 18px;
}

.location_card h3 a {
	display: block;	
	text-decoration: none;
	color: inherit;
}

.location_card:hover h3 a {
	color: #8739f6;
}

#locations .owl-nav {
	width: 0;
	position: unset;
	z-index: 0;
}

#locations .owl-nav button.owl-prev {
    margin-left: -21px;
    position: absolute;
    top: 120px;
    z-index: 1;
    left: 0;
}

#locations .owl-nav button.owl-next {
	margin-right: -21px;
	position: absolute;
    top: 120px;
    z-index: 1;
    right: 0;
}

.property_card {
    width: 100%;
    background-color: white;
    letter-spacing: -1px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
    padding-top: 15px;
	padding-bottom: 15px;
}

.property_card .holder {
	position: relative;
	height: 215px;
	overflow: hidden;
}

.property_card h5 {
    font-size: 18px;
    margin: 0 0 5px 0;
    min-height: 20px;
}

.property_card .img_block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.property_card .img_block a {
    width: 100%;
    height: 220px;
    display: block;
}

.property_card .img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property_card .img_block p {
    width: 135px;
    text-align: center;
    background: white;
    color: black;
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 0;
}

.property_card .img_block .black {
    background-color: black;
    color: white;
}

.property_card h2,
.property_card h3 {
    color: black;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
	margin: 15px 0 10px 0;
}

.property_card h2 a,
.property_card h3 a {
	color: inherit;
}

.property_card div.room_info {
	flex-direction: column;
	align-items: flex-start;
}

.property_card .price_mem {
    color: #8739f6;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
	margin: 0;
}

.property_card .price_mem span {
    text-decoration: line-through;
    font-weight: 300;
}

.property_card .stars {
    justify-content: space-between;
    align-items: center;
    width: 90px;
    position: relative;
}

.property_card .box {
	margin-top: 15px;
	margin-bottom: 15px;
}

.property_card .address {
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 10px 0;
}

.property_card p {
	margin-bottom: 0;
}

.property_card .price_box {
    margin-top: 10px;
}

.property_card .type_of_room {
    font-size: 14px;
    color: #b3b3b3;
    font-weight: 300;
    margin: 0;
}

.property_card .price_box span.price {
	font-size: 30px;
	line-height: 1;
	color: #000;
	font-weight: 400;
	margin-right: 7px;
}

.property_card .price_box span {
    font-size: 14px;
	line-height: 16px;
	color: #b3b3b3;
	font-weight: 300;
}

.property_card .btn {
	background-color: black;
    border-radius: 10px;
	color: white;
	width: 120px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
	margin: 0;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.01px;
	border: 0;
}

.property_card .hidden_box {
    width: 100%;
    background-color: #8739f6;
    padding: 15px 21px;
    text-align: left;
    font-size: 14px;
    color: white;
    line-height: 1;
    font-weight: 200;
    opacity: 0;
    transition: opacity .5s;
    letter-spacing: 2px;
}

.property_card:hover .hidden_box {
    opacity: 1;
}

.property_card:hover .details {
    background: #8739f6;
    background: linear-gradient(90deg, #8739f6 25%, #a849fc 55%);
}


.destinations_cont .box .img_box a {
	display: block;
	height: 250px;
	overflow: hidden;
}
.destinations_cont .box .img_box a img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}


/* Destination */
.full_page_banner {
	height: 500px;
	padding: 0;
}

.fb_customer_chat_icon {
	bottom: 60px !important;
	right: -5px !important;
}

.full_page_banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body#destinations .lightpick {
	width: 1100px;
	margin: 0;
	left: calc(50% - 550px) !important;
}

body#destinations .lightpick .lightpick__toolbar {
    width: auto;
    left: 25px;
    right: 25px;
}

body#destinations .lightpick .lightpick__month {
    padding: 0 100px;
}

body#destinations .lightpick .lightpick__month:not(:last-child) {
	border-right: 1px solid #efefef;
}

body#destinations .lightpick .lightpick__day.is-start-date.is-in-range,
body#destinations .lightpick .lightpick__day.is-end-date.is-in-range {
    position: relative;
    background-image: none;
	background-color: #8739f6;
	padding-top: 10px;
}

body#destinations .lightpick .lightpick__day.is-start-date.is-in-range:before,
body#destinations .lightpick .lightpick__day.is-end-date.is-in-range:before {
	position: absolute;
	left: 0;
	top: 8px;
	color: #fff;
	z-index: 2;
	font-size: 8px !important;
	width: 100%;
	text-align: center;
	letter-spacing: -0.2px;
}

body#destinations .lightpick .lightpick__day.is-start-date.is-in-range:before {
	content: 'Check In';
}

body#destinations .lightpick .lightpick__day.is-end-date.is-in-range:before {
	content: 'Check Out';
}

body#destinations .lightpick .foot {
    background-color: #f9f9f9;
    margin: 35px -30px -30px -30px;
    padding: 15px 25px;
    border-top: 1px solid #efefef;
}

.choose_dates_later {
	margin-right: 20px;
}

.apply_dates {
	max-width: 100px;
}

.region_search {
	background-color: #efefef;
}

.region_search .row > .col-12 {
	border-left: 1px solid #ccc;
	min-height: 77px;
}

.region_search .row > .col-12:last-child {
	border-right: 1px solid #ccc;
}

.region_search .col-12 > input {
    margin: 0;
    border: 0;
    border-radius: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    font-size: 15px;
    padding: 10px 10px 10px 50px;
}

.search_text_holder {
	position: relative;
}

.region_search form {
	margin: auto;
	max-width: 1100px;
}

.region_search a {
	border: 0;
	width: 100%;
	text-align: left;
	padding: 20px 0 20px 30px;
	display: block;
	height: 100%;
}

.region_search a i {
	color: #8739f6;
	position: absolute;
	left: 20px;
	top: 28px;
	z-index: 3;
	font-size: 20px;
}

.region_search a .title {
    font-weight: 600;
    display: block;
    color: #000;
    font-size: 13px;
	line-height: 1;
}

.region_search a .text {
	font-weight: 400;
	display: block;
	color: #000;
	font-size: 12px;
	line-height: 1;
}

.search_text_holder i {
	color: #8739f6;
	position: absolute;
	left: 20px;
	top: 29px;
	z-index: 6;
}

.region_search .col-12.search_text_holder input {
	padding: 10px 10px 10px 48px;
	font-size: 16px;
}

.region_search .col-12 > .guests {
	margin: 0;
	border: 0;
	border-radius: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent;
	font-size: 12px;
	padding: 10px 10px 10px 50px;
}

.region_search .col-12 > .guests #res {
    margin: 0;
    border: 0;
    border-radius: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    font-size: 15px;
    padding: 10px 10px 10px 50px;
}


/* Region Tabs */
.breadcrumbs {
	padding: 12px 0;
}

#crumbs {
	font-size: 12px;
	padding: 0 5px;
}

#crumbs i {
	color: #d7d7d7;
	font-size: 12px;
	margin: 0 5px;
}

#crumbs a {
	color: #b7b7b7;
}

#crumbs span {
	color: #b7b7b7;
}

section.tabs {
	padding: 0;
	z-index: 3;
	background-color: #fff;
}

section.tabs ul {
	margin: 0;
}

section.tabs ul li {
    float: left;
    line-height: 1.2;
    font-weight: 500;
    font-size: 13px;
    min-width: 165px;
}

section.tabs ul li a {
    display: block;
    padding: 20px 20px 20px 65px;
    text-decoration: none;
    position: relative;
}

section.tabs ul li.active a {
	background-color: #8739f6;
	color: #ffffff;
}

section.tabs ul li a i {
    display: block;
    margin: 0;
    text-align: center;
    font-size: 25px;
    position: absolute;
    left: 25px;
    top: 22px;
}

section.tabs ul li a span {
    display: block;
    margin: 0;
    text-align: left;
}

body#destinations #loader {
    display: block;
}


/* Spotlight */
#blog {
	max-width: 1200px;
	margin: auto;
}

#blog .owl-dots {
	margin-top: 40px;
}

.book img {
	max-width: 430px;
}




/* Blog */
.article {
	margin-bottom: 20px;
}

.article .imageHolder a {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	display: block;
	overflow: hidden;
	height: 130px;
}

.article .imageHolder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article .contentHolder {
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	display: block;
	overflow: hidden;	
	background-color: #f3f3f3;
	padding: 25px 30px;
}

.article h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 6px 0;
}

.article p {
    font-size: 13px;
    margin: 0;
}

.article .date {
    color: #666;
    font-size: 12px;
    margin: 0 0 12px 0;
}

.article .btn {
	border-color: #000;
	width: 130px;
	padding: 6px 7px;
	font-size: 14px;
	height: auto;
	margin: 15px 0 0 0;
}


/* Single Blog */
.single_blog {
	position: relative;	
}

.tabbed-nav {
	padding: 20px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.single_blog .back_holder a {
	color: #8739f6;
	text-decoration: none;
}

.single_blog .back_holder a:before {
	content: '';
	border: 2px solid #8739f6;
		border-left: 0;
		border-bottom: 0;
	width: 7px;
	height: 7px;
	display: inline-block;
	transform: rotate(-135deg);
	position: relative;
	top: -1px;
	margin: 0 7px 0 0;
}

.anchors li {
	color: #8739f6;
	display: none;
}

.anchors li:not(:first-child):before {
    content: '';
    border-right: 1px solid #ccc;
    margin: 0 20px 0 20px;
}

.anchors li.on {
	display: block;
}

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

.single_blog h1,
.single_blog .h1 {
    font-size: 36px;
    font-weight: 300;
    margin: 0;
    cursor: default;
    line-height: 1.4;
    color: #000000;
    text-decoration: none;
}

.single_blog h2,
.single_blog .h2 {
	font-size: 32px;
	margin: 0;
	letter-spacing: 1px;
	line-height: 1.4;
	font-weight: 300;
	color: #000000;
	text-decoration: none;
}

.single_blog h3,
.single_blog .h3 {
    font-size: 25px;
    font-weight: 300;
    color: #000000;
    margin: 0;
    line-height: 1.4;
    text-decoration: none;
}

.single_blog h4,
.single_blog .h4 {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    margin: 0;
    line-height: 1.4;
    text-decoration: none;
}

.single_blog h5,
.single_blog .h5 {
    font-size: 16px;
    color: #8739f6;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    text-decoration: none;
}

.single_blog h6,
.single_blog .h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    cursor: default;
    color: #000000;
    line-height: 1.4;
    text-decoration: none;
}

.single_blog p {
    margin: 0 0 25px;
    padding: 0;
    font-weight: 400;
    line-height: inherit;
    font-family: inherit;
    color: #000000;
    letter-spacing: 0;
    font-size: 14px;
    text-decoration: none;
}

.single_blog a {
    color: #000;
    font-size: 14px;
	text-decoration: underline;
}

.single_blog a:hover {
    color: #8739f6;
}

.single_blog .purple {
	color: #8739f6;
}

.single_blog .row .btn:not(.btn-sm) {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    width: auto;
    color: #ffffff;
    background: #8739f6;
    background: linear-gradient(145deg, #8739f6 15%, #a849fc 65%);
    border-radius: 1000px;
    border-color: #8739f6;
    text-decoration: none;
    display: block;
    height: auto;
    max-width: 150px;
}

.single_blog > .row {
	padding: 80px 0;
}

.single_blog > .row:nth-child(2) {
	padding-top: 122px;
}

.single_blog > .row > .column > .row {
	max-width: 1140px;
	margin: auto;
}

.single_blog .owl-carousel {
	width: auto;	
}


/* Partner */
body#partner #hero {
	background-image: url('../img/ocean_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	height: auto;
	position: relative;
}

body#partner h3 strong {
	font-weight: 600;
}

body#partner #hero .container {
	position: relative;
	z-index: 2;
}

body#partner #hero h6 {
	color: #000000;
}

body#partner #hero h1 {
	font-size: 28px;
	color: #000000;
}

body#partner #hero h2,
body#partner #hero .h2 {
	color: #000000;
}

body#partner #hero p {
	color: #000000;
	max-width: 400px;
}

body#partner #hero .btn.video-btn {
	background-color: #8739f6;
	border: 2px solid #8739f6;
	width: 100px !important;
	height: 100px !important;
	font-size: 30px;
	padding-left: 18px;
	display: block;
	outline: none;
}

body#partner #hero .btn.video-btn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #8739f6;
}

body#partner #hero p.special {
    font-family: 'Poppins', cursive;
    font-size: 25px;
    margin: 0;
    max-width: 140px;
    padding: 0 0 50px 0;
    line-height: 1.2;
    position: absolute;
    text-align: center;
    right: 50px;
    top: -100px;
}

body#partner #hero p.special::after {
    content: '';
	background-image: url('..../img/drawn_arrow_reversed-black.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 35px auto;
	width: 35px;
	height: 40px;
	position: absolute;
	left: 20px;
	bottom: 0;
	transform: rotate(-175deg);
}



body#partner .intro {
	margin-bottom: 65px;
}

body#partner .intro p {
	font-weight: 400;
	font-size: 18px;
}

body#partner .items .item {
    position: relative;
	text-align: center;
	width: 19%;
	background-color: transparent;
	font-weight: 400;
	font-size: 14px;
	border: 2px solid #b9b9b9;
	padding: 15px 10px;
	border-radius: 10px;
	transition: 0.5s;
	margin: 0 1%;
}

body#partner .items h4 {
    font-size: 14px;
	margin: 10px 0 0 0;
}

body#partner .items .imageHolder {
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

body#partner .items img {
    
}

body#partner .items p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
}




#cta {
	background-image: url('../img/cloud_bg.webp');
	color: #ffffff;
	padding: 50px 0 65px 0;
	position: relative;
}

#cta:after {
	content: '';
	background-color: #8739f6;
	background: linear-gradient(90deg, #8739f6 75%, #a849fc 95%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.9;
	display: none;
}

#cta .container {
	position: relative;
	z-index: 2;
}

#cta h3 {
	color: #ffffff;
}

#cta p {
	color: #ffffff;
}

#cta a:not(.btn) {
	color: #ffffff;
	font-weight: 700;
	text-decoration: underline;
}


.partnersHolder {
	background-color: #ececec;
	padding: 70px 0;
}

body#partner .partners .imageHolder {
	display: flex;
	height: 100px;
	justify-content: center;
	align-items: center;
	margin: 25px 0;
}

body#partner .partners img {
    width: 120px;
    margin: 15px 40px;
    height: auto;
}

body#partner .owl-dots {
	margin-top: 30px;
}


.modal.video .modal-dialog {
	margin-top: 10%;	
}

.modal.video .modal-body {
    padding: 0;
}

.modal.video .close {
	position: absolute;
	top: -36px;
	right: 0;
	z-index: 9;
	background-color: transparent;
	opacity: 1;
	border-radius: 100%;
	color: #fff;
	font-weight: 400;	
}




/* Partner Form */
body#partner.join .info_section {
	position: relative;
}

body#partner.join .info_section:before {
	content: '';
	background-color: #efefef;
	position: absolute;
	right: 0;
	top: 0;
	width: 45%;
	height: 100%;
}

body#partner.join .info_section .left {
	padding-right: 100px;
}

body#partner.join .info_section .right {
	padding-left: 100px;
}


body#partner.join .accordion {
	
}

body#partner.join .accordion .card {
	border-bottom: 1px solid #d5d5d5;
	margin: 0;
	border-radius: 0 !important;
}

body#partner.join .accordion > .card > .card-header {
	border-radius: 0 !important;
	background-color: transparent;
	font-size: 13px;
	margin: 0;
	line-height: 1.3;
	font-weight: 500;
	position: relative;
	padding: 15px 40px 15px 0 !important;
	color: #000;
}

body#partner.join .accordion > .card > .card-header::after {
    right: 10px;
	top: 50%;
	margin-top: -10px;
}

body#partner.join .accordion .card-body {
	background-color: transparent;
	border: 0;
	border-radius: 0 !important;
	font-size: 13px;
	padding: 10px 0 35px 0;
}


body#partner.join .help {
	padding: 30px 0 0 0;
}




body#partner.join .type {
	
}

body#partner.join .type li {
    width: 33.3333%;
	text-align: center;
	padding: 10px;
}

body#partner.join .type li label {
    width: 100%;
}

body#partner.join .type li label input {
	display: none;
}

body#partner.join .type li label img {
    margin: 0 auto 20px auto;
    max-width: 80px;
    display: block;
}

body#partner.join .type li label .text {
    background-color: transparent;
    font-weight: 400;
    font-size: 14px;
    filter: grayscale(1);
    opacity: 0.3;
    border: 2px solid #020202;
    padding: 20px 10px;
    border-radius: 10px;
    transition: 0.5s;
}

body#partner.join .type li label.special_checkbox:hover .text,
body#partner.join .type li label.special_checkbox input:checked + .text {
    filter: grayscale(0);
	opacity: 1;
	border: 2px solid #8739f6;
	color: #8739f6;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}

.steps {
	text-align: center;
	position: relative;
}

.steps:before {
	content: '';
	background-color: #efefef;
	position: absolute;
	left: 0;
	top: 15px;
	height: 1px;
	width: 100%;
}

.steps li {
	width: 25%;
}

.steps li span.icon {
    border: 1px solid #efefef;
	border-radius: 30px;
	height: 30px;
	width: 30px;
	display: block;
	margin: 0 auto 15px auto;
	background-color: #fff;
	color: #efefef;
}

.steps li span.text {
	display: block;
	font-size: 13px;
	color: #dedede;
	line-height: 1.4;
}

.steps li.active span.icon {
    border: 1px solid #8739f6;
    background-color: #8739f6;
}

.steps li.active span.text {
	color: #8739f6;
}

form#partner fieldset:not(:first-of-type),
form#preferences fieldset:not(:first-of-type) {
	display: none;
}

form#partner h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 50px;
}

form.form .form-group {
    position: relative;
	margin-bottom: 35px;
}

form.form label.default {
	color: #000000;
	opacity: 1;	
}

form.form .form-group label:not(.default) {
	position: absolute;
	transition: 0.5s;
	top: 12px;
	left: 15px;
	color: #666;
	opacity: 0.4;
	cursor: pointer;
}

form.form .form-group.input_focused label:not(.default) {
	font-size: 12px;
	top: -17px;
	opacity: 1;
	color: #8739f6;
}

p.holderOfSmall {
	line-height: 1.2;
}

span.small {
	font-size: 12px;	
	color: #777;
}


form.form .form-group input {
	margin: 0;
}

form.form .form-group textarea {
	border-bottom: 1px solid #beb6b6;
	height: 130px;
	border-top: 0;
	outline: none;
	cursor: pointer;
}

form.form .form-group textarea:focus {
	border
}

form.form .form-group span.error {
	font-size: 14px;
	color: #e62a2a;
}

form.form label.special_checkbox {
	float: left;
	width: 33.3333%;
}

form.form .choices.split.one label.special_checkbox {
	width: 100%;
}

form.form .choices.split.four label.special_checkbox {
	width: 25%;
}

form.form label.special_checkbox .text {
    padding: 10px 5px 10px 30px;
	background-color: transparent;
	font-weight: 500;
	font-size: 12px;
}

form.form label.special_checkbox .checkmark {
    left: 0;
    top: 9px;
    margin: 0;
}

form.form label.special_checkbox input:checked ~ .checkmark {
    border-color: #ccc;
}

form.form label.special_checkbox input:checked ~ .text {
    color: #000;
}



.special_offers.group {
    clear: both;
	float: left;
	width: 100%;
	margin: 15px 0 15px 0;
	padding: 15px 25px 15px 25px;
	border-left: 5px solid #efefef;
	display: none;
}

.special_offers.group.active {
	display: block;
}

span.magic {
	font-size: 25px;
	margin: 0 0 15px 0;
	display: block;
}


label.special_checkbox input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0 !important;
    width: 0 !important;
    margin: 0;
}

.uploadHolder {
    clear: both;
    float: left;
    width: 100%;
    margin: 15px 0 15px 0;
    padding: 15px 25px 15px 25px;
    border-left: 5px solid #efefef;
    display: none;
}

.uploadHolder.active {
	display: block;
}

.uploadHolder input {
	border: 1px solid #efefef;
	padding: 10px 10px;
	margin-top: 10px;
	background-color: #f9f9f9;
	border-radius: 5px;
	font-size: 14px;
}



form.form .pretend_tab label.special_checkbox .checkmark {
   border-radius: 1000px;
}

form.form .pretend_tab label.special_checkbox .checkmark::after {
	left: 2px;
	top: 2px;
	width: 10px;
	height: 10px;
	border: 0;
	border-width: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #8739f6;
	border-radius: 100%;	
}

form.form .buttons {
    position: relative;
    height: 45px;
}

form.form .buttons .btn {
    padding: 7px 30px;
    width: auto;
    height: auto;
    position: absolute;
}

form.form .buttons .btn.prev {
	left: 0;
}

form.form .buttons .btn.next {
	right: 0;
}

form.form .buttons .btn.skip {
	right: 115px;
}

form.form .buttons button[type="submit"] {
	right: 0;
}

#sticky-bar {
    position: fixed;
    bottom: -10px;
    visibility: hidden;
    opacity: 0;
    background: #8739f6;
    padding: 20px 50px;
    width: 100%;
    text-align: center;
    z-index: 2;
    height: 80px;
    transition: 0.3s;
    line-height: 38px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.10);
}

#sticky-bar p,
#sticky-bar a {
	color: #ffffff;
}

#sticky-bar.sticky {
	bottom: 0;
	visibility: visible;
	opacity: 1;
}

a#closeprem {
    position: absolute;
    top: 22px;
    right: 100px;
    font-size: 25px;
}


/* Property - Options */
.options {
	margin-top: 15px;
}

.options .item {
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
}

.options .item:last-child {
	border-bottom: 0;
}

.options h4 {
	font-size: 16px;
	margin: 0;
}

.options .sub-heading {
	font-size: 14px;
}

.options p {
    font-size: 13px;
    color: #b3b3b3;
}
		
.options p > strong {
	color: #000000;
}

.options p.item_price {
    color: #8739f6;
    margin: 0;
    font-weight: 500;
    font-size: 22px;
}		

.options a {
    color: #b3b3b3;
    font-size: 12px;
    text-decoration: underline;
}		

.options .more_content {
	display: none;
	transition: 1s;
}

.options .more_content.active {
    display: block;
    padding: 20px 0 0 0;
}

.options .more_content .sub-heading {
	color: #000000;
	font-weight: 500;
}

.options .radioHolder {
	margin-left: 40px;
}

.options .radioHolder label {
    position: relative;
}

.options .radioHolder input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0 !important;
    width: 0 !important;
    margin: 0;
}

.options .radioHolder input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0 !important;
    width: 0 !important;
    margin: 0;
}

.options .radioHolder .checkmark {
    position: absolute;
	top: 12px;
	left: 15px;
	height: 16px;
	width: 16px;
	border-radius: 1000px;
	border: 1px solid #ccc;
}

.options .radioHolder .text {
    border-radius: 1000px;
    border: 2px solid #8739f6;
    padding: 5px 15px 5px 40px;
    cursor: pointer;
    font-size: 14px;
}

.options .radioHolder label input:checked ~ .checkmark {
	background-color: #fff;
	border-color: #fff;
}

.options .radioHolder label input:checked ~ .text {
	background-color: #8739f6;
	color: #fff;
}

.options .radioHolder label .checkmark::after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid #8739f6;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.options .radioHolder .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.options .radioHolder input:checked ~ .checkmark:after {
	display: block;
}

.total {
    padding: 15px 0;
}

.priceHolder {
	padding-right: 20px;
}

.priceHolder .price {
	color: black;
	font-size: 36px;
	margin: 0 13px 0 0;
}

.priceHolder .people {
	color: #b3b3b3;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	float: left;
	margin: 0;
}

.btn.book {
	height: 60px;
	font-size: 17px;
	font-weight: 400;
	margin: 7px 0 0 0;
	color: #fff;
	text-decoration: none;
	float: right;
}

.upgradeHolder {
    text-align: left;
    position: relative;
    padding: 20px 80px 20px 20px;
    margin: auto;
    background-color: #8739f6;
}		

.upgradeHolder h3 {
    font-size: 20px;
	margin: auto;
	font-weight: 500;
	color: #ffffff;
}

.upgradeHolder h3 span {
	color: #8739f6;
}

.upgradeHolder p {
	margin: 0;
	color: #ffffff;
}

.upgradeHolder label {
	color: #ffffff;
}

.upgradeHolder input[type="radio"] {
    margin: 0 5px 0 0;
}

.promote_upgrade p {
    font-size: 18px;
    color: #000000;
    margin: 0;
}
		
.promote_upgrade p span {
	color: #8739f6;
	font-weight: 600;
	font-size: 20px;
}

.promote_upgrade .details {
    display: block;
    color: #b3b3b3;
    font-weight: 400;
    font-size: 14px;
    margin: 2px 0 4px 0;
    line-height: 1.2;
}



/* Purchase Popup */
.custom-social-proof {
    position: fixed;
	bottom: 25px;
	left: -340px;
	z-index: 9999999999999 !important;
	/*display: none;*/
	width: 340px;
	padding: 0;
	transition: 0.5s;
	opacity: 0;
}

.custom-social-proof.active {
	left: 10px;
	opacity: 1;
}

.custom-notification {
    width: 325px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px hsla(0, 4%, 4%, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer;
}
    
.custom-notification-container {
    display: flex !important;
    align-items: center;
    height: 80px;
    padding: 10px 25px 10px 15px;
}

.custom-notification-image-wrapper {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.custom-notification-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.custom-notification-image-wrapper.has_card {
	margin-top: 16px;
}

.custom-notification-image-wrapper img {
	height: auto;
}

.custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: gray;
    padding-left: 15px;
	padding-right: 0;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.custom-notification-content {
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 18px;
}

.custom-notification-content strong {
	display: block;
}

.custom-close {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 12px;
	width: 12px;
	cursor: pointer;
	transition: .2s ease-in-out;
	transform: rotate(45deg);
	opacity: 1;
}


.custom-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px;
}

.custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0;
}

.notice {
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	padding: 12px 20px;
	border: 1px solid #efefef;
	border-top: 3px solid #8739f6;
}

.notice p {
	margin: 0;
}

/* How It Works */
img.howitworks-phone {
	margin: -70px 0 0 0;
	max-width: 245px;
	float: right;
	position: relative;
	right: -100px;
}

.video_holder {
	display: flex;
	flex-direction: column;	
	position: relative;
}

.video_holder:after {
	content: '';
	background-color: rgba(129, 129, 129, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.video_holder .btn {
    background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	outline: 0 !important;
	border: 0 !important;
	display: flex;
	flex-direction: column;
	z-index: 2;
	font-size: 18px;
	font-weight: 500;
}

.video_holder .btn:focus {
	outline: 0 !important;
	box-shadow: none;
}

span.icon_holder {
	background-color: #9f3bff;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	margin: 0 0 10px 0;
}



/* Who Is Yonda */
.bg-whoisyonda {
	background-image: url('../img/who-is-yonda-background.jpg');
}


/* Gift Card */
img.gift_card {
	margin: -70px 0 -100px 0;
}

.input_w_borders input,
.input_w_borders textarea {
    border: 1px solid #dcdedf;
    border-radius: 8px;
    padding: 10px 15px;
    font-weight: 300;
}

.custom-checkbox.terms label {
    color: #000000;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.3;
}

.payment_option {
	border-top: 1px solid #efefef;
}

.payment_option .cards {
	max-width: 180px;	
}

.tiny_terms {
	color: #999;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 10px;
}



/* Last Minute Deals */
form.search.last_minute .dropdown .select {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

form.search.last_minute .dropdown .select input {
	border-right: 0;
}


.selected {
	position: relative;
}

.selected::after {
    content: '';
    background-color: #efefef;
    display: block;
    width: 100%;
    margin: 5px 15px 30px 15px;
    height: 1px;
}

.selection {
	color: #b3b3b3;
}

table.last_minute_deals {
	margin-left: -15px;
}

table.last_minute_deals tr th {
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	background-color: #efedf6;
	border-right: 0;
	border-bottom: 1px solid #fff;
	position: relative;
	padding: 10px 12px 10px 12px;
}

table.last_minute_deals tr th:after {
	content: '';
	position: absolute;
	background-color: #fff;
	height: 100%;
	width: 1px;
	right: 0;
	top: 0;
	z-index: 1;
}

table.last_minute_deals tr th:first-child {
	background-color: transparent;
}

table.last_minute_deals tr th:last-child {
	background-color: transparent;
}

table.last_minute_deals tr th span.day {
    color: #999;
    font-size: 12px;
}





table.last_minute_deals tr td {
	text-align: center;
	line-height: 1;
	font-size: 12px;
	color: #8c8c8c;
	border-left: 0;
	border-right: 0 !important;
	border-bottom: 0;
	border-top: 1px solid #efefef;
	position: relative;
	padding: 10px 10px 10px 10px;
}

table.last_minute_deals tr td:not(:first-child) i {
    display: block;
    margin: 0 0 5px 0;
}

table.last_minute_deals tr td .flame {
	margin: 0 0 0 5px;
}

table.last_minute_deals tr td:first-child {
    min-width: 200px;
	text-align: left;
	font-size: 14px;
	line-height: 1.3;
	padding-left: 30px;
}

table.last_minute_deals tr td.not_available {
	background-color: #b2b2b2;
	color: #fff;
}


table.last_minute_deals p {
	margin: 0;	
}

table.last_minute_deals p.purple {
	text-transform: uppercase;
}

table.last_minute_deals .btn {
	color: #8739f6;
	font-size: 14px;
	height: auto;
	width: auto;
}

table.last_minute_deals .btn.outline {
	
}

table.last_minute_deals .btn.black {
	border-color: #000;
	color: #000;
    margin: 0 20px 0 0;
    padding: 10px 35px;
}

table.last_minute_deals .btn.purple {
	padding: 10px 35px;
}

table.last_minute_deals .btn.price {
    font-weight: 600;
	font-size: 14px;
	height: auto;
	padding: 8px 15px;
	line-height: 1;
	position: relative;
}

table.last_minute_deals .btn.price:after {
	background-color: #8739f6;
	content: 'Book';
	position: absolute;
	left: -2px;
	top: -1px;
	right: -2px;
	bottom: -1px;
	color: #fff;
	z-index: 3;
	border-radius: 1000px;
	line-height: 30px;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

td.available {
   color: inherit;
   cursor: pointer;
}

td.available:hover {
	background-color: #e8e8e8;
}

td.available.active {
	background-color: #8739f6;
	color: #ffffff;
}

td.available.active.night {
	background-color: #9559eb;	
}

table.last_minute_deals tr td .trigger {
	background-color: #8739f6;
	color: #fff;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	padding: 0 0 0 2px;
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
	line-height: 20px;
	opacity: 0.8;
	transition: 0.3s;
}

table.last_minute_deals tr td .trigger:hover {
	opacity: 1;
	transform: rotate(90deg);
}


.triggered .room {
    max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.triggered td {
	width: 100%;
	border-top: 0 !important;
	padding: 0 !important;
}

.triggered.active .room {
	max-height: 500px;
	
    transition: max-height 0.5s ease-in;
}

.fineprint {
    position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-content: center;
	padding: 20px 33px;
	background-color: #fff;
	overflow: scroll;
	visibility: hidden;
}

.fineprint p {
    color: #666666;
    font-size: 13px;
    margin: 0 0 20px !important;
    line-height: 1.4;
}

table.last_minute_deals .ui-selecting {
	background: #8739f6;
}

table.last_minute_deals .ui-selecting a {
	color: #ffffff;
}

table.last_minute_deals .ui-selected {
	background: #8739f6;
}

table.last_minute_deals .ui-selected a {
	color: #ffffff;
}

table.last_minute_deals .ui-selected:hover a.price_trigger {
	background-color: #712dd2;
	color: #fff;
}





/* QUOTE */
.quote .option {
    padding: 0 40px;
    margin: 60px 0 0 0;
}

.quote .option.featured {
	background-color: #F1EFF7;
	margin-top: 0;
}

.quote .option .option_heading {
	font-size: 20px;
}

.quote .option .column_titles {
	padding: 15px 0;	
}

.quote .option hr {
	margin: 0;
}

.quote .option .room {
	padding: 20px 0;
}

.quote .option .property_name {
	font-size: 22px;
}

.property_info {
	margin: 20px 0 16px 0;
}

.property_info ul li {
    font-size: 12px;
    margin: 0 5px 0 0;
}

.property_info ul li a {
    padding: 0;
    border: 1px solid #9d9d9d;
    border-radius: 100%;
    color: #aeaeae;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.property_info .btn {
    font-size: 14px;
    height: 40px;
    padding: 0px 10px;
    width: 130px;
}

.stars {
	margin: 2px 0 0 0;
	display: flex;
	justify-content: end;
}

.stars img {
	width: 14px;
	height: auto;
	margin: 0 1px;
	position: relative;
}

.dates {
	margin: 5px 0 0 0;
}

.quote .option .room .quick_info {
	margin: 6px 0 0 0;
}

.quote .option .room .quick_info p {
	font-size: 14px;
}

.quote .option .room ul.icon-list {
	margin: 0;	
}

.quote .option .room ul.icon-list li {
    width: 100%;
    margin: 5px 0;
    font-weight: 400;
    padding: 0 0 0 24px;
}

.quote .option .room ul.icon-list li span.icon {
    width: 15px;
}

.quote .option .room ul.icon-list li span.icon img {
    height: auto;
}

.room_totals p {
	line-height: 1.3;
}

.main_price {
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 6px 0;
}

.room_totals .savings {
	font-weight: 500;
}

table.totals {
    border: 0;
    margin: 25px 0 35px 0;
}

table.totals tr {
	font-weight: 300;
}

table.totals tr th {
    border: 0;
    background: transparent;
    font-weight: 400;
    padding: 0 100px 0 0;
}

table.totals tr td {
    border: 0;
    font-weight: 500;
    padding: 5px 0;
    line-height: 1.2;
}

table.totals tr.total td {
	font-size: 30px;
	font-weight: 300;
}

table.totals a.btn {
    width: 150px;
}

table.totals tr.saving td {
	padding: 12px 0;
}

table.totals tr.saving td a {
	color: #999999;
	margin: 0 0 0 4px;
}

table.totals tr.option td {
	padding: 5px 0 0 20px;
}


.mix_cta .phone_holder {
	font-size: 20px;
	position: relative;
}

.mix_cta .phone_holder::before {
    content: '';
    background-color: #bababa;
    height: 25px;
    width: 1px;
    display: inline-block;
    margin: 0 0 0 30px;
    position: relative;
    top: 4px;
}

.yonda_black_cta h6 {
	margin: 0 0 10px 0;
}

.yonda_black_cta h2 {
    margin: 0 0 40px 0;
}


/* User Landing Page */
#hero.featured {
	padding: 40px 0;
}

#hero.featured .deal_card {
	border-radius: 8px;
}

#hero.featured .deal_card .h2 {
	max-width: 270px;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: 0;
}

#hero.featured .deal_card .price_mem {
	font-size: 20px;
	line-height: 1;
	margin: 0 0 0 0;
}

#hero.featured .deal_card .price_mem strike {
	font-weight: 300;
}

#hero.featured .deal_card .price_mem span {
	font-weight: 600;
}

#hero.featured .deal_card .type_of_room {
	font-size: 16px;
}

#hero.featured .deal_card .from {
	margin: 20px 0 0 0;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	font-size: 13px;
}

#hero.featured .deal_card .price_box {
	margin: 0;
}

#hero.featured .deal_card .price_box h1,
#hero.featured .deal_card .price_box .h1 {
	font-size: 50px;
}

#hero.featured .deal_card .price_box span {
	font-size: 15px;
	line-height: 1.3;
}

#hero.featured .deal_card .details {
	background-color: #000;
}







.card {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 100%;
	background-color: white;
	padding: 20px 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	border-radius: 0;
	border: 0;
}

.card .img_block a {
	position: relative;
	height: 270px;
	display: block;
	overflow: hidden;
}

.card .img_block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: 0.4s;
	z-index: 1;
}

.card:hover .img_block img {
	transform: scale(1.1);
}

.card .img_block .notification {
	position: absolute;
	right: 0;
	top: 0;
	background-color: red;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0;
	padding: 5px 10px;
	line-height: 1;
	margin: 0;
	z-index: 2;
}

.card .h3 {
	font-size: 18px;
	margin: 15px 0 5px 0;
}




.card.plain {
	box-shadow: none;
	padding: 0;
}

.card.plain .img_block {
	
}

.card.plain .img_block a {
	position: relative;
	height: 200px;
	overflow: hidden;
}

.card.plain .img_block p {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0;
	padding: 7px 10px;
	line-height: 1;
	margin: 0;
	min-width: 100px;
	text-align: center;
	z-index: 2;
}

.card.plain .img_block img {
	transition: 0.3s;
	z-index: 1;
}

.card.plain:hover .img_block img {
	transform: scale(1.1);
}


.card.plain .h5 {
	font-size: 14px;
	margin: 0;
	font-weight: 400;
}

.card.plain .h3 {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	line-height: 1.2;	
}

.owl-carousel.middle_feature .owl-item {
	transition: 0.3s;
}

.owl-carousel.middle_feature .owl-item:not(.active.center) {
	transform: scale(0.92);
}


.love {
	background-color: #b3b7ba;
	border-radius: 100%;
	color: #ffffff;
	width: 30px !important;
	height: 30px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-decoration: none;
	transition: 0.3s;
}

.love:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: red;
}

.card.plain span.icon {
	background-color: #8739f6;
	border-radius: 100%;
	color: #ffffff;
	width: 30px !important;
	height: 30px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px 0 0;
}

.show-read-more .more-text {
    display: none;
}


.accom_types {
	margin: 0 0 57px 0;	
}

.accom_types li {
	text-align: center;
	display: inline-block;
}

.accom_types li a {
	background-color: #f2f2f2;
	display: flex;
	color: #000;
	border-radius: 1000px;
	text-decoration: none;
	padding: 5px 25px 5px 18px;
	margin: 4px 0;
	position: relative;
	align-items: center;
}

.accom_types li img {
	max-width: 20px;
	margin: 0 10px 0 0;
	filter: grayscale(100%);
}

.accom_types .status {
	width: 15px;
	height: 100%;
	position: absolute;
	right: 6px;
	top: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	line-height: 37px;
}

.accom_types li a.active,
.accom_types li a:hover {
	background-color: #8739f6;
	color: #fff;	
}

.accom_types li a.active img,
.accom_types li a:hover img {
	filter: invert(100) brightness(200);	
}

.accom_types li a.active .status {
	opacity: 1;
	visibility: visible;
}


/* Crossover */
.loggedin_search{position:absolute;left:11%;top:120px;z-index:2;background-color:rgba(255,255,255,.8);bottom:40px;width:480px;padding:35px 30px;border-radius:5px}.loggedin_search h6{margin:0 0 12px 0;text-align:center;font-weight:500}.loggedin_search h2{font-weight:600;max-width:380px;margin:0 0 25px 0;font-size:26px}.loggedin_search input{width:80%}.loggedin_search .btn{width:18%}.loggedin_search .suggestions{display:none;position:absolute;left:30px;top:163px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.08);width:340px;padding:15px}.loggedin_search form.search input:focus+.suggestions{display:block}.loggedin_search .border_line{margin:10px auto!important}.location-filter-buttons{margin:0;width:100%;text-align:center}.location-filter-buttons li{display:inline-block;margin:4px 1px;min-width:108px}.location-filter-buttons li a{font-weight:500;height:40px;font-size:12px;padding:10px 10px;margin:0;width:auto!important}.location-filter-buttons li a.show_all{color:#8739f6}.location-filter-buttons li a.active{background:#fff;color:#8739f6;border-color:#8739f6;background-image:none;pointer-events:none}.filter{display:flex;box-shadow:0 0 10px rgba(0,0,0,.08);padding:20px 30px;align-items:center}.filter p{margin:0;min-width:95px}.filter select{width:100%;height:auto;padding:12px 40px 12px 15px;font-family:'Poppins',sans-serif;background-color:#fff;border-radius:0;border:1px solid #efefef;color:#000;margin:0;background-image:url(/img/arrow_down.png);background-position:right 15px center;background-repeat:no-repeat;-webkit-appearance:none;-moz-appearance:none;background-size:12px;border-radius:5px;margin:0 10px}@media all and (max-width:1600px){.loggedin_search h6{margin:0 0 15px 0}.loggedin_search .border_line{margin:25px auto}}@media all and (max-width:1100px){.loggedin_search{left:40px;padding:30px 25px;width:425px}}@media all and (max-width:980px){.loggedin_search{left:5%;width:90%;padding:30px 20px;top:20px;bottom:20px}.loggedin_search h6{margin:0 0 18px 0;font-size:13px}.loggedin_search h2{font-size:18px}.location-filter-buttons li{margin:4px 2px;min-width:75px}.location-filter-buttons li a{font-size:12px;padding:5px 8px}.filter{display:block;margin:0 20px 10px 20px;padding:25px 25px}.filter p{margin:0 0 10px 0}.filter select{margin:0 0 10px 0;width:100%;border:1px solid #efefef}}@media all and (max-width:500px){.loggedin_search{padding:30px 15px}.or{margin:20px 0}.location-filter-buttons li{min-width:60px;float:left;margin:2px 2px}.location-filter-buttons li a{font-size:12px;height:45px;max-width:125px;line-height:13px;padding:2px 10px}}


/* Ah Only */
.bg-palm,
.bg_palm {
    background-image: url(../img/bg_palm.png);
    background-position: top right;
    background-size: 300px auto;
    background-repeat: no-repeat;
}
.border-purple {
    border-color: #9d46e5 !important;
}
.line-through {
    text-decoration: line-through;
}
h1 > span,
.h1 > span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
h2 > span,
.h2 > span {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
body#home h1,
body#home .h1 {
    font-weight: 500;
}
body#home h2,
body#home .h2 {
    font-weight: 500;
}
body#home #hero {
    background-image: url('../img/feature_queenstown.jpg');
    background-position: center center;
	height: 100vh;
	padding: 110px 0 100px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
form.has-icon {
    position: relative;
}
form.has-icon::before {
    content: "";
    background-image: url(../img/icon-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    background-size: 100% auto;
    height: 50px;
    z-index: 1;
}
input.see-through {
    opacity: 0.8;
    padding: 10px 10px 10px 60px;
    border-radius: 10px;
    margin-bottom: 0;
    height: auto;
}
form.has-icon .autocomplete-items {
    position: absolute;
    left: 46px;
    top: calc(100% - 5px);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 15px;
    width: calc(100% - 154px);
    z-index: 1;
    font-size: 13px;
}

.gtg {
	position: absolute;
	bottom: 34px;
	right: 50px;
	width: 100px;
}

.slide_keys li a {
    text-decoration: none;
    padding: 20px 10px;
    position: relative;
    overflow: hidden;
    display: block;
    color: #000000 !important;
    cursor: default;
}
.slide_keys li a span.iconHolder {
    height: 40px;
    width: 40px;
    margin: 0 auto 5px;
}
.slide_keys li a span.iconHolder img {
    width: auto;
    height: auto;
    max-width: 30px;
    max-height: 35px;
}
.slide_keys li a span.textHolder {
    max-width: 78px;
    display: block;
    text-align: center;
    line-height: 1.4;
}

body#home .owl-item {
    padding: 5px;
}
.property_card {
    width: 100%;
    background-color: #fff;
    letter-spacing: -1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    padding-top: 15px;
    padding-bottom: 15px;
}
/*
.property_card .holder {
    position: relative;
    height: 245px;
}
*/
.property_card .ribbon.white {
    background-color: #fff;
    color: #000;
    height: auto !important;
    text-align: center;
    right: 0;
    top: 0;
}
.property_card .ribbon:before {
    display: none;
}
.property_card .ribbon:after {
    display: none;
}
.property_card img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.property_card h5 {
    font-size: 18px;
    margin: 0 0 5px 0;
    min-height: 20px;
}
.property_card .img_block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.property_card .img_block a {
    width: 100%;
    height: 220px;
    display: block;
}
.property_card .img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.property_card .img_block p {
    width: 135px;
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 0;
}
.property_card .img_block .black {
    background-color: #000;
    color: #fff;
}
.property_card h2,
.property_card h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 15px 0 10px 0;
    height: auto;
}
.property_card h2 a,
.property_card h3 a {
    color: inherit;
}
.property_card .room_type {
	font-size: 13px;
}
.property_card div.room_info {
    flex-direction: column;
    align-items: flex-start;
}
.property_card .price_mem {
    color: #8739f6;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    margin: 0;
}
.property_card .price_mem span {
    text-decoration: line-through;
    font-weight: 300;
}
body#home .property_card .stars {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}
.property_card .stars i.fa-star {
    color: #f9ac90;
    margin: 0 2px;
}
.property_card .box {
    margin-top: 15px;
    margin-bottom: 15px;
}
.property_card p.price {
    font-size: 35px;
    line-height: 1;
    margin-right: 8px;
}
.property_card p.people {
    line-height: 1.2;
    font-size: 12px;
}
.property_card .price_box {
    margin-top: 10px;
}
.property_card .type_of_room {
    font-size: 14px;
    color: #b3b3b3;
    font-weight: 300;
    margin: 0;
}
.property_card .price_box span.price {
    font-size: 30px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    margin-right: 7px;
}
.property_card .price_box span {
    font-size: 14px;
    line-height: 16px;
    color: #b3b3b3;
    font-weight: 300;
}
.property_card .btn {
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    width: 120px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    margin: 0;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.01px;
    border: 0;
    padding: 10px 10px;
}
footer .logoHolder span {
    color: #000;
	display: block;
	font-size: 11px;
	font-weight: 500;
	text-align: left;
	max-width: 197px;
	margin: 5px 0 0 0;
}