/*

TemplateMo 548 Training Studio

https://templatemo.com/tm-548-training-studio

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */

/*
---------------------------------------------
font & reset css
---------------------------------------------
*/

@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url('intl-tel-input/build/css/intlTelInput.css');
/*
---------------------------------------------
reset
---------------------------------------------
*/


@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.iti__flag {
		background-image: url("flags-language\build\img\flags@2x.png");
	}
}

.iti__flag {
	background-image: url("flags-language\build\img\flags.png");
}

@font-face {
	font-family: "Quicksand";
	src: url('fonts/Quicksand_Light.tff') format("opentype"),
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.footer-top-wrap a {
	color: white;
}

.footer-bottom-wrap a {
	color: white;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: table-cell;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
	display: block;
}

* {
	box-sizing: border-box;
}

html,
body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: auto;
	font-family: Quicksand, sans-serif;
	font-weight: 400;
	background-color: #fff;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	font-family: Quicksand, sans-serif;
}

a {
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	margin-bottom: 0px;
}


/*
---------------------------------------------
global styles
---------------------------------------------
*/

html,
body {
	background: #fff;
	font-family: Quicksand, sans-serif;
}

::selection {}

::-moz-selection {
	background: #ed563b;
	color: #fff;
}

@media (max-width: 991px) {

	html,
	body {
		overflow-x: hidden;
	}

	.mobile-top-fix {
		margin-top: 30px;
		margin-bottom: 0px;
	}

	.mobile-bottom-fix {
		margin-bottom: 30px;
	}

	.mobile-bottom-fix-big {
		margin-bottom: 60px;
	}
}

.section-heading {
	text-align: center;
	margin-top: 140px;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 28px;
	font-weight: 800;
	color: #232d39;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.section-heading h2 em {
	font-style: normal;
	color: #ed563b;
}

.section-heading img {
	margin: 20px auto;
}

.dark-bg h2 {
	color: #fff;
}

.dark-bg p {
	color: #fff;
}

.main-button a {
	color: #ffffff;
	background-color: #9ac6ed;
	border-color: #9ac6ed;
	display: inline-block;
	font-size: 15px;
	padding: 12px 20px;
	border-radius: 5px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	transition: all .3s;
}

.main-button a:hover {
	color: #ffffff;
	background-color: #8fbce5;
	border-color: #8fbce5;
}


/*
---------------------------------------------
header
---------------------------------------------
*/

.background-header {
	background: rgba(250, 250, 250, 0.99) !important;
	height: auto !important;
	position: fixed !important;
	top: 0px;
	left: 0px;
	right: 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header2 {
	background: rgba(250, 250, 250, 0.99) !important;
	height: 115px !important;
	position: fixed !important;
	top: 35px;
	left: 0px;
	right: 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.logo img {
	width: 160px;
	margin: 17px;
}

.logo-dark img {
	width: 160px;
	margin: 17px;
}

.logo-dark-alternate {
	visibility: hidden;
	position: absolute;
	left: 19px;
}

.logo-alternate {
	visibility: visible;
}

.background-header .logo,
.background-header .main-nav .nav li a {
	color: #44556d !important;
}

.header-area {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	height: auto;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.header-area .main-nav {
	min-height: 80px;
	background: transparent;
}

.header-area .logo {
	line-height: 80px;
	color: #fff;
	font-size: 32px;
	position: absolute;
	left: 19px;
	font-weight: 800;
	text-transform: uppercase;
	float: left;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
	float: right;
	margin-top: 27px;
	margin-right: 0px;
	background-color: transparent;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	z-index: 999;
}

.header-area .main-nav .nav li {
	padding-left: 6px;
	padding-right: 6px;
}

.how_it_works_ul div>a {
	color: #4f5962;
	font-weight: bold;
}

.header-area .main-nav .nav li a {
	display: inline-block;
	font-size: 13px;
	padding: 11px 13px;
	border-radius: 4px;
	border-color: #9ac6ed;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: uppercase;
	transition: all .3s;
	line-height: 20px;
}

.header-area .main-nav .nav li a {
	display: block;
	font-weight: 800;
	font-size: 13px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: transparent;
	letter-spacing: -0.5px;
}

.header-dashboard .main-nav .nav li a {
	display: block;
	font-weight: 800;
	font-size: 13px;
	color: #7a7a7a;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: transparent;
	letter-spacing: -0.5px;
}

.booking-header .main-nav .nav li a {
	display: block;
	font-weight: 800;
	font-size: 13px;
	color: #7a7a7a;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border: transparent;
	letter-spacing: -0.5px;
}

.header-landing .main-nav .nav li a {
	color: white;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
	opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
	opacity: 1;
}

.header-area .main-nav .menu-trigger {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 23px;
	width: 32px;
	height: 40px;
	text-indent: -9999em;
	z-index: 99;
	right: 40px;
	display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #1e1e1e;
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
	background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #1e1e1e;
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
	width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
	background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
	content: "";
}

.header-area .main-nav .menu-trigger span {
	top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
	-moz-transform-origin: 33% 100%;
	-ms-transform-origin: 33% 100%;
	-webkit-transform-origin: 33% 100%;
	transform-origin: 33% 100%;
	top: -10px;
	z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
	-moz-transform-origin: 33% 0;
	-ms-transform-origin: 33% 0;
	-webkit-transform-origin: 33% 0;
	transform-origin: 33% 0;
	top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
	background-color: transparent;
	width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
	-moz-transform: translateY(6px) translateX(1px) rotate(45deg);
	-ms-transform: translateY(6px) translateX(1px) rotate(45deg);
	-webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
	transform: translateY(6px) translateX(1px) rotate(45deg);
	background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
	background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
	-moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	-ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	-webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
	transform: translateY(-6px) translateX(1px) rotate(-45deg);
	background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
	background-color: #1e1e1e;
}

.header-area.header-sticky .nav {
	margin-top: 20px !important;
}

.vopay-div{
	display:none;
}

.vopay-div.active{
	display:block;
}

.header-area.header-sticky .nav li a.active {}

@media (max-width: 1200px) {
	.header-area .main-nav .nav li {
		padding-left: 12px;
		padding-right: 12px;
	}

	.header-area .main-nav:before {
		display: none;
	}
}

@media (max-width: 767px) {
	.header-area .main-nav .logo {
		color: #1e1e1e;
	}

	.header-area.header-sticky .nav li a:hover,
	.header-area.header-sticky .nav li a.active {
		opacity: 1;
	}


	.header-area .container {
		padding: 0px;
	}

	.header-area .menu-trigger {
		display: block !important;
	}

	.header-area .main-nav {
		overflow: hidden;
	}

	.header-area .main-nav .nav {
		float: none;
		width: 100%;
		display: none;
		-webkit-transition: all 0s ease 0s;
		-moz-transition: all 0s ease 0s;
		-o-transition: all 0s ease 0s;
		transition: all 0s ease 0s;
		margin-left: 0px;
	}

	.header-area .main-nav .nav li:first-child {
		border-top: 1px solid #eee;
	}

	.header-area .main-nav .nav li:last-child {
		width: 100%;
		color: #fff;
	}

	.header-area .main-nav .nav li:last-child a:hover,
	.header-area .main-nav .nav li:last-child:hover a {
		color: #fff !important;
	}

	.header-area.header-sticky .nav {
		margin-top: 80px !important;
	}

	.header-area .main-nav .nav li {
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #eee;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.header-area .main-nav .nav li a {
		height: 50px !important;
		line-height: 50px !important;
		padding: 0px !important;
		border: none !important;
		background: #f7f7f7 !important;
		color: #232d39 !important;
	}

	.header-area .main-nav .nav li:last-child a {
		color: #fff !important;
	}

	.header-area .main-nav .nav li a:hover {
		color: #ffffff;
		background-color: #8fbce5;
		border-color: #8fbce5;
	}

	.header-area .main-nav .nav li.submenu ul {
		position: relative;
		visibility: inherit;
		opacity: 1;
		z-index: 1;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s;
		top: 0px;
		width: 100%;
		box-shadow: none;
		height: 0px;
	}

	.header-area .main-nav .nav li.submenu ul li a {
		font-size: 12px;
		font-weight: 400;
	}

	.header-area .main-nav .nav li.submenu ul li a:hover:before {
		width: 0px;
	}

	.header-area .main-nav .nav li.submenu ul.active {
		height: auto !important;
	}

	.header-area .main-nav .nav li.submenu:after {
		color: #3B566E;
		right: 25px;
		font-size: 14px;
		top: 15px;
	}

	.header-area .main-nav .nav li.submenu:hover ul,
	.header-area .main-nav .nav li.submenu:focus ul {
		height: 0px;
	}
}

@media (min-width: 767px) {
	.header-area .main-nav .nav {
		display: flex !important;
	}
}


/*
---------------------------------------------
banner
---------------------------------------------
*/

.main-banner {
	position: relative;
}

#bg-video {
	min-width: 100%;
	min-height: 100vh;
	max-width: 100%;
	max-height: 100vh;
	object-fit: cover;
	z-index: -1;
}

#bg-video::-webkit-media-controls {
	display: none !important;
}

.video-overlay {
	position: absolute;
	background-color: #000;
	top: 0;
	left: 0;
	opacity: 0.5;
	bottom: 0px;
	width: 100%;
}

.main-banner .caption {
	text-align: center;
	position: absolute;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.main-banner .caption h6 {
	margin-top: 0px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.5px;
}

.main-banner .caption h2 {
	margin-top: 30px;
	margin-bottom: 25px;
	font-size: 84px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	letter-spacing: 1px;
}

.main-banner .caption h2 em {
	font-style: normal;
	font-weight: 900;
}


/*
---------------------------------------------
features
---------------------------------------------
*/

#features {
	margin-bottom: 80px;
}

.feature-item {
	display: inline-block;
	margin-bottom: 60px;
}

.feature-item .left-icon img {
	float: left;
	margin-right: 30px;
}

.feature-item .right-content {
	display: inline;
}

.feature-item .right-content h4 {
	margin-top: 0px;
	margin-bottom: 7px;
	letter-spacing: 0.25px;
	color: #232d39;
	font-size: 19px;
	font-weight: 600;
	text-transform: capitalize;
}

.feature-item .right-content a.text-button {
	margin-top: 7px;
	display: inline-block;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}


/*
---------------------------------------------
subscribe
---------------------------------------------
*/

#call-to-action {
	padding: 120px 0px;
	background-image: url(../images/cta-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.cta-content h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	letter-spacing: 1px;
}

.cta-content h2 em {
	font-style: normal;
}

.cta-content p {
	font-size: 16px;
	color: #fff;
	margin: 15px 0px 25px 0px;
}


/*
--------------------------------------------
Our Classes
--------------------------------------------
*/

#our-classes {
	margin-bottom: 140px;
}

