@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&display=swap');

/*------scroll bar---------------------*/
/* @font-face {
	font-family: "Barlow Condensed", sans-serif;
	src: url('../fonts/barlow-condensed-regular.eot');
	src: url('../fonts/barlow-condensed-regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/barlow-condensed-regular.woff2') format('woff2'),
		 url('../fonts/barlow-condensed-regular.woff') format('woff'),
		 url('../fonts/barlow-condensed-regular.ttf')  format('truetype'),
		 url('../fonts/barlow-condensed-regular.svg') format('svg');
  } */
:root {
	--ct-menu-item-color-dark: #9097a7;
	--font-barlow: "Barlow Condensed", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: #607D8B;
	border: 0px none #ffffff;
	border-radius: 50px !important;
}

::-webkit-scrollbar-thumb:hover {
	background: #607D8B;
}

::-webkit-scrollbar-thumb:active {
	background: #607D8B;
}

::-webkit-scrollbar-track {
	background: #ccc;
	border: 0px none #ffffff;
	border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
	background: #cccccc;
}

::-webkit-scrollbar-track:active {
	background: #cccccc;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

li {
	list-style: none;
	line-height: 26px;
}

html {
	overflow-x: hidden !important;
	height: 100%;
	/* scrollbar-color: #008de4 #0d3b97;
	scrollbar-width: 2px; */
}

body {
	margin: 0;
	padding: 0;
	min-height: 100%;

	display: flex;
	flex-direction: column;
	font-size: 14px;
	text-align: center;
	color: #323232;
	font-family: Nunito, sans-serif;
}

blockquote {
	float: left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
	position: relative;
}

/* blockquote:before {
	font-family: 'Font Awesome 6 Free';
	content: '\f10e';
	position: absolute;
	color: #ccc;
	bottom: 3px;
	font-size: 43px;
	right: 6px;
	opacity: 0.4;
}

blockquote p {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	color: #494949;
} */

p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 15px;
}

a {
	text-decoration: none !important;
	color: #04000b;
}

.h3,
h3 {
	font-family: "Barlow Condensed", sans-serif;
	color: #183B56;
	font-size: 36px;
}
.row-gap-1r{
	row-gap: 1rem;
}
.col-gap-1{
	column-gap: 0.5rem;
}
.gap-1{
	row-gap: 0.5rem;
	column-gap: 0.5rem;
}
.loader-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #1e2434;
	-webkit-transform: translate3d(0, 0, 0);
}

.loader-inner {
	z-index: 100;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 32px;
	height: 32px;
	animation: counterClockwise 4s linear infinite;
	margin: -16px 0 0 -16px;
	border: 2px solid;
	border-radius: 100%;
}

.loader-inner:after,
.loader-inner:before {
	content: '';
	position: absolute;
	border-radius: 100%;
}

.loader-inner:before {
	width: 8px;
	height: 8px;
	background: #fff;
	animation: clockwise 4s linear infinite;
	top: -4px;
}

.loader-inner:after {
	width: 4px;
	height: 4px;
	top: 4px;
	left: 22px;
	background: #ff720b;
	transform-origin: -4px -4px;
	animation: counterClockwise 1s linear infinite;
}

.loader-9::after,
.loader-9::before {
	border-radius: 50%;
}

@-webkit-keyframes clockwise {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes clockwise {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-webkit-keyframes counterClockwise {
	to {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn);
	}
}

@keyframes counterClockwise {
	to {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn);
	}
}

#main {
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* z-index: 2; */
	opacity: 0;
}

.container {
	max-width: 1224px;
	width: 92%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.container-fluid {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.big-container {
	max-width: 1500px;
}

.small-container {
	max-width: 1024px;
}

#wrapper {
	float: left;
	width: 100%;
	position: relative;
	/* z-index: 25; */
	padding-top: 80px;
}

.content {
	width: 100%;
	position: relative;
	z-index: 4;
	float: left;
	background: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}

.no-bg {
	background: 0 0;
}

.full-height {
	height: 100%;
}

.full-width-wrap {
	width: 100%;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}

.respimg {
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
	z-index: 2;
}

.op1 {
	opacity: 0.1;
}

.op3 {
	opacity: 0.3;
}

.op4 {
	opacity: 0.4;
}

.op7 {
	opacity: 0.5 !important;
}

.dark-bg {
	background: #464b61;
}

.dark-gray-bg {
	background: #464b61;
}

.btn {
	padding: 8px 25px;
	border-radius: 4px;
	/* color: #212529; */
	font-weight: 600;
	font-size: 13px;
	position: relative;
	/* overflow: hidden; */
	transition: all 0.2s linear;
	font-family: Nunito, sans-serif !important;
}
.btn i {
	position: absolute;
	right: 20px;
	top: 50%;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	line-height: 20px;
	margin-top: -10px;
	transition: all 0.2s linear;
}

.btn.dec_btn {
	padding: 10px 15px;
	border-radius: 4px;
	color: #fff !important;
}

.btn.dec_btn:hover,
button.add-list:hover,.btn.color2-bg:hover,
button#add_company_app_link:hover {
	color: #fff !important;
	background-color: #1e2434 !important;
}



.btn.dec_btn:before {
	content: '';
	position: absolute;
	left: -8px;
	right: -8px;
	top: -8px;
	bottom: -8px;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #f2f2f2;
	z-index: -1;
	display: none;
}

.btn:hover i {
	right: 10px;
	box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.1);
}

.btn.border-btn {
	border: 2px solid;
}

.btn.border-btn:hover,
.btn.color-bg,
.btn.gradient-bg {
	color: #fff;
}

.float-btn {
	float: left;
	margin-top: 10px;
}

.accordion {
	float: left;
	width: 100%;
	position: relative;
}

.accordion a.toggle {
	border: 1px solid #eee;
	padding: 16px 50px 16px 30px;
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 4px 4px;
	box-sizing: border-box;
	text-align: left;
	font-size: 13px;
	font-weight: 700;
	color: #666;
	transition: all 0.3s linear;
	margin-bottom: 15px;
}

.accordion a.toggle span {
	position: absolute;
	right: -1px;
	top: -1px;
	bottom: -1px;
	width: 60px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.accordion a.toggle span:after,
.accordion a.toggle span:before {
	content: '';
	position: absolute;
	background: #fff;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.accordion a.toggle span:before {
	width: 10px;
	height: 2px;
	margin-top: -1px;
	margin-left: -5px;
}

.accordion a.toggle span:after {
	width: 2px;
	height: 10px;
	margin-top: -5px;
	margin-left: -1px;
}

.accordion a.toggle.act-accordion {
	color: #fff;
	border-color: transparent;
}

.accordion a.toggle.act-accordion span:after {
	height: 0;
}

.accordion-inner {
	display: none;
	float: left;
	width: 100%;
	position: relative;
	padding: 20px 30px 15px;
	background: #fff;
	margin: 0 0 15px;
	text-align: left;
	border-radius: 4px;
	border: 1px solid #eee;
}

.accordion-inner.visible {
	display: block;
}

.main-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 80px;
	background: #1e2434;
	z-index: 25;
	padding: 0 20px;
	-webkit-transform: translate3d(0, 0, 0);
}

.main-header:before {
	content: '';
	position: absolute;
	right: 0;
	width: 440px;
	height: 100%;
	bottom: 0;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	background: #1e2434;
}

.dsh-header.main-header:before {
	width: 540px;
}

.main-header.vis-searchdec:before {
	opacity: 0;
}

.logo-holder {
	float: left;
	position: relative;
	top: 15px;
	margin-right: 20px;
}

.logo-holder img {
	width: 80px;
	height: 100%;
}

.header-search_btn {
	float: left;
	margin-left: 0;
	border-radius: 30px;
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	background: #1e2434;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.header-search_btn i.fa-search {
	color: #fff !important;
}

.header-search_btn span {
	position: relative;
}

.header-search_btn span:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	height: 10px;
	margin-top: -5px;
	width: 1px;
	background: rgba(255, 255, 255, 0.31);
}

.header-search_btn i {
	margin: 0;
}

/* ganesan 14Mar2024 cursor:pointer */
.add-list {
	float: right;
	padding: 0 15px;
	position: relative;
	height: 32px;
	top: 26px;
	line-height: 32px;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.1);
	background: #ff720b !important;
	cursor: pointer;
}

.add-list:hover {
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
}

.add-list span {
	color: #fff;
	padding-left: 0;
}

.cart-btn {
	float: right;
	position: relative;
	color: #f5f5f5;
	cursor: pointer;
	margin-right: 34px;
	top: 26px;
	font-size: 18px;
	border: 1px solid #343a40;
	border-radius: 50px;
	width: 30px;
	background: #343a40;
}

.cart-btn:hover {
	color: #fff;
}

/*
.cart-btn i {
	width: 12px;
} */

.cart-btn .cart-counter {
	/* position: absolute;
	bottom: -1px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	border-radius: 100%;
	color: #fff;
	left: -5px;
	z-index: 2;
	font-size: 8px;
	font-weight: 400; */
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -8px;
	top: -6px;
	min-height: 1rem;
	min-width: 1rem;
	font-size: .67rem;
	color: #fff;
	font-weight: 700;
	background: #ff0000;
	border-radius: 50px;
}

.show-reg-form {
	float: right;
	margin-right: 20px;
	padding: 0 10px;
    position: relative;
    top: 26px;
    line-height: 32px;
    border-radius: 4px;
    color: #fff;
    /* font-weight: 600; */
    font-size: 13px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.1);
    background: #252b38 !important;
    cursor: pointer;
}

.show-reg-form:after {
	content: '';
	position: absolute;
	left: -25px;
	top: 50%;
	height: 20px;
	margin-top: -10px;
	width: 1px;
}

.show-reg-form i {
	margin-right: 8px;
}
.show-reg-form a{
	color: #fff;padding: 0;
}
.show-reg-form a:hover{
color: #ff720b !important;	
}
.lang-wrap {
	float: right;
	margin-right: 20px;
	position: relative;
	top: 20px;
}

.lang-tooltip {
	position: absolute;
	top: 40px;
	right: 0;
	width: 100px;
	z-index: 105;
	background: #fff;
	padding: 10px 0 12px;
	border-radius: 4px;
	border: 1px solid #eee;
	border-top: none;
	visibility: hidden;
	opacity: 0;
}

.show-lang {
	color: #fff;
	cursor: pointer;
	/* width: 80px; */
	float: right;
	padding: 10px 10px 10px 0;
	position: relative;
	z-index: 106;
	font-size: 13px;
	border: 1px solid transparent;
}

.show-lang i.arrlan {
	position: absolute;
	left: 75px;
	top: 50%;
	line-height: 10px;
	height: 10px;
	margin-top: -5px;
	color: #fff;
}

.show-lang span {
	position: relative;
	z-index: 2;
	float: left;
	margin-left: 10px;
}

.show-lang span strong {
	padding-left: 10px;
	top: -2px;
	font-weight: 500;
	position: relative;
}

.show-lang span i {
	font-size: 17px;
}

.show-lang .fa-angle-down {
	position: relative;
	top: 2px;
}

.lang-wrap:hover .lang-tooltip {
	visibility: visible;
	opacity: 1;
}

.no-list-style {
	list-style: none;
	margin: 0;
}

.lang-tooltip li {
	float: left;
	width: 100%;
	position: relative;
	text-align: left;
	color: #fff;
	border-radius: 4px;
	padding: 6px 14px;
}

.lang-tooltip li a {
	color: #323232;
	font-weight: 500;
	font-size: 10px;
	text-transform: uppercase;
	position: relative;
	float: left;
	width: 100%;
}

.lang-tooltip li a:before {
	font-family: 'Font Awesome 6 Free';
	content: '\f00c';
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
}

.lang-tooltip li a.current-lan:before {
	opacity: 1;
}

.header-user-menu {
	float: right;
	position: relative;
	top: 20px;
	margin-left: 50px;
	margin-right: 40px;
}

.header-user-menu:after {
	content: '';
	position: absolute;
	left: -70px;
	height: 30px;
	top: 4px;
	width: 1px;
	background: rgba(255, 255, 255, 0.21);
}

.header-user-name {
	position: relative;
	float: left;
	cursor: pointer;
	color: #fff;
	transition: 0.2s;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 10px;
	font-weight: 600;
}

.header-user-name:before {
	font-family: 'Font Awesome 6 Free';
	content: '\f0d7';
	position: absolute;
	color: #fff;
	bottom: 1px;
	font-size: 13px;
	right: -16px;
	transition: all 0.2s ease-in-out;
}

.header-user-name span {
	position: absolute;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	overflow: hidden;
	top: 0;
	left: -50px;
}

.header-user-name span img {
	width: 100%;
	height: 100%;
}

.header-user-menu ul {
	margin: 10px 0 0 0;
	opacity: 0;
	list-style: none;
	visibility: hidden;
	position: absolute;
	min-width: 150px;
	top: 60px;
	left: -50px;
	z-index: 1;
	padding: 10px 0;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #eee;
	transition: all 0.2s ease-in-out;
}

.header-user-name.hu-menu-visdec:before {
	transform: rotateX(180deg);
}

.header-user-menu ul.hu-menu-vis {
	opacity: 1;
	visibility: visible;
	top: 40px;
}

.header-user-menu ul li {
	float: left;
	width: 100%;
	padding: 4px 0;
}

.header-user-menu ul li a {
	color: #50596e;
	float: left;
	width: 100%;
	font-weight: 500;
	text-align: left;
	padding: 6px 15px;
}

.nav-holder {
	float: left;
	position: relative;
	top: 18px;
	margin-left: 15px;
	opacity: 1;
	right: 0;
	visibility: visible;
	z-index: 20;
}

.nav-holder nav {
	position: relative;
	float: right;
}

.nav-holder nav li {
	float: left;
	position: relative;
	margin-left: 6px;
	/* height: 50px; */
}

.nav-holder nav li ul {
	margin: 30px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width: 150px;
	top: 50px;
	left: 0;
	z-index: 1;
	padding: 10px 0;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #eee;
	transition: all 0.2s ease-in-out;
	list-style: none;
}

.nav-holder nav li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.nav-holder nav li ul li ul {
	top: -10px;
	left: -100%;
	margin-left: 25px;
	margin-top: 0;
	max-width: 150px;
	list-style: none;
}

.nav-holder nav li ul li:hover>ul {
	opacity: 1;
	visibility: visible;
	margin-right: 0;
}

.nav-holder nav li ul li {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
}

.nav-holder nav li a {
	float: left;
	padding: 10px;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	text-transform: none;
	line-height: 20px;
	letter-spacing: 0;
	color: #fff;
	transition: all 0.1s linear;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-holder nav li a i {
	padding-left: 6px;
	transition: all 0.2s linear;
}

.nav-holder nav li a:hover i {
	transform: rotateX(180deg);
}

.nav-holder nav li ul a {
	color: #323232;
	float: left;
	width: 100%;
	font-weight: 500;
	text-align: left;
	padding: 5px 15px;
}

nav li ul a:after,
nav li ul a:before {
	display: none;
}

.nav-button-wrap {
	float: right;
	height: 26px;
	width: 26px;
	cursor: pointer;
	position: relative;
	border-radius: 4px;
	top: 35px;
	margin-right: 16px;
	display: none;
}

.nav-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 20px;
	margin-left: -8px;
	margin-top: -7px;
}

.nav-button span {
	float: left;
	width: 100%;
	height: 2px;
	background: #fff;
	margin-bottom: 4px;
	border-radius: 4px;
	transition: all 0.2s linear;
}

.nav-button-wrap.vismobmenu_btn span {
	display: none;
}

.nav-button-wrap.vismobmenu_btn:before {
	font-family: 'Font Awesome 6 Free';
	/* content: '\f00d'; */
	content: '\58';
	position: absolute;
	color: #fff;
	font-size: 13px;
	top: 4px;
	left: 9px;
	font-weight: 100;
}

.header-search_container {
	position: absolute;
	bottom: -120px;
	left: 0;
	width: 100%;
	padding: 30px 0;
	background: rgb(48 53 61);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
}

.header-search_container:before {
	font-family: 'Font Awesome 6 Free';
	content: '\f689';
	position: absolute;
	left: 30px;
	top: 30px;
	color: rgba(255, 255, 255, 0.11);
	font-size: 54px;
}

.vis-head-search {
	opacity: 1;
	visibility: visible;
	bottom: -110px;
}

.header-search-input {
	width: 100%;
	float: left;
	padding: 5px 0px;
	position: relative;
	background: #f5f5f5;
}

.header-search-input.header-search_selectinpt {
	float: left;
	width: 36%;
	padding: 0 4px;
}

.header-search-input input:focus {
	border-radius: 4px 4px 0 0;
}

.header-search-input input::-webkit-input-placeholder {
	/* color: #fff; */
	font-weight: 500;
	font-size: 13px;
}

.header-search-input .nice-select {
	background: rgba(255, 255, 255, 0.11);
	height: 50px;
	line-height: 50px;
	border: none;
	/* color: #fff; */
	border-radius: 4px;
	font-weight: 400;
}

.header-search-input .nice-select input::-webkit-input-placeholder {
	color: #1e2434;
}

.header-search-input .nice-select input:focus {
	border-color: #eee;
}

.header-search-input .nice-select .option {
	color: #1e2434;
}

.location a {
	position: absolute;
	right: 20px;
	height: 20px;
	line-height: 20px;
	top: 50%;
	margin-top: -10px;
	z-index: 3;
	color: #fff;
	font-size: 10px;
}

.header-search-input-wrap {
	padding: 0 199px 0 0;
}

.header-search-input label {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
	font-size: 18px;
	opacity: 0.8;
	color: #1e2434;
}

.header-search-input input {
	float: left;
	border: none;
	background: rgba(255, 255, 255, 0.11);
	border-radius: 4px;
	position: relative;
	height: 50px;
	padding: 4px 20px 0 40px;
	z-index: 1;
	/* width: 100%; */
	/* color: #fff; */
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	margin: 0;
}

.header-search-button {
	position: absolute;
	right: 0;
	height: 50px;
	top: 0;
	line-height: 50px;
	border: none;
	color: #fff;
	border-radius: 30px;
	width: 180px;
	cursor: pointer;
	font-weight: 600;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.1);
	transition: all 0.3s linear;
}

.header-search_container .header-search-button:hover {
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
}

.header-search-button i {
	padding-right: 12px;
}

.header-search_container .header-search-button:hover i {
	color: #fff;
}

.nice-select .option.selected {
	color: #fff;
}

.header-search_close {
	position: absolute;
	right: 50%;
	margin-right: -18px;
	top: 100%;
	margin-top: 90px;
	width: 46px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	z-index: 2;
	font-size: 15px;
	cursor: pointer;
	border-radius: 0 0 4px 4px;
}

.scrollbar-inner .simplebar-scrollbar:before {
	background: rgba(0, 0, 0, 0.2);
	width: 5px;
}

.header-modal {
	position: absolute;
	top: 100%;
	width: 400px;
	z-index: -1;
	transition: all 0.3s linear;
	right: 190px;
	overflow: hidden;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	display: none;
}

.vis-wishlist {
	opacity: 1;
	visibility: visible;
	right: 210px;

	display: block;
}

.show-header-modal.scwllink i:before,
.show-search-button i.vis-head-search-close:before {
	font-family: 'Font Awesome 6 Free';
	content: '\f00d';
}

.show-header-modal.scwllink .cart-counter {
	opacity: 0;
}

.header-modal-top {
	padding: 15px 60px 15px 20px;
	background: #f5f5f5;
	border-bottom: 1px solid #dbe1f2;
}

.header-modal-top h4 {
	float: left;
	font-size: 13px;
	color: #1e2434;
	font-weight: 600;
	margin: 0;
}

.header-modal-top h4 span {
	font-size: 11px;
	font-weight: 400;
	padding-left: 4px;
	color: rgba(255, 255, 255, 0.7);
	position: relative;
	top: 0;
}

.header-modal-top h4 span strong {
	padding: 0 2px;
	font-size: 15px;
	font-weight: normal;
	color: #ff720b;

}

.header-modal-container {
	max-height: 320px;
	overflow: auto;
	padding: 10px 20px;
	background: #fff;
}

.close-header-modal {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	border-left: 1px solid rgba(255, 255, 255, 0.11);
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-size: 17px;
	color: #54a9fc;
}

.header-modal_btn i {
	padding-left: 12px;
}

.main-register-holder .tabs-menu li {
	float: left;
	width: 50%;
}

.tab-content {
	width: 100%;
	display: none;
	float: left;
}

.tab {
	width: 100%;
	float: left;
}

.main-register-holder .tab-content {
	padding: 0;
}

.first-tab {
	display: block;
}

.widget-posts li {
	padding: 10px 0;
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #eee;
	transition: all 0.1s linear;
}

.widget-posts li:hover {
	background: #f5f5f5;
}

.widget-posts-img {
	float: left;
	width: 30%;
	position: relative;
}

.widget-posts-descr {
	float: left;
	width: 100%;
	padding: 0;
	color: #323232;
}

.widget-posts-img img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.widget-posts-descr h4 {
	text-align: left;
	font-weight: 700;
	font-size: 14px;
	margin: 0;
}

.widget-posts-descr h4 a {
	color: #323232;
}

.widget-posts-descr-score {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #18458b;
	font-weight: 600;
	color: #fff;
	border-radius: 4px 0 0 0;
	font-size: 10px;
	opacity: 0;
	border: 1px solid rgba(0, 0, 0, 0.21);
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.21);
}

.widget-posts li:hover .widget-posts-descr-score,
.widget-posts-descr-score.wpds-visible {
	opacity: 1;
}

.widget-posts-descr .geodir-category-location a {
	float: left;
	text-align: left;
	color: #999;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
}

.geodir-category-location a i {
	padding-right: 4px;
}

.widget-posts-descr .geodir-category-location {
	margin-top: 4px;
}

.widget-posts-descr-link {
	width: 100%;
	white-space: break-spaces !important;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	line-height: 20px;
	margin: 4px 0;
	font-size: 13px;
	overflow: hidden;
}

.widget-posts-descr-link a {
	float: left;
	margin-right: 4px;
	text-align: left;
	color: #1e2434;
	font-size: 11px;
	font-weight: 600;
}

.clear-wishlist {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	font-size: 16px;
	visibility: hidden;
	opacity: 0;
}

.widget-posts li:hover .clear-wishlist {
	opacity: 1;
	visibility: visible;
}

.listing-rating i {
	color: #facc39;
}

.listing-rating.small-font i {
	font-size: 10px;
	margin-right: 2px;
}

.widget-posts-descr .listing-rating {
	float: left;
}

section {
	float: left;
	position: relative;
	padding: 40px 0;
	background: #fff;
	z-index: 1;
	width: 100%;
}

section.parallax-section {
	padding: 20px 0;
	overflow: hidden;
	background: #1e293a;
}

section.filter-section {
	padding: 110px 0 0;
}

section.video-section {
	padding: 150px 0;
	overflow: hidden;
}

.small-padding {
	padding: 50px 0;
}

.no-top-padding-sec {
	padding-top: 0;
}

section.parallax-section.small-par {
	padding: 90px 0;
}

section.hero-section {
	padding: 100px 0 100px;
	z-index: 20;
}

.slw-sec {
	padding: 40px 0;
}

.gray-bg {
	background: #f6f7ff;
}

section.hero-section .bg {
	height: 120%;
	top: -10%;
}

section.parallax-section .bg {
	height: 120%;
	top: 0;
}

.section-title {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 0;
}

.parallax-section .section-title {
	padding-bottom: 0;
}

.section-title .breadcrumbs {
	margin-top: 20px;
}

.section-title .breadcrumbs a,
.section-title .breadcrumbs span {
	color: rgba(255, 255, 255, 0.71);
	display: inline-block;
	padding: 0 16px;
	position: relative;
	font-weight: 500;
}

.section-title .breadcrumbs a:hover,
.section-title .breadcrumbs span {
	color: #fff;
}

section.color-bg .section-title .breadcrumbs {
	margin-top: 0;
	margin-bottom: 10px;
}

section.color-bg .section-title .breadcrumbs a:before {
	background: #fff !important;
}

.section-title p {
	color: #1e2434;
	font-size: 16px;
	line-height: 26px;
	max-width: 550px;
	margin: 0 auto;
}

.section-title h2 {
	float: left;
	width: 100%;
	text-align: center;
	color: #183B56;
	font-size: 36px;
	font-weight: 600;
	position: relative;
	font-family: "Barlow Condensed", sans-serif;
}

.parallax-section .section-title h2 {
	font-size: 32px;
}

.parallax-section .section-title h4 {
	color: #fff;
	font-weight: 400;
}

.section-separator {
	float: left;
	width: 100%;
	position: relative;
	margin: 20px 0 0;
}

section.gray-section .section-separator {
	background: #f9f9f9;
}

.header-sec-link {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	bottom: 0;
}

.header-sec-link {
	position: absolute;
	left: 50%;
	width: 220px;
	height: 80px;
	line-height: 138px;
	bottom: 0;
	margin-left: -110px;
	overflow: hidden;
}

.header-sec-link i {
	position: relative;
	z-index: 2;
	bottom: 0;
	font-size: 19px;
}

.header-sec-link:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 400px 58px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA3NiAzMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzYgMzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTcuNywxMS40Yy0xLjQtMS40LTIuNy0yLjktNC4xLTQuNGMtMC4yLTAuMy0wLjUtMC41LTAuOC0wLjhjLTAuMi0wLjItMC4zLTAuMy0wLjUtMC41bDAsMA0KCUM0OC42LDIuMiw0My41LDAsMzgsMFMyNy40LDIuMiwyMy42LDUuN2wwLDBjLTAuMiwwLjItMC4zLDAuMy0wLjUsMC41Yy0wLjMsMC4zLTAuNSwwLjUtMC44LDAuOGMtMS40LDEuNS0yLjcsMy00LjEsNC40DQoJYy01LDUuMS0xMS43LDYuMS0xOC4zLDYuM1YzMWg5LjRoOC45aDM5LjRoNC45SDc2VjE3LjZDNjkuNCwxNy40LDYyLjcsMTYuNSw1Ny43LDExLjR6Ii8+DQo8L3N2Zz4NCg==);
	top: 25px;
	left: 0;
	z-index: -1;
}

/* .section-separator:before{content:'';position:absolute;left:50%;top:0;height:3px;margin-left:-25px;width:50px;border-radius:3px;z-index:2}
.section-separator.fl-sec-sep:before{left:0;margin-left:0} */
.parallax-section .section-title h2,
.parallax-section .section-title p {
	color: #fff;
}

.parallax-section .section-title.left-align,
.parallax-section .section-title.left-align h2 {
	text-align: left;
}

.section-subtitle {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: -10px;
	font-size: 55px;
	opacity: 0.08;
	z-index: -1;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: "Barlow Condensed", sans-serif;
}

.parallax-section .section-subtitle {
	color: #fff;
	opacity: 0.2;
}

.section-subtitle:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 0,
			rgba(255, 255, 255, 0.95) 100%);
}

.gray-section .section-subtitle:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(0, rgba(249, 249, 249, 249)),
			color-stop(100%, rgba(249, 249, 249, 0.75)));
	background: -webkit-linear-gradient(top,
			rgba(0, 0, 0, 0) 0,
			rgba(249, 249, 249, 0.75) 100%);
	background: -o-linear-gradient(top,
			rgba(0, 0, 0, 0) 0,
			rgba(249, 249, 249, 0.75) 100%);
	background: -ms-linear-gradient(top,
			rgba(0, 0, 0, 0) 0,
			rgba(249, 249, 249, 0.75) 100%);
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 0,
			rgba(249, 249, 249, 0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fffff', GradientType=0);
}

.parallax-section .section-subtitle:before {
	display: none;
}

.hero-slider-item {
	padding: 70px 0 90px;
}

.shb {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	z-index: 20;
	border-radius: 100%;
	cursor: pointer;
	color: #fff;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
	transition: all 0.4s linear;
}

.shb:hover {
	background: #fff;
}

.shb.slider-hero-button-prev {
	left: 20px;
}

.shb.slider-hero-button-next {
	right: 20px;
}

.hero-slider-item .nice-select .list {
	max-height: 150px;
}

.hero-categories {
	margin-top: 50px;
	z-index: 1;
}

.hero-categories li {
	display: inline-block;
	padding: 0 30px;
}

.hero-categories li a {
	display: block;
	color: rgba(255, 255, 255, 0.71);
}

.hero-categories li a i {
	display: block;
	font-size: 34px;
	margin-bottom: 10px;
}

.hero-categories li a:hover,
.hero-categories li a:hover i {
	color: #fff;
}

.hero-categories_title {
	color: rgba(255, 255, 255, 0.9);
	margin: 20px 0 30px;
	position: relative;
	display: block;
	font-weight: 500;
	display: inline-table;
}

.hero-categories_title:before {
	content: '';
	position: absolute;
	right: -180px;
	top: 0;
	width: 60px;
	height: 60px;
	background: url(../images/arrow.png) no-repeat center;
}

.intro-item h1 {
	font-size: 60px;
	line-height: 70px;
	font-weight: 600;
	color: #fff;
	position: relative;
	z-index: 2;
	font-family: "Barlow Condensed", sans-serif;
}

.individual-bubble {
	position: absolute;
	border-radius: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 1;
}

.bubbles {
	display: inline-table;
	position: relative;
	padding: 0;
}

.intro-item h3 {
	color: #ff720b;
	/* font-weight: 600; */
	font-size: 26px;
}

.mob_bg {
	display: none;
}

.hero-map-search-wrap .hero-search,
.hero-slider-item .hero-search,
.main-search-input-tabs .tabs-container {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
}

.hero-slider-item .hero-search {
	margin-top: 40px;
}

.hero-map {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.hero-map-search-wrap {
	z-index: 2;
	margin-top: -100px;
	padding: 0 50px;
}

.main-search-input-tabs .tabs-menu {
	z-index: 2;
	position: relative;
	margin-bottom: 15px;
}

.main-search-input-tabs .tabs-menu li {
	display: inline-block;
	position: relative;
}

.main-search-input-tabs .tabs-menu li a {
	padding: 12px 20px;
	display: block;
	border-radius: 4px 4px 0 0;
	font-weight: 600;
	position: relative;
	letter-spacing: 2px;
	box-sizing: border-box;
	font-size: 13px;
	text-transform: uppercase;
}

.main-search-input-tabs .tabs-menu li a:before {
	top: 30px;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #fff;
	border-width: 14px;
	margin-left: -14px;
	display: none;
}

.main-search-input-tabs .tabs-menu li.current a:before {
	display: block;
}

/* .main-search-input-tabs{margin-top:50px} */
.main-search-input {
	padding: 8px 180px 8px 0;
}

.main-search-input-item {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	border-right: 1px solid #eee;
	height: 50px;
	padding: 0 5px;
	position: relative;
}

.main-search-input-item input {
	float: left;
	border: none;
	width: 100%;
	height: 50px;
	padding-left: 20px;
}

.main-search-input-item label {
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 10;
}

.main-search-button {
	position: absolute;
	right: 10px;
	width: 160px;
	color: #fff;
	top: 10px;
	bottom: 10px;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1.5px;
}

.main-search-button i {
	padding-left: 10px;
	color: #fff;
}

.main-search-input-item .nice-select {
	color: #666;
	font-size: 13px;
	font-weight: 100;
	float: left;
	width: 100%;
	border: none;
	height: 50px;
	z-index: 100;
	background: #fff;
	line-height: 50px;
}

.main-search-input-wrap.illust-item {
	max-width: 900px;
	margin: 20px auto;
	position: relative;
}

.main-search-input:before {
	content: '';
	position: absolute;
	bottom: -40px;
	width: 50px;
	height: 1px;
	background: rgba(255, 255, 255, 0.41);
	left: 50%;
	margin-left: -25px;
}

.main-search-input-item.location a {
	position: absolute;
	top: 18px;
	right: 22px;
	z-index: 500;
}

.main-search-input-item.location a:hover {
	border-radius: 100%;
	animation: pulse 1.1s infinite ease-in-out;
}

.daterangepicker_big .daterangepicker {
	width: 506px !important;
	max-width: none;
	top: 100px;
	left: 20px;
}

.bg_tabs {
	transition: all 0.4s linear;
}

@keyframes move_wave {
	0% {
		transform: translateX(0) translateZ(0) scaleY(1);
	}

	50% {
		transform: translateX(-25%) translateZ(0) scaleY(0.55);
	}

	100% {
		transform: translateX(-50%) translateZ(0) scaleY(1);
	}
}

.waveWrapper {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 50%;
	z-index: -1;
}

.waveWrapperInner {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 100%;
	bottom: -45px;
}

.bgMiddle {
	z-index: 10;
}

.bgBottom {
	z-index: 5;
}

.wave-bg-anim {
	position: absolute;
	left: 0;
	width: 200%;
	height: 100%;
	background-repeat: repeat no-repeat;
	background-position: 0 bottom;
	transform-origin: center bottom;
}

.waveTop {
	background-size: 50% 100px;
}

.waveAnimation .waveTop {
	animation: move-wave 3s;
	animation-delay: 1s;
}

.waveMiddle {
	background-size: 50% 100px;
}

.waveAnimation .waveMiddle {
	animation: move_wave 9s linear infinite;
}

.waveBottom {
	background-size: 50% 90px;
}

.waveAnimation .waveBottom {
	animation: move_wave 14s linear infinite;
}

.main-register-wrap,
.map-overlay,
.reg-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* z-index: 1000; */
	overflow: auto;
	display: none;
	-webkit-transform: translate3d(0, 0, 0);
	background: rgba(37, 44, 65, 0.7);
}

.map-overlay {
	z-index: 2000;
}

.reg-overlay {
	/* z-index: 1; */
	background: 0 0;
}

.hid-body {
	overflow: hidden;
}

.main-register-holder {
	max-width: 640px;
	margin: 100px auto;
	position: relative;
	/* z-index: 5; */
}

.main-register {
	float: left;
	width: 100%;
	position: relative;
	padding: 60px 0 20px;
	margin-bottom: 50px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.1);
}

.modal_main {
	transition: all 0.4s ease-in-out;
	transform: scale(0.6);
	opacity: 0;
}

.modal_main.vis_mr {
	opacity: 1;
	transform: scale(1);
}

.close-reg {
	position: absolute;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
	line-height: 54px;
	cursor: pointer;
	z-index: 3;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.11);
	font-size: 18px;
	background: #2a3143;
}

.main-register_title {
	position: absolute;
	left: 0;
	top: 0;
	height: 54px;
	line-height: 54px;
	padding-left: 30px;
	color: #fff;
	text-align: left;
	background: #1e2434;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	z-index: 2;
}

.main-register_title span {
	text-transform: uppercase;
	font-weight: 600;
	color: #ff720b;
}

.soc-log {
	padding: 15px 0;
}

.lost-password-tootip p,
.soc-log p {
	margin-bottom: 12px;
	font-size: 13px;
	color: #1e2434;
}

.soc-log a {
	float: left;
	width: 100%;
	color: #fff;
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	text-align: center;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
}

.soc-log a.facebook-log {
	background: #3b5998;
}

.soc-log a.twitter-log {
	background: #55acee;
}

.soc-log a.paypal-log {
	background: #205da5;
}

.log-separator span {
	position: relative;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #eee;
	border-radius: 100%;
	display: inline-block;
	background: #f6f7ff;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 2;
	color: #1e2434;
}

.log-separator:after,
.log-separator:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 50%;
	height: 1px;
	background: #eee;
	z-index: 1;
}

.log-separator:after {
	left: inherit;
	right: 0;
}

.custom-form .log-submit-btn i {
	margin-left: 10px;
}

.main-register .filter-tags {
	float: left;
	margin-top: 20px;
}

.main-register .filter-tags.ft-list {
	margin-top: 2px;
}

.lost_password {
	margin-top: 24px;
	float: right;
}

.lost_password a,
.main-register-holder .filter-tags {
	float: left;
	color: #1e2434;
	font-size: 13px;
	font-weight: 600;
}

.main-register-holder .tabs-container {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 0 30px;
}

.main-register-holder .tabs-menu {
	padding: 0 30px;
}

.filter-sidebar-header .tabs-menu:before,
.main-register-holder .tabs-menu:before {
	content: '';
	position: absolute;
	left: 30px;
	right: 30px;
	height: 1px;
	bottom: 1px;
	background: #e5e5e5;
}

.filter-sidebar-header .tabs-menu:before {
	left: 0;
	right: 0;
}

.filter-sidebar-header .tabs-menu li,
.main-register-holder .tabs-menu li {
	float: left;
	text-align: left;
	position: relative;
	z-index: 2;
	border-bottom: 3px solid transparent;
}

.filter-sidebar-header .tabs-menu li {
	text-align: center;
}

.filter-sidebar-header .tabs-menu li a,
.main-register-holder .tabs-menu li a {
	color: #323232;
	font-size: 15px;
	display: block !important;
	font-weight: 600;
	padding: 14px 0;
	text-transform: uppercase;
}

.main-register-holder .tabs-menu li.current a {
	color: #ff720b;
	display: block !important;
}

.filter-sidebar-header .tabs-menu li a i,
.main-register-holder .tabs-menu li a i {
	margin-right: 10px;
}

.main-register-holder .custom-form .filter-tags label {
	font-size: 11px;
	color: #1e2434;
}

/* .main-register-holder .custom-form .btn {
	margin-top: 0;
} */

.wave {
	opacity: 0.9;
	position: absolute;
	top: 3%;
	left: 50%;
	background: #3f51b5;
	width: 500px;
	height: 500px;
	margin-left: -250px;
	margin-top: -250px;
	transform-origin: 50% 48%;
	border-radius: 43%;
	animation: drift 6s infinite linear;
}

.wave.-three {
	animation: drift 10s infinite linear;
}

.wave.-two {
	animation: drift 14s infinite linear;
	opacity: 0.4;
	background: #79bcfc;
}

.wave-bg {
	position: absolute;
	bottom: -400px;
	height: 200px;
	right: 100px;
	width: 100%;
	z-index: -1;
	transform: rotateY(10deg);
}

@-webkit-keyframes drift {
	from {
		transform: rotate(0);
	}

	from {
		transform: rotate(360deg);
	}
}

@keyframes drift {
	from {
		transform: rotate(0);
	}

	from {
		transform: rotate(360deg);
	}
}

.login-column {
	float: left;
	width: 650px;
	position: relative;
	min-height: 100vh;
	background: #fff;
	padding-top: 120px;
}

.login-column .main-register-holder {
	margin-top: 0;
	max-width: 550px;
}

.login-column .main-register {
	padding-top: 0;
}

.login-column-bg {
	position: fixed;
	top: 0;
	right: 0;
	left: 650px;
	overflow: hidden;
	height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
}

.login-column_header {
	max-width: 500px;
	margin: 0 auto 50px;
}

.login-column_header img {
	height: 30px;
	width: auto;
	margin: 0 auto;
}

.login-column_header h4 {
	font-size: 24px;
	color: #3b5998;
	margin-top: 20px;
}

