:root {
	--primary: #f0c111;
	--secondary: #03aead;
	--primary-rev: #000;
	--gradient-primary: linear-gradient(to bottom, #eecf14, #f7c007);
	--danger: #dc3545
}



.border-primary-2 {
	border: 2px solid var(--primary)
}

* {
	scrollbar-width: thin;
	scrollbar-color: #eee
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


::-webkit-scrollbar {
	width: 12px
}

::-webkit-scrollbar-track {
	background: #eee
}

.wishlist-active {
	color: #e0165c!important;
	border-color: #e0165c!important
}

.cart-active {
	color: var(--primary)!important;
	border-color: var(--primary)!important
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 20px;
	border: 3px solid #eee
}

.btn_link {
	background: 0 0;
	border: 0;
	font-weight: 600;
	color: var(--primary);
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #fff;
	z-index: 999999
}

[data-loader=circle-side] {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	-webkit-animation: circle infinite .95s linear;
	-moz-animation: circle infinite .95s linear;
	-o-animation: circle infinite .95s linear;
	animation: circle infinite .95s linear;
	border: 2px solid var(--primary);
	border-top-color: rgba(0, 0, 0, .2);
	border-right-color: rgba(0, 0, 0, .2);
	border-bottom-color: rgba(0, 0, 0, .2);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%
}

@-webkit-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-o-keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes circle {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.body_freeze {
	overflow: hidden!important
}

html {
	overflow-x: hidden
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	background: #fff;
	font-size: .875rem;
	line-height: 1.4;
	font-family: Poppins, Helvetica, sans-serif;
	color: #555;
	overflow-x: hidden!important
}

main {
	background: #f5f8fa;
	position: relative;
	z-index: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333
}

p {
	margin-bottom: 30px
}

hr {
	margin: 15px 0 30px 0;
	border-color: #ededed
}

hr.double {
	margin: 15px 0 30px 0;
	border-color: #ededed;
	border-width: 2px
}

ol,
ul {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0
}

p {
	margin-bottom: 25px
}

p.lead {
	font-weight: 400;
	font-size: 1.25rem
}

strong {
	font-weight: 600
}

.main_title {
	text-align: center;
	margin-bottom: 45px
}

@media (max-width:767px) {
	.main_title {
		margin-bottom: 15px
	}
}

.main_title h2 {
	font-weight: 300;
	letter-spacing: -1px;
	font-size: 36px;
	margin-bottom: 1.5rem;
	text-transform: uppercase
}

@media (max-width:767px) {
	.main_title h2 {
		font-size: 2rem
	}
	.main-menu ul > li.list-btn a {
        padding: 0.5rem 15px !important;
    }
}

@media (max-width:575px) {
	.main_title h2 {
		font-size: 1.2rem;
		margin-bottom: .7rem
	}
}

@media (max-width:767px) {
	.main_title h1 {
		font-size: 2rem
	}
}

.main_title p {
	font-weight: 300;
	font-size: 1rem;
	/*color: #777;*/
	padding: 0 13%
}

@media (max-width:767px) {
	.main_title p {
		font-size: 1.125rem;
		padding: 0
	}
}

@media (max-width:575px) {
	.main_title p {
		font-size: .77rem
	}
}

.main_title_2 {
	text-align: center;
	margin-bottom: 30px
}

.main_title_2 h3 {
	font-weight: 300;
	font-size: 1.75rem;
	margin: 0;
	text-transform: uppercase
}

.main_title_2 p {
	font-weight: 300;
	font-size: 1.25rem;
	color: #777
}

.main_title_3 {
	background-color: var(--primary);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	position: relative;
	margin-bottom: 60px
}

@media (max-width:991px) {
	.main_title_3 {
		margin-bottom: 30px
	}
}

.main_title_3 h3 {
	font-size: 1rem;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	color: #fff
}

.main_title_3 h3 strong {
	background-color: var(--primary);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	line-height: 24px;
	display: inline-block;
	width: 24px;
	height: 24px;
	font-size: .875rem;
	margin-right: 10px;
	position: relative;
	top: 0
}

.main_title_3 h3:after,
.main_title_3 h3:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 54px;
	bottom: -32px;
	display: block;
	z-index: 9
}

@media (max-width:600px) {
	.main_title_3 h3:after,
	.main_title_3 h3:before {
		display: none
	}
}

.main_title_3 h3:before {
	left: 21%;
	background: url(../../assets/img/arrow_left.png) no-repeat 0 0
}

.main_title_3 h3:after {
	right: 21%;
	background: url(../../assets/img/arrow_right.png) no-repeat 0 0
}

.main_title_4 {
	background-color: var(--primary);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px
}

@media (max-width:991px) {
	.main_title_4 {
		margin-bottom: 30px
	}
}

.main_title_4 h3 {
	font-size: 1rem;
	text-transform: uppercase;
	margin: 0;
	color: #fff
}

.main_title_4 h3 i {
	position: relative;
	top: 1px;
	margin-right: 5px
}

a {
	color: var(--primary);
	text-decoration: none;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	outline: 0
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
	outline: 0
}

.btn_1,
a.btn_1 {
	border: none;
	color: var(--primary-rev);
	background: var(--gradient-primary);
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: 0;
	font-size: .875rem;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	font-weight: 500
}

.btn_1.medium,
a.btn_1.medium {
	padding: 12px 45px;
	font-size: 1rem
}

.btn_1.full-width,
a.btn_1.full-width {
	display: block;
	text-align: center;
	padding: 12px 45px;
	font-size: 1rem;
	width: 100%
}

.btn_1:hover,
a.btn_1:hover {
	background: var(--primary-rev);
	color: #fff
}

.btn_1.outline,
a.btn_1.outline {
	background: 0 0;
	border: 2px solid var(--gradient-primary);
	color: var(--gradient-primary)
}

.btn_1.outline:hover,
a.btn_1.outline:hover {
	background: var(--primary);
	color: #fff
}

.btn-success {
	color: #fff!important;
	background: #379a24!important;
	border-color: #379a24!important
}

.badge-circle {
	border-radius: 100%;
	position: absolute;
	right: -3px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	top: -5px
}

header {
	background-color: #fff;
	min-height: 55px;
	padding: 10px 0;
	border-bottom: 1px solid transparent
}

header.header_sticky {
	width: 100%;
	z-index: 999;
	position: relative;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

header.header_sticky.sticky {
	border-bottom: 1px solid #ededed;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999
}

header.header_map {
	width: 100%;
	border-bottom: 1px solid #ededed;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999
}

header.static {
	position: static;
	border-bottom: 1px solid #ededed;
	z-index: 999;
	position: relative
}

ul#top_access {
	position: relative;
	top: 3px!important;
	margin: 0;
	display: flex;
	align-items: center
}

@media (max-width:767px) {
	ul#top_access {
		right: 35px;
		top: 1px
	}
	.mobile-hide {
		display: none
	}
}

@media (min-width:768px) {
	.main-menu {
		display: none
	}
}

ul#top_access li {
	display: inline-block;
	position: relative;
	padding: 0
}

ul#top_access li i {
	font-size: 1.4rem;
	margin-right: .4rem
}

ul#top_access li a {
	color: #000
}

ul#top_access li a:hover {
	color: #333
}

ul#top_access li#user {
	position: relative;
	padding: 10px 0 0 60px;
	font-weight: 500
}

ul#top_access li#user figure {
	position: absolute;
	left: 15px;
	top: 0;
	width: 35px;
	height: 35px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%
}

ul#top_access li#user figure img {
	width: auto;
	height: 35px
}

@media (max-width:991px) {
	ul#top_access li#user figure {
		text-indent: 0;
		top: -2px;
		right: 0;
		left: auto
	}
}

@media (max-width:991px) {
	ul#top_access li#user {
		text-indent: -9999px;
		padding: 0;
		margin: 2px 10px 0 0
	}
}

#logo_home h1 {
	margin: 0;
	padding: 0;
	line-height: 1
}

#logo_home h1 a {
	width: 120px;
	height: 40px;
	display: block;
	background: url(../../assets/img/Black-logo.png) no-repeat 0 0;
	background-size: 120px 40px;
	text-indent: -9999px
}

footer {
	background-color: #fff;
	color: #555
}

footer h5 {
	font-size: .875rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 20px
}

@media (max-width:767px) {
	footer h5 {
		margin-bottom: 10px
	}
}

/*@media (max-width:767px) {*/
/*	footer ul {*/
/*		margin-bottom: 35px*/
/*	}*/
/*}*/

footer ul li {
	margin-bottom: 10px
}

footer ul li a {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	position: relative;
	color: #555
}

footer ul li a:hover {
	color: var(--primary)
}

footer ul li a i {
	margin-right: 10px;
	color: #fff
}

footer ul.links li a:hover {
	-webkit-transform: translate(5px, 0);
	-moz-transform: translate(5px, 0);
	-ms-transform: translate(5px, 0);
	-o-transform: translate(5px, 0);
	transform: translate(5px, 0)
}

footer ul.links li a:hover:after {
	opacity: 1
}

footer ul.links li a:after {
	font-family: ElegantIcons;
	content: "\24";
	position: absolute;
	margin-left: 5px;
	top: 1px;
	opacity: 0;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

footer ul.contacts li a i {
	margin-right: 10px;
	color: var(--primary)
}

footer #copy {
	text-align: right;
	font-size: .8125rem;
	color: #999
}

@media (max-width:767px) {
	footer #copy {
		text-align: left;
		margin-bottom: 25px
	}
}

.follow_us ul {
	margin: 0
}

.follow_us ul li {
	display: inline-block;
	margin-right: 10px;
	font-size: 1rem
}

.follow_us ul li a i {
	color: #555
}

.follow_us ul li a i:hover {
	color: var(--primary)
}

ul#additional_links {
	margin: 0;
	font-size: .8125rem;
	color: #999
}

ul#additional_links li {
	display: inline-block;
	margin-right: 15px
}

ul#additional_links li:first-child {
	margin-right: 20px
}

ul#additional_links li:last-child:after {
	content: ""
}

ul#additional_links li a {
	opacity: .5;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

ul#additional_links li a:hover {
	opacity: 1
}

ul#additional_links li:after {
	content: "|";
	font-weight: 300;
	position: relative;
	left: 10px
}

.wow {
	visibility: hidden
}

.hero_home {
	height: 500px;
	width: 100%;
	display: table
}

@media (max-width:767px) {
	.hero_home {
		height: 450px
	}
}

.hero_home.version_1 {
	background: var(--primary) url(../../assets/img/home-banner.png) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

/*@media (max-width:767px) {*/
/*	.hero_home.version_1 {*/
/*		height: 450px*/
/*	}*/
/*}*/

.hero_home.version_1 .content {
	background-color: #363768;
	background-color: rgba(63, 64, 121, 0)
}

.hero_home.version_2 {
	background: 0 0;
	position: relative;
	overflow: hidden;
	height: 500px;
	display: block
}

.hero_home.version_2:before {
	background: var(--primary) url(http://via.placeholder.com/1600x1067.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	animation: pop-in 3s .3s cubic-bezier(0, .5, 0, 1) forwards;
	content: "";
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1
}

@media (max-width:767px) {
	.hero_home.version_2 {
		height: 450px
	}
}

.hero_home.version_2 .content {
	background-color: var(--primary);
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%
}

@media (max-width:991px) {
	.hero_home.version_2 .content {
		padding: 0 10%
	}
}

@media (max-width:767px) {
	.hero_home.version_2 .content {
		padding: 0 15px
	}
}

.hero_home.version_3 {
	background: var(--primary) url(../img/hero_home_bg_1.svg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

@media (max-width:767px) {
	.hero_home.version_3 {
		height: 450px
	}
}

.hero_home.version_3 .content {
	background-color: var(--primary);
	padding: 0 25%
}

@media (max-width:991px) {
	.hero_home.version_3 .content {
		padding: 0 10%
	}
}

@media (max-width:767px) {
	.hero_home.version_3 .content {
		padding: 0 15px
	}
}

.hero_home.version_3 .content p {
	margin: 0 0 45px 0
}

.hero_home .content {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	font-size: 1.3125rem;
	color: #000;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
	background-color: var(--primary)
}

@media (max-width:991px) {
	.hero_home .content {
		padding: 0 30px
	}
}

@media (max-width:767px) {
	.hero_home .content {
		font-size: 1rem;
		padding: 0 15px
	}
}

.hero_home .content h3 {
    margin-bottom: 0.425rem;
	font-size: 3.75rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--gradient-primary)
}

@media (max-width:767px) {
	.hero_home .content h3 {
		font-size: 2.625rem
	}
}

@media (max-width:575px) {
	.hero_home .content h3 {
		font-size: 1.6rem
	}
}

@keyframes pop-in {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2)
	}
}

#hero_video .content h3.animated,
.hero_home .content h3.animated {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-duration: 2.5s;
	-webkit-animation-duration: 2.5s;
	-moz-animation-duration: 2.5s;
	color: #000
}

#hero_video .content p.animated,
.hero_home .content p.animated {
	animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	-moz-animation-delay: 1.3s;
	animation-duration: .4s;
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
	color: rgba(0, 0, 0, .4);
	font-weight: 600;
	text-shadow: none
}

#hero_video .content form.animated,
.hero_home .content form.animated {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-duration: .3s;
	-webkit-animation-duration: .3s;
	-moz-animation-duration: .3s
}

#hero_video .content .btn_1.animated,
.hero_home .content .btn_1.animated {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s
}

#custom-search-input {
	margin: 0;
	top: 0;
	padding: 0;
	width: 650px;
	margin: auto;
	position: relative
}

@media (max-width:991px) {
	#custom-search-input {
		width: auto
	}
}

#custom-search-input .search-query {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	border: 0;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	border-radius: 35px;
	font-weight: 500;
	font-size: 1rem;
	color: #333
}

#custom-search-input .search-query:focus {
	outline: 0
}

@media (max-width:575px) {
	#custom-search-input .search-query {
		padding-left: 15px
	}
}

#custom-search-input ul {
	text-align: center;
	margin-top: 25px
}

#custom-search-input ul li {
	display: inline-block;
	margin-right: 5px;
	font-size: .9125rem;
	font-weight: 700
}