#tabs ul {
	margin: 0;
	padding: 0;
}

#tabs ul li {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}

#tabs ul li:last-child {
	margin-bottom: 0px;
}

#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	font-size: 19px;
	color: #232d39;
	letter-spacing: 0.5px;
	font-weight: 600;
	transition: all 0.3s;
}

#tabs .main-rounded-button a {
	text-align: center;
	padding: 20px 30px;
	width: 100%;
	border-radius: 5px;
	display: inline-block;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 19px;
	letter-spacing: 0.5px;
	font-weight: 600;
}

#tabs .main-rounded-button a:hover {}

#tabs ul li a img {
	max-width: 100%;
	margin-right: 20px;
}

#tabs ul .ui-tabs-active span {
	background: #faf5b2;
	border: #faf5b2;
	line-height: 90px;
	border-bottom: none;
}

#tabs ul .ui-tabs-active a {}

#tabs ul .ui-tabs-active span {
	color: #1e1e1e;
}

.tabs-content {
	margin-left: 30px;
	text-align: left;
	display: inline-block;
	transition: all 0.3s;
}

.tabs-content img {
	max-width: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.tabs-content h4 {
	font-size: 23px;
	font-weight: 700;
	color: #232d39;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.tabs-content p {
	font-size: 14px;
	color: #7a7a7a;
	margin-bottom: 28px;
}


/*
---------------------------------------------
schedule
---------------------------------------------
*/

#schedule {
	padding: 0px 0px 140px 0px;
	background-image: url(../images/schedule-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#schedule table {
	width: 100%;
	text-align: center;
	border: 1px solid #fff;
}

#schedule table tbody {
	border-top: 1px solid #fff;
}

#schedule table tbody tr {
	border-bottom: 1px solid #fff;
}

#schedule table tbody tr td {
	border-right: 1px solid #fff;
	height: 100px;
}

#schedule table tr td {
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 0.25px;
}

.schedule-table.filtering .ts-item {
	opacity: 0;
	transition: all 0.5s;
}

.schedule-table.filtering .ts-item.show {
	opacity: 1;
	transition: all 0.5s;
}

#schedule .filters {
	margin-bottom: 40px;
}

#schedule .filters ul {
	padding: 0;
	text-align: center;
}

#schedule .filters ul li {
	list-style: none;
	display: inline;
	cursor: pointer;
	position: relative;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#schedule .filters ul li:after {
	content: "/";
	margin-left: 10px;
	color: #fff;
}

#schedule .filters ul li:last-child {
	margin-right: 0px;
}

#schedule .filters ul li:last-child::after {
	display: none;
}

#schedule .filters ul li.active,
#schedule .filters ul li:hover {}

#schedule .filters-content {
	margin-top: 50px;
}

#schedule .filters-content .show {
	opacity: 1;
	visibility: visible;
	transition: all 350ms;
}

#schedule .filters-content .hide {
	opacity: 0;
	visibility: hidden;
	transition: all 350ms;
}


/*
---------------------------------------------
trainers
---------------------------------------------
*/

#trainers .trainer-item {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	padding: 40px;
}

#trainers .trainer-item img {
	width: 100%;
	border-radius: 5px;
}

#trainers .trainer-item span {
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 10px;
}

#trainers .trainer-item h4 {
	font-size: 19px;
	font-weight: 600;
	color: #232d39;
	letter-spacing: 0.5px;
	margin-bottom: 18px;
}

#trainers .trainer-item p {
	margin-bottom: 20px;
}

#trainers .trainer-item ul.social-icons li {
	display: inline-block;
	margin-right: 12px;
}

#trainers .trainer-item ul.social-icons li:last-child {
	margin-right: 0px;
}

#trainers .trainer-item ul.social-icons li a {
	color: #232d39;
	transition: all .3s;
}

#trainers .trainer-item ul.social-icons li a:hover {}


/*
---------------------------------------------
contact
---------------------------------------------
*/

#contact-us {
	margin-top: 140px;
}

#contact-us .container-fluid .col-lg-6 {
	padding: 0px;
}

#contact-us .contact-form {
	padding: 80px;
	background-image: url(../images/contact-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#contact-us .contact-form #contact {
	background-color: #fff;
	padding: 40px;
	border-radius: 5px;
}

.contact-form input,
.contact-form textarea {
	color: #7a7a7a;
	font-size: 13px;
	border: 1px solid #ddd;
	background-color: #fff;
	width: 100%;
	height: 40px;
	outline: none;
	line-height: 40px;
	padding: 0px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 30px;
}

.contact-form textarea {
	height: 150px;
	resize: none;
}

.contact-form button {
	display: inline-block;
	font-size: 13px;
	padding: 11px 17px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	transition: all .3s;
	border: none;
	outline: none;
	margin-top: -8px;
}

.contact-form button:hover {}


/*
---------------------------------------------
footer
---------------------------------------------
*/


/*
---------------------------------------------
preloader
---------------------------------------------
*/

.js-preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #232d39;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	z-index: 9999;
	-webkit-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}

.js-preloader.loaded {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

@-webkit-keyframes dot {
	50% {
		-webkit-transform: translateX(96px);
		transform: translateX(96px);
	}
}

@keyframes dot {
	50% {
		-webkit-transform: translateX(96px);
		transform: translateX(96px);
	}
}

@-webkit-keyframes dots {
	50% {
		-webkit-transform: translateX(-31px);
		transform: translateX(-31px);
	}
}

@keyframes dots {
	50% {
		-webkit-transform: translateX(-31px);
		transform: translateX(-31px);
	}
}

.preloader-inner {
	position: relative;
	width: 142px;
	height: 40px;
	background: #232d39;
}

.preloader-inner .dot {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 12px;
	left: 15px;
	background: #fff;
	border-radius: 50%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-animation: dot 2.8s infinite;
	animation: dot 2.8s infinite;
}

.preloader-inner .dots {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	margin-top: 12px;
	margin-left: 31px;
	-webkit-animation: dots 2.8s infinite;
	animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 16px;
	background: #fff;
	border-radius: 50%;
}


/*
---------------------------------------------
responsive
---------------------------------------------
*/

@media (max-width: 992px) {
	.main-banner .caption h2 {
		font-size: 64px;
	}

	#features {
		margin-bottom: 110px;
	}

	#features .feature-item {
		margin-bottom: 30px;
	}

	#our-classes .tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}

	.trainer-item {
		margin-bottom: 30px;
	}

	#contact-us #map {
		margin-bottom: -7px;
	}

	#contact-us .contact-form {
		padding: 30px;
	}

	#contact-us .contact-form #contact {
		padding: 30px;
	}
}

@media (max-width: 450px) {
	.feature-item .right-content a.text-button {
		margin-left: 130px;
	}
}

.main-banner .caption h3 {
	margin-top: 0px;
	font-size: 33px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
}

.youtube {
	margin: auto;
	width: 800px;
}

#youtube-section {
	padding: 100px 0px;
}

#isometric {
	background-color: #3fc3de !important;
}

.house {
	width: 534px;
}

.wpb_wrapper {
	margin-top: 63px;
}

.wpb_wrapper1 {
	margin-top: 83px;
}

h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal;
}