.login-promo-container {
	position: absolute;
	left: 0;
	width: 100%;
	top: 40%;
	z-index: 20;
}
a.forgotpass{
	color: #a0a0a0;
	font-size: 14px;
}
a.forgotpass:hover{
	color: #333;
    text-decoration: underline !important;
}

.lost-password {
	position: relative;
}

.lost-password-tootip {
	position: absolute;
	right: 0;
	width: 350px;
	bottom: 60px;
	padding: 30px 20px;
	background: #fff;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.15);
	transition: all 0.2s linear;
	opacity: 0;
	visibility: hidden;
}

.lpt_vis {
	opacity: 1;
	visibility: visible;
}

.lost-password-tootip p {
	text-align: left;
}

.close-lpt {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 13px;
	cursor: pointer;
}

.custom-form {
	float: left;
	width: 100%;
	position: relative;
	padding: 20px 0 0;
}

.custom-form input[type='button'],
.custom-form input[type='email'],
.custom-form input[type='password'],
.custom-form input[type='number'],
.custom-form input[type='text'],
.custom-form input[type='url'],
.custom-form textarea,
.listsearch-input-item input[type='text'] {
	/* float: left; */
	border: 1px solid #e5e7f2;
	background: #fcfcfc;
	width: 100%;
	padding: 10px 20px 10px 20px;
	border-radius: 4px;
	color: #1e2434;
	font-size: 13px;
	-webkit-appearance: none;
	outline: 0;
	overflow: hidden;
	z-index: 1;
}

.custom-form.dark-form input[type='button'],
.custom-form.dark-form input[type='email'],
.custom-form.dark-form input[type='password'],
.custom-form.dark-form input[type='number'],
.custom-form.dark-form input[type='text'],
.custom-form.dark-form textarea {
	border: none;
	background: rgba(255, 255, 255, 0.08);
}

.custom-form input[type='text']::-webkit-input-placeholder,
.custom-form input[type='url']::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder,
.listsearch-input-item input[type='text']::-webkit-input-placeholder {
	color: #1e2434;
	font-weight: 500;
	font-size: 13px;
	font-family: Nunito, sans-serif;
}

.custom-form input[type='email']:focus,
.custom-form input[type='password']:focus,
.custom-form input[type='text']:focus,
.custom-form input[type='url']:focus,
.custom-form textarea:focus,
.listsearch-input-item input[type='text']:focus {
	background: #fff;
	box-shadow: 0 10px 14px 0 rgba(12, 0, 46, 0.06);
}

.custom-form .nice-select input {
	padding-left: 20px;
}

.custom-form textarea {
	height: 200px;
	resize: none;
	padding: 25px 20px;
	-webkit-appearance: none;
}

/* .custom-form input {
	margin-bottom: 20px;
} */

.custom-form .filter-tags input,
.filter-tags input {
	float: left;
	position: relative;
	border: 1px solid #363d47;
	cursor: pointer;
	padding: 0;
	width: 15px;
	height: 15px;
	position: relative;
	border-radius: 2px;
	color: #ff720b;
	background: #1e2434;
	-webkit-appearance: none;
}

.custom-form.dark-form .filter-tags input {
	border-color: transparent;
	background: rgba(255, 255, 255, 0.21);
}

.custom-form .filter-tags input:checked:after,
.filter-tags input:checked:after {
	font-family: 'Font Awesome 6 Free';
	content: '\f00c';
	font-size: 13px;
	position: absolute;
	top: -2px;
	left: 1px;
	z-index: 20;
}

.custom-form .filter-tags label,
.filter-tags label {
	padding: 0 10px;
	position: relative;
	color: #adb3bc;
	font-weight: normal;
	width: auto;
	font-size: 13px;
	margin: 0;
}

.custom-form.dark-form .filter-tags label {
	color: #fff;
}

.add-your-prod label,
.custom-form label {
	/* float: left;
	position: relative; */
	width: 100%;
	text-align: left;
	font-weight: 500;
	color: #666;
	color: #323232;
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	float: left;
}

/* .main-register .custom-form label {
	padding-bottom: 12px;
} */

.custom-form.dark-form label {
	color: rgba(255, 255, 255, 0.71);
}

.custom-form label i {
	padding-right: 12px;
	font-size: 14px;
	position: absolute;
	top: 22px;
	left: 15px;
}

.vis-label {
	margin-bottom: 10px;
	font-size: 13px;
}

.custom-form label.vis-label i {
	top: 44px;
}

.custom-form button {
	padding: 7px 30px !important;
	outline: 0;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	/* margin-top: 20px; */
	background: #ff720b;
	color: #fff;
	/* min-width: 150px; */
	/* text-transform: uppercase;
    font-weight: 600; */
	font-size: 16px;
	font-family: Nunito, sans-serif;
}

.custom-form input[type='number']::-webkit-inner-spin-button,
.custom-form input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.custom-form input[type='number'] {
	-moz-appearance: textfield;
}

.custom-form .quantity span {
	float: left;
	position: relative;
	top: 16px;
	padding-left: 14px;
	color: #1e2434;
}

.custom-form .quantity span i {
	padding-right: 10px;
	font-size: 14px;
}

.custom-form .quantity input.minus,
.custom-form .quantity input.plus,
.custom-form .quantity input.qty {
	width: 50px;
	height: 50px;
	border-radius: 0;
	text-align: center;
	padding: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.custom-form .quantity input.plus {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.custom-form .quantity input.minus {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.quantity-item {
	float: right;
}

.custom-form .quantity input.qty {
	color: #fff;
	width: 50px;
	border-right: none;
	border-left: none;
	cursor: default;
	-webkit-appearance: none;
	background: #1e2434;
}

.custom-form.no-icons input,
.custom-form.no-icons textarea {
	padding-left: 10px;
}

.custom-form.no-icons label {
	margin-bottom: 20px;
}

.pass-input-wrap span {
	position: absolute;
	right: 20px;
	cursor: pointer;
	bottom: 36px;
	z-index: 10;
	font-size: 13px;
}

.pass-input-wrap input {
	padding-left: 10px !important;
}

.radio {
	color: #999;
	font-size: 13px;
	position: relative;
	top: -2px;
}

.radio span {
	position: relative;
	padding-left: 30px;
	top: 1px;
}

.radio span:after {
	content: '';
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	position: absolute;
	left: 0;
	top: -3px;
	box-sizing: border-box;
}

.radio input[type='radio'] {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}

.radio input[type='radio']:checked+span {
	color: #666;
}

.radio input[type='radio']:checked+span:before {
	font-family: 'Font Awesome 6 Free';
	content: '\f00c';
	font-size: 13px;
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 20;
}

.book-form .quantity-item label {
	width: auto;
	position: relative;
	top: 16px;
	padding-right: 10px;
	color: #323232;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.book-form .quantity-item label i {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	padding-right: 8px;
}

.book-form .quantity {
	float: right;
}

.book-form .quantity-item {
	margin-bottom: 20px;
	float: left;
	width: 50%;
}

.book-form .quantity-item.fcit {
	padding-left: 20px;
}

.book-form .btnaplly {
	color: #fff;
	width: 100%;
	background: #f8bb11;
	padding: 15px 0;
	border-radius: 4px;
}

.book-form .btnaplly i {
	padding-left: 10px;
}

.total-coast {
	padding: 15px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.total-coast strong {
	color: #323232;
	font-size: 13px;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 21px;
}

.total-coast span {
	float: right;
	text-align: right;
	font-size: 19px;
	font-weight: 400;
	position: relative;
	top: 3px;
}

.custom-form .total-coast input {
	width: inherit !important;
	float: left;
	border: none;
	background: 0 0;
	height: auto;
	padding: 0;
	color: #222;
	font-size: 24px;
	text-align: right;
	margin-bottom: 0;
	top: -3px;
	position: relative;
	right: 10px;
}

.hid-input {
	display: none;
}

.onoffswitch {
	position: relative;
	width: 83px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 20px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:after,
.onoffswitch-inner:before {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: 700;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: 'ON';
	padding-left: 21px;
	background-color: #ff720b;
	color: #fff;
}

.onoffswitch-inner:after {
	content: 'OFF';
	padding-right: 21px;
	background-color: #ff720b;
	color: #fff;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 21px;
	margin: 4.5px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 49px;
	border: 2px solid #fff;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0;
}

.main-register .custom-form input[type='email'],
.main-register .custom-form input[type='password'],
.main-register .custom-form input[type='number'],
.main-register .custom-form input[type='text'],
.main-register .custom-form input[type='url'] {
	padding-left: 20px;
}

.circle-wrap {
	position: absolute;
	transition: all 0.3s linear;
}

.circle_bg-bal {
	display: block;
	background: radial-gradient(circle at 10px 10px,
			rgba(255, 255, 255, 0.31),
			rgba(255, 255, 255, 0.11));
	border-radius: 100%;
}

.circle_bg-bal_small {
	height: 100px;
	width: 100px;
	animation: bubble-anim 2s ease-out infinite;
}

.circle_bg-bal_middle {
	height: 150px;
	width: 150px;
	animation: bubble-anim 8s ease-out infinite;
}

.circle_bg-bal_versmall {
	height: 40px;
	width: 40px;
}

.circle_bg-bal_big {
	height: 200px;
	width: 200px;
	animation: bubble-anim 4s ease-out infinite;
}

@keyframes bubble-anim {
	0% {
		transform: scale(1);
	}

	20% {
		transform: scaleY(0.95) scaleX(1.05);
	}

	48% {
		transform: scaleY(1.1) scaleX(0.9);
	}

	68% {
		transform: scaleY(0.98) scaleX(1.02);
	}

	80% {
		transform: scaleY(1.02) scaleX(0.98);
	}

	100%,
	97% {
		transform: scale(1);
	}
}

.gradient-bg-figure {
	position: absolute;
	width: 550px;
	height: 200px;
	border-radius: 200px;
	background: rgba(255, 255, 255, 0.07);
	transform: rotate(35deg);
	box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.03);
}

.footer-inner {
	padding: 50px 0 50px;
	overflow: hidden;
}

.main-footer {
	background: #1e2434;
	overflow: hidden;
	z-index: 6;
	top: 100%;
	/* position: absolute; */
}

.sub-footer {
	padding: 18px 0;
	background: #1e2434;
}

.sub-footer .lang-wrap {
	top: 0;
	background: rgba(255, 255, 255, 0.11);
	border-radius: 4px;
	margin-right: 0;
}

.sub-footer .lang-wrap:hover .lang-tooltip {
	top: -116px;
}

.sub-footer .copyright {
	color: rgba(255, 255, 255, 0.61);
	font-weight: 500;
	font-size: 13px;
}

.subfooter-nav:before {
	content: '';
	position: absolute;
	right: -22px;
	top: 50%;
	height: 10px;
	margin-top: -5px;
	width: 1px;
}

.subfooter-nav li {
	margin-left: 15px;
}

.subfooter-nav li a {
	color: rgba(255, 255, 255, 0.61);
	font-weight: 400;
	font-size: 13px;
}

.footer-social {
	margin-top: 24px;
}

.footer-social span {
	margin-right: 15px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

.footer-social,
.footer-social li,
.footer-social li a,
.footer-social span,
.footer-social ul{
	float: left;
}

.footer-social li {
	margin-right: 10px;
}

.footer-social li a {
	font-size: 13px;
}

.footer-bg {
	position: absolute;
	left: 0;
	width: 500px;
	height: 400px;
	bottom: -50px;
	z-index: 1;
	opacity: 0.6;
	background: url(../images/map-bg.png) center no-repeat;
}

.footer-bg-pin {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}

.footer-bg-pin:first-child {
	left: 120px;
	top: 200px;
}

.footer-bg-pin:nth-child(2) {
	left: 230px;
	top: 200px;
}

.footer-bg-pin:nth-child(3) {
	left: 136px;
	top: 300px;
}

.footer-bg-pin:nth-child(4) {
	right: 190px;
	top: 220px;
}

.footer-bg-pin:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 100%;
	z-index: -1;
	opacity: 0.4;
}

@keyframes pulse {
	100% {
		transform: scale(22.1);
		opacity: 0;
	}
}

.footer-bg-pin-vis:before {
	animation: pulse 2s infinite ease-in-out;
}

.footer-header {
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
	padding: 40px 0 30px;
	background: #f8e9dd;
}

.subscribe-header {
	float: left;
	position: relative;
	top: 6px;
	text-align: left;
}

.subscribe-header h3 i {
	padding-left: 20px;
	font-weight: 100;
}

.subscribe-header h3 {
	font-weight: 600;
	position: relative;
	font-size: 25px;
	color: #1e2434;
	padding-bottom: 6px;
}

.subscribe-header p {
	color: #1e2434;
	font-size: 13px;
}

#subscribe .enteremail {
	background: #fff;
	height: 50px;
	line-height: 50px;
	border: none;
	padding: 0 120px 0 25px;
	box-sizing: border-box;
	z-index: 1;
	overflow: hidden;
	border-radius: 30px;
}

#subscribe .enteremail::-webkit-input-placeholder {
	/* color: #999; */
	font-weight: 500;
	font-size: 13px;
}

#subscribe {
	float: left;
	width: 100%;
	position: relative;
}

#subscribe-button {
	position: absolute;
	right: 0;
	line-height: 50px;
	cursor: pointer;
	border: none;
	font-size: 16px;
	z-index: 10;
	padding: 0 20px;
	background: #ff720b;
	border-radius: 30px;
	color: #fff;
	font-weight: 600;
}

#subscribe-button:hover i:before {
	content: '\f2b6';
}

#subscribe-button:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	/* background: #fff; */
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.subscribe-message {
	color: #fff;
	float: left;
	margin-top: 10px;
	text-align: left;
	font-weight: 500;
	line-height: 19px;
}

.subscribe-message i {
	padding-right: 6px;
}

.subscribe-message.valid i {
	color: #5ecfb1;
}

.subscribe-message.error i {
	color: red;
}

.footer-widget #subscribe-button i {
	padding-right: 6px;
}

.footer-logo {
	float: left;
	margin-bottom: 40px;
}

.footer-logo img {
	width: auto;
	height: 30px;
}

.footer-wave,
.section-wave {
	position: absolute;
	bottom: -160px;
	width: 100%;
	left: 0;
	z-index: 2;
	height: 400px;
	opacity: 0.06;
}

.footer-widget h3 {
	font-size: 16px;
	float: left;
	text-align: left;
	width: 100%;
	margin-bottom: 26px;
	color: #fff;
	font-weight: 600;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	padding-bottom: 25px;
	position: relative;
}

.footer-widget h3:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 1px;
}

#footer-twiit div.user,
#footer-twiit img,
p.interact {
	display: none;
}

#footer-twiit {
	text-align: left;
}

#footer-twiit ul {
	list-style: none;
}

#footer-twiit a {
	color: #fff;
}

#footer-twiit p.tweet {
	font-size: 11px;
	color: #fff;
	float: left;
	padding: 20px 22px;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
}

#footer-twiit li:last-child .timePosted a {
	margin-bottom: 0;
}

.no-border {
	border: none !important;
}

.twitter-holder {
	height: 250px;
	overflow: auto;
	padding-right: 15px;
}

.twitter-holder:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 2px;
	background: #fff;
	opacity: 0.1;
	right: 5px;
}

#footer-twiit p.tweet {
	line-height: 24px;
}

#footer-twiit p.tweet:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -2;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.071);
}

#footer-twiit p.tweet:after {
	font-family: Font awesome\5 Brands;
	content: '\f099';
	position: absolute;
	bottom: 10px;
	right: 12px;
	color: #fff;
	opacity: 0.2;
	font-size: 24px;
	z-index: -1;
}

#footer-twiit .timePosted a {
	color: #ccc;
	position: relative;
	float: left;
	margin-bottom: 30px;
	padding-left: 20px;
}

#footer-twiit .timePosted a:before {
	font-family: 'Font Awesome 6 Free';
	content: '\f017';
	position: absolute;
	top: 0;
	left: 0;
	color: #ccc;
	opacity: 0.7;
	font-size: 14px;
}

#footer-twiit .timePosted a:after {
	top: -10px;
	left: 22px;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#footer-twiit .timePosted a:after {
	border-color: transparent;
	border-top-color: rgba(255, 255, 255, 0.071);
	border-width: 7px;
	margin-left: 7px;
}

.footer-link {
	float: left;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	position: relative;
	margin-top: 18px;
}

.footer-link.twitter-link {
	margin-top: 24px;
}

.footer-link i {
	margin-left: 14px;
}

.footer-widget .footer-contacts-widget p {
	color: #fff;
	text-align: left;
	line-height: 24px;
	margin-bottom: 10px;
}

.footer-contacts {
	margin-top: 15px;
}

.footer-contacts li {
	float: left;
	text-align: left;
	min-width: 250px;
	padding: 11px 15px;
	font-size: 13px;
	font-weight: 500;
	background: rgba(255, 255, 255, 0.11);
	border-radius: 30px;
	margin-bottom: 12px;
}

.footer-contacts li a,
.footer-contacts li span {
	color: rgba(255, 255, 255, 0.51);
}

.footer-contacts li a {
	color: rgba(255, 255, 255, 0.81);
	padding-left: 4px;
}

.footer-contacts li i {
	padding-right: 7px;
}

.footer-widget-posts li {
	margin-bottom: 30px;
}

.footer-widget-posts li:last-child {
	margin-bottom: 0;
}

.contact-btn {
	float: left;
	color: #fff;
	padding: 15px 35px;
	font-size: 13px;
	margin-top: 25px;
	font-weight: 600;
	border-radius: 30px;
	position: relative;
}

.contact-btn i {
	margin-left: 10px;
}

.footer-widget-posts .widget-posts-img {
	float: left;
	width: 25%;
}

.footer-widget-posts .widget-posts-img img {
	border-radius: 4px;
}

.footer-widget-posts .widget-posts-descr {
	float: left;
	width: 75%;
	padding-left: 12px;
	text-align: left;
	position: relative;
}

.footer-widget-posts .widget-posts-descr:before {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 12px;
	right: 0;
	height: 1px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.21);
}

.footer-widget-posts .widget-posts-descr a {
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 20px;
}

.footer-widget-posts .widget-posts-descr a:hover {
	color: #fff;
}

.footer-widget-posts .widget-posts-date {
	float: left;
	width: 100%;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.51);
	font-weight: 600;
	font-size: 11px;
}

.footer-widget-posts .widget-posts-date i {
	padding-right: 10px;
}

.to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #fff !important;
	background: #4b5461;
	line-height: 40px;
	font-size: 18px;
	z-index: 116;
	cursor: pointer;
	display: none;
	border-radius: 3px;
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-transform: translate3d(0, 0, 0);
}

.to-top:hover {
	background: #1e2434;
}

.to-top.to-top_footer {
	position: absolute;
}

.box-item {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.box-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	background: rgba(51, 51, 51, 0.41);
	transition: all 0.3s linear;
}

.box-item a.gal-link {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	color: #fff;
	font-size: 8px;
	z-index: 10;
	top: 40%;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.4);
	transition: all 0.3s linear;
}

.list-single-gallery .box-item {
	border-radius: 6px;
}

.box-item:hover a.gal-link {
	top: 50%;
	opacity: 1;
}

.box-item:hover:before {
	opacity: 1;
}

.map-container {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}

.fw-map {
	height: 500px;
}

.fw-map.big_map {
	height: 550px;
}

.fw-map2,
.fw-map2 #singleMap {
	height: 500px;
}

.hidden-map-container {
	display: none;
	background: #fff;
	overflow: hidden;
}

#singleMap,
.fw-map-small-map {
	height: 420px;
}

#singleMap {
	height: 300px;
}

.map-container.column-map.right-pos-map {
	right: 0;
}

.map-container.column-map.left-pos-map {
	left: 0;
}

.map-container #map-main {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 990;
}

.map-container.column-map {
	width: calc(100% - 850px);
	position: absolute;
	overflow: hidden;
}

.map-container.column-map.no-fix-scroll-map {
	position: fixed;
	right: 0;
}

.map-close {
	position: absolute;
	left: 365px;
	top: 10px;
	z-index: 1100;
	cursor: pointer;
	width: 43px;
	height: 43px;
	line-height: 43px;
	border-radius: 4px;
	-webkit-transform: translate3d(0, 0, 0);
	display: none;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.marker-count {
	width: 20px;
	height: 20px;
	right: 0;
	top: 0;
	border-radius: 100%;
	background: #1e2434;
	text-align: center;
	line-height: 20px;
	font-weight: 600;
	font-size: 10px;
	color: #fff;
	position: absolute;
	z-index: 100;
}

.map-modal-wrap {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	display: none;
	overflow: auto;
	-webkit-transform: translate3d(0, 0, 0);
}

.map-modal-wrap-overlay {
	position: fixed;
	top: 0;
	left: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.41);
	-webkit-transform: translate3d(0, 0, 0);
}

.map-modal-item {
	position: relative;
	max-width: 650px;
	margin: 0 auto;
	top: 25%;
	z-index: 2;
}

.map-modal-container {
	padding: 0;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
}

.map-modal-container h3 {
	float: left;
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	margin: 15px 0;
	color: #666;
	padding-left: 20px;
}

.map-modal-container h3 span {
	color: #323232;
}

.map-modal #singleMap {
	margin-bottom: 0;
}

.map-modal-close {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 4px;
	color: #ccc;
	background: #fff;
	z-index: 10;
	cursor: pointer;
	border-left: 1px solid #eee;
}

.cluster img {
	display: none;
}

.cluster-visible {
	text-align: center;
	font-size: 11px !important;
	color: #fff !important;
	font-weight: 500;
	border-radius: 50%;
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
	background: #3f51b5;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
}

.cluster-visible:before {
	border: 17px solid #3f51b5;
	opacity: 0.5;
	content: '';
	position: absolute;
	border-radius: 100%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	box-sizing: border-box;
	animation: cluster-animation 2.5s infinite;
}

@keyframes cluster-animation {
	100% {
		transform: scale(2.8) rotate(90deg);
		opacity: 0;
	}
}

.mapzoom-in,
.mapzoom-out {
	position: absolute;
	z-index: 100;
	top: 50%;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 12px;
	margin-top: -84px;
	-webkit-transform: translate3d(0, 0, 0);
	background: #fff;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.25);
}

.mapzoom-out {
	margin-top: -43px;
	border-radius: 0 0 4px 4px;
}

.mapzoom-in {
	border-radius: 4px 4px 0 0;
}

.mapzoom-in:before,
.mapzoom-out:before {
	font-family: 'Font Awesome 6 Free';
	content: '\f068';
	font-size: 10px;
	font-weight: 600;
}

.mapzoom-in:before {
	content: '\f067';
}

.mapnavigation {
	position: absolute;
	bottom: 50px;
	right: 64px;
	z-index: 1030;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.25);
}

.mapnavigation li {
	float: left;
	position: relative;
	margin-left: 1px;
}

.mapnavigation li:first-child a {
	border-radius: 4px 0 0 4px;
}

.location-btn,
.mapnavbtn {
	width: 40px;
	height: 40px;
	float: left;
	font-size: 11px;
	background: #fff;
	cursor: pointer;
}

.location-btn {
	position: absolute !important;
}

.location-btn span,
.mapnavbtn span {
	line-height: 40px;
}

.location-btn,
.scrollContorl.mapnavbtn {
	float: none;
	position: absolute;
	bottom: 95px;
	right: 19px;
	z-index: 1030;
	border-radius: 4px;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.25);
}

.location-btn {
	background: #1e2434;
	right: 19px;
	bottom: 50px;
}

#markerLayer img {
	width: 60px !important;
	height: 60px !important;
	border-radius: 100%;
	border: 4px solid #fff !important;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.25) !important;
}

.label {
	width: 15px;
	height: 15px;
	background: #ff720b;
	border-radius: 100%;
	box-shadow: 0 0 0 7px rgba(77, 183, 254, 0.2);
	animation: marker-animation2 2.5s infinite;
	position: relative;
}

@keyframes marker-animation2 {
	50% {
		box-shadow: 0 0 0 17px rgba(77, 183, 254, 0.4);
	}
}

.map-popup-wrap {
	display: block;
	width: 300px !important;
	position: relative;
	z-index: 1 !important;
}

.map-popup {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.map-popup img {
	width: 100%;
	height: auto;
	transform: translateZ(0);
	transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.listing-img-content:hover img {
	transform: scale(1.15);
}

.listing-img-content {
	border-radius: 5px;
}

.listing-content {
	z-index: 21;
	position: relative;
	float: left;
	width: 100%;
	top: -10px;
	transition: all 0.2s ease-in-out;
}

.listing-content-item {
	border-radius: 5px;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.25);
	background: #fff;
}

.infoBox-close {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	top: 0;
	right: 0;
	color: #999;
	border-radius: 0 0 0 8px;
	z-index: 20;
	background: #fff;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
	cursor: pointer;
}

.listing-title {
	padding: 15px 20px;
}

.listing-title h4 {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	color: #323232;
}

.listing-title h4 a {
	color: #323232;
}

.listing-img-content {
	overflow: hidden;
}

.listing-img-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #292929;
	opacity: 0.3;
}

.map-popup-footer {
	float: left;
	padding: 0 20px;
	width: 100%;
	height: 46px;
	border-top: 1px solid #eee;
	background: #fff;
	border-radius: 0 0 10px 10px;
}

.map-popup-footer .main-link {
	float: left;
	color: #1e2434;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	position: relative;
	top: 8px;
	font-size: 13px;
	font-weight: 600;
}

.map-popup-footer .main-link i {
	padding-left: 10px;
}

.map-popup-location-info {
	float: left;
	width: 100%;
	color: #1e2434;
	text-align: left;
	padding-top: 6px;
}

.map-popup-location-info i {
	padding-right: 10px;
}

.infowindow_wishlist-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 46px;
	line-height: 46px;
	border-left: 1px solid #eee;
	font-size: 16px;
	z-index: 10;
}

.map-marker-container {
	position: absolute;
	margin-top: 10px;
	transform: translate3d(-50%, -100%, 0);
}

.marker-container {
	position: relative;
	width: 60px;
	height: 60px;
	z-index: 1;
	cursor: pointer;
	top: -5px;
	perspective: 500px;
	transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.marker-container:hover {
	transform: translate3d(0, 8px, 0);
}

.marker-card {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.marker-card:before {
	width: 0;
	content: '';
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0;
	top: 58px;
	left: 50%;
	border-color: #fff transparent transparent;
	transform: translateX(-50%);
	position: absolute;
	z-index: 3;
}

.marker-holder {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	z-index: 100;
	overflow: hidden;
	border: 4px solid #fff;
	z-index: 2;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.45) !important;
}

.marker-holder img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -26px;
}

.map-popup-location-category {
	position: absolute;
	top: -21px;
	right: 20px;
	width: 42px;
	height: 42px;
	z-index: 30;
	border-radius: 50px;
	box-sizing: border-box;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
}

.map-popup-location-category:after {
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	width: 100%;
	top: 13px;
	left: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 100;
}

.map-popup-location-category.hotels-cat:after {
	content: '\f236';
}

.map-popup-location-category.cafe-cat:after {
	content: '\f805';
}

.map-popup-location-category.gym-cat:after {
	content: '\f44b';
}

.map-popup-location-category.event-cat:after {
	content: '\f561';
}

.map-popup-location-category.shop-cat:after {
	content: '\f218';
}

.card-popup-raining {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 26px;
}

.card-popup-raining i {
	float: left;
	color: #facc39;
	margin-right: 3px;
	font-size: 11px;
}

.map-popup-reviews-count {
	color: rgba(255, 255, 255, 0.9);
	position: relative;
	top: -2px;
}

.infobox-status {
	position: absolute;
	top: 20px;
	left: 20px;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.3);
	z-index: 22;
	color: #fff;
	padding: 4px 20px;
	border-radius: 5px;
}

.scrollContorl.enabledsroll i:before {
	content: '\f3c1';
}

.fw-sear ch-form_wrap {
	background: #fff;
	z-index: 20;
	height: 70px;
	border-bottom: 1px solid #eee;
}

.col-list-wrap {
	position: relative;
	width: 850px;
	float: left;
	background: #f6f7ff;
	min-height: 100vh;
	z-index: 50;
	left: 0;
}

.col-list-wrap.anim_clw {
	padding-top: 90px;
}

.col-list-wrap.anim_clw.hidsb_act,
.list-main-wrap-header.anim_clw.hidsb_act {
	left: 380px !important;
}

.col-list-wrap.anim_clw,
.list-main-wrap-header.anim_clw {
	transition: all 0.2s ease-in-out;
}

.show-hidden-sb {
	float: right;
	background: #1e2434;
	color: #fff;
	position: relative;
	height: 36px;
	line-height: 36px;
	border-radius: 2px;
	padding: 0 20px;
	margin-left: 10px;
	font-size: 13px;
	cursor: pointer;
	top: 2px;
}

.show-hidden-sb i {
	margin-right: 10px;
}

.hidden-search-column {
	position: fixed;
	left: 0;
	width: 380px;
	background: #fff;
	z-index: 1;
	top: 80px;
	bottom: 0;
	border-right: 1px solid #eee;
}

.scrl-content::-webkit-scrollbar {
	width: 0;
}