#custom-search-input ul li input[type=radio] {
	display: none
}

#custom-search-input ul li input[type=radio]:checked+label,
#custom-search-input ul li input[type=radio]:checked+label:hover {
	background-color: var(--primary-rev);
	color: #fff
}

#custom-search-input ul li input[type=radio]:hover+label {
	background-color: var(--danger);
	color: #fff
}

#custom-search-input ul li label {
	display: inline-block;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	/*background-color: rgba(0, 0, 0, .3);*/
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	border-radius: 35px;
	padding: 8px 10px 6px 10px;
	line-height: 1;
	text-shadow: none;
	min-width: 80px;
	text-align: center;
	cursor: pointer
}

#custom-search-input ul li:last-child {
	margin-right: 0
}

#custom-search-input input[type=button] {
	position: absolute;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	right: 0;
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
	top: 0;
	border: 0;
	padding: 0 25px;
	height: 50px;
	cursor: pointer;
	outline: 0;
	-webkit-border-radius: 0 35px 35px 0;
	-moz-border-radius: 0 35px 35px 0;
	-ms-border-radius: 0 35px 35px 0;
	border-radius: 0 35px 35px 0;
	background-color: var(--primary-rev)
}

#custom-search-input input[type=button]:hover {
	background-color: var(--primary-rev)
}

@media (max-width:575px) {
	#custom-search-input input[type=button] {
		text-indent: -999px;
		background: var(--primary-rev) url(../../assets/img/search.svg) no-repeat center center
	}
}

.box_feat {
	background-color: #fff;
	padding: 165px 30px 20px 30px;
	text-align: center;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	margin-bottom: 25px;
	min-height: 330px
}

.box_feat h3 {
	text-transform: capitalize;
	font-size: 1.25rem;
	margin-top: 25px;
	color: var(--primary-rev);
	font-weight: 600;
	letter-spacing: 1px
}

.box_feat#icon_1 {
	/*background: #fff url(../../assets/img/icon-home-1.png) no-repeat center 45px;*/
	background: #fff url(../../assets/img/Step-1-Schedule-Appointment.png) no-repeat center 45px;
}

.box_feat#icon_2 {
	/*background: #fff url(../../assets/img/icon-home-2.png) no-repeat center 45px*/
	background: #fff url(../../assets/img/Step-2-Consultation.png) no-repeat center 45px;
}

.box_feat#icon_3 {
	/*background: #fff url(../../assets/img/icon-home-3.png) no-repeat center 45px*/
	background: #fff url(../../assets/img/Step-3-Door-Step-Delievery.png) no-repeat center 45px;
}

.box_feat span {
	position: absolute;
	top: 50%;
	right: -48px;
	margin: -42px 0 0 0;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #ededed;
	background: var(--primary-rev) url(../../assets/img/arrow-gray-1.png) no-repeat center center;
	display: block;
	z-index: 9
}

@media (max-width:767px) {
	.box_feat span {
		top: 100%;
		left: 50%;
		margin: -20px 0 0 -25px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

.list_title {
	background-color: var(--primary);
	color: #fff;
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 30px 0;
	text-align: center
}

.list_title i {
	font-size: 2.625rem;
	margin-bottom: 15px;
	display: inline-block
}

@media (max-width:575px) {
	.list_title i {
		display: none
	}
}

.list_title h3 {
	font-size: 1.125rem;
	margin: 0;
	color: #74d1c6;
	text-transform: uppercase
}

@media (max-width:575px) {
	.list_title {
		text-align: left;
		padding: 15px
	}
}

.list_home ul {
	text-align: left
}

.list_home ul li a {
	background-color: #fff;
	padding: 10px;
	display: block;
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	font-weight: 500;
	color: #555
}

.list_home ul li a strong {
	background-color: #f8f8f8;
	color: #999;
	font-size: .875rem;
	line-height: 1;
	padding: 6px;
	display: inline-block;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}

.list_home ul li a:after {
	font-family: ElegantIcons;
	content: "\24";
	right: 15px;
	top: 15px;
	position: absolute;
	color: var(--primary)
}

.list_home ul li a:hover {
	background-color: var(--primary);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	color: #fff
}

.list_home ul li a:hover:after {
	color: #fff
}

a.box_cat_home {
	background-color: #fff;
	display: block;
	padding: 25px 15px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	color: #999;
	overflow: hidden;
}

a.box_cat_home i {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 1.125rem;
	color: var(--danger);
	opacity: 0;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

a.box_cat_home h3 {
	font-size: 1.125rem;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 45px
}

a.box_cat_home:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	color: #000
}
a.box_cat_home:hover .hover-icon {
    opacity: 1;
}
a.box_cat_home:hover .position-icon {
    opacity: 0;
}
.position-icon {
    position: relative;
}
.box_cat_home .hover-icon {
    position: absolute;
    top: 25px;
    right: 40px;
    left: 83px;
    text-align: center;
    opacity: 0;
}
a.box_cat_home:hover ul {
    background: var(--primary);
    font-weight: 700;
}

a.box_cat_home:hover i {
	opacity: 1
}

a.box_cat_home ul {
	margin: 20px -15px -25px -15px;
	padding: 10px;
	border-top: 1px solid rgba(0, 0, 0, .06)
}

a.box_cat_home ul li {
	display: inline-block
}

a.box_cat_home ul li:first-child {
	float: left
}

a.box_cat_home ul li:last-child {
	float: right
}

a.box_cat_home ul li strong {
	margin-right: 5px;
	font-weight: 600
}

#app_section {
	background: var(--primary) url(../../assets/img/Icons_Backdrop.png) repeat fixed;
	padding: 30px 0 30px 0;
	color: #000
}

@media (max-width:991px) {
	#app_section {
		padding: 60px 0 35px 0
	}
}

#app_section .app_buttons {
	position: relative
}

#app_section .app_buttons svg {
	width: 70px;
	height: 70px;
	position: absolute;
	right: 60px;
	top: -35px;
	transform: scaleX(-1)
}

@media (max-width:767px) {
	#app_section .app_buttons svg {
		display: none
	}
}

#app_section .app_buttons svg .draw-arrow {
	stroke-width: 5;
	stroke: #e20a0a;
	fill: none;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	stroke-dasharray: 400;
	stroke-dashoffset: 400;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s
}

#app_section .app_buttons svg .draw-arrow.tail-1 {
	animation-delay: .5s;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s
}

#app_section .app_buttons svg .draw-arrow.tail-2 {
	animation-delay: .5s;
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s
}

#app_section small {
	text-transform: uppercase;
	font-weight: 600;
	font-size: .8125rem;
	opacity: .6
}

#app_section h3 {
	color: #000;
	font-size: 2rem
}

#app_section h3 strong {
	color: #000
}

#app_section p {
	margin-bottom: 40px
}

@media (max-width:575px) {
	#app_section p {
		font-size: 1.125rem;
		margin-bottom: 30px
	}
}

.animated .draw-arrow {
	animation-name: draw;
	-webkit-animation-name: draw;
	-moz-animation-name: draw
}

@-webkit-keyframes draw {
	to {
		stroke-dashoffset: 0
	}
}

@-moz-keyframes draw {
	to {
		stroke-dashoffset: 0
	}
}

@keyframes draw {
	to {
		stroke-dashoffset: 0
	}
}

.header-video {
	position: relative;
	overflow: hidden;
	background: var(--primary-rev)
}

@media (max-width:991px) {
	.header-video {
		height: 450px!important
	}
}

#hero_video {
	position: relative;
	background-size: cover;
	color: #fff;
	width: 100%;
	display: table;
	height: 100%;
	z-index: 99
}

#hero_video .content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 10%
}

@media (max-width:767px) {
	#hero_video .content {
		padding: 0 15px
	}
}

#hero_video .content h3 {
	color: #fff;
	font-size: 3.8rem;
	margin: 0;
	text-transform: uppercase;
	font-weight: 800
}

@media (max-width:767px) {
	#hero_video .content h3 {
		font-size: 1.4rem
	}
}

@media (max-width:575px) {
	#hero_video .content h3 {
		font-size: 1.8rem
	}
}

#hero_video .content p {
	font-weight: 300;
	font-size: 1.5rem
}

#hero_video .content p strong {
	font-weight: 600
}

@media (max-width:767px) {
	#hero_video .content p {
		padding: 0;
		font-size: 1rem
	}
}

@media (max-width:575px) {
	#hero_video .content p {
		font-size: 1.2rem
	}
}

video {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .4
}

iframe {
	height: 100%;
	width: 100%
}

.teaser-video {
	width: 100%;
	height: auto
}

.header-video--media {
	width: 100%;
	height: auto
}

@media (max-width:1024px) {
	#hero_video {
		background: var(--primary) url(../../assets/img/Icons_Backdrop.png) repeat fixed
	}
	.header-video {
		background: 0 0
	}
}

#results {
	padding: 20px 0;
	color: #fff;
	background: var(--primary)
}

@media (max-width:767px) {
	#results {
		padding: 10px 0
	}
}

#results.is_stuck {
	z-index: 99
}

#results h4 {
	color: #fff;
	margin: 10px 0 0 0;
	font-size: 1.125rem
}

@media (max-width:767px) {
	#results h4 {
		display: none
	}
}

.search_bar_wrapper {
	background-color: var(--primary);
	padding: 15px;
	margin: 0 -15px 0 -15px
}

.search_bar_list {
	position: relative
}

.search_bar_list input[type=text] {
	border: 0;
	height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding-left: 15px
}

.search_bar_list input[type=text]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.search_bar_list input[type=submit] {
	position: absolute;
	right: -1px;
	color: #fff;
	font-weight: 600;
	top: 0;
	border: 0;
	padding: 0 15px;
	height: 40px;
	cursor: pointer;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	background-color: #74d1c6;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.search_bar_list input[type=submit]:hover {
	background-color: var(--primary)
}

