@charset "utf-8";

/*
Theme Name: Elemo - Directory & Listings HTML Template.
Author: WMD
Version:1.0
*/

/*===========================
 =  Table of CSS

 	1. General code
		1.1. Typography
		1.2. Button
		1.3. dark-overlay
		1.4. Space margins and padding
		1.5. Form
		1.6. Table
		1.7. Accordion
		1.8. Section-background-color & sectino-heading
		1.9. parallex-background
		1.10. Modal
		1.11. owl-slider
	2. Header
		2.1. Menu
		2.2. Drop-Down-Menu
	3. Banner-Search
	4. Home-Page-1
		4.1. Category-Slider
		4.2. Popular-Cities
		4.3. About-Info
		4.4. Popular-Listings
		4.5. Testimonials
		4.6. Latest-Blog
		4.7. Footer
	5. Home-Page-2
		5.1. Category-Slider-2
		5.2. How-it-Work
		5.3. Pricing-Table
		5.4. Footer-2
	6. Inner-Pages
		6.1. Login & Sign up
		6.2. Pricing-Page
		6.3. 404-Error-Page
		6.4. About-Us-Page
		6.5. Contact-Us-Page
		6.6. How-it-work
		6.7. Listing
		6.7. Blog
		6.8. Comment-List
		6.9. Listing-with-map
		6.10. Listing-Detail-Page
		6.11. Listing-Detail-2

	Version 1.2
	7. Home Page 3
		7.1 Header Style 2
		7.2 Map Search
		7.3 How It Work
		7.4 Popular City
		7.5 Recent Listing
		7.6 Category Timer
		7.7 Client Testimonial
		7.8 Partners
		7.9 Footer Style 3
	8. Responsive CSS
===========================*/



/*====================
	1. General code
==========================*/

body {
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	color: #555555;
	font-weight: 400;
}


/*----------------------
	1.1. Typography
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 400;
}

h1 {
	font-size: 55px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
}

p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
}

a {
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	text-decoration: none;
	color: #38ccff;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #03aee9;
}

ul,
ol {
	margin: 0 auto 20px;
}

ul li,
ol li {
	font-size: 16px;
	line-height: 30px;
	margin: 0 auto 10px;
}

ul li i,
ol li i {
	margin: 0 12px 0 0;
}

ul.list_style_none,
ol.list_style_none {
	list-style: none;
}

ul.list-with-icon {
	padding-left: 10px;
	margin-bottom: 30px;
}

ul.list-with-icon li {
	line-height: 20px;
	margin-bottom: 15px;
	padding-left: 23px;
	position: relative;
	list-style: none;
}

ul.list-with-icon li i {
	left: 0;
	position: absolute;
	top: 4px;
}

blockquote {
	background: #f5f5f5;
}

img {
	max-width: 100%;
}

.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p {
	color: #fff;
}

.uppercase {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

.divider {
	border-bottom: 1px solid #dcd9d9;
	clear: both;
	margin: 40px auto;
}

.divider.double {
	border-bottom: 3px double #dcd9d9;
}


/*-----------------
	1.2. Button
-------------------------*/
.btn {
	background: #38ccff none repeat scroll 0 0;
	border: medium none;
	border-radius: 12px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	margin: auto;
	width: auto;
	padding: 8px 22px;
	transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
}

.outline-btn {
	border: #38ccff solid 2px;
	background: none;
	color: #38ccff;
}

.btn-sm {
	border-radius: 12px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}

.btn-link {
	color: #38ccff;
}

.btn:hover,
.btn:focus {
	background: #03aee9;
	color: #fff;
}

.btn-link:focus,
.btn-link:hover {
	color: #03aee9;
}


/*-------------------------
	1.3. dark-overlay
---------------------------------*/
.div_zindex {
	position: relative;
	z-index: 10;
}

.dark-overlay {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/*-------------------------------------
	1.4. Space margins and padding
------------------------------------------------*/
.padding_none {
	padding: 0px;
}

.padding {
	padding: 20px 0;
}

.padding_50px {
	padding: 50px 0;
}

.padding_4x4_30 {
	padding: 30px;
}

.padding_4x4_40 {
	padding: 40px;
}

.space-20 {
	width: 100%;
	height: 20px;
	clear: both;
}

.space-30 {
	width: 100%;
	height: 30px;
	clear: both;
}

.space-40 {
	width: 100%;
	height: 40px;
	clear: both;
}

.space-60 {
	width: 100%;
	height: 60px;
	clear: both;
}

.space-80 {
	height: 80px;
	width: 100%;
}

.margin-btm-20 {
	margin-bottom: 20px;
	clear: both;
}

.margin-none {
	margin: 0px;
}



/*-----------------
	1.5. Form
---------------------------*/
.container form {
	box-shadow: 0 0 14px rgb(0 0 0 / 10%);
	margin: 0;
	padding: 30px 30px 25px;
}

@media (max-width: 991px) {
	.container form#search_form {
		display: none;
	}
}

.form-group {
	margin-bottom: 15px;
	position: relative;
}

.form-label {
	clear: both;
	display: block;
	font-size: 15px;
	font-weight: 800;
	margin: 0 auto 8px;
}

.form-control,
form input,
form textarea,
form select {
	background: #eeeeee none repeat scroll 0 0;
	border: 0 none;
	border-radius: 6px;
	box-shadow: none;
	color: #888888;
	font-size: 14px;
	height: 50px;
	padding: 0 20px;
	width: 100%;
}

.form-control:focus,
form input:focus,
form textarea:focus,
form select:focus {
	box-shadow: none;
	outline: #38ccff solid 1px;
}

textarea {
	width: 100%;
	min-height: 150px;
}

textarea.form-control {
	padding: 15px 20px;
}

.select {
	position: relative;
}

.select select {
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;

}

.select::after {
	color: #878787;
	content: "";
	cursor: pointer;
	font-family: fontawesome;
	font-size: 15px;
	padding: 12px 0;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 0;
}

.form-control option {
	padding: 10px;
}

.control-label {
	color: #555;
	font-size: 15px;
	font-weight: 700;
}

.checkbox,
.radio {
	margin-bottom: 15px;
	margin-top: 0px;
}

.radio label,
.checkbox label {
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	padding-left: 26px;
	position: relative;
	line-height: 22px;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
	display: none;
}

.radio label:before {
	background-color: transparent;
	border-style: solid;
	border-width: 1px;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 15px;
	left: 0;
	top: 4px;
	position: absolute;
	width: 15px;
}

.checkbox label::before {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #cccccc;
	content: "";
	display: inline-block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 16px;
}

.radio input[type=radio]:checked+label:before {
	content: "\2022";
	font-size: 13px;
	text-align: center;
	line-height: 12px;
	font-weight: bold;
}

.checkbox input[type=checkbox]:checked+label:before {
	content: "\2713";
	font-size: 13px;
	text-align: center;
	line-height: 12px;
	font-weight: bold;
}


/*-----------------
	1.6. Table
---------------------------*/
table {
	margin: 0 0 30px;
	width: 100%;
}

table th,
table td {
	border: 1px solid #cccccc;
	padding: 15px;
	padding: 18px;
}

table th img,
table td img {
	max-width: 100%;
}

table thead {
	background: #eee;
}

table thead th,
table thead td {
	text-transform: uppercase;
	font-weight: 900;
	color: #111;
}


/*-----------------
	1.7. Accordion
---------------------------*/
.panel.panel-default {
	margin: 0 auto 30px;
}

.panel-group {
	padding-top: 14px;
}

.panel-default {
	border-color: #ecebeb;
}

.panel-default>.panel-heading {
	background-color: #fafafa;
	border-color: #ecebeb;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ecebeb;
}

.panel-group .panel {
	border-radius: 0;
}

.panel-group .panel .panel-title {
	font-size: 20px;
	font-weight: 400;
}

.panel-group .panel .panel-title a.collapsed {
	color: #111;
}

.panel-group .panel .panel-title a {
	padding: 10px;
	display: block;
}

.panel-group .panel .panel-title a:hover,
.panel-group .panel .panel-title a {
	color: #111;
	position: relative;
	padding-right: 25px;
}

.panel-group .panel .panel-title a:after {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: fontawesome;
	content: "\f107";
}

.panel-group .panel .panel-title a.collapsed:after {
	content: "\f105";
}

.panel-group .panel .panel-title a.collapsed {
	color: #111;
}

.panel-collapse .panel-body {
	padding: 25px;
}



/*-----------------------------------------------------------
	1.8. Section-background-color & sectino-heading
-------------------------------------------------------------------*/
.secondary-bg {
	background-color: #111111 !important;
	color: #fff;
}

.primary-bg {
	background-color: #38ccff;
}

.gray_bg {
	background: #f0f2f2;
}

.section-padding {
	padding: 80px 0;
	position: relative;
}

.section-padding.lastest-salon-added {
	padding-top: 0%;
}

.section-header {
	clear: both;
	float: none !important;
	margin: 0 auto;
	max-width: 850px;
	padding-bottom: 40px;
}

.section-header p {
	font-size: 18px;
	margin: 20px auto 0;
}



/*--------------------------------------------
	1.9. parallex-background
---------------------------------------------------*/
.parallex-bg {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}



/*------------------------
	1.10. Modal
--------------------------------*/
.modal-dialog {
	max-width: 500px;
}

.modal-content {
	padding: 0 32px 22px;
	border-radius: 12px;
}

.modal-header {
	padding: 15px 0;
	margin-bottom: 15px;
	display: block;
}

.modal-header p {
	margin: 0 auto;
}

.modal-body {
	padding: 10px 0;
}

.modal .modal-header .close {
	background: #000000 none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	font-size: 19px;
	height: 31px;
	line-height: 0px;
	margin-top: 5px;
	opacity: 1;
	text-align: center;
	text-shadow: none;
	width: 31px;
}

.modal .modal-header .close span {
	margin: -4px;
}

.modal.in .modal-dialog {
	transform: translate(0px, 20px);
	-moz-transform: translate(0px, 20px);
	-o-transform: translate(0px, 20px);
	-webkit-transform: translate(0px, 20px);
}

/*------------------------
 Modal custom
--------------------------------*/

.modal-dialog .view-more-description-legacy {
	overflow-y: auto;
	max-height: 350px;
	min-height: 200px;
	margin-bottom: 35px;
}

.modal-dialog .view-more-description li {
	margin: 0;
}

/*------------------------
	1.11. owl-slider
--------------------------------*/
.owl-theme.owl-carousel .owl-item img {
	max-width: 100%;
	width: auto;
}

.owl-dots {
	text-align: center;
	margin: 15px 0 0;
}

.owl-dots .owl-dot {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}

.owl-dots span {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	height: 15px;
	opacity: 0.4;
	width: 15px;
	border: rgba(0, 0, 0, 0.4) solid 1px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	opacity: 1;
	background: #38ccff;
	border-color: #38ccff;
}

.owl-nav {
	left: 0;
	position: absolute;
	top: 50%;
	right: 0px;
	height: 4px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.owl-nav>div {
	font-size: 0px;
	position: relative;
}

.owl-nav>div:after {
	position: absolute;
	left: -40px;
	font-size: 70px;
	color: #111;
	opacity: 0.15;
	font-family: fontawesome;
	content: "\f104";
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.owl-nav .owl-prev:after {
	content: "\f104";
}

.owl-nav .owl-next:after {
	content: "\f105";
	left: inherit;
	right: -40px;
}

.owl-nav .owl-next {
	float: right;
}

.owl-nav>div:hover:after {
	opacity: 1;
	color: #38ccff;
}


/*================
	 2. Header
===========================*/

.logo {
	margin: 22px 0;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}

.affix .logo {
	margin: 17px 0;
}

.affix .submit_listing {
	float: right;
	margin-top: 14px;
}

.submit_listing {
	float: right;
	/* margin-top: 20px; */
	margin-left: 25px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}

.submit_listing .btn {
	background: none;
	border-color: #ffffff;
	color: #ffffff;
	padding: 5px 22px;
	font-weight: 400;
	border-radius: 6px;
	gap: 10px;
}

.header_solidbg .navbar.navbar-expand-lg {
	background: #111;
}

.header_solidbg .submit_listing .btn {
	background: #38ccff;
	border-color: #38ccff;
	font-weight: 700;
}

.arrow {
	display: none;
}

/*----------------
	2.1. Menu
--------------------------*/
.navbar.navbar-expand-lg {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	border-color: black;
	border-radius: 0;
	border-style: none none solid;
	margin: 0 auto;
	padding: 0;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}

.navbar.navbar-expand-lg.affix {
	background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
	border: 0px;
}

#navigation {
	padding: 20px 0px;
	text-align: right;
}

#header .container-fluid {
	width: 98%;
}

#navigation .nav.navbar-nav {
	text-align: right;
	margin-right: 0 !important;
}

#navigation .nav.navbar-nav li {
	margin: 0px;
	overflow: hidden;
	position: relative;
}

#navigation .nav.navbar-nav a {
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
}

#navigation .nav.navbar-nav li>a {
	padding: 31px 12px;
}

.affix #navigation .nav.navbar-nav li>a {
	padding: 29px 12px;
}


/*--------------------------
	2.2. Drop-Down-Menu
------------------------------*/
header .navbar-expand-lg .navbar-nav li.active a,
header .navbar-expand-lg .navbar-nav li.active a:hover,
header .navbar-expand-lg .navbar-nav li.active a:focus {
	color: #38ccff;
}

header .navbar-expand-lg .navbar-nav li.menu-item-has-children>a::before {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 16px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

header .navbar-expand-lg .navbar-nav li.menu-item-has-children>a {
	padding-right: 30px !important
}

header .navbar-expand-lg .navbar-nav li ul.sub-menu {
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding: 0;
	margin: 0;
	z-index: 99;
	text-align: left;
	height: 0;
	left: 8px;
	min-width: 210px;
	opacity: 0;
	position: absolute;
	top: 55px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0px 10px;
}

@media (min-width:768px) {

	header .navbar-expand-lg .navbar-nav li:hover ul.sub-menu,
	header .navbar-expand-lg .navbar-nav li:hover ul.sub-menu:hover ul.children {
		height: inherit;
		opacity: 1;
	}
}

#navigation .nav.navbar-nav>li:hover {
	overflow: visible;
}

header .navbar-expand-lg .navbar-nav li ul.sub-menu li,
header .navbar-expand-lg .navbar-nav li ul.children li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: block;
	margin: 0 !important;
}

.navbar-expand-lg #navigation .navbar-nav li ul.sub-menu li:hover,
.navbar-expand-lg #navigation .navbar-nav li ul.children li:hover {
	overflow: visible;
}

header .navbar-expand-lg #navigation .navbar-nav li ul.sub-menu li a,
header .navbar-expand-lg #navigation .navbar-nav li ul.children li a {
	background: rgba(255, 255, 255, 0.8);
	display: block;
	color: #111;
	font-size: 14px;
	line-height: 20px;
	padding: 16px 20px;
	position: relative;
}

.dropdown-menu {
	border: 0px;
}

header #navigation .navbar-expand-lg .navbar-nav li ul.sub-menu li a:hover,
header #navigation .navbar-expand-lg .navbar-nav li ul.children li a:hover,
.navbar.navbar-expand-lg #navigation .nav.navbar-nav li>a:hover {
	color: #38ccff;
}

header .navbar-expand-lg .navbar-nav li ul.sub-menu li:last-child,
header .navbar-expand-lg .navbar-nav li ul.children li:last-child {
	border-bottom: none;
}

header .navbar-expand-lg .navbar-nav li ul.sub-menu ul.sub-menu,
header .navbar-expand-lg .navbar-nav li ul.children ul.sub-menu,
header .navbar-expand-lg .navbar-nav li ul.sub-menu ul.children,
header .navbar-expand-lg .navbar-nav li ul.children ul.children {
	left: inherit;
	right: -100%;
	top: -1px;
}



/*=======================
	 3. Banner-Search
==============================*/
#banner {
	background-image: url(../images/1920x800.jpg);
	padding: 200px 0 150px;
	text-align: center;
	height: 90vh;
	max-height: 600px;
}

#banner .dark-overlay {
	background: rgba(0, 0, 0, 89%) none repeat scroll 0 0;
}

.intro_text h5 {
	font-weight: 300;
}

#banner .search_form {
	display: table;
	margin: 45px auto 0;
	width: 1024px;
}

#banner .search_form .form-group,
#intro_map .search_form .form-group {
	width: 42%;
	margin-right: 0.5%;
	margin-bottom: 0px;
}

#banner .search_form .form-group.search_btn,
#intro_map .search_form .form-group.search_btn {
	width: 15%;
	margin: 0;
}

#banner .search_form .form-control,
#banner .search_form form input,
#banner .search_form form textarea,
#banner .search_form form select,
#intro_map .search_form .form-control,
#intro_map .search_form form input,
#intro_map .search_form form textarea,
#intro_map .search_form form select {
	padding: 0 30px;
}

#banner .select::after,
#intro_map .select::after {
	right: 30px;
}

.search_form .form-group {
	float: left;
}

.search_form .form-control,
.search_form form input,
.search_form form textarea,
.search_form form select {
	font-size: 16px;
	height: 60px;
	padding: 0 20px;
}

.search_form .select::after {
	font-size: 26px;
}

#intro_map {
	min-height: 600px;
	position: relative;
	padding: 80px 0 0;
}

#intro_map .search_form {
	background: #ffffff none repeat scroll 0 0;
	bottom: 50px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	left: 0;
	margin: 0 auto;
	max-width: inherit;
	padding: 30px;
	position: absolute;
	right: 0;
	width: 1170px;
	z-index: 999;
}

/*=======================
	 4. Home-Page-1
==============================*/

/*----------------------------
	 4.1. Category-Slider
-------------------------------*/
#all_category {
	padding: 32px 0;
}

#category_slider .item {
	background: #fff;
	border-radius: 3px;
	padding: 15px;
	box-shadow: 0 0 10px 0 rgba(83, 82, 82, 0.1);
	text-align: center;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}

#category_slider .item a {
	display: block;
}

#category_slider .item img {
	width: auto;
	height: auto;
	margin: 0 auto;
}

.category_icon {
	margin: 6px auto;
	padding: 8px 12px;
	width: 110px;
	background: #fff;
	border-radius: 3px;
}

#category_slider p {
	margin: 0 auto;
	color: #111;
}

#category_slider .item:hover {
	background: #38ccff;
}

#category_slider .item:hover p {
	color: #fff;
}

#category_slider .owl-dots {
	display: none;
}

#category_slider .owl-carousel .owl-stage-outer {
	padding: 8px;
}


/*----------------------------
	 4.2. Popular-Cities
-------------------------------*/
.cities_list {
	background: url(../images/400x400.jpg) no-repeat center;
	max-width: 262px;
	height: 262px;
	border-radius: 5px;
	position: relative;
	padding: 20px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 30px;
}

.cities_list:after {
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.5);
}

.city_listings_info {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	z-index: 1;
}

.city_listings_info h4 {
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transform: translateY(20px);
	-moz-transform: translateY(20px);
	-o-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
}

.overlay_link {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	content: "";
	z-index: 2;
}

.listing_number {
	position: relative;
	opacity: 0;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transform: translateY(150px);
	-moz-transform: translateY(150px);
	-o-transform: translateY(150px);
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
}

.listing_number span {
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 12px;
	color: #ffffff;
	display: inline-block;
	font-size: 17px;
	font-weight: 300;
	line-height: 16px;
	padding: 9px 20px;
}

.cities_list:hover h4,
.cities_list:hover .listing_number {
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	opacity: 1;
}

.chicago {
	background-image: url(../images/400x400.jpg);
}

.angeles {
	background-image: url(../images/400x400.jpg);
}

.francisco {
	background-image: url(../images/400x400.jpg);
}

.seattle {
	background-image: url(../images/400x400.jpg);
}

.washington {
	background-image: url(../images/400x400.jpg);
}

.orlando {
	background-image: url(../images/400x400.jpg);
}

.miami {
	background-image: url(../images/400x400.jpg);
}


/*----------------------------
	 4.3. About-Info
-------------------------------*/
#about_info {
	background-image: url(../images/1920x800.jpg);
	background-position: center;
	background-size: cover;
}

.white_box {
	background: #fff;
	padding: 40px 35px;
}

#about_info h3 {
	margin-top: 0px;
}


/*----------------------------
	 4.4. Popular-Listings
-------------------------------*/
#popular_listing_slider .listing_wrap {
	border-radius: 12px;
	border: 1px solid #dedede;
	overflow: hidden;
	margin: 0 auto 20px;
	position: relative;
}

.listing_info {
	padding: 20px 20px 0;
	overflow-wrap: break-word;
	word-break: break-all;

	h4 {
		height: 53px;
	}

	.description {
		height: 75px;
	}
}

.listing_info a {
	color: #111;
}

.listing_info a:hover {
	color: #38ccff;
}

.listing_info p {
	color: #a5a5a5;
	font-size: 15px;
	line-height: 25px;
	min-height: 50px;
}

.listing_info .service-item {
	min-height: 73px;
	max-height: 73px;

}

.listing_info .listing_review_info p {
	min-height: 0px;
}

.listing_info .listing_review_info p {
	color: #b5b5b5;
	font-size: 13px;
	margin: 0 auto;
	float: left;
}

.review_score {
	background: #38ccff none repeat scroll 0 0;
	border-radius: 12px;
	color: #ffffff;
	margin-right: 4px;
	padding: 4px 10px;
}

.listing_review_info .active,
.fa-star.active {
	color: #ffc600;
}

.listing_review_info {
	background: #f6f6f6 none repeat scroll 0 0;
	margin: 24px -20px 0;
	overflow: hidden;
	padding: 16px 20px;
}

.like_post {
	position: absolute;
	top: 15px;
	right: 15px;
}

.listing_img {
	position: relative;
	overflow: hidden;
	max-height: 275px;
}

.listing_img:before {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 70%) repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateY(50%);
	-moz-transform: translateY(50%);
	-o-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	-o-transition: all 0.35s ease 0s;
	-webkit-transition: all 0.35s ease 0s;
	-ms-transition: all 0.35s ease 0s;
	width: 100%;
	z-index: 1;
}

.listing_wrap:hover .listing_img:before {
	opacity: 1;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
}

.like_post {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	color: #ffffff;
	height: 40px;
	font-size: 18px;
	line-height: 38px;
	padding: 0;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 15px;
	width: 40px;
	z-index: 1;
	cursor: pointer;
}