.scrl-content {
	position: absolute;
	left: 0;
	top: 100px;
	bottom: 0;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.scrl-content.fs-viscon {
	float: left;
	position: relative;
	width: 100%;
	top: 0;
}

.hidden-search-column,
.hidden-search-column-container {
	overflow: hidden;
}

.hc-item {
	margin-bottom: 120px;
}

.filter-sidebar-header {
	margin-bottom: 20px;
	padding: 10px 20px;
}

.filter-sidebar {
	padding: 0 20px;
}

.filter-sidebar-header {
	z-index: 2;
}

.filter-sidebar-header .tabs-menu li {
	width: 50%;
}

.filter-sidebar-header .tabs-menu li a {
	color: #323232;
	font-weight: 400;
	text-align: left;
}

.list-main-wrap-header {
	background: #fff;
	padding: 16px 0;
	box-shadow: 0 0 65px rgba(0, 0, 0, 0.09);
}

.list-main-wrap-header.no-vis-shadow {
	padding: 12px 20px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	z-index: 150;
	margin-bottom: 20px;
}

.list-main-wrap-header.no-bg-header {
	border-radius: 0 0 6px 6px;
	margin-bottom: 30px;
	border-top: none;
}

.list-main-wrap-header.no-vis-shadow .list-main-wrap-title h2 {
	top: 10px;
}

.list-main-wrap-header.anim_clw {
	position: fixed;
	top: 80px;
	left: 0;
	width: 850px;
	z-index: 20;
}

.grid-opt {
	margin-left: 12px;
	position: relative;
	top: 3px;
}

.grid-opt li {
	float: left;
	position: relative;
}

.grid-opt li.grid-opt_act {
	cursor: pointer;
	font-size: 18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
}

.grid-opt li.grid-opt_act span {
	line-height: 12px;
	color: #ccc;
}

.clbtg {
	position: absolute;
	right: -40px;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	background: #1e2434;
	color: #fff;
	display: none;
	z-index: 20;
	font-size: 13px;
	border-radius: 0 4px 4px 0;
}

.clbtg:hover {
	color: #fff;
}

.clbtg:hover i:before {
	content: '\f0d8';
	font-weight: 900;
}

.listsearch-input-wrap {
	background: #fff;
	border-bottom: 1px solid #eee;
	z-index: 10;
}

.listsearch-input-wrap.inline-lsiw {
	margin-bottom: 20px;
	border: none;
	background: 0 0;
	z-index: 50;
}

.listsearch-input-wrap.inline-lsiw .listsearch-input-wrap_contrl {
	padding-top: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #e5e7f2;
}

.listsearch-input-wrap.inline-lsiw .tabs-container {
	padding: 35px 30px 0;
	border-radius: 0 0 6px 6px;
	background: #fff;
	border: 1px solid #e5e7f2;
	border-top: none;
}

.listsearch-input-wrap_contrl {
	padding-top: 25px;
	margin-bottom: 35px;
	background: #f6f7ff;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.inline-lsiw .listsearch-input-wrap_contrl {
	overflow: inherit;
}

.listsearch-input-wrap_contrl li {
	float: left;
	width: 50%;
}

.inline-lsiw .listsearch-input-wrap_contrl li {
	width: calc(50% - 10px);
	margin-bottom: 10px;
}

.inline-lsiw .listsearch-input-wrap_contrl li:last-child {
	float: right;
}

.listsearch-input-wrap_contrl li a {
	display: block;
	position: relative;
	padding: 18px 0;
	border: 1px solid transparent;
	border-bottom: none;
	font-size: 13px;
	color: #222;
	background: rgba(255, 255, 255, 0.1);
	font-weight: 700;
	border-radius: 6px 6px 0 0;
}

.inline-lsiw .listsearch-input-wrap_contrl li a {
	padding: 16px 0;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
	border: 1px solid #e5e7f2;
	font-weight: 400;
}

.listsearch-input-wrap_contrl li.current a {
	background: #fff;
	border-color: #eee;
	color: #323232;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
}

.inline-lsiw .listsearch-input-wrap_contrl li.current a {
	color: #fff;
}

.listsearch-input-wrap .tab-content {
	padding-bottom: 25px;
}

.listsearch-input-wrap .tab-content.first-tab {
	padding-bottom: 55px;
}

.listsearch-input-wrap-header {
	text-align: left;
	font-size: 14px;
	color: #323232;
	font-weight: 500;
	margin-bottom: 20px;
}

.listsearch-input-wrap-header i,
.listsearch-input-wrap_contrl li a i {
	margin-right: 10px;
}

.list-main-wrap-title {
	float: left;
	position: relative;
	margin: 5px 10px;
}

.list-main-wrap-opt {
	float: right;
	position: relative;
}

.grid-opt,
.price-opt {
	float: left;
}

.price-opt {
	display: flex;
	align-items: center;
}

.price-opt-title {
	float: left;
	padding-right: 14px;
	position: relative;
	/* top: 14px; */
	font-size: 13px;
	color: #999;
	font-weight: 900;
}

.price-opt .listsearch-input-item {
	width: 100px;
	float: left;
	margin-bottom: 0;
}

.price-opt .listsearch-input-item .nice-select {
	height: 36px;
	line-height: 36px;
	display: block !important;
	background: #fff !important;
}

.price-opt .listsearch-input-item .nice-select:nth-of-type(2) {
	display: none !important;
}

.fw-col-list-wrap .list-main-wrap-opt .list-main-wrap-title {
	padding: 0 0 10px 0;
	margin-top: 0;
	margin-bottom: 10px;
}

.list-main-wrap-title h2 {
	text-align: left;
	font-weight: 500;
	font-size: 13px;
	float: left;
	color: #323232;
	position: relative;
	top: 12px;
}

.filter-tags-btn {
	text-align: left;
	height: 41px;
	line-height: 41px;
	border-radius: 4px;
}

.filter-tags-btn i {
	margin-right: 12px;
}

.listsearch-input-item {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.listsearch-input-item span.iconn-dec,
.main-search-input-item span.iconn-dec {
	position: absolute;
	left: 20px;
	bottom: 15px;
}

.main-search-input-item span.iconn-dec {
	bottom: 16px;
}

.listsearch-input-item .header-search-button {
	width: 100%;
	height: 41px;
	line-height: 41px;
	font-weight: 400;
	font-size: 13px;
	border-radius: 30px;
	position: relative;
}

.listsearch-input-item .header-search-button span {
	position: relative;
}

/* .listsearch-input-item .header-search-button span:before{content:'';position:absolute;left:0;top:50%;height:10px;margin-top:-5px;width:1px;background:rgba(255,255,255,.3)} */
.more-filter-option-wrap {
	position: absolute;
	left: 0;
	bottom: -55px;
}

.more-filter-option-btn {
	float: left;
	height: 40px;
	line-height: 40px;
	color: #323232;
	border-radius: 4px 4px 0 0;
	background: #fff;
	border: 1px solid #e5e7f2;
	border-bottom: none;
	padding: 0 30px;
	font-size: 11px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.clear-filter-btn i,
.more-filter-option-btn i {
	margin-right: 10px;
}

.hidden-listing-filter {
	margin-top: 12px;
	display: none;
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.mar-btoom {
	margin-bottom: 12px;
}

.clear-singleinput {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 3;
	cursor: pointer;
}

.clear-filter-btn {
	float: left;
	color: #323232;
	font-size: 11px;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
}

.filter-tags li {
	display: flex;
	padding: 0 10px 0 10px;
	align-items: center;
}

.filter-tags li:hover {
	background: #1e2434;
	cursor: pointer;
	color: #fff;
}

.filter-tags li:hover label {
	color: #fff;
}

.filter-sidebar .filter-tags li {
	width: 50%;
	margin: 0 0 10px 0;
}

.toggle-filter-btn {
	border: 1px solid #e5e7f2;
	border-radius: 4px;
	cursor: pointer;
	outline: 0;
	height: 48px;
	line-height: 48px;
	float: left;
	width: 100%;
	background: #f7f9fb;
	color: #323232;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
}

.inline-lsiw .more-filter-option-btn,
.more-filter-option-btn.active-hidden-opt-btn,
.toggle-filter-btn.tsb_act {
	background: #1e2434;
	color: #fff;
}

.toggle-filter-btn:after {
	content: '';
	position: absolute;
	right: -30px;
	top: -20px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background: #fff;
	opacity: 0;
}

.more-filter-option-btn.active-hidden-opt-btn {
	border-color: transparent;
}

.more-filter-option-btn.active-hidden-opt-btn i:before {
	content: '\f00d';
}

.toggle-filter-btn.tsb_act:before {
	font-family: 'Font Awesome 6 Free';
	content: '\f00c';
	position: absolute;
	bottom: -1px;
	font-size: 13px;
	right: 12px;
	color: #fff;
}

.toggle-filter-btn.tsb_act:after {
	opacity: 0.2;
}

.toggle-filter-btn i {
	margin-right: 5px;
}

.price-rage-wrap {
	padding-left: 80px;
}

.price-rage-item {
	top: -6px;
}

.price-rage-wrap-title {
	position: absolute;
	left: 0;
	top: 12px;
	text-align: left;
	font-size: 13px;
	color: #222;
	font-weight: 400;
}

.price-rage-wrap-title i {
	margin-right: 4px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.category-carousel-wrap,
.single-carousel-wrap {
	height: 190px;
	overflow: hidden;
	background: #fff;
}

.category-carousel .swiper-slide img,
.single-carousel-wrap .swiper-slide img {
	position: relative;
	z-index: 1;
}

.category-carousel .swiper-slide,
.category-carousel .swiper-slide img,
.single-carousel-wrap .swiper-slide,
.single-carousel-wrap .swiper-slide img {
	width: auto !important;
	height: 190px !important;
}

.category-carousel .swiper-slide,
.single-carousel-wrap .swiper-slide {
	display: inherit !important;
}

.category-carousel-item,
.single-carousel-wrap .swiper-slide .box-item {
	overflow: hidden;
	border-radius: 5px;
}

.sc-btn,
.ss-slider-cont {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-top: -18px;
	z-index: 100;
	cursor: pointer;
	border-radius: 100%;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
}

.sc-btn.sc-next,
.ss-slider-cont-next {
	right: 10px;
}

.sc-btn.sc-prev,
.ss-slider-cont-prev {
	left: 10px;
}

.filter-sidebar .category-carousel-item img {
	width: 100%;
	height: auto;
}

.filter-sidebar .category-carousel-item {
	margin-bottom: 10px;
}

.checket-cat:after {
	font-family: 'Font Awesome 6 Free';
	content: '\f00c';
	position: absolute;
	color: #fff;
	top: 50%;
	font-size: 13px;
	right: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: -38px -18px 0 0;
	border-radius: 100%;
	z-index: 20;
	color: #fff;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.4);
}

.category-carousel-item:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 5%;
	background: linear-gradient(to bottom,
			rgba(6, 27, 65, 0) 0,
			rgba(6, 27, 65, 0.95) 100%);
	z-index: 2;
	transition: all 0.2s ease-in-out;
	border-radius: 5px;
}

.category-carousel-item-icon {
	position: absolute;
	left: 19px;
	bottom: 19px;
	color: #fff;
	font-size: 17px;
	z-index: 20;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	font-weight: 100;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.25);
}

.category-carousel-item-container {
	position: absolute;
	bottom: 12px;
	right: 12px;
	left: 12px;
	background: #fff;
	padding: 8px 0;
	z-index: 3;
	border-radius: 40px;
}

.category-carousel-item-counter,
.category-carousel-item-title {
	color: #323232;
	z-index: 20;
	font-size: 13px;
	font-weight: 600;
}

.category-carousel-item-counter {
	padding-top: 3px;
	font-size: 13px;
	font-weight: 400;
	color: #1e2434;
}

.catcar-scrollbar {
	height: 5px;
	position: relative;
	z-index: 20;
	margin-top: 25px;
}

.hs_init {
	position: absolute;
	left: 0;
	right: 90px;
	height: 5px;
	top: 0;
}

.catcar-scrollbar .swiper-scrollbar-drag {
	background: #1e2434;
}

.hs_init:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: #e5e7f2;
	top: 50%;
	margin-top: -1px;
}

.cc-contorl {
	position: absolute;
	right: 0;
	top: -10px;
	width: 80px;
	height: 26px;
	line-height: 26px;
}

.cc-contrl-item {
	float: left;
	width: 40px;
	cursor: pointer;
	color: #9ea6ba;
	font-size: 14px;
}

.cc-contrl-item:hover {
	background: #f7f9fb;
}

.listing-item-container {
	padding: 30px 0 50px;
}

.listing-item-container.nocolumn-lic {
	padding: 30px 0 0;
}

.listing-item {
	float: left;
	width: 50%;
	padding: 0;
	margin-bottom: 30px;
	position: relative;
}

.gallery-item .listing-item {
	height: auto !important;
}

.listing-item:nth-child(even) {
	padding: 0 0 0 8px;
}

.three-columns-grid .listing-item {
	width: 33.3%;
	padding: 0 8px !important;
}

.listing-item.has_one_column,
.slick-slide-item .listing-item {
	width: 100%;
}

.listing-item.has_one_column {
	padding: 0 !important;
}

.listing-item.has_one_column .geodir-category-listing {
	padding: 0 !important;
}

.listing-item.has_one_column .geodir-category-listing .geodir-category-img:before {
	display: none;
}

.listing-item.has_one_column .geodir-category-img {
	width: 50%;
	border-radius: 5px;
	top: 0;
	overflow: hidden;
}

.listing-item.has_one_column .hotel-card .geodir-category-img {
	width: 100%;
	border-radius: 5px;
	top: 0;
}

.three-columns-grid .listing-item.has_one_column .geodir-category-listing {
	padding-left: 0 !important;
}

.three-columns-grid .listing-item.has_one_column .geodir-category-img {
	top: 0;
}

.geodir-category-listing {
	border-radius: 5px;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 30px;
	height: 85%;
	min-height: 150px;
}

.geodir-category-listing:after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	z-index: -1;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 10px 14px 0 rgba(37, 44, 65, 0.12);
	transition: all 0.3s ease;
}

.geodir-category-listing:hover:after {
	box-shadow: 0 16px 14px 0 rgba(37, 44, 65, 0.12);
}

.geodir-category-content {
	z-index: 2;
}

.geodir-category-img {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	border-radius: 10px 10px 0 0;
}

.geodir-category-img:before {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	height: 20px;
	border-radius: 15px 15px 0 0;
	background: #fff;
	z-index: 3;
}

.listing_carditem .geodir-category-img:before {
	display: none;
}

.geodir-category-img-wrap {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	height: 110px;
}

.listing_carditem .geodir-category-img-wrap {
	border-radius: 5px;
}

.listing_carditem_footer {
	margin-top: 10px;
	padding: 14px 0 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.geodir-category-img-wrap:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: #1e2434;
	/* z-index:2; */
}

.listing_carditem .geodir-category-location a,
.listing_carditem_footer .geodir-category_price .price-level-item strong,
.listing_carditem_footer .listing-item-category-wrap span,
.listing_carditem_footer .post-author a span {
	color: #fff;
}

.listing_carditem .listing-rating-count-wrap {
	float: right;
}

.geodir-category-opt_title {
	float: left;
	position: relative;
	top: -5px;
}

.listing_carditem_footer .geodir-category_price {
	float: left;
	margin: 0 0 0 26px;
	color: #fff;
	top: 11px;
}

.listing_carditem_footer .post-author {
	margin-left: 25px;
	margin-top: 0;
	top: -2px;
	position: relative;
}

.geodir-category-img .listing-counter {
	top: 20px;
	left: 20px;
}

.geodir-category-img .listing-counter strong {
	padding-left: 4px;
}

.gallery-item img,
.geodir-category-img-wrap img {
	width: 100%;
	height: auto;
}

.gallery-item img,
.geodir-category-img-wrap img,
.listing-item-grid .bg {
	transform: translateZ(0);
	transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.gallery-item:hover img,
.geodir-category-listing:hover .geodir-category-img-wrap img,
.listing-item-grid:hover .bg {
	transform: scale(1.12);
}

.geodir-js-favorite_btn {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 20;
	cursor: pointer;
	color: #fff;
}

.geodir-js-favorite_btn i {
	float: left;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 100%;
	background: #1e2434;
	position: relative;
	z-index: 2;
}

.geodir-js-favorite_btn span {
	border-radius: 36px;
	background: #1e2434;
	float: left;
	left: -36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	padding: 0 18px 0 48px;
	font-size: 11px;
	font-weight: 600;
	position: relative;
	top: 0;
	z-index: 1;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	margin-top: -2px;
	visibility: hidden;
}

.geodir-js-favorite_btn:hover span {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.geodir-js-favorite_btn:hover i {
	font-weight: 900;
}

.listing-avatar {
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: 14;
}

.listing-avatar img {
	width: 50px;
	height: 50px;
	box-shadow: 0 0 0 3px rgb(204 204 204);
	border-radius: 100%;
	position: relative;
	z-index: 2;
	background: #fff;
}

.avatar-tooltip {
	position: absolute;
	top: 0;
	margin-top: 4px;
	opacity: 0;
	right: 0;
	padding-right: 60px;
	min-width: 140px;
	padding-left: 10px;
	height: 55px;
	line-height: 55px;
	border-radius: 55px;
	z-index: 1;
	background: #fff;
	color: #ff720b;
	font-size: 11px;
	font-weight: 600;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.15);
	transition: all 0.2s ease-in-out;
}

.listing-avatar:hover .avatar-tooltip {
	margin-top: -2px;
	opacity: 1;
	visibility: visible;
}

.geodir-category-content p {
	text-align: left;
	font-size: 13px;
	color: #999;
	font-weight: 500;
	padding-bottom: 10px;
	line-height: 24px;
}

.cart-details_text .geodir-category-content-title-item h3,
.geodir-category-content h3 {
	float: left;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: "Barlow Condensed", sans-serif;
}

.geodir-category-content h3 a {
	color: #323232;
}

.verified-badge {
	display: inline-table;
	margin-left: 12px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 100%;
	color: #fff;
	font-size: 10px;
	text-align: center;
	font-weight: 900;
	position: relative;
	top: -2px;
}

.geodir-category-content-tags {
	margin-top: 10px;
}

.geodir_status_date {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 20;
	padding: 6px 10px;
	color: #fff;
	z-index: 20;
	font-size: 11px;
	border-radius: 20px;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}

.geodir_status_date i {
	margin-right: 10px;
}

.geodir_status_date.gsd_open i {
	color: #fff;
}

.listing-item.has_one_column .geodir-category-content {
	width: 50%;
	padding-top: 15px;
}

.listing-item.has_one_column .geodir-category-footer {
	margin: 0;
	padding: 6px 20px;
}

.listing-item.has_one_column .geodir-category-content-title {
	padding: 20px 20px;
}

.listing-item.has_one_column .facilities-list {
	margin: 3px 0 10px;
}

.listing-item.has_one_column .geodir-category-opt {
	bottom: 3px;
}

.listing-item.has_one_column .listing-avatar {
	bottom: 20px;
	right: 20px;
}

.listing-item.has_one_column .listing-avatar img {
	width: 30px;
	height: 30px;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.listing-item.has_one_column .avatar-tooltip {
	padding-right: 50px;
	min-width: 180px;
	right: -3px;
	top: -1px;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
}

.listing-rating-count-wrap .review-score {
	background: #4b5461;
	color: #fff;
	float: left;
	font-weight: 500;
	border-radius: 4px;
	padding: 3px 5px;
	font-size: 13px;
	margin-right: 10px;
}

.listing-rating-count-wrap .review-score span {
	position: relative;
	top: 4px;
	left: 10px;
	font-size: 14px;
	color: #fff;
}

.listing-rating-count-wrap .reviews-count {
	float: left;
	color: #fff;
	font-size: 11px;
	position: relative;
	top: 2px;
}

.category-name {
	float: left;
	margin-right: 10px;
	position: relative;
	color: #999;
	top: -2px;
	border-radius: 2px;
	background: #eee;
	padding: 4px 14px;
}

.geodir-category-opt {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	z-index: 3;
	padding: 10px 20px;
}

.listing_carditem .geodir-category-opt {
	padding: 10px 20px 0;
	bottom: 0;
}

.geodir-category-opt h4 {
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.geodir-category-opt h4 a {
	color: #fff;
}

.listing-rating {
	float: left;
	position: relative;
	top: 5px;
}

.listing-rating i {
	font-size: 10px;
	margin-right: 4px;
	position: relative;
	z-index: 2;
}

.card-popup-rainingvis_bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 200px;
}

.card-popup-rainingvis_bg span {
	float: left;
	margin-right: 4px;
	position: relative;
}

/* .card-popup-rainingvis_bg span:before {
	font-family: 'Font Awesome 6 Free';
	content: '\f005';
	font-size: 10px;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 700;
} */
.geodir-category-content-title {
	padding: 10px 20px 5px;
	margin-bottom: 0;
}

.geodir-category-content-title-item {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}

.facilities-list {
	margin: 8px 0 0;
	line-height: 30px;
	font-size: 13px;
	float: right;
}

/* Ganesan 14Mar2024 start */

.facilities-list.socialmedia-lst{
	float: none !important;
	display: inline-block !important;
	margin:0;
	height: 30px;
}
.ctry-list{
	height: 130px;
    overflow-y: auto;
    overflow-x: hidden;
	min-height: 100px;
}
/* Ganesan 14Mar2023 end*/

.facilities-list-title {
	float: left;
	margin-right: 10px;
	color: #8ea0bb;
	font-weight: 700;
}

.facilities-list li {
	float: left;
	margin-right: 5px;
	cursor: pointer;
	position: relative;
}

.facilities-list li i {
	font-size: 13px;
	color: #94979c !important;
	width: 24px;
	/* background: #18263b; */
	text-align: center;
	/* border-radius: 50px; */
	height: 24px;
	line-height: 24px;
	/* border: 1px solid #313740; */
}

.facilities-list li:hover i {
	color: #adc7dd;
}

@media only screen and (max-width: 768px) {
	.facilities-list {
		float: unset;
	}
}

.listing-item-category {
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	float: left;
	border-radius: 100%;
	position: relative;
}

.listing-item-category-wrap {
	float: left;
	position: relative;
	text-align: left;
	/* height: 40px; */
}

.listing-item-category-wrap span {
	float: left;
	margin-left: 0;
	position: relative;
	top: 0;
	color: #1e2434;
	display: block;
	display: -webkit-box;
	max-width: 100%;
	min-height: 25px;
	margin: 0 auto;
	font-size: 13px;
	line-height: 20px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.geodir-category-footer {
	/* margin: 4px 0 0 0; */
	padding: 0 20px 10px;
	/* border-top: 1px solid #eee; */
	height: 35px;
}

/* .product-category-footer {
	min-height: 50px !important;
} */

.geodir-category-location a {
	/* float: left; */
	color: #1e2434;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.geodir-category-location a i {
	padding-right: 6px;
}

.geodir-opt-list {
	float: right;
	position: relative;
	top: 0;
}

.geodir-opt-list:before {
	content: '';
	position: absolute;
	left: 0;
	top: -11px;
	bottom: -10px;
	width: 1px;
	background: #eee;
}

/* .geodir-category-text {
	padding: 0 20px;
} */

.geodir-opt-list li {
	float: left;
	margin-left: 16px;
}

.gdop-list-link,
.geodir-opt-list a {
	float: left;
	position: relative;
	font-size: 16px;
	color: #9ea6ba;
	cursor: pointer;
}

.gdop-list-link:hover i,
.geodir-opt-list a:hover i,
.header-sec-link a:hover i,
.hero-categories li a:hover i {
	transition: all 0.2s ease-in-out;
	animation: bounce 1s;
}

@keyframes bounce {

	0%,
	100%,
	20%,
	60% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-10px);
	}

	80% {
		transform: translateY(-5px);
	}
}

.geodir-opt-link {
	padding-right: 6px;
}

.geodir-opt-link a {
	float: left;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #ecf6f8;
	width: 100%;
	font-weight: 500;
	border-radius: 4px;
	text-align: left;
	padding-left: 20px;
}

.geodir-opt-link a:hover {
	background: #18458b;
}

.geodir-opt-link a i {
	position: absolute;
	right: 0;
	width: 40px;
	height: 36px;
	line-height: 36px;
	top: 0;
	font-size: 8px;
	border-left: 1px solid rgba(255, 255, 255, 0.21);
	text-align: center;
}

.geodir-opt-link a:hover {
	color: #fff;
}

.geodir-opt-tooltip,
.price-name-tooltip {
	position: absolute;
	opacity: 0;
	right: 0;
	top: -40px;
	height: 30px;
	line-height: 30px;
	min-width: 100px;
	margin-left: -65px;
	color: #fff;
	font-size: 11px;
	visibility: hidden;
	border-radius: 2px;
	background: #313e6e;
}

.price-name-tooltip {
	right: -35px;
}

.geodir-opt-tooltip strong {
	color: #fff;
	padding-left: 6px;
}

.geodir-category_price:hover .price-name-tooltip,
.geodir-opt-list li:hover .geodir-opt-tooltip {
	opacity: 1;
	visibility: visible;
}

.geodir-category_contacts {
	position: absolute;
	right: 20px;
	bottom: 70px;
	padding: 20px 20px;
	background: #fff;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.15) !important;
	z-index: 20;
	max-width: 250px;
	border-radius: 4px;
	border: 1px solid #eee;
	transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.geodir-category_contacts.visgdcc {
	opacity: 1;
	visibility: visible;
}

.close_gcc {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 3;
	font-size: 14px;
	color: #9ea6ba;
	cursor: pointer;
}

.geodir-category_contacts ul {
	position: relative;
	z-index: 2;
}

.geodir-category_contacts li {
	float: left;
	width: 100%;
	margin: 5px 0;
	text-align: left;
}

.geodir-category_contacts li a,
.geodir-category_contacts li span {
	float: left;
	color: #1e2434;
	text-align: left;
	font-size: 13px;
	font-weight: 600;
}

.geodir-category_contacts li span {
	margin-right: 10px;
	color: #9ea6ba;
}

.geodir-category_contacts li span i {
	margin-right: 6px;
}

.geodir-category_price {
	float: right;
	margin-right: 16px;
	position: relative;
	top: 13px;
}

.geodir-category_price .price-level-item strong {
	float: left;
	font-size: 11px;
	margin-left: 2px;
	color: #999;
}

.pagination {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	float: left;
	width: 100%;
}

.pagination a {
	display: inline-block;
	width: 44px;
	/* height: 44px; */
	line-height: 28px;
	border-radius: 6px;
	border: 1px solid #eee;
	box-sizing: border-box;
	position: relative;
	font-size: 13px;
	color: #222;
	background: #fff;
	margin-right: 5px;
	line-height: 1.3;
}

.pagination a.current-page,
.pagination a:hover {
	color: #fff;
}

.pagination a.active {
	background: #ff720b;
	color: #fff;
}

.pagination a i {
	font-size: 13px;
}

.pagination a.prevposts-link {
	margin-right: 5px;
}

.pagination a.nextposts-link {
	margin-left: 0;
}

.pagination a.nextposts-link,
.pagination a.prevposts-link {
	width: auto;
	padding: 0 20px;
}

.pagination a.prevposts-link span {
	float: right;
	margin-left: 10px;
}

.pagination a.nextposts-link span {
	float: left;
	margin-right: 10px;
}

.listing-features li {
	float: left;
	text-align: left;
	margin: 0 15px 10px 0;
	font-size: 13px;
	color: #596985;
	font-weight: 500;
	position: relative;
	padding-left: 25px;
}

.listing-features li i {
	position: absolute;
	left: 0;
	top: 0;
}

.listing-item-grid_container {
	margin-bottom: 50px;
}

.listing-item-grid {
	padding: 130px 30px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.listing-item-grid .d-gr-sec:before {
	opacity: 0.7;
}

.listing-item-grid_title {
	position: absolute;
	left: 20px;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	text-align: left;
}

.listing-item-grid:hover p,
.listing-item-grid_title h3,
.listing-item-grid_title h3 a {
	color: #fff;
}

.listing-item-grid_title p {
	color: rgba(255, 255, 255, 0.7);
	transition: all 0.3s ease-in-out 0s;
}

.listing-item-grid_title h3 {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 22px;
	position: relative;
}

.listing-item-grid_title h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 2px;
}

.listing-item-grid .listing-counter {
	position: absolute;
	left: 20px;
	top: 30px;
	z-index: 10;
	padding: 8px 16px;
	z-index: 3;
	color: #fff;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 500;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}

.listing-item-grid .listing-counter span {
	padding-right: 6px;
}

.listing-slider-wrap {
	z-index: 20;
}

.listing-slider .listing-item {
	width: 100%;
	padding: 0;
	height: auto !important;
	transition: all 0.3s ease-in-out 0s;
}

.listing-slider-item {
	padding: 0 0 15px 0;
}

.listing-carousel-wrap {
	height: 500px;
}

.listing-carousel_pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
	z-index: 100;
}

.hero_pagination {
	bottom: 0;
	z-index: 100;
}

.listing-carousel_pagination-wrap {
	display: inline-block;
	padding: 6px 20px 10px;
	border-radius: 20px;
	background: rgba(6, 27, 65, 0.4);
}

.hero_pagination .listing-carousel_pagination-wrap {
	padding: 6px 60px 6px;
	background: #fff;
	position: relative;
	border-radius: 30px 30px 0 0;
}

.listing-carousel_pagination .swiper-pagination-bullet,
.ss-slider-pagination .swiper-pagination-bullet {
	margin: 0 4px;
	width: 6px;
	height: 6px;
	background: #fff;
	opacity: 0.4;
}

.hero_pagination .listing-carousel_pagination-wrap .swiper-pagination-bullet {
	background: #ccc;
	opacity: 0.8;
}

.listing-carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.ss-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.listing-carousel-button {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	z-index: 100;
	cursor: pointer;
	background: #e5e5e5;
	transition: all 0.2s linear;
}

.listing-carousel-button.listing-carousel-button-next,
.listing-carousel-button.listing-carousel-button-next2 {
	right: -10px;
	padding-right: 20px;
	border-radius: 60px 0 0 60px;
}

.listing-carousel-button.listing-carousel-button-prev,
.listing-carousel-button.listing-carousel-button-prev2 {
	left: -10px;
	padding-left: 20px;
	border-radius: 0 60px 60px 0;
}

.listing-carousel-button.listing-carousel-button-next2:hover,
.listing-carousel-button.listing-carousel-button-next:hover {
	right: -15px;
	background: rgba(6, 27, 65, 0.4);
}

.listing-carousel-button.listing-carousel-button-prev2:hover,
.listing-carousel-button.listing-carousel-button-prev:hover {
	left: -15px;
	background: rgba(6, 27, 65, 0.4);
}

.listing-carousel-wrap .swiper-slide img {
	width: auto !important;
	height: 100% !important;
	position: relative;
	z-index: 1;
}

.listing-carousel-wrap .swiper-slide {
	width: auto !important;
	height: 100% !important;
	display: inherit !important;
}

.box-media-zoom {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	color: #fff;
	z-index: 10;
	top: 20px;
	right: 20px;
	font-size: 13px;
	transition: all 0.3s linear;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}

.scroll-nav-wrapper {
	background: #fff;
	box-shadow: 0 0 65px rgba(0, 0, 0, 0.09);
	border-bottom: 1px solid #eee;
}

.scroll-nav {
	float: left;
	border-right: 1px solid #eee;
}

.scroll-nav li {
	float: left;
	margin-right: 15px;
}

.scroll-nav li a {
	display: block;
	padding: 25px 20px 25px 0;
	position: relative;
	font-size: 10px;
	color: #1e2434;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.scroll-nav li a i {
	margin-right: 10px;
	font-size: 13px;
	position: relative;
	top: 2px;
	font-weight: 600;
	color: #e5e5e5;
}

.scroll-nav li a:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 2px;
}

.scroll-nav li a.act-scrlink:before {
	width: 100%;
}

.scroll-nav-wrapper-opt {
	float: right;
	position: relative;
	top: 12px;
}

.scroll-nav-wrapper-opt a.scroll-nav-wrapper-opt-btn {
	float: left;
	margin-left: 10px;
	padding: 8px 20px;
	border: 1px solid transparent;
	background: #1e2434;
	color: #fff;
	font-size: 13px;
	border-radius: 2px;
}

.scroll-nav-wrapper-opt a.scroll-nav-wrapper-opt-btn:hover {
	border: 1px solid #e7e7ed;
	color: #70778b;
	background: #fff;
}

.scroll-nav-wrapper-opt a.scroll-nav-wrapper-opt-btn i,
.show-more-snopt-tooltip a i {
	margin-right: 6px;
}

.show-more-snopt {
	float: left;
	font-size: 28px;
	margin-left: 20px;
	color: #70778b;
	cursor: pointer;
}

.show-more-snopt-tooltip {
	position: absolute;
	right: 0;
	width: 150px;
	background: #fff;
	top: 100%;
	margin-top: 30px;
	z-index: 10;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.15);
	transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
}

.show-more-snopt-tooltip.show-more-snopt-tooltip_vis {
	margin-top: 20px;
	opacity: 1;
	visibility: visible;
}

.show-more-snopt-tooltip a {
	display: block;
	border-bottom: 1px solid #e7e7ed;
	padding: 10px;
	text-align: left;
	font-size: 11px;
	color: #1e2434;
	font-weight: 600;
}

.show-more-snopt-tooltip a:last-child {
	border-bottom: 0;
}

.no-top-padding {
	padding: 30px 0 50px;
}

.bg-parallax-wrap,
.bg-tabs-wrap {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: 1;
	background: #ccc;
}

.bg-parallax-wrap {
	bottom: -50px;
}

.listing-hero-section {
	padding: 25px 0 0;
}

.listing-hero-section .bg {
	height: 120%;
}

.bg.par-elem,
.listing-hero-section .slideshow-container .bg {
	height: 110%;
	top: -5%;
}

.d-gr-sec:before,
.listing-hero-section .bg-parallax-wrap:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 20;

	/* background:linear-gradient(to bottom,rgba(6,27,65,0) 0,rgba(6,27,65,.95) 100%) */
	background: #1e293a;
}

.d-gr-sec:before {
	z-index: 2;
}

.block_box {
	background: #fff;
	border-radius: 5px;
	/* border: 1px solid #e5e7f2; */
	box-shadow: 0 1px 8px rgb(0 0 0 / 5%);
}

.breadcrumbs {
	z-index: 50;
	position: relative;
}

.breadcrumbs.inline-breadcrumbs {
	margin: 15px 5px;
}

.brd-show-share {
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 50%;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	color: #fff;
	z-index: 20;
	font-size: 13px;
	border-radius: 4px;
}

.share-holder.sing-page-share {
	z-index: 20;
	bottom: -100px;
}

.top_sing-page-share {
	bottom: inherit;
	top: 100px;
}

.brd-show-share i {
	padding-right: 6px;
}

.top-breadcrumbs {
	padding: 25px 0;
	background: #fff;
}

.breadcrumbs.block-breadcrumbs {
	background: #fff;
	/* border: 1px solid #e5e7f2; */
	border-top: none;
	padding: 15px 5px 0;
	border-radius: 0 0 6px 6px;
}

/* .breadcrumbs.inline-breadcrumbs:before,.top-breadcrumbs .container:before{font-family:Font Awesome 6 Free;content:"\f14c";position:absolute;right:30px;top:50%;height:22px;line-height:22px;margin-top:-11px;font-size:22px;font-weight:100;color:#adc7dd} */
.top-breadcrumbs .container:before {
	margin-top: -2px;
	right: 0;
}

.top-breadcrumbs .container-fluid:before {
	margin-top: -2px;
	right: 0;
}

.breadcrumbs a {
	position: relative;
}

.breadcrumbs.inline-breadcrumbs a,
.breadcrumbs.inline-breadcrumbs span,
.breadcrumbs.top-breadcrumbs a,
.breadcrumbs.top-breadcrumbs span {
	float: left;
	padding: 0 16px;
	position: relative;
	color: #222;
	font-size: 13px;
	font-weight: 600;
}

.breadcrumbs a:before,
.breadcrumbs.top-breadcrumbs a:before {
	font-family: 'Font Awesome 6 Free';
	content: '\f054';
	font-size: 11px;
	position: absolute;
	top: 40%;
	right: -4px;
	margin-top: -5px;
	width: 10px;
	height: 2px;
	font-weight: 600;
	z-index: 20;
}

.breadcrumbs.inline-breadcrumbs span {
	color: #ff720b;
}

.breadcrumbs.inline-breadcrumbs a:first-child,
.dasboard-breadcrumbs a:first-child {
	padding-left: 0;
}

.breadcrumbs.inline-breadcrumbs a:hover {
	color: #ff720b;
}

.list-single-header {
	margin-bottom: 20px;
	padding: 30px 30px 0;
}

.list-single-header-item {
	padding: 0;
}

.list-single-header-item .geodir-category-location a {
	margin-right: 12px;
}

.list-single-header-item h1 {
	text-align: left;
	/* font-weight: 600; */
	padding-bottom: 18px;
	color: #323232;
	position: relative;
	font-size: 26px;
	font-family: "Barlow Condensed", sans-serif;
}

.listing-hero-section .list-single-header-item h1 {
	/* color: #ff720b; */
	color: #fff;
	font-size: 26px;
	position: relative;
	padding-bottom: 0;
	z-index: -2;
}

/* .listing-hero-section .list-single-header-item h1:before{content:'';position:absolute;left:0;top:-30px;width:50px;height:3px;border-radius:3px} */
.listing-hero-section .list-single-header-item .geodir-category-location {
	color: #8ea0bb;
	text-align: left;
}

.listing-hero-section .list-single-header-item .geodir-category-location a {
	color: #8ea0bb;
	letter-spacing: 0.3px;
}

.listing-hero-section .list-single-header-item .geodir-category-location a:hover {
	color: #ff720b;
}

.list-single-header_bottom {
	border-top: 1px solid #eee;
	padding: 15px 0;
	margin-top: 10px;
}

.listing-hero-section .list-single-header_bottom {
	margin: 15px 0;
	padding: 10px 0 0;
	border-color: rgb(22 28 37);
}

.listing-hero-section .list-single-author a,
.listing-hero-section .listing-item-category-wrap span {
	color: #fff;
}

.listing-hero-section .list-single-stats li span {
	border: 1px dashed rgb(75 84 97);
	background: #18263b !important;
	color: #fff;
}
.avatar-group{
	display: flex;
	/* flex-direction: row-reverse; */
	flex-wrap: wrap;
	justify-content: flex-end;
}
.avatar-group .avatar{
	position: relative;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 14px;
	border-radius: 50%;
	object-fit: cover;
	overflow: hidden;
	margin-right: -8px;
	border: 0px solid #fff;
	background-color: #4b5461 !important;
	overflow-clip-margin: unset;
    transform: translate3d(0px, 0px, 0.1px);
}

.listing-hero-section .list-single-stats li a span.viewed-counter:hover,
.listing-hero-section .list-single-stats li a span.empConnectBtn:hover{
	color:#ff720b;
} 

.listing-rating-count-wrap.single-list-count .reviews-count {
	color: #666;
	font-size: 13px;
}

.listing-rating-count-wrap.single-list-count .review-score {
	padding: 10px;
	font-size: 16px;
	border-radius: 100%;
}

.list-single-header-column {
	padding: 6px 6px 6px 8px;
	border-radius: 70px;
	background: #f9f9f9;
	margin-bottom: 20px;
	width: 165px;
}

.listing-hero-section .list-single-header-column {
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
	color: #fff;
	background: rgba(6, 27, 65, 0.25);
}

.listing-hero-section .list-single-header-column:hover {
	background: rgba(6, 27, 65, 0.45);
}

.listing-hero-section .list-single-header-column:before {
	display: none;
}

.list-single-header-column:after {
	opacity: 0.4;
}

.listing-hero-section .listing-rating-count-wrap.single-list-count .reviews-count {
	color: #fff;
	padding-top: 0;
	display: block;
}

/* .list-single-header-column:after{font-family:Font Awesome 6 Free;content:"\f4b6";font-size:11px;position:absolute;bottom:10px;right:14px;font-weight:800;color:#eee;font-size:34px} */
.list-single-header-column:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 50%;
	width: 1px;
	height: 100px;
	margin-top: -50px;
	background: #eee;
}

.list-single-stats {
	float: right;
	text-align: left;
}
.list-single-actions{
	display: inline-flex;
	align-self: center;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	row-gap: 8px;
	column-gap: 8px;
}

.list-single-stats li {
	float: left;
	margin-left: 10px;
}

.list-single-stats li span {
	display: block;
	padding: 2px 15px;
	border: 1px solid #e7e7ed;
	color: #70778b;
	font-size: 13px;
	border-radius: 4px;
	background: #fff;
}

.list-single-stats li span i {
	margin-right: 5px;
}

.list-single-author {
	float: left;
	font-size: 14px;
	margin-left: 20px;
	position: relative;
	top: 8px;
}

.author_avatar {
	float: left;
	margin-right: 10px;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	top: -8px;
}

.author_avatar,
.author_avatar img {
	width: 36px;
	height: 36px;
}

.list-single-author a {
	color: #1e2434;
	font-size: 13px;
}

.list-single-header_bottom .geodir_status_date {
	position: relative;
	top: 2px;
	left: 0;
	float: left;
	margin-left: 16px;
	padding: 8px 10px;
}

.about-wrap p,
.accordion-inner p,
.author-content p,
.list-single-main-item p,
.user-profile-header_content p {
	text-align: left;
	color: #323232;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 0;
	margin-bottom: 10px;
}


.simple-title {
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: 600;
	color: #666;
}

.list-single-main-item {
	margin-bottom: 20px;
}

.list-single-main-item-title {
	margin-bottom: 5px;
	background: #f9f9f9;
	/* border-bottom: 1px solid #eee; */
	padding: 10px 20px 5px;
	border-radius: 10px 10px 0 0;
	text-transform: uppercase;
}

/* .box-widget-item-header:before,.list-single-main-item-title:before{font-family:Font Awesome 6 Free;content:"\f107";position:absolute;right:30px;top:50%;color:#ccc;height:20px;line-height:20px;margin-top:-10px} */
.list-single-main-item_content {
	padding: 10px;
}

.tags-stylwrap .tags-title {
	float: left;
	margin-right: 18px;
	color: #1e2434;
	font-weight: 500;
	position: relative;
	top: 10px;
	font-size: 13px;
}

.tags-stylwrap .tags-title i {
	margin-right: 6px;
}

.tags-stylwrap a {
	float: left;
	padding: 8px 20px;
	border-radius: 2px;
	color: #222;
	font-weight: 400;
	margin: 0 6px 6px 0;
	background: #f6f7ff;
	border: 1px solid #eee;
	transition: all 0.2s ease-in-out;
}

.tags-stylwrap a:hover {
	border-color: transparent;
	color: #fff;
}