.box_list {
	background-color: #fff;
	display: block;
	position: relative;
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

@media (max-width:991px) {
	.box_list {
		min-height: inherit
	}
}

.box_list figure {
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 260px
}

@media (max-width:767px) {
	.box_list figure {
		height: 280px
	}
}

.box_list figure .preview {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: all .6s;
	transition: all .6s;
	z-index: 2
}

.box_list figure .preview span {
	background-color: #fcfcfc;
	background-color: rgba(255, 255, 255, .8);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	color: #222;
	font-size: .75rem;
	padding: 5px 15px
}

.box_list figure:hover .preview {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.box_list figure a img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.box_list figure a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.box_list .wrapper {
	padding: 25px
}

.box_list .wrapper h3 {
	font-size: 1.25rem;
	margin-top: 0
}

@media (max-width:767px) {
	.box_list .wrapper p {
		font-size: .8125rem
	}
}

.box_list small {
	text-transform: uppercase;
	color: #999;
	font-weight: 600
}

.box_list ul {
	width: 100%;
	padding: 20px 15px;
	border-top: 1px solid #ededed
}

@media (max-width:991px) {
	.box_list ul {
		position: static
	}
}

.box_list ul li {
	display: inline-block;
	color: #999;
	font-weight: 500
}

.box_list ul li i {
	margin-right: 5px;
	font-weight: 500
}

@media (max-width:767px) {
	.box_list ul li:first-child {
		display: none
	}
}

.box_list ul li:nth-child(2) {
	display: none
}

@media (max-width:767px) {
	.box_list ul li:nth-child(2) {
		display: inline-block
	}
}

.box_list ul li a {
	color: #999;
	font-weight: 500
}

.box_list ul li a:hover {
	color: var(--primary)
}

.box_list ul li:last-child {
	margin-right: 0;
	float: right
}

.box_list ul li:last-child a {
	background: #fff;
	border: 2px solid var(--primary);
	color: var(--primary);
	padding: 5px 20px;
	font-weight: 500;
	line-height: 1;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px
}

.box_list ul li:last-child a:hover {
	background: var(--primary);
	color: #fff
}

.box_list.home ul li:first-child,
.box_list.home ul li:last-child,
.box_list.home ul li:nth-child(2) {
	display: inline-block
}

a.wish_bt {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
	background-color: rgba(0, 0, 0, .6);
	padding: 9px 10px;
	display: inline-block;
	color: #fff;
	line-height: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease
}

a.wish_bt:after {
	font-family: ElegantIcons;
	content: "\e030"
}

a.wish_bt:hover:after {
	content: "\e089";
	color: var(--primary)
}

.strip_list {
	margin-bottom: 25px;
	background-color: #fff;
	padding: 20px 15px 15px 115px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

.strip_list a.wish_bt {
	background-color: rgba(0, 0, 0, .05);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	color: #555
}

.strip_list a.wish_bt:hover:after {
	color: var(--primary)
}

@media (max-width:767px) {
	.strip_list {
		padding: 20px 15px 15px 90px
	}
}

.strip_list figure {
	width: 80px;
	height: 80px;
	position: absolute;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	left: 15px;
	top: 15px
}

.strip_list figure img {
	width: auto;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}

@media (max-width:767px) {
	.strip_list figure img {
		height: 60px
	}
	.strip_list figure {
		width: 60px;
		height: 60px
	}
	.strip_list p {
		font-size: .8125rem
	}
}

.strip_list h3 {
	font-size: 1.375rem;
	margin-top: 0;
	display: inline-block;
	margin-right: 10px
}

.strip_list p {
	margin-bottom: 15px
}

.strip_list small {
	color: #999;
	display: block;
	font-weight: 600;
	text-transform: uppercase
}

.strip_list ul {
	border-top: 1px solid #ededed;
	margin: 15px -15px -15px -115px;
	padding: 20px 15px
}

@media (max-width:767px) {
	.strip_list ul {
		margin: 15px -15px -15px -90px
	}
}

.strip_list ul li {
	display: inline-block;
	margin-right: 5px;
	font-weight: 500
}

.strip_list ul li a {
	color: #999;
	cursor: pointer
}

.strip_list ul li a:hover {
	color: var(--primary)
}

.strip_list ul li:first-child:after {
	content: "|";
	font-weight: 400;
	margin-left: 8px;
	color: #ccc
}

.strip_list ul li:last-child {
	float: right;
	margin-right: 0
}

.strip_list ul li:last-child a {
	border: 2px solid var(--primary);
	color: var(--primary);
	cursor: pointer;
	padding: 5px 20px;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px
}

.strip_list ul li:last-child a:hover {
	background-color: var(--primary);
	color: #fff!important
}

@media (max-width:991px) {
	.strip_list ul li:first-child {
		display: none
	}
}

.rating i {
	color: #ddd;
	font-size: .8125rem
}

.rating i.voted {
	color: #ffc107
}

.rating small {
	margin-bottom: 0;
	display: inline-block;
	font-size: .75rem
}

.rating small a {
	color: #999;
	text-decoration: underline
}

.infoBox {
	padding-right: 50px!important
}

.infoBox>img {
	position: absolute!important;
	right: 60px!important;
	top: 10px!important;
	z-index: 9999999
}

.marker_info {
	width: 200px;
	padding: 20px 15px 15px 15px;
	height: 250px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: #fefefe;
	background-color: rgba(255, 255, 255, .9);
	position: relative;
	z-index: 99999
}

.marker_info figure {
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 10px;
	position: relative;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px
}

.marker_info figure img {
	width: auto;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.marker_info h3 {
	font-size: 1rem;
	margin: 0 0 10px 0
}

.marker_info h3 a {
	color: var(--primary)
}

.marker_info h3 a:hover {
	color: #333
}

.marker_info small {
	font-size: .625rem;
	text-transform: uppercase;
	color: #999;
	font-weight: 600
}

.marker_info span {
	display: block;
	padding: 0;
	font-size: .75rem;
	margin-bottom: 10px
}

.marker_info:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-right-color: rgba(255, 255, 255, .9);
	border-width: 10px;
	margin-top: -10px
}

.btn_infobox_get_directions:before,
.btn_infobox_phone:before {
	font-family: ElegantIcons;
	font-size: .875rem;
	cursor: pointer;
	position: relative;
	left: 0;
	top: 2px;
	color: var(--primary);
	margin-right: 8px
}

.btn_infobox_get_directions {
	border: none;
	display: block;
	font-weight: 500;
	color: #555;
	background: 0 0;
	cursor: pointer;
	outline: 0;
	font-size: .75rem
}

.btn_infobox_get_directions:before {
	content: "\e081"
}

.btn_infobox_phone {
	border: none;
	display: block;
	font-weight: 500;
	color: #555;
	background: 0 0;
	cursor: pointer;
	font-size: .75rem;
	outline: 0
}

.btn_infobox_phone:before {
	content: "\e090"
}

.full-height {
	height: 100%
}

@media (max-width:991px) {
	.full-height {
		height: auto
	}
}

.row-height {
	height: 100%;
	min-height: 100%
}

@media (max-width:991px) {
	.row-height {
		height: auto
	}
}

.map-right {
	height: 100%;
	min-height: 100%;
	padding: 0
}

@media (max-width:991px) {
	.map-right {
		height: 400px
	}
}

#map_listing {
	height: 100%;
	width: 100%
}

#map_listing.normal_list {
	height: 495px;
	width: auto;
	border: 3px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px
}

.content-left {
	height: 100%;
	min-height: 100%;
	overflow-y: scroll;
	padding-top: 55px;
	background-color: #f5f8fa
}

.search_bar {
	margin-bottom: 15px;
	position: relative
}

.search_bar input[type=submit] {
	position: absolute;
	right: 8px;
	top: 2px;
	text-indent: -9999px;
	border: 0;
	width: 35px;
	height: 35px;
	background: url(../../assets/img/search.svg) no-repeat center right;
	cursor: pointer
}

.filters_listing {
	border-bottom: 1px solid #e1e8ed;
	padding: 15px 0
}

.filters_listing.map_listing {
	border-bottom: none
}

.filters_listing ul {
	margin: 0
}

.filters_listing ul li {
	margin-right: 10px
}

.filters_listing ul li h6 {
	font-size: .75rem;
	color: #999;
	margin-bottom: 5px
}

@media (max-width:767px) {
	.filters_listing ul li h6 {
		display: none
	}
}

.filters_listing ul li:first-child {
	float: left
}

.filters_listing ul li:nth-child(2) {
	float: right;
	margin-right: 0
}

@media (max-width:767px) {
	.filters_listing ul li:nth-child(2) {
		float: left
	}
	.filters_listing ul li:nth-child(3) {
		float: left;
		clear: both
	}
}

.filters_listing ul li:nth-child(3) {
	float: right
}

.layout_view {
	background-color: #fff;
	border: 1px solid #e1e8ed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 8px 5px 8px;
	margin-bottom: 5px
}

.layout_view a {
	color: var(--primary)
}

.layout_view a.active {
	color: #ccc;
	cursor: default
}

.layout_view a:hover {
	color: var(--primary)
}

.switch-field {
	overflow: hidden
}

.switch-field input {
	position: absolute!important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden
}

.switch-field input:checked+label {
	background-color: var(--primary);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.switch-field label {
	float: left;
	display: inline-block;
	min-width: 70px;
	background-color: #fff;
	color: var(--primary);
	text-transform: uppercase;
	font-weight: 600;
	font-size: .75rem;
	text-align: center;
	text-shadow: none;
	padding: 10px 15px 8px 15px;
	line-height: 1;
	border: 1px solid #e1e8ed;
	border-right: 0;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.switch-field label:first-of-type {
	border-radius: 3px 0 0 3px
}

.switch-field label:last-of-type {
	border-radius: 0 3px 3px 0;
	border: 1px solid #e1e8ed
}

.switch-field label:hover {
	cursor: pointer;
	color: var(--primary)
}

.sbHolder {
	background-color: #fff;
	border: 1px solid #e1e8ed;
	height: 32px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	min-width: 160px
}

.sbSelector {
	display: block;
	height: 32px;
	left: 0;
	line-height: 32px;
	outline: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%
}

.sbSelector:hover,
.sbSelector:link,
.sbSelector:visited {
	color: #555;
	outline: 0;
	text-decoration: none;
	color: var(--primary);
	text-transform: uppercase;
	font-weight: 600;
	font-size: .75rem
}

.sbToggle {
	position: absolute;
	display: block;
	height: 32px;
	outline: 0;
	right: 0;
	top: 0;
	width: 35px;
	text-align: center;
	line-height: 32px
}

.sbToggle:after {
	font-family: ElegantIcons;
	font-size: 14px;
	content: "\43";
	color: var(--primary);
	text-align: center
}

.sbHolderDisabled {
	background-color: #ededed;
	border: solid 1px #ededed
}

.sbOptions {
	background-color: #fff;
	border: solid 1px #ededed;
	list-style: none;
	left: -1px;
	right: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	z-index: 10;
	font-size: .75rem
}

.sbOptions li {
	padding: 0 7px;
	float: none!important;
	border-bottom: solid 1px #ededed;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	width: 100%
}

.sbOptions li:last-child {
	border-bottom: none;
	float: none!important;
	margin: 0;
	padding-left: 10px
}

.sbOptions li:hover {
	color: var(--primary)
}

.sbOptions a {
	display: block;
	outline: 0;
	padding: 7px 0 7px 3px;
	text-transform: capitalize
}

.sbOptions a:link,
.sbOptions a:visited {
	color: #555;
	text-decoration: none
}

.sbOptions a.sbFocus,
.sbOptions a:focus,
.sbOptions a:hover {
	color: var(--primary)
}

.sbOptions li.last a {
	border-bottom: none
}

.sbOptions .sbDisabled {
	border-bottom: dotted 1px #fff;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px
}

.sbOptions .sbGroup {
	border-bottom: dotted 1px #fff;
	color: #555;
	display: block;
	font-weight: 700;
	padding: 7px 0 7px 3px
}

.sbOptions .sbSub {
	padding-left: 17px
}

.cluster img {
	display: none!important
}

.cluster-visible {
	text-align: center;
	font-size: 15px!important;
	color: #fff!important;
	font-weight: 500;
	border-radius: 50%;
	width: 36px!important;
	height: 36px!important;
	line-height: 36px!important;
	background-color: var(--primary)!important;
	background-image: none!important
}

.cluster-visible:before {
	border: 7px solid var(--primary);
	opacity: .2;
	box-shadow: inset 0 0 0 4px var(--primary);
	content: "";
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: cluster-animation 2.5s infinite
}

@keyframes cluster-animation {
	0%,
	100% {
		transform: scale(1.3) rotate(0)
	}
	50% {
		transform: scale(1.5) rotate(90deg)
	}
}

#breadcrumb {
	background-color: var(--primary);
	padding: 25px 0;
	line-height: 1;
	color: #fff
}

@media (max-width:767px) {
	#breadcrumb {
		padding: 15px 0
	}
}

#breadcrumb ul {
	margin: 0;
	font-size: .8125rem
}

#breadcrumb ul li {
	display: inline-block;
	padding-right: 8px;
	margin-right: 3px;
	position: relative
}

#breadcrumb ul li a {
	color: #fff
}

#breadcrumb ul li a:hover {
	color: #74d1c6
}

#breadcrumb ul li:after {
	content: "\e9ee";
	font-family: fontello;
	position: absolute;
	right: 0;
	top: 0
}

#breadcrumb ul li:last-child {
	opacity: .7
}

#breadcrumb ul li:last-child:after {
	content: "";
	margin-right: 0
}

.tabs_styled_2 .nav-tabs .nav-item.show .nav-link,
.tabs_styled_2 .nav-tabs .nav-link.active {
	color: #333;
	background-color: #fff;
	border-color: #e1e8ed;
	border-bottom: 1px solid transparent
}

@media (max-width:767px) {
	.tabs_styled_2 .nav-tabs .nav-item.show .nav-link,
	.tabs_styled_2 .nav-tabs .nav-link.active {
		border: 1px solid transparent
	}
}

.tabs_styled_2 .nav-tabs .nav-link.active:hover,
.tabs_styled_2 .nav-tabs .nav-link:focus {
	border-color: #e1e8ed;
	border-bottom: 1px solid transparent
}

@media (max-width:767px) {
	.tabs_styled_2 .nav-tabs .nav-link.active:hover,
	.tabs_styled_2 .nav-tabs .nav-link:focus {
		border: 1px solid transparent
	}
}

.tabs_styled_2 .nav-tabs .nav-link:hover {
	border-color: transparent
}

@media (max-width:767px) {
	.tabs_styled_2 .nav-item {
		display: block;
		margin-bottom: 5px;
		border: 1px solid #e1e8ed;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		border-radius: 5px
	}
}

.tabs_styled_2 .nav-tabs .nav-link {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 1rem;
	padding: .75rem 1.5rem;
	margin-right: 5px
}

@media (max-width:767px) {
	.tabs_styled_2 .nav-tabs .nav-link {
		margin-right: 0;
		padding: .5rem
	}
}

.tabs_styled_2 .nav-tabs {
	border-bottom: 1px solid #e1e8ed
}

.tabs_styled_2 .tab-pane {
	background-color: #fff;
	padding: 30px 30px 20px 30px;
	border: 1px solid #e1e8ed;
	border-top: none
}

.tabs_styled_2 .tab-pane hr {
	margin: 30px -30px 30px -30px;
	border-color: #ededed
}

.indent_title_in {
	position: relative;
	padding-left: 60px;
	margin-bottom: 20px
}

@media (max-width:767px) {
	.indent_title_in {
		padding-left: 0
	}
}

.indent_title_in i {
	font-size: 40px;
	position: absolute;
	left: 0;
	color: var(--primary);
	top: 0
}

@media (max-width:767px) {
	.indent_title_in i {
		position: static
	}
}

.indent_title_in h3 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 21px
}

.indent_title_in p {
	color: #999;
	margin: 0;
	padding: 0;
	font-size: .875rem
}

.wrapper_indent {
	padding-left: 60px
}

@media (max-width:767px) {
	.wrapper_indent {
		padding-left: 0
	}
}

ul.list_edu {
	margin-bottom: 0;
	line-height: 1.8
}

ul.list_edu li:before {
	font-family: fontello;
	content: "\ea3e";
	margin-right: 8px;
	color: #ccc
}

ul.list_edu li strong {
	font-weight: 500
}

#review_summary {
	text-align: center;
	background-color: var(--primary);
	color: #fff;
	padding: 20px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

@media (max-width:991px) {
	#review_summary {
		margin-bottom: 15px
	}
}

#review_summary strong {
	font-size: 3rem;
	line-height: 1
}

.reviews-container .progress {
	margin-bottom: 10px
}

.reviews-container .progress-bar {
	background-color: #74d1c6
}

.reviews-container .review-box {
	position: relative;
	margin-bottom: 25px;
	padding-left: 100px;
	min-height: 100px
}

@media (max-width:767px) {
	.reviews-container .review-box {
		padding-left: 0
	}
}
.reviews-container .rev-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden
}

.reviews-container .rev-thumb img {
	width: 80px;
	height: auto
}

@media (max-width:767px) {
	.reviews-container .rev-thumb {
		position: static;
		margin-bottom: 10px
	}
}

.reviews-container .rev-content {
	position: relative;
	padding: 25px 25px 0 25px;
	border: 1px solid #ededed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

.reviews-container .rev-info {
	font-size: .75rem;
	font-style: italic;
	color: #777;
	margin-bottom: 10px
}

#calendar {
	padding: 0;
	margin-bottom: 30px
}

#calendar .datepicker.datepicker-inline,
#calendar .datepicker.datepicker-inline table {
	width: 100%
}

.datepicker thead tr th.next:hover,
.datepicker thead tr th.prev:hover {
	color: var(--primary)
}

.datepicker .disabled.disabled-date.day,
.datepicker .disabled.disabled-date.day:hover {
	background-color: #eb525b!important;
	color: #fff!important
}

.datepicker .day:hover {
	background: #8ec549!important;
	color: #fff;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

/*.datepicker .active.day:hover {*/
/*	background: #333!important;*/
/*	color: #fff*/
/*}*/

.datepicker table tbody tr td.disabled.day {
	background-color: #c9c9c9!important;
	color: #fff;
	cursor: not-allowed
}

ul.legend li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
	padding-left: 30px
}

ul.legend li strong {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: -2px
}

ul.legend li:first-child strong {
	background-color: #8ec549
}

ul.legend li:last-child strong {
	background-color: #eb525b
}