.like_post:hover {
	background: #38ccff;
}

.listing_info .listing_review_info .listing_map_m {
	float: right;
	color: #555;
}

.listing_cate {
	position: absolute;
	right: 68px;
	top: 15px;
	z-index: 1;
}

.featured_label {
	position: absolute;
	top: 15px;
	left: 15px;
	background: #38ccff;
	color: #fff;
	font-weight: bold;
	padding: 3px 12px;
	border-radius: 3px;
	z-index: 1;
}

.listing_cate span {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	float: left;
	height: 40px;
	overflow: hidden;
	padding: 9px;
	text-align: center;
	width: 40px;
	position: relative;
}

.listing_cate span.listing_like {
	background: #38ccff none repeat scroll 0 0;
	color: #ffffff;
	font-size: 18px;
	margin-left: -10px;
}

.listing_cate span.listing_like a {
	color: #fff;
}

.cate_icon {
	position: relative;
	z-index: 1;
}


/*----------------------------
	 4.5. Testimonials
-------------------------------*/
#testimonials {
	background-image: url(../images/1920x800.jpg);
	position: relative;
}

#testimonial_slider .item {
	background: #fff;
	padding: 35px;
	margin: 0 auto;
	max-width: 930px;
	border-radius: 3px;
}

.testimonial_header p {
	color: #909090;
	font-size: 14px;
}

#testimonial_slider .owl-nav {
	display: none;
}


/*----------------------------
	 4.6. Latest-Blog
-------------------------------*/
.post_wrap {
	border: #dedede solid 1px;
	margin: 0 0 30px 0;
	border-radius: 12px;
	overflow: hidden;
}

.post_img {
	position: relative;
}

.post_category a {
	color: #38ccff;
	border: #38ccff solid 2px;
	border-radius: 12px;
	letter-spacing: 0;
	color: #38ccff !important;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 2px 8px;
}

.post_category a:hover {
	background: #38ccff;
	color: #000 !important;
}

.post_info {
	padding: 20px 20px 0;
}

.post_info h5,
.post_info a {
	color: #111;
}

.post_info a:hover {
	color: #38ccff;
}

.post_meta {
	background: #f6f6f6 none repeat scroll 0 0;
	margin: 0 -20px;
	overflow: hidden;
	padding: 16px 20px;
}

.post_info .post_meta p {
	margin: 0 20px 0 0;
	float: left;
	font-size: 14px;
}

.post_info {
	p {
		color: #a5a5a5;
		font-size: 15px;
		line-height: 24px;
		margin: 0 auto 20px;
	}

	.post_info-description {
		height: 75px;
	}

	h4 {
		height: 53px;
	}
}



/* EDITOR custom unikbe */
.listing_wrap .editor {
	padding: 0.5em;
	border-bottom: 1px solid #dedede;
}

.listing_wrap .editor i {
	border: #38ccff solid 2px;
	border-radius: 12px;
	letter-spacing: 1px;
	color: #38ccff;
	display: inline-block;
	margin-right: 5px;
	padding: 2px 8px;
}

.listing_wrap .editor i:hover {
	background: #38ccff;
	color: #fff;
}

.dashboard-content .listview .listing_img {
	margin-top: 10px;
}

.dashboard-content .listview .listing_info {
	padding: 10px 40px 0;
}

/*-------------------
	 4.7. Footer
---------------------------*/
.footer_widgets {
	margin: 70px 0;
}

.footer_widgets h5 {
	color: #fff;
	margin: 0 auto 24px;
}

.footer_bottom {
	text-align: center;
	padding: 25px 0;
	border-top: #232323 solid 1px;
}

.footer_bottom p {
	margin: 0 auto;
}

.follow_us ul,
.footer_nav ul {
	padding: 0px;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.follow_us ul li {
	display: inline-block;
	margin: 0 auto;
}

.follow_us ul li a {
	display: block;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 46px;
	border-radius: 50%;
	color: #fff;
	border: rgba(255, 255, 255, 0.3) solid 2px;
	font-size: 20px;
	margin: 0 5px 0 0;
}

.follow_us ul li a .fa {
	margin: 0 auto;
}

.follow_us ul li a:hover {
	background: #38ccff;
}

.footer_nav ul li {
	float: left;
	width: 50%;
	margin: 0 auto;
}

.footer_nav ul li a {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	padding-left: 20px;
	position: relative;
}

.footer_nav ul li a:after {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "\f105";
	font-family: fontawesome;
}

.footer_nav ul li a:hover {
	color: #38ccff;
}

.newsletter_wrap {
	position: relative;
}

.newsletter_wrap .btn {
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 0 3px 3px 0;
}

.newsletter_wrap input[type="email"] {
	padding-right: 150px;
}

.newsletter_wrap input[type="email"]:focus {
	border: 0px;
	outline: 0;
}


/*===================
	 5. Home-Page-2
===========================*/

/*----------------------------
	5.1. Category-Slider-2
--------------------------------*/
#category_slider2 .item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 6px;
	height: 358px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

#category_slider2 .item:after {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#category_slider2 .item a {
	position: relative;
	z-index: 1;
	padding: 75px 10px;
	display: block;
}

#category_slider2 .category_icon {
	border-radius: 50%;
	height: 142px;
	padding: 39px;
	position: relative;
	width: 142px;
	margin: 0 auto 35px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

#category_slider2 .item:hover .category_icon {
	margin-bottom: 15px;
	margin-top: 15px;
}

#category_slider2 .category_icon img {
	margin: 0 auto;
}

.category_listing_n {
	background: #38ccff none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	font-size: 18px;
	height: 45px;
	left: 50%;
	line-height: 43px;
	position: absolute;
	text-align: center;
	top: -100px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 45px;
	opacity: 0;
}

#category_slider2 .item:hover .category_listing_n {
	opacity: 1;
	top: -15px;
}

#category_slider2 .item p {
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	margin: 0 auto;
}


/*----------------------
	5.2. How-it-Work
-----------------------------*/
#how_it_work {
	background-image: url(../images/1920x800.jpg);
}

.steps_wrap {
	background: #fff;
	padding: 30px 15px 32px 110px;
	position: relative;
	z-index: 1;
	border-radius: 3px;
	margin: 0 auto 15px;
}

.icon_div {
	position: absolute;
	top: 30px;
	left: 15px;
	width: 90px;
	text-align: center;
	color: #38ccff;
	font-size: 70px;
}

.steps_wrap h5 {
	font-weight: 600;
}

.steps_wrap p {
	font-size: 15px;
	line-height: 24px;
	margin: 0 auto 5px;
}


/*----------------------
	5.3. Pricing-Table
-----------------------------*/
#pricing_table {
	background-image: url(../images/1920x800.jpg);
}


/*----------------------
	5.4. Footer-2
-----------------------------*/
.footer_2 .footer_bottom {
	text-align: left;
}

.footer_2 .follow_us {
	text-align: right;
}

.footer_2 .footer_bottom p {
	margin: 10px auto;
}

.footer_2 .footer_widgets {
	margin: 50px auto;
	text-align: center;
	clear: both;
}

.footer_2 .newsletter_wrap {
	max-width: 425px;
	margin: 0 auto;
}

.footer_2 .footer_nav {
	display: inline-block;
	background: #0c0c0c;
	padding: 10px 30px;
	border-radius: 3px;
}

.footer_2 .footer_nav ul li {
	display: inline-block;
	float: none;
	margin: 0 auto;
	padding: 0 13px;
	position: relative;
	width: auto;
}

.footer_2 .footer_nav ul li:after {
	position: absolute;
	top: 0px;
	right: -15px;
	content: "-";
	opacity: 0.7;
}

.footer_2 .footer_nav ul li a {
	opacity: 0.7;
}

.footer_2 .footer_nav ul li a:hover {
	opacity: 1;
}

.footer_2 .footer_nav ul li a:after {
	display: none;
}

.footer_2 h5 {
	font-size: 24px;
}


/*===================
	 6. Inner-Pages
===========================*/
#inner_pages {
	padding: 70px 0;
}

#inner_banner {
	background-image: url(../images/1920x800.jpg);
	padding: 180px 0 120px;
}

#inner_banner h1 {
	font-size: 46px;
}

/*---------------------
	 6.1. Login
-----------------------*/
#login_signup {
	height: 100vh;
	display: table;
	text-align: center;
	margin: 0 auto;
}

.form_wrap_m {
	width: 400px;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}

.form_wrap_m .white_box {
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 30px;
	margin: 30px auto;
	border-radius: 12px;
}

#login_signup p {
	margin: 0 auto;
}

#login_signup form {
	margin: 30px auto 0;
	border-radius: 12px;
}

#login_signup form .form-group {
	text-align: left;
}

.back_home {
	padding: 15px 0;
}

.back_home .btn {
	background: none;
	font-weight: 700;
	color: #111;
	border-color: #111;
}

.back_home .btn:hover {
	color: #fff;
	background: #111;
}


/*-------------------------
	 6.2. Pricing-Page
-------------------------------*/
.pricing_wrap {
	background: #eff0f0;
	padding: 30px;
	margin: 0 auto 30px;
	text-align: center;
	border-radius: 3px;
	position: relative;
	z-index: 1;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}

.pricing_header {
	margin: 0 auto 25px;
	position: relative;
}

.pricing_header h2 {
	margin-top: 0px;
	font-weight: 400;
	font-size: 36px;
}

.plan_info {
	background: #fff;
	padding: 30px 30px 50px;
	border-radius: 3px;
}

.plan_price {
	font-size: 48px;
	color: #111;
	font-weight: 700;
	margin: 0px auto 18px;
	color: #38ccff;
}

.plan_info ul {
	margin: 0 auto 35px;
	padding: 0px;
	list-style: none;
}

.plan_info ul li span {
	font-weight: 700;
	color: #111;
}

.popular_plan {
	background: #f26802 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	left: 30%;
	margin: 0 auto;
	position: absolute;
	right: 30%;
	text-transform: uppercase;
	top: -44px;
}


/*----------------------
	6.3. 404-Error-Page
-----------------------------*/
.not_found_msg {
	background: #f2f4f4 none repeat scroll 0 0;
	border-left: 8px solid #e5e5e5;
	border-radius: 10px;
	border-right: 8px solid #e5e5e5;
	margin: 0 auto;
	max-width: 750px;
	padding: 50px;
}

.not_found_msg .error_msg_div h2 span {
	color: #111111;
	font-size: 200px;
	display: block;
	line-height: 170px;
	font-weight: 700;
	margin: 0 auto;
}

.error_msg_div h2 {
	margin: 0 auto 20px;
}



/*----------------------
	6.4. About-Us-Page
-----------------------------*/
.aboutus_bg {
	background-image: url(../images/1920x800.jpg) !important;
}

.box_wrap {
	border: #dedede solid 1px;
	border-radius: 3px;
	padding: 30px 20px;
	text-align: center;
	margin: 40px auto;
}

.box_wrap .fa {
	font-size: 40px;
	color: #111;
	margin: 10px auto;
}

.box_wrap h4 {
	font-weight: 400;
}

.box_wrap p {
	font-size: 15px;
	line-height: 26px;
	margin: 0 auto 10px;
}

.fan_facts {
	padding: 40px;
	overflow: hidden;
	margin: 0 auto 40px;
}

.facts_info {
	float: left;
	width: 25%;
	margin: 0 auto 20px;
	text-align: center;
}

.facts_info p {
	font-size: 20px;
	font-weight: 300;
	margin: 0 auto;
}

.facts_info p span {
	display: block;
	color: #111;
	font-size: 70px;
	line-height: 70px;
}

.our_prtners {
	margin: 30px auto;
}

.partner_logo {
	float: left;
	width: 25%;
	padding: 15px;
}

/*----------------------
	6.5. Contact-Us-Page
-----------------------------*/
.contactus_bg {
	background-image: url(../images/1920x800.jpg) !important;
}

.office_info_box {
	background: #f2f4f4;
	text-align: center;
	border-left: 8px solid #dddddd;
	border-radius: 4px;
	padding-bottom: 10px;
	padding: 30px;
	margin: 0 auto 30px;
}

.info_icon {
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	font-size: 30px;
	height: 70px;
	line-height: 64px;
	margin: 0 auto 20px;
	width: 70px;
}

.office_info_box a {
	color: #555;
}

.office_info_box a:hover {
	color: #38ccff;
}

.contact_form,
.map_wrap {
	margin-top: 40px;
}

.map_wrap iframe {
	width: 100%;
	height: 400px;
}

.contact_form h4 {
	margin: 0 auto 30px;
}



/*----------------------
	6.6. How-it-work
-----------------------------*/
.how_it_work_info {
	padding: 30px 30px 30px 100px;
	position: relative;
}

.step_n {
	font-size: 80px;
	font-weight: 900;
	left: 0;
	letter-spacing: -6px;
	opacity: 0.2;
	position: absolute;
	top: 30px;
}

.how_it_work_img {
	margin: 0 auto 50px;
}

.sub_heading {
	text-align: center;
	padding: 40px;
	border: #eee solid 1px;
}

.sub_heading p {
	font-size: 28px;
	line-height: 33px;
	margin: 0 auto 30px
}


/*----------------------
	6.7. Listing
-----------------------------*/
#listing_banner {
	padding: 160px 0 120px;
	background-image: url(../images/1920x800.jpg)
}

#listing_banner h1 {
	font-weight: 300;
}

#listing_banner .search_form {
	display: table;
	float: left;
	margin: 0;
	width: 100%;
	max-width: inherit;
}

.pagination {
	display: inline-flex;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.search_form .form-control,
.search_form form textarea,
.search_form form select {
	font-size: 16px;
	height: 60px;
	padding: 0 20px;
}

.search_form .form-control:focus,
.search_form form textarea:focus,
.search_form form select:focus {
	outline: none;
}

#listing_banner .form-group {
	float: left;
	width: 40%;
	padding: 0 0.5%;
	margin: 0 auto;
}

.btn_group {
	float: left;
	width: 20%;
	padding-left: 0.5%;
}

.listing_wrap {
	border: 1px solid #dedede;
	border-radius: 12px;
	margin: 0 auto 40px;
	overflow: hidden;
	position: relative;
}

.listing_header {
	margin: 0 auto 30px;
	padding: 10px 0;
	border-top: #eee solid 1px;
	border-bottom: #eee solid 1px;
	display: table;
	width: 100%;
}

.listing_header h5 {
	font-weight: 400;
	float: left;
}

.layout-switcher {
	float: right;
}

.layout-switcher a {
	background-color: #eeeeee;
	border-radius: 50%;
	color: #9d9d9d;
	display: inline-block;
	font-size: 14px;
	height: 39px;
	line-height: 40px;
	margin-right: 1px;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 39px;
}

.layout-switcher a.active,
.layout-switcher a:hover {
	color: #fff;
	background: #38ccff
}

.listview .listing_img {
	float: left;
	width: 30%;
}

.listview .listing_info {
	float: right;
	padding: 39px 40px 0;
	width: 70%;
}

.listview .listing_review_info {
	margin: 24px -40px 0;
	padding: 16px 40px;
}

.listview_sidebar .listing_img {
	float: left;
	width: 42%;
}

.listview_sidebar .listing_info {
	float: right;
	width: 58%;
}

.ads_col {
	float: left;
	margin-right: 1%;
	width: 49%;
}

.ads_col:nth-child(2n) {
	margin-left: 1%;
	margin-right: 0;
	text-align: right;
}

.pagination_nav {
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	text-align: center;
}

.pagination,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 0px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background-color: #38ccff;
	color: #fff;
}

.pagination>li>a,
.pagination>li>span {
	color: #111;
	border: 0px;
	font-size: 18px;
	padding: 6px 15px;
}



/*---------------
	6.7. Blog
--------------------*/
.single_post h1 {
	font-size: 40px;
	margin-top: 0;
}

.single_post .entry_meta {
	margin-bottom: 30px;
}

.sidebar_widgets {
	margin: 0 auto 30px 10px;
}

.sidebar .sidebar_widgets {
	margin: 0 auto 50px 10px;
}

.widget_title {
	position: relative;
	margin: 0 auto 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.widget_title::after {
	background-color: #38ccff;
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	transition: all 0.5s ease 0s;
	width: 50px;
}

.article_wrap {
	overflow: hidden;
	margin: 0 auto 50px;
}

.post-thumbnail {
	overflow: hidden;
	border-radius: 3px;
	margin: 0 auto 20px;
}

.post-thumbnail a {
	display: block;
}

.entry-desc h3 {
	font-size: 28px;
}

.entry-desc h3 a,
.info_m h6 a {
	color: #111;
}

.entry_meta {
	overflow: hidden;
	margin: 20px auto 10px;
}

.entry_meta .meta_m {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: 600;
	margin: 0 20px 0 0;
}

.meta_m .fa,
.meta_m a:hover,
.sidebar_widgets ul li a:hover,
.entry-desc h3 a:hover,
.info_m h6 a:hover {
	color: #38ccff;
}

.meta_m a {
	color: #555;
}

.entry-content p {
	font-size: 15px;
	line-height: 24px;
}

.read_btn {
	font-weight: 700;
	font-size: 16px;
}

.sidebar_widgets ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.sidebar_widgets>ul>li::after {
	content: "\f105";
	font-family: fontawesome;
	left: 25px;
	position: absolute;
	top: 15px;
}

.sidebar_widgets>ul>li {
	border: 1px solid #e8e8e8;
	list-style: outside none none;
	margin: 0 0 -1px;
	padding: 15px 20px 15px 40px;
	position: relative;
}

.sidebar_widgets ul li a {
	color: #555;
}

.featured_posts {
	margin: 0 auto 10px;
	overflow: hidden;
}

.thubb_img {
	float: left;
	width: 100px;
}

.info_m {
	float: right;
	width: calc(100% - 120px);
}

.info_m h6 {
	font-size: 19px;
	margin: 0px 0 5px;
}

.info_m p {
	font-size: 13px;
}

.article_wrap:nth-child(2n+1) {
	clear: left;
}

.post_tag {
	overflow: hidden;
	margin: 40px auto 20px;
}

.post_tag span {
	float: left;
	padding: 6px 0;
	margin-right: 5px;
}

.post_tag a {
	display: block;
	float: left;
	background: #333;
	color: #fff;
	padding: 6px 15px;
	border-radius: 3px;
	margin: 0 5px 5px 0;
}

.post_tag a:hover {
	background: #38ccff;
	color: #fff;
}

.share_post {
	overflow: hidden;
	margin: 0 auto 10px;
}

.share_post a {
	color: #fff;
	float: left;
	display: block;
	width: 24%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-right: 1%;
	border-radius: 3px;
	padding: 10px;
}

.share_post a:hover {
	color: #fff;
}

.share_post a:last-child {
	margin: 0 auto;
}

.share_post .facebook {
	background: #3b5a9a;
}

.share_post .linkedin {
	background: #007bb6;
}

.share_post .twitter {
	background: #19b5ee;
}

.share_post .g_plus {
	background: #dc4a38;
}

/*------------------------
	6.8. Comment-List
-------------------------------*/
.articale_comments {
	border-bottom: 1px solid #cecece;
	clear: both;
}

.comment-respond {
	margin: 60px auto 0;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	list-style: outside none none;
	margin: 0 auto;
}

.commentlist .comment-content li {
	list-style: inherit;
}

.commentlist li .comment-body {
	border-top: 1px solid #cecece;
	padding: 30px 0;
}

.comment-metadata>a {
	font-size: 14px;
	color: #aaa;
}

.comment-author img {
	float: left;
}

.commentlist li img.avatar {
	border: medium none;
	border-radius: 50%;
	float: left;
	height: 84px;
	margin-bottom: 30px;
	margin-right: 25px;
	position: relative;
	width: 84px;
}

.comment-content,
.commentlist .reply {
	margin-left: 110px;
}

.commentlist .reply .fa {
	margin-right: 4px;
}

.comment-meta.commentmetadata {
	margin-bottom: 8px;
}

.comment-meta.commentmetadata,
.comment-meta.commentmetadata a {
	color: #b7b7b7;
	font-size: 14px;
	font-weight: 400;
}

.comment-meta.commentmetadata a:hover {
	color: #38ccff;
}

.comment-author .fn {
	color: #111;
	font-size: 18px;
	font-weight: 900;
}

.comment ul.children {
	padding-left: 110px;
}

.comment-form {
	margin: 40px 0;
}



/*---------------------------
	6.9. Listing-with-map
------------------------------*/
.listing-with-map-page #header nav>.container {
	max-width: inherit;
	padding: 0 30px;
	width: 100%;
}

#ElemoListing_with_map {
	padding-bottom: 50px;
	padding-right: 40%;
	position: relative;
	z-index: 2;
}

#ElemoListing_with_map .container,
.listing-with-map-page #footer .container {
	width: auto;
	padding: 0 30px;
}

.ElemoListing_map {
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	width: 40%;
	z-index: 1;
}

.listing-with-map-page #footer {
	background: #eeeeee none repeat scroll 0 0 !important;
	padding-right: 40%;
}

.listing-with-map-page .footer_bottom p {
	color: #555555;
}

.listing-with-map-page .footer_bottom {
	border-top: 0 none;
}

.listing-with-map-page .navbar.navbar-expand-lg {
	background: #111;
	border: 0px;
}

.listing-with-map-page .navbar.navbar-expand-lg.navbar-fixed-top.affix-top {
	position: relative;
}

.listing-with-map-page .listing_header {
	margin: 30px auto;
}

.listing-with-map-page .grid_view .listing_review_info p {
	float: none;
	margin: 5px auto;
	font-size: 13px;
}

.listing-with-map-page .listing_wrap {
	margin: 0 auto 30px;
}

.listing-with-map-page .listing_info .listing_review_info p {
	font-size: 13px;
}

.listing-with-map-page .grid_view .listing_review_info p:last-child {
	margin-top: 12px;
}

.listing-with-map-page .listing_review_info {
	margin: 18px -20px 0;
	padding: 10px 20px;
}

.listing-with-map-page .listing_info h4 {
	font-size: 21px;
}

.listing-with-map-page .listing_info {
	padding: 18px 17px 0;
}

.listing-with-map-page .grid_view .listing_wrap {
	margin: 0 auto 30px;
}

.listing-with-map-page .listing_info p {
	font-size: 14px;
	line-height: 20px;
}

.listing-with-map-page .post_category a {
	font-size: 12px;
	font-weight: bold;
}

