html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

.hotelierdesk-clearfix {
	zoom: 1;
}

.hotelierdesk-clearfix:before, .hotelierdesk-clearfix:after {
	content: "";
	display: table;
}

.hotelierdesk-clearfix:after {
	clear: both;
}

.hotelierdesk-clearboth {
	clear: both;
}

button,
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

* {
	box-sizing: border-box;
}

body {
	line-height: 1;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
	background: #fff;
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	scroll-behavior: smooth;
}

:root {
  --hotelierdesk-site-max-width: 1200px;
  --hotelierdesk-site-width: calc(100% - 60px);
  --hotelierdesk-primary-font-color: #131518;
  --hotelierdesk-secondary-font-color: #52575d;
  --hotelierdesk-primary-color: #aa825d;
  --hotelierdesk-secondary-color: #eee6df;
  --hotelierdesk-border-color: #dedede;
}

a {
	color: var(--hotelierdesk-primary-font-color);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

p {
	line-height: 160%;
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
}

.hotelierdesk-header-wrapper {
	max-width: var(--hotelierdesk-site-max-width);
	width: var(--hotelierdesk-site-width);
	margin: 0 auto 0 auto;
}

.hotelierdesk-logo-wrapper {
	width: 240px;
	float: left;
}

.hotelierdesk-logo-wrapper p {
	font-size: 25px;
	color: var(--hotelierdesk-primary-font-color);
	font-weight: 600;
	float: left;
	line-height: 40px;
}

.hotelierdesk-logo-wrapper i {
	background: var(--hotelierdesk-primary-color);
	font-size: 20px;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	float: left;
	line-height: 40px;
	margin: 0 15px 0 0;
}

.hotelierdesk-menu-wrapper {
	width: calc(100% - 240px - 190px);
	float: left;
}

.hotelierdesk-menu-wrapper ul {
	background: #fff;
	border: var(--hotelierdesk-border-color) 1px solid;
	border-radius: 20px;
	padding: 3px;
	width: fit-content;
	margin: 0 auto;
}

.hotelierdesk-menu-wrapper ul li {
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
}

.hotelierdesk-menu-wrapper ul li a {
	padding: 9px 15px;
	display: block;
	border-radius: 16px;
}

.hotelierdesk-menu-wrapper ul li a:hover {
	background: var(--hotelierdesk-secondary-color);
}

@media only screen and (max-width: 1080px) { 
	
	.hotelierdesk-menu-wrapper {
		display: none;
	}
	
}

.hotelierdesk-account-sign-up-wrapper {
	width: 190px;
	float: right;
	text-align: right;
}

.hotelierdesk-account-sign-up-wrapper .hotelierdesk-user-btn {
	background: #fff;
	border: var(--hotelierdesk-border-color) 1px solid;
	border-radius: 20px;
	font-size: 16px;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	margin: 0 10px 0 0;
}

@media only screen and (max-width: 500px) { 
	
	.hotelierdesk-logo-wrapper p {
		font-size: 20px;
  	}
	
	.hotelierdesk-logo-wrapper i {
		margin: 0 10px 0 0;
	}
	
	.hotelierdesk-account-sign-up-wrapper .hotelierdesk-user-btn {
		display: none;
	}
	
	.hotelierdesk-logo-wrapper {
	  width: 190px;
	}
	
	.hotelierdesk-account-sign-up-wrapper {
	  width: 115px;
	}
	
}

.hotelierdesk-account-sign-up-wrapper .hotelierdesk-signup-btn {
	background: var(--hotelierdesk-primary-color);
	font-weight: 600;
	color: #fff;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	border-radius: 20px;
	padding: 0 25px;
	font-size: 15px;
}

.hotelierdesk-intro-wrapper {
	max-width: var(--hotelierdesk-site-max-width);
	width: var(--hotelierdesk-site-width);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
}

.hotelierdesk-intro-wrapper .hotelierdesk-intro-left {
	max-width: 460px;
	width: calc(100% - 650px);
	margin-right: auto;
	margin-bottom: 40px;
}

.hotelierdesk-intro-wrapper .hotelierdesk-intro-left h1 {
	font-size: 37px;
	font-weight: 600;
	margin: 0 0 30px 0;
}

.hotelierdesk-intro-wrapper .hotelierdesk-intro-left h1 span {
	color: var(--hotelierdesk-primary-color);
}

.hotelierdesk-intro-wrapper .hotelierdesk-intro-left p {
	color: var(--hotelierdesk-secondary-font-color);
	font-size: 16px;
	margin: 0 0 30px 0;
}

.hotelierdesk-intro-wrapper .hotelierdesk-intro-left .hotelierdesk-intro-btns {
	margin: 0 0 30px 0;
}

.hotelierdesk-intro-wrapper .hotelierdesk-intro-left .hotelierdesk-intro-btns .hotelierdesk-button1 {
	margin: 0 10px 0 0;
}

.hotelierdesk-button1,
.hotelierdesk-button2 {
	font-size: 15px;
	font-weight: 600;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	padding: 0 25px;
	border-radius: 24px;
}

.hotelierdesk-button1 {
	background: var(--hotelierdesk-primary-color);
	color: #fff;
	border: var(--hotelierdesk-primary-color) 1px solid;
}

.hotelierdesk-button2 {
	background: #fff;
	color: var(--hotelierdesk-primary-font-color);
	border: var(--hotelierdesk-border-color) 1px solid;
}

.hotelierdesk-intro-wrapper .hotelierdesk-intro-left .hotelierdesk-intro-stats h4 {
	font-size: 32px;
	font-weight: 600;
}

.hotelierdesk-intro-wrapper .hotelierdesk-intro-left .hotelierdesk-intro-stats p {
	font-size: 16px;
	margin: 0;
}

.hotelierdesk-intro-right {
	width: 585px;
	margin-left: auto;
}

.hotelierdesk-intro-right img {
	width: 585px;
	max-width: 100%;
	border-radius: 15px;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.hotelierdesk-intro-right p {
	font-weight: 600;
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 15px;
}

.hotelierdesk-intro-right p a i {
	font-size: 13px;
	color: var(--hotelierdesk-primary-color);
}

.hotelierdesk-header-intro-bg {
	min-height: max(100vh, 800px);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: radial-gradient(600px 600px at 50% 55%, rgba(170, 130, 93, 0.4) 0%, transparent 70%);
	border-bottom: var(--hotelierdesk-border-color) 1px solid;
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
}

@media only screen and (max-width: 1200px) { 
	
	.hotelierdesk-intro-wrapper .hotelierdesk-intro-left {
	  max-width: 460px;
	  width: calc(100% - 550px);
	}
	
	.hotelierdesk-intro-right {
	  width: 485px;
	}
	
	.hotelierdesk-intro-right img {
	  width: 485px;
	}
	
}

@media only screen and (max-width: 1080px) { 
 
	.hotelierdesk-intro-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.hotelierdesk-intro-wrapper .hotelierdesk-intro-left {
	  width: 400px;
	  max-width: calc(100% - 60px);
	  margin: 70px auto 70px auto;
	  text-align: center;
	}
	
	.hotelierdesk-intro-right {
	  width: 100%;
	  margin: 0 auto 100px auto;
	  text-align: center;
	}
	
	.hotelierdesk-intro-right img {
	  width: 400px;
	}
	
	.hotelierdesk-intro-wrapper .hotelierdesk-intro-left .hotelierdesk-intro-btns .hotelierdesk-button1 {
	  min-width: 132px;
	}
 
}

@media only screen and (max-width: 500px) { 
	
	.hotelierdesk-intro-wrapper .hotelierdesk-intro-left {
		width: 100%;
		max-width: 100%;
	}

}

.hotelierdesk-features-wrapper {
	max-width: var(--hotelierdesk-site-max-width);
	width: var(--hotelierdesk-site-width);
	margin: 0 auto 0 auto;
	padding: 100px 0 0 0;
}

.hotelierdesk-features-wrapper .hotelierdesk-feature {
	width: calc(25% - 22.5px);
	background: var(--hotelierdesk-secondary-color);
	float: left;
	margin: 0 30px 30px 0;
	padding: 40px 30px;
	border-radius: 15px;
}

.hotelierdesk-features-wrapper .hotelierdesk-feature:nth-child(4n) {
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 1080px) { 
	
	.hotelierdesk-features-wrapper .hotelierdesk-feature {
		width: calc(50% - 15px);
	}

	.hotelierdesk-features-wrapper .hotelierdesk-feature:nth-child(2n) {
		margin: 0 0 30px 0;
	}
	
}

@media only screen and (max-width: 500px) { 
	
	.hotelierdesk-features-wrapper .hotelierdesk-feature {
		width: 100%;
	}

	.hotelierdesk-features-wrapper .hotelierdesk-feature:nth-child(2n) {
		margin: 0 0 30px 0;
	}
	
}

.hotelierdesk-features-wrapper .hotelierdesk-feature i {
	background: var(--hotelierdesk-primary-color);
	color: #fff;
	border-radius: 5px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 0 20px 0;
}

.hotelierdesk-features-wrapper .hotelierdesk-feature h4 {
	font-size: 21px;
	font-weight: 600;
	margin: 0 0 20px 0;
}

.hotelierdesk-features-wrapper .hotelierdesk-feature p {
	font-size: 16px;
	color: var(--hotelierdesk-secondary-font-color);
	margin: 0;
}

.hotelierdesk-features-wrapper .hotelierdesk-feature.hotelierdesk-feature-title {
	background: none;
	padding: 0;
}

.hotelierdesk-features-wrapper .hotelierdesk-feature.hotelierdesk-feature-title h3 {
	font-size: 26px;
	font-weight: 600;
}

.hotelierdesk-space {
	border: none;
	background: var(--hotelierdesk-border-color);
	height: 1px;
}

.hotelierdesk-double-title {
	text-align: center;
	margin: 0 0 60px 0;
}

.hotelierdesk-double-title h5 {
	font-size: 17px;
	font-weight: 600;
	color: var(--hotelierdesk-primary-color);
	margin: 0 0 15px 0;
}

.hotelierdesk-double-title h3 {
	font-size: 27px;
	font-weight: 600;
}

.hotelierdesk-features-details-wrapper {
	max-width: var(--hotelierdesk-site-max-width);
	width: var(--hotelierdesk-site-width);
	margin: 0 auto 0 auto;
	padding: 100px 0 0 0;
}

.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail .hotelierdesk-features-image img {
	max-width: 100%;
	border-radius: 15px;
	background-color: var(--hotelierdesk-secondary-color);
}

.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail .hotelierdesk-features-text h4 {
	font-size: 21px;
	font-weight: 600;
	margin: 0 0 30px 0;
}

.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail .hotelierdesk-features-text ul li {
	color: var(--hotelierdesk-secondary-font-color);
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 12px 0;
	display: flex;
	line-height: 130%;
}

.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail .hotelierdesk-features-text ul li i.fa-check {
	color: #64b73e;
	font-size: 13px;
	margin: 0 6px 0 0;
	flex-shrink: 0;
	margin-top: 4px;
}

.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail {
	display: flex;
	align-items: center;
	margin: 0 0 120px 0;
}

.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail .hotelierdesk-features-left {
	width: 50%;
}

.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail .hotelierdesk-features-right {
	width: 50%;
}

.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail .hotelierdesk-features-right .hotelierdesk-features-text {
	padding: 0 0 0 60px;
}

.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail .hotelierdesk-features-left .hotelierdesk-features-text {
	padding: 0 60px 0 0;
}

.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail .hotelierdesk-features-right .hotelierdesk-features-image {
	padding: 0 0 0 15px;
}

.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail .hotelierdesk-features-left .hotelierdesk-features-image {
	padding: 0 15px 0 0;
}

@media only screen and (max-width: 1080px) { 
	
	.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail .hotelierdesk-features-left {
	  width: 100%;
	}
	
	.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail .hotelierdesk-features-right {
	  width: 100%;
	}
	
	.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail {
		flex-direction: column;
		    align-items: flex-start;
			margin: 0 0 70px 0;
	}
	
	.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail .hotelierdesk-features-right .hotelierdesk-features-text {
	  padding: 0;
	}

	.hotelierdesk-features-image {
		text-align: center;
	}
	
	.hotelierdesk-features-image img {
		width: 585px;
		max-width: calc(100% - 60px);
	}
	
	.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail .hotelierdesk-features-text {
	  width: 585px;
	  max-width: calc(100% - 60px);
	  margin: 50px auto 0 auto;
	}
	
	.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail .hotelierdesk-features-text-wrapper {
		order: 2;
	}
	
}

@media only screen and (max-width: 700px) { 
	
	.hotelierdesk-features-details-wrapper .hotelierdesk-features-detail .hotelierdesk-features-text {
	  margin: 50px 0 0 0;
	  width: 100%;
	  max-width: 100%;
	  padding: 0 !important;
	}
	
}

.hotelierdesk-reviews-bg {
	background: 
		radial-gradient(600px 600px at 0% 50%, rgba(170, 130, 93, 0.4) 0%, transparent 70%),
		radial-gradient(600px 600px at 100% 50%, rgba(170, 130, 93, 0.4) 0%, transparent 70%),
		var(--hotelierdesk-secondary-color);
	padding: 100px 0 100px 0;
}

.hotelierdesk-reviews-wrapper {
	max-width: var(--hotelierdesk-site-max-width);
	width: var(--hotelierdesk-site-width);
	margin: 0 auto 0 auto;
}

.hotelierdesk-reviews-wrapper .hotelierdesk-review {
	border-radius: 15px;
	background: #fff;
	width: calc(33% - 20px);
	float: left;
	padding: 100px 30px 40px 30px;
	margin: 0 30px 0 0;
	position: relative;
}

.hotelierdesk-reviews-wrapper .hotelierdesk-review:nth-child(3n) {
	margin: 0;
}

@media only screen and (max-width: 1080px) { 
	
	.hotelierdesk-reviews-wrapper .hotelierdesk-review {
		width: 100%;
		float: none;
		margin: 0 0 30px 0;
	}
	
}

.hotelierdesk-reviews-wrapper .hotelierdesk-review .hotelierdesk-review-quote {
	color: var(--hotelierdesk-primary-color);
	font-size: 70px;
	font-family: Georgia;
	line-height: 0;
	height: 1px;
	display: block;
}

.hotelierdesk-reviews-wrapper .hotelierdesk-review .hotelierdesk-review-text {
	font-size: 16px;
	color: var(--hotelierdesk-secondary-font-color);
	margin: 0 0 25px 0;
	line-height: 160%;
}

.hotelierdesk-reviews-wrapper .hotelierdesk-review .hotelierdesk-review-text:before {
	color: #b99470;
	content: "\201C";
	position: absolute;
	top: 40px;
	left: 30px;
	font-size: 70px;
	font-family: Georgia;
	font-style: normal;
	line-height: 1;
}

.hotelierdesk-reviews-wrapper .hotelierdesk-review .hotelierdesk-review-author {
	margin: 0 0 8px 0;
	font-size: 16px;
}

.hotelierdesk-reviews-wrapper .hotelierdesk-review .hotelierdesk-review-stars i {
	color: var(--hotelierdesk-primary-color);
}

@media only screen and (max-width: 1000px) { 

	.hotelierdesk-reviews-wrapper .hotelierdesk-review {
		width: 100%;
		float: none;
		margin: 0 0 30px 0;
	}

	.hotelierdesk-reviews-wrapper .hotelierdesk-review:nth-child(3n) {
		margin: 0;
	}
	
	.hotelierdesk-reviews-bg {
		background: 
			radial-gradient(600px 600px at 0% 0%, rgba(170, 130, 93, 0.4) 0%, transparent 70%),
			var(--hotelierdesk-secondary-color);
	}

}

@media only screen and (max-width: 1080px) { 

	.hotelierdesk-faq-wrapper {
		background: 
			radial-gradient(600px 600px at 0% 0%, rgba(170, 130, 93, 0.4) 0%, transparent 70%),
			var(--hotelierdesk-secondary-color);
	}

}

.hotelierdesk-call-to-action-wrapper {
	background: 
		radial-gradient(600px 600px at 0% 50%, rgba(170, 130, 93, 0.4) 0%, transparent 70%),
		radial-gradient(600px 600px at 100% 50%, rgba(170, 130, 93, 0.4) 0%, transparent 70%),
		var(--hotelierdesk-secondary-color);
	padding: 100px 0 100px 0;
}

@media only screen and (max-width: 1080px) { 

	.hotelierdesk-call-to-action-wrapper {
		background: 
			radial-gradient(600px 600px at 0% 0%, rgba(170, 130, 93, 0.4) 0%, transparent 70%),
			var(--hotelierdesk-secondary-color);
	}

}

.hotelierdesk-call-to-action-wrapper h3 {
	font-size: 27px;
	font-weight: 600;
	margin: 0 auto;
	max-width: calc(100% - 60px);
	text-align: center;
}

.hotelierdesk-call-to-action-wrapper .hotelierdesk-call-to-action-btns {
	display: table;
	margin: 40px auto;
}

.hotelierdesk-call-to-action-wrapper .hotelierdesk-call-to-action-btns .hotelierdesk-button1 {
	margin: 0 10px 0 0;
}

.hotelierdesk-call-to-action-wrapper ul {
	display: table;
	margin: 0 auto;
}

.hotelierdesk-call-to-action-wrapper ul li {
	display: inline-block;
	margin: 0 20px 0 0;
	font-weight: 500;
}

@media only screen and (max-width: 500px) { 

	.hotelierdesk-call-to-action-wrapper ul li {
		display: block;
		margin: 0 0 20px 0;
	}
	
	.hotelierdesk-call-to-action-wrapper .hotelierdesk-call-to-action-btns .hotelierdesk-button1 {
		width: 140px;
		text-align: center;
	}
	
	.hotelierdesk-call-to-action-wrapper .hotelierdesk-call-to-action-btns .hotelierdesk-button2 {
		width: 140px;
		text-align: center;
	}

}

.hotelierdesk-call-to-action-wrapper ul li i.fa-check,
.hotelierdesk-call-to-action-wrapper ul li i.fa-x {
	font-size: 13px;
	margin: 0 6px 0 0;
	flex-shrink: 0;
	margin-top: 4px;
}

.hotelierdesk-call-to-action-wrapper ul li i.fa-check {
	color: #64b73e;
}

.hotelierdesk-call-to-action-wrapper ul li i.fa-x {
	color: #ae3b3b;
}

.hotelierdesk-pricing-wrapper {
	max-width: var(--hotelierdesk-site-max-width);
	width: var(--hotelierdesk-site-width);
	margin: 0 auto 100px auto;
}

.hotelierdesk-pricing-wrapper .hotelierdesk-price {
	border-radius: 15px;
	width: calc(33% - 20px);
	margin: 0 30px 0 0;
	float: left;
	border: var(--hotelierdesk-border-color) 1px solid;
}

.hotelierdesk-pricing-wrapper .hotelierdesk-price:nth-child(3n) {
  margin: 0;
}

.hotelierdesk-pricing-wrapper .hotelierdesk-price .hotelierdesk-price-header {
	padding: 30px 30px;
	border-bottom: var(--hotelierdesk-border-color) 1px solid;
}

.hotelierdesk-pricing-wrapper .hotelierdesk-price .hotelierdesk-price-header h6 {
	font-size: 14px;
	font-weight: 600;
	background: var(--hotelierdesk-secondary-color);
	border-radius: 12px;
	padding: 2px 15px;
	display: inline-block;
	margin: 0 0 15px 0;
}

.hotelierdesk-pricing-wrapper .hotelierdesk-price .hotelierdesk-price-header h4 {
	font-size: 21px;
	font-weight: 600;
}

.hotelierdesk-pricing-wrapper .hotelierdesk-price .hotelierdesk-price-body {
	padding: 30px 30px;
}

.hotelierdesk-pricing-wrapper .hotelierdesk-price .hotelierdesk-price-body .hotelierdesk-button1 {
	margin: 18px 0 10px 0;
}

.hotelierdesk-pricing-wrapper .hotelierdesk-price .hotelierdesk-price-body ul li {
	margin: 0 0 17px 0;
	color: var(--hotelierdesk-secondary-font-color);
	font-weight: 500;
	display: flex;
	    line-height: 130%;
}

.hotelierdesk-pricing-wrapper .hotelierdesk-price .hotelierdesk-price-body ul li i.fa-check,
.hotelierdesk-pricing-wrapper .hotelierdesk-price .hotelierdesk-price-body ul li i.fa-x {
	font-size: 13px;
	margin: 0 6px 0 0;
	flex-shrink: 0;
	margin-top: 4px;
}

.hotelierdesk-pricing-wrapper .hotelierdesk-price .hotelierdesk-price-body ul li i.fa-check {
	color: #64b73e;
}

.hotelierdesk-pricing-wrapper .hotelierdesk-price .hotelierdesk-price-body ul li i.fa-x {
	color: #ae3b3b;
}

.hotelierdesk-pricing-wrapper .hotelierdesk-price .hotelierdesk-price-body .hotelierdesk-price-view-all {
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.hotelierdesk-pricing-wrapper .hotelierdesk-price .hotelierdesk-price-body .hotelierdesk-price-view-all i {
	font-size: 13px;
	color: var(--hotelierdesk-primary-color);
	margin: 0 0 0 5px;
}

.hotelierdesk-pricing-wrapper .hotelierdesk-price .hotelierdesk-price-body .hotelierdesk-extra-price-list {
	display: none;
	overflow: hidden;
	border-top: var(--hotelierdesk-border-color) 1px solid;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
}

@media only screen and (max-width: 1000px) { 

	.hotelierdesk-pricing-wrapper .hotelierdesk-price {
		width: 100%;
		float: none;
		margin: 0 0 30px 0;
	}

	.hotelierdesk-pricing-wrapper .hotelierdesk-price:nth-child(3n) {
		margin: 0;
	}

}

.hotelierdesk-faq-wrapper {
	background: 
		radial-gradient(600px 600px at 0% 50%, rgba(170, 130, 93, 0.4) 0%, transparent 70%),
		radial-gradient(600px 600px at 100% 50%, rgba(170, 130, 93, 0.4) 0%, transparent 70%),
		var(--hotelierdesk-secondary-color);
	padding: 100px 0;
}

@media only screen and (max-width: 1080px) { 

	.hotelierdesk-faq-wrapper {
		background: 
			radial-gradient(600px 600px at 0% 0%, rgba(170, 130, 93, 0.4) 0%, transparent 70%),
			var(--hotelierdesk-secondary-color);
	}

}

.hotelierdesk-toggle-wrapper {
	background: #fff;
	border-radius: 15px;
	width: 700px;
	margin: 0 auto 15px auto;
	max-width: calc(100% - 60px);
}

.hotelierdesk-toggle-wrapper .hotelierdesk-toggle-button i {
	background: var(--hotelierdesk-primary-color);
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 99px;
	font-size: 13px;
	margin: 0 15px 0 0;
	flex-shrink: 0;
}

.hotelierdesk-toggle-wrapper .hotelierdesk-toggle-button {
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	padding: 30px 35px 30px 25px;
	display: flex;
	align-items: center;
}

.hotelierdesk-toggle-wrapper .hotelierdesk-toggle-button p {
	flex: 1;
}

.hotelierdesk-toggle-wrapper .hotelierdesk-toggle-content {
	display: none;
	color: var(--hotelierdesk-secondary-font-color);
	padding: 0 30px 30px 70px;
}

.hotelierdesk-footer-wrapper {
	max-width: var(--hotelierdesk-site-max-width);
	width: var(--hotelierdesk-site-width);
	margin: 0 auto;
	padding: 100px 0;
}

.hotelierdesk-footer-wrapper .hotelierdesk-footer-2-5 {
	width: calc(40% - 22.5px);
	float: left;
	margin: 0 30px 0 0;
}

.hotelierdesk-footer-wrapper .hotelierdesk-footer-1-5 {
	width: calc(20% - 22.5px);
	float: left;
	margin: 0 30px 0 0;
}

.hotelierdesk-footer-wrapper .hotelierdesk-footer-1-5:last-child {
	margin: 0;
}

.hotelierdesk-footer-wrapper h5 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 30px 0;
}

.hotelierdesk-footer-wrapper p {
	font-size: 15px;
	font-weight: 500;
	color: var(--hotelierdesk-secondary-font-color);
	max-width: 340px;
	width: 90%;
}

.hotelierdesk-footer-wrapper ul li {
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 15px 0;
}

.hotelierdesk-footer-wrapper ul li:last-child {
	margin: 0;
}

.hotelierdesk-footer-wrapper ul li a {
	color: var(--hotelierdesk-secondary-font-color);
}

.hotelierdesk-footer-wrapper ul li a:hover {
	color: var(--hotelierdesk-primary-font-color);
}

.hotelierdesk-footer-bottom-wrapper {
	border-top: var(--hotelierdesk-border-color) 1px solid;
}

.hotelierdesk-footer-bottom {
	max-width: var(--hotelierdesk-site-max-width);
	width: var(--hotelierdesk-site-width);
	margin: 0 auto;
	padding: 35px 0;
}

.hotelierdesk-footer-bottom p {
	font-size: 15px;
}

.hotelierdesk-footer-bottom .hotelierdesk-copy-text {
	float: left;
	width: 50%;
}

.hotelierdesk-footer-bottom .hotelierdesk-follow-text {
	float: right;
	width: 50%;
	text-align: right;
}

.hotelierdesk-footer-bottom .hotelierdesk-follow-text i {
	font-size: 16px;
}

@media only screen and (max-width: 850px) { 

	.hotelierdesk-footer-wrapper .hotelierdesk-footer-2-5 {
		width: 100%;
		float: none;
		margin: 0 0 60px 0;
	}

	.hotelierdesk-footer-wrapper .hotelierdesk-footer-1-5 {
		width: 100%;
		float: none;
		margin: 0 0 60px 0;
	}

	.hotelierdesk-footer-wrapper .hotelierdesk-footer-1-5:last-child {
		margin: 0;
	}

}

.hotelierdesk-dialog-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	background: rgba(0, 0, 0, 0.3);
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.hotelierdesk-dialog-backdrop.is-active {
	opacity: 1;
	visibility: visible;
}

.hotelierdesk-dialog-window-wrapper {
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
	max-width: 700px;
	width: calc(100% - 100px);
	padding: 30px;
	border-radius: 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	background: #fff;
	max-height: 90vh;
	overflow-y: auto;
}

.hotelierdesk-dialog-window-wrapper .hotelierdesk-dialog-close {
	position: absolute;
	top: 25px;
	right: 30px;
	background: var(--hotelierdesk-primary-color);
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 99px;
	font-size: 14px;
	cursor: pointer;
}

.hotelierdesk-dialog-window-wrapper h3 {
	font-size: 21px;
	font-weight: 500;
	margin: 0 0 30px 0;
}

.hotelierdesk-dialog-window-wrapper form label {
	display: block;
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 8px 0;
}

.hotelierdesk-dialog-window-wrapper form input[type="text"],
.hotelierdesk-dialog-window-wrapper form input[type="email"] {
	border: var(--hotelierdesk-border-color) 1px solid;
	color: var(--hotelierdesk-secondary-font-color);
	width: 100%;
	font-weight: 500;
	font-size: 15px;
	height: 45px;
	padding: 0 10px;
}

.hotelierdesk-dialog-window-wrapper form textarea {
	border: var(--hotelierdesk-border-color) 1px solid;
	color: var(--hotelierdesk-secondary-font-color);
	width: 100%;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 10px;
	font-family: inherit;
}

.hotelierdesk-dialog-window-wrapper form select {
	border: var(--hotelierdesk-border-color) 1px solid;
	color: var(--hotelierdesk-secondary-font-color);
	width: 100%;
	font-weight: 500;
	font-size: 15px;
	height: 45px;
	padding: 0 10px;
	appearance: none;
	background: none;
}

.hotelierdesk-dialog-window-wrapper form button {
	font-size: 15px;
	font-weight: 600;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	padding: 0 25px;
	border-radius: 24px;
	background: var(--hotelierdesk-primary-color);
	color: #fff;
	border: var(--hotelierdesk-primary-color) 1px solid;
	cursor: pointer;
}

.hotelierdesk-fields-wrapper .hotelierdesk-field-1-2 {
	width: calc(50% - 10px);
	margin: 0 20px 0 0;
	float: left;
}

.hotelierdesk-fields-wrapper .hotelierdesk-field-1-2:last-child {
	margin: 0;
}

.hotelierdesk-fields-wrapper {
	margin: 0 0 25px 0;
}

.hotelierdesk-dialog-terms {
	margin: 0 0 25px 0;
}

.hotelierdesk-dialog-terms a {
	color: var(--hotelierdesk-primary-color);
}

.hotelierdesk-dialog-window-signup {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.hotelierdesk-dialog-window-signup.is-active {
	opacity: 1;
	visibility: visible;
}

.hotelierdesk-dialog-window-contact {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.hotelierdesk-dialog-window-contact.is-active {
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width: 500px) { 

	.hotelierdesk-dialog-window-wrapper {
		box-shadow: none;
		max-width: 700px;
		width: calc(100% - 0px);
		padding: 30px;
		border-radius: 0px;
		position: fixed;
		top: 0;
		left: 0;
		transform: none;
		z-index: 9999;
		background: #fff;
		max-height: 100vh;
		overflow-y: auto;
	}
	
	.hotelierdesk-dialog-backdrop {
		background: #fff;
	}

}

.hotelierdesk-blank-wrapper {
	max-width: var(--hotelierdesk-site-max-width);
	width: var(--hotelierdesk-site-width);
	margin: 0 auto;
	padding: 35px 0;
}

.hotelierdesk-blank-wrapper h1 {
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 30px 0;
}

.hotelierdesk-blank-wrapper h2 {
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 30px 0;
}

.hotelierdesk-blank-wrapper h3 {
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 30px 0;
}

.hotelierdesk-blank-wrapper h4 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 30px 0;
}

.hotelierdesk-blank-wrapper h5 {
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 30px 0;
}

.hotelierdesk-blank-wrapper h6 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 30px 0;
}

.hotelierdesk-blank-wrapper p {
	color: var(--hotelierdesk-secondary-font-color);
	margin: 0 0 30px 0;
}

.hotelierdesk-blank-wrapper p strong {
	font-weight: 900;
}

.hotelierdesk-blank-wrapper p i,
.hotelierdesk-blank-wrapper p em {
	font-style: italic;
}

.hotelierdesk-blank-wrapper ul {
	margin: 0 0 30px 30px;
}

.hotelierdesk-blank-wrapper ul li {
	font-weight: 500;
	color: var(--hotelierdesk-secondary-font-color);
	margin: 0 0 10px 0;
	list-style: disc;
	list-style-position: inside;
}

.hotelierdesk-account-area {
	background: var(--hotelierdesk-secondary-color);
}

.hotelierdesk-account-login-wrapper {
	background: #fff;
	border-radius: 15px;
	width: 350px;
	padding: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hotelierdesk-account-login-wrapper .hotelierdesk-logo-wrapper {
	margin: 0 auto 30px auto;
	float: none;
}

.hotelierdesk-account-login-wrapper label {
	display: block;
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 8px 0;
}

.hotelierdesk-account-login-wrapper input[type="email"] {
	border: var(--hotelierdesk-border-color) 1px solid;
	color: var(--hotelierdesk-secondary-font-color);
	width: 100%;
	font-weight: 500;
	font-size: 15px;
	height: 45px;
	padding: 0 10px;
	margin: 0 0 20px 0;
}

.hotelierdesk-account-login-wrapper .hotelierdesk-button1 {
	width: 100%;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

.hotelierdesk-login-msg {
	font-size: 16px;
	width: 90%;
	margin: 0 auto 30px auto;
	text-align: center;
}

.hotelierdesk-login-msg .fa-x,
.hotelierdesk-dialog-msg .fa-x {
	color: #ae3b3b;
}

.hotelierdesk-login-msg .fa-check,
.hotelierdesk-dialog-msg .fa-check {
	color: #64b73e;
}

.hotelierdesk-login-msg .fa-x,
.hotelierdesk-login-msg .fa-check,
.hotelierdesk-dialog-msg .fa-x,
.hotelierdesk-dialog-msg .fa-check {
	font-size: 13px;
	margin: 0 6px 0 0;
	flex-shrink: 0;
	margin-top: 4px;
}

#price-plans {
	padding: 100px 0 0 0;
}

.hotelierdesk-dialog-msg {
	margin: 30px 0 20px 0;
}

.hotelierdesk-cursor {
	font-weight: 300;
	color: var(--hotelierdesk-primary-color);
	animation: hotelierdesk-blink 0.75s step-end infinite;
}

@keyframes hotelierdesk-blink {
	50% { opacity: 0; }
}

@media (max-width: 749px) {
	.hotelierdesk-cursor {
		display: none;
	}
}