ul.time_select.version_2 li {
	float: left;
	width: 50%
}

ul.time_select li input[type=radio] {
	display: none;
	cursor: pointer
}

ul.time_select li input[type=radio]:checked+label {
    background-color: #8ec549;
    color: #fff;
}
ul.time_select li .no-avilable ~ label {
    border: 1px solid #eb525b;
    background-color: #eb525b;
    color: white;
    cursor: not-allowed;
}
ul.time_select li .no-avilable ~ label:hover {
    background-color: #eb525b;
}
ul.time_select li label {
	display: inline-block;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 10px 6px 10px;
	line-height: 1;
	min-width: 100px;
	margin: 5px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #8ec549;
	color: #8ec549;
}

ul.time_select li label:hover {
	background-color: #8ec549;
	color: #fff
}

ul.treatments {
	margin-bottom: 45px
}

ul.treatments li {
	border-bottom: 1px dotted #ddd;
	position: relative
}

@media (max-width:800px) {
	ul.treatments li {
		width: auto;
		float: none
	}
}

input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

input[type=checkbox].css-checkbox+label.css-label {
	padding-left: 35px;
	padding-right: 70px;
	height: 25px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}

input[type=checkbox].css-checkbox:hover+label.css-label {
	background-position: 0 -28px
}

input[type=checkbox].css-checkbox:checked+label.css-label {
	background-position: 0 -56px
}

label.css-label {
	background-image: url(../img/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	display: block;
	position: relative
}

.treatments li .checkbox {
	position: inherit;
	top: -10px
}

label.css-label strong {
	float: right;
	position: absolute;
	top: 0;
	right: 0
}

#sidebar_detail {
	position: relative;
	top: -240px
}

#sidebar_detail #map {
	width: 100%;
	height: 350px;
	text-align: center;
	background-color: #fff;
	border: 5px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
	margin-bottom: 25px
}

#sidebar_detail h4 {
	text-transform: uppercase;
	color: #6d7b84;
	font-size: 1.125rem
}

.box_profile {
	background-color: #fff;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e1e8ed;
	padding: 0 25px 25px 25px;
	margin-bottom: 35px
}

.box_profile figure {
	margin: -1px -26px 25px -26px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	overflow: hidden
}

.box_profile figure img {
	width: 120px;
	height: 120px
}

@media only screen and (max-width:991px) {
	.box_profile figure {
		width: 130px;
		height: 130px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		margin: 15px auto!important
	}
}

.box_profile .rating {
	margin-bottom: 20px;
	display: inline-block
}

.box_profile small {
	text-transform: uppercase;
	color: #999;
	font-weight: 600
}

.box_profile h1 {
	font-size: 1.3125rem
}

.box_profile p {
	color: #999
}

.box_profile ul.statistic {
	padding-bottom: 5px
}

.box_profile ul.statistic li {
	display: inline-block;
	background-color: #74d1c6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	line-height: normal;
	color: #fff;
	padding: 3px 10px;
	font-weight: 600;
	font-size: .75rem;
	min-width: 95px
}

.box_profile ul.contacts {
	text-align: left;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 25px;
	margin: 0 -25px 25px -25px
}

@media (max-width:991px) {
	.box_profile ul.contacts {
		text-align: center
	}
}

.box_profile ul.contacts li {
	margin-bottom: 15px
}

.box_profile ul.contacts li h6 {
	font-size: .875rem;
	margin-bottom: 3px
}

.box_profile ul.contacts li:last-child {
	margin-bottom: 0
}

.profile {
	padding-top: 20px
}

@media (max-width:767px) {
	.profile {
		padding-top: 0
	}
	label.css-label {
		font-size: 12px
	}
}

.profile .rating {
	margin-bottom: 15px;
	display: inline-block
}

.profile small {
	text-transform: uppercase;
	color: #999;
	font-weight: 600
}

.profile h1 {
	font-size: 1.5rem
}

.profile p {
	color: #999
}

.profile ul.statistic {
	padding-bottom: 5px;
	margin-bottom: 15px
}

.profile ul.statistic li {
	display: inline-block;
	background-color: #74d1c6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	line-height: 1;
	color: #fff;
	padding: 8px 10px 5px 10px;
	font-weight: 600;
	font-size: .75rem;
	min-width: 95px;
	text-align: center
}

.profile ul.contacts {
	margin: 25px 0 0 0
}

.profile ul.contacts li {
	margin-bottom: 15px
}

.profile ul.contacts li h6 {
	font-size: .875rem;
	margin-bottom: 3px
}

.profile ul.contacts li:last-child {
	margin-bottom: 0
}

.booking .title {
	background-color: var(--primary);
	color: #fff;
	margin: -30px -15px 30px -15px;
	padding: 20px 30px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}

.booking .title h3 {
	font-size: 1.75rem;
	margin: 0;
	color: #fff
}

.booking .title small {
	font-size: .8125rem
}

.booking hr {
	margin-top: 15px!important
}

.booking ul.treatments {
	margin: 15px 0 0 0
}

.booking ul.treatments li {
	border-top: 1px dotted #ddd;
	border-bottom: none;
	width: 100%;
	margin: 0;
	padding: 12px 0 5px 0
}

@media (max-width:991px) {
	.booking ul.treatments li {
		width: auto;
		float: none
	}
}

#secondary_nav {
	background-color: var(--primary);
	position: relative;
	bottom: -3px;
	border-bottom: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding: 15px
}

#secondary_nav.is_stuck {
	z-index: 99999999!important;
	width: 100%!important;
	bottom: inherit;
	left: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}

#secondary_nav ul {
	margin: 0
}

#secondary_nav ul li {
	display: inline-block;
	font-weight: 500;
	font-size: 1rem;
	margin-right: 25px
}

@media (max-width:767px) {
	#secondary_nav ul li {
		margin-right: 15px
	}
}

#secondary_nav ul li:last-child {
	display: none;
	margin-right: 0
}

@media (max-width:991px) {
	#secondary_nav ul li:last-child {
		display: inline-block
	}
}

#secondary_nav ul li a {
	color: #74d1c6
}

#secondary_nav ul li a:hover {
	color: #fff
}

#secondary_nav ul li a.active {
	color: #fff
}

#section_1,
#section_2,
#section_3 {
	padding-bottom: 30px
}

#login {
	width: 400px;
	margin: 60px auto;
	color: #fff
}

@media (max-width:767px) {
	#login {
		width: 100%;
		margin: 30px 0
	}
}

#login h1 {
	font-size: 1.65rem;
	text-align: center;
	margin: 0 0 30px 0;
	color: #fff
}

@media (max-width:767px) {
	#login h1 {
		font-size: 1.3125rem
	}
}

.divider {
	text-align: center;
	height: 1px;
	margin: 30px 0;
	background-color: #e1e8ed
}

.divider span {
	position: relative;
	top: -20px;
	background-color: #fff;
	display: inline-block;
	padding: 10px;
	font-style: italic
}

.link_bright a {
	color: var(--primary-rev);
}

.link_bright a:hover {
	color: var(--danger);
}

#login-2 {
	width: 650px;
	margin: 60px auto;
	color: #fff
}

#login-2 .box_form {
	padding: 30px 0 0 0
}

@media (max-width:767px) {
	#login-2 .box_form {
		padding: 20px 20px 0 20px
	}
}

#login-2 .forgot {
	display: inline-block;
	margin-top: 5px
}

@media (max-width:767px) {
	#login-2 {
		width: 100%;
		margin: 0
	}
}

#login-2 h1 {
	font-size: 1.75rem;
	text-align: center;
	margin: 0 0 30px 0;
	color: #fff
}

.box_login {
	width: 50%;
	float: left;
	border-right: 1px solid #e1e8ed;
	padding: 15px 25px
}

@media (max-width:767px) {
	.box_login {
		width: 100%;
		border-right: 0;
		padding: 0
	}
}

.box_login.last {
	border-right: 0
}

a.social_bt {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	min-width: 200px;
	margin-bottom: 15px;
	display: block;
	padding: 12px;
	line-height: 1;
	position: relative;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer
}

a.social_bt:hover {
	-webkit-filter: brightness(115%);
	filter: brightness(115%)
}

a.social_bt.facebook:before,
a.social_bt.google:before,
a.social_bt.linkedin:before {
	font-family: ElegantIcons;
	position: absolute;
	left: 12px;
	top: 10px;
	font-size: 1rem;
	color: #fff
}

a.social_bt.facebook {
	background-color: #3b5998
}

a.social_bt.facebook:before {
	content: "\e093"
}

a.social_bt.google {
	background-color: #dc4e41
}

a.social_bt.google:before {
	content: "\e096";
	top: 12px
}

a.social_bt.linkedin {
	background-color: #0077b5
}

a.social_bt.linkedin:before {
	content: "\e09d"
}

#register {
	margin: 60px auto;
	color: #fff
}

#register h1 {
	font-size: 1.75rem;
	text-align: center;
	margin: 0 0 30px 0;
	color: #fff
}

.checkbox_2 {
	position: relative;
	display: block
}

.checkbox_2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 2px solid #e1e8ed;
	background: 0 0
}

.checkbox_2 input[type=checkbox]:focus+label:before {
	background-color: #e53c78;
	background-color: rgba(231, 78, 132, .2)
}

.checkbox_2 label:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	opacity: 0;
	background: var(--primary);
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.checkbox_2 input[type=checkbox] {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0
}

.checkbox_2 input[type=checkbox]:checked+label:after {
	opacity: 1
}

.checkbox-holder span {
	position: relative;
	display: inline-block;
	margin: 2px 0 0 30px
}

#pass-info {
	width: 100%;
	margin-bottom: 15px;
	color: #555;
	text-align: center;
	font-size: .75rem;
	padding: 5px 0 3px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}

#pass-info.weakpass {
	border: 1px solid #ff9191;
	background: #ffc7c7;
	color: #94546e
}

#pass-info.stillw eakpass {
	border: 1px solid #fbb;
	background: #fdd;
	color: #945870
}

#pass-info.goodpass {
	border: 1px solid #c4eec8;
	background: #e4ffe4;
	color: #51926e
}

#pass-info.strongpass {
	border: 1px solid #6ed66e;
	background: #79f079;
	color: #348f34
}

#pass-info.vrystrongpass {
	border: 1px solid #379137;
	background: #48b448;
	color: #cdffcd
}

#hero_register {
	background: var(--primary) url(../../assets/img/Icons_Backdrop.png) repeat fixed;
	color: #fff
}

#hero_register {
	color: #000
}

@media (max-width:767px) {
	#hero_register h1 {
		font-size: 1.6rem
	}
}

.box_feat_2 {
	position: relative;
	padding-left: 60px
}

.box_feat_2 h3 {
	font-size: 1.125rem;
	color: var(--primary-rev)
}

.box_feat_2 i {
	font-size: 2.875rem;
	margin-bottom: 10px;
	color: var(--primary-rev);
	position: absolute;
	left: 0;
	top: 0
}

#error_page {
	width: 100%;
	height: 550px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--primary) url(../../assets/img/Icons_Backdrop.png) repeat fixed;
	color: #fff
}

#error_page h2 {
	font-size: 8.75rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1
}

#error_page h2 i {
	color: #fff02a
}

@media (max-width:767px) {
	#error_page h2 {
		font-size: 4.5rem
	}
}

#error_page p {
	font-size: 1.3125rem
}

@media (max-width:767px) {
	#error_page {
		padding: 0;
		height: 450px
	}
}

.search_bar_error {
	position: relative;
	margin-bottom: 60px
}

.search_bar_error input[type=text] {
	border: 0;
	height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding-left: 15px;
	-webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .35);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .35)
}

.search_bar_error input[type=submit] {
	position: absolute;
	right: 0;
	color: #fff;
	font-weight: 600;
	top: 0;
	border: 0;
	padding: 0 25px;
	height: 50px;
	cursor: pointer;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	background-color: #74d1c6;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.search_bar_error input[type=submit]:hover {
	background-color: var(--primary)
}

#contact_info {
	margin: 35px 0 0 0
}

@media (max-width:767px) {
	#contact_info {
		margin: 0 0 35px 0
	}
}

#contact_info h3 {
	font-size: 1.125rem
}

#contact_info h4 {
	font-size: .875rem
}

#contact_info ul li {
	margin-bottom: 15px
}

#contact_info ul li strong {
	display: block;
	font-weight: 500
}

#map_contact {
	width: 100%;
	height: 500px
}

@media (max-width:767px) {
	#map_contact {
		height: 350px
	}
}

.error_message {
	font-weight: 500;
	color: #f26c4f;
	display: inline-block;
	margin-bottom: 10px
}

.form_title {
	position: relative;
	padding-left: 55px;
	margin-bottom: 10px
}

.form_title h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3125rem
}

.form_title h3 strong {
	background-color: var(--primary);
	text-align: center;
	width: 40px;
	height: 40px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 1.125rem;
	line-height: 42px;
	text-align: center;
	position: absolute;
	left: 0;
	top: -5px
}

.form_title p {
	color: #999;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px
}

.cards {
	margin-top: 28px
}

@media (max-width:991px) {
	.cards {
		display: none
	}
}

.step {
	padding: 20px 0 0 55px;
	margin: 0
}

@media (max-width:991px) {
	.step {
		padding-left: 0
	}
}

.box_general_3.cart label {
	font-weight: 500
}

.message {
	background-color: #f8f8f8;
	padding: 15px;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}

.message p {
	margin: 0
}

.summary ul {
	margin: 0 0 15px 0;
	padding: 0
}

.summary ul li {
	margin-bottom: 10px
}

.summary ul li strong {
	font-weight: 500
}

ul.treatments.checkout {
	margin: 0;
	padding: 0
}

ul.treatments.checkout li {
	margin-bottom: 8px
}

ul.treatments.checkout li strong {
	font-weight: 500
}

ul.treatments.checkout li.total {
	text-transform: uppercase;
	color: var(--primary);
	font-weight: 500;
	font-size: 1.125rem
}

#confirm {
	text-align: center
}

@-webkit-keyframes checkmark {
	0% {
		stroke-dashoffset: 50px
	}
	100% {
		stroke-dashoffset: 0
	}
}