.vc_toggle {
	margin-top: 12px;
	margin-bottom: 12px;
}

.plus {
	font-size: 25px;
	position: absolute;
	top: 8px;
	margin-top: 7px;
	left: -23px;
}

.vc_btn3 {
	border-radius: 5px;
	border-color: white;
	color: white;
	border: 2px solid;
	padding: 12px 12px;
	font-size: 14px;
	background-color: transparent;
	margin-left: 169px;
}

.vc_btn3:hover {
	border-radius: 5px;
	border-color: white;
	color: #3fc3de;
	border: 2px solid;
	padding: 12px 12px;
	font-size: 14px;
	background-color: white;
	margin-left: 169px;
}

.room-info {
	margin: 30px;
}

.item-wrap .property-item {
	border-radius: 6px;
	overflow: hidden;
}

.label-wrap.top-left {
	left: 20px;
	right: auto;
	width: 30%;
	position: absolute;
	top: 20px;
	z-index: 1;
}

.hover-effect {
	overflow: hidden;
}

.item-media-price {
	z-index: 1;
	position: absolute;
	bottom: 42px;
	padding: 0 20px 15px 20px;
}

.item-short-term {
	z-index: 1;
	position: absolute;
	top: -10px;
	left: 95px;
	padding: 0 8px 15px 20px;
}

.short-term-text {
	z-index: 2;
	color: white;
	font-size: 9px;
	position: absolute;
	top: 30px;
	left: 90px;
	padding: 0 20px 15px 20px;
}

.item-short-term img {
	margin-left: 45px;
}

.item-media {
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.item-media-price .item-price {
	color: #fff;
	position: absolute;
}

.item-price {
	font-size: 28px;
	line-height: inherit;
	font-weight: 500;
	position: absolute;
	text-transform: none;
	letter-spacing: normal;
}

.item-grid-view .item-wrap .item-user-image {
	right: 20px;
	bottom: 16px;
	position: absolute;
}

.item-user-image {
	z-index: 1;
	height: 36px;
	right: 20px;
	bottom: 16px;
	width: 36px;
	position: absolute;
}

.item-wrap {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	max-width: 390px;
}

.item-user-image img {
	border: 1px solid #fff;
	border-radius: 100%;
	display: block;
	max-width: 100%;
	height: auto;
}

.media-left {
	width: 371px;
}

.label-wrap .label {
	color: #fff;
	border-radius: 2px;
	font-size: 10px;
	padding: 4px 7px 3px;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 11px;
	font-weight: 700;
	height: 18px;
	background-color: #44556d;
}

.hover-effect:before {
	content: "";
	opacity: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
	z-index: 1;
}

.hover-effect:hover img {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	transform: scale(1.05);
}

.item-title-head {
	font-size: 16px;
	line-height: 28px;
	font-family: Open Sans, sans-serif;
	font-weight: 700;
	text-transform: inherit;
	text-align: inherit;
}

.down-content {
	padding: 15px;
}

.item-address {
	color: #949ca5;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

.item-amenities li {
	margin-bottom: 0;
	padding-right: 10px !important;
	padding-left: 0 !important;
	line-height: 1 !important;
	font-size: 14px;
}

.item-label {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	font-family: Quicksand, sans-serif;
}

.product-item {
	border: 1px solid #eee;
}

.show-more {
	width: 100%;
	margin: auto;
}

.show-more {
	width: 170px;
	height: 50px;
	margin: auto;
	margin-top: 30px;
}

.load-more {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 700 !important;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	font-size: 13px !important;
	padding: 12px 55px !important;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.paragraph {
	margin: 0px 20px 0px 200px;
}

.vc_single_image-wrapper {
	margin-top: 100px;
}

.image1 {
	margin: 0px 20px 0px 130px;
}

.testimonial-item .description {
	background-color: #fff;
	border: 1px solid #d8dce1;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 20px;
	position: relative;
}

.testimonial-item .description:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #d8dce1;
	border-bottom: 0;
	margin-left: -10px;
	margin-bottom: -11px;
}

.testimonial-item .description:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
	margin-left: -10px;
	margin-bottom: -10px;
}

.testimonial-thumb img {
	margin: 0 auto;
	width: 74px;
	border-radius: 50% !important;
}

.footer-top-wrap {
	background-color: #515151;
	color: #ffffff;
}

.footer-top-wrap {
	padding: 100px 0 30px;
}

.widget {
	margin-bottom: 30px;
}

.footer-top-wrap {
	background-color: #515151;
	color: #ffffff;
}

.widget-body {
	background-color: #515151;
	color: #ffffff !important;
}

.widget ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.menu-item {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	font-family: Quicksand, sans-serif;
}

.widget li a {
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: -10px;
	font-weight: 700;
}

.footer-bottom-wrap,
.footer-small {
	background-color: #3f3f3f;
	color: #ffffff;
}

.footer-copyright {
	font-size: 14px;
	line-height: 24px;
	padding: 12px 0;
}

.footer {
	margin-top: 30px;
}

.footer .social-icons {
	text-align: right;
}

.btn-bg-youtube:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	background-color: #bb0000;
	left: 49%;
	top: 49%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}

.btn-bg-facebook:hover,
.btn-bg-facebook:focus,
.btn-bg-facebook:active {
	color: #fff !important;
}

.btn-bg-youtube:hover,
.btn-bg-youtube:focus,
.btn-bg-youtube:active {
	color: #fff !important;
}

.btn-bg-instagram:hover,
.btn-bg-instagram:focus,
.btn-bg-instagram:active {
	color: #fff !important;
}

.btn-bg-facebook:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	background-color: #506dab;
	left: 49%;
	top: 49%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}

.footer-bottom-wrap {
	padding: 10px 0;
}

.footer .social-icons a:hover,
.footer a:hover,
.footer .title a:hover {
	color: #dddddd;
}

.btn-bg-instagram:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	background-color: #517fa4;
	left: 49%;
	top: 49%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}

.btn-bg-instagram:hover:before,
.btn-bg-instagram:focus:before,
.btn-bg-instagram:active:before {
	width: 100%;
	height: 100%;
}

.btn-bg-facebook:hover:before,
.btn-bg-facebook:focus:before,
.btn-bg-facebook:active:before {
	width: 100%;
	height: 100%;
}

.btn-bg-youtube:hover:before,
.btn-bg-youtube:focus:before,
.btn-bg-youtube:active:before {
	width: 100%;
	height: 100%;
}

.btn-bg-facebook {
	position: relative;
}

.btn-bg-instagram {
	position: relative;
}

.btn-bg-youtube {
	position: relative;
}

.social-round a:before {
	border-radius: 50%;
}

.social-round a:before {
	border-radius: 50%;
}

.social-icons a {
	width: 45px;
	display: inline-block;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
}

.search-destination {
	width: auto;
	vertical-align: middle;
	padding-right: 10px;
	display: table-cell;
	margin: 3px;
}

.search-date-range {
	width: auto;
	vertical-align: middle;
	padding-right: 10px;
	display: table-cell;
}

.search-date-range input {
	padding: 0px 0px 0px 46px;
	height: 57px;
}

.search-button {
	width: auto;
	vertical-align: middle;
	padding-right: 10px;

}

.search-banner {
	width: 100%;
}

.search-banner .search-destination {
	min-width: 330px;
}

.bootstrap-select {
	min-height: 56px;
	width: 224px;
	margin: 4px;
	border-radius: 4px;
}

.selectpicker {
	min-height: 56px;
	width: 224px;
	border-radius: 4px;
	padding: 6px;
	border: 1px solid #ced4da;
}

.selectpicker:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.dropdown-toggle {
	height: 56px;
	font-size: 15px;
}

.search-date-range-arrive,
.search-date-range-depart {
	width: 230px;
	max-width: 46%;
	position: relative;
	width: 401px;
	margin: 7px;
	float: none;
	display: inline-block;
}

.bootstrap-select .dropdown-toggle1 .filter-option {
	position: static;
	top: 0;
	left: 0;
	float: left;
	height: 100%;
	width: 100%;
	text-align: left;
	overflow: hidden;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.search {
	color: #ffffff;
	background-color: #9ac6ed;
	border-color: #9ac6ed;
	display: inline-block;
	font-size: 15px;
	padding: 11px 29px;
	border-radius: 5px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	transition: all .3s;
}

.search:hover {
	color: #ffffff;
	background-color: #8fbce5;
	border-color: #8fbce5;
}

.fa-calendar1 {
	position: absolute;
	left: 14px;
	top: 15px;
	font-size: 16px;
}

#ui-datepicker-div {
	top: 100%;
	border: 1px solid #d8dce1;
	padding: 30px;
	background-color: #fff;
	margin-top: 10px;
	width: 326px;
	height: 348px;
	border-radius: 4px;
	z-index: 111;
}

.ui-widget-header {
	border: none !important;
	background: none !important;
	font-weight: bold !important;
}

#ui-datepicker-div thead tr {
	border-bottom: 1px solid #d8dce1;
	margin-bottom: 10px;
}