.search_wrap {
	padding: 110px 30px 30px;
	background: #eee;
	display: table;
	width: 100%;
}

.search_wrap .search_form {
	margin: 0 auto;
}

.search_wrap .form-control,
.search_wrap form textarea,
.search_wrap form select {
	background: #fff none repeat scroll 0 0;
	padding: 0 10px;
	font-size: 15px;
}

.search_wrap .form-group {
	float: left;
	margin: 0 auto;
	padding: 0 0.5%;
	width: 40%;
}

.search_wrap .btn_group {
	float: left;
	padding-left: 0.5%;
	width: 20%;
}

.grid_col.show_listing:nth-child(2n+1) {
	clear: left;
}

.grid_view.show_listing:nth-child(3n+1) {
	clear: left;
}

/*-- MAP-CSS --*/
.map-marker-container {
	position: absolute;
	margin-top: 10px;
	transform: translate3d(-50%, -100%, 0);
}

.marker-container {
	position: relative;
	margin: 10px auto;
	width: 40px;
	height: 40px;
	z-index: 1;
	border-radius: 8px;
	cursor: pointer;
	top: -5px;
}

#singlemap .marker-container {
	cursor: default;
}

.marker-container {
	perspective: 1000;
}

.marker-card {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: all 0.4s ease-in-out;
	position: absolute;
	z-index: 1;
}

.face.front {
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: bounce;
	background: #ffffff none repeat scroll 0 0;
	border-radius: 50% 50% 50% 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border: #333 solid 2px;
	height: 50px;
	left: 50%;
	margin: -42px 0 0 -30px;
	padding: 17px;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 50px;
}

.marker-card .front.face .im-icon {
	display: none;
}

.marker-container:hover .face.front,
.clicked .marker-container .face.front {
	border-color: #38ccff;
	border-width: 6px;
}

.marker-cluster-count {
	background-color: #66676b;
	border-radius: 50%;
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
}

.marker-cluster-count::before {
	animation: 2.5s ease 0s normal none infinite running cluster-animation;
	border: 7px solid #66676b;
	border-radius: 50%;
	box-shadow: 0 0 0 4px #66676b inset;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.2;
	position: absolute;
	top: 0;
	width: 100%;
}

@keyframes cluster-animation {

	0%,
	100% {
		transform: scale(1.3) rotate(0deg);
	}

	50% {
		transform: scale(1.5) rotate(90deg);
	}
}

#map-container {
	height: 100%;
	left: 0;
	margin-bottom: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
}

#map {
	height: 100%;
	margin: 0;
	width: 100%;
	z-index: 99;
}

.infoBox {
	border-radius: 4px;
}

.map-box {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.53);
	margin-bottom: 20px;
	position: relative;
}

.map-box .map-post-thumb-m img {
	max-width: 100%;
}

.map-post-thumb-m {
	position: relative;
	height: 100%;
	display: block;
}

.map-box p {
	padding: 0;
	line-height: 25px;
	margin: 2px 0 0 0;
	font-size: 14px;
}

.map-box ul.listing-details {
	padding: 0;
	font-size: 14px;
	display: none;
}

.map-box .listing-title {
	padding: 16px 22px;
}

.map-box .listing-img-content {
	padding: 18px 22px;
}

.map-box .listing-img-content span {
	font-size: 21px;
}

.map-box .listing-img-content .listing-price i {
	font-size: 15px;
	margin: -7px 0 0 0;
}

.infoBox>img {
	position: absolute !important;
	right: 0px;
	top: 0px;
}

.map-box .map-post-des-m {
	padding: 13px 20px;
}

.map-box .map-post-des-m h5 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 0;
}

.map-box .map-post-des-m span {
	font-size: 15px;
	font-weight: 300;
	display: inline-block;
}

.map-popup-close {
	-webkit-text-stroke: 1px #fff;
	background-color: #fff;
	border-radius: 50%;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	font-weight: 500;
	height: 28px;
	line-height: 28px;
	position: absolute;
	right: -11px;
	text-align: center;
	top: -11px;
	width: 28px;
	z-index: 999;
}

.map-popup-close:hover {
	color: #fff;
	background-color: #66676b;
	-webkit-text-stroke: 1px #66676b;
}

.map-box-icon {
	height: 38px;
	width: 38px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #3685cf;
	display: block;
	color: #fff;
	font-size: 12px;
	z-index: 101;
	text-align: center;
	-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;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
	visibility: hidden;
}

.map-box-icon:before {
	content: "\f064";
	font-family: "FontAwesome";
	position: relative;
	top: 7px;
	display: block;
}

.map-box-image:hover .map-box-icon {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateX(0);
}

.map-box-image {
	position: relative;
	overflow: hidden;
	display: block;
}

.infoBox {
	-webkit-animation: fadeIn 0.9s;
	animation: fadeIn 0.9s;
}

#singlemap {
	border-radius: 12px;
	height: 400px;
}

#map-container.fullwidth-home-map {
	height: 600px;
	margin-bottom: 0;
}

.custom-zoom-in:before {
	content: "\f067";
}

.custom-zoom-out:before {
	content: "\f068";
}

.custom-zoom-in:before,
.custom-zoom-out:before {
	font-family: "FontAwesome";
	width: 100%;
	line-height: 35px;
	transition: -webkit-text-stroke 0.3s;
	-webkit-text-stroke: 1px #fff;
}

.custom-zoom-in,
.custom-zoom-out {
	background-color: #ffffff;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
	color: #333333;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
	transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
	width: 34px;
}

.leaflet-control-zoom {
	padding-top: 6px;
}

#single_map_wrp {
	position: relative;
}

#single_map {
	padding: 30px 0;
}

.im-icon {
	display: block;
	height: 30px;
	left: -4px;
	padding: 8px;
	position: relative;
	top: -16px;
	z-index: 1;
}

.im-icon img {
	max-width: 100% !important;
	display: block;
}


/*-----------------------------
	6.10. Listing-Detail-Page
-----------------------------------*/
#listing_detail_banner {
	position: relative;
}

.listing_info_wrap {
	padding: 40px 0;
}

.card-welcome__row {
	justify-content: center;
}

.view_map {
	background: #38ccff none repeat scroll 0 0;
	color: #fff;
	border-radius: 50%;
	bottom: 30px;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 30px;
	text-align: center;
	width: 50px;
	cursor: pointer;
	z-index: 1;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}

.view_map:hover {
	background: #111;
}

.view_map a,
.view_map:hover a {
	color: #ffffff;
	display: block;
	position: relative;
	z-index: 22;
}

.view_map:hover:after,
.view_map:hover:before {
	border-color: #111;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}

.view_map::after {
	border: 5px solid #38ccff;
	border-radius: 50%;
	content: "";
	height: 120%;
	left: -10%;
	opacity: 0.5;
	position: absolute;
	top: -10%;
	width: 120%;
}

.view_map::before {
	border: 5px solid #38ccff;
	border-radius: 50%;
	content: "";
	height: 140%;
	left: -20%;
	opacity: 0.2;
	position: absolute;
	top: -20%;
	width: 140%;
}

.listing_detail_header {
	background-color: #f0f2f2;
	min-height: 190px;
	padding: 30px 0;
}

.pricing_info {
	overflow: hidden;
	padding: 0;
}

.listing_detail_header h1 {
	font-size: 42px;
	margin: 0 auto 10px;
}

.listing_rating p {
	color: #555;
	font-size: 14px;
	float: left;
	margin: 0 30px 0 0;
}

.ElemoListing_sidebar {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 12px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	margin: -190px auto 30px;
	padding: 0 30px;
}

.ElemoListing_sidebar ul,
#amenities ul {
	padding: 0px;
	margin: 0;
	list-style: none;
}

.listing_contact_info ul li {
	padding: 2px 0px 2px 33px;
	position: relative;
	line-height: 24px;
}

.listing_contact_info ul li .fa {
	font-size: 18px;
	left: 0px;
	margin: 0;
	position: absolute;
	top: 8px;
}

.listing_action_btn {
	overflow: hidden;
}

.listing_action_btn a:hover {
	background-color: #03aee9 !important;
	color: #fff;
	border-color: #fff;
}

.listing_action_btn li {
	border: 1px solid #eeeeee;
	float: left;
	font-size: 13px;
	height: 120px;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	width: 140px;
	margin-right: 10px;
}

.listing_action_btn li:nth-child(2n) {
	margin-right: 0px;
}

.listing_action_btn .fa {
	display: block;
	font-size: 48px !important;
	margin: 0;
	opacity: 0.5;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}

.listing_action_btn li a {
	color: #555;
	display: block;
	padding: 20px 8px;
	cursor: pointer;
}

.listing_action_btn li a:hover .fa {
	opacity: 1;
}

.sidebar_wrap {
	border-bottom: 1px solid #eeeeee;
	margin: 0 -30px 30px;
	padding: 0 30px 30px;
}

.sidebar_wrap:last-child {
	border: 0px;
	margin-bottom: 0px;
}

.sidebar_wrap .widget_title {
	margin: 0 auto 18px;
	padding-bottom: 2px;
}

.social_links {
	overflow: hidden;
	padding-top: 10px;
}

.social_links a {
	background: #38ccff none repeat scroll 0 0;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 20px;
	height: 40px;
	letter-spacing: 0.5px;
	margin: 10px 3% 0 0;
	padding: 7px;
	text-align: center;
	text-transform: uppercase;
	width: 40px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}

.social_links a {
	border-radius: 6px;
}

.social_links a:last-child {
	margin-right: 0px;
}

.social_links .facebook_link {
	background: #3b5a9a;
}

.social_links .linkedin_link {
	background: #007bb6;
}

.social_links .twitter_link {
	background: #19b5ee;
}

.social_links .google_plus_link {
	background: #dc4a38;
}

#listing_img_slider .owl-nav>div::after {
	opacity: 0.7;
}

#listing_img_slider .owl-nav>div::after {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	border-radius: 50%;
	font-size: 44px;
	height: 50px;
	left: 10px;
	line-height: 47px;
	text-align: center;
	width: 50px;
}

#listing_img_slider .owl-nav .owl-next::after {
	left: inherit;
	right: 10px;
}

#listing_img_slider .owl-nav>div:hover:after {
	background: #fff;
	opacity: 1;
}

#opening_hours ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.hours_title {
	display: block;
	float: left;
	width: 35%;
	position: relative;
}

.hours_title:after {
	position: absolute;
	top: 0px;
	right: 0px;
	content: ":";
}

#opening_hours li span {
	margin: 0 10px;
	display: inline-block;
	vertical-align: top;
}

.pricing_info {
	overflow: hidden;
	padding: 10px 0 30px;
}

.pricing_info p {
	display: inline-block;
	line-height: 50px;
	margin: 0 auto;
	vertical-align: middle;
}

.listing_price {
	font-size: 40px;
	color: #111;
}

.listing_favorites .fa,
p.listing_like .fa {
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 50%;
	line-height: 30px;
	border: #38ccff solid 1px;
	margin: 0 3px 0 0;
}

.listing_price span,
p.listing_like .fa,
.listing_favorites .fa,
.listing_favorites a:hover,
.listing_favorites a:focus,
p.listing_favorites .fa,
p.listing_favorites a:hover,
p.listing_favorites a:focus,
p.listing_like a:hover,
p.listing_like a:focus {
	color: #38ccff;
}

.listing_favorites a,
p.listing_like a {
	color: #111;
}

.listing_message {
	float: right;
	margin: 0 auto;
}

.listing_message .btn {
	padding: 10px 80px;
	gap: 10px;
}

#amenities ul li {
	float: left;
	width: 50%;
	position: relative;
}

#amenities ul li a {
	color: #111;
}

#amenities ul li a:hover {
	color: #00a2da;
}

.listing_video iframe {
	width: 100%;
	height: 250px;
	border: 0px;
}

#similar_listings.section-padding {
	padding: 0 0 50px 0;
}

#similar_listings .section-header {
	padding-bottom: 40px;
}

#similar_listings .grid_col.show_listing:nth-child(2n+1) {
	clear: inherit;
}

#similar_listings .listing_wrap {
	min-height: 485px;
}


/*---- Review -----*/
.reviews_list {
	padding: 30px 0 0;
}

.review_form {
	padding-top: 30px;
}

.reviews_list h4 {
	font-weight: 300;
}

.reviews_list h4 span {
	font-weight: 400;
}

.review_wrap {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
	margin: 0 auto 30px;
	overflow: hidden;
	padding: 30px;
}

.review_author {
	float: left;
	width: 100px;
}

.review_author img {
	border-radius: 50%;
	max-width: 90px;
}

.review_author h6 {
	font-size: 15px;
	text-align: center;
}

.review_detail {
	float: right;
	width: calc(100% - 120px);
}

.review_detail p {
	font-size: 14px;
	line-height: 23px;
}

.review_detail .listing_rating {
	overflow: hidden;
	padding: 10px 0;
}

.review_detail .listing_rating p {
	color: #999;
}

.review_detail h5 {
	font-size: 20px;
	margin: 0 auto 14px;
}

.review_form .fa-star:hover {
	color: #fd6c02;
}

.review_form .review_score {
	margin: 0 0 0 10px;
}

.review_form form {
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
	margin: 0 auto 40px;
	padding: 30px 30px 25px;
}

.listing_rating {
	display: inline-block;
	overflow: hidden;
}

.listing_rating:hover input[type="radio"]:checked~label {
	color: #dadada;
}

.listing_rating input[type="radio"] {
	display: none;
}

.listing_rating input[type="radio"]:checked~label {
	color: #ffc600;
}

.listing_rating label {
	font-size: 24px;
	float: right;
	letter-spacing: 4px;
	color: #dadada;
	cursor: pointer;
	transition: 0.3s;
}

.listing_rating label:hover,
.listing_rating label:hover~label {
	color: #ffc600 !important;
}


/*---------------------------
	6.11. Listing-Detail-2
------------------------------------*/
.style2_header.listing_detail_header {
	background-color: transparent;
	color: #ffffff;
	min-height: inherit;
	padding: 180px 0 70px;
}

.style2_header {
	background-image: url(../images/1920x800.jpg);
}

.style2_header.listing_detail_header h1,
.style2_header .listing_favorites a,
.style2_header .listing_like a,
.style2_header .listing_rating p {
	color: #ffffff;
	display: inline-block;
	float: none;
}

.style2_header .listing_message {
	float: none;
	margin-top: 16px;
}

.style2_header .listing_detail_header h1 {
	font-size: 50px;
}

.style2_header .pricing_info {
	text-align: right;
}

.style2_header .listing_price {
	font-size: 38px;
}

.image_slider_wrap {
	margin: 0px auto 40px;
	position: relative;
}

.listing_detail_2 .ElemoListing_sidebar {
	margin: 0 auto 30px;
}

.listing_detail_2 .panel-group {
	padding-top: 0px;
}

.listing_detail_2 .listing_action_btn {
	border: 0 none;
	margin: 0 auto 20px;
	padding: 0;
}

.listing_detail_2 .listing_action_btn ul {
	margin: 0 auto;
	list-style: none;
	padding: 0px;
}

.listing_detail_2 .listing_action_btn ul li {
	background: #f3f3f3 none repeat scroll 0 0;
	border: 1px solid #e3e3e3;
	font-size: 15px;
	height: auto;
	margin-right: 2%;
	width: 23.5%;
}

.listing_detail_2 .listing_action_btn ul li:last-child {
	margin: 0px !important;
}

.listing_detail_2 .listing_action_btn .fa {
	display: inline-block;
	font-size: 17px !important;
	margin: 0 6px 0 0;
}

.listing_detail_2 .listing_action_btn ul li a {
	padding: 10px 20px;
}

.share_listing a {
	border: 1px solid #38ccff;
	border-radius: 50%;
	height: 42px;
	line-height: 40px;
	margin: 0 3px 0 0;
	text-align: center;
	width: 42px;
	display: inline-block;
	font-size: 20px;
}

/*===================== Version 1.2 ======================*/

/*============================
	7. Home Page 3
======================================*/

/*============================
	7.1 Header Style 2
======================================*/

.header_style2 .navbar.navbar-expand-lg {
	background: #fcfcfc;
	box-shadow: 0px 0px 5px #ccc;
}

.header_style2 #navigation .nav.navbar-nav a {
	color: #000;
}

.header_style2 .submit_listing .btn.outline-btn {
	background: #38ccff;
	border: none;
	border-radius: 0px;
}

.header_style2 .submit_listing .btn.outline-btn:hover {
	background: #03aee9;
	border-color: #03aee9;
}

.front_nav_bar {
	float: right;
	padding: 18px 0px;
	margin-left: 15px;
	width: 30px;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

.front_nav_bar a {
	font-size: 30px;
	color: #000;
}

.affix .front_nav_bar {
	padding: 13px 0px;
}

.header_style2 .navbar-nav {
	top: -300px;
	position: relative;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

.header_style2 .navbar-nav.dashboard_menu {
	top: 0px;
}

.shownav .navbar-nav {
	top: 0px;
}

#navigation .front_nav_bar .fa-close {
	display: none;
	margin-top: 5px;
}

#navigation.shownav .front_nav_bar .fa-close {
	display: block;
}

#navigation.shownav .front_nav_bar .fa-bars {
	display: none;
}

/*============================
	7.2 Map Search
======================================*/
#intro_map.intro_map_style2 {
	padding-bottom: 0px;
}

.intro_map_style2 #map {
	width: 70%;
}

.intro_search {
	background-image: url(../images/630x940.jpg);
	background-size: cover;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	width: 30%;
	z-index: 99;
}

.intro_search::before {
	background: rgba(3, 68, 91, 0.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.intro_search h2 {
	color: #fff;
	margin-top: 0px;
	padding: 0px 30px;
}

.intro_search .intro_search_content {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
}

#intro_map .intro_search .search_form {
	position: static;
	top: auto;
	width: 100%;
	left: auto;
	right: auto;
	bottom: auto;
	background: none;
	padding: 30px;
	margin: 0px;
	box-shadow: none;
	float: left;
	width: 100%;
}

.intro_search .search_form .form-control {
	border: 2px solid #fff;
	background: none;
	border-radius: 0px;
	color: #fff;
}

.intro_search .search_form .form-control::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.intro_search .search_form .form-control:-ms-input-placeholder {
	color: #fff;
}

.intro_search .search_form .form-control::-webkit-input-placeholder {
	color: #fff;
}

#intro_map .intro_search .search_form .select::after {
	color: #fff;
	right: 15px;
}

.intro_search .search_form .form-control option {
	color: #333;
}

#intro_map .intro_search .search_form .form-group {
	width: 100%;
	margin-bottom: 20px;
}

#intro_map .intro_search .search_form .form-group.search_btn {
	width: 100%;
	margin-bottom: 0px;
}

#intro_map .intro_search .search_form .form-group .btn {
	border-radius: 0px;
}

/*============================
	7.3 How It Work
======================================*/
.work_step {
	text-align: center;

	.fas {
		font-size: 60px;
		width: 130px;
		border-radius: 100%;
		text-align: center;
		line-height: 126px;
	}
}

.work_step figure {
	margin-bottom: 20px;
}

/*============================
	7.4 Popular City
======================================*/
.city_panel {
	background: #ebebeb;
	float: left;
	width: 100%;
	height: 262px;
	overflow: hidden;
	margin-bottom: 30px;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	position: relative;
}

.popular_city .btn {
	border-radius: 0px;
}

.city_panel .city_content {
	float: left;
	padding: 30px;
	position: relative;
	width: 50%;
	text-align: center;

}

.city_panel .city_content:after {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #ebebeb;
	position: absolute;
	right: -15px;
	top: 50%;
	content: "";
	z-index: 5;
	margin-top: -20px;
}

.city_panel .city_content.col-md-pull-0:after {
	display: none;
}

.city_panel .city_content.col-md-pull-0:before {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #ebebeb;
	position: absolute;
	left: -15px;
	top: 50%;
	content: "";
	z-index: 5;
	margin-top: -20px;
}

.city_panel .city_content i {
	color: #38ccff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: solid 2px #38ccff;
	text-align: center;
	line-height: 36px;
	margin: 15px 0px;
	font-size: 20px;
}

.city_panel .city_picture {
	float: left;
	position: relative;
	width: 50%;
	background: #ccc;
	max-width: 300px;
	height: 262px;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}

.city_panel:hover {
	box-shadow: 0px 0px 5px #ccc;
}

.city_panel .city_picture:before {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) -30%, rgba(0, 0, 0, 0.6) 70%) repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateY(50%);
	-moz-transform: translateY(50%);
	-o-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	-o-transition: all 0.35s ease 0s;
	-webkit-transition: all 0.35s ease 0s;
	-ms-transition: all 0.35s ease 0s;
	width: 100%;
	z-index: 1;
}

.city_panel:hover .city_picture:before {
	opacity: 1;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
}

/*============================
	7.5 Recent Listing
======================================*/
.recent_listing_panel {
	border: none;
	border-radius: 0px;
	box-shadow: 0px 0px 5px #ccc;
	margin: 5px;
}

.recent_listing_slider {}

.recent_listing_panel .listing_info {
	text-align: center;
}

.recent_listing_panel .listing_info .listing_review_info p {
	color: #555;
}

.member_social_info {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	z-index: 5;
}

.member_social_info ul {
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 50%;
	left: -1000px;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.member_social_info ul li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0px;
}

.member_social_info ul li a {
	display: block;
	color: #fff;
	font-size: 13px;
	border-radius: 0px;
	border: #fff solid 1px;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin: 0 1px;
}

.member_social_info ul li a:hover {
	background: #38ccff;
	color: #fff;
	border-color: #38ccff;
}

.member_social_info ul li .fa {
	margin: 0 auto;
}

.recent_listing_panel:hover .member_social_info {
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
}

.recent_listing_panel:hover .member_social_info ul {
	left: auto;
}

.recent_listing_panel:hover .listing_img:before {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) -20%, rgba(0, 0, 0, 0.6) 70%) repeat scroll 0 0;
}

/*============================
	7.6 Category Timer
======================================*/
.categorie_timer {
	background-image: url(../images/1920x800.jpg);
	color: #fff;
}

.timer-panel {
	text-align: center;
	float: left;
	width: 100%;
	position: relative;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}

.timer-panel-inner {
	padding: 30px;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	border: solid 1px transparent
}

.timer-panel:hover .timer-panel-inner {
	background: rgba(56, 204, 255, 0.68);
}