@-ms-keyframes checkmark {
	0% {
		stroke-dashoffset: 50px
	}
	100% {
		stroke-dashoffset: 0
	}
}

@keyframes checkmark {
	0% {
		stroke-dashoffset: 50px
	}
	100% {
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240px
	}
	100% {
		stroke-dashoffset: 480px
	}
}

@-ms-keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240px
	}
	100% {
		stroke-dashoffset: 480px
	}
}

@keyframes checkmark-circle {
	0% {
		stroke-dashoffset: 240px
	}
	100% {
		stroke-dashoffset: 480px
	}
}

.inlinesvg .svg svg {
	display: inline
}

.icon--order-success svg path {
	-webkit-animation: checkmark .25s ease-in-out .7s backwards;
	animation: checkmark .25s ease-in-out .7s backwards
}

.icon--order-success svg circle {
	-webkit-animation: checkmark-circle .6s ease-in-out backwards;
	animation: checkmark-circle .6s ease-in-out backwards
}

.pricing_head {
	padding: 100px 0 120px 0;
	text-align: center;
	color: #fff
}

@media (max-width:767px) {
	.pricing_head {
		padding: 80px 0
	}
}

.pricing_head h1 {
	color: #fff;
	font-weight: 500;
	font-size: 2.375rem
}

.pricing_head p {
	font-weight: 300;
	font-size: 1.3125rem
}

.margin_tabs {
	margin-top: -97px
}

@media (max-width:991px) {
	.margin_tabs {
		margin-top: -70px
	}
}

@media (max-width:767px) {
	.margin_tabs {
		margin-top: -50px
	}
}

.tabs {
	position: relative;
	width: 100%;
	overflow: visible;
	padding-bottom: 35px
}

.tabs nav {
	text-align: center;
	overflow: hidden
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
	text-align: center
}

.tabs nav ul li {
	margin: 0 -4px 0 0;
	display: block;
	display: inline-block;
	background-color: #f5f8fa;
	width: 33%;
	text-align: left;
	line-height: 1.3
}

@media (max-width:991px) {
	.tabs nav ul li {
		text-align: center
	}
}

.tabs nav ul li a {
	padding: 25px 35px 25px 90px;
	color: #555;
	display: block;
	font-size: 1.3125rem;
	white-space: nowrap;
	position: relative;
	font-weight: 500
}

@media (max-width:991px) {
	.tabs nav ul li a {
		padding: 15px;
		font-size: 1rem
	}
}

.tabs nav ul li a i {
	position: absolute;
	left: 35px;
	top: 25px;
	font-size: 2.375rem
}

@media (max-width:991px) {
	.tabs nav ul li a i {
		display: none
	}
}

.tabs nav ul li a em {
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400
}

@media (max-width:767px) {
	.tabs nav ul li a em {
		display: none
	}
}

.tabs nav ul li:first-child {
	-webkit-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	-ms-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
	border-right: 2px solid #ddd
}

.tabs nav ul li:last-child {
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	-ms-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
	border-left: 2px solid #ddd
}

.tabs nav ul li.tab-current {
	background-color: #fff;
	z-index: 100
}

.tabs nav ul li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px
}

.tabs nav ul li.tab-current a {
	color: #222
}

.tabs nav ul li.tab-current a i {
	color: var(--primary)
}

.content section {
	padding: 60px 0 0 0;
	display: none;
	max-width: 1230px;
	margin: 0 auto
}

.content section:after,
.content section:before {
	content: "";
	display: table
}

.content section.content-current {
	display: block
}

.content section:after {
	clear: both
}

.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #e2e2e2
}

.box_pricing {
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #ededed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	position: relative
}

@media (max-width:767px) {
	.box_pricing {
		padding: 15px
	}
}

.box_pricing hr {
	margin: 25px -30px;
	border-color: #ededed
}

@media (max-width:767px) {
	.box_pricing hr {
		margin: 25px -15px
	}
}

.box_pricing ul {
	list-style: disc;
	padding: 0 0 0 20px;
	margin: 0 0 30px 0
}

.box_pricing a {
	background-color: var(--primary);
	display: block;
	color: #fff;
	padding: 10px;
	font-weight: 500;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-align: center
}

.box_pricing a:hover {
	background-color: var(--primary);
	color: #fff
}

.box_pricing .price {
	text-align: center;
	font-weight: 500;
	font-size: 2.25rem;
	margin-bottom: 20px;
	color: var(--primary)
}

.box_pricing .price sup {
	font-size: 1rem
}

.box_pricing .price em {
	font-size: 1rem;
	color: #555;
	font-weight: 400
}

.ribbon {
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right
}

.ribbon span {
	font-size: 10px;
	font-weight: 700;
	color: #222;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 100px;
	display: block;
	position: absolute;
	top: 19px;
	right: -21px
}

.ribbon span.top_selling {
	background: #00dfaa
}

.ribbon span.top_selling::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #008a69;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #008a69
}

.ribbon span.top_selling::after {
	content: "";
	position: absolute;
	right: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #008a69;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #008a69
}

.box_general_3.write_review h1 {
	font-weight: 500;
	font-size: 1.75rem;
	margin-bottom: 20px
}

.box_general_3.write_review label {
	font-weight: 500
}

.rating {
	display: inline-block;
	position: relative
}

.rating-input {
	display: none
}

.rating-input:checked~.rating-star,
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover~.rating-star {
	background-position: 0 0
}

.rating-star,
.rating:hover .rating-star {
	cursor: pointer;
	float: right;
	display: block;
	margin-right: 3px;
	width: 37px;
	height: 37px;
	background: url(../img/stars.svg) 0 -38px
}

.fileupload {
	position: relative;
	width: 320px
}

input[type=file] {
	background-color: #fff;
	border: 1px solid #e1e8ed;
	padding: 5px;
	height: auto;
	color: #999;
	border-radius: 3px
}

input[type=file].invalid::-webkit-file-upload-button,
input[type=file].valid::-webkit-file-upload-button,
input[type=file]::-webkit-file-upload-button {
	color: #fff;
	font-size: 13px;
	border: 0;
	border-radius: 3px;
	padding: 8px 10px 8px 38px;
	background: var(--primary) url(../img/camera.svg) 8px center no-repeat;
	outline: 0
}

.hero_map {
	width: 100%;
	height: 600px;
	position: relative
}

@media (max-width:767px) {
	.hero_map {
		height: 550px
	}
}

.hero_map .search_wp {
	width: 100%;
	position: absolute;
	bottom: 15px
}

@media (max-width:991px) {
	.hero_map .search_wp {
		padding: 0 10px
	}
}

@media (max-width:767px) {
	.hero_map .search_wp {
		position: relative;
		bottom: 140px
	}
}

.hero_map .search_wp #custom-search-input ul li label {
	background-color: var(--primary);
	color: #fff
}

.cta_subscribe h3 {
	color: #fff;
	font-size: 1.625rem;
	font-weight: 400;
	letter-spacing: -1px;
	text-transform: uppercase
}

.cta_subscribe p {
	font-size: 1rem
}

.cta_subscribe .block_1 {
	padding: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-color: var(--primary);
	color: #fff
}

@media (max-width:767px) {
	.cta_subscribe .block_1 {
		padding: 60px 15px
	}
}

.cta_subscribe .block_2 {
	padding: 60px;
	background-color: var(--primary);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #fff
}

@media (max-width:767px) {
	.cta_subscribe .block_2 {
		padding: 60px 15px
	}
}

.cta_subscribe .btn_1,
.cta_subscribe a.btn_1 {
	border: none;
	color: var(--primary);
	width: 180px;
	background: var(--primary-rev);
	outline: 0;
	cursor: pointer;
	display: inline-block;
	margin: 15px auto 0;
	text-decoration: none;
	padding: 15px 30px;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: .875rem
}

.cta_subscribe .btn_1:hover,
.cta_subscribe a.btn_1:hover {
	background-color: #fff;
	color: var(--primary-rev)
}

a.box_feat_about {
	text-align: center;
	background: #fff;
	padding: 40px 30px 30px 30px;
	display: block;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-box-shadow: 0 3px 0 0 #f0f2f4;
	-moz-box-shadow: 0 3px 0 0 #f0f2f4;
	box-shadow: 0 3px 0 0 #f0f2f4;
	color: #555;
	margin-bottom: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden
}

@media (max-width:767px) {
	a.box_feat_about {
		padding: 20px 20px 0 20px
	}
}

a.box_feat_about:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 3px 0 0 #ebedef;
	-moz-box-shadow: 0 3px 0 0 #ebedef;
	box-shadow: 0 3px 0 0 #ebedef
}

a.box_feat_about i {
	font-size: 4.375rem;
	color: var(--primary);
	margin-bottom: 10px
}

a.box_feat_about h3 {
	font-size: 1.125rem
}

.about-review {
	border: 1px solid #e1e8ed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 25px;
	min-height: 370px;
	background: #fff
}
.about-review p {
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width:767px) {
	.about-review {
		min-height: inherit
	}
}

.about-review .user_review {
	padding-left: 60px;
	position: relative;
	padding-top: 10px
}

.about-review .user_review figure {
	position: absolute;
	left: 0;
	top: 0;
	width: 45px;
	height: 45px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%
}

.about-review .user_review figure img {
	width: auto;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.about-review .user_review h4 {
	font-size: .875rem;
	margin-bottom: 0;
	color: #777
}

.about-review .user_review span {
	display: block;
	font-size: .75rem;
	color: #999;
	font-weight: 400
}

.about-review .rating {
	color: #222;
	margin-bottom: 10px
}

.about-review .rating i {
	color: #999
}

.about-review .rating .voted {
	color: #ffc107
}

.bg_color_1 {
	background-color: #fff
}

.bg_color_2 {
	background: var(--primary) url(../../assets/img/Icons_Backdrop.png) repeat fixed
}

.form-control {
	font-size: .875rem;
	min-height: 40px;
	border-color: #e1e8ed
}

#booking .loader {
	position: absolute;
	right: 15px;
	top: 13px;
	color: #fff
}

.box_form {
	background-color: #fff;
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
	margin-bottom: 25px;
	color: #555
}

.box_form label {
	font-weight: 500;
	font-size: .8125rem;
	margin-bottom: 3px
}

.box_form .form-group {
	margin-bottom: 25px
}

.box_general {
	background-color: #fff;
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
	color: #555;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

.box_general hr {
	margin-left: -30px;
	margin-right: -30px
}

.box_general_2 {
	background-color: #fff;
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
	border: 1px solid #e1e8ed
}

.box_general_2 hr {
	margin-left: -30px;
	margin-right: -30px
}

.box_general_3 {
	background-color: #fff;
	padding: .9375rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
	border: 1px solid #e1e8ed
}

.box_general_3 hr {
	margin: 30px -15px 30px -15px
}

.container_check {
	display: block;
	position: relative;
	font-size: .875rem;
	padding-left: 30px;
	line-height: 1.4;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.container_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.container_check input:checked~.checkmark {
	background-color: var(--primary);
	border: 1px solid transparent
}

.container_check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #e1e8ed;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.container_check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.container_check input:checked~.checkmark:after {
	display: block
}

.my-toggle {
	background: 0 0;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	color: #888;
	cursor: pointer;
	font-size: .625rem;
	font-weight: 700;
	margin-right: 5px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-transform: uppercase;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #fff
}

.my-toggle:focus,
.my-toggle:hover {
	background-color: #eee;
	color: #555;
	outline: transparent
}

.hideShowPassword-wrapper {
	width: 100%!important
}

ul.bullets {
	line-height: 1.8;
	margin-bottom: 0
}

ul.bullets li {
	position: relative;
	padding-left: 20px
}

ul.bullets li:before {
	font-style: normal;
	font-weight: 400;
	font-family: ElegantIcons;
	font-size: 14px;
	content: "\5c";
	color: #ccc;
	position: absolute;
	left: 0;
	top: 0
}

.box_faq {
	position: relative;
	padding-left: 50px
}

.box_faq h4 {
	font-size: 1.125rem
}

.box_faq i {
	font-size: 2.25rem;
	position: absolute;
	left: 0;
	top: 0;
	color: #999
}

.add_bottom_15 {
	margin-bottom: 15px
}

.add_bottom_30 {
	margin-bottom: 30px
}

.add_bottom_45 {
	margin-bottom: 45px
}

@media (max-width:767px) {
	.add_bottom_45 {
		margin-bottom: 30px
	}
}

.add_bottom_60 {
	margin-bottom: 60px
}

.add_bottom_75 {
	margin-bottom: 75px
}

.add_top_20 {
	margin-top: 20px
}

.add_top_30 {
	margin-top: 30px
}

.add_top_60 {
	margin-top: 60px
}

.more_padding_left {
	padding-left: 40px
}

.nomargin_top {
	margin-top: 0
}

.nopadding {
	margin: 0!important;
	padding: 0!important
}

.nomargin {
	margin: 0!important
}

.margin_60 {
	padding-top: 60px;
	padding-bottom: 60px
}

@media (max-width:767px) {
	.margin_60 {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.margin_60_35 {
	padding-top: 60px;
	padding-bottom: 35px
}
.margin_100 {
    padding-top: 100px;
    padding-bottom: 100px 
}
@media (max-width:767px) {
	.margin_60_35 {
		padding-top: 30px;
		padding-bottom: 5px
	}
}

.margin_120 {
	padding-top: 60px;
	padding-bottom: 60px
}

@media (max-width:991px) {
	.margin_120 {
		padding-top: 60px;
		padding-bottom: 35px
	}
}

.margin_120_95 {
	padding-top: 60px;
	padding-bottom: 50px
}

@media (max-width:991px) {
	.margin_120_95 {
		padding-top: 60px;
		padding-bottom: 35px
	}
}

@media (max-width:767px) {
	.margin_120_95 {
		padding-top: 30px;
		padding-bottom: 5px
	}
}

#toTop {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
	padding: 10px;
	line-height: 20px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	display: none;
	color: #fff;
	font-size: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	z-index: 99
}

#toTop:before {
	font-family: fontello;
	content: "\e899"
}

.box_badges {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
	padding: 30px 25px 5px 25px;
	position: relative;
	margin-bottom: 30px
}

.box_badges h3 {
	font-size: 1.3125rem
}

.box_badges ul li {
	display: inline-block;
	background-color: #74d1c6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	line-height: normal;
	color: #fff;
	padding: 3px 10px;
	font-weight: 600;
	font-size: .8125rem;
	min-width: 120px;
	margin-bottom: 5px
}

#badge_level_1,
#badge_level_2,
#badge_level_3,
#badge_level_4,
#badge_level_5,
#badge_level_6 {
	width: 100px;
	height: 100px;
	margin: 0 auto 25px;
	position: relative
}