#ui-datepicker-div thead,
#ui-datepicker-div tbody {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ui-datepicker th {
	font-weight: 300 !important;
	padding: 10px 0 !important;
}

.ui-datepicker td {
	font-weight: 600;
	padding: 5px 5px !important;
	text-align: center;
	font-size: 14px;
}

.ui-datepicker td a {
	border: none !important;
	background: transparent !important;
	font-weight: 400;
	color: #454545;
}

.language_switcher_ul {
	display: none;
	list-style: none;
	position: absolute;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 auto;
	-webkit-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	z-index: 1;
	color: black !important;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	background-color: #fff;
	top: 40px;
}

.weglot_switcher a {
	color: #44556d !important;
}

.how_it_works_ul {
	display: none;
	list-style: none;
	position: absolute;
	min-width: 250px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	padding: 0;
	right: 0;
	left: 0;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 auto;
	padding: 52px 48px;
	-webkit-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	z-index: 1;
	color: black !important;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	background-color: #fff;
	width: 62vw;
	top: 63px;
	height: 250px;
}

.sub-menu>li {
	float: left;
	border: none !important;
	width: 24.5%;
	margin-bottom: 30px;
	vertical-align: top;
}

.header-landing .sub-menu li a {
	padding: 10px 0px !important;
}

.header-landing .sub-menu li a:hover {
	color: #8fbce5;
	background-color: #ffffff;
}

.sub-menu1>li {
	float: left;
	border: none !important;
	/* width: 24.5%; */
	display: contents;
	margin-bottom: 30px;
	vertical-align: top;
}

.how_it_works {
	position: relative;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
	opacity: 1;
}

.sub-menu>li>a {
	font-weight: 700 !important;
	text-transform: uppercase !important;
	margin-bottom: 13px;
}

.sub-menu1 a:before {
	content: "";
	font-family: "FontAwesome";
	margin: 0 10px 0 0;
}

.menu-item-type-custom a {
	float: left;
}

.sub-menu1 {
	display: grid;
}

.banner-btn-1 {
	background: white;
}

.img-circle {
	border-radius: 50%;
	height: 100%;
}

.user-image {
	margin-left: 20px;
	width: 36px;
	display: contents;
	
	position: relative;
}

.user-logged-in {
	float: left;
}

.account-dropdown {
	border: 0 !important;
	position: absolute;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	border-top: 0;
	margin-left: 7px;
	top: 40px;
	right: 0;
	text-align: left;
	min-width: 206px;
	background-color: white;
}

.account-dropdown ul {
	background-color: white;
}

.account-dropdown ul li a {
	color: #44556d !important;
	text-align: left !important;
	margin: 0px !important;
	padding: 15px 15px !important;
	width: 100%;
}

.account-dropdown ul li a i {
	color: #44556d !important;
}

.account-dropdown ul li {
	width: 231px;
	padding: 0px !important;
}

.account-dropdown ul>li a:hover {
	background-color: rgba(0, 0, 0, .15) !important;
	color: #44556d;
}

.header-area .main-nav .nav .acount-droupdown li:last-child a:hover {
	color: #44556d;
	background-color: rgba(0, 0, 0, .15) !important;
	border-color: #8fbce5;
	opacity: 1;
}

* {
	margin: 0;
	padding: 0;
}