.rooms-item {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.rooms-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.rooms-media {
	float: left;
	width: 35%;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.rooms-media img {
	width: 100%;
	height: auto;
}

.rooms-details {
	float: left;
	width: 65%;
	padding: 5px 0 10px 20px;
}

.rooms-details-header {
	text-align: left;
	padding-bottom: 20px;
}

.rooms-price {
	position: absolute;
	right: 0;
	top: 0;
	color: #5ecfb1;
	font-size: 19px;
	font-weight: 600;
}

.rooms-price strong {
	padding-left: 3px;
	font-size: 10px;
	color: #999;
}

.rooms-details-header h3 {
	color: #334e6f;
	padding-bottom: 6px;
	font-size: 16px;
	font-weight: 700;
}

.rooms-details-header h5 {
	font-size: 11px;
	font-weight: 700;
	color: #666;
}

.rooms-details-header h5 span {
	color: #1e2434;
}

.jr-insta-thumb {
	float: left;
	width: 100%;
}

.jr-insta-thumb a {
	float: left;
	width: 33.3%;
	padding: 5px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.jr-insta-thumb a img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.jr-insta-thumb a:hover {
	opacity: 0.6;
}

.box-widget-item-header {
	position: relative;
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
	padding: 10px 20px 5px;
	border-radius: 10px 10px 0 0;
	text-transform: uppercase;
}

.list-single-main-item_subtitle {
	padding: 15px 0 25px;
}

.box-widget-item-header h3,
.list-single-main-item-title h3,
.list-single-main-item_subtitle h4 {
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	color: #323232;
	font-family: "Barlow Condensed", sans-serif;
}

.list-single-main-item_subtitle h4 {
	font-size: 14px;
}

.pricerange span {
	float: left;
	margin-right: 20px;
	color: #323232;
	font-weight: 700;
	font-size: 14px;
	position: relative;
	top: 6px;
}

.pricerange {
	font-size: 24px;
	text-align: left;
	font-weight: 600;
}

.claim-widget-link {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #eee;
}

.claim-widget-link a,
.claim-widget-link span {
	float: left;
	text-align: left;
	font-weight: 500;
}

.claim-widget-link a:hover {
	color: #24324f;
}

.claim-widget-link span {
	color: #323232;
	margin-right: 20px;
}

.fw-separator {
	float: left;
	width: 100%;
	margin: 15px 0;
	height: 1px;
	background: #eee;
}

.box-widget-content {
	float: left;
	width: 100%;
	position: relative;
	padding: 20px;
}

.bwc-nopad {
	padding: 25px 0 0;
}

.bwc-padside {
	padding-left: 30px;
	padding-right: 30px;
}

.box-widget-item,
.list-single-facts {
	margin-bottom: 20px;
}

.inline-facts-wrap {
	display: block;
	padding: 20px 30px 30px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.single-facts .inline-facts-wrap {
	float: left;
	width: 25%;
}

.inline-facts-wrap h6 {
	width: 100%;
	float: left;
	font-size: 13px;
	text-align: left;
	color: #fff;
	font-weight: 400;
	margin-top: 6px;
}

.inline-facts-wrap i {
	position: absolute;
	right: 30px;
	top: 10px;
	font-size: 44px;
	color: #fff;
	opacity: 0.4;
}

.inline-facts-wrap .num {
	float: left;
	font-size: 36px;
	color: #fff;
	font-weight: 600;
}

.bold-facts .inline-facts-wrap .num,
.single-facts_2 .inline-facts-wrap .num {
	color: #fff;
	font-weight: 600;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 44px;
	float: none;
	text-align: center;
}

.bold-facts .inline-facts-wrap {
	padding: 0;
	margin-top: 15px;
}

.bold-facts .inline-facts-wrap h6,
.single-facts_2 .inline-facts-wrap h6 {
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	margin-top: 0;
	text-align: center;
}

.bold-facts .inline-facts-wrap h6 {
	color: #1e2434;
}

.single-facts_2 .inline-facts-wrap:before {
	content: '';
	position: absolute;
	bottom: 6px;
	width: 30px;
	height: 2px;
	left: 50%;
	margin-left: -15px;
	background: rgba(255, 255, 255, 0.4);
}

.single-facts_2 .inline-facts-wrap:after {
	content: '';
	position: absolute;
	right: -100px;
	width: 100px;
	height: 1px;
	border-top: 1px dotted rgba(255, 255, 255, 0.8);
	top: 50%;
}

.bold-facts .inline-facts-wrap:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 1px;
	background: #ccc;
	top: 50%;
	right: 0;
}

.bold-facts .inline-facts-wrap:last-child:before,
.single-facts_2 .inline-facts-wrap:last-child:after {
	display: none;
}

.list-single-main-item_content .listing-features li {
	padding-left: 0;
}

.list-single-main-item_content .listing-features li a {
	font-weight: 600;
	color: #323232;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 13px;
}

.list-single-main-item_content .listing-features li i {
	width: 30px;
	height: 30px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	background: #f6f7ff;
	position: relative;
	float: left;
	margin-right: 10px;
	top: -8px;
	font-size: 11px;
}

.stat-wave {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100px;
	opacity: 0.2;
	bottom: 0;
}

.stat-wave svg {
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: -30px;
}

.opening-hours ul li {
	width: 100%;
	float: left;
	padding: 3px 0;
	color: #323232;
	position: relative;
	border-bottom: 1px solid #eee;
	font-size: 13px;
}

.opening-hours ul li:first-child {
	padding-top: 0;
}

.opening-hours ul li:last-child {
	border: 0;
}

.opening-hours ul li .opening-hours-time {
	float: right;
	font-weight: 500;
	color: #1e2434;
}

.opening-hours ul li .opening-hours-day {
	float: left;
	color: #323232;
	font-weight: 600;
}

.ohd-website {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: initial !important;
	padding: 0 0 0 20px;
	text-align: right;
}

.list-author-widget-contacts {
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
}

.list-author-widget-contacts p {
	text-align: left;
}

.list-author-widget-contacts.list-item-widget-contacts {
	margin-top: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.list-author-widget-contacts li {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.list-author-widget-contacts.list-item-widget-contacts li {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.list-author-widget-contacts.list-item-widget-contacts li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.list-author-widget-contacts li a,
.list-author-widget-contacts li span {
	float: left;
	text-align: left;
	font-weight: 500;
}

.list-author-widget-contacts li span {
	/* min-width: 80px;     */
	font-weight: 600;
}

.list-author-widget-contacts li span i {
	margin-right: 7px;
	font-size: 14px;
}

.list-author-widget-contacts li a {
	/* margin-left: 20px; */
	color: #323232;
}

.list-author-widget-contacts li a:hover {
	color: #ff720b;
}

.bottom-bcw-box {
	margin-top: 10px;
	padding: 12px 70px 12px 30px;
	border-top: 1px solid #eee;
}

.bottom-bcw-box_link {
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #eee;
	height: 100%;
	width: 70px;
}

.bottom-bcw-box_link a {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	top: 50%;
	font-size: 16px;
	color: #9ea6ba;
	margin-top: -10px;
}

.list-widget-social li {
	float: left;
}

.list-widget-social li {
	margin-right: 8px;
}

.list-widget-social li a {
	width: 30px;
	height: 30px;
	display: block;
	line-height: 30px;
	border-radius: 4px;
	color: #fff;
}

.box-widget-author-title {
	padding: 20px 150px 30px 30px;
	position: relative;
}

.box-widget-author-title_content a {
	text-align: left;
	color: #323232;
	display: block;
	position: relative;
	font-size: 14px;
	margin-top: 5px;
	font-weight: 600;
	padding-bottom: 6px;
}

.box-widget-author-title_content span {
	display: block;
	font-size: 10px;
	text-align: left;
	color: #323232;
	text-transform: uppercase;
}

.box-widget-author-title-img {
	float: left;
	margin-right: 18px;
}

.box-widget-author-title-img img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

.box-widget-author-title_opt {
	position: absolute;
	right: 30px;
	top: 50%;
	height: 50px;
	margin-top: -25px;
	border-radius: 50px;
}

.box-widget-author-title_opt:before {
	content: '';
	position: absolute;
	background: #f9f9f9;
	border-radius: 70px 0 0 70px;
	top: -6px;
	bottom: -6px;
	left: -20px;
	right: -30px;
	border: 1px solid #eee;
	border-right: none;
}

.box-widget-author-title_opt a {
	width: 34px;
	height: 34px;
	float: left;
	border-radius: 100%;
	position: relative;
	margin-right: 8px;
	color: #fff;
	top: 8px;
}

.box-widget-author-title_opt a:last-child {
	margin-right: 0;
}

.box-widget-author-title_opt a i {
	line-height: 34px;
}

.counter-widget .countdown-item {
	float: left;
	color: #fff;
	margin-right: 20px;
	text-align: left;
	position: relative;
}

.counter-widget .countdown-item:before {
	content: ':';
	position: absolute;
	right: -12px;
	top: 6px;
	font-size: 20px;
	color: #fff;
}

.counter-widget .countdown-item:last-child:before {
	display: none;
}

.counter-widget .countdown-item span {
	font-weight: 600;
	font-size: 28px;
}

.counter-widget .countdown-item p {
	font-size: 11px;
	opacity: 0.7;
}

.counter-widget {
	float: left;
	margin-left: 40px;
	position: relative;
	top: -8px;
}

.counter-widget:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 20px;
	top: 50%;
	left: -20px;
	margin-top: -10px;
	background: rgba(255, 255, 255, 0.2);
}

.reviews-comments-item-text .review-score-user {
	position: absolute;
	top: -8px;
	right: 0;
}

.reviews-comments-item-text .review-score-user span.review-score-user_item {
	background: #3d4e94;
	color: #fff;
	float: right;
	font-weight: 600;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	border: 1px solid rgba(0, 0, 0, 0.21);
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.21);
	margin-left: 20px;
}

.reviews-comments-item-text .review-score-user .listing-rating {
	top: 10px;
}

.reviews-comments-item {
	padding: 0 0 20px 90px;
	position: relative;
	float: left;
	margin-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.reviews-comments-item:last-child {
	padding-bottom: 0;
}

.reviews-comments-item.reply-comment-item {
	width: 90%;
	margin-left: 10%;
	padding: 30px 20px 30px 90px;
	border-radius: 6px;
}

.reviews-comments-item.reply-comment-item .review-comments-avatar {
	top: 30px;
}

.reviews-comments-item.reply-comment-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: -10%;
	margin-left: 30px;
	width: 40px;
	height: 40px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.reviews-comments-item:last-child {
	border: none;
	margin-bottom: 0;
}

.review-comments-avatar {
	position: absolute;
	top: 0;
	left: 10px;
	width: 60px;
	height: 60px;
}

.review-comments-avatar:before {
	content: '';
	position: absolute;
	right: -20px;
	top: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	border-color: #fff;
	border-right-color: #f6f7ff;
	border-width: 10px;
	margin-top: -10px;
	pointer-events: none;
}

.review-comments-avatar img {
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 100%;
}

.reviews-comments-item-text {
	padding: 20px 20px 15px;
	background: #f6f7ff;
	border-radius: 6px;
}

.reviews-comments-item-text .new-dashboard-item {
	top: 0;
}

.reviews-comments-item-text h4 {
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	color: #323232;
}

.reviews-comments-item-text h4 a {
	color: #323232;
}

.reviews-comments-item-text p {
	text-align: left;
}

.reviews-comments-header {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.reviews-comments-item-footer {
	padding: 15px 0 0;
	margin-top: 15px;
	border-top: 1px solid #e5e7f2;
}

.reviews-comments-item-date {
	float: left;
	position: relative;
	top: 8px;
	color: #323232;
}

.only-comments .reviews-comments-item-date {
	top: 0;
}

.reviews-comments-item-date a.reply-link {
	float: right;
	font-weight: 400;
	color: #323232;
}

.reviews-comments-item-date a i,
.reviews-comments-item-date span i {
	margin-right: 10px;
}

.reply-item {
	position: absolute;
	right: 0;
	top: 12px;
	padding: 5px 15px;
	border-radius: 30px;
	color: #fff;
	z-index: 10;
	font-size: 11px;
}

.rate-review {
	float: right;
	padding: 8px 20px;
	border: 1px solid #e5e7f2;
	border-radius: 30px;
	background: #fff;
	font-size: 11px;
	font-weight: 400;
	color: #323232;
}

.rate-review:hover {
	background: #f9f9f9;
}

.rate-review i {
	margin-right: 6px;
}

.rate-review span {
	float: right;
	margin-left: 6px;
	color: #666;
	font-weight: 600;
}

.review-images {
	display: flex;
	margin-top: 10px;
	margin-bottom: 5px;
}

.review-images a {
	flex: 4;
	max-width: 25%;
	margin-right: 15px;
	border-radius: 4px;
	overflow: hidden;
}

.review-images a img {
	width: 100%;
	height: auto;
}

.reviews-score-wrap {
	padding: 20px;
	/* border-bottom: 1px solid #eee;
	background: #f9f9f9; */
}

.list-single-hero-header .reviews-score-wrap {
	padding: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.review-score-total {
	position: absolute;
	left: 20px;
	width: 78px;
	height: 60px;
	top: 28px;
}

.review-score-total span.review-score-total-item {
	background: #1e2434;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	border-radius: 4px;
	width: 70px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	position: relative;
	left: -2px;
}

.review-score-total .listing-rating {
	float: none;
	display: inline-block;
	margin-top: 4px;
}

.review-score-detail {
	width: 100%;
	padding-left: 85px;
}

.review-score-total a {
	float: left;
	width: 100%;
	padding: 10px 0;
	color: #fff;
	margin-top: 10px;
	border-radius: 4px;
}

.review-score-total span strong {
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding-top: 6px;
}

.reviews-comments-wrap {
	display: inline-table;
	margin-top: 20px;
}

.review-score-detail-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-basis: 100%;
}

.review-score-detail-list .rate-item {
	margin: 5px 0;
	width: 50%;
	padding-right: 10px;
	position: relative;
}

.rate-item-title {
	margin-bottom: 8px;
	text-align: left;
	color: #fff;
	font-size: 13px;
	float: left;
	min-width: 100px;
}

.review-score-detail-list .rate-item-percent,
.review-score-detail-list .rate-item-title {
	color: #1e2434;
}

.rate-item-bg {
	height: 6px;
	background: #fff;
	border-radius: 8px;
	float: left;
	width: calc(100% - 30px);
	overflow: hidden;
}

.review-score-detail-list .rate-item-bg {
	background: #e2e2e2;
	height: 10px;
}

.rate-item-line {
	float: left;
	height: 6px;
	border-radius: 4px;
}

.review-score-detail-list .rate-item-line {
	height: 10px;
}

.rate-item-percent {
	position: absolute;
	top: 18px;
	right: 10px;
	color: #fff;
}

.review-score-form {
	padding: 30px 30px 10px;
	border-bottom: 1px solid #eee;
	/* background: #f9f9f9; */
	top: -4px;
	z-index: 1;
}

.review-range-container,
.review-total {
	float: left;
}

.review-total {
	width: 20%;
	padding: 0 0 10px;
	background: #fff;
	top: 26px;
	border: 1px solid #eee;
	border-right: none;
	box-sizing: border-box;
	border-radius: 38px 0 0 38px;
	position: relative;
	left: 31px;
	overflow: hidden;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
}

.review-total strong {
	display: block;
	margin-top: 10px;
	color: #323232;
	font-size: 11px;
	font-weight: 400;
}

.custom-form .review-total span input {
	font-size: 26px;
	border: none;
	padding: 10px 0 0 !important;
	text-align: center;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1px;
	background: 0 0;
	cursor: default;
	color: #323232;
}

.custom-form .clear-singleinput {
	bottom: 34px;
}

.review-range-container {
	width: 80%;
	padding-right: 0;
}

.review-range-item {
	display: block;
	margin-bottom: 10px;
}

.review-range-item .range-slider-title {
	width: 20%;
	position: relative;
	text-align: left;
	top: -4px;
	color: #323232;
}

.review-range-item .range-slider-wrap {
	width: 80%;
	margin-top: 0;
	position: relative;
	top: -24px;
}

.review-range-item .range-slider-title,
.review-range-item .range-slider-wrap {
	float: left;
}

.fuzone {
	position: relative;
	border: 0;
	background: #f8e9dd;
	transition: all 0.3s linear;
	display: inline-block;
	width: 90%;
	min-height: 100px;
	cursor: pointer;
	border-radius: 4px;
	margin: 0 auto;
	/* position: relative;
	border: 1px dotted #ccc;
	background: #f6f7ff;
	transition: all 0.3s linear;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	min-height: 100px;
	margin-top: 20px;
	float: left;
	cursor: pointer;
	border-radius: 4px; */
}

.fuzone input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
}

.fuzone .fu-text {
	text-align: center;
	margin: 30px 0;
	font-size: 11px;
	font-weight: 600;
	color: #323232;
	position: relative;
}

.fuzone .fu-text i {
	font-size: 44px;
	width: 100%;
	padding-bottom: 10px;
	transition: all 0.3s linear;
	color: #666;
}

.fuzone:hover .fu-text i {
	transform: translateY(-10px);
}

.fuzone .delIcon {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	z-index: 100;
	cursor: pointer;
	background: #ff0000;
	color: #fff;
	line-height: 27px;
	font-size: 10px;
}

.photoUpload-files {
	margin-top: 6px;
	padding: 0 10px;
}

.photoUpload-files span {
	color: #666;
	margin: 0 3px;
	padding: 3px 6px;
	background: #fff;
	border-radius: 2px;
	display: inline-block;
	font-size: 10px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
}

.list-single-main-media {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}

.list-single-main-media img {
	width: 100%;
	height: auto;
}

.promo-link {
	position: absolute;
	bottom: 40px;
	left: 50px;
	padding: 16px 55px 16px 70px;
	color: #1e2434;
	border-radius: 30px;
	font-size: 11px;
	font-weight: 700;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
	z-index: 10;
	background: #fff;
}

.promo-link i {
	position: absolute;
	left: 10px;
	top: 50%;
	height: 34px;
	width: 34px;
	line-height: 34px;
	border-radius: 100%;
	margin-top: -17px;
	color: #fff;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.25);
}

.promo-link:hover i {
	background: #2c3b5a;
	color: #fff;
}

.restor-menu-widget {
	margin-bottom: 20px;
}

.restmenu-item {
	float: left;
	position: relative;
	width: 50%;
	padding: 10px 20px 10px 84px;
	border-radius: 6px;
}

.restmenu-item:hover {
	background: #f9f9f9;
}

.restmenu-item-img {
	position: absolute;
	left: 12px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 100%;
	transition: all 0.2s linear;
	object-fit: contain;
	top: 8px;
}

.restmenu-item-img img {
	height: 100%;
	width: auto;
	position: relative;
	left: 50%;
	margin-left: -60px;
}

.restmenu-item-img:hover {
	opacity: 0.7;
}

.restmenu-item-det-header {
	margin-top: 0;
	padding-bottom: 0;
}

.restmenu-item-det p {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 5px;
}

.restmenu-item-det-header h4 {
	text-align: left;
	float: left;
	font-size: 14px;
	color: #323232;
}

.restmenu-item-det-price {
	float: right;
	color: #1e2434;
	font-weight: 600;
	font-size: 14px;
}

.menu-filters,
.menu-filters a {
	float: left;
}

.listing-filters,
.menu-filters {
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 30px;
	border: 1px solid #eee;
}

.listing-filters a,
.menu-filters a {
	padding: 10px 30px;
	color: #1e2434;
	font-size: 13px;
	font-weight: 600;
	border-right: 1px solid #eee;
}

.listing-filters a.gallery-filter-active,
.menu-filters a.menu-filters-active {
	color: #fff;
}

.menu-filters a:last-child {
	border-right: none;
}

.listing-filters {
	border: none;
	margin-top: 0;
}

.listing-filters a {
	display: inline-table;
	border: 1px solid #eee;
	border-right: none;
	margin: 0 -2px;
	padding: 15px 30px;
	background: #f9f9f9;
}

.listing-filters a:hover {
	background: #fff;
}

.listing-filters a:last-child {
	border-right: 1px solid #eee;
	border-radius: 0 6px 6px 0;
}

.listing-filters a:first-child {
	border-radius: 6px 0 0 6px;
}

.grid-item-holder {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.gallery-item {
	width: 25%;
	position: relative;
	float: left;
	padding: 5px;
}

.gallery-item .listing-item {
	width: 100%;
	padding: 0;
}

.four-column .gallery-item {
	width: 25%;
}

.four-column .gallery-item.gallery-item-second {
	width: 50%;
}

.team-box {
	float: left;
	width: 33.3%;
	position: relative;
	padding: 10px 4px;
}

.section-team .team-box {
	padding: 10px 8px;
}

.team-box2 .team-box {
	padding: 0 20px;
}

.team-photo {
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 10px;
}

.team-box2 .team-box .team-photo {
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}

.team-box2 .team-box .team-info {
	border: 1px solid #eee;
	padding: 15px 20px;
	border-radius: 6px;
}

.team-info h3,
.team-info h4 {
	display: block;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
	color: #666;
	text-align: left;
}

.team-info h4 {
	font-size: 11px;
}

.team-info h3 a {
	color: #666;
}

.team-social {
	/* float: left; */
	padding: 3px 12px;
	border-radius: 40px;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
	/* margin-top: 20px; */
}

.team-social li {
	float: left;
	margin-right: 15px;
}

.team-social li:last-child {
	margin: 0;
}

.team-social li a {
	color: #9ea6ba !important;
}

.team-social li a:hover {
	color: #999;
}

.team-dec {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 26px;
	color: #adc7dd;
}

.banner-wdget {
	overflow: hidden;
	border-radius: 6px;
}

.banner-wdget .overlay {
	opacity: 0.4;
}

.banner-wdget-content {
	padding: 80px 30px 40px;
	z-index: 10;
}

.banner-wdget-content h4 {
	font-weight: 600;
	color: #fff;
	font-size: 14px;
}

.banner-wdget-content a {
	font-weight: 600;
	color: #fff;
	padding: 10px 30px;
	display: inline-table;
	margin-top: 25px;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
}

.back-tofilters {
	color: #fff;
	margin-top: 20px;
	padding: 15px 0;
	border-radius: 4px;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.15);
}

.back-tofilters i {
	margin-left: 10px;
}

.slideshow-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110%;
	z-index: 1;
}

.slide-progress-wrap {
	position: absolute;
	top: 70px;
	right: 50px;
	width: 80px;
	height: 1px;
	z-index: 100;
	background: rgba(255, 255, 255, 0.2);
}

.slide-progress {
	position: absolute;
	left: 0;
	top: -1px;
	width: 0;
	height: 3px;
	border-radius: 4px;
	background: #fff;
}

.faq-nav li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.faq-nav li a {
	display: block;
	position: relative;
	padding: 20px 20px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
}

.faq-nav li a.act-scrlink:before {
	font-family: 'Font Awesome 6 Free';
	content: '\f105';
	position: absolute;
	top: 50%;
	font-size: 16px;
	right: 16px;
	color: #ccc;
	z-index: 2;
	height: 16px;
	line-height: 16px;
	margin-top: -8px;
}

.faq-nav li a.act-scrlink {
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.15);
}

.faq-nav li span {
	display: block;
	font-weight: 600;
	color: #1e2434;
	font-size: 13px;
	padding-top: 10px;
}

.faq-nav li a i {
	font-size: 24px;
	color: #ccc;
}

.faq-title {
	margin: 20px 0;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 20px;
	text-align: left;
	font-weight: 600;
	color: #1e2434;
	font-size: 15px;
	display: block;
}

.faq-links {
	margin-top: 40px;
}

.faq-title.faq-title_first {
	margin-top: 0;
}

.faq-links-title {
	display: block;
	color: #323232;
	font-size: 24px;
	font-weight: 700;
}

.user-profile-header {
	margin-bottom: 20px;
}

.user-profile-header_media {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	padding: 170px 0 20px 0;
	z-index: 1;
}

.user-profile-header_media:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 30%;
	background: linear-gradient(to bottom,
			rgba(6, 27, 65, 0) 0,
			rgba(6, 27, 65, 0.95) 100%);
	z-index: 2;
}

.user-profile-header_content {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 50px 30px 30px;
	box-sizing: border-box;
	border: 1px solid #e5e7f2;
	border-top: none;
	z-index: 2;
}

.user-profile-header-avatar {
	position: absolute;
	left: 30px;
	top: -55px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.2);
}

.user-profile-header-avatar:before {
	content: '';
	position: absolute;
	left: -6px;
	top: -6px;
	right: -6px;
	bottom: -6px;
	background: #fff;
	z-index: 1;
	border-radius: 100%;
}

.user-profile-header-avatar img {
	height: 80px;
	width: 80px;
	border-radius: 100%;
	position: relative;
	z-index: 3;
}

.user-profile-header_media_title {
	z-index: 2;
	float: left;
	position: relative;
	padding-left: 130px;
	text-align: left;
}

.user-profile-header_media_title h3 {
	font-size: 16px;
	padding-bottom: 8px;
}

.user-profile-header_media_title h3,
.user-profile-header_media_title h4 {
	color: #fff;
}

.follow-btn {
	position: absolute;
	right: 30px;
	top: 30px;
	padding: 10px 30px;
	z-index: 20;
	color: #fff;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	cursor: pointer;
}

.follow-btn i {
	padding-left: 10px;
}

.user-profile-header_stats {
	float: right;
	position: relative;
	z-index: 2;
	padding-right: 30px;
	top: 15px;
}

.user-profile-header_stats li {
	float: left;
	color: #fff;
	position: relative;
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.25);
}

.user-profile-header_stats li:first-child:before {
	display: none;
}

.user-profile-header_stats li:first-child {
	border-radius: 4px 0 0 4px;
}

.user-profile-header_stats li:last-child {
	border-radius: 0 4px 4px 0;
}

.user-profile-header_stats li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 30px;
	margin-top: -15px;
	background: rgba(255, 255, 255, 0.3);
}

.user-profile-header_stats li span {
	font-weight: 600;
	padding-right: 10px;
}

.chat-widget-button {
	position: fixed;
	bottom: 110px;
	right: 50px;
	width: 40px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	font-size: 17px;
	background: #1e2434;
	z-index: 116;
	cursor: pointer;
	border-radius: 3px;
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-transform: translate3d(0, 0, 0);
}

.chat-widget-button.closechat_btn i:before {
	content: '\f00d';
}

.chat-widget_wrap {
	position: fixed;
	bottom: 170px;
	right: 50px;
	width: 300px;
	height: 400px;
	z-index: 116;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
	display: none;
	-webkit-transform: translate3d(0, 0, 0);
}

.chat-widget_header {
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	line-height: 50px;
	padding: 0 25px;
	background: #1e2434;
}

.chat-widget_header h3 {
	float: left;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
}

.chat-widget_header h3 a {
	color: #fff;
}

.status {
	position: absolute;
	right: 20px;
	top: 25px;
	line-height: 0;
	color: #fff;
	padding-right: 12px;
}

.status span {
	position: absolute;
	right: 0;
	width: 6px;
	height: 6px;
	top: -2px;
	border-radius: 100%;
}

.chat-widget_input {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	height: 50px;
	padding-right: 60px;
	border-top: 1px solid #eee;
	background: #f9f9f9;
}

.chat-widget_input textarea {
	display: block;
	white-space: pre-wrap;
	width: 100%;
	border: none;
	background: #f9f9f9;
	font-size: 13px;
	padding: 17px 11px 13px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 100px;
	resize: none;
}

.chat-widget_input button {
	position: absolute;
	right: 8px;
	width: 50px;
	height: 34px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	font-size: 14px;
	top: 7px;
	z-index: 2;
	color: #fff;
	cursor: pointer;
}

.chat-body {
	position: absolute;
	width: 100%;
	top: 50px;
	height: calc(100% - 100px);
	overflow: auto;
	left: 0;
	background: #fff;
	padding: 25px 20px;
}

.chat-body .simplebar-scrollbar:before {
	background: rgba(0, 0, 0, 0.2);
	width: 5px;
}

.chat-message {
	padding-left: 60px;
	margin-bottom: 30px;
}

.chat-message:last-child {
	margin-bottom: 0;
}

.chat-message p {
	float: left;
	padding: 10px 20px 15px;
	background: #f6f7ff;
	border-radius: 0 10px 10px 10px;
	width: 100%;
	text-align: left;
	font-size: 11px;
	color: #323232;
	position: relative;
}

.chat-message.chat-message_user p {
	border-radius: 10px 0 10px 10px;
	color: #fff;
}

.massage-date {
	float: left;
	font-size: 11px;
	color: #999;
	margin-bottom: 11px;
}

.massage-date span {
	position: relative;
	padding-left: 10px;
}

.chat-message.chat-message_user .massage-date {
	float: right;
}

.chat-message .dashboard-message-avatar {
	position: absolute;
	left: 0;
	top: 20px;
}

.chat-message .dashboard-message-avatar,
.chat-message .dashboard-message-avatar img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.chat-message.chat-message_user .dashboard-message-avatar {
	left: inherit;
	right: 0;
}

.chat-message-user-name {
	font-size: 11px;
	color: #999;
	position: absolute;
	left: 4px;
	top: 70px;
	font-weight: 600;
}

.chat-message.chat-message_user .chat-message-user-name {
	left: inherit;
	right: 8px;
}

.chat-message.chat-message_user {
	padding-left: 0;
	padding-right: 60px;
}

.media-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 0;
	z-index: 1;
}

.video-container video {
	width: 100%;
}

.video-iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden !important;
	top: 0;
	left: 0;
	padding: 0 !important;
}

.video-iframe iframe {
	position: absolute;
	top: -75px;
	left: 50%;
	width: 100%;
	height: 100%;
	display: block;
}

.media-container.video-parallax {
	height: 120%;
	top: -10%;
}

.resp-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.resp-video embed,
.resp-video iframe,
.resp-video object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.video-holder iframe {
	position: absolute;
	top: -75px;
	left: 50%;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

.video-item h3 {
	font-size: 34px;
	color: #fff;
	float: left;
	width: 100%;
	font-weight: 700;
	padding-bottom: 20px;
}

.video-item p {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	color: #eee;
	text-align: left;
	font-size: 13px;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

.video-item a {
	display: inline-table;
	margin-top: 30px;
}

.post-article .list-single-main-media {
	margin-bottom: 0;
	border-radius: 10px 10px 0 0;
}

.post-article .list-single-main-item {
	padding: 30px 30px 20px;
	border-radius: 0 0 10px 10px;
}

.post-article .btn {
	float: right;
}

.post-opt-title {
	display: block;
	text-align: left;
	font-weight: 600;
	font-size: 21px;
	margin-bottom: 20px;
}

.post-opt-title,
.post-opt-title a {
	color: #323232;
}

.post-author {
	float: left;
	margin-right: 20px;
	margin-top: 6px;
}

.post-author img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	float: left;
	margin-right: 20px;
}

.post-author span {
	position: relative;
	top: 12px;
}

.post-opt {
	padding-top: 18px;
}

.cat-item li,
.post-opt,
.post-opt li {
	float: left;
}

.post-opt li {
	margin-right: 20px;
}

.post-author span,
.post-opt li a,
.post-opt li span {
	color: #1e2434;
	font-weight: 400;
	font-size: 13px;
}

.post-opt li i {
	padding-right: 6px;
}

.cat-item li {
	width: 100%;
	padding-bottom: 8px;
	margin-bottom: 15px;
	text-align: left;
	position: relative;
}

.cat-item li:last-child {
	margin-bottom: 0;
}

.cat-item li:before {
	content: '';
	position: absolute;
	bottom: 6px;
	width: 100px;
	height: 1px;
	background: #eee;
	left: 50%;
	margin-left: -25px;
}

.cat-item li a {
	float: left;
	font-size: 13px;
	color: #1e2434;
	font-weight: 400;
}

.cat-item li span {
	float: right;
	color: #999;
	font-size: 13px;
}

.search-widget input {
	float: left;
	width: 100%;
	border: none;
	background: #f6f7ff;
	height: 50px;
	padding: 0 80px 0 20px;
	z-index: 1;
	border-radius: 54px;
}

.search-widget .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 50px;
	line-height: 50px;
	z-index: 2;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 0 54px 54px 0;
}

.single-post-article .post-opt-title {
	margin-bottom: 10px;
}

.post-article {
	position: relative;
}

.post-nav-wrap {
	margin-bottom: 20px;
}

.post-nav {
	float: left;
	width: 50%;
	position: relative;
	background: #f9f9f9;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #e5e7f2;
}

.post-nav:before {
	position: absolute;
	height: 20px;
	line-height: 20px;
	top: 50%;
	margin-top: -10px;
	font-family: 'Font Awesome 6 Free';
	font-size: 14px;
	transition: all 0.2s linear;
}

.post-nav-prev:before {
	content: '\f104';
	right: 20px;
}

.post-nav-prev:hover:before {
	right: 30px;
}

.post-nav-next:before {
	content: '\f105';
	left: 20px;
}

.post-nav-next:hover:before {
	left: 30px;
}

.post-nav:hover {
	background: #fff;
}

.post-nav-img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	position: absolute;
	overflow: hidden;
	top: 50%;
	margin-top: -30px;
	box-shadow: 0 2px 16px rgba(58, 87, 135, 0.25);
}

.post-nav-img i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.post-nav-img img {
	width: auto;
	height: 60px;
	margin: 0 auto;
}

.post-nav-prev .post-nav-img {
	left: 10px;
}

.post-nav-next .post-nav-img {
	right: 10px;
}

.post-nav-prev {
	padding-left: 90px;
	border-radius: 50px 0 0 50px;
	text-align: left;
	border-right: none;
}

.post-nav-next {
	padding-right: 90px;
	border-radius: 0 50px 50px 0;
	text-align: right;
}

.post-nav-text {
	font-size: 14px;
	font-weight: 500;
	color: #323232;
}

.post-nav-text strong {
	font-weight: 600;
}

.single-main-wrap-title {
	margin-bottom: 50px;
}

.single-main-wrap-title h2 {
	font-size: 18px;
}

.cart-details-item-header {
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	color: #323232;
	font-size: 14px;
}

.cart-details_text,
.post-article {
	float: left;
	width: 100%;
}

.cart-details_header {
	display: inline-table;
	padding: 15px 20px;
	position: relative;
	border-bottom: 1px solid #eee;
}

.cart-details_text .geodir-category-content-title-item h3 a {
	color: #666;
}

.cart_list li {
	text-align: left;
	padding: 15px 20px;
	color: #1e2434;
	font-size: 13px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
}

.cart_list li:last-child {
	border-bottom: 0;
}

.cart-total strong,
.cart_list li span {
	float: right;
}

.cart_list li span strong {
	padding-left: 6px;
	color: #1e2434;
}

.cart-total {
	padding: 15px 20px;
	border-radius: 4px;
	overflow: hidden;
}

.cart-total:after,
.cart-total:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
}

.cart-total:before {
	left: 20px;
	bottom: -20px;
	opacity: 0.1;
}

.cart-total:after {
	right: 70px;
	top: -10px;
	opacity: 0.2;
}

.cart-details {
	margin-bottom: 15px;
}

.cart-total span {
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	top: 2px;
}

.cart-total strong {
	font-size: 20px;
	font-weight: 400;
}

#progressbar {
	margin-bottom: 30px;
	counter-reset: step;
	width: 100%;
	float: left;
	position: relative;
	box-sizing: border-box;
}

#progressbar li {
	list-style-type: none;
	color: #666;
	font-size: 13px;
	width: 33.3%;
	float: left;
	position: relative;
}

#progressbar li:first-child {
	width: 40px;
	position: absolute;
	left: 0;
	top: 0;
}

#progressbar li span {
	float: right;
	background: #e2e2e2;
	width: 40px;
	height: 40px;
	line-height: 32px;
	color: #fff;
	border-radius: 100%;
	position: relative;
	z-index: 10;
	font-weight: 500;
	border: 4px solid #fff;
	box-sizing: border-box;
	transition: all 0.2s linear;
	transition-delay: 0.2s;
	box-shadow: 0 2px 16px rgba(58, 87, 135, 0.15);
}

#progressbar li:after {
	content: '';
	position: absolute;
	bottom: 50%;
	width: 100%;
	margin-bottom: -2px;
	left: 0;
	height: 4px;
	border-radius: 4px;
	background: #e8e8e8;
	z-index: 1;
}

#progressbar li:before {
	content: '';
	position: absolute;
	bottom: 50%;
	margin-bottom: -2px;
	width: 0;
	left: 0;
	height: 4px;
	z-index: 2;
	transition: all 0.2s linear;
}

#progressbar li.active:before {
	width: 100%;
}

.bookiing-form-wrap .custom-form form fieldset:not(:first-of-type) {
	display: none;
}

.action-button {
	padding: 12px 30px;
	color: #fff;
	font-size: 13px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
	border: 1px solid #eee;
	color: #fff;
	font-weight: 600;
	border-radius: 4px;
}

.next-form {
	float: right;
}

.tr-sec {
	margin-bottom: 0;
}

.success-table-header {
	text-align: left;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0 0 70px;
}

.success-table-header i.decsth {
	color: #5ecfb1;
	position: absolute;
	font-size: 54px;
	left: 0;
	top: 0;
}

.previous-form,
.success-table-header h4,
.success-table-header p {
	float: left;
}

.success-table-header a {
	font-size: 13px;
	color: #fff;
	padding: 12px 25px;
	float: right;
	border-radius: 30px;
	position: relative;
	top: -14px;
}

.success-table-header a i {
	padding-right: 8px;
	font-size: 15px;
}

.log-massage {
	padding: 10px 0;
	text-align: left;
	font-size: 13px;
	color: #666;
}

.bookiing-form-wrap {
	padding: 0 30px 20px;
}

.bookiing-form-wrap .list-single-main-item-title {
	padding: 18px 0;
}

.bookiing-form-wrap .list-single-main-item-title:before {
	display: none;
}

.cart-details-wrap {
	margin-bottom: 20px;
}

.showshare.vis-butsh i:before {
	content: '\f00d';
}

.share-holder {
	position: absolute;
	right: 40px;
	bottom: -50px;
}

.share-holder.hid-share .share-container {
	position: absolute;
	top: -5px;
	right: 0;
	min-width: 170px;
	background: #fff;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.15);
	padding: 8px 8px 8px 18px;
	margin-top: -30px;
	border-radius: 2px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.vissc {
	opacity: 1;
}

.share-holder.hid-share .share-container .share-icon {
	float: left;
	width: 26px;
	height: 26px;
	line-height: 26px;
	position: relative;
	font-size: 13px;
	color: #fff;
	transition: all 0.4s ease-in-out;
}

.share-holder.hid-share .share-container .share-icon:hover {
	color: #fff;
}

.share-holder.hid-share .share-container.visshare {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.share-icon:before {
	font-family: Font awesome\5 Brands;
}

.share-icon-digg:before {
	content: '\f1a6';
}

.share-icon-email:before {
	content: '\f003';
}

.share-icon-flickr:before {
	content: '\f16e';
}

.share-icon-foursquare:before {
	content: '\f180';
}

.share-icon-rss:before {
	content: '\f09e';
}

.share-icon-facebook:before {
	content: '\f39e';
}

.share-icon-twitter:before {
	content: '\f099';
}

.share-icon-tumblr:before {
	content: '\f173';
}

.share-icon-linkedin:before {
	content: '\f0e1';
}

.share-icon-vimeo:before {
	content: '\f27d';
}

.share-icon-instagram:before {
	content: '\f16d';
}

.share-icon-pinterest:before {
	content: '\f231';
}

.share-icon-googleplus:before {
	content: '\f0d5';
}

.share-icon-in1:before {
	content: '\f08c';
}

.share-icon-stumbleupon:before {
	content: '\f1a4';
}

.testi-item {
	transition: all 0.3s ease-in-out;
	transform: scale(0.9);
	opacity: 0.9;
}

.testimonilas-text {
	padding: 20px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #eee;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}

/* .testimonilas-text:after,.testimonilas-text:before{font-family:Font Awesome 6 Free;font-style:normal;font-weight:400;text-decoration:inherit;position:absolute;color:#ccc;opacity:.3;font-size:32px;transition:all .4s linear}
.testimonilas-text:after{content:"\f10e";bottom:20px;right:25px}
.testimonilas-text:before{content:"\f10e";top:20px;left:25px} */
.testimonilas-text .listing-rating {
	float: none;
	display: inline-block;
	margin-bottom: 12px;
}

.testimonilas-avatar h3 {
	font-weight: 600;
	color: #1e2434;
	font-size: 18px;
}

.testimonilas-avatar h4 {
	font-weight: 400;
	font-size: 13px;
}

.testimonilas-carousel .swiper-slide {
	padding: 30px 0;
}

.testi-avatar {
	position: absolute;
	left: 50%;
	top: -30px;
	width: 90px;
	height: 90px;
	margin-left: -45px;
	z-index: 20;
}

.testi-avatar img {
	width: 90px;
	height: 90px;
	float: left;
	border-radius: 100%;
	border: 6px solid #fff;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.1);
}

.swiper-slide-active .testimonilas-text {
	background: #fff;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.1);
}

.testimonilas-text p {
	color: #323232;
	font-size: 14px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: 500;
}

.testi-link {
	position: absolute;
	bottom: 0;
	padding: 10px 0;
	border-radius: 10px 10px 0 0;
	background: #f9f9f9;
	border: 1px solid #eee;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
	left: 50%;
	width: 200px;
	margin-left: -100px;
}

.swiper-slide-active .testi-item {
	opacity: 1;
	transform: scale(1);
	background: #fff;
}

.tc-pagination {
	float: left;
	margin-top: 10px;
	width: 100% !important;
}

.tc-pagination_wrap {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
}

.tc-pagination2 {
	float: none;
	display: inline-block;
	background: #fff;
	padding: 14px 0;
	border-radius: 30px;
	min-width: 250px;
	border-bottom: 0;
}

.tc-pagination .swiper-pagination-bullet,
.tc-pagination2 .swiper-pagination-bullet {
	opacity: 1;
	background: #ccc;
	margin: 0 2px;
	width: 10px;
	height: 10px;
	transition: all 0.3s ease-out;
}

.collage-image {
	position: relative;
	width: 352px;
	margin: 0 auto;
	height: 300px;
}

.collage-image .main-collage-image {
	position: absolute;
	right: -120px;
	bottom: -120px;
	z-index: 2;
}

.colomn-text-title h3 {
	text-align: left;
	font-size: 34px;
	color: #fff;
	font-weight: 900;
	padding-bottom: 25px;
	font-family: "Barlow Condensed", sans-serif;
}

.images-collage-title {
	position: absolute;
	right: -90px;
	width: 180px;
	padding: 12px 0 15px;
	z-index: 10;
	top: 20px;
	border-radius: 6px;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
}

.icdec:before {
	bottom: -22px;
	left: 50%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #1e2434;
	border-width: 12px;
	margin-left: -32px;
}

.images-collage-title img {
	width: 120px;
	height: auto;
}

.images-collage-title span {
	color: #fff;
}

.colomn-text-list li p,
.colomn-text-title p {
	text-align: left;
	color: #fff;
}

.colomn-text {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 40px 0 0;
}

.pad-top-column-text {
	padding: 80px;
	margin-bottom: 20px;
}

.pad-top-column-text_small {
	padding-top: 40px;
}

.down-btn {
	padding: 16px 55px 16px 70px;
	font-size: 13px;
	font-weight: 400;
	color: #1e2434;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 500;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
	z-index: 10;
	background: #fff;
	float: left;
	position: relative;
	margin: 35px 10px 0 0;
	transition: all 0.4s ease-in-out;
}

.down-btn:hover {
	color: #fff;
}

.down-btn i {
	position: absolute;
	left: 10px;
	top: 50%;
	height: 34px;
	width: 34px;
	line-height: 34px;
	border-radius: 100%;
	margin-top: -17px;
	color: #fff;
	font-weight: 100;
	font-size: 18px;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.25);
}

.images-collage_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	z-index: 3;
	font-size: 19px;
	color: #fff;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.35);
	animation: bounce 3s ease-in-out infinite;
}

.collage-image-min {
	position: absolute;
	z-index: 10;
}

.collage-image-min:before {
	top: 63px;
	left: 90%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #fff;
	border-width: 12px;
	margin-left: 20px;
	z-index: 20;
}

.collage-image-min.cim_1 {
	bottom: 160px;
	left: 53px;
}

.collage-image-min.cim_2 {
	bottom: 204px;
	right: 200px;
}

.collage-image-min.cim_2 {
	animation: bounce 4s ease-in-out infinite;
}

.collage-image-min.cim_1 {
	animation: bounce 8s ease-in-out infinite;
}

.collage-image-min img {
	position: absolute;
	width: 67px;
	height: 67px;
	border: 3px solid #fff;
	border-radius: 100%;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.35);
}

.collage-image-btn {
	color: #fff;
	position: absolute;
	bottom: 40px;
	right: 120px;
	padding: 12px 25px;
	border-radius: 4px;
	z-index: 20;
	font-size: 13px;
	box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.6);
	transform-style: preserve-3d;
	transform: rotateX(35deg) rotateY(45deg);
}