.disabled_badge {
	opacity: .8;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

.disabled_badge:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	opacity: 1
}

.disabled_badge i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -45px;
	z-index: 9;
	width: 40px;
	height: 40px;
	color: rgba(0, 0, 0, .6);
	text-indent: 0;
	font-size: 2.5rem
}

.disabled_badge i:before {
	margin: 0
}

.disabled_badge:hover i {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.badge_list_1 {
	position: relative;
	top: -2px;
	margin-left: 10px
}

.page-item.active .page-link {
	background-color: var(--primary);
	border-color: var(--primary)
}

.page-item.disabled .page-link {
	color: #999;
	border-color: #e1e8ed
}

.page-link {
	color: var(--primary);
	border: 1px solid #e1e8ed
}

.page-link:focus,
.page-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: var(--primary);
	border-color: var(--primary)
}

#cookie-bar {
	background: rgba(0, 0, 0, .8);
	height: auto;
	line-height: 24px;
	color: #eee;
	text-align: center;
	padding: 15px 0;
	font-weight: 400;
	font-size: .8125rem;
	font-weight: 500
}

#cookie-bar p {
	margin: 0;
	padding: 0
}

#cookie-bar a {
	color: #fff;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	padding: 2px 10px;
	margin-left: 8px
}

@media (max-width:767px) {
	#cookie-bar a {
		display: block;
		max-width: 150px;
		margin: auto;
		margin-bottom: 5px
	}
}

#cookie-bar .cb-enable {
	background: #74d1c6
}

#cookie-bar .cb-enable:hover {
	background: #fff;
	color: #74d1c6
}

#cookie-bar .cb-disable {
	background: #900
}

#cookie-bar .cb-disable:hover {
	background: #b00
}

#cookie-bar .cb-policy {
	background: var(--primary)
}

#cookie-bar .cb-policy:hover {
	background: #fff;
	color: var(--primary)
}

#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto
}

@media (max-width:767px) {
	#cookie-bar {
		padding: 5px 0
	}
}

.form-control:disabled#booking_date,
.form-control:disabled#booking_time,
.form-control[readonly]#booking_date,
.form-control[readonly]#booking_time {
	background-color: #fff;
	opacity: 1
}

.td-wrap,
div.datedropper {
	font-family: Poppins, Helvetica, sans-serif!important
}

div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-v:hover {
	text-decoration: none!important
}

div.datedropper.primary .pick-lg-b .pick-sl:before,
div.datedropper.primary .pick-lg-h,
div.datedropper.primary .pick-m,
div.datedropper.primary .pick-submit,
div.datedropper.primary:before {
	background-color: var(--primary)!important
}

div.datedropper.primary .pick li span,
div.datedropper.primary .pick-btn,
div.datedropper.primary .pick-lg-b .pick-wke,
div.datedropper.primary .pick-y.pick-jump {
	color: #fd4741
}

.box_style_cat {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e1e8ed;
	margin-bottom: 25px
}

ul#cat_nav {
	list-style: none;
	margin: 0;
	padding: 0
}

ul#cat_nav li {
	border-bottom: 1px solid #e1e8ed
}

ul#cat_nav li i {
	font-size: 1rem;
	margin: 1px 10px 0 0;
	float: left
}

ul#cat_nav li:last-child {
	border-bottom: 0;
	padding-bottom: 0
}

ul#cat_nav li a {
	position: relative;
	color: #555;
	display: block;
	padding: 15px 10px
}

ul#cat_nav li a:after {
	font-family: fontello;
	content: "\e89b";
	position: absolute;
	right: 15px;
	top: 15px
}

ul#cat_nav li a span {
	font-size: .6875rem;
	color: #999
}

ul#cat_nav li a#active,
ul#cat_nav li a.active,
ul#cat_nav li a:hover {
	color: var(--primary)
}

ul#cat_nav li:first-child a#active,
ul#cat_nav li:first-child a.active,
ul#cat_nav li:first-child a:hover {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0
}

ul#cat_nav li:last-child a#active,
ul#cat_nav li:last-child a.active,
ul#cat_nav li:last-child a:hover {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px
}

.card {
	border: 0;
	margin-bottom: 5px
}

.card .card-header {
	background-color: #fff;
	border-bottom: 1px solid #e1e8ed;
	padding: 20px
}

.card-body {
	padding-bottom: 0
}

.card-header h5 {
	font-size: 1rem
}

.card-header h5 a {
	border: 0;
	display: block;
	color: #555
}

.card-header h5 a i.indicator {
	font-size: 1.125rem;
	font-weight: 400;
	float: right;
	color: var(--primary)
}

article.blog {
	min-height: 200px;
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

article.blog figure {
	height: 350px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0
}
article.blog figure img {
    max-width: 100%;
    max-height: 100%;
}

/*@media (max-width:991px) {*/
/*	article.blog figure {*/
/*		height: 250px*/
/*	}*/
/*}*/

@media (max-width:767px) {
	article.blog figure {
		height: 200px
	}
}

article.blog figure .preview {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: all .6s;
	transition: all .6s;
	z-index: 2
}

article.blog figure .preview span {
	background-color: #fcfcfc;
	background-color: rgba(255, 255, 255, .8);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	color: #222;
	font-size: .75rem;
	padding: 5px 10px
}

article.blog figure:hover .preview {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

article.blog figure img {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-moz-transition: .3s;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: auto;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden
}

article.blog figure img:hover {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1)
}

@media (max-width:991px) {
	article.blog figure img {
		max-width: 100%
	}
}

article.blog .post_info {
	padding: 30px;
	position: relative;
	box-sizing: border-box;
	min-height: 350px
}

@media (max-width:991px) {
	article.blog .post_info {
		min-height: inherit
	}
}

article.blog .post_info small {
	font-weight: 500;
	color: #999
}

article.blog .post_info h3 {
	font-size: 1.125rem
}

article.blog .post_info h3 a {
	color: #333
}

article.blog .post_info h3 a:hover {
	color: var(--primary);
}

article.blog .post_info ul {
	margin: 0 -30px 0 -30px;
	padding: 10px 30px 0 30px;
	width: 100%;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #ededed
}

article.blog .post_info ul li {
	display: inline-block;
	position: relative;
	padding: 12px 0 0 10px;
	font-weight: 500;
	font-size: .75rem;
	color: #999
}

article.blog .post_info ul li .thumb {
	width: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0
}

article.blog .post_info ul li .thumb img {
	width: 40px;
	height: auto;
	margin-right: 10px
}

article.blog .post_info ul li:last-child {
	float: right;
	padding-left: 0
}

@media (max-width:991px) {
	article.blog .post_info ul {
		position: static;
		width: auto
	}
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
	width: 80px;
	height: 80px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px
}

.alignleft img {
	width: auto;
	height: 80px
}

.comments-list {
	padding: 0;
	list-style: none
}

.comments-list h3 {
	font-size: 14px;
	padding: 0 0 0;
	margin-bottom: 0;
	margin-top: 5px;
	text-transform: capitalize;
	letter-spacing: 0
}

.comments-list h3 a {
	color: #333
}

.comments-list h3 a:hover {
	color: #e74e84
}

.comments-list li {
	margin-bottom: 10px;
	display: table;
	width: 100%
}

.comments-list li:last-child {
	margin-bottom: 0
}

.comments-list small {
	color: #999
}

.widget-title {
	padding: 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e8ed
}

.widget-title h4 {
	padding: 0;
	margin: 0;
	font-weight: 500;
	line-height: 1;
	font-size: 15px;
	font-size: .9375rem
}

.widget {
	position: relative;
	display: block;
	margin-bottom: 15px
}

.widget ul.cats {
	list-style: none;
	padding: 0
}

.widget ul.cats li {
	padding: 0 0 5px 2px;
	position: relative
}

.widget ul.cats a {
	color: #333
}

.widget ul.cats a:hover {
	color: #e74e84
}

.widget ul.cats a span {
	position: absolute;
	right: 0
}

.tags a {
	background-color: #fff;
	padding: 3px 10px;
	font-size: 13px;
	margin: 0 0 4px;
	letter-spacing: .4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block
}

.tags a:hover {
	background-color: #e74e84;
	color: #fff
}

.singlepost {
	background-color: #fff;
	padding: 30px 30px 5px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

.singlepost h1 {
	font-size: 32px;
	font-size: 2rem
}

@media (max-width:767px) {
	.singlepost h1 {
		font-size: 21px;
		font-size: 1.3125rem
	}
}

.singlepost p {
	line-height: 1.8
}

.postmeta {
	padding-bottom: 10px
}

.postmeta ul {
	margin-bottom: 10px;
	color: #999
}

.postmeta ul li {
	display: inline-block;
	margin: 0 10px 5px 0
}

.postmeta ul li a {
	color: #999
}

.postmeta ul li a:hover {
	color: #e74e84
}

.dropcaps p:first-child::first-letter {
	color: #fff;
	background-color: #3f4079;
	float: left;
	font-size: 64px;
	font-size: 4rem;
	line-height: 1;
	margin: 10px 15px 0 0!important;
	padding: 12px
}

#comments {
	padding: 10px 0 0 0;
	margin-bottom: 30px
}

#comments ul {
	padding: 0;
	margin: 0;
	list-style: none
}

#comments ul li {
	padding: 25px 0 0 0;
	list-style: none
}

#comments .replied-to {
	margin-left: 35px
}

@media (max-width:767px) {
	#comments .replied-to {
		margin-left: 20px
	}
}

.avatar {
	float: left;
	margin-right: 25px;
	width: 68px;
	height: 68px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	position: relative
}

@media (max-width:767px) {
	.avatar {
		float: none;
		margin: 0 0 5px 0
	}
}

.avatar img {
	width: 68px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.comment_right {
	display: table;
	border: 2px solid #e1e8ed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 20px 0 20px;
	position: relative;
	background: #fff
}

.comment_info {
	padding-bottom: 7px
}

.comment_info span {
	padding: 0 10px
}

.counter-wrap {
	background: #f1f0db;
	height: 100%;
	display: flex;
	justify-content: center;
	border-radius: 3rem
}

.counter-wrap .row>[class*=col] {
	align-self: center;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff
}

.counter-wrap .row>[class*=col]:nth-child(2),
.counter-wrap .row>[class*=col]:nth-child(4) {
	border-right: 0
}

.counter-wrap .row>[class*=col]:nth-child(3),
.counter-wrap .row>[class*=col]:nth-child(4) {
	border-bottom: 0
}

.rt-counter {
	text-align: center;
	margin: 3rem 0;
	display: grid;
}

.rt-counter span {
	font-size: 40px;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 1;
	position: relative;
	font-weight: 900;
	letter-spacing: -1px;
	/*background: -webkit-linear-gradient(#eee, #333);*/
	background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rt-counter .count {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}

.rt-counter p {
	font-size: 1.1rem;
	color:black;
	font-weight: 600;
}

.kc-product {
	background-color: #fff;
	padding: 15px
}

.kc-product:hover .product-info a {
	color: var(--primary)
}

.kc-product img {
	margin-bottom: .9375rem
}

.product-info a {
	font-size: 1rem;
	color: #696969;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 35px;
	line-height: 1.2rem;
	margin-bottom: .3rem!important
}

.product-info p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.product-info-footer {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.product-info-footer p {
	font-weight: 700;
	font-size: 1.1rem
}

.product-info h5 {
	font-size: 15px;
	font-weight: 500!important;
	text-transform: capitalize!important;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 35px
}

.post_info p {
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.border-icon-btn {
	border: 1px solid rgba(0, 0, 0, .1);
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #696969
}

.border-icon-btn:hover {
	color: var(--primary)
}

.owl-carousel .owl-nav div {
	position: absolute;
	top: 40%;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	padding: 10px;
	margin-top: -20px;
	font-size: 20px;
	cursor: pointer
}

.owl-carousel .owl-nav .owl-prev {
	left: 0
}

.owl-carousel .owl-nav .owl-next {
	right: 0
}

.product-page .kc-product {
	margin-bottom: 1.25rem
}

.search-field {
	position: relative
}

.search-field i {
	position: absolute;
	right: 15px;
	top: 15px
}
.product-categories>ul>li {
	padding: 8px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-size: 16px;
    font-weight: 600;
}
.product-categories>ul>li a {
	color: var(--primary-rev);
}
.product-categories>ul>li a:hover {
	color: var(--primary);
}
.product-categories>ul>li:last-child {
	border-bottom: none
}

.product-categories>ul>li ul.children {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 10px 0 10px 15px;
	margin: 8px 0 0 0
}

.product-categories>ul>li ul.children li {
	padding: 5px 0
}

.product-categories>ul>li ul.children li a {
	color: rgba(0, 0, 0, .6);
	position: relative
}

.product-categories>ul>li ul.children li a:before {
	content: "\e9ee";
	font-family: fontello;
	position: absolute;
	left: -14px
}

.d-between {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.range-slider .ui-slider-horizontal {
	height: .4em
}

.range-slider .ui-widget-content {
	border: none!important;
	background: #c5c5c5!important
}

.range-slider .ui-slider-horizontal .ui-slider-handle {
	top: -.4em;
	border-radius: 100%;
	background: #fff!important
}

.range-slider .ui-widget-header {
	background: var(--primary)!important
}

.range-slider p {
	width: 30%
}

.range-slider input {
	border: 0;
	color: var(--primary);
	width: 100%!important;
	font-weight: 700
}

.btn-primary {
	background-color: var(--primary);
	border-color: var(--primary)
}

.btn-primary.active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: var(--primary)!important;
	border-color: var(--primary)
}

.text-foot {
	font-size: 13px
}

ul.treatments.checkout li span {
	padding-right: 2.5rem;
	display: -webkit-box
}

ul.treatments.checkout li strong {
	position: absolute;
	right: 0;
	top: 15px
}

.d-wrap {
	display: flex;
	width: 100%;
	justify-content: flex-end
}

.d-flex-center {
	display: flex;
	align-items: center
}

.flex-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%
}

.d-menu li a {
	color: #333;
	margin-right: .5rem;
	font-weight: 500
}

.d-menu li a:hover {
	color: var(--primary)
}

.bg-ee {
	background: #f4f4f4
}

.bg_secondary {
	background: var(--primary)
}

#breadcrumb2 {
	background: var(--primary);
	color: #fff;
	padding-top: 2rem;
	text-transform: uppercase
}

#breadcrumb2 h1 {
	color: #fff
}

.tab-current li {
	margin-bottom: 15px;
	display: flex;
	align-items: flex-start
}

.tab-current p {
	margin-bottom: 0
}

.update-split {
	color: #fff;
	padding: 5px;
	text-align: center;
	border-radius: 2px;
	display: block;
	margin-right: 10px;
	background: #00bde1;
	background: var(--primary)
}

.tab-current-right li {
	margin-bottom: 10px;
	display: flex
}

.tab-current-right p {
	margin-left: 30px;
	margin-bottom: 0;
	line-height: 1.9
}

.update-split-right {
	color: var(--primary);
	position: absolute
}

.c-title {
	background: var(--primary)
}

.case-study .nav-tabs .nav-link {
	border: 1px solid rgba(0, 0, 0, .1);
	color: #fff
}

.case-study .nav-tabs {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.case-study .nav-tabs .nav-link.active {
	background-color: rgba(0, 0, 0, .2);
	color: #fff
}

.bg-gray {
	background: #f5f8fa
}

.nav-tabs .nav-link {
	border: 1px solid #ededed
}

.imgabout {
	border-radius: 50%;
	border: 5px solid #fff;
	overflow: hidden;
	margin-top: -130px
}

#breadcrumb {
	background-color: #8b8b8b
}

.invalid-feedback,
.valid-feedback {
	font-weight: 600
}

.product-slider-content {
	padding: 50px 0
}

.product-des h2 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 38px;
	border-bottom: 1px solid #ccc;
	padding-bottom: .5rem;
	margin-bottom: .625rem
}