.drop-down3 {
	position: absolute;
	top: 40%;
	position: relative;
	width: 100%;
	text-align: left;
	white-space: nowrap;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.drop-down3 .selected {
	width: inherit;
}

.drop-down3>.selected a {
	padding-left: 8px;
}

.drop-down3 .selected a {
	background: #fff no-repeat scroll right center;
	display: block;
	padding-right: 27px;
	margin-bottom: 4px;
	border: 1px solid #d7d7d7;
	width: 100%;
	border-radius: 3px;
	text-decoration: none;
	color: #495057;
}

.drop-down3 .selected a span {
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 6px;
	width: 93%;
}

.drop-down3 .option {
	position: relative;
}

.drop-down3 .options ul {
	background: #fff none repeat scroll 0 0;
	display: none;
	list-style: none;
	padding: 0px 0px;
    z-index:3;
	position: absolute;
	left: 0px;
	top: 38px;
	width: auto;
	min-width: 170px;
	border: 1px solid #d7d7d7;
}

.drop-down3 .selected span.value,
.drop-down .options span.value {
	display: none;
}

.drop-down3 .dropdown-toggle:after {
	margin-left: -24px;
	margin-top: 7px;
	z-index: -1;
}

.drop-down3 .dropdown-toggle {
	height: 19px;
	position: absolute;
	top: 8px;
	cursor: pointer;
	right: -1px;
}

.drop-down3 .options ul li a {
	padding: 5px;
	display: block;
	width: 456px;
	text-decoration: none;
}

.drop-down3 .options ul li a:hover {
	background-color: rgba(0, 0, 0, .15) !important;
	transition: 0.2s ease;
}

.drop-down4 {
	position: absolute;
	top: 40%;
	position: relative;
	width: 100%;
	text-align: left;
	white-space: nowrap;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.drop-down4 .selected {
	overflow: hidden;
	width: inherit;
}

.drop-down4>.selected a {
	padding-left: 8px;
}

.drop-down4 .selected a {
	background: #fff no-repeat scroll right center;
	display: block;
	padding-right: 20px;
	margin-bottom: 4px;
	border: 1px solid #d7d7d7;
	width: 100%;
	border-radius: 3px;
	text-decoration: none;
	color: #495057;
}

.login-header {
	display: none;
}

.drop-down4 .selected a span {
	cursor: pointer;
	display: block;
	padding: 6px;
}

.drop-down4 .option {
	position: relative;
}

.drop-down4 .options ul {
	background: #fff none repeat scroll 0 0;
	display: none;
	list-style: none;
	padding: 0px 0px;
	position: absolute;
	left: 0px;
	top: 38px;
	width: auto;
	min-width: 170px;
	border: 1px solid #d7d7d7;
}

.drop-down4 .selected span.value,
.drop-down .options span.value {
	display: none;
}

.drop-down4 .dropdown-toggle:after {
	margin-left: -24px;
	margin-top: 7px;
	z-index: -1;
}

.drop-down4 .dropdown-toggle {
	height: 19px;
	position: absolute;
	top: 8px;
	cursor: pointer;
	right: -1px;
}

.drop-down4 .options ul li a {
	padding: 5px;
	display: block;
	width: 456px;
	text-decoration: none;
}

.drop-down4 .options ul li a:hover {
	background-color: rgba(0, 0, 0, .15) !important;
	transition: 0.2s ease;
}

.drop-down10 .selected a span {
	cursor: pointer;
	display: block;
	padding: 6px;
}

.drop-down10 .option {
	position: relative;
}

.drop-down10 .options ul {
	background: #fff none repeat scroll 0 0;
	display: none;
	list-style: none;
	padding: 0px 0px;
	position: absolute;
	left: 0px;
	top: 38px;
	width: auto;
	min-width: 170px;
	border: 1px solid #d7d7d7;
}

.drop-down10 .selected span.value,
.drop-down .options span.value {
	display: none;
}

.drop-down10 .dropdown-toggle:after {
	margin-left: -24px;
	margin-top: 7px;
	z-index: -1;
}

.drop-down10 .dropdown-toggle {
	height: 19px;
	position: absolute;
	top: 8px;
	cursor: pointer;
	right: -1px;
}

.drop-down10 .options ul li a {
	padding: 5px;
	display: block;
	width: 456px;
	text-decoration: none;
}

.drop-down10 .options ul li a:hover {
	background-color: rgba(0, 0, 0, .15) !important;
	transition: 0.2s ease;
}

.host-a-room a {
	background-color: #8fbce5;
}

.host-a-room a:hover {
	background-color: #82b9e0 !important;
}

.register-container {
	padding: 24px 24px;
}

.block {
	margin-bottom: 30px;
	background-color: #fff;
	padding-bottom: 1px;
	box-sizing: border-box;
}

.admin-top-banner .block-col {
	padding: 20px;
	text-align: left;
	position: relative;
}

.block-verify .block-col {
	border-top: 1px dotted #d8dce1;
	border-right: 1px dotted #d8dce1;
}

.block-col-33 {
	width: 33.333%;
	float: left;
}

.block-title {
	border-bottom: 1px dotted #d8dce1;
	padding: 30px;
}

.block-title .title {
	font-size: 16px;
	line-height: 28px;
}

.block-link {
	margin-top: 7px;
}

.block-link {
	font-size: 13px;
	line-height: 13px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal;
}

.block-right {
	float: right;
	margin: -21px;
}

.block-left {
	float: left;
	margin: -21px;
}

.block-body {
	margin: 38px;
}

.table-col {
	border-bottom: 1px dotted #d8dce1;
	white-space: nowrap;
	padding: 20px;
}

.form-control:focus {
	box-shadow: none;
}

.how_it_works_ul a {
	color: #4f5962;
}

.login-header1 h6 {
	margin: 16px 0px;
}

#modal-contents2 {
	display: none;
}

.btn-login-left {
	float: right;
	width: 40% !important;
}

.btn-login-right {
	float: right;
	width: 40% !important;
}

.next-container {
	display: flow-root;
}

.form-control {
	display: block;
	width: 100%;
	/* height: calc(1.5em + .65rem + 2px); */
	/* padding: 18px .75rem; */
	height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #4f5962;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.container-sign-up .form-control{
	padding: 6px .75rem;
}

.error {
	color: red;
}

::-webkit-input-placeholder {
	color: #434548 !important;
	opacity: 1;
}

.selected span {
	color: #434548;
}

.btn-login1 {
	width: 100% !important;
	float: none !important;
}

.verification-message {
	background: #ffa015;
	color: white;
	line-height: 35px;
	height: 35px;
	text-align: center;
}

.verification-success-message {
	background: #34bc36;
	color: white;
	line-height: 35px;
	height: 35px;
	text-align: center;
}

.item-body {
	margin-left: 15px;
}

.table-col:last-child {
	text-align: right;
	width: 100%;
}

.media-left1 {
	margin-right: 30px;
}

.media-body,
.table-col {
	vertical-align: middle !important;
}

.media-body {
	vertical-align: middle !important;
	display: table-cell;
	width: 94%;
}

.login-header i {
	margin-right: 2px;
}

.Approved,
.Completed,
.Verified,
.Booked {
	background-color: #85c341 !important;
	display: inline;
	padding: 3px .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.Pending,
.New {
	background-color: #7eabdb;
	display: inline;
	padding: 3px .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.Declined,
.Deactivated {
	background-color: #c31b1b;
	display: inline;
	padding: 3px .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.unset {
	display: unset;
}

.one {
	background: #7a9cd2;
}

.two {
	background: #f05e44;
}

.three {
	background: #a2404f;
}

.four {
	background: #429f83;
}

.five {
	background: #565277;
}

.one,
.two,
.three,
.four,
.five {

	border: solid #666;
	border-width: 3px;
	border-radius: 15px;
	margin: 5px 3px;
	padding: 6px 10px;
	width: 20px;
}

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

.four,
.one,
.two,
.three,
.five {
	color: white;
}

div#form {
	position: absolute;
	width: 360px;
	height: 320px;
	height: auto;
	background-color: #fff;
	margin: auto;
	border-radius: 5px;
	padding: 20px;
	left: 50%;
	top: 50%;
	margin-left: -180px;
	margin-top: -200px;
}

div.form-item {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	margin: 24px 3px;
	width: 250px;
}

input {
	transition: all .2s ease;
}

input.form-style {
	color: #8a8a8a;
	display: block;
	width: 100%;
	height: 44px;
	padding: 5px 5%;
	border: 1px solid #ccc;
	-moz-border-radius: 27px;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	font-family: 'HelveticaNeue', 'Arial', sans-serif;
	font-size: 105%;
	letter-spacing: .8px;
}

div.form-item .form-style:focus {
	outline: none;
	border: 1px solid #58bff6;
	color: #58bff6;
}

div.form-item p.formLabel {
	position: absolute;
	left: 26px;
	top: 2px;
	transition: all .4s ease;
	color: #bbb;
}

.formTop {
	top: -22px !important;
	left: 26px;
	background-color: #fff;
	padding: 0 5px;
	font-size: 14px;
	color: #58bff6 !important;
}

.formStatus {
	color: #8a8a8a !important;
}

input[type="submit"].login {
	float: right;
	width: 112px;
	height: 37px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #55b1df;
	border: 1px solid #55b1df;
	border: none;
	color: #fff;
	font-weight: bold;
}

input[type="submit"].login:hover {
	background-color: #fff;
	border: 1px solid #55b1df;
	color: #55b1df;
	cursor: pointer;
}

input[type="submit"].login:focus {
	outline: none;
}

.down {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	right: -35px;
}

.x {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 4px;
	right: 5px;
}

.down-content {
	color: #3b4249
}

.down-content h4:hover {
	color: rgba(79, 89, 98, 0.5)
}

.delete-account-button {
	float: right;
	padding: 5px 30px;
	border-radius: 6px;
	background-color: #EE3925;
	COLOR: white;
	border: none;

}

.mrt-10 {
	margin-top: 10px;
}

.cont {
	margin-top: -4px;
	width: 159px;
	height: 47px;
	background: #fbfbfb;
	border-radius: 50px;
	box-shadow: inset 0 0 10px 10px #f3f3f3;
	position: relative;
	cursor: pointer;
}

.cont .toggle {
	width: 45%;
	height: 70%;
	position: absolute;
	border-radius: 30px;
	top: 50%;
	left: 6%;
	transform: translate(-5%, -50%);
	background-image: linear-gradient(to top, #e4e4e4, white);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cont .right,
.cont .left {
	width: 45%;
	height: 70%;
	position: absolute;
	border-radius: 30px;
	top: 50%;
	transform: translate(-1%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 2px;
	font-weight: 800;
	font-size: 12px;
	color: #7a7a7a;
	text-align: center;
}

.cont .right {
	right: 5%;
}

.cont .left {
	left: 5%;
}

.taber-nav {
	text-align: center;
	font-weight: 700;
	list-style: none;
	width: 100%;
	padding: 0;
	display: table;
}

.taber-nav-fixed {
	table-layout: fixed;
}

.taber-nav li {
	-webkit-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	display: table-cell;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	font-family: Quicksand, sans-serif;
}

.taber-nav a {
	color: #4f5962;
	font-weight: 500;
	background-color: rgba(216, 220, 225, 0.2);
	margin-right: 1px;
	display: block;
	padding: 22px 10px;
}

.taber-nav li:hover a,
.taber-nav li.active a {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.taber-nav li:hover a {
	color: #82b9e0;
}

.block-head {
	padding: 40px;
	border-bottom: 1px dotted #d8dce1;
	padding: 59px 70px 88px 75px;
}

.block {
	margin-bottom: 30px;
}

.block-head .block-right {
	margin: 0px !important;
}

.listing-submit-wrap {
	display: flex;
	width: 100%;
	text-align: center;
	height: 41px;
	margin-bottom: 29px;
}

.listing-submit-wrap a {
	display: table-cell;
	text-align: center;
}

.listing-submit-wrap button {
	display: table-cell;
	text-align: center;
	width: 100%;
	height: 100%;
	margin-left: 2px;
	color: white;
	background-color: #85c341;
}

.btn-view-listing {
	display: table-cell;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 9px 0px;
	margin-left: 2px;
}

.listing-submit-wrap button:hover,
.listing-submit-wrap button:active,
.listing-submit-wrap button:focus {
	display: table-cell;
	text-align: center;
	width: 100%;
	color: white;
	margin-left: 2px;
	background-color: #85c341;
}

.btn-preview-listing:hover,
.btn-preview-listing:active,
.btn-preview-listing:focus {
	background-color: #82b9e0;
	color: #fff;
}

.btn-dark-grey {
	color: #fff !important;
	background-color: #949ca5 !important;
	border-color: #949ca5 !important;
}

.weekdays {
	display: table;
	width: 100%;
}

.weekdays li {
	display: table-cell;
	background-color: #4f5962;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.weekdays li,
.days li {
	width: calc(100% / 7);
	font-size: 12px;
	float: left;
	display: table-cell;
}

.days {
	width: 100%;
	display: contents;
}

.property-calendar {

	overflow: hidden;

}

.property-calendar>.homey_month_wrap>.days li:after,
.property-calendar-hourly>.homey_month_wrap>.days li:after {
	content: "";
	display: block;
	padding-bottom: 100%;
	clear: both;
}

.property-calendar>.homey_month_wrap>.days li,
.property-calendar-hourly>.homey_month_wrap>.days li {
	padding-bottom: calc(100% / 7);
	height: 0;
	-webkit-box-shadow: inset 0px 0px 0px 1px #fff;
	box-shadow: inset 0px 0px 0px 1px #fff;
	position: relative;
	top: 1px;
}

.days li.unavailable:after {
	background-color: #ecedef;
	z-index: 0;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

li.past-day {
	text-decoration: line-through !important;
	color: #949ca5 !important;
	font-weight: 300 !important;
}

.property-calendar>.homey_month_wrap>.days li:after,
.property-calendar-hourly>.homey_month_wrap>.days li:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.property-calendar>.homey_month_wrap .day-status,
.property-calendar-hourly>.homey_month_wrap .day-status {
	z-index: 2;
	bottom: 10px;
	left: 10px;
	position: absolute;
	line-height: 14px;
}

.property-calendar>.homey_month_wrap>.days li.unavailable:nth-child(7n+1),
.property-calendar-hourly>.homey_month_wrap>.days li.unavailable:nth-child(7n+1) {
	background-color: #ecedef;
}

.property-calendar>.homey_month_wrap .day-number,
.property-calendar-hourly>.homey_month_wrap .day-number {
	left: 10px;
	top: 10px;
	z-index: 2;
	display: block;
	line-height: 24px;
	height: 24px;
	font-weight: 700;
	position: absolute;
}

.property-calendar>.homey_month_wrap>.days li.available:after,
.property-calendar-hourly>.homey_month_wrap>.days li.available:after {
	background-color: #e4f4d9;
	z-index: 0;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	top: 0;
	transform-origin: 0 100%;
}

.property-calendar>.homey_month_wrap>.days li.pendingc:after,
.property-calendar-hourly>.homey_month_wrap>.days li.pendingc:after {
	background-color: #ffeedb;
	z-index: 0;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.dashboard-areac {
	padding-left: 160px;
	padding-top: 116px;
}

.dashboard-with-sidebar .dashboard-content-areac {
	padding: 0px 18px 30px 15px;
	margin-right: 332px;
}

.dashboard-with-sidebar .dashboard-content-area {
	padding: 0px 18px 30px 15px;
	margin-right: 332px;
}

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

.property-calendar>.homey_month_wrap>.days li:last-child,
.property-calendar-hourly>.homey_month_wrap>.days li:last-child {
	overflow: hidden;
}

.property-calendar>.homey_month_wrap .current-day,
.property-calendar-hourly>.homey_month_wrap .current-day {
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	width: 24px;
}

.daterangepicker td.active,
.daterangepicker td.active.end-date,
.homy-progress-bar .progress-bar-inner,
.fc-event,
.property-calendar .current-day,
.label-secondary,
.wallet-label {
	background-color: #7eabdb;
}

.property-calendar>.homey_month_wrap>.days li.bookedc:after,
.property-calendar-hourly>.homey_month_wrap>.days li.bookedc:after {
	background-color: #fdd2d2;
	z-index: 0;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	position: absolute;
	top: 1px;
	right: 0px;
	width: 128px;
}

.property-calendar>.homey_month_wrap>.days li.pendingc:nth-child(7n+1),
.property-calendar-hourly>.homey_month_wrap>.days li.pendingc:nth-child(7n+1) {
	background-color: #ffeedb;
}

.property-calendar>.homey_month_wrap>.days li.bookedc:nth-child(7n+1),
.property-calendar-hourly>.homey_month_wrap>.days li.bookedc:nth-child(7n+1) {
	background-color: #fdd2d2;
}

.property-calendar>.homey_month_wrap>.days li.available:nth-child(7n+1),
.property-calendar-hourly>.homey_month_wrap>.days li.available:nth-child(7n+1) {
	background-color: #e4f4d9;
}

.property-calendar>.homey_month_wrap>.days li.flagavailable:before,
.property-calendar-hourly>.homey_month_wrap>.days li.flagavailable:before {
	background-color: #e4f4d9;
	z-index: 0;
	-webkit-transform: skewX(-64deg);
	-ms-transform: skewX(-45deg);
	/* transform: skewX(-45deg); */
	transform: skewY(180deg);
	/* -webkit-transform-origin: 0 100%; */
	-ms-transform-origin: 0 100%;
	/* transform-origin: 0 100%; */
	content: "";
	top: 1px;
	width: 126px;
	/* height: 12px; */
	right: 0px;
	position: absolute;
	display: block;
	padding-bottom: 100%;
}

.property-calendar>.homey_month_wrap>.days li.flagbookedc:before,
.property-calendar-hourly>.homey_month_wrap>.days li.flagbookedc:before {
	background-color: #fdd2d2;
	z-index: 0;
	-webkit-transform: skewX(-64deg);
	-ms-transform: skewX(-45deg);
	/* transform: skewX(-45deg); */
	transform: skewY(180deg);
	/* -webkit-transform-origin: 0 100%; */
	-ms-transform-origin: 0 100%;
	/* transform-origin: 0 100%; */
	content: "";
	top: 1px;
	width: 126px;
	/* height: 12px; */
	right: 0px;
	position: absolute;
	display: block;
	padding-bottom: 100%;
}

.property-calendar>.homey_month_wrap>.days li.flagpendingc:before,
.property-calendar-hourly>.homey_month_wrap>.days li.flagpendingc:before {
	background-color: #ffeedb;
	z-index: 0;
	-webkit-transform: skewX(-64deg);
	-ms-transform: skewX(-45deg);
	/* transform: skewX(-45deg); */
	transform: skewY(180deg);
	/* -webkit-transform-origin: 0 100%; */
	-ms-transform-origin: 0 100%;
	/* transform-origin: 0 100%; */
	content: "";
	top: 1px;
	width: 126px;
	/* height: 12px; */
	right: 0px;
	position: absolute;
	display: block;
	padding-bottom: 100%;
}

.property-calendar>.homey_month_wrap>.days li.flagUnavailable:before,
.property-calendar-hourly>.homey_month_wrap>.days li.flagUnavailable:before {
	background-color: lightgrey;
	z-index: 0;
	-webkit-transform: skewX(-64deg);
	-ms-transform: skewX(-45deg);
	/* transform: skewX(-45deg); */
	transform: skewY(180deg);
	/* -webkit-transform-origin: 0 100%; */
	-ms-transform-origin: 0 100%;
	/* transform-origin: 0 100%; */
	content: "";
	top: 1px;
	width: 126px;
	/* height: 12px; */
	right: 0px;
	position: absolute;
	display: block;
	padding-bottom: 100%;
}

.current-month {
	cursor: pointer;
}

.loading {
	position: absolute;
	width: 20px;
	top: 13px;
	right: 13px;
	z-index: 23;
}


/* .days li.prev-month:after {
    background-color: lightgray;
    z-index: 0;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    top: 0;
    transform-origin: 0 100%;
} */
.number_input:focus-visible {
	outline: unset;
	padding: 5px;
	border-radius: 10px;
	border-color: aliceblue;
}

.number_input {
	padding: 5px;
	border-radius: 10px;
	border-color: aliceblue;
}

.three-lines {
	display: none;
}

.where-to-go {
	padding: 10px;
	border-radius: 5px;
	border-color: #d8dce1;
	width: 100%;
	color: #999;
	height: 44px;
	font-size: 14px;
	cursor: pointer;
}

.less-margin {
	padding: 5px;
}

.arrive-banner::placeholder {
	padding-left: 20px
}

.depart-banner::placeholder {
	padding-left: 20px
}

.modal-header {
	display: block;
}

.modal-title {
	font-family: Open Sans, sans-serif;
	font-weight: 700;
	text-transform: inherit;
	text-align: inherit;
	font-size: 16px;
}

.imported-calendar-row {
	margin-bottom: 10px;
	display: flex;
}

.imported-calendar-row .imported-calendar-50 {
	width: calc(50% - 32px);
	margin-right: 10px;
}

.expense_name,
.expense_value {
	background-color: #fff !important;
	opacity: 1;
}

.banner-arrive-row input {
	border-radius: 5px;
}

.dashboard-with-sidebar {
	padding-top: 147px;
}

.modal-expenses {
	left: 36%;
}

.btn-secondary-outlined:hover {
	color: #ffffff;
	background-color: #8fbce5;
	border-color: #8fbce5;
}

.btn-secondary-outlined,
.btn-secondary-outlined:focus {
	color: #9ac6ed;
	border-color: #9ac6ed;
	background-color: transparent;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	height: 44px;
	width: 44px;
	padding: 0;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 400px;
	}
}

.modal-expenses.show .modal-dialog {
	top: 86px;

}

@media (max-width: 1000px) {

	body,
	address,
	li,
	dt,
	dd {
		font-size: 13px;
		line-height: 21px;
		font-weight: 400;
		text-transform: none;
		letter-spacing: 0;
	}

	.container {
		display: flex;
		flex-direction: column;
	}

	.dashboard-with-sidebar {
		padding-top: 10px;
	}

	.mobile-col-1 {
		order: 2;

	}

	.mobile-col-1 {
		order: 1;

	}

	.header-area .logo {
		/* margin-left: auto; */
		transform: translate(50%, -18%);
		left: auto;
		/* margin-left: auto; */
		margin-top: 10px;
	}

	.mobile-main-nav:hover {
		box-shadow: none;
	}

	.worker-banner-image2 {
		max-width: 100%;
		height: 120px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		/* width: 1519.2px; */
		/* height: 446px; */
		transform: translate3d(0px, -209.2px, 0px);
		transition: transform 100ms ease 0s;
		z-index: -1;

	}

	.main-banner .caption {
		text-align: center;
		position: absolute;
		width: 80%;
		left: 50%;
		top: 55%;
		transform: translate(-50%, -50%);
	}

	#mobile-menu li {
		padding: 10px;
	}

	#mobile-menu li i {
		margin-right: 10px;
	}

	.mobile-nav-wrap nav li:first-child {
		margin-top: 10px;
	}

	.logo img {
		width: 141px;
		margin: 17px;
	}

	.mobile-nav-wrap ul,
	.user-nav-wrap ul {
		padding: 0;
		list-style-type: none;
		border-radius: 4px;
		caret-color: white;
		border: 1px solid #d8dce1;

	}

	.nav-dropdown.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}

	.navbar-collapse.in {
		overflow-y: auto;
	}

	.form-group .control-text {
		width: 80%;
		display: inline-block;
	}

	.navbar-collapse {
		overflow-x: visible;
		padding-right: 15px;
		padding-left: 15px;
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
		-webkit-overflow-scrolling: touch;
	}

	.mobile-nav-wrap,
	.user-nav-wrap {
		top: -18px;
		background-color: #fff;
		z-index: 7;
		position: absolute;
	}

	.mobile-nav-wrap,
	.user-nav-wrap {
		width: 80%;
		margin: auto;
		left: 0;
		top: -12px;
		right: 0;
		position: absolute;
	}

	.container {
		position: relative;
	}

	.mobile-nav-wrap a,
	.user-nav-wrap a {
		padding: 15px 20px !important;
		color: #4f5962 !important;
		font-weight: 700 !important;
		font-size: 13px !important;
	}

	.find-a-room {
		margin-top: 26px !important;
	}

	.btn-mobile-nav {
		color: #ffffff;
		font-size: 25px;
	}

	.btn-mobile-nav:hover {
		color: #ffffff;
		text-decoration: none;
	}

	.white-header .btn-mobile-nav {
		color: black;
		font-size: 25px;
	}

	.white-header .btn-mobile-nav:hover {
		color: black;
		text-decoration: none;
	}

	.white-header .btn-mobile-nav-login::after {
		position: absolute;
		content: "\f007";
		font-family: "FontAwesome";
		color: #949494 !important;
		right: 18px;
		top: 7px;
	}

	.menu-item {
		font-size: 10px;
		line-height: 38px;
		font-weight: 400;
		text-transform: none;
		letter-spacing: 0;
		font-family: Quicksand, sans-serif;
	}

	.btn-mobile-nav-login::after {
		position: absolute;
		content: "\f007";
		font-family: "FontAwesome";
		color: white;
		right: 18px;
		top: 7px;
	}

	.custom-actions-mobile {
		display: flex;
	}

	.dashboard-table .table td {
		vertical-align: middle;
		padding: 25px 10px;
		border-bottom: 0;
		color: #3b4249;
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
		text-transform: none;
		letter-spacing: 0;
		font-family: sans-serif;
	}

	.empty_space {
		display: none;
	}

	.vc_single_image-wrapper {
		margin-top: -20px;
	}

	.item-title-head {
		color: #3b4249;
	}

	tr td {
		white-space: nowrap;
	}

	.vc_btn3 {
		border-radius: 5px;
		border-color: white;
		color: white;
		border: 2px solid;
		padding: 12px 12px;
		font-size: 14px;
		background-color: transparent;
		margin-left: 0px;
	}

	.main-banner .caption h3 {
		margin-top: 0px;
		font-size: 23px;
		text-transform: uppercase;
		font-weight: 700;
		color: #fff;
		letter-spacing: 0.5px;
	}

	.white-header .logo-dark-alternate {
		visibility: visible !important;
	}

	.white-header .logo-alternate {
		visibility: hidden !important;
	}

	.three-lines {
		display: block;
	}

	.search-button {

		margin: 10px 0px;
		padding-right: 45px;

	}

	.search-button button {

		padding: 2px 85px
	}

	.search-button-banner button {

		padding: 10px 85px
	}

	.filters-header {

		padding: 14px;
		font-size: 15px;

	}

	.where-to-go {
		padding: 10px;
		border-radius: 5px;
		border-color: #d8dce1;
		width: 60%;
		color: #999;
		height: 44px;
		font-size: 14px;
		cursor: pointer;
	}

	.arrive-banner {
		width: 86%;
		margin: auto;
	}

	.fa-calendar1 {
		position: absolute;
		left: 10%;
		top: 15px;
		font-size: 16px;
	}

	#bg-video {
		min-width: 100%;
		min-height: 563px;
		max-width: 100%;
		max-height: 100vh;
		object-fit: cover;
		z-index: -1;
	}

	#ui-datepicker-div {
		position: absolute;
		top: 0px;
		width: 86% !important;
		left: 8% !important;
	}

	.where-to-go {
		padding: 10px;
		display: block;
		margin: 10px auto;
		border-radius: 4px;
		border-color: #d8dce1;
		width: 86%;
		/* margin: auto; */
		color: #999;
		height: 44px;
		font-size: 14px;
		cursor: pointer;
	}

	.calendar-arrive,
	.calendar-depart {
		padding: 10px;
		display: block;
		margin: 10px auto;
		border-radius: 4px;
		border-color: #d8dce1;
		width: 86%;
		/* margin: auto; */
		color: #999;
		height: 44px;
		font-size: 14px;
		cursor: pointer;
	}

	.second-header {
		height: fit-content !important;
		overflow-y: scroll;
		background-color: #ffffff;
		border-top: 1px solid #d8dce1;
	}

	.background-header1 {
		background: rgba(250, 250, 250, 0.99) !important;
		position: relative !important;
		top: 0px;
		left: 0px;
		right: 0px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
	}

	.search-filter-btn {
		margin: 10px 0px;
	}

	.logo-dark-alternate {
		visibility: hidden;
		position: absolute;
		left: 19%;
	}

	.dashboard-page-title {
		display: none;
	}

	.user-dashboard-left {
		display: none;
	}

	.dashboard-area {
		padding-left: 0px;
		padding-top: 0px;
	}

	.dashboard-content-areac aside {
		display: none;
	}

	.dashboard-with-sidebar .dashboard-content-areac {
		padding: 0px;
		margin-right: 0px;
	}

	.dashboard-areac {
		padding: 0px;
	}

	.dashboard-with-sidebar {
		margin-top: 10px
	}


	.homy-taber-module li {
		width: 25%;
	}

	.taber-nav-fixed {
		table-layout: fixed;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.dashboard-with-sidebar .dashboard-content-area {
		padding: 0px 0px 0px 0px;
		margin-right: 0px;
	}

	.dashboard-area-edit-profile {
		padding-left: 0px;
		padding-top: 0px;
	}

	.overlay-booking-btn {
		bottom: 0;
		z-index: 3002;
		padding: 11px 15px 8px;
		background-color: #fff;
		border-top: 1px solid;
		border-color: #d8dce1;
		position: fixed;
		width: 100%;
	}

	.pull-left {
		float: left !important;
	}

	.overlay-booking-btn .trigger-overlay {
		float: right;
		padding: 0 20px;
		font-weight: 700;
		line-height: 40px;
		text-align: center;
		border-radius: 4px;
		font-size: 14px;
	}

	.overlay-booking-btn .overlay-booking-price {
		font-weight: 700;
		font-size: 22px;
		margin-top: 3px;
	}

	.overlay-booking-btn .overlay-booking-price span {
		font-size: 13px;
	}

	.overlay-booking-module {
		top: 46px;
	}

	.overlay-search-title {
		left: 20px;
		line-height: 70px;
		font-size: 18px;
		font-weight: 700;
		top: 0;
		position: absolute;
	}

	.homey_remove_on_mobile.open {
		visibility: visible;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		-webkit-transition: -webkit-transform 0.5s;
		transition: -webkit-transform 0.5s;
		-o-transition: transform 0.5s;
		transition: transform 0.5s;
		transition: transform 0.5s, -webkit-transform 0.5s;
	}

	.long-term-body.open {
		visibility: visible;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		-webkit-transition: -webkit-transform 0.5s;
		transition: -webkit-transform 0.5s;
		-o-transition: transform 0.5s;
		transition: transform 0.5s;
		transition: transform 0.5s, -webkit-transform 0.5s;
	}

	.daterangepicker {
		position: fixed !important;
		color: inherit;
		background-color: #fff;
		border-radius: 4px;
		border: 1px solid #ddd;
		width: 278px;
		max-width: none;
		padding: 0;
		margin-top: 7px;
		top: -10px !important;
		left: 0px !important;
		z-index: 3061 !important;
		display: none;
		font-family: arial;
		font-size: 15px;
		line-height: 1em;
	}

	.btn-full-width {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}

	.homey_remove_on_mobile {
		padding: 70px 20px 20px;
		visibility: hidden;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		-webkit-transition: visibility 0s 0.5s, -webkit-transform 0.5s;
		transition: visibility 0s 0.5s, -webkit-transform 0.5s;
		-o-transition: transform 0.5s, visibility 0s 0.5s;
		transition: transform 0.5s, visibility 0s 0.5s;
		transition: transform 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
		z-index: 3050;
		height: 100vh;
		top: 46px;
		left: 0;
		width: 100%;
		position: fixed;
		overflow: scroll;
		background-color: #fff;
	}

	.homey_remove_on_mobile .overlay-booking-module-close {
		display: block !important;
	}

	.btn-blank {
		color: #949ca5;
		background-color: transparent;
		border-color: transparent;
	}

	.overlay-booking-module-close {
		z-index: 1;
		font-size: 16px;
		width: 70px;
		position: absolute;
		top: 0;
		right: 0;
		height: 70px;
	}
}

@media (min-width: 767px)and (max-width: 1000px) {
	.arrive-banner {
		width: 100%;
		margin: auto;
	}

	.where-to-go {
		padding: 10px;
		border-radius: 5px;
		border-color: #d8dce1;
		width: 100%;
		color: #999;
		height: 44px;
		font-size: 14px;

	}
}

.homey_remove_on_mobile .overlay-booking-module-close {
	display: none;
}

.dropzone {
	min-height: 150px;
	max-width: 195px;
	border: 2px dashed rgba(0, 0, 0, .3) !important;
	background: #fff;
	border-radius: 14px;
	padding: 20px 20px;
}

.img-circle-profile {
	height: 102px !important;
	width: 86px !important;

}

.hidden {
	display: none;
}

.payout-header {
	display: flex;
	padding: 44px;
	border-bottom: 1px dotted #d8dce1;
}

.payout-right {
	margin-left: 100px;
}

.list-lined li {
	border-bottom: 1px dotted #d8dce1;
	text-align: right;
	padding: 5px 0;
}

.flex-grow {
	flex: 1;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.close-forgot-password {
	top: 8% !important;
}

.list-lined li strong {
	float: left;
}

.nav-tabs>li>a.active {
	box-shadow: 0px -2px 0px 0px inset #44556d;
}

.nav-tabs>li>a {
	font-size: 16px;
	text-decoration: none;
	font-weight: 500;
	padding: 10px 20px;
	color: #3b4249;
	line-height: 26px;
	margin-right: 2px;
}

#userTab {
	height: 32px;
}

.user-block-left {
	float: left;
}

.user-block-right {
	float: right;
}

.usertabContent .block-title {
	display: flow-root;
}

.list-lined li {
	border-bottom: 1px dotted #d8dce1;
	text-align: right;
	padding: 5px 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	font-family: Quicksand, sans-serif;
}

.user-alert {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e43012;
	right: 25px;
	position: absolute;
	top: 21px;
}

.user-image .user-alert {
	width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e43012;
    right: -2px;
    position: absolute;
    top: -3px;
}

.side-nav-alert {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e43012;
	right: 25px;
	position: absolute;
	top: 21px;
}

.board-panel-menu li {
	position: relative;
	padding: 0 10px;
}

.delete-payment-method {
	cursor: pointer;
	font-size: medium;
}

.supply-payment-error {
	background-color: #F6C8C8;
	border-color: #c31b1b;
	color: #c31b1b;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-bottom: 20px;
	font-weight: 700;
}

.passtrengthMeter>input {
	padding: 21px 0.75rem !important;
	height: 26px;
}

.view-profile-block-right {
	margin-right: 5px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.verification-button {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-top: 5px;
}

.verification-profile-image {
	display: inline-block;
}

.not_verified {
	background-color: #b94141;
	display: inline;
	padding: 2px 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

.Verified {
	background-color: #85c341;
	display: inline;
	padding: 2px 0.6em 0.3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

.user-block-body {
	padding: 20px 0px;
}

.user-block {
	background-color: white;
}

.user-block .form-group {
	margin-bottom: 5px;
}

.user-block h3 {
	margin-bottom: 10px;
}

label {
	margin: 0 0 8px;
}

.user-btn-full-width {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 10px;
	width: -webkit-fill-available;
}

.nav-tabs>li.active>a {
	box-shadow: 0px -2px 0px 0px inset #44556d;
}

.user-nav-tabs {
	height: 32px;
}

#description-error {
	position: absolute;
	top: -248px;
	left: 86px;
}

#type_of_place-error {
	position: absolute;
	top: -33px;
	left: 100px;
}

#guest_space-error {
	position: absolute;
	top: -47px;
	left: 250px;
}

#bath_private-error {
	position: absolute;
	top: -34px;
	left: 179px;
}

#night_shift_certified-error {
	position: absolute;
	top: -48px;
	left: 136px;
}

#childrenpresence-error {
	position: absolute;
	top: -47px;
	left: 238px;
	white-space: nowrap;
}

#animalpresence-error {
	position: absolute;
	top: -47px;
	left: 238px;
	white-space: nowrap;
}

.save_as_draft {
	margin-right: 5px;
}

.ms-choice {
  height: 40px !important;
  background: #fff no-repeat scroll right center !important;
  display: block !important;
  padding-right: 20px !important;
  /* margin-bottom: 4px !important; */
  /* padding: 5px !important; */
  border: 1px solid #d7d7d7 !important;
  width: 100% !important;
  border-radius: 3px !important;
  text-decoration: none !important;
  color: #495057 !important;
}

.ms-parent {
	width: 100% !important;
}

.ms-parent input {
	display: none;
}

.ms-drop ul>li label {
	padding-left: 0px !important;
}

.ms-parent button:focus {
	outline: none !important;
}

.ms-choice>span {
	position: absolute !important;
	top: 10px !important;
	left: 0 !important;
	right: 20px !important;
	white-space: nowrap;
	overflow: hidden;
	/* top: 50%; */
	text-overflow: ellipsis;
	display: block;
	padding-left: 8px;
}

.prev-month {
	background: lightgray;
}

.balance-header {
	color: #44556d !important;
	text-align: left !important;
	margin: 0px !important;
	padding: 15px 15px 5px 15px !important;
	width: 100%;
	display: block;
	font-weight: 800;
	font-size: 13px;
}

#map {
	width: 118px;
	height: 400px;
}