.collage-image-input {
	position: absolute;
	bottom: 20px;
	left: -90px;
	width: 220px;
	padding: 0 40px 0 16px;
	background: #fff;
	border-radius: 30px;
	z-index: 10;
	text-align: left;
	font-size: 13px;
	color: #999;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
	transform-style: preserve-3d;
	transform: rotateX(35deg) rotateY(45deg);
}

.collage-image-input i {
	position: absolute;
	width: 30px;
	height: 40px;
	line-height: 40px;
	right: 0;
	top: 0;
	animation: bounce 2s ease-in-out infinite;
}

.page-scroll-nav {
	position: fixed;
	top: 35%;
	right: 50px;
	z-index: 50;
	-webkit-transform: translate3d(0, 0, 0);
}

.page-scroll-nav nav {
	width: 40px;
	padding: 18px 5px 8px;
	border-radius: 20px;
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
}

.page-scroll-nav nav li {
	width: 100%;
	margin-bottom: 10px;
}

.page-scroll-nav nav li a {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	position: relative;
}

.page-scroll-nav nav li a.act-scrlink i {
	color: #fff;
}

.page-scroll-nav nav li a span {
	display: none;
}

.sec-circle {
	z-index: 20;
}

.sec-circle:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 20px;
	border-radius: 30px;
	background: #fff;
	left: 50%;
	top: -10px;
	margin-left: -50px;
}

.sec-circle_gray:before {
	background: #f6f7ff;
}

.price-item {
	float: left;
	width: 33.3%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 5px;
}

.best-price,
.price-item:hover {
	box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.07);
	z-index: 2;
}

.best-price {
	top: -30px;
}

.price-item:hover {
	z-index: 3;
}

.price-head {
	float: left;
	width: 100%;
	padding: 32px 20px 80px;
	position: relative;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.price-head .footer-wave {
	bottom: -12px;
	left: 0;
	height: 100px;
	opacity: 1;
	z-index: 10;
}

.price-head .footer-wave.footer-wave2 {
	opacity: 0.3;
	bottom: 10px;
}

.price-head h3 {
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 14px;
	font-weight: 500;
	border: 2px solid rgba(255, 255, 255, 0.41);
	display: inline-table;
	padding: 10px 40px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.11);
	overflow: hidden;
}

.price-head-decor {
	position: absolute;
	bottom: 70px;
	left: 20px;
	color: #fff;
	opacity: 0.2;
	font-size: 54px;
}

.price-num {
	padding: 10px 15px 0;
	overflow: hidden;
}

.price-num:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -35px;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border-radius: 100%;
	z-index: 10;
	-webkit-transform: translate3d(0, 0, 0);
}

.price-num span.curen {
	position: relative;
	top: -32px;
	padding-right: 7px;
	font-weight: 400;
	font-size: 19px;
}

.price-num-item {
	font-size: 65px;
	position: relative;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.81);
	display: inline-table;
}

.price-desc ul li {
	float: left;
	width: 100%;
	padding: 18px 0;
	color: #1e2434;
	font-weight: 500;
	font-size: 13px;
	border-top: 1px solid #eee;
}

.pri ce-desc ul li:nth-child(2n + 1) {
	background: #f9f9f9;
}

.price-desc ul li:last-child {
	border-bottom: 1px solid #eee;
}

.price-desc ul li:first-child {
	border-top: none;
}

.price-link {
	display: inline-table;
	padding: 16px 30px;
	color: #fff;
	border-radius: 6px;
	font-size: 11px;
	position: relative;
	margin: 20px 0 30px;
	font-weight: 400;
}

.price-link:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	opacity: 0;
	border-radius: 100%;
	right: 20px;
	bottom: 30px;
	transition: all 0.4s ease-in-out;
	transform: scale(0);
}

.price-link:hover:before {
	opacity: 0.2;
	transform: scale(4);
}

.price-content {
	background: #fff;
	border: 1px solid #eee;
	border-top: none;
	overflow: hidden;
	z-index: 20;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
}

.pricing-wrap {
	margin: 60px 0 30px;
}

.pricing-switcher {
	text-align: center;
	position: relative;
}

.pricing-switcher .fieldset {
	display: inline-block;
	position: relative;
	padding: 2px;
	border-radius: 6px;
	margin-bottom: 10px;
	box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.07);
}

.pricing-switcher input[type='radio'] {
	position: absolute;
	opacity: 0;
	left: -1000px;
}

.pricing-switcher label {
	position: relative;
	z-index: 1;
	display: inline-block;
	float: left;
	width: 210px;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
	font-weight: 600;
	font-size: 11px;
	color: #fff;
	transition: all 0.4s ease-out;
}

.pricing-switcher .switch {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 40px;
	width: 210px;
	background: #fff;
	border-radius: 6px;
	transition: all 0.3s ease-out;
}

.pricing-switcher input[type='radio']:checked+label+.switch,
.pricing-switcher input[type='radio']:checked+label:nth-of-type(n)+.switch {
	-webkit-transform: translateX(204px);
	transform: translateX(204px);
}

.pricing-switcher input[type='radio']:checked+label {
	color: #1e2434;
}

.price-num span.curen {
	position: relative;
	top: -32px;
	padding-right: 7px;
	font-weight: 400;
	font-size: 17px;
}

.price-num-desc {
	color: #fff;
	display: inline-table;
	font-size: 13px;
	font-weight: 400;
	position: relative;
	overflow: hidden;
}

.mouth-cont {
	z-index: 1;
	opacity: 1;
	position: relative;
}

.year-cont {
	position: absolute;
	left: 0;
	opacity: 0;
	top: 0;
	z-index: 2;
}

.price-item,
.year-cont,
.year-sale {
	transition: all 0.3s ease-out;
}

.year-sale {
	position: absolute;
	top: 60px;
	right: 30px;
	font-size: 36px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.41);
	opacity: 0;
}

.year-mont .year-sale {
	opacity: 1;
	top: 80px;
}

.year-mont .mouth-cont {
	opacity: 0;
}

.year-mont .year-cont {
	opacity: 1;
}

.year-mont .price-num-item .year-cont {
	left: -30px;
}

.recomm-price {
	margin: 0 0 20px;
	font-weight: 400;
	color: #1e2434;
	font-size: 13px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -90px;
	width: 180px;
	background: #f9f9f9;
	padding: 15px 0;
	border-radius: 20px 20px 0 0;
	border: 1px solid #eee;
	box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.05);
}

.recomm-price i {
	margin-right: 10px;
}

.rec-link {
	margin-bottom: 85px;
}

.align-titile h4 {
	position: relative;
	top: 30px;
	text-align: left;
	font-weight: 600;
	color: #1e2434;
	font-size: 19px;
	display: block;
}

.client-item {
	padding: 0 20px;
	display: block;
}

.client-item img {
	width: 100%;
	height: auto;
	transition: all 0.3s linear;
}

.cc-btn {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-top: -18px;
	border-radius: 100%;
	background: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
	z-index: 20;
	cursor: pointer;
}

.clients-carousel-wrap {
	padding: 0 20px;
}

.cc-btn.cc-next {
	right: 0;
}

.cc-btn.cc-prev {
	left: 0;
}

.absolute-wrap {
	margin-top: -150px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
	padding: 10px 30px 40px;
}

section.absolute-wrap_section {
	padding-bottom: 40px;
	z-index: 10;
}

section.absolute-wrap_section .section-separator {
	top: 20px;
}

.features-box-container {
	margin-top: 30px;
}

.features-box {
	padding: 25px 10px 25px 100px;
	overflow: hidden;
	position: relative;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #eee;
}

.absolute-wrap .features-box {
	box-shadow: none;
	padding: 25px 15px;
}

.features-box .time-line-icon {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 70px;
	height: 70px;
}

.absolute-wrap .features-box .time-line-icon {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.features-box .time-line-icon i {
	font-size: 40px;
}

.features-box h3 {
	text-align: left;
	font-weight: 600;
	color: #1e2434;
	font-size: 18px;
	padding-bottom: 12px;
}

.features-box p {
	text-align: left;
	color: #323232;
	font-size: 13px;
	line-height: 22px;
}

.absolute-wrap .features-box h3,
.absolute-wrap .features-box p {
	text-align: center;
}

.time-line-icon {
	position: relative;
	margin-bottom: 20px;
	background: url(../images/clouds.png) no-repeat center;
}

.absolute-wrap .features-box:hover,
.features-box.gray-bg {
	background: #f6f7ff;
}

.big_prom {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	margin-top: 50px;
	font-size: 13px;
}

.video_section-title h4 {
	font-size: 14px;
	color: #fff;
	padding-bottom: 20px;
}

.video_section-title h2 {
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
}

.ab_text {
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}

.ab_text-title h3 {
	color: #323232;
	font-weight: 600;
	text-align: left;
	font-size: 22px;
	font-family: "Barlow Condensed", sans-serif;
}

.ab_text-title h4 {
	font-size: 14px;
	padding: 0;
	font-weight: 400;
	color: #1e2434;
	text-align: left;
}

.no-padding-section {
	padding: 0;
}

.process-wrap li {
	float: left;
	width: 33.3%;
	padding: 0 30px;
	position: relative;
}

.process-wrap_half li {
	width: 50%;
}

.process-item {
	float: left;
	width: 100%;
	position: relative;
	border: 1px solid #eee;
	padding: 30px 20px 50px;
	border-radius: 6px;
	z-index: 20;
	background: #f9f9f9;
}

.process-wrap li i {
	margin: 0 auto 0;
	font-size: 59px;
}

.process-wrap li h4 {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 20px;
	color: #323232;
}

.process-wrap p {
	text-align: center;
	color: #1e2434;
	font-size: 15px;
	line-height: 22px;
}

.process-count {
	position: absolute;
	z-index: 10;
	font-size: 14px;
	font-weight: 700;
	left: 50%;
	margin-left: -25px;
	bottom: -25px;
	background: #fff;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #666;
	border: 1px solid #eee;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}

.pr-dec {
	position: absolute;
	top: 50%;
	right: -50px;
	width: 150px;
	height: 1px;
	border-bottom: 1px solid #e2e2e2;
}

.process-end {
	display: inline-block;
	margin-top: 60px;
	position: relative;
}

.process-end:before {
	content: '';
	position: absolute;
	top: -60px;
	left: 50%;
	width: 1px;
	height: 70px;
	background: #e2e2e2;
	z-index: -1;
}

.process-end i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border-radius: 100%;
	z-index: 3;
	background: #5ecfb1;
	border-radius: 100%;
	font-size: 20px;
	color: #fff;
	border-radius: 100%;
	box-shadow: 0 0 0 10px #f7f7f7;
}

.hidden-section {
	overflow: hidden;
}

.process-item_time-line {
	margin-bottom: 50px;
}

.process-item_time-line:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	top: 28px;
	z-index: 1;
	background: #e9e9e9;
}

.process-item_time-line:after {
	font-family: 'Font Awesome 6 Free';
	content: '\f00c';
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 20px;
	top: 8px;
	border-radius: 100%;
	font-size: 18px;
	color: #fff;
	animation: pulse3 3.1s infinite ease-in-out;
	z-index: 2;
	display: none;
}

.process-item_time-line:last-child:after {
	display: block;
}

@keyframes pulse3 {
	50% {
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),
			0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 40px rgba(238, 238, 238, 0.4);
	}
}

.process-item_time-line {
	float: left;
	width: 33.3%;
	position: relative;
	z-index: 2;
	padding: 10px 20px;
}

.pi-text {
	background: #fff;
	border-radius: 6px;
	padding: 20px 20px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
}

.pi-text h4 {
	text-align: left;
	padding-bottom: 10px;
	font-size: 16px;
}

.pi-text p {
	text-align: left;
	color: #323232;
	font-size: 13px;
	line-height: 24px;
	padding-bottom: 10px;
}

.pi_head {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 40px;
	background: #fff;
	border-radius: 100%;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.13);
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	z-index: 20;
	position: relative;
}

#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	z-index: 0;
	opacity: 0.6;
}

.error-wrap {
	padding: 40px 0;
}

.error-wrap h2 {
	font-size: 154px;
	color: #fff;
	font-weight: 900;
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: 10px;
}

.error-wrap p {
	color: rgba(255, 255, 255, 0.91);
	font-size: 14px;
}

.error-wrap form {
	margin: 30px auto 20px;
	max-width: 550px;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
}

.error-wrap form input {
	float: left;
	width: 100%;
	border: none;
	background: #fff;
	height: 50px;
	padding: 0 100px 0 20px;
	z-index: 1;
}

.error-wrap form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 50px;
	line-height: 50px;
	z-index: 2;
	color: #fff;
	border: none;
	cursor: pointer;
}

.error-wrap form .search-submit:hover {
	background: #2c3b5a;
}

.error-wrap a.btn {
	display: inline-table;
	margin-top: 10px;
}

#contact-form #message {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	text-align: left;
}

.mob-nav-content-btn {
	padding: 15px 0;
	color: #fff;
	cursor: pointer;
	border-radius: 6px;
	margin-bottom: 15px;
	display: none;
}

.mncb_half {
	width: 50%;
	margin-top: 30px;
	border-radius: 0 6px 6px 0;
	box-sizing: border-box;
}

.mncb_half:first-child {
	border-radius: 6px 0 0 6px;
	border-right: 1px solid rgba(0, 0, 0, 0.21);
}

.mob-nav-content-btn.slsw_vis i {
	color: #fff;
}

.mob-nav-content-btn i {
	margin-right: 12px;
}

.map-close {
	position: absolute;
	left: 30px;
	top: 10px;
	z-index: 1100;
	cursor: pointer;
	width: 43px;
	height: 43px;
	line-height: 43px;
	border-radius: 4px;
	-webkit-transform: translate3d(0, 0, 0);
	display: none;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.close_sbfilters {
	position: absolute;
	right: 0;
	top: 16px;
	z-index: 20;
	cursor: pointer;
	color: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #eee;
	border-right: none;
	background: #f9f9f9;
	display: none;
	border-radius: 30px 0 0 30px;
}

@media only screen and (max-width: 1290px) {
	.main-header {
		padding: 0 20px;
	}

	.header-search_btn {
		margin-left: 30px;
	}

	.nav-holder {
		margin-left: 10px;
	}

	.footer-wave {
		bottom: -240px;
	}

	.header-search_btn {
		width: 40px;
		height: 40px;
		line-height: 40px;
		padding: 0;
		border-radius: 100%;
		top: 0;
	}

	.header-search_btn i {
		margin-right: 0;
	}

	.header-search_btn span,
	.header-search_container:before {
		display: none;
	}

	.price-head .footer-wave {
		bottom: -18px;
	}
}

@media only screen and (max-width: 769px){
	.mob-nav-content-btn{
		display: block;
	}

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

	.close_sbfilters,
	.map-close,
	.mob-bg,
	.nav-button-wrap {
		display: block;
	}

	/* .header-search-input,
	.header-search-input.header-search_selectinpt {
		margin-bottom: 10px;
	} */

	#footer-twiit .timePosted a,
	.col-list-wrap,
	.faq-nav,
	.header-search-input,
	.header-search-input.header-search_selectinpt,
	.main-menu .menusb ul,
	.menusb,
	.menusb a,
	.menusb li,
	.subscribe-widget {
		width: 100%;
	}

	.faq-nav,
	.list-main-wrap-header.anim_clw,
	.main-menu .menusb ul,
	.menusb,
	.menusb a,
	.menusb li,
	.subscribe-widget {
		float: left;
	}

	.col-list-wrap.anim_clw {
		padding-top: 0;
	}

	.col-list-wrap.anim_clw.hidsb_act {
		left: 380px !important;
	}

	.list-main-wrap-header.anim_clw.hidsb_act {
		left: 0 !important;
	}

	.list-main-wrap-header.anim_clw {
		position: relative;
		width: 100%;
		top: 0;
	}

	.header-search_container {
		bottom: inherit;
		top: 95%;
	}

	.vis-head-search {
		bottom: inherit;
		top: 100%;
	}

	.ntm {
		margin-top: 0;
	}

	.back-tofilters,
	.counter-widget:before,
	.lws_mobile,
	.main-footer .footer-wave,
	.main-menu nav ul,
	.show-hidden-sb,
	.top-breadcrumbs {
		display: block;
	}

	.back-to-filters {
		display: none !important;
	}

	.map-container.column-map.right-pos-map,
	.map-container.fw-map.big_map.hid-mob-map {
		width: 100%;
		right: -100%;
		position: absolute;
		z-index: 100 !important;
		-webkit-transform: translate3d(0, 0, 0);
	}

	.fixed-mobile {
		position: fixed !important;
		top: 80px !important;
	}

	.main-menu {
		position: absolute;
		top: 80px;
		right: -20px;
		width: 100%;
		z-index: 50;
		padding: 10px 10px;
		background: #fff;
		border-radius: 0 0 0 6px;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		visibility: hidden;
		opacity: 0;
		transition: all 0.4s ease-in-out;
		box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.07);
		text-align: left;
	}

	.vismobmenu {
		opacity: 1;
		right: 0;
		visibility: visible;
	}

	.main-menu ul li {
		width: 100%;
		border-bottom: 1px solid #ccc;
		padding: 5px 0;
	}

	.menusb {
		display: block;
		position: relative;
		overflow: hidden;
	}

	.main-menu .menusb ul {
		display: block;
		position: relative;
	}

	.menusb li {
		margin: 0;
		position: relative;
		overflow: hidden;
		padding: 0 20px;
	}

	.menusb li i {
		position: absolute;
		right: 18px;
		top: 10px;
	}

	.menusb a {
		padding: 8px 5px;
		position: relative;
		font-weight: 600;
		font-size: 13px;
		color: #50596e;
		line-height: 14px;
		text-align: left;
	}

	.menusb a.act-link {
		color: #ff720b;
	}

	.menusb a i {
		transform: rotate(-90deg);
	}

	.menusb a.back {
		padding-left: 24px;
	}

	.menusb a.back:before {
		font-family: 'Font Awesome 6 Free';
		content: '\f177';
		font-size: 14px;
	}

	.logo-holder {
		top: 24px;
	}

	section.hero-section {
		padding: 50px 0 80px;
		z-index: 20;
	}

	.intro-item h1 {
		font-size: 32px;
		line-height: 40px;
	}

	.main-search-input-tabs {
		margin-top: 30px;
	}

	.gallery-item,
	.three-columns-grid .listing-item {
		width: 50%;
	}

	.collage-image {
		margin-top: 280px;
	}

	.subscribe-widget {
		margin-top: 20px;
	}

	.footer-link,
	.footer-social {
		margin-top: 10px;
	}

	.footer-widget-posts li:last-child {
		margin-bottom: 0;
	}

	.features-box-container .features-box {
		margin-bottom: 10px;
	}

	.footer-inner {
		padding: 30px 0 50px;
		overflow: hidden;
	}

	.faq-nav,
	.footer-link,
	.footer-logo,
	.footer-social {
		margin-bottom: 20px;
	}

	.hero-slider-item {
		padding: 50px 0 150px;
	}

	.shb {
		top: 100%;
		margin-top: -100px;
	}

	.hero-map-search-wrap {
		margin-top: 0;
		padding: 0;
	}

	.bookiing-form-wrap,
	.pagination {
		margin-bottom: 20px;
		margin-top: 0;
	}

	.col-list-wrap .pagination,
	.fwmpag {
		margin-bottom: 0;
		margin-top: 20px;
	}


	.post-container .post-article {
		margin-bottom: 0;
	}

	section.parallax-section {
		padding: 20px 0;
	}

	.parallax-section .section-title h2 {
		font-size: 24px;
	}

	.list-single-header-column {
		margin-top: 22px;
	}

	.inline-facts-wrap {
		margin-bottom: 10px;
	}

	.listing-carousel-wrap {
		height: 400px;
	}

	.listing-carousel-wrap .listing-carousel-button {
		margin-top: -25px;
	}

	.counter-widget {
		width: 100%;
		margin: 20px 0;
		top: 0;
	}

	.cws,
	.post-article .btn {
		float: left;
		margin-top: 10px;
	}

	.post-article .btn {
		margin-top: 20px;
	}

	.cws li {
		margin-left: 0;
		margin-right: 20px;
	}

	.listing-hero-section {
		padding: 30px 0 0;
	}

	.price-head .footer-wave {
		bottom: -28px;
	}

	.page-scroll-nav {
		right: 0;
	}

	.page-scroll-nav nav {
		border-radius: 20px 0 0 20px;
	}

	.chat-widget-button,
	.chat-widget_wrap,
	.to-top {
		right: 10px;
	}

	.header-user-menu {
		top: 22px;
	}

	.main-header:before {
		width: 50% !important;
	}

	.list-main-wrap-title h2 {
		font-size: 13px;
		top: 12px;
	}

	.login-column {
		width: 100%;
		padding-top: 60px;
		min-height: auto;
	}

	.login-column-bg {
		position: relative;
		height: auto;
		padding: 150px 0;
		left: 0;
		width: 100%;
	}

	.login-promo-container {
		position: relative;
		top: 0;
		float: left;
	}
}

.add-list-mob {
	display: none;
}

@media only screen and (max-width: 768px) {
	.header-modal {
		right: 10px;
	}

	.vis-wishlist {
		right: 0;
	}

	.add-list,
	.review-comments-avatar:before {
		display: none;
	}

	.add-list-mob {
		display: block;
		padding: 0 22px;
		position: relative;
		height: 40px;
		top: 5px;
		line-height: 40px;
		border-radius: 4px;
		color: #fff;
		font-weight: 500;
		font-size: 13px;
		transition: all 0.2s ease-in-out;
		box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.1);
		background: #ff720b !important;
	}
}

.main-search-input-item {
	width: 100%;
	padding-bottom: 10px;
}

.main-search-input-item {
	border-right: none;
}

.main-search-input-item:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	height: 1px;
	z-index: 1100;
	background: #eee;
}

.main-search-input-item .clear-singleinput {
	right: 28px;
}

.main-search-input-wrap .main-search-input-item:last-child:before,
.process-item_time-line:last-child:after,
.scroll-nav,
.subfooter-nav:before {
	display: none;
}

/* .main-search-button {
	position: relative;
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
} */

.main-search-input {
	padding: 8px 15px;
}

.best-price,
.gallery-item,
.list-single-stats,
.listing-item,
.post-nav,
.price-item,
.process-item_time-line,
/* .process-wrap li, */
.restmenu-item,
.rooms-details,
.rooms-media,
.team-box {
	width: 100%;
}

.rooms-details {
	padding: 25px 0 10px 0;
}

.process-item_time-line:last-child,
.process-wrap li {
	margin-bottom: 50px;
}

.process-wrap li:last-child {
	margin-bottom: 0;
}

.subfooter-nav {
	margin-top: 10px;
	text-align: left;
}

.best-price,
.listing-item,
.price-item,
.subfooter-nav {
	top: 0;
}

.subfooter-nav li {
	margin-left: 0;
	margin-right: 15px;
}

.sub-footer .lang-wrap,
.subfooter-nav {
	margin-top: 0;
}

.sub-footer .list-widget-social li a{
	line-height: 28px;
}
.sub-footer .list-widget-social li a:hover,
.list-widget-social li a:hover{
	background: #94979c !important;
    color: #f5f5f5 !important;
}

@media (max-width: 1100px) {
.footer-container{
	flex-direction: column !important
}
}
.price-item,
.process-item_time-line,
.team-box {
	margin-bottom: 10px;
}

/* .single-facts .inline-facts-wrap {
		width: 50%;
	} */

.reviews-comments-item {
	padding: 20px 0 20px 0;
}

.review-comments-avatar {
	top: -10px;
	left: 10px;
	z-index: 50;
}

.review-comments-avatar,
.review-comments-avatar img {
	width: 40px;
	height: 40px;
}

.reviews-comments-header {
	margin-bottom: 0;
}

.scroll-nav-wrapper-opt {
	top: 0;
}

.scroll-nav-wrapper {
	padding: 15px 0;
}

.scroll-nav-wrapper-opt a.scroll-nav-wrapper-opt-btn {
	margin-left: 0;
	margin-right: 12px;
}

/* .list-single-stats {
	padding-top: 15px;
} */

.list-single-stats li {
	margin-left: 0;
	margin-right: 3px;
	color: #fff;
}

.list-single-stats,
.main-search-button,
.scroll-nav-wrapper-opt,
.sub-footer .lang-wrap{
	float: left;
}

.pi_head {
	margin-bottom: 20px;
}

.header-user-menu {
	top: 24px;
	margin-left: 44px;
}

.header-user-menu span,
.header-user-menu span img {
	width: 30px;
	height: 30px;
}

.header-user-menu span {
	left: -44px;
	top: 4px;
}

.header-user-name:before {
	bottom: 0;
}

.header-user-menu:after {
	left: -60px;
}

.header-user-name {
	font-size: 10px;
}


@media only screen and (max-width: 650px) {
	.companyDetailLogo {
		/* height: 100px !important;
		width: 100px !important; */
		border-radius: 5px;
		margin-bottom: 14px !important;
	}

	.header-user-menu:after {
		left: -54px;
	}

	.listing-hero-section {
		padding: 15px 0 0 10px;
	}

	.header-search-input-wrap {
		padding: 0;
	}

	.reviews-score-wrap {
		padding: 10px 20px 25px;
	}

	.review-score-detail {
		padding-left: 100px;
	}

	.header-search_btn {
		margin-left: 10px;
		background: 0 0;
		top: 24px;
	}

	.header-search_btn i {
		font-size: 16px;
	}

	.bold-facts .inline-facts-wrap:before,
	.grid-opt,
	.main-header .lang-wrap,
	.pagination a.nextposts-link,
	.pagination a.prevposts-link {
		display: none;
	}

	.cart-btn, .show-reg-form  {
		margin-right: 0;
	}

	.main-header {
		padding: 0 15px;
	}

	.logo-holder {
		top: 15px;
		/* height: 25px; */
	}

	.header-modal {
		width: 340px;
	}

	.hero-categories li {
		padding: 0 20px;
	}

	.hero-categories li a i {
		font-size: 24px;
	}

	.listing-carousel-button {
		margin-top: -75px;
	}

	.down-btn,
	.header-search-button,
	.listing-filters a,
	.menu-filters,
	.menu-filters a,
	.review-range-container,
	.review-total,
	.single-facts .inline-facts-wrap,
	.three-columns-grid .listing-item {
		width: 100%;
	}

	.header-search-button {
		position: relative;
		float: left;
		margin-top: 12px;
		border-radius: 6px;
	}

	.review-range-container {
		padding-right: 0;
	}

	.review-total {
		left: 0;
		top: 0;
		border-radius: 38px;
	}

	.user-profile-header-avatar {
		top: -250px;
	}

	.user-profile-header_media_title {
		padding-left: 30px;
	}

	.user-profile-header_stats {
		float: left;
		padding-left: 30px;
		margin-bottom: 15px;
	}

	.listing-filters a {
		padding: 12px 20px;
	}

	.video_section-title h2 {
		font-size: 24px;
	}

	.collage-image {
		margin-top: 380px;
	}

	.down-btn {
		padding: 16px 0;
	}

	.pad-top-column-text {
		padding: 20px;
		margin-bottom: 20px;
	}

	.post-opt li {
		margin-right: 10px;
	}

	.listing-carousel-wrap {
		height: 280px;
	}

	.list-single-header-item .geodir-category-location a {
		margin-top: 6px;
	}

	.daterangepicker_big .daterangepicker {
		width: 300px !important;
		z-index: 5000;
	}

	.listing-filters a,
	.menu-filters a {
		float: left;
		display: block;
		border: none;
	}

	.listing-filters a,
	.menu-filters a {
		border-top: 1px solid #eee;
	}

	.listing-filters a:last-child {
		border-radius: 0;
		border-right: none;
	}

	.listing-filters {
		border: 1px solid #eee;
		border-radius: 6px;
		overflow: hidden;
	}

	.listing-filters a:first-child,
	.menu-filters a:first-child {
		border-top: none;
	}

	.pricing-switcher .fieldset,
	.pricing-switcher label {
		width: 100%;
	}

	.pricing-switcher .switch {
		right: 5px;
		width: auto;
	}

	.pricing-switcher input[type='radio']:checked+label+.switch,
	.pricing-switcher input[type='radio']:checked+label:nth-of-type(n)+.switch {
		transform: translateX(0) translateY(44px);
	}

	.listing-item,
	.listing-item:nth-child(even) {
		padding: 0;
	}

	.list-main-wrap-title {
		width: 100%;
	}

	.list-main-wrap-opt {
		float: left;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 460px) {
	.main-search-input-tabs .tabs-menu li a {
		padding: 12px 10px;
	}

	.hero-categories li {
		padding: 0 10px;
	}

	.listing-filters a {
		padding: 10px 15px;
		font-size: 11px;
	}

	.rate-review {
		float: left;
		margin-top: 22px;
	}

	.list-single-header_bottom .geodir_status_date {
		margin-left: 0;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 360px) {
	.nav-button-wrap {
		margin-right: 10px;
	}

	.show-reg-form {
		margin-right: 10px;
	}

	.show-reg-form i {
		display: none;
	}

	.header-search_btn {
		float: right;
	}

	/* .logo-holder {
		top: 31px;
		height: 20px;
	} */
}

#filters-search {
	margin-bottom: 130px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}

.nice-select .list::-webkit-scrollbar {
	width: 10px;
	background: #eee;
}

.nice-select .list::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #ccc;
}

.geodir-category-content-title-item h3.title-sin_map {
	font-size: 20px;
	color: #fff;
	text-align: left;
	margin: 10px 0 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.companyDetailLogo {
	border-radius: 5px;
	width: 100px;
	height: 100px !important;
	object-fit: contain;
	margin-right: 20px;

}

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

.irs-bar {
	top: 25px;
	background: #facc39 !important;
}

.irs-bar-edge {
	background: #facc39 !important;
}

.ab_text-title img {
	float: left;
	margin-right: 10px;
	border-radius: 50px;
}

.companyAddre {
	width: auto !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: inherit !important;
	text-align: left;
	color: #8ea0bb;
	margin: 0 0 5px;
}

.companyCater {
	color: #ff720b !important;
	float: left;
	width: 100%;
	text-align: left;
	margin: 0;
}

.addCrm {
	display: block;
	padding: 9px 15px;
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
	float: left;
	background: #ff720b !important;
}

.addCrm i {
	padding-left: 5px;
}

.hme-brow-cate {
	margin: 15px 0;
	display: flow-root;
}

.hme-brow-cate img {
	float: left;
	margin-right: 10px;
}

.hme-brow-cate h2 {
	font-weight: normal;
	text-align: left;
	padding-top: 10px;
	font-size: 16px;
	line-height: 24px;
}

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

.btn-link {
	color: #ff720b;
}

.most-poplur-col {
	width: 100%;
}

.most-poplur-btn {
	margin-top: 20px;
	display: inline-block;
}

.w-100 {
	width: 100%;
}

.rating {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
}

.badge-cont {
	display: flex;
	align-items: flex-start;
	line-height: initial;
}

.rating .badge-large {
	padding: 2px 4px;
	font-size: 0.75rem;
	line-height: 1.33;
	border-radius: 2px;
	color: #fff;
	min-width: 2.8125rem;
}

.rating-4 {
	background: #5ba829;
}

.rating .badge-large .icon {
	font-size: 0.875rem;
	color: #fff;
	margin-right: 0.125rem;
	vertical-align: text-top;
}

.rating .badge-large span {
	text-align: right;
	font-weight: bold;
}

/* .transition,
ul.filterMen li i:before,
ul.filterMen li i:after {
	transition: all 0.25s ease-in-out;
}

.flipIn,
ul.filterMen li {
	animation: flipdown 0.5s ease both;
}

ul.filterMenu {
	list-style: none;
	perspective: 900;
	padding: 0;
	margin: 0;
	text-align: left;
}
ul.filterMenu li {
	position: relative;
	padding: 0;
	margin: 0;
	background: #fff;
}
ul.filterMenu li h2 {
	color: #323c4f;
	font-size: 14px;
	margin: 0;
	padding: 10px;
	background: #eaebef;
	border-left: 2px solid #ff720b;
}
ul.filterMenu li p {
	padding: 10px;
}
ul.filterMenu li i {
	position: absolute;
	transform: translate(-6px, 0);
	margin-top: 14px;
	right: 20px;
}
ul.filterMenu li i:before,
ul.filterMenu li i:after {
	content: '';
	position: absolute;
	background-color: #ff6873;
	width: 3px;
	height: 9px;
}
ul.filterMenu li i:before {
	transform: translate(-2px, 0) rotate(45deg);
}
ul.filterMenu li i:after {
	transform: translate(2px, 0) rotate(-45deg);
}
ul.filterMenu li input[type='checkbox'] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 35px;
}
ul.filterMenu li input[type='checkbox']:checked ~ div {
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}
ul.filterMenu li input[type='checkbox']:checked ~ i:before {
	transform: translate(2px, 0) rotate(45deg);
}
ul.filterMenu li input[type='checkbox']:checked ~ i:after {
	transform: translate(-2px, 0) rotate(-45deg);
}
ul.filterMenu li .listCheckbox {
	padding: 10px 10px 0 10px;
	margin: 0 0 15px;
	position: relative;
}
ul.filterMenu li .listCheckbox input[type='checkbox'] {
	opacity: 1;
	position: absolute;
	background: #ccc;
	width: 14px;
	top: 0;
}
ul.filterMenu li .listCheckbox label {
	padding-left: 20px;
	color: #323232;
	width: 100%;
	display: block;
}
@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg);
	}
	5% {
		opacity: 1;
	}
	80% {
		transform: rotateX(8deg);
	}
	83% {
		transform: rotateX(6deg);
	}
	92% {
		transform: rotateX(-3deg);
	}
	100% {
		transform-origin: top center;
		transform: rotateX(0deg);
	}
} */

.feature-content.p-3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 80%;
}

.featured-items .feature-icon,
.featured-items .feature-icon a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.feature-icon {
	width: 90px;
	height: 100px;
	margin: 0 auto 20px;
}
.feature-icon img{
	height: 100%;
	object-fit: contain;
}

.feature-content {
	border-radius: 0.5rem;
	margin: 20px 0;
	text-align: center;
	background: #fff;
	box-shadow: 0 9px 26px rgb(58 87 135 / 10%);
}

.feature-content a {
	color: #323232;
}

.featured-items .figma-img {
	width: 80px;
}

.featured-items .feature-detail {
	margin-top: 15px;
	width: 120px;
}

.featured-items .feature-detail>.h6,
.featured-items .feature-detail>h6 {
	text-align: center;
}

.mailbox .message-center {
	height: 330px;
	overflow: auto;
	text-align: left;
}

.message-item .v-middle {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
}

.mailbox .message-center .message-item {
	display: flex
}

.mailbox .message-center .message-item.active,
.mailbox .message-center .message-item:hover {
	background: rgba(0, 0, 0, .025)
}

.mailbox .message-center .message-item.active .subtext,
.mailbox .message-center .message-item.active .time,
.mailbox .message-center .message-item:hover .subtext,
.mailbox .message-center .message-item:hover .time {
	color: #67757c
}

.mailbox .message-center .message-item .message-title {
	color: #212529;
	font-size: 16px;
	font-weight: 600;
}

.mailbox .message-center .message-item .user-img {
	width: 40px;
	margin-right: 20px;
}

.mailbox .message-center .message-item .user-img .profile-status {
	border: 2px solid #fff;
	height: 10px;
	left: 30px;
	position: absolute;
	top: 1px;
	width: 10px
}

.mailbox .message-center .message-item .user-img .online {
	background: #0acc95
}

.mailbox .message-center .message-item .user-img .busy {
	background: #ef5350
}

.mailbox .message-center .message-item .user-img .away {
	background: #ffb22b
}

.mailbox .message-center .message-item .user-img .offline {
	background: #ffb22b
}

.topCompetitors img {
	width: 40px !important;
	height: 40px;
	margin: 0 10px 0;
}

.topCompetitors a {
	color: #323232;
}

.topCompetitors a:first-child {
	padding-top: 0 !important;
}

.topCompetitors a:last-child {
	border: 0 !important;
}

.topCompetitors a:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, .025);
}

.topCompetitors a span {
	color: #767676;
}

.topCompetitors h5 {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (max-width: 768px) {
	.team-social {
		padding: 3px 15px;
	}

	.message-item .v-middle {
		width: 50%;
	}

}

/* .product-details-banner {
	margin-bottom: 20px;
} */

.product-details-banner .companyCater {
	font-size: 18px;
	font-family: "Barlow Condensed", sans-serif;
}

.product-details-banner .list-single-stats {
	float: left;
}

.product-details-banner .list-single-stats li:first-child {
	margin: 0;
}

.product-details-banner h1 {
	padding-bottom: 0 !important;
}

.product-details-banner .companyCater {
	color: #ff720b !important;
}

.subTitle {
	line-height: 30px;
	color: #566985;
	font-style: italic;
}

.particles-wrapper {
	padding: 100px 0;
}

@media only screen and (max-width: 768px) {
	.particles-wrapper {
		padding: 50px 0;
	}
}


.navbar-lighten .navbar-link {
	color: #404040;
	background: #e3e4e7;
}

.section-demo {
	display: block;
}

#listwrapper {
	overflow: hidden;
}


.sidebar {
	min-height: calc(100vh - 3.5rem);
	margin-left: -21rem;
	transition: margin .15s ease-out;
	border-top-right-radius: .25rem
}

@media (min-width:768px) {
	.sidebar {
		margin-left: -21rem
	}
}

.sidebar-toggle .sidebar {
	margin-left: 0rem
}

@media (min-width:768px) {
	.sidebar-toggle .sidebar {
		margin-left: 0
	}
}

.sidebar-menu {
	/* width: 20rem; */
	margin: 0 0 1rem 0;
	text-align: left;
	float: left;
	width: 100%;
}