.timer-panel .timer-panel-inner i {
	font-size: 60px;
	color: #fff;
	width: 130px;
	height: 130px;
	border-radius: 100%;
	text-align: center;
	border: solid 2px #fff;
	line-height: 126px;

}

.timer-panel .timer-panel-inner h1 {
	font-size: 60px;
	color: #fff;
	font-weight: 600;
}

.timer-panel .timer-panel-inner h6 {
	font-size: 24px;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
}


/*============================
	7.7 Client Testimonial
======================================*/
.client_testimonial .section-header {
	padding-bottom: 30px;
}

.testimonial_content {
	position: relative;
}

.top_quote,
.bottom_quote {
	position: relative;
	height: 70px;
}

.top_quote i,
.bottom_quote i {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	background: #38ccff;
}

.top_quote:before,
.bottom_quote:before {
	position: absolute;
	left: 0px;
	top: 35px;
	background: #38ccff;
	height: 5px;
	content: "";
	width: 100%;
}

.bottom_quote i {
	left: auto;
	right: 0px;
}

.testimonial_inner_content {
	padding: 30px 50px;
}

.testimonial_inner_content p {
	font-size: 18px;
	font-style: italic;
	color: #333;
}

.author_block {
	margin: 0 auto;
	width: 40%;
	min-height: 70px;
	margin-top: 30px;
}

.author_block img {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	float: left;
	margin-right: 15px;
	position: relative;
	top: -5px;
}

/*============================
	7.8 Partners
======================================*/

.partners_logo ul {
	padding: 0px;
	margin: 0;
}

.partners_logo ul li {
	float: left;
	list-style: none;
	width: 25%;
	padding: 0 10px 10px 0;
	text-align: center;
	margin: 0px;
}

.partners_logo ul li a {
	display: block;
	padding: 30px 20px;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	border: #e8e8e8 solid 1px;
}

.partners_logo ul li a img {
	opacity: 0.5;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
}

.partners_logo ul li a:hover img {
	opacity: 1;
}

/*============================
	7.9 Footer Style 3
======================================*/
.footer_style_3 {
	background-image: url(../images/1920x1200.jpg);
}

.footer_style_3 .footer_nav ul li {
	width: 100%;
}

.footer_style_3.footer_nav ul li a {
	padding-left: 30px;
}

.footer_style_3 .footer_nav ul li a:after {
	content: "";
	width: 12px;
	height: 2px;
	background: #fff;
	top: 13px;
}

.footer_style_3 .form-control {
	border-radius: 0px;
	padding-right: 20px;
}

.footer_style_3 .newsletter_wrap .btn {
	position: inherit;
	float: right;
	margin-top: 15px;
	border-radius: 0px;
}

.footer_style_3 .follow_us {
	float: right;
	margin-top: 30px;
	width: 100%;
	text-align: right;
}

.footer_style_3 .footer_bottom {
	background: rgba(0, 0, 0, 0.7);
	border-top: #ccc7c7 solid 1px;
	color: #fff;
}

.footer_contact {
	text-align: center;
}

.footer_contact ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer_contact ul li {
	position: relative;
	padding-bottom: 20px;
	color: #fff;
}

.footer_contact ul li i {
	font-size: 48px;
	margin-bottom: 10px;
}

.footer_contact ul li span {
	font-size: 24px;
	display: block;
}

.footer_contact ul li a {
	color: #fff;
}

.footer_contact ul li a:hover {
	color: #38ccff;
}

.clear {
	clear: both;
}


/*============================
	8. Header Style 3
======================================*/
.header_style3 .navbar.navbar-expand-lg {
	background: #fcfcfc;
	box-shadow: 0px 0px 5px #ccc;
}

.header_style3 .submit_listing .btn.outline-btn {
	background: #38ccff;
	border: none;
	border-radius: 0px;
}

.header_style3 .submit_listing .btn.outline-btn:hover {
	background: #03aee9;
	border-color: #03aee9;
}

.header_style3 #navigation .nav.navbar-nav a {
	color: #000;
}

.header_style3 .navbar-fixed-top {
	height: 100px;
}

.header_style3 .dashboard_menu {
	display: inline-block;
	float: none;
	vertical-align: middle;
	padding: 12px 0;
}

.header_style3 .dashboard_menu li {
	margin: 0px;
}

.header_style3 .dashboard_menu>li>a {
	color: #000;
}

.header_style3 .dashboard_menu>li>a:hover {
	color: #38ccff;
}

.header_style3 .logo {
	margin: 10px 0px;
}

.header_style3 .submit_listing {
	margin-top: 8px;
}

.top_login_submit {
	float: right;
}

.header_style3 .menu_bar {
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 5px #ccc;
}

.header_style3 .menu_bar #navigation {
	text-align: center;
}

.header_style3 .affix #navigation .nav.navbar-nav>li>a {
	padding: 20px 12px;
}

.header_style3 .navbar-fixed-top.affix {
	height: 85px;
}

@media (min-width: 768px) {
	#header.header_style3 .container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	#header.header_style3 .container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	#header.header_style3 .container {
		width: 1170px;
	}
}

/*============================
	9. footer Style 4
======================================*/
.footer_style_4 .footer_top .col-md-6 {
	padding: 0px;
}

.footer_style_4 .about_bg {
	background-image: url(../images/960x600.jpg);
}

.footer_about {
	padding: 90px 15%;
}

.footer_style_4 .footer_widgets {
	padding: 90px 15%;
	margin: 0px;
}

.footer_style_4 .footer_nav ul li {
	width: 50%;
}

.footer_style_4 .footer_nav ul li a:after {
	content: "";
	width: 12px;
	height: 2px;
	background: #fff;
	top: 14px;
}

.footer_style_4 .footer_nav ul li a {
	padding-left: 25px;
}

.footer_logo {
	margin-bottom: 20px;
}

.contact_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.contact_list li {
	position: relative;
	padding: 0px 0px 10px 25px;
	margin: 0px;
}

.contact_list li i {
	position: absolute;
	left: 0px;
	top: 7px;
}

.contact_list li a {
	color: #fff;
}

.contact_list li a:hover {
	color: #fff;
}

.footer_style_4 .footer_bottom .text-left {
	padding-top: 10px;
}

.footer_style_4 .follow_us {
	float: right;
}

/*============================
	10. Header Styles Elements
======================================*/


.section_element_heading {
	padding: 40px 0px 20px 0px;
	background: #f9f9f9;
}

.section_element_heading2 {
	padding: 160px 0px 60px 0px;
}

.holder_image {
	width: 100%;
	background-size: cover;
	padding: 150px 0px;
	max-width: 100%;
	height: 262px;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}

.style_header_element {
	position: relative;
	z-index: 5;
}

.style_header_element .section-padding {
	float: left;
	width: 100%;
}

.style_header_element #header {
	float: left;
	width: 100%;
}

.style_header_element h2 {
	text-align: center;
	margin-bottom: 50px;
}

.style_header_element #header .fixed-top {
	position: relative !important;
}

.style_header_element .header_style2#header .fixed-top {
	height: 78px;
	overflow: hidden;
}

#header_element_style3 .holder_image {
	margin-top: -30px;
}

@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}

/*============================
	11. Footer Styles Elements
======================================*/
.style_footer_element {
	position: relative;
	z-index: 5;
}

.style_footer_element .heading {
	text-align: center;
	margin-bottom: 50px;
}




/*============================
	12. Responsive CSS
======================================*/
@media (min-width:992px) and (max-width:1200px) {
	h3 {
		font-size: 30px;
	}

	.submit_listing {
		margin-left: 10px;
	}

	#banner .search_form,
	#intro_map .search_form {
		width: 940px;
	}

	.newsletter_wrap input[type="email"] {
		padding-right: 120px;
	}

	.form-control,
	form input,
	form textarea,
	form select {
		font-size: 13px;
	}

	.follow_us ul li a {
		margin: 0 1px 0 0;
	}

	.owl-nav>div::after {
		font-size: 50px;
		left: -25px;
	}

	.owl-nav .owl-next::after {
		right: -25px;
	}

	.cities_list {
		height: 222px;
	}

	.popular_plan {
		left: 0;
		right: 0;
	}

	.pricing_header h2 {
		font-size: 33px;
	}

	.plan_info {
		padding: 20px 15px 40px;
	}

	.pricing_wrap {
		padding: 20px 15px 15px;
	}

	.footer_bottom p {
		font-size: 15px;
	}

	.facts_info p span {
		font-size: 50px;
	}

	.facts_info p {
		font-size: 17px;
	}

	#inner_banner {
		padding: 160px 0 100px;
	}

	.office_info_box {
		padding: 30px 15px;
	}

	.entry-desc h3 {
		font-size: 22px;
	}

	.widget_title h4 {
		font-size: 22px;
	}

	.entry-content p {
		font-size: 14px;
		line-height: 22px;
	}

	.listview .listing_img {
		width: 36.5%;
	}

	.listview .listing_info {
		width: 63.5%;
	}

	.listview_sidebar .listing_img {
		width: 48%;
	}

	.listview_sidebar .listing_info {
		padding: 21px 13px 0;
		width: 52%;
	}

	.listview_sidebar .listing_info .listing_review_info {
		margin-top: 10px;
		padding: 4px 20px;
	}

	.listview_sidebar .listing_info .listing_review_info p {
		float: none;
	}

	.listview_sidebar .listing_info .listing_review_info .listing_map_m {
		float: none;
		margin-top: 5px;
	}

	.col-md-6.show_listing.grid_col .listing_info .listing_review_info p {
		float: none;
		margin: 2px auto;
	}

	.ElemoListing_sidebar {
		margin-top: 0px;
		padding: 20px;
	}

	.listing_action_btn li {
		font-size: 11px;
		margin-right: 5px;
		width: 124px;
	}

	.listing_detail_header h1 {
		font-size: 40px;
	}

	.review_wrap {
		padding: 20px 15px;
	}

	.grid_col .listing_info .listing_review_info p {
		float: none;
		margin: 2px auto;
	}

	.header_style2 .submit_listing {
		margin-left: 5px;
	}

	.front_nav_bar {
		margin-left: 10px;
	}

}


@media (min-width:768px) and (max-width:991px) {
	h2 {
		font-size: 38px;
	}

	.navbar-header {
		float: none;
		text-align: center;
	}

	.navbar.navbar-expand-lg {
		padding: 10px 0;
	}

	#navigation .nav.navbar-nav li>a,
	.affix #navigation .nav.navbar-nav li>a {
		padding: 20px 12px;
	}

	header .navbar-expand-lg .navbar-nav li.menu-item-has-children>a {
		padding-right: 26px !important;
	}

	.submit_listing,
	.affix .submit_listing {
		margin-left: 10px;
		margin-top: 10px;
	}

	.logo,
	.affix .logo {
		margin: 0 0 5px;
	}

	#banner .search_form {
		width: 720px;
	}

	#intro_map .search_form {
		width: 720px;
		padding: 15px;
	}

	.owl-nav>div::after {
		font-size: 50px;
		left: -20px;
	}

	.owl-nav .owl-next::after {
		right: -25px;
	}

	.section-header p {
		font-size: 17px;
	}

	.cities_list {
		max-width: inherit;
	}

	.icon_div {
		top: 18px;
	}

	.footer_2 .follow_us,
	.footer_2 .footer_bottom p {
		text-align: center;
	}

	#inner_banner {
		padding: 170px 0 90px;
	}

	.facts_info {
		margin: 0 auto 40px;
		width: 50%;
	}

	.facts_info p span {
		font-size: 60px;
	}

	.partner_logo {
		padding: 10px;
		width: 50%;
	}

	.how_it_work_info {
		padding: 0 0 30px 70px;
	}

	.how_it_work_info h3 {
		font-size: 26px;
	}

	.how_it_work_info p {
		font-size: 15px;
		line-height: 25px;
	}

	.step_n {
		font-size: 60px;
		top: -18px;
	}

	.sub_heading p {
		font-size: 25px;
	}

	.listview .listing_img {
		width: 47%;
	}

	.listview .listing_info {
		width: 53%;
	}

	.ElemoListing_sidebar {
		margin-top: 0px;
	}

	.style2_header .pricing_info {
		padding-bottom: 0;
		text-align: left;
	}

	.listing_detail_2 .listing_action_btn ul li {
		font-size: 14px;
		letter-spacing: 0;
		margin-right: 1%;
		width: 24.2%;
	}

	.listing_detail_2 .listing_action_btn ul li a {
		padding: 10px;
	}

	.listing_detail_2 .listing_action_btn .fa {
		font-size: 15px;
	}

	.search_wrap .form-group,
	.search_wrap .btn_group {
		width: 100%;
		margin: 0 auto 15px;
	}

	.ElemoListing_map {
		height: 400px;
		position: relative;
		width: 100%;
	}

	#ElemoListing_with_map,
	.listing-with-map-page #footer {
		padding-right: 0px;
	}

	.header_style2 .submit_listing {
		margin-left: 5px;
	}

	.front_nav_bar {
		margin-left: 10px;
		display: none;
	}

	.header_style2 .navbar-nav {
		top: 0px;
	}

	#intro_map.intro_map_style2 {
		min-height: 1px;
	}

	.intro_map_style2 #map {
		min-height: 600px;
		width: 100%;
	}

	.intro_search {
		position: relative;
		width: 100%;
		float: left;
		height: auto;
		padding: 30px;
	}

	.intro_search .intro_search_content {
		position: inherit;
		top: 0px;
		transform: none;
		-webkit-transform: none;
		width: 100%;
		float: left;
	}

	.intro_search h2 {
		margin-bottom: 20px;
	}

	#intro_map .intro_search .search_form {
		padding: 0px;
		width: 100%;
	}

	.work_step {
		margin-bottom: 30px;
	}

	.footer_style_3 .newsletter_wrap .btn {
		float: left
	}

	.footer_style_3 .follow_us {
		text-align: center
	}

	.footer_contact {
		text-align: left
	}

	.footer_style_3 .footer_bottom {
		margin-top: 30px;
	}

	.header_style3 .navbar-header {
		float: left
	}

	.header_style3 .submit_listing {
		margin: 0px;
	}

	.header_style3 .dashboard_menu>li>a {
		padding-top: 9px;
		padding-bottom: 9px;
	}

	.header_style3 .affix .logo {
		margin-bottom: 10px;
	}

	.footer_style_4 .footer_bottom .text-left {
		text-align: center;
		padding-top: 0px;
		padding-bottom: 15px;
	}

	.footer_style_4 .follow_us {
		float: none
	}
}



@media (max-width:767px) {
	.mobile_comment {
		display: block !important;
	}

	.desktop_comment {
		display: none;
	}

	.style2_header.listing_detail_header h1,
	.style2_header .listing_favorites a,
	.style2_header .listing_like a,
	.style2_header .listing_rating p {
		float: left !important;
	}

	.date-item {
		width: 60%;
	}

	.transparent-header .navbar.navbar-expand-lg {
		background: #000 !important;
	}

	.navbar.navbar-expand-lg {
		background: #000 !important;
	}

	#navigation .nav.navbar-nav li {
		padding: 18px 0;
	}

	.arrow {
		display: block;
		cursor: pointer;
		display: block;
		height: 52px;
		position: absolute;
		right: 0;
		top: 0;
		width: 40px;
		z-index: 1;
	}

	header .navbar-expand-lg .navbar-nav li ul.sub-menu {
		height: auto;
		left: 0;
		opacity: 1;
		position: relative;
		top: inherit;
		display: none;
	}

	header .navbar-expand-lg .navbar-nav li ul.sub-menu ul.sub-menu,
	header .navbar-expand-lg .navbar-nav li ul.children ul.sub-menu,
	header .navbar-expand-lg .navbar-nav li ul.sub-menu ul.children,
	header .navbar-expand-lg .navbar-nav li ul.children ul.children {
		box-shadow: none;
		left: inherit;
		right: 0;
		top: 0;
	}

	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 36px;
	}

	/* .navbar .navbar-header { */
	/* margin:0 auto; */
	/* } */
	.logo {
		float: left;
	}

	.nav>li {
		position: relative;
		display: block;
	}

	.fixed-top .navbar-collapse {
		max-height: 450px;
	}

	.navbar-collapse {
		overflow-y: auto;
	}

	@media (max-width:992px) {
		.navbar-expand-lg .container-fluid {
			padding-right: 15px !important;
			padding-left: 15px !important;
		}
	}

	.navbar-toggle {
		border-radius: 0;
		margin-right: 0;
		margin-top: 24px;
	}

	#banner {
		padding: 170px 0 120px;
	}

	#banner .search_form {
		width: 100%;
	}

	.search_wrap .form-group,
	.search_wrap .btn_group {
		width: 100%;
		margin: 0 auto 15px;
	}

	#banner .search_form .form-control,
	#banner .search_form form input,
	#banner .search_form form textarea,
	#banner .search_form form select,
	#intro_map .search_form .form-control,
	#intro_map .search_form form input,
	#intro_map .search_form form textarea,
	#intro_map .search_form form select,
	.search_form .form-control,
	.search_form form textarea,
	.search_form form select,
	.search_form form .btn,
	.search_wrap .form-group select {
		padding: 0 15px;
		font-size: 14px;
		height: 55px;
	}

	#banner .select::after,
	#intro_map .select::after,
	.search_form .select::after {
		right: 10px;
		top: -5px;
	}

	#navigation {
		border: 0 none;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	#navigation .nav.navbar-nav {
		border: 0 none;
		display: block;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	#navigation .nav.navbar-nav li>a,
	.affix #navigation .nav.navbar-nav li>a {
		padding: 18px 0;
	}

	.submit_listing,
	.affix .submit_listing {
		float: none;
		margin: 20px 0 30px;
	}

	.section-header p {
		font-size: 17px;
		line-height: 28px;
	}

	.cities_list {
		height: 220px;
		margin: 0 auto 20px;
		max-width: 380px;
	}

	.form_wrap_m .white_box {
		padding: 15px;
	}

	.form_wrap_m p {
		font-size: 15px;
	}

	#popular_listing_slider .owl-nav,
	#category_slider .owl-nav {
		display: none;
	}

	#intro_map .search_form {
		left: 15px;
		padding: 15px;
		right: 15px;
		width: auto;
	}

	.icon_div {
		top: 18px;
	}

	.footer_2 .follow_us,
	.footer_2 .footer_bottom p {
		text-align: center;
	}

	#inner_banner {
		padding: 170px 0 90px;
	}

	#inner_pages {
		padding: 50px 0;
	}

	.facts_info {
		margin: 0 auto 40px;
		width: 50%;
	}

	.facts_info p span {
		font-size: 60px;
	}

	.partner_logo {
		padding: 10px;
		width: 50%;
	}

	.how_it_work_info {
		padding: 0 0 0 100px;
	}

	.step_n {
		font-size: 70px;
		left: 10px;
		top: -20px;
	}

	.sub_heading p {
		font-size: 25px;
	}

	.not_found_msg .error_msg_div h2 span {
		font-size: 150px;
		line-height: 140px;
	}

	.not_found_msg {
		padding: 30px 30px 40px;
	}

	.share_post a {
		font-size: 14px;
	}

	.commentlist li img.avatar {
		height: 64px;
		width: 64px;
	}

	.comment-content,
	.commentlist .reply {
		margin-left: 90px;
	}

	.comment ul.children {
		padding-left: 60px;
	}

	.sidebar .sidebar_widgets {
		margin-left: 0px;
	}

	.listview .listing_img,
	.listview .listing_info,
	.listview_sidebar .listing_img,
	.listview_sidebar .listing_info {
		width: auto;
		float: none;
	}

	.listview .listing_info {
		padding: 20px 20px 0;
	}

	.sidebar_widgets {
		margin: 30px auto 0;
	}

	.ElemoListing_sidebar {
		margin-top: 0px;
	}

	.listing_message .btn {
		padding: 10px 50px;
	}

	.listing_detail_2 .listing_action_btn ul li {
		font-size: 14px;
		letter-spacing: 0;
		margin-right: 1%;
		width: 24.2%;
	}

	.listing_detail_2 .listing_action_btn ul li a {
		padding: 10px;
	}

	.listing_detail_2 .listing_action_btn .fa {
		font-size: 15px !important;
	}

	.listing_detail_2 .listing_action_btn ul li {
		font-size: 12px;
	}

	.listing_detail_2 .listing_action_btn ul li a {
		padding: 10px 0;
	}

	.style2_header .pricing_info {
		padding-bottom: 0;
		text-align: left;
	}

	.listing_action_btn li {
		letter-spacing: 0px;
		margin-right: 1%;
		width: 24%;
	}

	.listing_action_btn li:nth-child(2n) {
		margin-right: 1%;
	}

	.owl-nav .owl-next::after {
		right: -10px;
	}

	.owl-nav>div::after {
		left: -10px;
	}

	#ElemoListing_with_map,
	.listing-with-map-page #footer {
		padding-right: 0px;
	}

	.ElemoListing_map {
		position: relative;
		width: 100%;
		height: 400px;
	}

	.header_style2 .submit_listing {
		margin-left: 5px;
	}

	.front_nav_bar {
		margin-left: 10px;
		display: none;
	}

	.header_style2 .navbar-nav {
		top: 0px;
	}

	#intro_map.intro_map_style2 {
		min-height: 1px;
	}

	.intro_map_style2 #map {
		min-height: 600px;
		width: 100%;
	}

	.intro_search {
		position: relative;
		width: 100%;
		float: left;
		height: auto;
		padding: 30px;
	}

	.intro_search .intro_search_content {
		position: inherit;
		top: 0px;
		transform: none;
		-webkit-transform: none;
		width: 100%;
		float: left;
	}

	.intro_search h2 {
		margin-bottom: 20px;
	}

	#intro_map .intro_search .search_form {
		padding: 0px;
		width: 100%;
	}

	.work_step {
		margin-bottom: 30px;
	}

	.footer_style_3 .newsletter_wrap .btn {
		float: left
	}

	.footer_style_3 .follow_us {
		text-align: center
	}

	.footer_contact {
		text-align: left
	}

	.footer_style_3 .footer_bottom {
		margin-top: 30px;
	}

	.footer_style_3 .footer_widgets {
		margin: 40px 0px
	}

	.header_style3 .navbar-header {
		float: left;
		width: 100%;
	}

	.header_style3 .menu_bar {
		background: #f9f9f9;
	}

	.top_login_submit {
		float: right;
		width: 100%;
	}

	.header_style3 .dashboard_menu {
		margin: 0px;
	}

	.header_style3 .submit_listing {
		margin: 0px;
		float: right
	}

	.header_style3 .dashboard_menu>li>a {
		padding-top: 9px;
		padding-bottom: 9px;
	}

	.header_style3 .affix .logo {
		margin-bottom: 10px;
	}

	.header_style3 .navbar-fixed-top.affix {
		height: 100px;
	}

	.menu_bar_icon {
		float: right;
		width: 20%
	}

	.navbar-expand-lg .navbar-toggle {
		margin: 13px 0px 0px 0px;
	}

	.menu_bar #navigation {
		float: left;
		width: 100%;
	}

	.menu_bar #navigation .nav.navbar-nav li>a,
	.affix .menu_bar #navigation .nav.navbar-nav li>a {
		padding: 18px 15px;
	}

	.footer_style_4 .footer_bottom .text-left {
		text-align: center;
		padding-top: 0px;
		padding-bottom: 15px;
	}

	.footer_style_4 .follow_us {
		float: none
	}

	.footer_about,
	.footer_style_4 .footer_widgets {
		padding: 50px 10%;
	}
}