.map_fields input {
	float: right;
}

.map_fields {
	margin-top: 10px;
}

.board-panel-item-active {
	background-color: rgba(84, 196, 217, 0.15);
}

.text-success,
.text-danger {
	font-weight: 600;
}

.item-amenities-profile li {
	margin-bottom: 0;
	padding-right: 34px !important;
	padding-left: 0 !important;
	line-height: 1 !important;
	font-size: 14px;
}

.media-left-profile {
	width: 100px;
}

.item-amenities-profile {
	display: flex;
	margin-top: 25px;
}

.product-item-row {
	display: flex;
}

.user-info-profile .item-user-info {
	margin-left: 20px;
}

.user-info-profile {
	margin-top: 25px;
	display: flex;
}

.block-head-profile {
	padding: 40px;
	border-bottom: 1px dotted #d8dce1;
}

.iti {
	position: relative;
	display: block !important;
}

.iti-error::after {
	color: red;
	/* change the border color to red */
}

.flex-container {
	display: flex;
}

.flex-container .search-button-banner {
	flex-basis: 10%
}

.flex-container .banner-depart {
	flex-basis: 45%
}

.flex-container .banner-arrive {
	flex-basis: 45%
}

.banner-arrive-content {
	width: 50%;
	align-self: center;
	padding: 0 5px;
	position: relative;
}