.prod-sub {
	font-size: 18px;
	line-height: 22px;
	color: #909090;
	margin-bottom: 1.25rem;
	display: flex
}

.product-form--labeled {
	display: flex;
	align-items: center;
	font-size: 1.125rem;
	margin-bottom: 1.25rem
}

.custom_qty_dropdown {
	display: flex;
	align-items: center
}

.custom_qty_dropdown select:focus {
	box-shadow: none
}

.custom_qty_dropdown select {
	min-height: 35px
}

.sizeSwitchList li label {
	margin-bottom: 0
}

.sizeSwitchList li {
	border: 1px solid rgba(0, 0, 0, .1);
	padding: .3rem .2rem;
	margin: 0 .5rem;
	position: relative;
	font-size: 14px
}

.sizeSwitchList li input {
	display: none
}

.sizeSwitchList li input[type=radio]:checked+label::before {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: 0;
	width: calc(100% + 2px);
	height: calc(100% + 1px);
	border: 2px solid #fff;
	outline: 1px solid #ff6f6f
}

.product-priceList h2 {
	border-bottom: 0
}

.price-tag span,
.product-priceList h2 span {
	text-decoration: line-through
}

.price-tag sup,
.product-priceList h2 sup {
	color: var(--danger);
	font-weight: 600
}

.rw-btn {
	display: inline-block;
	margin-right: 6px;
	height: 40px;
	background: rgba(143, 147, 101, .13);
	text-align: center;
	border-radius: 25px;
	border: none;
	width: 48%
}

.rw-btn i {
	margin-right: .3rem
}

.d-center {
	display: flex;
	justify-content: center;
	align-items: center
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.d-flex-start {
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.badge-star {
	border-right: 1px solid rgba(0, 0, 0, .4)
}

.badge-star i {
	color: var(--danger);
	font-size: 12px
}

.badge-star i:before {
	margin: 0
}

.cart-button i {
	vertical-align: 2px;
	margin-left: .5rem
}

.cart-button button {
	text-transform: uppercase;
	margin-bottom: 1.25rem
}

.selectedshipping li {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	color: #3d3d3d;
	margin-bottom: 5px;
	padding-left: 8px;
	display: flex
}

.selectedshipping li:before {
	content: '✓';
	padding-right: 7.5px
}

.ProductMeta__Description {
	background: #fdfcf9;
	padding: 1.25rem!important;
	color: #7d5b4f;
	font-size: 13px;
	line-height: 27px
}

.ProductMeta__Description .Rte>p {
	font-size: 1.4em
}

.Rte li {
	padding: .2rem 0 5px .9375rem;
	position: relative
}

.Rte li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #7d5b4f;
	position: absolute;
	left: 0;
	top: 15px
}

.cust-accordion .card-header {
	padding: 0
}

.cust-accordion .card-header h5 a {
	padding: 1.25rem 0;
	border-bottom: 1px solid #7d5b4f;
	color: #7d5b4f;
	text-transform: uppercase
}

.cust-accordion .card-header h5 a i.indicator {
	color: #7d5b4f
}

.cust-accordion .card,
.cust-accordion .card-header {
	background: #fdfcf9
}

.Rte .border-bottom {
	border-color: #7d5b4f!important
}

.cust-accordion .card-body {
	font-size: .875rem
}

.product_use-details {
	background: #fdfcf9
}

.index-section h3 {
	color: var(--primary);
	letter-spacing: .105em;
	font-weight: 700
}

.index-section p {
	font-size: 1rem;
	line-height: 30px;
	color: #3d3d3d
}

.bg_gray {
	background: #f5f8fa
}

.product-slider-circle .kc-product {
	padding: .5rem
}

.product-slider-circle .kc-product img {
	margin-bottom: 1.563rem
}

.index-product.owl-carousel .owl-nav .owl-next,
.index-slider.owl-carousel .owl-nav .owl-next,
.product-slider-circle .owl-carousel .owl-nav .owl-next {
	right: -50px
}

.index-product.owl-carousel .owl-nav .owl-prev,
.index-slider.owl-carousel .owl-nav .owl-prev,
.product-slider-circle .owl-carousel .owl-nav .owl-prev {
	left: -50px
}

.index-product.owl-carousel .owl-nav div,
.index-slider.owl-carousel .owl-nav div,
.product-slider-circle .owl-carousel .owl-nav div {
	background: 0 0;
	color: var(--primary-rev);
	top: 50%
}

.product-details__ingredient__links {
	background: var(--gradient-primary);
	border: none;
	padding: .9375rem;
	width: 270px
}

.product-details__ingredient__links:focus {
	outline: 0
}

.cust-modal .modal-body {
	padding: 3.75rem 2.5rem
}

.cust-modal .modal-body p {
	font-size: 13px;
	line-height: 26px
}

.cust-modal .modal-content {
	border: none;
	border-radius: 0
}

.cust-modal .close {
	position: absolute;
	top: 20px;
	right: 20px;
	transition: all .5s ease 0s
}

.cust-modal .close:focus,
.cust-modal .close:hover {
	transform: rotate(90deg);
	outline: 0
}

.account .dropdown-menu {
	padding: 0;
	margin: 0;
	width: 200px;
	margin-top: .84rem;
	border-radius: 0;
	border: 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .3)
}

.account .dropdown-menu li {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	font-size: .875rem;
	padding: .4rem 1rem!important;
	display: block!important
}

.account .dropdown-menu li a {
	padding: 0!important;
	transition: all .3s ease 0s;
	color: rgba(0, 0, 0, .6);
	background: 0 0
}

.account .dropdown-menu a:hover {
	margin-left: 10px
}

.account .dropdown-menu a:hover,
.account .dropdown-menu a:hover i {
	color: var(--primary)!important
}

.account .dropdown-menu li:last-child {
	border-bottom: none
}

.account .dropdown-menu a i {
	font-size: 15px!important;
	color: rgba(0, 0, 0, .6)
}

.form-group {
	margin-bottom: 1rem
}

.float-right {
	float: right!important
}

.border-right-0 {
	border-right: 0
}

.product-review {
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 1.875rem
}

.progress-based ul li {
	display: flex;
	justify-content: flex-start;
	margin-bottom: .1rem
}

.progress-based ul li span {
	min-width: 90px;
	font-size: 90%
}

.progress-based ul li .progress {
	width: 100%;
	margin-right: .9rem;
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, .1);
	background: 0 0
}

.progress-based ul {
	min-width: 330px
}

.progress-based {
	border: 1px solid rgba(0, 0, 0, .1);
	padding: .625rem
}

.no-wrap {
	white-space: nowrap
}

.rating-review {
	position: relative
}

.progress-bar {
	background: var(--primary)
}

.review-btn {
	position: absolute;
	top: 0;
	right: 0
}

.fw-400 {
	font-weight: 400!important
}

.fw-bold {
	font-weight: 700!important
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .5rem 2rem!important;
	font-size: .875rem!important;
	line-height: 1.5;
	text-transform: uppercase
}

.list-point li {
	font-size: 1rem;
	margin-bottom: .9rem;
	display: flex;
	align-items: center
}

.list-point li .fs1 {
	margin-right: .9rem;
	font-size: 1.5rem
}

.app_mobile .main_title p {
	color: rgba(0, 0, 0, .6);
	letter-spacing: 1px;
	font-weight: 500!important
}

.table thead th {
	border-bottom: 1px solid #dee2e6
}

.table-center tbody tr td,
.table-center thead tr th {
	vertical-align: middle
}

.input-group-join {
	width: 110px;
	margin: 0 auto .3rem
}

.input-group-join button {
	padding: 0 .2rem
}

.input-group-join input {
	text-align: center;
	min-height: 30px;
	background: #fff;
	border-color: #6c757d
}

.w-5 {
	width: 520px
}

.cust-table tbody tr td:nth-child(2n),
.cust-table thead tr th:nth-child(2n) {
	text-align: center
}

.cust-table tbody tr td:nth-child(3),
.cust-table thead tr th:nth-child(3) {
	text-align: right!important
}

.remove {
	font-size: 12px;
	text-decoration: underline;
	color: #000
}

.d-end {
	display: flex;
	justify-content: flex-end;
	font-size: 1.3rem;
	font-weight: 600
}

.faq-list li {
	padding-left: 1.5rem;
	margin-bottom: .5rem;
	position: relative
}

.faq-list li:before {
	width: 6px;
	height: 6px;
	content: "";
	border-radius: 100%;
	background: var(--primary-rev);
	display: inline-flex;
	position: absolute;
	left: 11px;
	top: 7px
}

.page-head {
	background: var(--gradient-primary);
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center
}

.page-head h2 {
	font-size: 2.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px
}

.page-content-inner {
	padding: 1.875rem;
	background: #fff;
	margin-top: -50px;
	border-radius: .3rem;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%)
}

.page-content-inner p,
.page-content-inner ul li {
	line-height: 1.6rem
}

p.list-bullet {
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase
}

.sub-page-list li {
	margin-bottom: .5rem;
	padding-left: 1.5rem;
	position: relative
}

.sub-page-list li:before {
	content: "";
	width: 8px;
	background: var(--primary);
	display: inline-block;
	position: absolute;
	left: 4px;
	top: 8px;
	height: 8px;
	border-radius: 100%
}

@-webkit-keyframes spaceboots {
	0% {
		-webkit-transform: translate(2px, 1px) rotate(0)
	}
	10% {
		-webkit-transform: translate(-1px, -2px) rotate(-1deg)
	}
	20% {
		-webkit-transform: translate(-3px, 0) rotate(1deg)
	}
	30% {
		-webkit-transform: translate(0, 2px) rotate(0)
	}
	40% {
		-webkit-transform: translate(1px, -1px) rotate(1deg)
	}
	50% {
		-webkit-transform: translate(-1px, 2px) rotate(-1deg)
	}
	60% {
		-webkit-transform: translate(-3px, 1px) rotate(0)
	}
	70% {
		-webkit-transform: translate(2px, 1px) rotate(-1deg)
	}
	80% {
		-webkit-transform: translate(-1px, -1px) rotate(1deg)
	}
	90% {
		-webkit-transform: translate(2px, 2px) rotate(0)
	}
	100% {
		-webkit-transform: translate(1px, -2px) rotate(-1deg)
	}
}

.shake {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 6s;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear
}

.banner-wrap {
	position: relative
}

.banner-text {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.2rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px
}

.product-slider-circle .row.mx-auto {
	justify-content: center
}

.stars {
	display: inline-block
}

input.star {
	display: none;
	overflow: hidden
}

label.star {
	float: right;
	padding: 3px 5px 0;
	font-size: 20px;
	color: #444;
	transition: all .2s;
	margin-bottom: 0
}

input.star:checked~label.star:before {
	color: #dc3545;
	transition: all .25s;
	content: '\e809'
}

input.star-5:checked~label.star:before {
	color: #dc3545;
	text-shadow: 0 0 8px #cd8289
}

input.star-1:checked~label.star:before {
	color: #cd8289
}

label.star:hover {
	transform: rotate(-15deg) scale(1.3)
}

label.star:before {
	content: '\e80a';
	font-family: fontello
}

.cust_modal {
	max-width: 850px
}

.cust_modal .modal-content {
	background-image: url(/assets/img/pupup-image.png);
	height: 500px;
	background-position: -80px -20px;
	border: none;
	border-radius: 2rem
}

.cust_modal .form-section {
	background: linear-gradient(180deg, #f9e75d, #daae36);
	height: 410px;
	padding: 1.25rem;
	border-radius: 1.5rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}
.c_input input {
    border-radius: 0;
    height: 50px;
    position: relative;
    padding-left: 3.5rem;
}
.c_code span {
    margin: 0 0.3rem;
}
.c_code {
    position: absolute;
    top: 31px;
    font-size: 1rem;
    left: 31px;
}
.form-wrap-inner h4 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 2px!important
}
.otp_input {
    display: flex;
}
.otp_input input {
    height: 40px;
    width: 40px;
    margin: 0 3px;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.3);
    text-align: center;
}
.form-wrap-inner .btn-dark,
.form-wrap-inner .input-1 {
	border: none;
	height: 55px;
	border-radius: .6rem
}