.navbar-toggler {
	float: right;
	background: #fff;
	margin-top: -55px;
}

@media (max-width:600px) {
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 26px;
	}

	#banner {
		padding: 150px 0 100px;
	}

	#banner .search_form {
		display: block;
	}

	#banner .search_form .form-group,
	#intro_map .search_form .form-group,
	#banner .search_form .form-group.search_btn,
	#intro_map .search_form .form-group.search_btn,
	#listing_banner .form-group,
	#listing_banner .btn_group {
		float: none;
		margin: 0 auto 14px;
		width: 100%;
	}

	#category_slider {

		margin: 0 auto;
		width: 250px;
	}

	.section-header p {
		font-size: 15px;
		line-height: 23px;
	}

	.white_box {
		padding: 30px 25px;
	}

	p {
		font-size: 15px;
		line-height: 26px;
	}

	.section-padding {
		padding: 50px 0;
	}

	.listing_info .listing_review_info p {
		float: none;
		margin: 0 auto 10px;
	}

	.listing_info .listing_review_info .listing_map_m {
		float: none;
	}

	.footer_nav ul li {
		float: none;
		width: 100%;
	}

	#popular_listing_slider {
		margin: 0 auto;
	}

	#category_slider .owl-nav {
		display: block;
	}

	#category_slider .item {
		box-shadow: none;
	}

	.steps_wrap {
		padding: 20px 15px 22px 90px;
	}

	.icon_div {
		font-size: 60px;
		left: 10px;
		width: 70px;
	}

	.pricing_wrap {
		margin-bottom: 40px;
		padding: 30px 15px 15px;
	}

	.plan_info {
		padding: 20px 20px 40px;
	}

	.fan_facts {
		padding: 20px;
	}

	.facts_info {
		margin: 0 auto 40px;
		width: 100%;
	}

	.facts_info p span {
		font-size: 40px;
	}

	.partner_logo {
		padding: 10px 0;
		width: 100%;
	}

	#inner_banner h1 {
		font-size: 38px;
	}

	.how_it_work_info {
		padding: 0 0 0 70px;
	}

	.step_n {
		font-size: 52px;
		left: 0;
		top: -13px;
	}

	.how_it_work_info p {
		font-size: 14px;
		line-height: 24px;
	}

	.how_it_work_info h3 {
		font-size: 24px;
	}

	.sub_heading {
		padding: 20px 15px;
	}

	.sub_heading p {
		font-size: 19px;
		line-height: 28px;
		margin: 0 auto 15px;
	}

	.popular_plan {
		left: 20%;
		right: 20%;
		top: -40px;
	}

	.not_found_msg .error_msg_div h2 span {
		font-size: 70px;
		line-height: 70px;
	}

	.not_found_msg .error_msg_div h2 {
		font-size: 24px;
	}

	.entry-desc h3 {
		font-size: 24px;
	}

	.widget_title h4 {
		font-size: 22px;
	}

	.commentlist li img.avatar {
		height: 40px;
		width: 40px;
		margin-right: 10px;
	}

	.comment-content,
	.commentlist .reply {
		margin-left: 50px;
	}

	.comment ul.children {
		padding-left: 30px;
	}

	.comment-content p {
		font-size: 14px;
		line-height: 22px;
	}

	.share_post a {
		margin-bottom: 5px;
		width: 49%;
	}

	.layout-switcher,
	.listing_header h5 {
		clear: both;
		float: none;
		text-align: center;
	}

	.listing_rating p {
		float: none;
		margin: 0 auto 10px;
	}

	.listing_detail_header h1 {
		font-size: 37px;
	}

	.listing_rating p.listing_favorites,
	.listing_rating p.listing_like {
		float: left;
		margin-right: 20px;
	}

	.pricing_info p {
		display: block;
		margin: 0 auto 10px;
	}

	.listing_message {
		float: none;
	}

	#amenities ul li {
		float: none;
		width: 100%;
		font-size: 15px;
	}

	.panel-collapse .panel-body {
		padding: 15px;
	}

	#opening_hours ul li {
		font-size: 15px;
	}

	.hours_title {
		width: 114px;
	}

	#opening_hours li span {
		margin: 0 2px;
	}

	#opening_hours ul li i {
		margin-right: 6px;
	}

	.review_form form {
		padding: 30px 20px;
	}

	.review_wrap {
		padding: 15px;
	}

	.review_author {
		width: 60px;
	}

	.review_author img {
		max-width: 100%;
	}

	.review_detail {
		width: calc(100% - 80px);
	}

	.listing_detail_2 .listing_action_btn ul li {
		font-size: 14px;
		width: 49%;
	}

	.listing_action_btn li {
		letter-spacing: 0px;
		margin-right: 1%;
		width: 48.5%;
	}

	.partners_logo ul li {
		width: 50%;
	}

	.city_panel {
		height: auto;
	}

	.city_panel .city_picture {
		width: 100%;
		max-width: 100%;
		background-size: 100%;
	}

	.city_panel .city_content::after {
		display: none;
	}

	.city_panel .city_content {
		width: 100%;
	}

	.testimonial_inner_content {
		padding: 20px;
	}

	.testimonial_inner_content p {
		font: 15px;
	}

	.footer_contact ul li span {
		font: 18px;
	}

	.author_block {
		width: 100%;
		text-align: center
	}

	.author_block figure {
		display: inline-block;
	}

	.author_block img {
		display: inline-block;
		float: none;
	}

	.footer_about,
	.footer_style_4 .footer_widgets {
		padding: 50px 30px;
	}

	.footer_style_4 .footer_nav ul li {
		width: 100%;
	}
}


@media (max-width:480px) {
	.review_wrap {
		text-align: center;
	}

	.review_author,
	.review_detail {
		width: auto;
		float: none;
	}

	.review_author img {
		max-width: 100%;
	}

	.listing_detail_2 .listing_action_btn ul li {
		font-size: 12px;
		width: 49%;
	}

	.listing_detail_2 .listing_action_btn ul li:nth-child(2) {
		margin-right: 0px;
	}

	.listing_detail_2 .listing_action_btn ul li a {
		padding: 10px 0;
	}





}

#header .sticky {
	-webkit-animation-name: fadeHeaderInDown;
	-moz-animation-name: fadeHeaderInDown;
	-o-animation-name: fadeHeaderInDown;
	animation-name: fadeHeaderInDown;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 22;
	background: #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
	clear: both;
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
	display: table;
	content: " ";
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-group .panel-heading {
	border-bottom: 0;
	border-radius: 12px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

/*====================================
	New-CSS
=================================================*/
.transparent-header .navbar.navbar-expand-lg {
	background: rgba(0, 0, 0, 0.1);
}

.transparent-header .navbar.navbar-expand-lg.affix {
	background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
}

.intro-bg {
	background-image: url(../images/1920x800.jpg) !important;
}

.categories-list {
	text-align: left;
	padding-top: 60px;
}

.categories-list h6 {
	color: #fff;
}

.categories-list ul {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0;
}

.categories-list ul li {
	list-style: none;
	float: left;
	width: 15%;
	text-align: center;
	margin: 0 2% 0 0;
	overflow: hidden;
}

.categories-list ul li:last-child {
	margin: 0 auto;
}

#categories-slider .item {
	background: #fff;
	border-radius: 12px;
	display: block;
	position: relative;
	padding: 8px;
	text-align: center;
}

.listing-no {
	position: absolute;
	top: -30px;
	right: 12px;
	background: #000;
	padding: 1px 11px;
	border-radius: 30px;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}

#categories-slider .item:hover .listing-no {
	top: 10px;
}

#categories-slider .category_icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
}

#categories-slider p {
	margin: 0 auto;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}

#categories-slider .item:hover {
	background: #38ccff none repeat scroll 0 0;
}

#categories-slider .item:hover p {
	color: #fff;
}

.all-categories-header {
	overflow: hidden;
	margin: 0 auto 20px;
}

.all-categories-header h6 {
	display: inline-block;
}

.all-categories-btn {
	float: right;
}

.all-categories-btn a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	padding: 10px 0;
	display: inline-block;
}


#banner .search_form.style3 {
	display: table;
	margin: 45px auto 0;
	width: 100%;
}

#banner .search_form.style3 .form-group {
	width: 28%;
	margin-right: 0;
	margin-bottom: 0px;
	border-right: #cecece solid 1px;
}

#banner .search_form.style3 .form-group.search_btn {
	width: 15%;
	margin: 0;
}

.search_form.style3 .form-control,
.search_form.style3 form input,
.search_form.style3 form textarea,
.search_form.style3 form select {
	font-size: 16px;
	height: 75px;
	padding: 0 20px;
	border-radius: 0;
}

/*---------------------
	Why-Choose
-------------------------------*/
.why-list {
	position: relative;
	margin: 0 auto 40px;
	padding: 10px 80px 0 124px;
}

.list-icon-wp {
	background: #eefbff;
	width: 98px;
	height: 98px;
	text-align: center;
	line-height: 90px;
	font-size: 36px;
	border-radius: 50%;
	color: #38ccff;
	position: absolute;
	top: 5px;
	left: 0;
}

.why-list p {
	line-height: 22px;
	font-size: 15px;
}

.btn.black-bg {
	background: #353535;
}

.btn.black-bg:hover {
	background: #000;
}

.mr-2 {
	margin-right: 6px;
}

/*---------------------
	Listings
-------------------------------*/
.listing-wp {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.03) 0 0 20px;
	margin: 0 auto 30px;
}

.listing-info-wp {
	padding: 30px;
}

.listing-footer {
	padding: 20px 30px;
	font-size: 15px;
	color: #999;
	border-top: rgba(0, 0, 0, 0.1) solid 1px;
}

.listing-info-wp h5 {
	margin: 0 auto 15px;
}

.listing-info-wp h5 a {
	color: #222;
}

.listing-rating {
	margin: 0 auto 10px;
}

.listing-info-wp p {
	font-size: 15px;
	line-height: 24px;
	margin: 0 auto 25px;
}

.listing-info-wp h5 a:hover {
	color: #38ccff;
}

.listing-categories a {
	margin: 0 5px 0 0;
	display: inline-block;
	padding: 7px 25px;
	border-radius: 12px;
	background: #e2f8ff;
	color: #555;
}

.listing-categories a:hover {
	background: #38ccff;
	color: #fff;
}

#intro-video {
	background-image: url(../images/1920x800.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.video-wrap h2 {
	color: #fff;
}

.video-wrap {
	text-align: center;
	max-width: 600px;
	margin: 40px auto 0;
}

#video-button {
	background: #38ccff;
	border-radius: 12px;
	text-align: center;
	padding: 5px;
	line-height: 90px;
	width: 98px;
	height: 98px;
	color: #fff;
	font-size: 32px;
	cursor: pointer;
	position: relative;
	margin: 0 auto 50px;
}

#video-button::after {
	border-radius: 12px;
	position: absolute;
	height: 130%;
	width: 130%;
	border: rgba(255, 255, 255, 0.4) solid 1px;
	content: "";
	left: -15%;
	top: -15%;
}

.dark_mask::after {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	content: "";
	display: block !important;
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	visibility: visible !important;
	width: 100%;
}

.dark_mask>* {
	position: relative;
	z-index: 1;
}

.ques-wrap {
	background: #fff;
	padding: 25px 50px;
	border-radius: 6px;
	margin: -90px auto 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 40px;
	position: relative;
	bottom: -160px;
}

.ques-btn {
	text-align: right;
	padding: 32px 0;
}

/*---------------------
	Testimonials
-------------------------------*/
#reviews.section-padding {
	padding-top: 150px;
}

.reviews-content {
	padding: 50px;
	border-radius: 15px;
	border: rgba(0, 0, 0, 0.1) solid 1px;
	text-align: center;
}

.reviews-header {
	position: relative;
	padding: 0 0 45px;
	border-bottom: rgba(0, 0, 0, 0.08) solid 1px;
	margin: 0 auto 30px;
	text-align: left;
}

.reviews-header::after {
	position: absolute;
	top: -49px;
	right: 0;
	color: #f1f1f1;
	font-size: 130px;
	content: "\f10e";
	font-family: fontawesome;
	z-index: -1;
}

.img-wp {
	overflow: hidden;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	float: left;
	margin: -15px 30px 0 0;
}

.reviews-header h6 {
	color: #203c7f;
	margin: 0 auto 5px;
}

.reviews-header p {
	font-size: 14px;
}

.reviews-content p {
	font-size: 15px;
	line-height: 29px;
}

.ratings-wrap {
	margin: 30px 0;
	text-align: center;
	background: url(../images/bg-shape.png) no-repeat center / 90%;
}

.ratings-inner-wp {
	background: #fff;
	border-radius: 12px;
	padding: 40px 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 30px;
	max-width: 275px;
	margin: 0 auto;
}

.our-ratings {
	font-weight: 700;
	font-size: 80px;
	color: #4cc0fd;
	line-height: 74px;
	margin: 0 auto 25px;
}

.ratings-inner-wp .ratings-label {
	letter-spacing: 2px;
	opacity: 0.6;
}

.ratings-inner-wp p {
	font-size: 14px;
	line-height: 24px;
	opacity: 0.8;
}

.playstore-btn {
	margin: 0 auto 20px;
}

.playstore-btn a {
	display: block;
}

/*---------------------
	Blog
-------------------------------*/
.blog-wrap {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.06) 0 0 30px;
	margin: 0 auto 30px;
}

.blog-content {
	padding: 30px;
}

.blog-meta {
	padding: 16px 30px;
	border-top: rgba(0, 0, 0, 0.08) solid 1px;
	overflow: hidden;
}

.blog-meta p {
	margin: 0 25px 0 0;
	display: inline-block;
	font-size: 14px;
	color: #9C9C9C;
}

.blog-meta p a {
	color: #333;
}

.blog-meta p a:hover,
.blog-content h5 a:hover {
	color: #03aee9;
}

.blog-content h5 {
	font-weight: 600;
	margin-top: 0;
}

.blog-content h5 a {
	color: #333;
}

.blog-content p {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 5px;
}

.blog-categories {
	margin: 0 auto 25px;
}

.blog-categories a {
	margin: 0 5px 3px 0;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 12px;
	font-size: 14px;
	background: #e2f8ff;
	color: #555;
}

.blog-categories a:hover {
	background: #38ccff;
	color: #fff;
}

/*============================
	Listing-detail
================================*/
.listing-header {
	padding: 150px 0 0;
}

.listing-sidebar.listing_contact_info ul li {
	margin-bottom: 20px;
}

.vender-info {
	overflow: hidden;
	margin: 0 auto 32px;
}

.vender-info h6 {
	margin-top: 20px;
}

.vender-img {
	float: left;
	width: 37%;
	margin-right: 25px;
	border-radius: 8px;
	overflow: hidden;
}

.vender-img img {
	width: 100%;
}

.vender-info .btn-link {
	text-decoration: underline;
	font-weight: 600;
}

.detail-wp {
	padding: 30px;
	border-radius: 6px;
	border: rgba(0, 0, 0, 0.1) solid 1px;
	margin: 0 auto 20px;
	overflow: hidden;
}

.detail-heading {
	position: relative;
	margin: 0 auto 30px -30px;
	z-index: 5;
}

.detail-heading h3 {
	display: inline-block;
	background: #38ccff;
	color: #fff;
	margin: 0 auto;
	font-size: 23px;
	font-weight: 500;
	padding: 7px 15px 7px 35px;
}

.features-li ul {
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
}

.features-li ul li {
	display: inline-block;
	width: 49%;
	position: relative;
	padding: 0 0 0 25px;
	line-height: 26px;
	margin: 0 auto 16px;
}

.features-li ul li::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f058";
	font-family: fontawesome;
	color: #38ccff;
}

.listing-sidebar {
	padding: 25px;
	border-radius: 6px;
	border: rgba(0, 0, 0, 0.1) solid 1px;
	margin: 0 auto 20px;
	overflow: hidden;
}

.sidebar-heading h5 {
	margin: 0 auto;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 500;
}

.sidebar-heading {
	background: #e9e9e9;
	padding: 25px;
	margin: -25px -25px 20px;
}

.listing-sidebar ul {
	padding: 0px;
	margin: 0;
	list-style: none;
}

.listing_openig-hours li span {
	color: #9a9a9a;
}

.listing_openig-hours li {
	margin: 0 auto 18px;
}

.opening-status {
	background: #e9e9e9;
	color: #333 !important;
	padding: 3px 10px;
	border-radius: 30px;
	font-size: 12px;
}

.opening-status.open {
	background: #38ccff;
	color: #fff !important;
}

.other-listings {
	overflow: hidden;
	margin: 0 auto 20px;
}

.listing-thumb-img {
	float: left;
	width: 46%;
	padding-right: 20px;
}

.other-listings h6 {
	margin-top: 20px;
}

.other-listings h6 a {
	color: #222;
}

.other-listings h6 a:hover {
	color: #38ccff;
}

.other-listings .listing-rating {
	margin: 0 auto 10px;
	font-size: 12px;
}

.listing-heder-inner {
	z-index: 1;
	color: #fff;
	position: relative;
	padding-top: 150px;
}

.listing-heder-inner h1 {
	color: #fff;
	font-weight: 500;
	font-size: 42px;
}

.verified {
	color: #36af54;
	font-size: 20px;
	vertical-align: middle;
}

.listing-heder-inner p {
	margin: 0 auto 5px;
	font-size: 19px;
}

.post-date {
	border: #fff solid 1px;
	border-radius: 6px;
	padding: 4px 8px;
	font-size: 11px;
	margin-left: 5px;
}

.meta-wp {
	display: inline-block;
	margin: 0 35px 0 0;
	font-size: 18px;
	font-weight: 300;
}

.listing-meta {
	background: #fff;
	padding: 20px 30px;
	position: relative;
	z-index: 1;
	margin-top: 30px;
	box-shadow: rgba(0, 0, 0, 0.12) 0 0 30px;
}

.meta-wp i {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: #6ad8ff solid 2px;
	text-align: center;
	line-height: 43px;
	color: #6ad8ff;
	margin-right: 5px;
}

#nav-detail ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: flex;
}

#nav-detail ul li {
	width: 20%;
	text-align: center;
	font-weight: 600;
	margin: 0 auto;
}

#nav-detail ul li a {
	color: #505050;
	padding: 20px 15px;
	display: block;
	border-bottom: transparent solid 3px;
}

#nav-detail {
	margin: 0 auto -25px;
	max-width: 1140px;
	background: #f1fbfe;
	position: relative;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}

#nav-detail ul li a:hover,
#nav-detail ul li a.active {
	color: #38ccff;
	border-bottom: #38ccff solid 3px;
}

.listing-price-range {
	text-align: right;
	font-size: 30px;
	color: #000;
	font-weight: 500;
}

.detail-wp #singleListingMap-container {
	width: 109%;
	position: relative;
	left: -30px;
	top: -100px;
}

.map-container {
	height: 400px;
}

/*---------------------
	Responsive-CSS
-------------------------------*/
@media (min-width:992px) and (max-width:1200px) {
	.intro_text h1 {
		font-size: 52px;
	}

	#banner .search_form .form-control,
	#banner .search_form form input,
	#banner .search_form form textarea,
	#banner .search_form form select,
	#intro_map .search_form .form-control,
	#intro_map .search_form form input,
	#intro_map .search_form form textarea,
	#intro_map .search_form form select {
		padding: 0 20px;
	}

	.listing-info-wp {
		padding: 23px;
	}

	.blog-content {
		padding: 20px;
	}

	#nav-detail {
		max-width: 940px;
	}

}

@media (min-width:768px) and (max-width:991px) {
	.intro_text h1 {
		font-size: 48px;
	}

	#banner .search_form .form-control,
	#banner .search_form form input,
	#banner .search_form form textarea,
	#banner .search_form form select,
	#intro_map .search_form .form-control,
	#intro_map .search_form form input,
	#intro_map .search_form form textarea,
	#intro_map .search_form form select {
		padding: 0 15px;
		font-size: 14px;
	}

	.listing-thumb img,
	.blog-img img {
		width: 100%;
	}

	.ques-btn {
		text-align: center;
		padding: 12px 0;
	}

	.ques-wrap {
		text-align: center;
	}

	.ratings-wrap {
		text-align: center;
		background-size: 70%;
		margin-top: 50px;
	}

	.listing-heder-inner {
		padding-top: 100px;
	}

	.listing-price-range {
		text-align: left;
		margin-top: 10px;
	}

	#nav-detail {
		max-width: 720px;
	}

	#nav-detail ul li {
		font-size: 14px;
	}

	#nav-detail ul li a {
		padding: 20px 5px;
	}



}