.banner-depart-content {
	width: 50%;
	align-self: center;
	padding: 0 5px;
	position: relative;
}

@media (min-width: 300px)and (max-width: 1000px) {
	.flex-container {
		display: flex;
		flex-wrap: wrap;
	}

	.flex-container .search-button-banner {
		flex-basis: 100%
	}

	.flex-container .banner-depart {
		flex-basis: 100%
	}

	.flex-container .banner-arrive {
		flex-basis: 100%
	}

	.banner-arrive-content {
		width: 50%;
		align-self: center;
		padding: 0 5px;
		position: relative;
	}

	.banner-depart-content {
		width: 50%;
		align-self: center;
		padding: 0 5px;

		position: relative;
	}
}

.notify a {
	color: darkred;
}

.submit-verificaion {
	height: 35px;
}

.daterangepicker .calendar-table td {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	min-width: 32px !important;
	width: 35px !important;
	height: 32px !important;
	line-height: 24px;
	font-size: 16px !important;
	border-radius: 4px;
	border: 1px solid transparent;
	white-space: nowrap;
	cursor: pointer;
}

.pagination>li {
	margin: 0 2px;
	display: inline
}

.pagination>.active>a {
	background-color: #44556d;
	border-color: #44556d;
	color: #fff;
	cursor: default;
}

.pagination>li:first-child>a {
	border-radius: 50%;
}

.pagination>.disabled>a {

	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}

.pagination>li>a {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	line-height: 38px;
	font-weight: bold;
	float: none;
	padding: 0;
	display: inline-block;
	color: #3b4249;
	border: 1px solid #ddd;
	transition: 0.2s;

}

.pagination>li>a:hover {
	border: 1px solid #406077;
	background-color: #406077;
	color: #fff;
}

.pagination {
	text-align: center;
	margin: 40px 0;
	padding-left: 0;
	display: inherit;
	margin: 20px 0;
	border-radius: 4px;
}

.update-listing-dashboard {
	padding-top: 10px;
}
.dashboard-area180{
	padding-left: 160px;
	padding-top: 178px;
}
.dashboard-area1{
	height: 100%;
}
.booking-img-circle{
	width:80px;
	height: 80px;
	object-fit: cover;
}
.m-b-0{
	margin-bottom: -30px;
}
.dashboard-content-area160{
	padding-top: 180px;
}
#module_listings img{
  width: 90px;
  max-width: 100%;
  height: 70px;
  object-fit: contain;
}