.row-flex,
.row-flex>div[class*="col-"] {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	margin-bottom: 30px;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

/* .row-flex > div[class*="col-"] div {
  width: 100%;
} */
.flex-col {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 100%;
	-ms-flex: 1 100%;
	flex: 1 100%;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.flex-grow {
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

/* dashboard */
section.dashboard-header-sec {
	padding: 180px 0 0;
}

section.main-dashboard-sec {
	padding-top: 40px;
}

.dashboard-header_title {
	margin-bottom: 20px;
}

.dashboard-header_title h1 {
	color: #fff;
	text-align: left;
	font-size: 19px;
	font-weight: 500;
}

.dashboard-header_title h1 span {
	font-weight: 600;
}

.tfp-btn {
	position: absolute;
	right: 0;
	top: -20px;
	background: #fff;
	padding: 12px 40px 12px 30px;
	border-radius: 4px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	z-index: 10;
	font-weight: 500;
	font-size: 13px;
	cursor: pointer;
	color: #7d93b2;
}

.tfp-btn strong {
	padding-left: 5px;
	font-weight: 500;
}

.tfp-btn:before {
	font-family: Font Awesome 6 Free;
	content: "\f0d7";
	position: absolute;
	color: #fff;
	top: 50%;
	font-size: 13px;
	right: 11px;
	margin-top: -7px;
	font-weight: 600;
	transition: all .2s ease-in-out;
}

.tfp-btn.rot_tfp-btn:before {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}



.dashboard-header {
	position: relative;
	z-index: 5;
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px 10px 0 0;
	text-align: left;
	color: #fff;
}

.dashboard-header_conatiner {
	padding-left: 150px;
}

.dashboard-header-avatar {
	position: absolute;
	left: 10px;
	top: -60px;
	height: 100px;
	width: 100px;
	border-radius: 100%;
}

.dashboard-header-avatar:before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	background: #fff;
	z-index: 1;
	border-radius: 100%;
}

.dashboard-header-avatar img {
	height: 100px;
	width: 100px;
	border-radius: 100%;
	position: relative;
	z-index: 3;
}

.edit-prof_btn {
	position: absolute;
	bottom: 6px;
	left: -10px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 100%;
	color: #fff;
	z-index: 4;
	text-align: center;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.2);
}

.dashboard-header-stats-wrap {
	float: left;
	width: 650px;
	padding-right: 90px;
	position: relative;
}

.dhs-controls {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
}

.dhs-controls div {
	width: 34px;
	height: 34px;
	line-height: 34px;
	float: left;
	color: #fff;
	background: #f6f6f6;
	color: #7d93b2;
	cursor: pointer;
	z-index: 1;
	border-radius: 34px;
	margin: 0 2px;
	text-align: center;
}

.dhs-controls div:hover {
	color: #fff;
}

.dashboard-header-stats-item {
	float: left;
	margin-right: 12px;
	padding: 6px 0 6px 60px;
	border: 1px solid #eee;
	border-radius: 4px;
	color: #7d93b2;
	font-weight: 400;
	font-size: 13px;
	text-align: left;
	position: relative;
	width: 100%;
}

.dashboard-header-stats-item i {
	position: absolute;
	left: 8px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #F5F6FA;
	border-radius: 100%;
	top: 8px;
	color: #000;
	font-size: 18px;
	text-align: center;
}

.dashboard-header-stats-item span {
	display: block;
	font-weight: 500;
	font-size: 18px;
	margin-top: 4px;
}

.add_new-dashboard {
	float: right;
	position: relative;
	padding: 12px 30px;
	color: #7d93b2;
	border-radius: 4px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	background: #f9f9f9;
	top: 10px;
	border: 1px solid #eee;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.1);
}

.add_new-dashboard i {
	padding-left: 12px;
}

.dashboard-breadcrumbs {
	position: absolute;
	top: -100px;
	left: 0;
	z-index: 1;
	padding: 12px 20px;
	background: rgba(255, 255, 255, 0.21);
	border-radius: 4px;
}

.dashboard-breadcrumbs a {
	margin-right: 20px;
	color: #fff;
	position: relative;
	padding-right: 20px;
}

.dashboard-breadcrumbs span {
	color: #fff;
}

.user-profile-menu-wrap {
	padding: 15px 0 0;
	margin-bottom: 20px;
}

.user-profile-menu {
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.user-profile-menu h3 {
	text-align: left;
	font-size: 13px;
	padding-bottom: 12px;
	font-weight: 600;
	color: #666;
	padding-left: 20px;
}

.user-profile-menu li {
	width: 100%;
	text-align: left;
	float: left;
	border-bottom: 1px solid #eee;
}


.user-profile-menu li ul {
	display: none;
}

.user-profile-menu li a {
	font-weight: 600;
	position: relative;
	display: block;
	padding: 8px 20px;
}

.user-profile-menu li a:hover i {
	animation: bounce 1s;
}

.user-profile-menu li a.user-profile-act:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 10px;
}

.user-profile-menu li a.user-profile-act,
.user-profile-menu li a:hover,
.user-profile-menu li.submenu-act a,
.user-profile-menu li.submenu-act ul li a:hover {
	background: #f9f9f9;
}

.user-profile-menu li.submenu-act ul li a {
	background: #fff;
}

.user-profile-menu li:first-child {
	border-top: 1px solid #eee;
}

.user-profile-menu li a i {
	margin-right: 14px;
	position: relative;
	top: 6px;
	width: 12px;
	text-align: center;
	float: left;
}

.user-profile-menu li a span {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	line-height: 20px;
	background: #fff;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	font-weight: 300px;
	font-size: 10px;
}

.user-profile-menu li a:hover i,
.user-profile-menu li a.user-profile-act i {
	opacity: 1;
}

.user-profile-menu li:last-child {
	border: 0;
}

.user-profile-menu li:first-child {
	border-top: 0;
}

.logout_btn {
	float: left;
	position: relative;
	padding: 10px 30px;
	border: none;
	margin: 10px 0 0 20px;
	color: #fff;
	border-radius: 4px;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
}

.logout_btn i {
	margin-left: 12px;
}

.dashboard-title {
	margin-bottom: 30px;
}

.dashboard-title:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	height: 2px;
	margin-top: -1px;
}

.dashboard-title h3 {
	text-align: left;
	font-weight: 600;
	font-size: 21px;
}

.dt-inbox {
	margin: 10px 0 30px;
}

#myChartLegend {
	float: right;
}

.chart-header,
.drag-map {
	margin-bottom: 20px;
}

[class="0-legend"] {
	cursor: pointer;
	list-style: none;
	padding-left: 0;
	float: right;
}

[class="0-legend"] li {
	float: left;
	padding: 14px 25px;
	border: 1px solid #eee;
	border-radius: 4px;
	color: #888DA0;
	font-size: 13px;
	background: #f9f9f9;
	font-weight: 600;
	margin-left: 10px;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.1);
}

[class="0-legend"] li.hidden-lable {
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0);
}

[class="0-legend"] li span {
	border-radius: 5px;
	display: inline-block !important;
	height: 10px;
	margin-right: 10px;
	width: 10px;
	background: #4DB7FE !important;
}

[class="0-legend"] li:first-child span {
	background: #5ECFB1 !important;
}

.chart-wrap {
	padding: 30px 30px;
}

.dashboard-list {
	padding: 0;
	background: #fff;
	border-radius: 6px;
	margin-bottom: 6px;
}

.new-dashboard-item {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	border-radius: 100%;
	z-index: 20;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.1);
	transition: all .2s ease-in-out;
}

.dashboard-message-text {
	position: relative;
	float: left;
	width: 100%;
}

.dashboard-message-time {
	float: right;
	width: 40%;
	text-align: right;
	padding-right: 70px;
	font-size: 10px;
	color: #7d93b2;
	position: relative;
	top: 14px;
}

.dashboard-message-time i {
	margin-right: 6px;
}

.dashboard-message-text p {
	text-align: left;
	color: #323232;
	font-size: 15px;
	line-height: 24px;
	position: relative;
	top: 8px;
	display: block;
	font-weight: 500;
}

/* .dashboard-message-text i {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	margin-right: 20px;
	border-radius: 100%;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.2);
} */

.profile-edit-container {
	padding: 30px;
	margin-bottom: 20px;
}

.profile-edit-container:last-child {
	margin-bottom: 0;
}

.profile-edit-container .custom-form label {
	margin-bottom: 10px;
}

.profile-edit-container .custom-form label i {
	top: 8px;
	left: inherit;
}

.act-widget-header {
	float: left;
	width: 100%;
	position: relative;
	border-radius: 6px;
	background: #f6f6f6;
	padding: 10px 20px;
	border: 1px solid #eee;
	margin-bottom: 15px;
}

.act-widget h4 {
	float: left;
	position: relative;
	font-size: 13px;
	font-weight: 500;
	top: 16px;
	color: #7d93b2;
}

.act-widget-header .onoffswitch {
	float: right;
	top: 6px;
}

.ds-tg.filter-tags li input {
	margin-bottom: 0;
}




@keyframes swing {
	0% {
		transform: rotate(0deg);
	}

	10% {
		transform: rotate(10deg);
	}

	30% {
		transform: rotate(0deg);
	}

	40% {
		transform: rotate(-10deg);
	}

	50% {
		transform: rotate(0deg);
	}

	60% {
		transform: rotate(5deg);
	}

	70% {
		transform: rotate(0deg);
	}

	80% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes sonar {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}


.page-listcompany-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-listcompany-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
	-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;
}

#close-sidebar {
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 12px;
	right: 15px;
}

.sidebar-brand {
	/* color: #fff; */
	position: absolute;
	padding: 1px 10px;
	text-align: left;
	width: 100%;
	background: #50535c !important;
	z-index: 9;
}

.sidebar-brand h4 {
	margin: 10px 0;
	font-size: 20px;
	font-family: "Barlow Condensed", sans-serif;
	color: #fff;
}

.sidebar-brand .fa-sliders-h,
.sidebar-brand h4 span {
	font-size: 15px;
}


/*----------------page-listcompany-wrapper----------------*/

/* .page-listcompany-wrapper {
	height: 100vh;
} */

.page-listcompany-wrapper .theme {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	margin: 0;
}

.page-listcompany-wrapper .theme.chiller-theme {
	background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-listcompany-wrapper.toggled .sidebar-wrapper {
	left: -300px;
	top: 80px;
}

@media screen and (min-width: 768px) {
	.page-listcompany-wrapper.toggled .page-content {
		padding-left: 0;
	}

}

/*----------------show sidebar button----------------*/
#show-sidebar {
	position: fixed;
	left: 0;
	top: 10px;
	border-radius: 0 4px 4px 0px;
	width: 35px;
	transition-delay: 0.3s;
	top: 84px;
	z-index: 999;
	background: #ff720b;
}

/* .page-listcompany-wrapper.toggled #show-sidebar {
	left: -40px;
} */

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
	width: 260px;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
}

.sidebar-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
	background: #fff;
	/* display: block !important; */
}

.sidebar-wrapper a {
	text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
	max-height: calc(100% - 30px);
	height: calc(100% - 30px);
	overflow-y: scroll;
	position: sticky;
	margin-top: 45px;
	padding-bottom: 90px;
}

.sidebar-content.desktop {
	overflow-y: hidden;
}



/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search>div {
	padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
	padding-bottom: 10px;

}

.sidebar-wrapper .sidebar-menu .header-menu span {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px 5px 20px;
	display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: relative;
	padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
	margin-right: 10px;
	font-size: 13px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
	display: inline-block;
	animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	font-style: normal;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	background: 0 0;
	position: absolute;
	right: 15px;
	top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
	padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
	padding-left: 25px;
	font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
	float: right;
	margin-top: 8px;
	margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
	float: right;
	margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
	display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
	transform: rotate(90deg);
	right: 17px;
}


/*--------------------------page-content-----------------------------*/

.page-listcompany-wrapper .page-content {
	display: inline-block;
	width: 100%;
	padding-left: 260px;
	padding-top: 0;
}

.page-listcompany-wrapper .page-content>div {
	padding: 20px;
	height: 100%;
}

/* .page-listcompany-wrapper .page-content {
	overflow-x: hidden;
	height: 100vh;
} */


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
	background: #fff;
	left: 0;
	top: 80px;
	box-shadow: 0 0.9375rem 1.875rem 0 rgb(0 0 0 / 2%);
	border-right: 1px solid #e3ebf6;
	/* overflow-y: auto; */
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
	border-top: 1px solid #3a3f48;
}


.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
	color: #818896;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
	color: #b8bfce;
}


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

	.page-listcompany-wrapper .page-content {
		display: inline-block;
		width: 100%;
		padding-left: 0;
		/* padding-top: 20px; */
	}
	.page-listcompany-wrapper.toggled .sidebar-wrapper {
    	left: 0px;
	}
	.chiller-theme .sidebar-wrapper {
		left: -300px;

	}

}

section.listofcompany-section {
	padding: 20px 0;
	overflow: hidden;
	background: #eaf7ff;

}

.listofcompany-section .section-title h2 {
	color: #183B56;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	font-size: 36px;
}

.sidebar-form {
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}

.filterTitle {
	background: #1e2434;
	color: #9197a0;
	padding: 10px;
	/* border-bottom: 1px solid #363d47;  */
}

.filterTitle h5 {
	color: #9197a0;
	font-size: 13px;
	margin: 0;
}

.filterTitle .header-search-input input:focus {
	border-radius: 4px;
}

.filterTitle .header-search-input input::-webkit-input-placeholder {
	color: #363d47;
	font-weight: 500;
	font-size: 13px;
}

.filterTitle .header-search-input input {
	float: inherit !important;
	border: none;
	background: rgb(31 39 50);
	border-radius: 4px;
	position: relative;
	height: 30px;
	padding: 0 20px 0 40px;
	z-index: 1;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #363d47;
	margin-top: 10px;
}

.filterTitle .header-search-input {
	width: 100%;
	float: inherit !important;
	padding: 0;
	position: relative;
}

.filterTitle .header-search-input label {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 10;
	font-size: 14px;
}

.dynamicListview li {
	margin: 0;
}

.dynamicListview li a {
	padding: 8px 30px 8px 0 !important;
	border-bottom: 1px solid #49505c;
}

ul.productSpec {
	margin: 0;
	padding: 0;
	text-align: left;
}

ul.productSpec li {
	list-style: none;
	margin: 10px 0;
	margin-left: 10px;
	position: relative;
	color: #323232;
	line-height: 26px;
}

ul.productSpec li::before {
	font-family: 'Font Awesome 6 Free';
	content: "\f00c";
	font-size: 15px;
	font-weight: normal;
	position: relative;
	top: 0;
	color: #ff720b;
	left: -5px;
}

@media screen and (max-width: 768px) {
	.sidebar-content {
		max-height: calc(80% - 30px);
		height: calc(80% - 30px);
		overflow-y: auto;
		position: relative;
		margin-top: 40px;
	}
}

.ComProductList .geodir-category-img:before {
	bottom: 10px;
}

.ComProductList .geodir-category-img-wrap {
	height: 110px;

}

.ComProductList .avatar-tooltip {
	height: 55px;
	line-height: 55px;
}

.ComProductList .listing-avatar img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.ComProductList .geodir-category-content-title-item p {
	color: #8ea0bb;
	font-size: 13px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 65px;
}
.ComProductList .geodir-category-content-title-item p:hover{
		color: #ff720b;
}

.ComProductList .geodir-category-text {
	padding: 0 20px;
}

.filterReset {
	padding: 3px 10px;
	font-size: 13px;
	border-radius: 20px;
	float: right;
	margin-right: 20px;
	line-height: initial;
	background-color: rgba(29, 44, 72, 0.5) !important;
	color: #fff !important;
}



#gallery {
	padding-top: 20px;
}

@media screen and (min-width: 991px) {
	#gallery {
		padding: 0 20px;
	}
}

.img-wrapper {
	position: relative;
	margin-top: 15px;
}

.img-wrapper img {
	width: 100%;
	height: 120px;
	object-fit: contain;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 20px;
}

.img-overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	cursor: pointer;
}

.img-overlay i {
	color: #fff;
	font-size: 3em;
}

#overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: auto;
}

#overlay img {
	margin: 0;
	width: 100%;
	/* height: auto; */
	-o-object-fit: contain;
	object-fit: contain;
	padding: 1%;
	height: 100%;
}

/* @media screen and (min-width: 768px) {
	#overlay img {
		width: 40%;
	}
}

@media screen and (min-width: 1200px) {
	#overlay img {
		width: 30%;
	}
} */

#nextButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
}

#nextButton:hover {
	opacity: 0.7;
}

@media screen and (min-width: 768px) {
	#nextButton {
		font-size: 3em;
	}
}

#prevButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
}

#prevButton:hover {
	opacity: 0.7;
}

@media screen and (min-width: 768px) {
	#prevButton {
		font-size: 3em;
	}
}

#exitButton {
	color: #fff;
	font-size: 2em;
	transition: opacity 0.8s;
	position: absolute;
	top: 15px;
	right: 15px;
}

#exitButton:hover {
	opacity: 0.7;
}

@media screen and (min-width: 768px) {
	#exitButton {
		font-size: 3em;
	}
}

.forgot_password {
	margin: 50px 0;
}

.vh100 {
	height: 100vh;
}

#forgot-password-form input {
	background: #f6f6f6;
	height: 50px;
	line-height: 50px;
	border: none;
	padding: 0 120px 0 25px !important;
	box-sizing: border-box;
	z-index: 1;
	overflow: hidden;
	border-radius: 30px;
}

.forgot_password .float-btn {
	width: 150px !important;
	padding: 10px !important;
}


.companyTitles {

	font-size: 18px !important;
	padding: 0 70px 0 0;
	white-space: break-spaces !important;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1 !important;
	-webkit-box-orient: vertical !important;
	line-height: 22px;
}

.companyCatergory {
	height: auto !important;
}

.modal.profileChangePas {
	background: rgba(0, 0, 0, 0.5);
}



.button-theme {
	background: #ff720b;
	color: #fff !important;
	outline: 0;
	border: 0;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	/* padding: 0.375rem 0.75rem; */
	font-size: 0.9rem;
	line-height: 1.5;
	border-radius: 5px !important;
}








.accordion {
	width: 100%;
	max-width: 360px;
	margin: 30px auto 20px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
}

.accordion .link {
	cursor: pointer;
	display: block;
	background: #e5e5e5;
	color: #363738;
	padding: 10px 10px 0;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/* border-bottom: 1px solid #363d47; */
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li {
	max-height: 200px;
	overflow: hidden;
	position: relative;
}


.titleSearch {
	position: fixed;
	width: 250px;
	z-index: 999;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
	display: none;
}

.accordion li.open .link {
	color: #ff720b;
}

.accordion li.open i {
	color: #777b81;
}

.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* .accordion li ul{max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;} */
/**
   * Submenu
   -----------------------------*/


.submenu {
	display: block;
	background: #444359;
	font-size: 14px;
	padding-top: 50px !important;

}

.submenu li {
	padding: 0 5px;
	align-items: start;
	line-height: 20px;
	display: flex;
}

.submenu li label {
	color: #1e2434;
	padding: 3px 10px 0;
	position: relative;
	font-weight: normal;
	width: auto;
	font-size: 13px;
	margin: 0;
	display: inline;
}

.submenu li:hover label {
	color: #ff720b;
	cursor: pointer;
}

.submenu li input {
	float: left;
	position: relative;
	border: 1px solid #efeaea;
	cursor: pointer;
	padding: 0;
	width: 15px;
	height: 15px;
	position: relative;
	border-radius: 2px;
	color: #1e2434;
	background: #f5f5f5;
	margin-top: 5px;
}

.submenu li input:checked:after {
	font-family: 'Font Awesome 6 Free';
	content: '\f00c';
	font-size: 13px;
	position: absolute;
	top: -5px;
	left: 1px;
	z-index: 20;
	color: #fff;
	display: none;
}

.submenu a {
	display: block;
	text-decoration: none;
	color: #1e293a;
	padding: 12px;
	padding-left: 42px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border-bottom: 1px solid #dbe1f2;
	font-size: 13px;
	padding-left: 5px !important;
	width: 100%;
}

/*
.submenu a:hover {
	background: #ff720b;
	color: #FFF;
} */

.dynamicTag:nth-child(even) {
	background: #ffefe3;
}

.dynamicTag:nth-child(odd) {
	background: #fff;
}


.dynamicTag li {
	display: inline-block;
	margin: 0 10px 10px 0;
	list-style: none;
	background: #fff;
	color: #ff720b;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 50px;
	-khtml-border-radius: 5px;
	border: 1px solid #d2d2d2;
	line-height: .875rem;
	padding: 9px 16px;
}

.dynamicTag li:hover {
	background: #ff720b;
	color: #fff;
	border: 1px solid #ff720b;
}

.dynamicTag li:hover a {
	color: #fff !important;
}

.dynamicTag:nth-child(even) li {
	border: 0 !important;
}

.add-your-prod select.form-control:not([size]):not([multiple]),
.addBusinessForm select.form-control:not([size]):not([multiple]) {
	border: 1px solid #e5e7f2 !important;
	background: #f9f9f9 !important;
	font-size: 12px !important;
}

.addBusinessLogo {
	object-fit: cover;
	border: 1px solid #f4f4f4;
	background: #f4f4f4;
	border-radius: 10px;
	width: 80px !important;
	height: 80px !important;
}

.btn-light {
	color: #212529 !important;
	background-color: #d5d5d5 !important;
	/* border: 1px solid #d5d5d5 !important; */
	padding: 7px 30px !important;
}

.accordion li .header-search-input i {
	color: #777b81;
	top: -8px;
	left: -10px;
}

.servicesTag {
	text-align: left;
	padding: 0 20px;
}

.servicesTag li {
	display: inline-block;
	margin: 0 5px 10px 0;
	list-style: none;
	background: #f8e9dd;
	color: #323232;
	/* cursor: pointer; */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 50px;
	-khtml-border-radius: 5px;
	line-height: .875rem;
	padding: 5px 10px;
	font-size: 13px;
}

/* @media only screen and (max-width: 1070px){
	.ui-menu{ display: none !important;}
} */


@media only screen and (max-width: 768px) {
	.section-subtitle {
		display: none;
	}
}

/*
.main-menu.vismobmenu{ position: relative;}
.main-menu.vismobmenu::before{
	background: rgb(0 0 0 / 50%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
	content: '';
} */

input.cat_search {
	height: 30px;
	width: 250px;
}

.quick_links {
	padding: 5px 0 !important;
}
a.quick_links:hover{
	color: #ff720b !important;;
	transition: color 0.01s ease;
}

.select2-results {
	text-align: left !important;
}

.select2-container--default .select2-selection--multiple {
	background-color: #fcfcfc !important;
	border: 1px solid #e5e7f2 !important;
	min-height: 40px !important;
}



/* DASHBOARD START */
/* dashboard */
section.dashboard-header-sec {
	padding: 180px 0 0;
}

section.main-dashboard-sec {
	padding-top: 40px;
}

.dashboard-header_title {
	margin-bottom: 20px;
}

.dashboard-header_title h1 {
	color: #fff;
	text-align: left;
	font-size: 19px;
	font-weight: 500;
}

.dashboard-header_title h1 span {
	font-weight: 600;
}

.tfp-btn {
	position: absolute;
	right: 0;
	top: -20px;
	background: #fff;
	padding: 12px 40px 12px 30px;
	border-radius: 4px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	z-index: 10;
	font-weight: 500;
	font-size: 12px;
	cursor: pointer;
	color: #7d93b2;
}

.tfp-btn strong {
	padding-left: 5px;
	font-weight: 500;
}

.tfp-btn:before {
	font-family: Font Awesome 6 Free;
	content: "\f0d7";
	position: absolute;
	color: #fff;
	top: 50%;
	font-size: 13px;
	right: 11px;
	margin-top: -7px;
	font-weight: 600;
	transition: all .2s ease-in-out;
}

.tfp-btn.rot_tfp-btn:before {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.tfp-det {
	position: absolute;
	top: -110px;
	right: 0;
	z-index: 11;
	padding: 15px 30px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	margin-top: 10px;
	transition: all .2s ease-in-out;
	color: #7d93b2;
}

.tfp-det-btn {
	float: right;
	padding: 6px 12px;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
	margin-top: 9px;
}

.tfp-det.vis_tfp-det {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

.dashboard-header {
	position: relative;
	z-index: 5;
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px 10px 0 0;
	text-align: left;
	color: #fff;
}

.dashboard-header_conatiner {
	padding-left: 150px;
}

.dashboard-header-avatar {
	position: absolute;
	left: 10px;
	top: -60px;
	height: 100px;
	width: 100px;
	border-radius: 100%;
}

.dashboard-header-avatar:before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	background: #fff;
	z-index: 1;
	border-radius: 100%;
}

.dashboard-header-avatar img {
	height: 100px;
	width: 100px;
	border-radius: 100%;
	position: relative;
	z-index: 3;
}

.edit-prof_btn {
	position: absolute;
	bottom: 6px;
	left: -10px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 100%;
	color: #fff;
	z-index: 4;
	text-align: center;
	box-shadow: 0 9px 26px rgba(58, 87, 135, 0.2);
}

.dashboard-header-stats-wrap {
	float: left;
	width: 650px;
	padding-right: 90px;
	position: relative;
}

.dhs-controls {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
}

.dhs-controls div {
	width: 34px;
	height: 34px;
	line-height: 34px;
	float: left;
	color: #fff;
	background: #f6f6f6;
	color: #7d93b2;
	cursor: pointer;
	z-index: 1;
	border-radius: 34px;
	margin: 0 2px;
	text-align: center;
}

.dhs-controls div:hover {
	color: #fff;
}

.dashboard-header-stats-item {
	float: left;
	margin-right: 12px;
	padding: 6px 0 6px 60px;
	border: 1px solid #eee;
	border-radius: 4px;
	color: #7d93b2;
	font-weight: 400;
	font-size: 13px;
	text-align: left;
	position: relative;
	width: 100%;
}

.dashboard-header-stats-item i {
	position: absolute;
	left: 8px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #F5F6FA;
	border-radius: 100%;
	top: 8px;
	color: #000;
	font-size: 18px;
	text-align: center;
}

.dashboard-header-stats-item span {
	display: block;
	font-weight: 500;
	font-size: 18px;
	margin-top: 4px;
}

.add_new-dashboard {
	float: right;
	position: relative;
	padding: 12px 30px;
	color: #7d93b2;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	background: #f9f9f9;
	top: 10px;
	border: 1px solid #eee;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.1);
}

.add_new-dashboard i {
	padding-left: 12px;
}

.dashboard-breadcrumbs {
	position: absolute;
	top: -100px;
	left: 0;
	z-index: 1;
	padding: 12px 20px;
	background: rgba(255, 255, 255, 0.21);
	border-radius: 4px;
}

.dashboard-breadcrumbs a {
	margin-right: 20px;
	color: #fff;
	position: relative;
	padding-right: 20px;
}

.dashboard-breadcrumbs span {
	color: #fff;
}

.user-profile-menu-wrap {
	padding: 15px 0 0;
}

.user-profile-menu {
	padding-bottom: 10px;
	float: left;
	width: 100%;
}

.user-profile-menu h3 {
	text-align: left;
	font-size: 13px;
	padding-bottom: 12px;
	font-weight: 600;
	color: #666;
	padding-left: 20px;
}

.user-profile-menu li {
	width: 100%;
	text-align: left;
	float: left;
	border-bottom: 1px solid #eee;
}

.user-profile-menu li ul {
	display: none;
}



.dt-inbox {
	margin: 10px 0 30px;
}

#myChartLegend {
	float: right;
}

.chart-header,
.drag-map {
	margin-bottom: 20px;
}

.chart-header .listsearch-input-item {
	width: 150px;
}

[class="0-legend"] {
	cursor: pointer;
	list-style: none;
	padding-left: 0;
	float: right;
}

[class="0-legend"] li {
	float: left;
	padding: 14px 25px;
	border: 1px solid #eee;
	border-radius: 4px;
	color: #888DA0;
	font-size: 13px;
	background: #f9f9f9;
	font-weight: 600;
	margin-left: 10px;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.1);
}

[class="0-legend"] li.hidden-lable {
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0);
}

[class="0-legend"] li span {
	border-radius: 5px;
	display: inline-block !important;
	height: 10px;
	margin-right: 10px;
	width: 10px;
	background: #4DB7FE !important;
}

[class="0-legend"] li:first-child span {
	background: #5ECFB1 !important;
}

.chart-wrap {
	padding: 30px 30px;
}

.dashboard-list {
	padding: 0;
	background: #fff;
	border-radius: 6px;
	margin-bottom: 6px;
	box-shadow: 0 1px 8px rgb(0 0 0 / 5%);
}


.profile-edit-container {
	padding: 30px;
	margin-bottom: 20px;
}

.profile-edit-container:last-child {
	margin-bottom: 0;
}

.profile-edit-container .custom-form label {
	margin-bottom: 0;
	width: 100%;
}

.act-widget-header {
	float: left;
	width: 100%;
	position: relative;
	border-radius: 6px;
	background: #f6f6f6;
	padding: 10px 20px;
	border: 1px solid #eee;
	margin-bottom: 15px;
}

.act-widget h4 {
	float: left;
	position: relative;
	font-size: 13px;
	font-weight: 500;
	top: 16px;
	color: #7d93b2;
}

.act-widget-header .onoffswitch {
	float: right;
	top: 6px;
}

.ds-tg.filter-tags li input {
	margin-bottom: 0;
}

.booking-list-message-avatar {
	float: left;
	width: 50px;
	height: 50px;
	position: relative;
}

.booking-list-message-avatar img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.2);
}

.booking-list-message-text {
	margin-left: 30px;
	text-align: left;
	padding-left: 50px;
	top: 6px;
	position: relative;
}

.booking-details {
	padding: 6px 0;
	font-size: 13px;
}

.booking-title {
	color: #999;
	padding-right: 10px;
}

.booking-text,
.booking-text a {
	color: #7d93b2;
}

.booking-list-message-text h4 {
	font-weight: 600;
	font-size: 14px;
	padding-bottom: 20px;
	color: #50596E;
}

.booking-list-message-text p,
.profile-edit-container .reviews-comments-item-text p {
	text-align: left;
	color: #878C9F;
	font-size: 13px;
	line-height: 24px;
	padding-bottom: 10px;
}

.booking-list-contr {
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 10;
	padding: 10px 8px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-right: none;
	box-sizing: border-box;
	border-radius: 38px 0 0 38px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
}

.booking-list-contr a {
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #1e2434;
	float: left;
	position: relative;
	border-radius: 100%;
	margin: 0 4px;
	font-size: 14px;
	font-weight: 600;
}

.booking-list-new {
	position: absolute;
	left: 30px;
	top: 100px;
	padding: 4px 12px;
	font-size: 11px;
	color: #fff;
	border-radius: 4px;
}

.dashboard-message .booking-list-contr {
	top: 20px;
}

.dashboard-message-text img {
	float: left;
	width: 90px;
	height: auto;
	border-radius: 6px;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.2);
	margin-right: 20px;
}

.dashboard-message-text h4 {
	text-align: left;
	padding: 0;
	font-size: 20px;
	font-family: "Barlow Condensed", sans-serif;
	color: #04000b;
}

.dashboard-message-text h4 a {
	color: #183B56;
}

.chat-box {
	padding: 50px 30px 60px;
	min-height: 300px;
}

.chat-message {
	padding-left: 70px;
	margin-bottom: 30px;
}

.chat-message:last-child {
	margin-bottom: 0;
}

.message-input {
	float: left;
	width: 100%;
	position: relative;
	border-right: 1px solid #eee;
}

.message-input textarea {
	position: relative;
	width: 100%;
	border: none;
	background: #fff;
	z-index: 1;
	resize: vertical;
	min-height: 60px;
	padding: 25px 140px 0 30px;
}

.message-input button {
	position: absolute;
	right: 20px;
	border-radius: 36px;
	width: 100px;
	height: 36px;
	line-height: 36px;
	background: none;
	border: none;
	font-size: 14px;
	top: 12px;
	z-index: 2;
	color: #fff;
	cursor: pointer;
}

.chat-contacts-item {
	float: left;
	width: 100%;
	position: relative;
	padding: 20px 20px 20px 70px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	background: #fff;
}

.chat-contacts-item:last-child {
	border-bottom: none;
}

.chat-contacts-item .dashboard-message-avatar {
	position: absolute;
	top: 15px;
	left: 0;
}

.chat-contacts-item .chat-contacts-item-text p {
	height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 13px;
	color: #888;
}

.chat-contacts-item .chat-contacts-item-text h4 {
	text-align: left;
	font-size: 12px;
	color: #666;
	padding-bottom: 4px;
}

.chat-contacts-item .chat-contacts-item-text span {
	position: absolute;
	right: 20px;
	top: 21px;
	font-size: 9px;
	color: #999;
}

.message-counter {
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 10;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #fff;
	border-radius: 100%;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.chat-contacts:before {
	content: '';
	position: absolute;
	left: -31px;
	width: 1px;
	background: #eee;
	height: 100%;
	top: 0;
	z-index: 10;
}

.chat-contacts-item-text {
	z-index: 20;
	position: relative;
}

.chat-contacts-item:after {
	content: '';
	position: absolute;
	right: 0;
	width: 6px;
	height: 0;
	z-index: 2;
	top: 0;
	transition: all .2s ease-in-out;
}

.chat-contacts-item_active:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: -30px;
	background: #ECF6F8;

}

.chat-contacts-item.chat-contacts-item_active:after,
.chat-contacts-item:hover:after {
	height: 100%;
}

.chat-contacts-item {
	float: left;
	width: 100%;
	position: relative;
	padding: 20px 20px 20px 70px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}

.chat-contacts-item .dashboard-message-avatar {
	position: absolute;
	top: 15px;
	left: 0;
}

.dashboard-message-avatar {
	float: left;
	width: 50px;
	height: 50px;
}

.chat-contacts-item .chat-contacts-item-text h4 {
	text-align: left;
	font-size: 13px;
	color: #666;
	padding-bottom: 4px;
}

.chat-contacts-item .chat-contacts-item-text span {
	position: absolute;
	right: 10px;
	top: 4px;
	font-size: 9px;
	color: #999;
}

.dashboard-message-avatar img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

.message-counter {
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 10;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #fff;
	border-radius: 100%;
}

.chat-wrapper {
	background: #fff;
	border-radius: 0 0 10px 10px;

}

.cmun_sm {
	top: 50px;
}

.chat-wrapper .chat-widget_input {
	margin-top: 30px;
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
	height: 60px;
}

.chat-wrapper .chat-widget_input textarea {
	padding: 17px 11px 11px;
}

.chat-wrapper .chat-widget_input button {
	top: 11px;
}

.dashboard-tabs .filter-sidebar-header {
	margin-bottom: 0;
	padding: 15px 20px 25px;
}

.follow-user-list {
	padding-bottom: 20px;
}

.follow-user-list li {
	float: left;
	width: 33.3%;
	margin-bottom: 14px;
}

.follow-user-list li img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0.2);
	transition: all .2s ease-in-out;
}

.follow-user-list li:hover img {
	box-shadow: 0 9px 16px rgba(58, 87, 135, 0);
}

.follow-user-list li span {
	display: block;
	padding-top: 8px;
	color: #7d93b2;
	font-size: 11px;
	transition: all .2s ease-in-out;
}

.dashboard-tabs .tabs-menu li a span {
	padding-left: 4px;
}

@media only screen and (max-width: 769px) {
	.user-profile-menu-wrap {
		display: none;
		margin-bottom: 15px;
	}

	section.main-dashboard-sec {
		padding-top: 20px;
	}

	.add_new-dashboard {
		float: left;
	}

	.dashboard-header-stats-wrap {
		width: 100%;
	}

	.dashboard-header_conatiner {
		padding-left: 0;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.dashboard-header-avatar {
		left: 20px;
		top: -50px;
		height: 60px;
		width: 60px;
	}

	.dashboard-header-avatar img {
		height: 60px;
		width: 60px;
	}

	.edit-prof_btn {
		bottom: 0px;
		left: -15px;
	}

	.dashboard-header {
		padding: 20px 0;
	}

	.dashboard-header_title {
		padding-left: 110px;
		padding-bottom: 0;
	}

	.tfp-btn {
		right: inherit;
		left: 0;
		top: -40px;
	}

	.tfp-det {
		right: inherit;
		left: 0;

	}

	.tfp-det.vis_tfp-det {
		margin-top: -20px;
	}

	.dashboard-header.color-bg {
		padding-left: 20px;
	}

	.follow-user-list li {
		width: auto;
		margin-right: 15px;
	}

	.mar-dash-list {
		margin-bottom: 12px;
	}
}

@media only screen and (max-width: 768px) {
	.dashboard-message-text {
		width: 100%;
	}

	.dashboard-message-time {
		width: 100%;
		padding: 0;
		text-align: left;
		float: left;
	}

	.dashboard-message-text img {
		width: 100%;
		margin-bottom: 15px;
	}

	#myChartLegend {
		float: left;
	}

	#myChartLegend li {
		margin: 0 10px 0 0;
	}

	.booking-list-message-text {
		margin-left: 0;
		padding-left: 6px;
	}

	.booking-list-message-avatar {
		width: 100%;
		margin-bottom: 6px;
	}

	.booking-list-message-avatar img {
		float: left;
	}

	.booking-list-new {
		left: 90px;
		top: 50px;
	}
	.profile-edit-container {
		padding: 15px;
	}
}

/* .profile-edit-container input,
.custom-form input[type='text'] {
	padding: 15px 32px !important;
} */

/* DASHBOARD END */













.form-container {
	display: flex;
	justify-content: center;
}

.form-add-form-bussiness {
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.form__title {
	font-weight: 600;
	margin: 1rem auto;
	text-align: center;
	font-size: 2.5rem;
}

.form__progress-bar {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 4rem 0rem;
}

.form__progress-bar::before {
	content: " ";
	position: absolute;
	top: 24%;
	left: 5%;
	display: block;
	background-color: var(--green);
	width: 90%;
	min-height: .3rem;
	z-index: -1;
}

@media (min-width: 1500px) {
	.form__progress-bar::before {
		width: 95%;
		left: 3%;
	}
}

@media (max-width: 768px) {
	.form__progress-bar::before {
		width: 80%;
		left: 10%;
	}
}



.form__slider {
	padding: 2rem;
	background-color: white;
}

@media (max-width: 1080px) {
	.form__slider {
		width: 100%;
	}
}

.form__slide {
	display: none;
}





.icons {
	background-color: yellow;
}


.select2-container {
	width: 100% !important;
}

.form-wizard-buttons {
	text-align: left !important;
}

.form-wizard-tolal-steps-4 .form-wizard-step {
	width: 33% !important;
}

.form-wizard {
	box-shadow: 0px 0px 6px 3px #f1f1f1 !important;
	color: #323232 !important;
}

.form-body-classic.form-wizard .btn {
	border: none !important;
}

.form-wizard .btn.btn-submit,
.form-header-classic .form-wizard-step.active .form-wizard-step-icon,
.form-wizard-progress-line,
.form-wizard .btn.btn-next,
.form-wizard .btn.btn-next:focus,
.form-wizard .btn.btn-next:active:focus,
.form-wizard .btn.btn-next.active:focus {
	background: #39c0ba !important
}

.form-header-classic .form-wizard-step.activated .form-wizard-step-icon {
	background: #fff !important;
	border: none !important;
	border: 1px solid #39c0ba !important;
}

.form-wizard .progress-bar {
	background-color: #838383 !important;
}

.form-header-classic .form-wizard-step.activated p,
.form-header-classic .form-wizard-step.active p {
	color: #ff720b !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
}

.form-header-classic .form-wizard-step p {
	color: #ccc !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
}

.form-header-classic .form-wizard-step .form-wizard-step-icon {

	position: relative !important;
	border: 1px solid #ccc !important;
	background: #fff !important;
	width: 30px !important;
	height: 30px !important;
	margin-top: 8px !important;
}

.form-header-classic .form-wizard-step .form-wizard-step-icon .dot {
	background: #ddd;
}

.form-header-classic .form-wizard-step.active .form-wizard-step-icon .dot {
	background: transparent;
}

.form-header-classic .form-wizard-step.active .form-wizard-step-icon {
	border: 1px solid #39c0ba !important;
	background: #fff !important;
	position: relative !important;
	width: 30px !important;
	height: 30px !important;
	margin-top: 8px !important;
}

.dot {
	border-color: #39c0ba;
	position: absolute;
	content: "";
	width: 23px;
	height: 22px;
	background: #39c0ba;
	border-radius: 50px;
	left: 3px;
	top: 3px;
}

.dot:before {
	background-color: #39c0ba;

}

.form-header-classic .form-wizard-step.activated .form-wizard-step-icon .dot {
	background: #39c0ba;
}

.form-wizard-step.active:last-child .form-wizard-step-icon .dot {
	background: #39c0ba;
}

.form-wizard .btn.btn-next,
.form-wizard .btn.btn-next:focus,
.form-wizard .btn.btn-next:active:focus,
.form-wizard .btn.btn-next.active:focus {
	background: #ff720b !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #4a515a !important;
	border: none !important;
	font-size: 12px !important;
	color: #fff !important;
}

.add_businessForm {
	padding: 20px;
}

.add_businessForm textarea {
    padding: 10px 20px !important;
    min-height: 120px;
    line-height: 24px !important;
}
.addBusinessForm textarea {
    padding: 10px 20px !important;
    min-height: 120px;
    line-height: 24px !important;
    overflow: auto ;
}


#login-form a[href$="/register"] u{
    text-decoration: none;
    color: #ff720b;
 
}
.swal2-footer a[href$="/register"]:hover, #login-form a[href$="/register"] u:hover{
    text-decoration: underline !important;
}
 