@media (max-width:767px) {

	#banner .search_form.style3 .form-group,
	#banner .search_form.style3 .form-group.search_btn {
		width: 100%;
		margin-bottom: 8px;
	}

	.categories-list {
		padding-top: 30px;
	}

	.all-categories-header h6 {
		font-size: 18px;
	}

	.listing-thumb img,
	.blog-img img {
		width: 100%;
	}

	.blog-content {
		padding: 24px;
	}

	.reviews-content {
		padding: 30px 20px;
	}

	.ques-wrap {
		padding: 20px;
		text-align: center;
	}

	.ques-wrap h2 {
		font-size: 27px;
	}

	.ques-btn {
		text-align: center;
		padding: 10px 0 25px 0;
	}

	.why-list {
		margin: 0 auto 20px;
		padding: 10px 0px 0 124px;
	}

	.listing-footer {
		padding: 17px 27px;
	}

	.features-li ul li {
		display: block;
		width: 100%;
	}

	.listing-heder-inner {
		padding-top: 30px;
	}

	.listing-heder-inner h1 {
		font-size: 30px;
	}

	.listing-heder-inner p {
		font-size: 14px;
	}

	.listing-meta {
		padding: 20px;
	}

	.meta-wp {
		margin: 0 10px 5px 0;
		font-size: 16px;
	}

	.meta-wp i {
		width: 28px;
		height: 28px;
		border: #6ad8ff solid 1px;
		line-height: 25px;
		margin-right: 1px;
		font-size: 14px;
	}

	.listing-price-range {
		text-align: left;
		font-size: 23px;
	}

	#nav-detail {
		display: none
	}

	.listing-header {
		padding: 130px 0 50px;
	}


}

.header_style3 #navigation .nav.navbar-nav {
	text-align: center;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto !important;
}

.header_style3 #navigation .nav.navbar-nav li {
	padding: 20px 12px;
}

.header_style3 #navigation .navbar-nav li .sub-menu li a {
	padding: 0 !important;
}

/************** Event *************************/
.event_start_m {
	border-bottom: 1px solid #f3f3f6;
	padding-bottom: 10px;
}

.date-item_date {
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #252c41;
}

.date-item_hours {
	font-size: 13px;
	color: #38ccff;
	padding: 5px 0px;
}

.event_start_t {
	padding-top: 10px;
}

.event_detail_title {
	font-size: 25px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
}

.event_body {
	border: 1px solid #e7e7ed;
	margin-bottom: 1px;
}

.event_body {
	padding: 10px 20px;
}

.event_calendar {
	padding: 17px 0;
	text-align: center;
	float: left;
	margin-right: 18px;
}

.color-primary {
	color: #03aee9 !important;
}

.event_month {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: normal;
}

.event_date {
	display: block;
	font-size: 15px;
	color: #03aee9;
	line-height: normal;
}

.event_year {
	color: #03aee9;
}

.event_content {
	overflow: hidden;

}

.event_title {
	font-size: 17px;
	margin: 0;
	margin-bottom: 3px;
}

.event_title a {
	color: inherit;
}

.event_meta {
	font-size: 13px;
	color: #9ea6ba;
}

.list-none {
	margin: 0;
	padding: 0;
	list-style: none;
}

.event_content ul li {
	margin: 0;
	font-size: 13px;
	color: #9ea6ba;
	line-height: 1.78;
}

.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.event_metaLis {
	overflow: hidden;
}

.event_content ul li a {
	color: inherit;
}

.event_by__23HUz {
	font-size: 12px;
	color: #9ea6ba;
}

.color-dark-2,
.color-dark-2--hover:hover {
	color: #485273 !important;
}

.pos-a-center-right {
	position: absolute !important;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
}

.event_right__drLk5 {
	height: 30px;
	right: 15px;
}

.map_icon_thumb .fa {
	margin-right: 5px;
}

.interest-icon {
	position: absolute !important;
	top: 11%;
	right: 25px;
	transform: translate(0, -50%);
}

.batn i {
	margin-right: 5px;
	position: relative;
}

.interest-icon .batn {
	padding: 5px 0px;
	min-width: 50px;
	font-size: 25px;
	height: 50px;
	padding-left: 7px;
	border-radius: 50%;
}

.batn:hover {
	background-color: #03aee9 !important;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.5);
}

.event_listing {
	margin-bottom: 30px;
}

/********************* Event Detail ***********************/

#inner_banner_new {
	padding: 0px 0 85px;
}

.event_detail {
	margin: 50px 0 25px;
	background: #fff;
	padding: 0;
}

.event_img {
	padding: 0;
	margin: 0;
}

.event_content {
	position: relative;
	/* border-top: 1px solid #f3f3f6; */
	padding: 15px 0px;
}

.event_content h1 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 5px;
}

.event_content_meta {
	margin-bottom: 10px;
	font-size: 12px;
	color: #9ea6ba;
}

.event_content_meta>span {
	margin-right: 10px;
}

.batn {
	display: inline-block;
	box-shadow: none;
	outline: 0;
	margin: 0;
	text-align: center;
	background-color: #252c41;
	transition: all .3s ease;
	text-decoration: none;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	letter-spacing: .01em;
	font-family: Poppins, sans-serif;
	font-weight: 500;
}

.batn {
	padding: 6px 15px;
	min-width: 120px;
	font-size: 13px;
}

.batn {
	border-radius: 12px;
}

.batn {
	border: 2px solid rgba(255, 255, 255, 0.5);
	/* color: #70778b; */
	background-color: transparent !important;
}

.batn em {
	font-style: unset;
}

.batn .fa {
	font-size: 25px;
}

.batn i {
	margin-right: 5px;
	position: relative;
}

.dropdown-menu {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}

.social_share {
	top: 108px;
	left: 140px;
}

.dropdown-menu {
	border: 0px;
}

.dropdown-menu {
	border: 0px;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li {
	margin: 0 auto;
}

.dropdown-menu>li>a {
	font-size: 15px;
	padding: 7px 20px;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.icon-box {
	vertical-align: middle;
}

.icon-box-block1 {
	display: inline-block;
	font-size: 13px;
}

.rounded-circle {
	border-radius: 50% !important;
}

.icon-box-icon {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-right: 8px;
	color: #70778b;
	font-size: 20px;
	text-align: center;
	background-color: #f3f3f6;
	vertical-align: middle;
}

.icon-box-text {
	display: inline-block;
	vertical-align: middle;
}

.icon-box-text {
	display: inline-block;
	vertical-align: middle;
}

.icon-box-block2 {
	display: inline-block;
	color: #70778b;
	vertical-align: middle;
	font-size: 13px;
}

.date-item {
	text-align: center;
	display: inline-block;
	padding: 4px 15px;
	border: 1px solid #e7e7ed;
	border-radius: 12px;
	margin-right: 10px !important;
	margin-top: 10px !important;
}

.social-icon {
	margin: 0 -5px -10px;
	font-size: 0;
}

.social-icon_item {
	display: inline-block;
}

.map_icon {
	padding-right: 10px;
}

.comments-area .comment-respond {
	margin: 0 auto 0;
}

.social-icon_item i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #9ea6ba;
	font-size: 16px;
	text-align: center;
	background-color: rgba(158, 166, 186, .1);
	border-radius: 2px;
	margin: 0 5px 10px;
	transition: all .3s ease;
}

.facebook:hover i {
	background-color: #325d94;
	color: #fff;
}

.twitter:hover i {
	background-color: #00aadb;
	color: #fff;
}

.google:hover i {
	color: #fff;
	background-color: #db4437;
}

.content-box_title {
	border-bottom: 1px solid #f3f3f6;
	padding: 13px 20px;
	background-color: #fff;
}

.content-box_title {
	width: 100%;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	color: #485273;
	font-size: 10px;
	line-height: 1.3em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.content-box_title i {
	font-size: 15px;
	color: #9ea6ba;
	margin-right: 6px;
	vertical-align: middle;
}

.content-box_body {
	padding: 18px 20px;
}

.content-box_body p {
	font-size: 14px;
}

.content-box_body .owl-nav {
	top: 45%;
}

.owl-nav {
	left: 0;
	position: absolute;
	top: 50%;
	right: 0px;
	height: 4px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.owl-nav>div {
	font-size: 0px;
	position: relative;
}

.owl-nav .owl-next {
	float: right;
}

.content-box_body .owl-nav>div:after {
	padding: 0px 15px;
	position: absolute;
	left: 0;
	font-size: 35px;
	box-shadow: 0 8px 25px 0 rgba(37, 44, 65, .1);
	color: #111;
	background: #fff;
	opacity: 1;
	font-family: fontawesome;
	content: "\f104";
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.content-box_body .owl-nav .owl-next:after {
	content: "\f105";
	left: inherit;
	right: 0;
}

.listing-thumb .like_post {
	right: 25px;
}

.listing-thumb .listing_cate {
	right: 75px;
}

.listing-thumb .featured_label {
	left: 25px;
}

.fixed-nav {
	position: fixed;
	top: 0;
	left: 108px;
	width: 84%;
	background: #fff;
	z-index: 24;
	box-shadow: rgba(0, 0, 0, 0.12) 0 0 30px;
}

.elomo_sidebar {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 12px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
	padding: 30px;
}

.elomo_sidebar p {
	margin-bottom: 10px;
}

.elomo_sidebar h3 {
	margin-top: 10px;
}

.author-rounded {
	border-radius: 50%;
	width: 40%;
}

.header_row {
	width: 100%;
}

.about-img {
	margin: 0 auto 30px;
}

.mobile_comment {
	display: none;
}
a,
.outline-btn,
.btn-link,
.owl-nav>div:hover:after,
header .navbar-default .navbar-nav li.active a,
header .navbar-default .navbar-nav li.active a:hover,
header .navbar-default .navbar-nav li.active a:focus,
header #navigation .navbar-default .navbar-nav li ul.sub-menu li a:hover,
header #navigation .navbar-default .navbar-nav li ul.children li a:hover,
.navbar.navbar-default #navigation .nav.navbar-nav li>a:hover,
.listing_info a:hover,
.post_category a,
.post_info a:hover,
.footer_nav ul li a:hover,
.icon_div,
.plan_price,
.office_info_box a:hover,
.meta_m .fa,
.meta_m a:hover,
.sidebar_widgets ul li a:hover,
.entry-desc h3 a:hover,
.info_m h6 a:hover,
.comment-meta.commentmetadata a:hover,
.listing_price span,
p.listing_like .fa,
.listing_favorites .fa,
.listing_favorites a:hover,
.listing_favorites a:focus,
p.listing_favorites .fa,
p.listing_favorites a:hover,
p.listing_favorites a:focus,
p.listing_like a:hover,
p.listing_like a:focus,
.city_panel .city_content i,
.footer_contact ul li a:hover,
.header_style3 .dashboard_menu>li>a:hover {
  color: #FEFF00;
  fill: #FEFF00;
}

a:hover,
a:focus,
#amenities ul li a:hover,
.btn-link:focus,
.btn-link:hover {
  color: #E6E600;
  fill: #E6E600
}

.btn,
.primary-bg,
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span,
.header_solidbg .submit_listing .btn,
.post_category a:hover,
.follow_us ul li a:hover,
.category_listing_n,
.layout-switcher a.active,
.layout-switcher a:hover,
.widget_title::after,
.post_tag a:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.header_style2 .submit_listing .btn.outline-btn,
.member_social_info ul li a:hover,
.top_quote i,
.bottom_quote i,
.top_quote:before,
.bottom_quote:before,
.header_style3 .submit_listing .btn.outline-btn {
  background: #FEFF00;
  fill: #FEFF00;
}

.btn:hover,
.btn:focus,
.social_links a,
.header_style2 .submit_listing .btn.outline-btn:hover,
.header_style3 .submit_listing .btn.outline-btn:hover {
  background-color: #E6E600;
  fill: #E6E600;
}

.outline-btn,
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span,
.header_solidbg .submit_listing .btn,
.post_category a,
.listing_favorites .fa,
p.listing_like .fa,
.share_listing a,
.submit_listing .btn:hover,
.header_style2 .submit_listing .btn.outline-btn,
.city_panel .city_content i,
.member_social_info ul li a:hover {
  border-color: #FEFF00;
}

.form-control:focus,
form input:focus,
form textarea:focus,
form select:focus {
  outline-color: #FEFF00;
}

.post_category a {
  color: #000000 !important;
  fill: #FEFF00;
}

.timer-panel:hover .timer-panel-inner {
  background: rgba(254, 255, 0, 0.68);
}

.navbar.navbar-expand-lg #navigation .nav.navbar-nav li>a:hover {
  color: #FEFF00;
}
html {
    overflow-x: hidden;
}

textarea.form-control {
    height: auto;
}

.modal .modal-header .close {
    float: right;
}

.footer_style_3 .follow_us {
    z-index: 999999;
    position: relative;
}

.listing-wp {
    position: relative;
}

.listing_cate span.listing_like {
    margin-left: 10px;
}

.footer_widgets {
    position: relative;
}

.footer_bottom {
    position: relative;
}

.event_listing {
    position: relative;
}

/* Normalized Pill Button Style */
.btn,
input.btn.btn-block,
.btn-primary,
.btn-info,
.outline-btn,
.make-reservation,
.post_category .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FEFF00;
    color: #000000;
    border: 1px solid #D9D900;
    border-radius: 50px;
    padding: 8px 32px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-transform: none;
    height: auto;
    width: auto;
    cursor: pointer !important;
}

.btn:hover,
input.btn.btn-block:hover,
.outline-btn:hover,
.make-reservation:hover {
    background-color: #E6E600;
    box-shadow: none;
    color: #000000;
}

.btn:active {
    transform: translateY(0);
    box-shadow: none;
}

/* Ensure block buttons still take full width if needed */
.btn-block {
    display: flex !important;
    width: 100% !important;
}

span.cate_icon img {
    margin-top: -7px;
}

span.listing_like i {
    position: relative;
    bottom: 2px;
}

span.like_post i {
    position: relative;
    bottom: 1px;
}

@media only screen and (max-width: 479px) {
    #dashboard .copyrights {
        text-align: center !important;
    }

    .footer_widgets {
        margin: 20px 0;
    }

    .listing-heder-inner p {
        font-size: 11px;
    }

    div#category_slider .owl-next {
        left: 15px;
    }

    div#category_slider .owl-prev {
        right: 35px;
    }

    span.cate_icon img {
        margin-top: 0px;
    }

}

/* two button in a modal windows */
#deleteServiceModalContainer .btn.btn-block {
    width: 49%;
    height: 50px;
}

#deleteServiceModalContainer span {
    font-weight: bold;
}

/* Error messages */
.error,
form label.error {
    font-size: 13px;
    line-height: 1.2;
    color: #e63946;
    margin-top: 8px;
    font-weight: 500;
    display: block;
}


/*CreateSalon Form  BEGIN */
#createSalonForm label.error {
    display: inline;
    color: #FF2761;
    font-size: 13px;
    font-weight: 100;
}

.btn-file {
    line-height: 34px;

    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload {
    width: 100%;
}

/* Premium Search Bar V2 */
.search_form_advanced {
    position: relative;
    z-index: 1000;
    margin-top: 0;
    width: 100%;
}

.custom-search-pill {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    padding: 5px 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid #eee;
    position: relative;
    /* Positioning anchor for dropdowns */
}

.search-section {
    flex: 1;
    padding: 12px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 40px;
}

.search-section:hover {
    background-color: #f8f9fa;
}

.section-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.section-label {
    font-size: 15px;
    font-weight: 500;
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.arrow-icon {
    font-size: 12px;
    color: #aaa;
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.search-section.active .arrow-icon {
    transform: rotate(180deg);
}

.search-separator {
    width: 1px;
    height: 35px;
    background-color: #e0e0e0;
    margin: 0;
}

.search-submit-btn {
    background-color: #ffffff;
    border: none;
    color: #666;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 5px;
}

.search-submit-btn i {
    font-size: 18px;
}

.search-submit-btn:hover {
    background-color: #f1f1f1;
    color: #333;
}

/* Dropdowns */
.mega-dropdown,
.mini-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    border: 1px solid #eee;
    z-index: 1001;
    padding: 25px;
}

.mega-dropdown,
.mini-dropdown {
    width: 100%;
    left: 0;
    box-sizing: border-box;
}

.search-section.active .mega-dropdown,
.search-section.active .mini-dropdown {
    display: block;
    animation: fadeInDownV2 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes fadeInDownV2 {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.grid-item {
    font-size: 14px;
    color: #555;
    padding: 10px 14px;
    border-radius: 8px;
    transition: all 0.2s ease;
    text-align: left;
}

.grid-item:hover {
    background-color: #f0f4f8;
    color: #000;
    font-weight: 500;
}

.mini-dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 350px;
    overflow-y: auto;
}

/* Custom scrollbar for dropdowns */
.mini-dropdown ul::-webkit-scrollbar {
    width: 6px;
}

.mini-dropdown ul::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

.mini-dropdown li {
    padding: 12px 18px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.2s;
    text-align: left;
    font-size: 14px;
    color: #555;
}

.mini-dropdown li:hover {
    background-color: #f0f4f8;
    color: #000;
}

.search-section.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .custom-search-pill {
        flex-direction: column;
        border-radius: 20px;
        padding: 10px;
    }

    .search-section {
        width: 100%;
        border-radius: 10px;
    }

    .search-separator {
        width: 100%;
        height: 1px;
    }

    .mega-dropdown {
        width: calc(100vw - 40px);
        left: 0;
    }

    .dropdown-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    @keyframes slideDownMobile {
        from {
            transform: translateY(-100%);
        }

        to {
            transform: translateY(0);
        }
    }
}

/* Hide Premium Mobile Search UI on Desktop */
.mobile-search-nav,
.mobile-search-header,
.mobile-search-wrapper,
.mobile-search-toggle {
    display: none;
}

@media (max-width: 991px) {
    #header_nav {
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: transform;
    }

    /* Clean Mobile Menu (No Scrollbars) */
    #navigation.collapse.show,
    #navigation.collapsing {
        overflow-y: auto;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE/Edge */
    }

    #navigation.collapse.show::-webkit-scrollbar,
    #navigation.collapsing::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari */
    }


    /* Improved Mobile Header Alignment */
    #header .container-fluid>.row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0;
    }

    #banner .container {
        padding-top: 130px;
    }

    .navbar-header {
        float: none;
        display: flex;
        align-items: center;
    }

    /* Absolute Centering for Performance Toggler */
    .navbar-toggler.custom-toggler {
        border: none;
        background: transparent;
        padding: 5px;
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 44px;
        height: 44px;
        align-items: flex-end;
        justify-content: center;
        margin-top: 0;
        transition: all 0.3s ease;
        outline: none;
        box-shadow: none;
        position: absolute;
        top: 20px;
        /* Precise vertical placement in the black bar */
        right: 15px;
        z-index: 100;
    }

    .navbar-header {
        display: flex;
        align-items: center;
    }

    .navbar-toggler.custom-toggler:hover {
        transform: scale(1.05);
    }

    .navbar-toggler.custom-toggler:hover .bar-mid {
        width: 28px;
        /* Expand on hover for interactivity */
    }

    .toggler-bar {
        display: block;
        height: 3px;
        background: #FEFF00;
        border-radius: 4px;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: transform, opacity, width;
    }

    .bar-top {
        width: 28px;
    }

    .bar-mid {
        width: 22px;
    }

    .bar-bot {
        width: 16px;
    }

    /* Animation to 'X' */
    .navbar-toggler.custom-toggler:not(.collapsed) .bar-top {
        transform: translateY(9px) rotate(45deg);
        width: 28px;
    }

    .navbar-toggler.custom-toggler:not(.collapsed) .bar-mid {
        opacity: 0;
        transform: translateX(10px);
    }

    .navbar-toggler.custom-toggler:not(.collapsed) .bar-bot {
        transform: translateY(-9px) rotate(-45deg);
        width: 28px;
    }

    body.search-open #header_nav,
    body.search-open header {
        display: none;
    }

    .search_form_advanced {
        position: fixed;
        top: 83px;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 5000;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        will-change: top, height, border-radius;
        overflow-x: hidden;
    }

    .search_form_advanced.is-collapsed {
        background: #000;
        padding: 12px 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
        border-radius: 0;
    }

    body.nav-hidden .search_form_advanced {
        top: 0;
    }

    /* EXPANDED STATE (Mobile Modal) */
    .search_form_advanced:not(.is-collapsed) {
        top: 0;
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
        padding: 0;
        z-index: 999999;
        background: #ffffff;
        display: flex;
        flex-direction: column;
    }



    .mobile-search-wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
        text-align: left;
    }

    .search_form_advanced.is-collapsed .mobile-search-wrapper {
        display: none;
    }

    .mobile-search-nav {
        display: flex;
        flex-shrink: 0;
        /* Prevent collapsing */
        width: 100%;
        padding: 20px 24px;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        z-index: 100;
    }

    .search_form_advanced.is-collapsed .mobile-search-nav {
        display: none;
    }

    .nav-btn {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000;
        border: none;
        cursor: pointer;
        transition: all 0.2s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    }

    .nav-btn i {
        font-size: 16px;
        color: #fff;
    }

    .nav-btn.close-search i {
        color: #FEFF00;
        display: block;
    }

    .nav-btn:active {
        transform: scale(0.92);
        opacity: 0.9;
    }

    .mobile-search-header {
        display: none;
        padding: 0 28px 25px;
    }

    .search_form_advanced:not(.is-collapsed) .mobile-search-header {
        display: block;
    }

    .mobile-search-header h2 {
        font-size: 38px;
        font-weight: 800;
        margin: 0;
        color: #000;
        letter-spacing: -1px;
    }

    .mobile-search-header p {
        font-size: 15px;
        color: #888;
        margin: 5px 0 0;
    }

    .mobile-search-container {
        flex: 1;
        overflow-y: auto;
        padding: 0 24px 40px;
    }

    .search-input-group {
        margin-bottom: 24px;
    }

    .input-label {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #666;
        margin-bottom: 10px;
    }

    .custom-section-trigger {
        display: flex;
        align-items: center;
        background: #fff;
        border: 1.5px solid #eee;
        border-radius: 50px;
        padding: 16px 28px;
        transition: all 0.2s ease;
    }

    .custom-section-trigger.active {
        border-color: #FEFF00;
        box-shadow: 0 0 0 4px rgba(254, 255, 0, 0.1);
    }

    .trigger-icon {
        width: 24px;
        font-size: 18px;
        color: #888;
        margin-right: 15px;
    }

    .trigger-text {
        flex: 1;
        font-size: 16px;
        font-weight: 500;
        color: #222;
    }

    .search-submit-button {
        width: 100%;
        height: 54px;
        background: #FEFF00;
        border: 1px solid #D9D900;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        font-size: 16px;
        font-weight: 700;
        color: #000;
        box-shadow: 0 10px 25px rgba(254, 255, 0, 0.25);
        margin: 30px 0;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .search-submit-button:active {
        transform: scale(0.96);
        background: #e6e600;
        box-shadow: 0 5px 15px rgba(254, 255, 0, 0.2);
    }

    .option-divider {
        display: flex;
        align-items: center;
        text-align: center;
        margin: 40px 0;
    }

    .option-divider::before,
    .option-divider::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #eee;
    }

    .option-divider span {
        padding: 0 15px;
        font-size: 13px;
        color: #aaa;
    }

    .quick-options-section h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #111;
    }

    .popular-brands-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .brand-card {
        background: #fff;
        border: 1px solid #f0f0f0;
        border-radius: 20px;
        padding: 25px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        transition: all 0.2s ease;
    }

    .brand-card:active {
        background: #f8f8f8;
        transform: scale(0.97);
    }

    .brand-card.selected {
        border-color: #000;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }

    .brand-card.selected i,
    .brand-card.selected .brand-name {
        color: #000;
        font-weight: 700;
    }

    .popular-brands-grid .brand-name {
        font-size: 14px;
        font-weight: 600;
        color: #444;
    }

    .common-services-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .service-row {
        display: flex;
        align-items: center;
        padding: 18px 20px;
        background: #fff;
        border: 1px solid #f0f0f0;
        border-radius: 18px;
        transition: all 0.2s ease;
    }

    .service-row.selected {
        border-color: #000;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .service-row.selected .service-row-icon,
    .service-row.selected .service-row-text {
        color: #000 !important;
        font-weight: 700;
    }

    .service-row-icon {
        font-size: 18px;
        color: #888;
        margin-right: 15px;
    }

    .service-row-text {
        flex: 1;
        font-size: 15px;
        font-weight: 500;
        color: #222;
    }

    /* Closed State Toggle */

    .mobile-search-toggle {
        display: flex;
        flex-direction: column;
        background: #fff;
        border: 2px solid #FEFF00;
        /* Signature MonoPiston Border */
        border-radius: 28px;
        padding: 18px 22px;
        margin: 0 auto;
        width: 100%;
        max-width: 480px;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.07);
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .mobile-search-toggle .toggle-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-search-toggle .header-left {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .mobile-search-toggle .search-icon {
        color: black;
        /* Darker yellow for better contrast on white */
        font-size: 24px;
        filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
    }

    .mobile-search-toggle .header-title {
        font-size: 17px;
        font-weight: 700;
        color: #111;
    }

    .mobile-search-toggle .header-right {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .mobile-search-toggle .edit-text {
        font-size: 15px;
        font-weight: 800;
        color: #D4B200;
        /* Darker yellow for better contrast on white */
        text-decoration: none;
    }

    .mobile-search-toggle .arrow-icon {
        color: #444;
        font-size: 13px;
    }

    .mobile-search-toggle .toggle-tags {
        display: none;
        flex-wrap: wrap;
        gap: 12px;
    }

    .mobile-search-toggle.has-tags .toggle-tags {
        display: flex;
        margin-top: 15px;
    }

    .search-tag {
        display: flex;
        align-items: center;
        gap: 10px;
        background: #f8f8f8;
        border-radius: 50px;
        padding: 10px 18px;
        font-size: 13px;
        font-weight: 700;
        color: #000;
        border: 1px solid #eee;
    }

    .search-tag i:not(.clear-tag) {
        font-size: 12px;
        color: #222;
    }

    .search-tag .clear-tag {
        margin-left: 5px;
        font-size: 12px;
        color: #888;
        cursor: pointer;
        padding: 4px;
    }

    .mobile-search-toggle:active {
        transform: scale(0.99);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }

    .mobile-search-toggle {
        display: none;
    }

    .search_form_advanced.is-collapsed .mobile-search-toggle {
        display: flex;
    }

    .search_form_advanced:not(.is-collapsed) .mobile-search-toggle {
        display: none;
    }

    /* Hide Original Desktop Elements on Mobile when Modal Open */
    .search_form_advanced:not(.is-collapsed) .custom-search-pill {
        display: none;
    }

    .search_form_advanced:not(.is-collapsed) .mega-dropdown,
    .search_form_advanced:not(.is-collapsed) .mini-dropdown {
        display: none;
    }

    .listing_header {
        padding: 35px 24px;
        text-align: center;
        border-bottom: 1px solid #f0f0f0;
        background: #fff;
    }

    .listing_header h5 {
        font-size: 22px;
        font-weight: 500;
        color: #444;
        line-height: 1.4;
        margin: 0;
    }

    .listing_header h5 strong {
        color: #000;
        font-weight: 800;
    }
}

/* Sidebar Contact Info Accessibility & Enhancements */
.sidebar_wrap.listing_contact_info {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.listing_contact_info ul li {
    padding: 12px 0 12px 40px !important;
    border-bottom: 1px solid #f8f8f8;
    position: relative;
    line-height: 1.5;
}

.listing_contact_info ul li:last-child {
    border-bottom: none;
}

.listing_contact_info ul li .fa {
    position: absolute;
    left: 0;
    top: 15px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    font-size: 16px;
    background: #fdfdfd;
    border-radius: 6px;
}

.listing_contact_info ul li a {
    color: #333 !important;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.listing_contact_info ul li a:hover {
    color: #E6E600 !important;
    /* Muted yellow for better visibility on white */
    text-decoration: none;
}

/* Social Links Redesign */
.social_links {
    display: flex;
    gap: 12px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.social_links a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: #555 !important;
    border-radius: 50% !important;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #eee !important;
    background-color: #f8f9fa !important;
}

.social_links a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.social_links a.facebook_link:hover {
    background: #3b5998 !important;
    color: #fff !important;
    border-color: #3b5998 !important;
}

.social_links a.twitter_link:hover {
    background: #1da1f2 !important;
    color: #fff !important;
    border-color: #1da1f2 !important;
}

.social_links a.google_plus_link:hover {
    background: #E1306C !important;
    color: #fff !important;
    border-color: #E1306C !important;
}

/* Premium Dark Theme Enhancements */
body.dark-theme,
.dark-theme #login_signup,
.dark-theme .primary-bg {
    background-color: #0c0c0c !important;
    /* Force true black/dark background */
    color: #f1f1f1;
}

/* Glassmorphism for Login/Signup Cards */
.dark-theme #login_signup .white_box {
    background: rgba(30, 30, 30, 0.9) !important;
    /* Slightly more opaque for better contrast */
    backdrop-filter: blur(12px);
    border: 1px solid rgba(254, 255, 0, 0.25) !important;
    /* More defined border */
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.8) !important;
    padding: 60px 40px !important;
    /* More breathing room */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dark-theme #login_signup form {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.dark-theme #login_signup .form-group {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
}

.dark-theme #login_signup h1,
.dark-theme #login_signup h2,
.dark-theme #login_signup h3,
.dark-theme #login_signup h4,
.dark-theme #login_signup h6,
.dark-theme #login_signup p,
.dark-theme #login_signup label {
    color: #ffffff !important;
}

/* Input Fields on Dark Theme */
.dark-theme #login_signup .form-control {
    background: rgba(40, 40, 40, 0.6) !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.dark-theme #login_signup .form-control:focus {
    border-color: #FEFF00 !important;
    box-shadow: 0 0 8px rgba(254, 255, 0, 0.2) !important;
    background: rgba(50, 50, 50, 0.8) !important;
}