.form-wrap-inner .btn-dark {
	box-shadow: 0 0 7px rgba(0, 0, 0, .2)
}

.top-head h3 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 1rem
}

.mid-section {
	padding-left: 1.3rem;
	border-left: 3px solid #000;
	margin-bottom: 1.5rem
}

.mid-section p {
	font-size: 1rem;
	line-height: 1.6rem
}

.end-section li {
	margin-bottom: 1rem;
	background: linear-gradient(to right, #daae36, #f9e75d);
	color: #000;
	font-size: 1rem;
	text-transform: capitalize;
	display: inline-block;
	padding: .1rem .7rem;
	font-weight: 600
}

.add_promo {
	background: #000;
	padding: .6rem .5rem;
	color: #fff;
	position: relative
}

.add_promo .badge {
    padding: .4rem .3rem;  
    font-size: .8rem;
    font-weight: 700;
    margin-right: 0.3rem;
    width: 100px;
    border-radius: 26px;
    color: black;
}

.close_promo {
	position: absolute;
	right: 20px;
	color: rgba(183, 183, 183, .4);
	top: 7px;
	font-size: 1.2rem
}

.close_promo:hover {
	color: #fff
}

.product-video {
	height: 300px
}

button[btn=wishlisted] {
	background: #e0165c;
	color: #fff
}

.listing ul li {
	margin-bottom: 1.2rem;
	padding-left: 1.6rem;
	position: relative
}

.listing ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	background: var(--primary);
	border-radius: 100%;
	position: absolute;
	left: 9px;
	top: 7px
}
.note {
    font-size: .875rem;
    color: rgba(0,0,0,0.56);
    margin-bottom: 1.5rem;
}
.MsoNormalTable {
    margin: 0 !important;
}
.number-list {
    padding-left: 25px;
    list-style: decimal;
}
.number-list li, .bullet-list li {
    margin-bottom: 0.5rem;
}
.bullet-list {
    padding-left: 25px;
    list-style: disc;
}
.review_slider .owl-dots {
    display: flex;
    margin-top: 10px;
    justify-content: center;
}
.review_slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.review_slider .owl-dots .owl-dot.active span, .review_slider .owl-dots .owl-dot:hover span {
    background: var(--primary);
}
#forget_password {
    color: var(--primary-rev);
}
#forget_password small {
    font-weight: 600;
}
/*== Animation Sec ====*/
.popEffect span {
	animation: pop 10.5s linear infinite 0s;
	-ms-animation: pop 10.5s linear infinite 0s;
	-webkit-animation: pop 10.5s linear infinite 0s;
	color: black;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	font-size: 40px;
    left: 0;
    right: 0;
    font-weight: 700;
    top: 75px;
}
.popEffect span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.popEffect span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.popEffect span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
@-webkit-keyframes pop{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px);}
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
/*== subscribe sec ====*/
.subscribe-wrap {
    padding: 3rem 0rem;
    background-color: #363a45;
}
.subscribe-wrap h2 {
    color: white;
    text-transform: uppercase;
}
.subscribe-wrap span {
    color: rgba(255,255,255,0.6);
}
.subscribe-wrap input {
    height: 50px;
    margin-right: 20px;
}
.subscribe-wrap button {
    width: 130px;
    font-weight: 600;
    text-transform: uppercase;
}
.popEffect, #app_section .main_title {
    display: none;
}
@media only screen and (max-width:1110px) {
	.booking_sch .box_profile {
		padding: 0 10px 25px
	}
	.booking_sch .box_profile figure {
		margin: -1px -10px 25px
	}
	.banner-text {
		font-size: 2rem!important
	}
}

@media only screen and (max-width:1199px) {
	.booking_sch {
		max-width: 100%
	}
	.container {
		max-width: 100%
	}
	.about_page .sec_one {
        padding-top: 0 !important;
        padding-bottom: 10px !important;
	}
	.imgabout {
        margin-top: -100px !important;
    }
    .about_page .bg-gray {
        background: #fff !important;
    }
    .about_page .bg_color_1 .bg-gray.margin_60 {
        padding: 0 !important;
    }
}

@media only screen and (max-width:1050px) {
	.xzoom {
		width: 450px!important
	}
}
@media only screen and (max-width:991px) {
	/*article.blog figure {*/
	/*	height: 320px*/
	/*}*/
	.booking_sch {
		padding: 1.875rem .9375rem!important
	}
	.post_info p {
		-webkit-line-clamp: 8
	}
	#app_section h3 {
		font-size: 1.4rem
	}
	#app_section p {
		font-size: 1rem!important
	}
	#app_section .app_buttons svg {
		right: 0
	}
	.box_general_3 {
		margin-bottom: 25px
	}
	.margin_60 {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.banner-wrap img {
		height: 140px
	}
	.hero_home {
        height: 320px;
    }
}

@media only screen and (max-width:950px) {
	.app_mobile .col-md-7.pt-5 {
		padding-top: 0!important
	}
}

@media only screen and (max-width:930px) {
	.xzoom {
		width: 370px!important
	}
	.cust_modal {
		max-width: 700px!important
	}
	.form-wrap-inner h4 {
		font-size: 1.5rem!important
	}
	.top-head h3 {
		font-size: 2rem!important
	}
	.cust_modal .modal-content {
		background-position: -120px -20px
	}
}
@media only screen and (max-width:890px) {
   .review-btn {
        position: relative;
        margin: 10px auto;
        text-align: center;
   } 
}
@media only screen and (max-width:840px) {
	.box_feat {
		padding: 165px 10px 20px 10px
	}
	.about-review {
		padding: 15px
	}
	article.blog .post_info {
		padding: 20px
	}
	article.blog figure {
		height: 295px
	}
	article.blog .post_info ul {
        margin: -13px -10px 0 -35px;
	}
	p.lead {
		font-size: .875rem
	}
	.post_info p {
		-webkit-line-clamp: 8
	}
	#app_section .app_buttons svg {
		top: -60px;
		right: -20px
	}
	.page-content-inner {
        padding: 0.625rem;
    }
    .page-head h2 {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 816px) {
    .hero_home .content h3 {
        font-size: 2.5rem;
    }
}
@media only screen and (max-width:800px) {
	article.blog figure {
		height: 330px
	}
}
@media only screen and (max-width:710px) {
	.cust_modal {
		max-width: 600px!important;
		padding: 0 10px
	}
	.form-wrap-inner h4 {
		font-size: 1.2rem!important
	}
	.top-head h3 {
		font-size: 1.7rem!important
	}
	.cust_modal .form-section {
		height: 330px!important;
		padding: .625rem!important
	}
	.cust_modal .modal-content {
		height: 450px!important;
		background-position: -120px -50px!important
	}
}
@media only screen and (max-width:767px) {
	article.blog figure img {
		left: 50%;
		/*height: auto*/
	}
	.box_general_3 {
		padding: 15px
	}
	.main_title_3 h3 {
		font-size: .875rem
	}
	.tabs_styled_2 .tab-pane {
		padding: .9375rem
	}
	.product-page .booking .title {
		margin: -.9375rem -.9375rem .9375rem
	}
	.cust-table .media a {
		font-size: 12px
	}
	.xzoom-container {
		display: block;
		text-align: center
	}
	.xzoom {
		width: 100%!important
	}
	.product-slider-content {
		padding: 1.25rem 0!important
	}
	.product-video {
		height: 400px
	}
	ul.treatments li {
		margin: 15px 0
	}
	#breadcrumb2 {
        padding-top: 0rem;
    }
    .imgabout {
        margin-top: 0px !important;
    }
    .box_feat#icon_1, .box_feat#icon_2, .box_feat#icon_3 {
        background-position: center 15px;
        background-size: 100px 100px;
    }
    .box_feat {
        padding: 110px 10px 10px 10px;
        min-height: 230px;
        margin-bottom: 15px;
    }
    .box_feat span {
        width: 50px;
        height: 50px;
        left: 51%;
    }
    #specializations.add_bottom_30 {
        margin-bottom: 0px !important;
    }
}
@media only screen and (max-width:650px) {
	.app_mobile .col-md-5,
	.app_mobile .col-md-7 {
		flex: 0 0 100%!important;
		max-width: 100%!important
	}
	.app_mobile .list-point {
		padding: 0!important
	}
	.app_mobile .list-point li {
		justify-content: center
	}
	#app_section .app_buttons {
		text-align: center
	}
	.cart-wrap .main_title h3 {
		font-size: 1.1rem
	}
}
@media only screen and (max-width:600px) {
	.main_title_3 {
		background: 0 0;
		padding: 10px 0;
		border: 1px dashed #cfcfcf;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
		display: none;
	}
	.main_title_3 h3 {
		color: #000;
		font-weight: 700
	}
}
@media only screen and (max-width:575px) {
	.rt-counter {
		margin: 1.5rem 0
	}
	.cust_modal .modal-content {
		height: auto!important;
	}
	.cust_modal .form-section {
		height: auto!important;
		padding: 3rem .625rem!important;
	}
	.top-head h3 {
		font-size: 1.5rem!important;
	}
	.mid-section p {
		font-size: 14px!important;
		line-height: 1.2rem!important;
	}
	.end-section li {
		margin-bottom: .5rem!important;
	}
	.end-section {
		margin-bottom: 1.25rem!important;
	}
	.page-head {
        height: 120px;
    }
	.page-head h2 {
        font-size: 1.2rem;
        margin-top: -40px;
    }
    .d-half-sm {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width:576px) {
	.mb-xs-3,
	.my-xs-3 {
		margin-bottom: 1rem!important;
	}
	.mb-xs-1,
	.my-xs-1 {
		margin-bottom: .7rem!important;
	}
}
@media only screen and (max-width:550px) {
	.cust-table .media img {
		width: 60px;
		height: 60px
	}
	.input-group-join {
		width: 90px!important;
	}
	.input-group-join input {
		height: 25px
	}
	.hero_home .content h3 {
        font-size: 1.8rem;
    }
    .hero_home {
        height: 270px;
    }
}
@media only screen and (max-width:500px) {
	/*article.blog figure img {*/
	/*	height: auto!important;*/
	/*}*/
	article.blog figure {
		height: 280px
	}
	.box_form {
		padding: .9375rem
	}
	.w-5 {
		width: auto!important
	}
	.cart-wrap .table .media {
		display: block!important
	}
	.index-section .media {
		display: block!important;
		text-align: center
	}
	.index-section .media img {
		margin: 0 0 .625rem 0!important
	}
	.index-section p {
		font-size: 14px!important
	}
	#treatments_show li {
		margin: 0 0 5px 0;
		height: 52px;
		overflow: hidden;
		position: relative
	}
	#treatments_show li .checkbox {
		top: 0
	}
	.banner-wrap img {
		height: 90px
	}
	.banner-text {
		font-size: 1.7rem!important
	}
	.close_promo {
		display: none
	}
	.end-section li {
		font-size: 14px
	}
	.sm-block .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
	}
}
@media only screen and (max-width:480px) {
    .counter-wrap [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        border: 0 !important;
    }
    .rt-counter {
        height: 150px;
    }
    .rt-counter span {
        font-size: 5rem !important;
    }
    .rt-counter p {
        font-size: 1.6rem;
    }
    .hero_home.version_1 {
        background: var(--primary) url(../../assets/img/Header.jpg) no-repeat center bottom !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .subscribe-wrap h2 {
        font-size: 20px;
    }
    .hero_home .content h3, .hide-xs {
        display: none;
    }
    .hero_home .content {
        vertical-align: bottom;
    }
    .content p {
        margin-bottom: 0.9375rem;
    }
    .popEffect, #app_section .main_title {
        display: block;
    }
}
@media only screen and (max-width:450px) {
	.product-page [class*=col-xs-6] {
		flex: 0 0 100%;
		max-width: 100%
	}
	.xzoom-gallery {
		width: 60px
	}
	.checkboxes.d-flex-center {
		display: block
	}
	.btn_link {
		padding-left: 1.875rem;
		text-align: left
	}
	.treatments.checkout li span {
		width: 210px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: inline-block
	}
	.box_feat h3 {
        font-size: 1rem;
    }
}
@media only screen and (max-width:420px) {
	.rw-btn {
		width: 100%!important;
		margin-bottom: .4rem
	}
	.review-btn .btn-group-sm>.btn, .btn-sm {
	    padding: .5rem 0.5rem !important;
	}
	.hero_home .content h3 {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width:400px) {
	.product-video {
		height: 250px
	}
	.product-des h2,
	.product_use-details h2 {
		font-size: 1.2rem!important
	}
	article.blog figure {
		height: 200px
	}
	.rt-counter span {
        font-size: 4.5rem !important;
    }
    .rt-counter p {
        font-size: 1.4rem;
    }
}
@media only screen and (max-width: 340px) {
    .popEffect span {
        top: 95px;
    }
}
@media only screen and (max-width: 335px) {
    .hero_home .content h3 {
        font-size: 1.1rem;
        margin-bottom: 0.3rem;
    }
    .app_buttons a img {
        width: 135px;
        height: 43px;
        padding: 0 3px;
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
	.text-xs-center {
		text-align: center!important
	}
	.mb-xs-4,
	.my-xs-4 {
		margin-bottom: 1.5rem!important
	}
	.col-xs-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xs-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xs-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
}
div#overview p {
    margin-left: 0.2in !important;
}
div#symptoms p {
    margin-left: 0.2in !important;
}
.mobile {
    display: none;
}

@media only screen and (max-width: 600px) {
    .navbar-footer {
        overflow: hidden;
        background-color: #353f48;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        justify-content: center;
    }
    .navbar-footer.d-flex .mobile {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }
    .navbar-footer a {
        display: block;
        color: #fff !important;
        text-align: center;
        padding: 0.9rem 0.5rem;
        text-decoration: none;
        font-size: 15px;
        font-weight: normal;
        position: relative;
        /*text-transform: capitalize;*/
        width: 50%;
    }
    .navbar-footer a:first-child {
        border-right: 1px dashed rgba(255,255,255, 0.5) !important;
    }
    .rt-counter span {
        font-size: 30px;
        
    }
}
.text-p{
 color: var(--primary);  
}

    