.userProfile-dd {
	margin: 0;
}

.userProfile-dd ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.userProfile-dd ul li {
	display: inline-block;
	/* width: 190px; */
	text-align: left;
}

.userProfile-dd a {
	display: block;
	padding: 0 10px;
	color: #1e293a;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
}

.userProfile-dd a:hover {
	background-color: #f6f6f6;
	color: #ff720b;
}

/* Hide Dropdowns by Default */
.userProfile-dd ul ul {
	display: none;
	position: absolute;
	top: 50px;
	/* the height of the main nav */
	padding: 10px 0;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #eee;
	transition: all .2s ease-in-out;
	list-style: none;
	right: 0;
	width: 200px;
	overflow: hidden;
	z-index: 999;
}

/* Display Dropdowns on Hover */
.userProfile-dd ul li:hover>ul {
	display: inherit;
}

/* Fisrt Tier Dropdown */
.userProfile-dd ul ul li {
	float: none;
	display: list-item;
	position: relative;
	border-bottom: 1px solid #f6f6f6;
}

.userProfile-dd ul ul li:last-child {
	border: 0;
}


.user-account-avatar {
	margin: 5px 10px;
	float: left;
}

.user-account-avatar img {
	width: 44px !important;
	border-radius: 50px;
	height: 44px !important;
	object-fit: cover;
}

.user-account-name {
	font-size: 14px;
	font-weight: 600;
	height: 50px;
	line-height: 15px;
	margin: 12px 0 0;
}
.mob-user-account-name{
    background-color: #ffefe3;
    margin-top: -10px;
	padding: 10px 10px;
}
.mob-user-account-name h6{
	font-family: "Barlow Condensed", sans-serif;
	color: #183B56;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
}
.mob-user-account-name p{
	font-family: "Barlow Condensed", sans-serif;
	color: #183B56;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 1.2;
}

.user-account-name>span {
	font-size: 13px;
	font-weight: normal;
	display: block;
	color: #ccc;
}

.btn-dark {
	color: #fff !important;
	background-color: #3a5163 !important;
	border-color: #3a5163 !important;
}

.facilities-list-view {
	margin: 0;
	line-height: 30px;
	font-size: 13px;
}

.facilities-list-view li {
	float: left;
	margin-right: 5px;
	cursor: pointer;
	position: relative;
}

.facilities-list-view li i {
	font-size: 11px;
	color: #94979c;
	width: 26px;
	background: #f5f5f5;
	text-align: center;
	border-radius: 50px;
	height: 26px;
	line-height: 26px;
}

.facilities-list-view li i:hover {
	background: #94979c;
	color: #f5f5f5;
}

.h-60 {
	height: 60% !important;
}

.h-80 {
	height: 80% !important;
}

/* #login-form input[type='text'] {
	padding: 15px 20px !important;
	margin: 5px 0 15px;
} */

.custom-form input[type='checkbox'] {
	background: none !important;
}

/* .big-container .geodir-category-listing { min-height:230px !important;} */
/* .big-container .listing-item-category-wrap { height:auto !important;} */

.listsearch-input-item .fu-text img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto 20px;
	object-fit: cover;
}

.profileSubmit {
	padding: 7px 30px !important;
	color: #fff !important;
}

.myListBtn {
	padding: 0 20px 0 !important;
	color: #fff !important;
	height: 30px;
	line-height: 30px;
	background: #1e2434 !important;
}


.filterTitleHead {
	position: fixed;
	width: 260px;
	z-index: 9;
	background: #1e2434;
}

.listofComp-smp {
	height: 35px;
	padding: 0 18px;
	font-size: 13px;
}

@media only screen and (max-width: 768px) {
	.companyDetailLogo {
		border-radius: 5px;
		margin: 0 0 20px;
	}
}

.primaryTxtColor {
	color: #ff720b;
}

.no-data img {
	width: 42px;
}

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

#business_form input[type='text'],
#change_password_form input[type='text'],
#change_password_form input[type='password'],
#profile_form input[type='text'] {
	padding: 10px 20px !important;
}

#change_password_form .field-icon,
#forget_registration_form .field-icon{
	top: 35px;
	position: absolute;
	z-index: 999;
	cursor: pointer;
	right: 25px;
}

.height-100 {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.myListProductView .myListProduct {
	border-bottom: 1px solid #dee2e6 !important;
}

.myListProductView h5 {
	text-align: left !important;
	font-size: 15px;
	background: #f9f9f9;
	margin: 0;
	padding: 10px;
}

/* .myListProductView .d-flex{

	border-bottom: 1px solid #dee2e6!important;
} */
.myListProductView .myListProduct:first-child {
	border-top: 1px solid #dee2e6 !important;
}

.myListProductView .myListProduct:last-child {
	border: 0 !important;
}

.myListProductView .myListProduct .productAction {
	background: #f9f9f9;
	border-radius: 20px;
	padding: 4px 12px;
	font-size: 13px;
	margin: 6px 0;
}

.simple-lightbox-content>* {
	height: 100% !important;
}

.companyBrand {
	position: relative;
	width: 140px;
}

.companyBrand .button-1 {
	position: absolute;
	top: 0px;
	/* top: 18px; */
	right: 40px;
	z-index: 999;
	padding: 6px;
	/* background: #f54b55; */
	line-height: 15px;
}

.mn-w-0{
	min-width: 0px;
}
.lh-base{
	line-height: 1.5 !important;
}

.companyBrand .button-1 i {
	background: #f54b55;
	color: #ffffff !important;
	border-radius: 0;
}


.file-upload {
	display: block;
	text-align: center;
	font-size: 13px;
}

.file-upload .file-select {
	/* display: block; */
	display: flex;
	border: 1px solid #e5e7f2;
	color: #34495e;
	cursor: pointer;
	height: 42px;
	line-height: 42px;
	text-align: left;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.file-upload .file-select .file-select-button {
	background: #d5d5d5;
	padding: 0 10px;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	color: #000;
	border-radius: 0;
	flex-shrink: 0;
}

.file-upload .file-select .file-select-name {
	line-height: 42px;
	display: inline-block;
	padding: 0 10px;
	flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-upload .file-select:hover {
	border-color: #34495e;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
	background: #34495e;
	color: #FFFFFF;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select {
	border-color: #363d47;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
	background: #363d47;
	color: #FFFFFF;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
	z-index: 100;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
	opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
	cursor: default;
	display: block;
	border: 1px solid #e5e7f2;
	color: #34495e;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	text-align: left;
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
	background: #363d47;
	color: #666666;
	padding: 0 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}

.lightgray-bg {
	background: #f5f5f5;
}

.textHref {
	color: #448ded;
	cursor: pointer;
}


.lightgray-dynamic-bg:nth-child(even) {
	background: #fff;
}

.lightgray-dynamic-bg:nth-child(odd) {
	background: #eaf7ff;
}


.add_businessForm h2 {
	font-weight: 600 !important;
}

.add_businessForm .link-delete,.social-link-delete, .oc-link-delete {
	padding: 5px 10px !important;
	outline: 0;
	color: #f44336;
	font-size: 13px;
	margin: 0;
	background: #f7f7f7;
}

.adsBannerList a {
	display: block;
}

/* #registration_form input[type='text'], */
#contactform input[type='text'] {
	padding: 10px 20px !important;
}

.list-widget-social li a {
	font-size: 13px;
	color: #94979c !important;
	width: 26px;
	background: #f5f5f5 !important;
	text-align: center;
	border-radius: 50px;
	height: 26px;
	line-height: 26px;
}


.filter-col-content {
	position: sticky;
	top: 0;
}

.sidebar-block {
	position: relative;
	text-align: left;
}

.sidebar-block .sidebar-block-title {
	position: relative;
	z-index: 1;
	font-size: 15px;
	font-weight: 500;
	font-family: "Barlow Condensed", sans-serif;
	padding: 5px 10px 5px;
	border-top: 1px solid #dbe1f2;
}

/* .sidebar-block .sidebar-block-content{ padding-bottom: 20px;} */
.sidebar-block ul.submenu {
	list-style-type: none;
	padding: 0 0 20px;
	margin: 0;
	max-height: 200px;
	overflow-y: scroll;
	padding-right: 10px;
	padding-top: 0 !important;
	text-align: left;

}

.sidebar-block .header-search-input input:focus {
	border-color: #ff720b;
	width: 250px;
	left: 0px;
}


.submenu li:last-child a {
	border-bottom: 0;
	/* padding-left: 10px !important; */
}

.sidebar-content {
	-ms-overflow-style: none;
	/* for Internet Explorer, Edge */
	scrollbar-width: none;
	/* for Firefox */
	overflow-y: scroll;
}

.sidebar-content::-webkit-scrollbar {
	display: none;
	/* for Chrome, Safari, and Opera */
}


.comp-list-view {
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	height: 90px !important; */
	padding-bottom: 20px;
	padding-top: 20px;
}

.geodir-category-content-title-item h3:hover, .comp-link:hover p{
	color: #ff720b;
}

.comp-list-view h3 {
	margin: 0 0 5px !important;
}

.comp-list-view p {
	position: relative;
	color: #8ea0bb;
	font-size: 12px !important;
	text-align: left !important;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 70px 0 0;
}
.comp-list-view p:hover{
	color: #ff720b;
}


.comp-product-list-view {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 110px;
	padding-bottom: 30px;

}

.comp-product-list-view h3 {
	margin: 0 0 5px !important;
}

.comp-product-list-view p {
	position: relative;
	color: #8ea0bb;
	font-size: 12px !important;
	text-align: left !important;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 70px 0 0;
}
.comp-product-list-view p:hover{
	color:#ff720b;
}




@media only screen and (max-width: 1440px) {
	.comp-list-view .companyTitles {
		padding: 0;
	}
}


/* STAR REVIEW START */
/* .rating-holder {
	float: left;
	padding: 0.325em 0;
	margin: 0;
	position: relative;
} */
.rating-holder {
	padding: 0.325em 0;
	margin: 0;
	position: relative;
	top: -40px !important;
	z-index: 9;
	left: 18px !important;
}

.c-rating button {
	float: left;
	width: 1em;
	height: 1em;
	border: 0;
	text-indent: -9999px;
	outline: none;
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
	/* cursor: pointer; */
	transition: background 0.25s ease;
}

/* .c-rating button:hover,
.c-rating button:hover~button {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat !important;
}

.c-rating:hover button {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22grey%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat !important;
} */

.c-rating[data-rating-value="0"] button:nth-child(-n+0) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.2"] button:nth-child(-n+1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.2"] button:nth-child(1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.3"] button:nth-child(-n+1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.3"] button:nth-child(1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.4"] button:nth-child(-n+1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.4"] button:nth-child(1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.5"] button:nth-child(-n+1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.5"] button:nth-child(1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.6"] button:nth-child(-n+1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.6"] button:nth-child(1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}


.c-rating[data-rating-value="0.7"] button:nth-child(-n+1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.7"] button:nth-child(1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.8"] button:nth-child(-n+1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.8"] button:nth-child(1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.9"] button:nth-child(-n+1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="0.9"] button:nth-child(1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.0"] button:nth-child(-n+1) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.1"] button:nth-child(-n+2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.1"] button:nth-child(2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.2"] button:nth-child(-n+2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.2"] button:nth-child(2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.3"] button:nth-child(-n+2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.3"] button:nth-child(2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.4"] button:nth-child(-n+2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.4"] button:nth-child(2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.5"] button:nth-child(-n+2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.5"] button:nth-child(2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.6"] button:nth-child(-n+2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.6"] button:nth-child(2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.7"] button:nth-child(-n+2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.8"] button:nth-child(2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.8"] button:nth-child(-n+2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.9"] button:nth-child(2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="1.9"] button:nth-child(-n+2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.0"] button:nth-child(-n+2) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.1"] button:nth-child(-n+3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.1"] button:nth-child(3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.2"] button:nth-child(-n+3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.2"] button:nth-child(3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}


.c-rating[data-rating-value="2.3"] button:nth-child(-n+3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.3"] button:nth-child(3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.4"] button:nth-child(-n+3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.4"] button:nth-child(3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.5"] button:nth-child(-n+3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.5"] button:nth-child(3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.6"] button:nth-child(-n+3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.6"] button:nth-child(3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.7"] button:nth-child(-n+3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.7"] button:nth-child(3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.8"] button:nth-child(-n+3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.8"] button:nth-child(3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.9"] button:nth-child(-n+3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="2.9"] button:nth-child(3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.0"] button:nth-child(-n+3) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.1"] button:nth-child(-n+4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.1"] button:nth-child(4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.2"] button:nth-child(-n+4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.2"] button:nth-child(4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.3"] button:nth-child(-n+4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.3"] button:nth-child(4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.4"] button:nth-child(-n+4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.4"] button:nth-child(4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.5"] button:nth-child(-n+4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.5"] button:nth-child(4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.6"] button:nth-child(-n+4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.6"] button:nth-child(4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.7"] button:nth-child(-n+4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.7"] button:nth-child(4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.8"] button:nth-child(-n+4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.8"] button:nth-child(4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.9"] button:nth-child(-n+4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="3.9"] button:nth-child(4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.0"] button:nth-child(-n+4) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.1"] button:nth-child(-n+5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.1"] button:nth-child(5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.2"] button:nth-child(-n+5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.2"] button:nth-child(5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.3"] button:nth-child(-n+5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.3"] button:nth-child(5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.4"] button:nth-child(-n+5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.4"] button:nth-child(5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.5"] button:nth-child(-n+5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.5"] button:nth-child(5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.6"] button:nth-child(-n+5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.6"] button:nth-child(5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.7"] button:nth-child(-n+5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.7"] button:nth-child(5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.8"] button:nth-child(-n+5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.8"] button:nth-child(5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.9"] button:nth-child(-n+5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="4.9"] button:nth-child(5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating[data-rating-value="5.0"] button:nth-child(-n+5) {
	background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}

.c-rating--small {
	font-size: 50%;
}

.c-rating--big {
	font-size: 150%;
}

/* STAR REVIEW END */

/* @media (max-width:640px) {
	.ui-autocomplete {
		top: 50% !important;
		left: 0 !important;
	}
}


@media (max-width: 480px) {
	.ui-autocomplete {
		top: 67% !important;
		left: -14px !important;
	}
}

@media (max-width:360px) {
	.ui-autocomplete {
		top: 60% !important;
		left: -8px !important;
	}
}

@media (max-width:320px) {
	.ui-autocomplete {
		top: 105% !important;
		left: 0% !important;
		width: 270px !important;
	}
} */

.bannerCount {
	font-size: 30px;
	color: #fff;
}

#add-comment label i {
	top: 18px;
}

/* #add-comment input[type='text']{
	padding: 0 !important;
    outline: none;
} */
.main-menu .ui-widget-content {
	display: none !important;
}

.mob-add-busBtn {
	display: none;
}

@media (max-width:768px) {
	.mob-add-busBtn {
		padding: 8px 22px;
		position: relative;
		border-radius: 4px;
		transition: all 0.2s ease-in-out;
		background: #ff720b !important;
		border: 1px solid #ff720b !important;
		margin: 5px 0;
		display: block;
		text-align: center;
	}
	.mob-add-busBtn:hover{
		background-color: transparent !important;
	}

	.mob-add-busBtn a,
	.mob-add-busBtn a:hover {
		color: #fff !important;
	}

	.process-wrap li {
		width: 100% !important;
	}

	/* .page-listcompany-wrapper.toggled .sidebar-wrapper {
    left: -300px;
    top: 80px;
} */
	/* .chiller-theme .sidebar-wrapper {
    left: -300px;
    top: 80px;
} */
	.review-range-container {
		width: 100%;
		padding-right: 0;
	}

	.review-total {
		width: 100%;
		top: 0;
		padding: 0 0 15px;
		background: #fff;
		border: 0;
		border-right: none;
		box-sizing: border-box;
		border-radius: 30px;
		position: relative;
		left: 0;
		overflow: hidden;
		box-shadow: 0 10px 15px rgb(0 0 0 / 3%);
	}

	.review-range-item .range-slider-wrap {
		left: 8px;
	}

	.custom-form .review-total span input {
		font-size: 30px;
		border: none;
		padding: 15px 0 0 !important;
		text-align: center;
		font-weight: 800;
		margin-bottom: 0;
		line-height: 1px;
		background: 0 0;
		cursor: default;

	}

	.review-total strong {
		font-size: 15px;
	}

	.no-list-style li.active {
		background: transparent !important;
	}

	.no-list-style li.active a {
		color: #ff720b !important;
	}

	.dashboard-message .booking-list-contr {
		top: -9px;
        float: right;
        position: relative;
        right: -15px
	}

	.booking-list-contr {
		padding: 8px 8px;
	}

}


@media only screen and (max-width: 768px) {
	.main-search-button {
		position: relative;
		width: 100%;
		right: 0;
		top: 0;
		bottom: 0;
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
	}
}

.searchBox-fakeInput {
	background: white;
	border: 1px solid #d6dadc;
	border-radius: 3px;
	display: table;
}


.searchBox-inputWrapper,
.searchBox-clearWrapper {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.searchBox-input {
	background-color: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	width: 100%;
	padding: 0.5rem;
	font-size: inherit;
	line-height: 1;
}
.searchBox-input#my_listing_search,
.searchBox-input#lead_search{
	padding: .370rem .75rem;
}

.searchBox-input:focus {
	outline: none;
	background: #FFF;
	box-shadow: none;
}

.searchBox-clearWrapper {
	padding-right: 0.5rem;
}

.searchBox-clear {
	color: #CCC;
	padding: 0;
	cursor: pointer;
	font-size: inherit;
	cursor: pointer;
	line-height: 1.5;
	-webkit-transition: all 3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.searchBox-clearInput:hover {
	color: #AAA;
}

/*
span.field-icon {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
}
#forget_registration_form .form-group .input-field,
#registration_form .form-group .input-field
{ position: relative;} */

.eyInputField {
	position: relative;
}

#login-form .field-icon,
#registration_form .field-icon {
	top: 35px;
	position: absolute;
	z-index: 999;
	cursor: pointer;
	right: 25px;
}

#registration_form .form-group label,
#login-form .form-group label,
#forget_registration_form .form-group label {
	clear: both;
}

.clearfixtag {
	clear: both;
}

.add-comment .list-single-main-item_content input[type='text'] {
	width: auto;
}

.add-comment .list-single-main-item_content .error {
	width: 100%;
}

.adsBanner-hori,
.adsBanner-retangle {
	width: 100%;
	/* height: 200px; */
	object-fit: contain;
	border-radius: 5px;
}

/* .input-field label{ width: 100%;} */
.form-control.pending_preview_textarea {
	height: 200px !important;
}

.review-score-total .c-rating button {
	width: 1em;
	height: 1em;
}


.proDashCont {
	background: #ffeddf;
	border-radius: 5px;
	border: 1px solid #e4c5ae;
	text-align: left;
	padding: 15px 20px;
}

.proDashCont h4 {
	font-size: 15px;
	margin: 5px 0 0;
}

.proDashCont h2 {
	font-size: 30px;
	margin: 0;
	font-family: "Barlow Condensed", sans-serif
}

.proDashCont .add-list {
	top: 0 !important;
}

@media (max-width:768px) {
	.proDashCont {
		text-align: center;
	}

	.proDashCont .add-list {
		display: block !important;
		width: 100%;
		margin: 10px 0 0;
	}
}

#business_form input.validate.error,
#add_your_product_frm input.validate.error {
	border: 1px solid red;
}

.right-inherit {
	right: inherit !important;
}

.profile-edit-container .custom-form input {
	padding: 10px 20px !important;
	background: #fff;
	border: 1px solid #e6e9ed;
}

.form-control:disabled,
.form-control[readonly] {
	background: #f5f5f5 !important;
	cursor: not-allowed;
}

.notifi-section .geodir-category-location b {
	color: #ff720b;
}

/* .notifi-section
.dashboard-list {
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
} */
.notifi-section .dashboard-list .dashboard-message {
	padding: 10px 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #ebebeb;
	border-radius: 0;
	float: left;
	width: 100%;
}

.notifi-section .dashboard-list .dashboard-message:last-child {
	border-bottom: 0
}

.notifi-section .dashboard-list .dashboard-message:hover {
	background: #f5f5f5;
}

.addBusBtn i {
	position: inherit !important;
	right: inherit !important;
}

.unselectable {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #cc0000;
}

#cap b {
	font-size: 20px;
	background: #343a40;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	color: #fff;
	letter-spacing: 6px;
}

.fwmpag a {
	line-height: 32px !important;
}


.emp-detail-section {
	margin: 0 auto
}

.emp-detail-section .media {
	background: #fff;
}

.emp-detail-section .geodir-category-location b {
	color: #1e2434;
	font-size: 15px;
}

.emp-detail-section .dashboard-list {
	padding: 20px;
	margin-bottom: 10px;
	border: 1px solid #ebebeb;
}

.emp-detail-section .dashboard-message-text img {
	float: left;
	width: 90px;
	height: 90px;
	border-radius: 50px;
	box-shadow: 0 9px 16px rgb(58 87 135 / 20%);
	margin-right: 20px;
}

.modal-header{
	background-color: #fff4eb !important;
}

.lead_logo_delete_button .btn i {
	position: inherit !important;
}

.companyBrand img {
	width: 75px !important;
	height: 75px !important;
	display: block;
	font-size: 12px;
	line-height: 1.2;
}

.companyBrand #lead_logo_delete_button a i,
.lead-link-delete i,
.link-delete i {
	position: initial !important;
}

.list-main-wrap-title .btn {
	padding: 0.375rem 0.75rem 0.375rem 0.75rem !important;
}


.chiller-theme .sidebar-wrapper::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.chiller-theme .sidebar-wrapper::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

.chiller-theme .sidebar-wrapper::-webkit-scrollbar-thumb {
	background: #607D8B !important;
	border: 0px none #ffffff;
	border-radius: 0px;
}

.chiller-theme .sidebar-wrapper::-webkit-scrollbar-thumb:hover {
	background: #607D8B !important;
}

.chiller-theme .sidebar-wrapper::-webkit-scrollbar-thumb:active {
	background: #607D8B !important;
}




@media only screen and (max-width: 768px) {
	.emp-detail-section .dashboard-message-text img {
		display: none;
	}
}

.cliamCom {
	padding: 4px 12px !important;
	background: #ff720b;
}

.empConnectBtn {
	background: #4b5461 !important;
}

.filterSelectAll {
	padding: 3px;
	font-size: 13px;
	float: right;
	margin-right: 0;
	color: #0056b3 !important;
	text-decoration: underline !important;
}

.filterSelectAll:hover {
	color: #ff720b !important;
}

table#bulk-upload-table{
	font-size: 14px;
}
table#leads th {

	position: relative !important;
	font-size: 14px;
	/* padding: 5px!important;
    font-size: 13px!important; */

}

#leads img {
	width: 50px !important;
	height: 50px !important;
	margin: 0;
}

table#leads td,
table#leads th {
	font-size: 14px;
	vertical-align: baseline !important;
}

#claim_form input[type=checkbox],
input[type=radio] {
	position: absolute;
	left: 20px;
}

.companyDetail {
	display: flex;
	flex-direction: row;
}

.companyDetail img {
	display: inline-block;
}

@media (max-width: 800px) {
	.companyDetail {
		flex-direction: column;
	}
}


/* .empConnectBoxPre{
			display: flex;
			justify-content: center;
			align-items: center;
			flex-wrap: wrap;
		} */

/* ganesan 3Mar2024 h:310px */
.empConnectBoxPre{
	row-gap: 20px;
}
.empConnectBoxPre .card {
	position: relative;
	display: inline-block;
	background: #ffffff;
	border-radius: 5px;
	/* box-shadow: 0 12px 13px rgba(0,0,0,0.16), 0 12px 13px rgba(0,0,0,0.16); */
	text-align: center;
	padding: 20px 0;
	margin: 5px;
	padding-top: 5px;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}

.empConnectBoxPre .card .cover {
	height: 90px;
	width: 100%;
	background: #FF5C5C;
	position: absolute;
	left: 0px;
	top: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.empConnectBoxPre .card .card-header,
.empConnectBoxPre .card .card-footer {
	background: #fff;
	border: 0;
	padding: 0 10px;
}

.empConnectBoxPre .card .card-img-wrapper {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 10px auto;
	margin-bottom: 20px;
}

.empConnectBoxPre .card .card-img-wrapper img {
	/* height: 100%;
			width: 100%;
			border-radius: 50%; */
	border-radius: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
}

/* Ganesan 14Mar2024 m-b: 15px to 8px */
.empConnectBoxPre .card .card-responsename {
	margin-bottom: 8px;
	color: #797979;
}

.empConnectBoxPre .card .card .card-footer {
	margin-top: 40px;
}

.empConnectBoxPre .card .card-footer .footer-box {
	position: relative;
	border-top: 2px solid #ff9b9b;
	box-shadow: 0 3px 6px -1px rgb(0 0 0 / 26%), 0 2px 4px -1px rgb(0 0 0 / 6%);
	border-radius: 5px;
	margin: 0 auto;
	padding: 10px;
	display: flex;
	justify-content: space-around;
}

.card .card-footer .footer-box .box-wrapper .count {
	font-size: 13px;
	font-weight: 800;
	/* margin: 0 20px; */
}

.card .card-footer .footer-box .box-wrapper .box-text {
	font-size: 12px;
}

.card h1 {
	font-size: 1.3rem;
	font-family: "Barlow Condensed", sans-serif;
}

.emp-detail-section h1 {
	font-family: "Barlow Condensed", sans-serif;
}

.list-single-main-item_content p span {
	font-size: 16px !important;
	line-height: 26px;
}

.oraginBtn {
	background: #ff720b !important;
}


.badge-success {
	color: #fff !important;
	background-color: #34c38f !important;
}

.text-fade {
	color: #7e8299 !important;
}

.form-box h1 {
	font-family: "Barlow Condensed", sans-serif;
}

.noti-read {
	background: #fff;
	/* background: 	#808080; */
}

.del_account {
	border: 1px solid #ff0000;
	display: initial;
	padding: 6px 10px;
	color: #ff0000;
	font-weight: 600;
	border-radius: 5px;
}

.del_account:hover {
	/* background: #ffd4d4; */
	color: #323232;
}

.del_account img {
	width: 20px;
}

.copyClip {
	position: relative;
}

.copyClip i {
	font-size: 13px;
	width: 24px;
	background: #343a40;
	text-align: center;
	border-radius: 50px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #313740;
	padding: 0 !important;
}

.top-0 {
	top: 0 !important;
}


.ytube-btn {
	position: relative;
	color: #f5f5f5;
	cursor: pointer;
}

.ytube-btn .yt-counter {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -8px;
	top: -6px;
	height: 1rem;
	width: 1rem;
	font-size: .67rem;
	color: #fff;
	font-weight: 700;
	background: #ff720b;
	border-radius: 50px;
}

.specifications-section {
	max-height: 350px;
	overflow: auto;
}

.companyBrand .btn:hover {
	background: none !important;
}

.reviewRight {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: left;
}

.reviewRight p {
	font-size: 13px !important;
	line-height: 20px;
}

.reviewRight .list-single-header-column {
	width: 120px !important;
}

.reviewRight .list-single-header-column:before {
	background: none !important;
}

.reviewRight img {
	width: 40px;
}

/* {
	font-size: 11px;
    color: #4c4c4c !important;
    width: 26px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 50px;
    height: 26px;
    line-height: 26px;
    font-weight: 800;
    display: inline-block;
} */


.custom-form .btn.disabled,
.custom-form .btn:disabled {
	cursor: not-allowed;
}


.note-editor .btn-light {
	background: none !important;
}


.note-editor .btn {
	padding: 8px 15px !important;
}

.note-editor .note-toolbar>.note-btn-group {
	margin-left: 10px !important;
}

.note-editable ul li {
	list-style: inside !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
	color: #323232 !important;
}

.note-btn-group .btn:hover i {
	right: 0;
}


/* .ComProductList .geodir-category-content-title-item
{
	padding-bottom: 30px;
} */
/* .ComProductList .listing-avatar{
	bottom: 10px;
} */
.ComProductList .avatar-tooltip,
.ComListView .avatar-tooltip,
.most-poplur-col .avatar-tooltip {
	height: 35px;
	line-height: 35px;
	top: 10px;
}

.custom-scroll-link {
	position: relative;
}

.custom-scroll-link .rating-holder {
	top: 0 !important;
	left: 0 !important;
}

.AddReviewBox .rating-holder {
	top: 0 !important;
	left: 0 !important;
}

.comReviewstar {
	position: relative;
}

.comReviewstar .rating-holder {
	padding: 0;
	margin: 0;
	position: relative;
	top: 5px !important;
	z-index: 9;
	left: 0 !important;
}

.color2-bg {
	background: #ff720b;
	/* padding: 7px 20px; */
	padding: 8px 30px;
}

.color2-bg:hover {
	color: #fff;
}

.prod-review-score .rating-holder {
	top: 0px !important;
	left: 0px !important;
}



.cancleBtn {
	color: #555;
	background: #ddd;
	padding: 0.325rem 0.55rem;
	font-size: 0.8rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	letter-spacing: inherit;
}
a.cancleBtn{
	border: 0;
}

.updateBtn {
	color: #fff;
	background: #ff720b;
	padding: 0.325rem 0.55rem;
	font-size: 0.8rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	letter-spacing: inherit;
	border: 0;
}

#business_form .tagify.form-control {
	height: auto !important
}

.verify-link {
	position: relative;
	z-index: 1;
}

.ui-autocomplete {
	z-index: 1050;
	margin-left: 15px !important;
	padding: 10px 15px !important;
	top: 69%;
}

/* JqueryUi Autocomplete shown in wrong place when using input field in div with position:fixed */
#dyn-comp-list {
	display: block;
	position: relative
}

#dyn-comp-list .ui-autocomplete {
	left: -2% !important;
	top: -4px !important;
}

/* #homepage-comp-list {
    display: block;
    position:relative
}  */
#homepage-comp-list .ui-autocomplete {
	left: -3% !important;
	top: 53px !important;
	width: 103% !important;
}



.fade {
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: block;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none;
	}
}

.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing.collapse-horizontal {
		transition: none;
	}
}

#left-side-bar {
	height: 100%;
	overflow: hidden;
	width: 100%
}

.left-side-menu {
	width: 260px;
	background: var(--ct-bg-leftbar);
	bottom: 0;
	padding: 20px 0;
	position: fixed;
	transition: all .1s ease-out;
	top: 70px;
	box-shadow: var(--ct-box-shadow);
	border-right: 1px solid #e3ebf6;
}

#sidebar-list-menu>ul {
	list-style: none;
	padding: 20px 0 0;
	text-align: left;
}

#sidebar-list-menu>ul>li {
	border-bottom: 1px solid #dbe1f2;
}

#sidebar-list-menu>ul>li>a {
	color: var(--ct-menu-item);
	display: flex;
	padding: 12px 20px;
	position: relative;
	transition: all .4s;
}

#sidebar-list-menu>ul>li>a:active,
#sidebar-list-menu>ul>li>a:focus,
#sidebar-list-menu>ul>li>a:hover {
	color: var(--ct-menu-item-hover);
	text-decoration: none;
}

#sidebar-list-menu>ul>li>a>span {
	vertical-align: middle;
}

#sidebar-list-menu>ul>li>a i {
	display: inline-block;
	line-height: 1.0625rem;
	margin: 0 7px 0 3px;
	text-align: center;
	vertical-align: middle;
	width: 12px;
	font-size: 1rem;
}

#sidebar-list-menu>ul>li>a svg {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	margin-right: 10px;
}

#sidebar-list-menu>ul>li>a .drop-arrow {
	float: right;
}

#sidebar-list-menu>ul>li>a .drop-arrow i {
	margin-right: 0;
}

#sidebar-list-menu>ul>li>a.mm-active {
	color: var(--ct-menu-item-active);
}

/*ganesan 15Mar2024 w:100% */
#sidebar-list-menu>ul>li ul {
	/* padding-left: 10px; */
	/* list-style: none; */
	list-style-type: none;
	padding: 0;
	margin: 0;
	max-height: 200px;
	overflow-y: auto;
	padding-right: 10px;
	padding-top: 0 !important;
	text-align: left;
	width: 97%;
}

#sidebar-list-menu>ul>li ul ul {
	padding-left: 20px;
}

#sidebar-list-menu .badge {
	margin-top: 4px;
}

#sidebar-list-menu .menu-title {
	padding: 10px 20px;
	letter-spacing: .05em;
	pointer-events: none;
	cursor: default;
	font-size: .6875rem;
	text-transform: uppercase;
	color: var(--ct-menu-item);
	font-weight: 500;
}

#sidebar-list-menu .menuitem-active>a {
	color: var(--ct-menu-item-active);
}

#sidebar-list-menu .menuitem-active .active {
	color: var(--ct-menu-item-active);
}

/* .nav-second-level li{ display: inline-block;} */
/* .nav-second-level li a {
    padding: 4px 20px 4px 0;
    color: var(--ct-menu-item);
    position: relative;
    transition: all .4s;
} */

.nav-second-level li input {
	float: left;
	position: relative;
	border: 1px solid #efeaea;
	cursor: pointer;
	padding: 0;
	width: 15px;
	height: 15px;
	position: relative;
	border-radius: 2px;
	color: #1e2434;
	background: #f5f5f5;
	margin-top: 5px;
}

.nav-second-level li input:checked:after {
	font-family: 'Font Awesome 6 Free';
	content: '\f00c';
	font-size: 13px;
	position: absolute;
	top: -5px;
	left: 1px;
	z-index: 20;
	color: #fff;
}



.nav-second-level li a:focus,
.nav-second-level li a:hover {
	color: var(--ct-menu-item-hover);
}

.nav-second-level li.active>a {
	color: var(--ct-menu-item-active);
}

.menu-arrow {
	transition: transform .15s;
	position: absolute;
	right: 20px;
	display: inline-block;
	font-family: 'Font Awesome 6 Free';
	text-rendering: auto;
	line-height: 1.5rem;
	font-size: 1.1rem;
	transform: translate(0, 0);
}

.menu-arrow:before {

	content: '\f054';
}

li>a[aria-expanded=true]>span.menu-arrow {
	transform: rotate(90deg);
}

@media (max-width:991.98px) {
	.left-side-menu {
		display: block;
		z-index: 10 !important;
	}

	.sidebar-enable .left-side-menu {
		display: block;
	}
}

[data-simplebar] {
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
}

.simplebar-offset {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	visibility: visible;
	overflow: auto;
	max-width: 100%;
	max-height: 100%;
	scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	display: none;
}

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

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0;
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all;
}

.simplebar-scrollbar {
	position: absolute;
	right: 2px;
	width: 5px;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: var(--ct-menu-item-color-dark);
	border-radius: 7px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity .2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
	opacity: .5;
	transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.submenu::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidebar-block ul.submenu {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}


.collapse.show {
	display: block;
}

/* .submenu .simplebar-content {
    margin-right: 20px;
} */


.tabs-address {
	display: flex;
	flex-wrap: wrap;
}

.tabs-address label {
	order: 1;
	display: block;
	padding: 0.7rem 2rem;
	margin-right: 0.2rem;
	cursor: pointer;
	/* background: #90CAF9; */
	font-weight: bold;
	transition: background ease 0.2s;
}

.tabs-address .tab-address-content {
	order: 99;
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 1rem;
	background: #fff;
}

.tabs-address input[type="radio"] {
	display: none;
}

.tabs-address input[type="radio"]:checked+label {
	border-bottom: 5px solid #FF9800;
	background: #eaf7ff;
}

.tabs-address input[type="radio"]:checked+label+.tab-address-content {
	display: block;
}

@media (max-width: 45em) {

	.tabs-address .tab-address-content,
	.tabs-address label {
		order: initial;
	}

	.tabs-address label {
		width: 100%;
		margin-right: 0;
		margin-top: 0.2rem;
	}
}






#ProductNav2 .nav {
	display: inherit;
	flex-wrap: inherit;
	padding-left: inherit;
	margin-bottom: inherit;
	list-style: inherit;
}

/*--- Wrap Up ---*/
.ProductNav_Wrapper {
	position: relative;
	padding: 0 11px;
	box-sizing: border-box;
}

.ProductNav {
	/* Make this scrollable when needed */
	overflow-x: auto;
	/* We don't want vertical scrolling */
	overflow-y: hidden;
	/* For WebKit implementations, provide inertia scrolling */
	-webkit-overflow-scrolling: touch;
	/* We don't want internal inline elements to wrap */
	white-space: nowrap;
	/* If JS present, let's hide the default scrollbar */
	/* positioning context for advancers */
	position: relative;
	font-size: 0;
}

.js .ProductNav {
	/* Make an auto-hiding scroller for the 3 people using a IE */
	-ms-overflow-style: -ms-autohiding-scrollbar;
	/* Remove the default scrollbar for WebKit implementations */
}

.js .ProductNav::-webkit-scrollbar {
	display: none;
}

.ProductNav_Contents {
	float: left;
	transition: transform 0.2s ease-in-out;
	position: relative;
}

.ProductNav_Contents-no-transition {
	transition: none;
}

.ProductNav_Link {
	text-decoration: none;
	color: #7f868b;
	font-size: 0.85rem;
	font-weight: 500;
	display: table-cell;
	vertical-align: middle;
	padding: 8px 12px;
	line-height: 1.35;
}

.ProductNav_Link[aria-selected=true] {
	color: #6a2c79;
}