.dark-theme #login_signup .form-control::placeholder {
    color: #777 !important;
}

/* Back home button on dark mode */
.dark-theme .back_home {
    width: 100%;
    margin-bottom: 20px;
}

.dark-theme #login_signup .btn,
.dark-theme #login_signup input.btn-block {
    width: 100% !important;
    margin: 10px 0 !important;
    box-sizing: border-box !important;
    gap: 10px;
}

.dark-theme .back_home a.btn {
    background-color: #FEFF00 !important;
    color: #000000 !important;
    border: 1px solid #D9D900 !important;
    display: flex !important;
    width: 100% !important;
    opacity: 1;
    margin: 0 !important;
    justify-content: center;
}

.dark-theme .back_home a.btn:hover {
    background-color: #E6E600 !important;
    text-decoration: none;
}

/* Fix for existing links in dark mode */
.dark-theme .post_info a,
.dark-theme .sidebar_widgets a {
    color: #ddd !important;
}

.dark-theme .post_info a:hover {
    color: #FEFF00 !important;
}

/* =========================================================================
   PREMIUM PRICING SECTION - LIGHT MODE (MonoPiston Aesthetic)
   ========================================================================= */

/* Section container — #inner_pages has higher specificity than base styles */
#inner_pages {
    background-color: #f8f8f8;
    padding: 100px 0;
}

#inner_pages p {
    color: #555;
}

#inner_pages strong {
    color: #111111;
}

/* Cards */
#inner_pages .pricing_wrap {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 0;
    margin: 0 auto 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: visible;
    display: flex;
    flex-direction: column;
    position: relative;
}

#inner_pages .pricing_wrap:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    border-color: rgba(254, 255, 0, 0.6);
}

/* Top accent bar */
#inner_pages .pricing_wrap::before {
    content: '';
    display: block;
    height: 4px;
    background: #e8e8e8;
    transition: background 0.4s ease;
    border-radius: 20px 20px 0 0;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    opacity: 1;
}

#inner_pages .pricing_wrap:hover::before {
    background: linear-gradient(90deg, #FEFF00, #e6e400);
}

/* Featured / Active plan */
#inner_pages .pricing_wrap.active {
    border-color: #FEFF00;
    box-shadow: 0 15px 50px rgba(254, 255, 0, 0.18);
    transform: scale(1.03);
    z-index: 2;
}

#inner_pages .pricing_wrap.active::before {
    background: linear-gradient(90deg, #FEFF00, #e6e400);
}

#inner_pages .pricing_wrap.active:hover {
    transform: scale(1.03) translateY(-8px);
}

/* Header */
#inner_pages .pricing_header {
    padding: 30px 30px 20px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 20px 20px 0 0;
    /* No overflow:hidden — badge floats above and would be clipped */
}

/* Extra room for the floating badge on the active card */
#inner_pages .pricing_wrap.active .pricing_header {
    padding-top: 46px;
}

#inner_pages .pricing_header h2 {
    font-size: 26px;
    font-weight: 800;
    color: #111111;
    margin: 0 0 8px;
    letter-spacing: -0.5px;
}

#inner_pages .pricing_header p {
    font-size: 14px;
    color: #888888;
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
}

/* "Recomendado" badge — floats above the card top edge */
#inner_pages .popular_plan {
    background: #FEFF00;
    color: #111111;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 22px;
    border-radius: 50px;
    position: absolute;
    top: -18px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: auto;
    white-space: nowrap;
    z-index: 10;
    box-shadow: 0 4px 20px rgba(254, 255, 0, 0.5);
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

#inner_pages .popular_plan::before {
    content: '\2605';
    /* ★ */
    font-size: 13px;
    line-height: 1;
    color: #111111;
}

/* Plan body */
#inner_pages .plan_info {
    background: transparent;
    padding: 25px 30px 30px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Price */
#inner_pages .plan_price {
    font-size: 52px;
    font-weight: 900;
    color: #111111;
    margin: 0 auto 20px;
    letter-spacing: -2px;
    line-height: 1;
}

/* Feature list */
#inner_pages .plan_info ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    text-align: left;
    flex: 1;
}

#inner_pages .plan_info ul li {
    padding: 9px 0 9px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    color: #555555;
    position: relative;
}

#inner_pages .plan_info ul li:last-child {
    border-bottom: none;
}

/* Yellow circular checkmark */
#inner_pages .plan_info ul li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #111111;
    background: #FEFF00;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

#inner_pages .plan_info ul li span {
    font-weight: 700;
    color: #111111;
}

/* CTA Button — normal plans: black bg / yellow text */
#inner_pages .plan_info .btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #111111;
    color: #FEFF00;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 14px 20px;
    border-radius: 50px;
    border: none;
    margin-top: 25px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#inner_pages .plan_info .btn:hover {
    background: #FEFF00;
    color: #111111;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(254, 255, 0, 0.35);
}

/* CTA Button — active plan: yellow bg / black text (inverted) */
#inner_pages .pricing_wrap.active .plan_info .btn {
    background: #FEFF00;
    color: #111111;
    box-shadow: 0 8px 25px rgba(254, 255, 0, 0.35);
}

#inner_pages .pricing_wrap.active .plan_info .btn:hover {
    background: #111111;
    color: #FEFF00;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    #inner_pages .pricing_wrap.active {
        transform: scale(1);
    }

    #inner_pages .pricing_wrap.active:hover {
        transform: translateY(-8px);
    }
}

@media (max-width: 767px) {
    #inner_pages .pricing_wrap {
        margin-bottom: 20px;
    }
}


/* Premium Logo Color Correction (Yellow Theme) */
.logo img,
.footer_logo img,
.navbar-brand img {
    filter: brightness(0) saturate(100%) invert(91%) sepia(86%) saturate(1906%) hue-rotate(351deg) brightness(101%) contrast(106%) !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.logo img:hover {
    filter: brightness(0) saturate(100%) invert(91%) sepia(86%) saturate(1906%) hue-rotate(351deg) brightness(130%) contrast(106%) !important;
    transform: scale(1.02);
}

.logo img:active {
    transform: scale(0.95);
    filter: brightness(0) saturate(100%) invert(91%) sepia(86%) saturate(1906%) hue-rotate(351deg) brightness(110%) contrast(106%) !important;
    transition: all 0.1s ease;
}

/* Global Modal Modernization & Centering */
.modal {
    padding-right: 0 !important;
}

.modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
    margin: 1.75rem auto;
}

@media (max-width: 576px) {
    .modal-dialog {
        min-height: calc(100% - 1rem);
        margin: 0.5rem auto;
        padding: 0 15px;
    }
}

body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}

/* Premium Dashboard Redesign */
.premium-dashboard-header {
    margin: 40px 0 20px;
    padding-left: 5px;
}

.premium-dashboard-header h4 {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    margin-bottom: 5px;
}

.premium-dashboard-header p {
    color: #888;
    font-size: 16px;
}

.premium-dashboard-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.premium-dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    border-color: #FEFF00;
}

.premium-dashboard-card .card-icon {
    width: 60px;
    height: 60px;
    background: #FEFF00;
    color: #000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 25px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(254, 255, 0, 0.3);
}

.premium-dashboard-card .card-content {
    flex-grow: 1;
}

.premium-dashboard-card .card-content h5 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin: 0 0 5px 0;
}

.premium-dashboard-card .card-content p {
    font-size: 14px;
    color: #777;
    margin: 0;
}

.premium-dashboard-card .card-arrow {
    color: #ccc;
    font-size: 18px;
    transition: all 0.3s ease;
}

.premium-dashboard-card:hover .card-arrow {
    color: #FEFF00;
    transform: translateX(5px);
}

/* Premium Service Management Redesign */
.dashboard-list-box li.premium-service-item {
    background: #fff;
    border-radius: 15px !important;
    margin-bottom: 20px !important;
    padding: 20px !important;
    border: 1px solid #eee !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-list-box li.premium-service-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
    transform: translateY(-2px);
}

.list-box-listing-img img {
    border-radius: 10px;
}

.premium-tag {
    background: #f8f8f8 !important;
    color: #333 !important;
    padding: 5px 12px !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    margin-right: 6px !important;
    border: 1px solid #e0e0e0 !important;
    display: inline-block;
    text-transform: uppercase;
}

.service-price-tag {
    color: #111;
    font-weight: 800;
    font-size: 16px;
    margin-top: 10px;
}

/* Floating Action Button Redesign */
.addservice.float {
    background-color: #FEFF00 !important;
    color: #000000 !important;
    width: 65px !important;
    height: 65px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    box-shadow: 0 8px 25px rgba(254, 255, 0, 0.4) !important;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #D9D900;
}

.addservice.float i {
    font-size: 24px !important;
    margin: 0 !important;
}

.addservice.float:hover {
    transform: scale(1.1) rotate(90deg);
    background-color: #E6E600 !important;
}

/* Button Normalization in Dashboard */
.buttons-to-right {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

@media (min-width: 768px) {
    .buttons-to-right {
        flex-direction: row;
    }
}

.buttons-to-right .button {
    border-radius: 8px !important;
    padding: 10px 20px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.buttons-to-right .button.editService {
    background-color: #FEFF00 !important;
    color: #000 !important;
    border: none !important;
}

.buttons-to-right .button.deleteService {
    background-color: #fce4e4 !important;
    color: #e63946 !important;
    border: 1px solid #f8d7da !important;
}

.buttons-to-right .button.deleteService:hover {
    background-color: #e63946 !important;
    color: #fff !important;
}

/* Premium Modal Buttons Redesign */
#deleteServiceModalContainer .modal-body {
    padding: 30px 40px !important;
}

#deleteServiceModalContainer .modal-body p {
    font-size: 18px;
    color: #444;
    margin-bottom: 30px;
    text-align: center;
}

#deleteServiceModalContainer .modal-body p span {
    font-weight: 800;
    color: #111;
}

#deleteServiceModalContainer .modal-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

#deleteServiceModalContainer .btn {
    flex: 1;
    height: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 13px !important;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin: 0 !important;
    border: none !important;
}

#deleteServiceModalContainer .deleteServiceClose {
    background-color: #f1f1f1 !important;
    color: #666 !important;
}

#deleteServiceModalContainer .deleteServiceClose:hover {
    background-color: #e0e0e0 !important;
    color: #111 !important;
}

#deleteServiceModalContainer .deleteService {
    background-color: #FEFF00 !important;
    color: #000 !important;
    box-shadow: 0 4px 15px rgba(254, 255, 0, 0.3) !important;
}

#deleteServiceModalContainer .deleteService:hover {
    background-color: #E6E600 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(254, 255, 0, 0.4) !important;
}

/* Specific styling for the danger action if preferred - but here we keep brand yellow as requested */
#deleteServiceModalContainer .deleteService.danger-vibe {
    background-color: #e63946 !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(230, 57, 70, 0.3) !important;
}

/* Premium Progress Modal Redesign */
#messageModal .modal-content {
    border-radius: 24px !important;
    border: none !important;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

#messageModal .modal-header {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 30px;
}

#messageModal .modal-title {
    font-weight: 800;
    color: #111;
    font-size: 20px;
}

#messageModal .modal-body {
    padding: 50px 30px !important;
    text-align: center;
}

/* Success/Error Icon Styling */
.premium-status-icon {
    font-size: 110px !important;
    margin-bottom: 25px;
    display: block;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

@keyframes iconEntrance {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    70% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.animate-icon {
    animation: iconEntrance 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

/* Custom Spinner for MonoPiston */
.premium-spinner {
    width: 6rem !important;
    height: 6rem !important;
    border-width: 0.4em !important;
    color: #FEFF00 !important;
}

/* Premium Edit Button Hover Effect */
.buttons-to-right .button.editService:hover {
    background-color: #E6E600 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(254, 255, 0, 0.4) !important;
}

/* Premium Add Taller Form Redesign */
section.premium-form-container {
    padding: 60px 0;
    background: #fdfdfd;
}

section.premium-form-container .container form#createSalonForm {
    box-shadow: none;
    padding: 0;
    background: transparent;
    margin-bottom: 0;
}

.premium-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.premium-card:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.premium-card h4 {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.premium-card h4::before {
    content: '';
    width: 4px;
    height: 24px;
    background: #FEFF00;
    border-radius: 4px;
}

.premium-form-group {
    margin-bottom: 25px;
}

.premium-form-group .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-bottom: 10px;
    display: block;
}

/* Higher specificity for inputs to override global styles without !important */
form .premium-input,
form textarea.premium-input,
form select.premium-input {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 15px;
    transition: all 0.3s ease;
    height: 52px;
    box-shadow: none;
}

form .premium-input:focus,
form textarea.premium-input:focus,
form select.premium-input:focus {
    background: #fff;
    border-color: #D9D900;
    box-shadow: 0 0 0 4px rgba(254, 255, 0, 0.15);
    outline: none;
    border-width: 2px;
}

form textarea.premium-input {
    height: auto;
    min-height: 120px;
    padding: 15px 18px;
}

.premium-select-wrapper {
    position: relative;
}

.premium-select-wrapper::after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #aaa;
}

form select.premium-select {
    padding-right: 40px;
    appearance: none;
    -webkit-appearance: none;
}

/* File Upload Redesign */
.premium-file-upload {
    border: 2px dashed #eee;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #fafafa;
    position: relative;
}

.premium-file-upload:hover {
    border-color: #FEFF00;
    background: #fff;
}

.premium-file-upload i {
    font-size: 48px;
    color: #ccc;
    margin-bottom: 15px;
}

.premium-file-upload h5 {
    font-size: 16px;
    color: #444;
    font-weight: 600;
    margin-bottom: 5px;
}

.premium-file-upload p {
    font-size: 13px;
    color: #999;
}

#img-upload-preview {
    margin-top: 20px;
    border-radius: 12px;
    max-width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: none;
}

/* Premium Modal Styling */
.premium-modal .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.premium-modal .modal-body {
    padding: 40px !important;
    text-align: left;
}

.premium-modal-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin: 0 auto 25px;
    animation: iconBounce 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.premium-modal-icon.error {
    background: #fff5f5;
    color: #e63946;
    border: 2px solid #fee2e2;
}

.premium-modal-icon.success {
    background: #f0fdf4;
    color: #22c55e;
    border: 2px solid #dcfce7;
}

@keyframes iconBounce {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    70% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.premium-modal .modal-title {
    font-size: 24px;
    font-weight: 800;
    color: #111;
}

.modal-text-content {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.btn-premium-modal-close {
    background: #111 !important;
    color: #fff !important;
    border-radius: 12px !important;
    padding: 12px 30px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    width: 100%;
}

.btn-premium-modal-close:hover {
    background: #333 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.url-badge {
    background: #fdfdfd;
    border-radius: 12px;
    padding: 15px;
    border: 1px dashed #e6b400;
    word-break: break-all;
}

.url-badge a {
    color: #e6b400;
    font-weight: 600;
    text-decoration: underline;
}

/* Premium Dashboard Modernization */
#dashboard .add_listing_info {
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #f0f0f0;
    margin-top: 20px;
}

#dashboard .add_listing_info h3 {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: none;
}

#dashboard .add_listing_info h3::before {
    content: '';
    width: 4px;
    height: 24px;
    background: #FEFF00;
    border-radius: 4px;
}