.Advancer {
	/* Reset the button */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	padding: 0;
	border: 0;
	/* Now style it as needed */
	position: absolute;
	top: 0;
	bottom: 0;
	/* Set the buttons invisible by default */
	opacity: 0;
	transition: opacity 0.3s;
}

.Advancer:focus {
	outline: 0;
}

.Advancer:hover {
	cursor: pointer;
}

.Advancer_Left {
	left: 0;
}

[data-overflowing=both]~.Advancer_Left,
[data-overflowing=left]~.Advancer_Left {
	opacity: 1;
}

.Advancer_Right {
	right: 0;
}

[data-overflowing=both]~.Advancer_Right,
[data-overflowing=right]~.Advancer_Right {
	opacity: 1;
}

.Advancer_Icon {
	width: 12px;
	height: 44px;
	fill: #bbb;
}

.ProductNav_Indicator {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100px;
	background-color: transparent;
	transform-origin: 0 0;
	transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

#myTabContent2 {
	display: block !important;
}


.tab-address-content .color2-bg {
	padding: 2px 20px;
}

.tab-address-content .address-link {
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 100%;
}

.multiLocation-list ul {
	display: block;
	max-height: 400px;
	overflow: auto;
}

.multiLocation-list ul li {
	list-style: none;
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	float: left;
}

.multiLocation-list ul li:last-child {
	border-bottom: none;
}

.multiLocation-list ul li p {
	margin-bottom: 5px;
}

.multiLocation-list ul li .color2-bg {
	padding: 2px 10px;
	font-size: 12px;
	background: #373737 !important;
}

.nice-select:before {
	display: none;
}

.top-inherit {
	top: inherit !important;
}


/* changes ganesan 14Mar2024 w:150 to 200*/
[data-tooltip-length="medium"]:after {
	width: 80%;
	white-space: normal;
	height: auto !important;
	padding: 5px 10px;
	margin-top: -5px !important;
}


#ml_popup .no-list-style li a i {
	color: #313740 !important;
	background: #f5f5f5;
	border: 1px solid #ced4da;
}

#ml_popup .no-list-style li a i:hover {
	background: #18263b;
	color: #f5f5f5 !important;
}







/* NEW ADD REVIEW 28FEB2024 SASI START */
.rating-stars {
	width: 100%;
	text-align: center;
    display: flex;
}

.rating-stars .rating-stars-container {
		font-size: 0px;
	}

.rating-stars .rating-stars-container .rating-star {
	display: inline-block;
	font-size: 10px;
	color: #fff;
	cursor: pointer;
	padding: 5px 7px;
	background: #A7A9AC;
	margin-right: 4px !important;
	border-radius: 3px;
}
/* .rating-stars .rating-stars-container .rating-star.is--active{
	margin-right: 4px !important;
} */
.rating-stars .rating-stars-container .rating-star.is--active.active,
.rating-stars .rating-stars-container .rating-star.is--hover {
	color: #fff;
	background: #FCD404;
	float: left;

}
/* .rating-stars .rating-stars-container .rating-star.is--hover{
	margin-right: 4px !important;
} */
.rating-stars .rating-stars-container .rating-star.is--no-hover {
	color: #fff;
}

.rating-stars .rating-value {
	visibility: hidden;
	width: 40px !important;
	padding: 4px !important;
	margin: 0 !important;
	text-align: center  !important;
	border: 0 !important;
	background-color: #e9ecef !important;
	margin-left: 15px !important;
}
.add-comment .review-range-item {
	display: flex;
    align-items: center;
    justify-content: center;
}
.add-comment .review-range-item .range-slider-wrap{
	top: 0;
}
/* NEW ADD REVIEW 28FEB2024 SASI END */


.login-wrap {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 1px 8px rgb(0 0 0 / 5%);
	border-radius: 5px;
}

#login-pages{
	background: #f5f5f5;
}
#login-pages section{
	background: none;
}
.avatar-img{
	background: none !important;
    box-shadow: none;
    top: 15px;
}
/* Ganesan 20/03/2024 start*/
.edit_icon i{
	color: #8ea0bb;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 18px;
}
.whatsapp-icon img{
	height: 33px;
}
.edit_icon i:hover{
	color: #ff720b;
}
@media (max-width:768px){
	.listing-item.most-poplur-col{
		height: 190px;
	}
}
.min-h-100{
  min-height: 100vh;
}
/* Ganesan 20/03/2024 end */
/* Ganesan 4/06/2024 UI start */
.whatsapp-no .iti{
	width: 100%;
}
#business_form .whatsapp-no input[type='text']{
	padding-left: 100px !important;
}

#business_form .whatsapp-no input[type='text']::placeholder {
	color: #94979c;
}
/* Ganesan 4/06/2024 UI end */

.relatedTags li:last-child{
	border: none;
    display: table;
    margin: 0 auto;
}
.relatedTags li:last-child a{
	width: 100%;
    display: block;
    color: #ff720b;
}

.relatedTags-right{
	margin: 0;
}

.relatedTags-right li {
	display: flex;
    margin: 0;
    list-style: none;
    color: #ff720b;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0;
    -khtml-border-radius: 5px;
    border-bottom: 1px solid #d2d2d2;
    line-height: 1rem;
	padding: 10px 16px 10px 10px !important;
    text-align: left;
}

.relatedTags-right li:hover {
	background: #ff720b;
	color: #fff;
}

.relatedTags-right li:hover a {
	color: #fff !important;
}

.relatedTags-right .list-single-main-item-title h3 {
    display: flex;
    width: 100%;
    text-align: center;
    color: #183B56;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    font-family: "Barlow Condensed", sans-serif;
    margin: 0;
	justify-content: space-between;
}
.relatedTags-right .list-single-main-item-title h3 a {
	font-size: 16px;
    color: #ff720b;
    /* background: #ff720b; */
    margin: 0;
    padding: 0;
    line-height: 26px;
    font-weight: 500;
    /* border-radius: 5px; */
	text-decoration: underline !important;
}
/* .relatedTags-right li:last-child{
	text-align: center;
    display: block;
    padding: 20px 0;
    text-decoration: underline;
    color: #ff720b;
    border: 0;
}
.relatedTags-right li:last-child a{
	width: 100%;
    display: block;
    color: #ff720b;
} */
.add-your-prod button.social-link-delete,
.add-your-prod button.oc-link-delete,
.add-your-prod .link-delete, 
.custom-form button.company-app-link-delete{
	background-color: #dc3545;
    border-color: #dc3545;
	box-shadow: none !important;
    padding: 5px 11px !important;
	border: 0; 
}
.add-your-prod button.social-link-delete:hover,
.add-your-prod button.oc-link-delete:hover,
.add-your-prod .link-delete:hover,
.custom-form button.company-app-link-delete:hover{
    background-color: #c82333;
    border-color: #bd2130;

}
.left-5{
	left: -5px;
}
.form-group{
	margin-bottom: 8px;
}
.form-group small{
	font-size: 12px;
}
.app-product-link-card{
	width: 175px;
}
.app-product-link-card .feature-icon{
	width: 80px;
	height: 85px;
	margin: 0 auto 15px;
	overflow: hidden;
	border-radius: 9px;

}
.app-product-link-card .feature-content{
	margin-inline: 10px;	
	padding-top: 25px;
    padding-bottom: 25px;
	padding-inline: 10px;
	height: 80%;
}
.feature-content .feature-detail h6{
	font-size: 14px;
}
.form-wizard.custom-form #noFile{
    /* width: 150px; */
	/* white-space: nowrap; */
}
.disable-choose-file:disabled{
 	border-color:rgba(118, 118, 118, 0.3);
}
.disable-choose-file:disabled ~ .file-select{
	background: 1px solid #e5e7f2 !important;
}
.file-select:has(.disable-choose-file:disabled){
	border: 1px solid #e5e7f2 !important;
}
.file-select:has(.disable-choose-file:disabled) .file-select-button{
	background: #d5d5d5 !important;
	color: #000;
}
.app-link-type-icon .fab.fa-android,
.app-link-type-icon .fab.fa-apple{
    border-radius: 51%;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 23px;   
}

.app-link-type-icon{
	position: absolute;
	top: 7px;
    right: 9px;

}
.app-link-type-icon .fab.fa-android{
	background: #3ddc84;
	font-size: 15px;
}
.app-link-type-icon .fab.fa-apple{
	background : #1d6bf1;
	font-size: 17px;
}
button#add_company_app_link{
	font-size: 13px;
	padding: 4px 10px !important;
	margin-top: 7px;
}
button#add_company_app_link i{
	font-size: 11px;
}
#company_app_link_parent_div .companyBrand{
	width: 103px;
}
#company_app_link_parent_div .companyBrand .button-1 i {
    font-size: 13px;
    border-radius: 3px;
    top: 1px;
}
#company_app_link_parent_div small{
	line-height: 1.5;
}

.space-pre-wrap{
	white-space: pre-wrap;
}
.add-link-btn i.fa.fa-plus
{
	right: 10px;
    font-size: 11px;
	box-shadow: none !important;
}
.add-link-btn{
	padding: 4px 30px 4px 10px !important;
    font-size: 0.8rem !important;
	transition: background-color .2s linear;
}	
.add-link-btn a{
	font-size: 13px;
}
.add-link-btn:hover{
	background-color: #ff720b !important;
}
.social_link_elm_default, .link_elm_default{
	row-gap: 8px;
}
@media screen and (max-width:700px){
	.section-title.heading h2{
		font-size: 24px;
		line-height: 120%;
	}	
}
.add-your-prod #dyn-comp-list .ui-autocomplete{
	top: -12px !important;
    left: 0px !important;
    margin-left: 0px !important;
    height: 135px;
	font-size: 14px;
}
.our-customer-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
	display: block;
	margin: 0 auto;
}

.overflow-x-auto{
	overflow-x: auto;
}
.note-editor .note-dropdown-menu .dropdown-item:active{
	color:inherit;
}	
.note-editable,.summer-note-text{
	font-family: 'Nunito', sans-serif !important;
	text-align: left;
} 
.note-editable,.summer-note-text{
	list-style: decimal;
}

.summer-note-text p, 
.summer-note-text li{
	font-family: 'Nunito', sans-serif !important;
	font-size: 14px;
	line-height: 24px;
}
.summer-note-text span{
	font-family: inherit !important;
    font-size: inherit !important;
}
.summer-note-text h1,
.summer-note-text h2,
.summer-note-text h3,
.summer-note-text h4,
.summer-note-text h5,
.summer-note-text h6{
    /* color: #4d4d4d !important;
    font-weight: 500 !important;
    line-height: 1.2 !important; */
    font-family: "Barlow Condensed", sans-serif !important;
	/* margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 12px !important;
	margin-top: 1rem; */

}

.summer-note-text h1{
    font-size: 2.5rem !important;
}
.summer-note-text h2{
    font-size: 2rem !important;
}
.summer-note-text h3{
    font-size: 1.75rem !important ;
}
.summer-note-text h4{
    font-size: 1.5rem !important ;
}
.summer-note-text h5{
    font-size: 1.25rem !important;
}
.summer-note-text h6{
    font-size: 1rem !important;
}
/* .summer-note-text p{
    font-size: 14px !important;
    line-height: 24px !important;
	padding: 0 !important;
	margin-bottom: 12px;
} */

.summer-note-text ul li{
	list-style: disc !important ;
	margin-left: 20px;
}
.summer-note-text ol li{
	list-style: decimal !important ;
	margin-left: 20px;
}
.summer-note-text a{
	/* color: #007bff; */
	color: #ff720b;
}
.summer-note-text a:hover {
    /* color: #ff720b !important; */
	text-decoration: underline !important;
}
.summer-note-text{
	/* max-height: 2000px; */
	max-height: 20000px;
	transition: max-height .3s linear;
}
.summer-note-text.active:after,
.home-quicklinks::before{
	content: '';
    display: block;
    position: absolute;
	left: 0;
	bottom: -60px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eaf7ff 37%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #eaf7ff 37%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #eaf7ff 37%);
    height: 0px;
	transition: all .2s linear;
}
/* .home-quicklinks::before{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 43%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 43%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 43%);
}
.home-quicklinks-cont.bg-pink .home-quicklinks::before{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffefe3 43%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffefe3 43%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffefe3 43%);
}
.home-quicklinks-cont{
	overflow: hidden;
}
.home-quicklinks-cont.bg-wh:has(.readmore-link input:not(:checked)) .home-quicklinks::before,
.home-quicklinks-cont.bg-pink:has(.readmore-link input:not(:checked)) .home-quicklinks::before{
	height: 145px;
}
.home-quicklinks-cont.bg-wh:has(.readmore-link input:not(:checked)) .home-quicklinks,
.home-quicklinks-cont.bg-pink:has(.readmore-link input:not(:checked)) .home-quicklinks{
	max-height: 300px;
}
.home-quicklinks{
	transition: max-height .1s linear;
	max-height: 20000px;
} */
.summer-note-wrap:has(.readmore-link input:not(:checked)) .summer-note-text {
	max-height: 150px;
	overflow: hidden;
}
.summer-note-wrap.cmy-dasb{
	overflow: hidden;
}
.summer-note-wrap.cmy-dasb:has(.readmore-link input:not(:checked)) .summer-note-text {
	max-height: 150px;
	overflow: hidden;
}
.summer-note-wrap.cmy-dasb .summer-note-text.active:after{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 40%);
}
.summer-note-wrap:has(.readmore-link input:not(:checked)) .summer-note-text.active:after {
	height: 150px;
}

.summer-note-wrap.cmy-dasb .readmore-link{
	margin-left: 20px;
	margin-bottom: 15px;
	top: 15px;
}


.readmore-link{
	float: left;
	z-index: 10;
    position: relative;
    top: -20px;
    color: #ff720b;
    font-size: 12px;
	margin-top: -26px;
	/* display: none; */
	transition: margin-top .2s linear;
}
.readmore-link label:hover {
	color:#323232;
}

.readmore-link:has(input:checked){
	margin-top: 0px;
}
.readmore-link label{
	text-decoration: underline !important;
	margin-top: 10px;
	font-size: 14px;
	cursor: pointer;
}
.summer-note-text.list-main-wrap-opt{
	float: left;
}

.note-editor .dropdown-item h1,
.note-editable h1,
.note-editable h1 *,
.note-editor .dropdown-item h2,
.note-editable h2,
.note-editable h2 *,
.note-editor .dropdown-item h3,
.note-editable h3,
.note-editable h3 *,
.note-editor .dropdown-item h4,
.note-editable h4,
.note-editable h4 *,
.note-editor .dropdown-item h5,
.note-editable h5,
.note-editable h5 *,
.note-editor .dropdown-item h6,
.note-editable h6,
.note-editable h6 *{
    line-height: 1.2 !important;
    font-family: "Barlow Condensed", sans-serif !important;
	margin: 0px !important;
	padding: 0px !important;
    border-bottom:0 !important;
	text-transform: none;
}
.note-editable ul li{
	list-style: disc !important ;
	margin-left: 20px;
}
.note-editable ol li{
	list-style: decimal !important ;
	margin-left: 20px;
}
.note-editable ol{
    padding-left: 0px;
}

.note-editable span{
    color: inherit !important;
    font-size: inherit !important;
    font-family: inherit;
}
.note-editable a{
    color: #ff720b;
    /* color: #007bff; */
}
.note-editable a:hover {
    color: #ff720b !important;
}
.note-editable h1,
.note-editable h1 *,
.note-editable h2,
.note-editable h2 *,
.note-editable h3,
.note-editable h3 *,
.note-editable h4,
.note-editable h4 *,
.note-editable h5,
.note-editable h5 *,
.note-editable h6,
.note-editable h6 *{
    margin-bottom: 12px !important; 
}
.note-editable span{
    font-size: inherit !important;
    line-height:inherit !important;
}

.note-editable h1,
.note-editor .dropdown-item h1 {
    font-size: 2.5rem !important;
	color: #4d4d4d;
	font-weight: 500;

}
.note-editable h2,
.note-editor .dropdown-item h2{
    font-size: 2rem !important;
	color: #4d4d4d;
	font-weight: 500;
}
.note-editable h3,
.note-editor .dropdown-item h3{
    font-size: 1.75rem !important ;
	color: #4d4d4d;
	font-weight: 500;
}
.note-editable h4,
.note-editor .dropdown-item h4{
    font-size: 1.5rem !important ;
	color: #4d4d4d;
	font-weight: 500;
}
.note-editable h5,
.note-editor .dropdown-item h5{
    font-size: 1.25rem !important;
	color: #4d4d4d;
	font-weight: 500;
}
.note-editable h6,
.note-editor .dropdown-item h6{
    font-size: 1rem !important;
	color: #4d4d4d;
	font-weight: 500;
}
.note-editable b{
	font-weight: 700;
}
.note-editable p,
.note-editor .dropdown-item p,
.note-editable{
    font-size: 16px !important;
    line-height: 25px !important;
	color: #4d4d4d;

}
.note-modal .modal-dialog{
    margin-top: 7rem !important;
}
.note-editor .note-toolbar .note-color-palette div .note-color-btn, .note-popover .popover-content .note-color-palette div .note-color-btn {
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.note-toolbar .note-btn-group .btn i{
	position: static;
	font-size: 0.9rem;
} 
.note-editor .btn{
	padding-inline: 10px !important;
}

.note-editor button.close{
	background-color: transparent !important;
	color: #000;
	padding-block: 20px !important;
}
.note-editor .modal-footer input{
	background-color: #ff720b;
	color: #fff;
}

/* a-hover common  */
.user-profile-menu .no-list-style li:hover a,
.productAction a:hover,
.booking-list-contr a:hover,
.work-exp-tabel td a:hover,
.subfooter-nav li a:hover,
.list-single-stats .facilities-list li a:hover i,
.vismobmenu li:hover a,
.breadcrumb li:hover a,
.myListProduct a:hover,
#oc-link a:hover{ 	
	color: #ff720b !important;
}
/* z-index common  */
.z-i-10{
	z-index: 10;
}

/* Terms and Condition page UI */
.terms-privacy-page h5{
	font-family: "Barlow Condensed", sans-serif;
	letter-spacing: .3px;
	font-size: 22px;
}
.terms-privacy-page ul li{
	font-size: 15px;
	list-style-type: disc;
    margin-left: 16px;
}
.terms-privacy-page p,
.terms-privacy-page ul li{
	line-height: 1.7;
}
.note-modal .form-wizard h4{
	color: inherit;
}
.note-modal .note-link-btn{
	width: unset !important;
}
/* .modal-open .modal{
	background-color: rgba(0, 0, 0, 0.5);
} */
.btn-success a{
	color: #155724 !important;
}
.btn-success{
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
    font-weight: 500 !important;
}
.btn-success:hover a{
	color:#fff;
}

.btn{
	font-size: 13px !important;
	padding: 7px 30px;
}
.btn-xs{
	padding: 7px 12px;
}
.add-link-btn{
	padding-left: 20px;
}
.form-body-classic .form-control,
.custom-form .form-control{
	height: 40px !important;
}
.form-wizard h4{
	color: #323232;
}
button.swal2-default-outline,button.swal2-confirm,button.swal2-cancel{
    padding: 8px 25px !important;
}
#company_app_link_parent_div .companyBrand img{
    width: 38px !important;
    height: 38px !important;
	margin-top: 10px;
}
#company_app_link_parent_div .companyBrand .button-1{
	top: 8px;
}
#no_of_item_per_page{
	width: unset;
	font: 14px;
}
.pagination-box nav label,.pagination-box nav select{
	font-size: 14px;
}
.company_app_link_elm_default,
.row-gap-3{
	row-gap: 8px;
}
.add-btn{
	padding-right: 26px !important;
}
.add-btn i{
	right: 6px !important;
	box-shadow: none !important;
	font-size: 12px !important;
}
#business_lead_table_div .add-list{
	font-size: 13px;
    font-weight: 600;
    font-family: Nunito, sans-serif;
} 

.invalid-feedback, .invalid-instagram, .invalid-twitter, .invalid-linkedin, .youtube-twitter{
	color: red !important;
	font-size: 13px;
	text-align: left;
}
.addBusinessLogo+.button-1 i{
    border-radius: 0;
    padding: 3px;
    font-size: 13px;
    border-radius: 3px;
    transform: translate(2px, -6px);
}

/* Style for PW update Issue  */
.profile-edit-container .error,
#forget_registration_form .error{
	float: none;
}

/* Style For Share Popup  */
.pw-share-popup{
	background:rgba(0,0,0,.4);
}
.pw-share-popup .modal-content{
    background: #ffffff;
    border: none;
    border-radius: 0.3rem;
    opacity: 1;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 1000;
    animation: modalFadeIn 0.3s forwards;
    width: 90%;
}
.pw-share-popup.hidden .modal-content{
	animation-name:modalFadeOut;
}
.pw-share-popup .modal-header{
	background-color: #fff !important;
}
.pw-share-popup .modal-title{
	font-size:26px;
}
.pw-share-popup .copylink-container{
	border: 1px solid #e5e7f2;
    border-radius: 4px;
    background: #fcfcfc;
    display: flex;
    justify-content: space-between;
    padding: 5px 5px 5px 16px;
}
.pw-share-popup .copylink-container input{
	width: calc(100% - 95px)
}
.pw-share-popup .socia-share-wrapper ul li span{
	font-size: 12px;
	color: #323232;
}
.pw-share-popup .socia-share-wrapper ul li a:hover span{
	color: #323232;
}
.pw-share-popup .socia-share-wrapper ul li{
	width: 50px;
}
.pw-share-popup .socia-share-wrapper ul li img{
	width:30px;
	height:aspect-ratio(1 / 1);
	display:block;
	margin-inline:auto;	
}

@media screen and (min-width: 800px) {
	.pw-share-popup .socia-share-wrapper ul li img{
		width:45px;
	}
    .pw-share-popup .modal-content{
        width: 470px;
    }
	.pw-share-popup .modal-header,
	.pw-share-popup .modal-body{
		padding:16px 28px;
	}
}
@keyframes modalFadeIn{
0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
}
100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}}
@keyframes modalFadeOut{
0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
}}


/* CSS for Home New Comer Slider */
.swiper-button-disabled {
	visibility: hidden;
	opacity: 0;
	transition: 0.5s ease-in-out;
}
.new-comers-sider-wrapper .geodir-category-footer{
	height: 200px;
}
.new-comers-sider-wrapper .geodir-category-img:before{
	bottom: 0px;
	height: 15px;

}

/* New Comer Section UI */
.pw-new-comer-container{
	background-color: #1e2434;
	border-radius: 30px;
	padding: 50px 45px;
}
.pw-new-comer-container .section-title h2{
	font-weight: 500;
	font-size: 40px;
}
.pw-new-comer-container .pw-new-comer-left p{
	color: rgba(255, 255, 255, 0.61);
}
.pw-new-comer-container .pw-nc-slide{
	background-color: #fff;
	border-radius: 12px;
	padding: 22px;
	min-height: 295px;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.pw-nc-slide img{
	height: 60px;
	aspect-ratio: 1 / 1;
    object-fit: contain;
	box-shadow: 0 0 0 3px rgb(204 204 204);
}
.pw-nc-slide h4{
	font-size: 20px;
	font-family: "Barlow Condensed", sans-serif;
	color: #183B56;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pw-nc-slide .pw-nc-profile .comp-link{
	color: #999;
	font-size: 12px;
	display: none;
}
.pw-nc-slide h4:hover,
.pw-nc-slide .pw-nc-profile .comp-link:hover{
	color: #ff720b;
}
.pw-nc-slide p{
	color: #1E2434;
	font-size: 14px;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.pw-sm-vd-btn{
	color: #FF720B !important;
    font-size: 12px;
    padding: 5px 9px;
    border: 1px solid rgb(204 204 204);
    border-radius: 6px;
	margin-top: auto;
	transition: all 0.2s linear;
}
.pw-sm-vd-btn:hover{
	background-color:#FF720B !important;
	color: #fff !important;
	border: 1px solid #FF720B;
}

.pw-side-rnd-btn{
	padding: 6px 14px;
	border-bottom-left-radius: 50rem;
	border-top-left-radius: 50rem;
	position: absolute;
	right: 0;
	border: 2px solid rgb(204 204 204);
	border-right: 0;
	font-size: 12px;
	color: #FF720B !important;
}
.pw-side-rnd-btn:hover{
	text-decoration: underline !important;
}
.pw-partners-container{
	gap: 30px;
	padding-block: 30px;
}
/* Partnership Old Start  */
/* .pw-partners-card{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 1px 1px 3px 1px rgb(204 204 204);
	width: 260px;
	padding: 8px 25px 45px 25px;
}
.pw-partners-card img{
	width: 150px;
	height: 100px;
	object-fit: contain;
	margin-bottom: 5px;
}
.pw-partners-card h5{
	font-size: 23px;
	color: #183B56;
	font-family: "Barlow Condensed", sans-serif;
}
.pw-partners-card p{
	margin-bottom: 8px;
	font-size: 14px;
} */
/* Partnership Old Start  */

/* Partnership Section Start  */
.pw-partners-section{
	border-radius: 30px;
	overflow: hidden;
	padding: 20px 30px;
	width: 90%;
    margin-inline: auto;
}
.pw-partners-section h5{
	font-family: var(--font-barlow);
	color: #183B56;
	font-size: 22px;
	/* padding: 20px 30px; */
}
.pw-partners-section img{
	width: 150px;
	height: 70px;
	object-fit: contain;
}
.pw-partners{
	display: flex;
	justify-content: space-around;
	gap: 20px;
	flex-wrap: wrap;
}
.row-gap-2r{
	row-gap: 2rem;
}
.pw-new-comer-container .btn.color2-bg:hover{
	border-color: #FF720B;
	
}

@media screen and (max-width: 900px) {
	.pw-new-comer-container {
		padding: 28px;
	}
	.pw-nc-slide img{
		height: 40px;
	}
}
@media screen and (max-width: 786px) {
	.pw-new-comer-container {
		padding: 20px 20px;
		border-radius: 20px;
	}
	.pw-partners{
		margin-top: 4px;
	}
	.pw-partners img{
		width: 100px;
	}
	.pw-new-comer-container .section-title h2{
		font-size: 28px;
	}
	#homepage-comp-list .ui-autocomplete{
		margin: 0px !important;
		left: -15px !important;
		width: calc(100% + 30px) !important;
	}	
	.login-wrap{
        padding: 16px 12px;
    }
}
/* Partnership Section End  */


/* Blog Page Start */
.pw-primary-text{
	color: #ff720b;
}
.pw-blog-page{
	min-height: 100vh;
	width: 100%;
}
.pw-blog-page h1,
.pw-blog-page h2,
.pw-blog-page h3,
.pw-blog-page h4,
.pw-blog-page h5,
.pw-blog-page h6{
	font-family: var(--font-barlow);
}
.pw-blog-header{
	background-image: url(../images/blogs/blog-banner.jpg);
	background-color: #000;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 80px;
	margin-bottom: 60px;
	z-index: 2;
}



.pw-blog-header-wrapper{
	padding: 100px 0px 0px;
}
.pw-blog-header-wrapper h1{
	font-size: 60px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 1;
}
.pw-blog-header-wrapper p{
	font-size: 28px;
	font-weight: 200;
	font-family: var(--font-barlow);
	color: #fff;
	line-height: 1.2;
}
.pw-search-post{
	position: relative;
    width: 70%;
    min-width: 300px;
    max-width: 600px;
    border-radius: 50rem;
    transform: translateY(25px);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.pw-search-post .pw-search-btn{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #94979c;
}
.pw-search-post input[type="text"]{
	/* font-family: var(--font-barlow); */
    height: 50px;
    background-color: #fff;
    border: 0;
    width: 100%;
    border-radius: 50rem;
    padding: 0px 20px 0px 60px;
    font-size: 17px;
    line-height: 1;
	border-radius: 50rem;
}
.pw-search-post input[type="text"]::placeholder {
 	color: #94979c;
}
.pw-blog-card{
	text-align: left;
	border-radius: 12px;	
	display: block;
	transition: transform 0.2s ease-in-out;
}

.pw-blog-card > img{
	margin-bottom: 12px;
	border-radius: 12px;
	width: 100%;
	min-height: 150px;
	aspect-ratio: 16/ 9;
	object-fit: contain;
	box-shadow: inset 0px 0px 1px 1px #e5e5e5;
	/* height: auto; */
}
.pw-b-cate{
	font-size: 14px;
    color: #fff;
    background: #ff720b;
    border-radius: 6px;
    display: inline-block;
    line-height: 24px;
    padding-inline: 7px;
    letter-spacing: 0.6px;
}
.pw-blog-card h4{
	font-size: 20px;
	margin-block: 12px;
	color: #323232;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3;
  	overflow: hidden;
}

@media (hover: hover) {
.pw-blog-card:hover{
	transform: translateY(-8px);
}
}

.pw-blog-card:hover h4{
 	color: #ff720b;
}
.pw-b-author small{
	font-size: 12px;
	color:  #94979c;
	display: block;
}
.pw-b-author span{
	color: #323232;
	font-size: 14px;
	display: block;
}

.pw-blog-cate-list{
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    padding-block: 20px 32px;
    gap: 12px;
	border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0px;
    overflow-x: auto;
    transition: border .1s ease-in, background-color .1s ease-in;
}
.pw-blog-cate-list > li.active{
	background-color: #1e2434;
    color: #fff;
}
.pw-blog-cate-list > li:hover:not(.active){
	background-color: rgb(30 36 52 / 10%) !important;
}
.pw-blog-cate-list > li{
    list-style: none;
    font-weight: 500;
    line-height: 26px;
    border-radius: 40px;
    cursor: pointer;
    border: 1px solid rgb(30 36 52 / 25%);
    font-size: 14px;
    padding: 2px 18px;
}
.pw-blog-list-sec{
	padding-top: 32px;
}
.pw-blog-cate-list > li.pw-cate-show-more,
.pw-blog-cate-list > li.pw-cate-show-less{
	font-size: 20px;
	transition: 0.2s linear transform;
}
.pw-blog-cate-list > li.pw-cate-show-less .fa-angle-down:before,
.pw-blog-cate-list > li.pw-cate-show-more .fa-angle-down:before{
	vertical-align: middle;
}
.pw-blog-cate-list > li.pw-cate-show-less{
	transform: rotateX(180deg);
}
.pw-blog-inner-header{
	padding-top: 80px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.pw-blg-inner-bnr{
	width: 100%;
	border-radius: 18px;
	aspect-ratio: 16 / 9;
	object-fit: contain;
}
.pw-blg-inner-hdr{
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.pw-blg-batch{
	font-size: 14px;
    color: #fff;
    background: #ff720b;
    border-radius: 6px;
    display: inline-block;
    line-height: 24px;
    padding: 2px 10px;
    letter-spacing: 0.6px;
	width: fit-content;
}
.pw-blg-inner-hdr h1{
	font-size: 48px;
    margin-block: 16px;
    font-weight: 600;
    line-height: 1.1;
}
.pw-blg-inner-hdr h1 .edit_icon i{
    font-size: 50%;
    padding-left: 8px;
    padding-top: 0px;
 
}
.pw-blg-hdr-btm h4{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 4px;
}
.pw-blg-hdr-btm small{
    font-size: 14px;
    color: #94979c;
    display: block;
}
.pw-blg-hdr-btm h6{
	font-size: 14px;
	margin-bottom: 4px;
}
.pw-blg-share .social-icons-container{
	gap: 6px;
}
.pw-blg-share .social-icons-container li img{
	width: 32px;
	aspect-ratio: 1 / 1 ;
}
.pw-blg-share h6{
	margin-bottom: 12px;
}
.pw-blog-content{
	text-align: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.pw-blg-recent-post{
    border: 1px solid #e5e5e5;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 2rem;
	text-align: left;
}
.pw-blg-recent-post h4{
	font-weight: 400;
	margin-block: 0px 8px;
	font-size: 24px;
    line-height: 1.5;
    color: #f58220;
}
.pw-blg-recent-post .pw-recent-bpost-img img{
	width: 55px;	
    height: 55px;
	border-radius: 6px;
	transform: translate3d(0, 0, 1px);
	overflow-clip-margin: unset;
    object-fit: cover;
	margin-right: 16px;
}
.pw-recent-content h5{
	font-size: 16px;
}
.pw-recent-content p{
	color: #94979c;
    font-size: 14px;
    margin-bottom: 0px;
}
.pw-blg-recent-post ul li a:hover h5{
	 color: #f58220;
}
.pw-blg-recent-post > ul li{
	list-style: none;
    padding-block: 12px;
    border-bottom: 1px solid #e5e5e5;
}
.pw-blg-recent-post > ul li:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}
.pw-comment-sec h3{
    width: 100%;
    color: rgb(24, 59, 86);
    font-size: 36px;
	margin-bottom: 8px;
    font-weight: 600;
}
.pw-blg-cmt-box{
	margin-top: 12px;
}
.pw-comment-sec .pw-blg-cmt-box > form{
	border: 1px solid #e5e5e5;
	padding: 22px;
	border-radius: 12px;
	background-color: #F5F5F5;
}
.pw-blg-comment .comment-profile{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 12px;
}
.pw-blg-comment .comment-info h6{
	font-family: Nunito, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
	font-weight: 600;
}
.pw-blg-comment .comment-info small{
	color: #94979c;
	font-size: 12px;
}
.pw-blg-comment{
	border-bottom: 1px solid #e5e5e5;
	padding-block: 18px;
}
.pw-comment-sec .pw-blg-comment:last-child{
	border-bottom: 0px;
}


/* BLog Page Content Style */
.pw-blog-content div{
	font-size: 16px;
    line-height: 25px !important;
    font-family: Nunito, sans-serif;
    color: #535353;
}
.pw-blog-content h1,
.pw-blog-content h2,
.pw-blog-content h3,
.pw-blog-content h4,
.pw-blog-content h5,
.pw-blog-content h6{
    font-family: "Barlow Condensed", sans-serif !important; 
    font-weight: 500;
    line-height: 1.2 !important;
    color: #323232 !important;
    margin-block: 28px 14px !important;
}
.pw-blog-content h1{
	font-size: 57px !important;
}
.pw-blog-content h2{
	font-size: 43px !important;
}
.pw-blog-content h3{
	font-size: 32px !important;
}
.pw-blog-content h4{
	font-size: 24px !important;
}
.pw-blog-content h5{
	font-size: 20px !important;
}
.pw-blog-content h6{
	font-size: 16px !important;
}
.pw-blog-content p{
	/* font-size:18px !important; */
	margin-bottom: 16px;
	color: #535353;
}
.pw-blog-content ul,
.pw-blog-content ol{
	padding-left: 0px;
	margin-bottom: 16px;
}
.pw-blog-content ul li{
	list-style: disc !important;
    margin-left: 20px;
}
.pw-blog-content ol li{
    list-style: decimal !important;
    margin-left: 20px
}
.pw-blog-content ul li,
.pw-blog-content ol li{
    font-size:16px;
	margin-bottom: 14px;
    line-height: 25px !important;
    font-family: Nunito, sans-serif;
    color: #535353;
}
.pw-blog-content img{
    width: 100%;
}
.pw-blog-content img,
.pw-blog-content iframe{
    margin-inline: auto;
    margin-block: 14px;
	max-width: 100%;
}
.pw-blog-content iframe{
    aspect-ratio: 16 / 9;
	height: auto;
}
.pw-blog-content p:has(> iframe),
.pw-blog-content p:has(> img){
    text-align: center;
	margin-bottom: 0px;
}
.pw-blog-content p{
    font-size: 16px !important;
    line-height: 25px !important;
    font-family: Nunito, sans-serif;
}
.pw-blog-content a{
    color: #ff720b;
    text-decoration: underline !important;
}
.pw-blog-content p:has(> a:has(> img)){
	margin-bottom: 0px;
}
.pw-blog-content a:has(> img){
    display: block;
    text-align: center;
}
.pw-blog-content a:hover{
	color: inherit;
}
.pw-blog-content blockquote{
    font-size: 18px;
    margin-bottom: 20px;
    font-style: italic;
    color: #555555;
    font-family: "Barlow Condensed", sans-serif !important;
    padding: 20px 20px 20px 50px;
    border-left: 4px solid #ff720b;
    line-height: 1.4;
    position: relative;
    background: #F5F5F5;
	float: none;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.pw-blog-content blockquote p{
	font-size: 18px !important;
	font-style: italic;
	color: #555555;
    font-family: "Barlow Condensed", sans-serif !important;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0.2px;
}
.pw-blog-content blockquote p:last-child{
	margin-bottom: 0px;
}
.pw-blog-srt-des{
	background: #ffefe3;
	padding: 24px;
	border-radius: 12px;
	border: 1px solid #f3dccb;
	margin-bottom: 16px;
}
.pw-blog-srt-des p{ 
	color: #323232;
}
.pw-blog-srt-des p:last-child{
	margin-bottom: 0px;
}
.pw-blog-content blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: rgb(85 85 85 / 29%);
    font-size: 4em;
    position: absolute;
    left: 7px;
    top: -10px;
}
.pw-search-post #dyn-comp-list .ui-autocomplete{
	max-height: 240px;
	top: -12px !important;
}
/* Responsive  */
@media screen and (max-width: 786px){
	.pw-blog-srt-des{
		padding: 15px;
	}
	.pw-blog-header-wrapper h1{
		font-size: 40px;
	}
	.pw-blog-header-wrapper p{
		font-size: 20px;
	}
	.pw-blog-header{
		margin-bottom: 40px;
	}
	.pw-blog-cate-list{
		gap: 9px;
	}
	.pw-blog-cate-list li{
		padding: 1px 14px;
	}
	.pw-blg-inner-hdr h1{
		font-size: 38px;
	}
	.pw-blg-hdr-btm h6,
	.pw-blg-hdr-btm small{
		font-size: 13px;
	}
	.pw-blg-hdr-btm h4{
		font-size: 14px;
	}

	.pw-blog-content h1{
		font-size: 42px !important;
	}
	.pw-blog-content h2{
		font-size: 38px !important;
	}
	.pw-blog-content h3{
		font-size: 28px !important;
	}
	.pw-blog-content h4{
		font-size: 20px !important;
	}
	.pw-blog-content h5{
		font-size: 18px !important;
	}
	.pw-blog-content h6{
		font-size: 16px !important;
	}
	.pw-blog-content h1,
	.pw-blog-content h2,
	.pw-blog-content h3,
	.pw-blog-content h4,
	.pw-blog-content h5,
	.pw-blog-content h6{
    	margin-block: 18px 12px !important;
	}
	.pw-comment-sec h3{
		font-size:32px;
	}
	.pw-blog-page .container{
		width: 95%;
	}

	}
@media screen and (min-width: 1600px){
	.pw-blg-inner-hdr h1, .pw-blog-header-wrapper h1{
		font-size: 56px
	}	
}

.hidden-cate {
    display: none;
}
.pw-cate-show-more {
    cursor: pointer;
}

.blg-srh-nf{
    position: absolute;
    background: #fff;
    width: 100%;
    padding-block: 8px;
    border: 1px solid #c5c5c5;
    font-size: 15px;
    color: #353535;
    font-weight: 700;
}

/* Blog Page End */