#dashboard .add_listing_info .form-control {
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 12px;
    height: 52px;
    padding: 12px 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#dashboard .add_listing_info .form-control:focus {
    border-color: #FEFF00;
    box-shadow: 0 0 0 4px rgba(254, 255, 0, 0.2);
    background-color: #fff;
    outline: none;
}

/* Button Action Group Styling */
#dashboard .add_listing_info .btn-group-actions {
    margin-top: 30px;
    display: flex !important;
    justify-content: flex-start !important;
    gap: 15px !important;
}

/* HEADER BUTTON: Ir a mi Taller */
#header .submit_listing .btn {
    background-color: #FEFF00;
    color: #000000;
    border: none;
    border-radius: 50px;
    padding: 8px 32px;
    font-weight: 800;
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0.2px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(254, 255, 0, 0.2);
    height: auto;
}

#header .submit_listing .btn:hover {
    background-color: #E6E600;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(254, 255, 0, 0.3);
    color: #000000;
}

#header .submit_listing .btn i {
    color: #000000;
    background: transparent;
    padding: 5px;
    border-radius: 4px;
    font-size: 16px;
}

#dashboard .add_listing_info .btn-group-actions .btn {
    border-radius: 50px;
    padding: 12px 35px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
    margin: 0 !important;
}

/* EDIT BUTTONS: Premium Black */
#bannerLandingFormEditButton,
#infoLandingFormEditButton,
#schedulesFormEditButton {
    background-color: #111 !important;
    color: #FEFF00 !important;
}

/* SAVE BUTTONS: Signature Yellow */
#bannerLandingFormSaveButton,
#infoLandingFormSaveButton,
#schedulesFormSaveButton {
    background-color: #FEFF00 !important;
    color: #111 !important;
}

/* CANCEL BUTTONS: Neutral Gray */
#bannerLandingFormCancelButton,
#infoLandingFormCancelButton,
#schedulesFormCancelButton {
    background-color: #f1f1f1 !important;
    color: #666 !important;
    border: 1px solid #ddd !important;
}

#dashboard .add_listing_info .btn-group-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}


/* Premium Banner Image Preview */
#dashboard #img-upload {
    width: 100%;
    max-height: 400px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    display: block;
}

/* Premium Trumbowyg Editor Styles */
#dashboard .trumbowyg-box {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

#dashboard .trumbowyg-box.trumbowyg-disabled .trumbowyg-editor {
    background-color: #f9f9f9;
    color: #bababa;
    cursor: not-allowed;
}

#dashboard .trumbowyg-box.trumbowyg-focus {
    border-color: #FEFF00;
    box-shadow: 0 0 0 4px rgba(254, 255, 0, 0.2);
}

#dashboard .trumbowyg-button-pane {
    background-color: #fcfcfc;
    border-bottom: 1px solid #eee;
}

#dashboard .trumbowyg-editor {
    min-height: 200px;
    background-color: #fff;
    padding: 20px;
    color: #333;
    font-size: 15px;
}

/* Standardized Form Grid Alignment */
#dashboard .add_listing_info .row {
    margin-left: -15px;
    margin-right: -15px;
}

#dashboard .add_listing_info .row>[class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

/* Premium Services Header Styling */
.premium-services-header {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
    flex-wrap: wrap;
    gap: 20px;
}

.premium-header-content h2 {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    margin: 0 0 5px 0;
    letter-spacing: -0.5px;
}

.premium-header-content p {
    color: #777;
    margin: 0;
    font-size: 16px;
}

#dashboard .premium-services-header .btn {
    background-color: #FEFF00;
    color: #111;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 1px solid #D9D900;
    display: inline-flex;
    align-items: center;
    height: 36px;
    width: 110px;
}

/* Premium Service List Styling */
#dashboard .dashboard-list-box {
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    overflow: visible;
}

#dashboard .dashboard-list-box h4 {
    padding: 20px 0;
    margin: 0 0 10px 0;
    background: transparent;
    border-bottom: none;
    font-weight: 800;
    font-size: 22px;
    color: #111;
    letter-spacing: -0.5px;
}

#dashboard .dashboard-list-box,
#dashboard .dashboard-list-box ul,
#dashboard .dashboard-list-box li {
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    overflow: visible;
    list-style: none;
    margin: 0;
}

#dashboard .premium-service-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 25px;
    padding: 25px 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#dashboard .premium-service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

#dashboard .premium-service-card {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    width: 100%;
}

#dashboard .premium-card-img {
    flex: 0 0 220px;
    height: 140px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#dashboard .premium-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#dashboard .premium-card-body {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

#dashboard .premium-card-info {
    flex: 1;
    overflow-wrap: break-word;
    word-break: break-all;
}

#dashboard .premium-card-info h3 {
    font-size: 22px;
    font-weight: 800;
    color: #111;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
}

#dashboard .premium-service-desc {
    color: #666;
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 1.6;
}

#dashboard .premium-service-meta {
    display: flex;
    gap: 25px;
    margin-top: 15px;
    color: #111;
    font-weight: 700;
    font-size: 15px;
}

#dashboard .premium-service-meta i {
    color: #111;
    margin-right: 8px;
}

#dashboard .premium-tag {
    background: #f8f9fa;
    color: #495057;
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: 1px solid #dee2e6;
    display: inline-block;
    margin-bottom: 12px;
}

#dashboard .premium-card-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#dashboard .premium-card-actions .btn {
    width: 110px;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 50px;
    font-weight: 800;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    letter-spacing: 0.5px;
    height: 36px;
    margin: 0;
}

#dashboard .premium-card-actions .editService {
    background-color: #111;
    color: #FEFF00;
    border: 1px solid #111;
}

#dashboard .premium-card-actions .btn-delete {
    background-color: #fee2e2;
    color: #dc2626;
    border: 1px solid #dc2626;
}

#dashboard .premium-card-actions .btn-delete:hover {
    background-color: #dc2626;
    color: #fff;
}

#dashboard .premium-card-actions .editService:hover {
    background-color: #333;
    color: #FEFF00;
    border-color: #333;
}

/* Premium Modal Styling */
.premium-modal {
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.premium-modal .modal-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.premium-modal .modal-title {
    font-weight: 800;
    font-size: 26px;
    color: #111;
    margin: 0;
    letter-spacing: -0.5px;
}

.premium-modal .modal-body {
    padding: 40px;
}

.premium-modal .form-label {
    font-weight: 800;
    color: #555;
    margin-bottom: 12px;
    display: block;
    text-align: left;
    font-size: 15px;
    letter-spacing: -0.2px;
}

.premium-modal .form-control {
    border-radius: 12px;
    padding: 12px 18px;
    border: 1px solid #eee;
    background: #f4f4f4;
    font-size: 15px;
    transition: all 0.3s ease;
    text-align: left;
    color: #111;
    font-weight: 500;
    width: 100%;
}

.premium-modal .form-control:focus {
    background: #fff;
    border-color: #FEFF00;
    box-shadow: 0 5px 20px rgba(254, 255, 0, 0.1);
    outline: none;
}

.btn-premium-save {
    background-color: #FEFF00;
    color: #111;
    border: 2px solid #D9D900;
    border-radius: 50px;
    padding: 16px 40px;
    width: 100%;
    font-weight: 800;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    margin-top: 20px;
}

.btn-premium-save:hover {
    background-color: #FEFF00;
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(254, 255, 0, 0.3);
}

.premium-modal .btn-close,
.premium-modal .close {
    background: #111;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    opacity: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10;
}

.premium-modal .close span {
    line-height: normal;
    display: block;
    margin-top: -2px;
}

.premium-modal .close:hover {
    background: #000;
    transform: rotate(90deg);
}

/* Modal Internal Layout */
#editServiceForm .input-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    width: 100%;
}

#editServiceForm .input-group-btn {
    display: block;
    flex: 0 0 auto;
}

#editServiceForm .input-group .form-control {
    flex: 1 1 auto;
    margin: 0;
    height: 42px;
    width: auto;
}

.btn-file {
    position: relative;
    overflow: hidden;
    background: #FEFF00;
    color: #111;
    border-radius: 50px;
    padding: 0 25px;
    font-weight: 800;
    border: 1px solid #D9D900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
    height: 42px;
}

.btn-file:hover {
    background: #E6E600;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload {
    max-width: 100%;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Premium Chips for Car Types */
.premium-chips-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
}

.premium-car-chip {
    position: relative;
}

.chip-input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.chip-label {
    display: block;
    padding: 8px 18px;
    background: #f4f4f4;
    border: 1px solid #eee;
    border-radius: 10px;
    font-weight: 700;
    color: #444;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    font-size: 13px;
    margin-bottom: 0 !important;
}

.chip-input:checked+.chip-label {
    background: #FEFF00;
    color: #111;
    border-color: #D9D900;
    box-shadow: 0 4px 12px rgba(254, 255, 0, 0.2);
}

.chip-label:hover {
    background: #e9e9e9;
    transform: translateY(-2px);
}

/* Center ALL Modals and Blur Background */
html body .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
    margin: 0.5rem auto;
    pointer-events: none;
}

html body .modal-content {
    pointer-events: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
    html body .modal-dialog {
        min-height: calc(100% - 3.5rem);
        margin: 1.75rem auto;
    }
}

html body .modal.fade .modal-dialog,
html body .modal.in .modal-dialog {
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
    transform: scale(0.9);
    opacity: 0;
}

html body .modal.show .modal-dialog,
html body .modal.in .modal-dialog {
    transform: scale(1);
    opacity: 1;
}

html body .modal-backdrop {
    transition: all 0.2s ease-in-out;
    backdrop-filter: blur(0px);
    z-index: 1000000;
}

html body .modal-backdrop.show {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.48);
    opacity: 1;
}

html body .modal {
    z-index: 1000001;
}

html.modal-open,
body.modal-open {
    overflow: hidden;
    padding-right: 0;
}

@media (max-width: 991px) {
    .premium-service-card {
        flex-direction: column;
    }

    .premium-card-img {
        width: 100%;
        flex: 0 0 200px;
    }

    .premium-card-body {
        flex-direction: column;
        align-items: flex-start;
    }

    .premium-card-actions {
        width: 100%;
        flex-direction: row;
    }
}


/* ==========================================================================
   PRO VERSION: PUBLIC SERVICE CARDS (MonoPiston Premium)
   ================================================= */

section#similar_listings .listing_wrap,
section#inner_pages .listing_wrap,
.lastest-salon-added .listing_wrap {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 30px;
    height: auto;
    min-height: auto;
    display: flex;
    flex-direction: column;
}

section#similar_listings .listing_wrap:hover,
section#inner_pages .listing_wrap:hover,
.lastest-salon-added .listing_wrap:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: #FEFF00;
}

section#similar_listings .listing_img,
section#inner_pages .listing_img,
.lastest-salon-added .listing_img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/2;
}

section#similar_listings .listing_img img,
section#inner_pages .listing_img img,
.lastest-salon-added .listing_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

section#similar_listings .listing_wrap:hover .listing_img img,
section#inner_pages .listing_wrap:hover .listing_img img,
.lastest-salon-added .listing_wrap:hover .listing_img img {
    transform: scale(1.1);
}

section#similar_listings .listing_info,
section#inner_pages .listing_info,
.lastest-salon-added .listing_info {
    padding: 25px 25px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

section#similar_listings .post_category,
section#inner_pages .post_category,
.lastest-salon-added .post_category {
    position: absolute;
    top: -22px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: flex-start;
    z-index: 5;
}

section#similar_listings .post_category a.btn,
section#inner_pages .post_category a.btn,
.lastest-salon-added .post_category a.btn {
    background: #FEFF00;
    color: #111;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 24px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 4px 15px rgba(254, 255, 0, 0.4);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

section#similar_listings .listing_wrap .listing_info .post_category a.btn:hover,
section#inner_pages .listing_wrap .listing_info .post_category a.btn:hover,
.lastest-salon-added .listing_wrap .listing_info .post_category a.btn:hover {
    background: #111;
    color: #FEFF00 !important;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

#similar_listings .listing_info h4,
#inner_pages .listing_info h4,
.lastest-salon-added .listing_info h4 {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin: 10px 0 12px;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

#similar_listings .listing_info .description,
#inner_pages .listing_info .description,
.lastest-salon-added .listing_info .description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
    min-height: 4.8em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.listing_info .description p {
    margin: 0;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    display: inline;
}

.listing_info .description p+p::before {
    content: ' ';
    display: inline;
}

#similar_listings .listing_review_info,
#inner_pages .listing_review_info,
.lastest-salon-added .listing_review_info {
    background: transparent;
    border-top: 1px solid #f0f0f0;
    padding: 15px 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto 0 0 0;
}

#similar_listings .listing_review_info p,
#inner_pages .listing_review_info p,
.lastest-salon-added .listing_review_info p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    display: flex;
    align-items: center;
    line-height: 1;
}

#similar_listings .listing_review_info p i,
#inner_pages .listing_review_info p i,
.lastest-salon-added .listing_review_info p i {
    color: #FEFF00;
    font-size: 14px;
    margin-right: 10px;
    background: #111;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

#similar_listings .listing_review_info p.listing_map_m,
#inner_pages .listing_review_info p.listing_map_m,
.lastest-salon-added .listing_review_info p.listing_map_m {
    color: #111;
    font-weight: 800;
    font-size: 16px;
}

#similar_listings .listing_review_info p.listing_map_m i,
#inner_pages .listing_review_info p.listing_map_m i,
.lastest-salon-added .listing_review_info p.listing_map_m i {
    background: #FEFF00;
    color: #111;
}

#similar_listings .section-header h2,
.lastest-salon-added .section-header h2,
.how_work .section-header h2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1px;
    position: relative;
    padding-bottom: 15px;
}

#similar_listings .section-header h2::after,
.lastest-salon-added .section-header h2::after,
.how_work .section-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #FEFF00;
    border-radius: 2px;
}

/* ==========================================================================
   PREMIUM VIEW MORE MODAL (Public Page)
   ========================================================================== */

#view-more-service-modal-container .modal-content {
    background-color: #111;
    border-radius: 24px;
    border: 1px solid rgba(254, 255, 0, 0.15);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
    overflow: hidden;
}

#view-more-service-modal-container .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 30px 40px;
    background: rgba(255, 255, 255, 0.02);
}

#view-more-service-modal-container .modal-title {
    color: #FEFF00;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: -0.5px;
    margin: 0;
}

#view-more-service-modal-container .close {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    opacity: 1;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 10;
    font-size: 18px;
    line-height: 1;
}

#view-more-service-modal-container .close:hover {
    background: #FEFF00;
    color: #111;
    transform: rotate(90deg) scale(1.1);
}

#view-more-service-modal-container .modal-body {
    padding: 30px 40px 40px;
    color: #ddd;
    font-size: 15px;
    line-height: 1.8;
}

#view-more-service-modal-container .view-more-description {
    color: #bbb;
    margin-bottom: 30px;
    font-weight: 400;
}

#view-more-service-modal-container .modal-body ul {
    padding-left: 20px;
    margin-bottom: 25px;
}

#view-more-service-modal-container .modal-body li {
    margin-bottom: 10px;
    position: relative;
    list-style-type: none;
    padding-left: 10px;
}

#view-more-service-modal-container .modal-body li::before {
    content: '\f058';
    font-family: 'FontAwesome';
    color: #FEFF00;
    position: absolute;
    left: -20px;
    font-size: 16px;
}

#view-more-service-modal-container .modal-body p strong {
    color: #fff;
    display: block;
    margin: 30px 0 15px;
    font-size: 19px;
    letter-spacing: -0.3px;
    border-left: 3px solid #FEFF00;
    padding-left: 15px;
}

#view-more-service-modal-container .car-types .badge {
    background-color: #222 !important;
    color: #FEFF00 !important;
    border: 1px solid rgba(254, 255, 0, 0.2);
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 50px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-right: 12px;
    margin-bottom: 10px;
}

#view-more-service-modal-container .form-group {
    margin-top: 40px;
}

#view-more-service-modal-container a.buttonLinkReservation .btn {
    background: #FEFF00;
    color: #111;
    font-weight: 800;
    font-size: 18px;
    padding: 18px;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(254, 255, 0, 0.3);
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    width: 100%;
}

#view-more-service-modal-container a.buttonLinkReservation .btn:hover {
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(255, 255, 255, 0.2);
    color: #111;
}

/* --- Responsive Modal Improvements --- */

@media (min-width: 768px) {
    #view-more-service-modal-container .modal-dialog {
        max-width: 700px !important;
        margin: 1.75rem auto;
    }
}

@media (max-width: 767px) {
    #view-more-service-modal-container .modal-dialog {
        margin: 10px;
        max-width: none !important;
    }

    #view-more-service-modal-container .modal-content {
        border-radius: 16px;
    }

    #view-more-service-modal-container .modal-header {
        padding: 20px 25px;
    }

    #view-more-service-modal-container .modal-title {
        font-size: 20px;
        padding-right: 30px;
    }

    #view-more-service-modal-container .close {
        right: 15px;
        top: 15px;
        width: 32px;
        height: 32px;
    }

    #view-more-service-modal-container .modal-body {
        padding: 20px 25px 30px;
    }

    #view-more-service-modal-container .modal-body p strong {
        font-size: 17px;
        margin-top: 25px;
    }

    #view-more-service-modal-container .car-types .badge {
        padding: 8px 14px;
        font-size: 11px;
    }

    #view-more-service-modal-container a.buttonLinkReservation .btn {
        padding: 15px;
        font-size: 16px;
    }
}

/* Glassmorphism Backdrop */
.modal-backdrop.show {
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.7);
}

/* --- Service Card Brand Chips --- */

.listing_marcas {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 5px 0 20px 0;
}

.listing_marcas span {
    background: #111;
    color: #FEFF00;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 50px;
    border: 1px solid rgba(254, 255, 0, 0.2);
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
    cursor: default;
}

.listing_wrap:hover .listing_marcas span {
    border-color: #FEFF00;
    box-shadow: 0 4px 12px rgba(254, 255, 0, 0.2);
}

/* --- Counter for excess brands --- */
.listing_marcas span.more-brands {
    background: #FEFF00;
    color: #111;
    border-color: #FEFF00;
}

/* --- Force Single Row for Brand Chips --- */
.listing_marcas {
    display: flex;
    flex-wrap: nowrap !important;
    overflow: hidden;
    position: relative;
    padding-bottom: 2px;
    margin: 15px 0 20px 0;
    min-height: 30px;
    /* Ensure space is reserved even if empty */
}

.listing_marcas span {
    flex: 0 0 auto;
    /* Prevent shrinking */
}

/* --- Mobile Brand Optimization --- */
@media (max-width: 767px) {
    .listing_marcas {
        min-height: 28px;
    }

    .listing_marcas span {
        padding: 8px 10px;
        font-size: 9px;
    }
}

/* Search Result Card Customizations */
/* Global Card Typography and Truncation - Final Grid Alignment */
.listing_wrap .listing_info h4,
.listing_wrap .listing_info h4.view-more-element,
.listing_wrap .listing_info h4 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0;
    max-width: 100%;
    display: block;
    height: 100%;
}

.listing_wrap .listing_info .description,
.listing_wrap .listing_info .description.view-more-element {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Balanced 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 75px;
    /* Mandated height for grid stability */
    margin-bottom: 12px;
    white-space: normal;
}

.listing_info .salon_provider {
    margin-bottom: 8px;
    /* Tighter spacing */
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #666;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.listing_info .salon_provider a {
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.listing_info .salon_provider a:hover {
    color: #000;
}

.listing_info .salon_provider a:hover i {
    color: #FEFF00;
}

/* =========================================================================
   HOW IT WORKS - PREMIUM LIGHT MODE (MonoPiston Aesthetic)
   ========================================================================= */

.how_work {
    background-color: #ffffff;
    color: #333333;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.how_work::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(254, 255, 0, 0.4), transparent);
}

.how_work .section-header {
    margin-bottom: 15px;
}

.how_work .section-header h2 {
    color: #111111;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.how_work .section-header p {
    color: #555555;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.6;
}

.how_work .section-header p strong {
    color: #111111;
    font-weight: 600;
}

.how_work .work_step {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    position: relative;
}

.how_work .work_step::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #FEFF00;
    transition: width 0.4s ease;
}

.how_work .work_step:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.how_work .work_step:hover::after {
    width: 80px;
}

.how_work .work_step .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    border-radius: 50%;
    margin: 0 auto 24px auto;
    padding: 0;
    box-sizing: border-box;
    background: #f4f4f4;
    color: #111111;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    font-size: 0;
    line-height: 1;
    overflow: hidden;
    flex-shrink: 0;
}

/* Explicitly targeting the i tag to bypass inline font-size without using !important */
.how_work .work_step .icon i {
    transition: all 0.4s ease;
}

.how_work .work_step:hover .icon {
    background: #111111;
    color: #FEFF00;
    transform: scale(1.05) rotate(-5deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.how_work .work_step h4 {
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}

.how_work .work_step p {
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.how_work .work_step p strong {
    color: #111111;
    font-weight: 600;
}

@media (max-width: 768px) {
    .how_work .work_step {
        margin-bottom: 30px;
    }

    .how_work .row {
        gap: 16px;
    }

    .how_work .section-header {
        margin-bottom: 0;
    }
}

/* =========================================================================
   PREMIUM SUB HEADING LIGHT MODE (MonoPiston Aesthetic)
   ========================================================================= */

.container .sub_heading {
    text-align: center;
    padding: 60px 40px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    margin: 20px auto 40px;
    transition: all 0.4s ease;
}

.container .sub_heading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #FEFF00, transparent);
    opacity: 1;
}

.container .sub_heading p {
    font-size: 28px;
    line-height: 1.4;
    margin: 0 auto 40px;
    color: #111111;
    font-weight: 400;
    max-width: 900px;
    letter-spacing: -0.5px;
}

.container .sub_heading p strong {
    font-weight: 700;
    color: #111111;
}

.container .sub_heading .btn {
    background: #FEFF00;
    color: #111111;
    font-weight: 800;
    padding: 16px 45px;
    border-radius: 50px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 25px rgba(254, 255, 0, 0.4);
    display: inline-block;
}

.container .sub_heading .btn:hover {
    background: #111111;
    color: #FEFF00;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .container .sub_heading {
        padding: 40px 25px;
        margin-top: 10px;
    }

    .container .sub_heading p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .container .sub_heading .btn {
        padding: 15px 30px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    body #listing_banner {
        padding: 100px 0 20px;
        /* Reduced to match new compact top nav */
    }
}