@charset "UTF-8";
/*!
Theme Name: Damia
Author: nosite
Author URI: http://nosite.com.ua
*/
@import url(http://fonts.cdnfonts.com/css/tenor-sans&display=swap);

@font-face {
	font-family: 'Tenor Sans';
	src: url(fonts/TenorSans.eot);
	src: local('./fonts/Tenor Sans'), local('TenxorSans'), url(fonts/TenorSans.eot?#iefix) format('embedded-opentype'), url(fonts/TenorSans.woff2) format('woff2'), url(fonts/TenorSans.woff) format('woff'), url(fonts/TenorSans.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Gilroy Thin';
	src: url('./fonts/Gilroy-Thin.eot');
	src: url('./fonts/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Gilroy-Thin.woff') format('woff'),
		url('./fonts/Gilroy-Thin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy Ultra Light';
	src: url('./fonts/Gilroy-UltraLight.eot');
	src: url('./fonts/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Gilroy-UltraLight.woff') format('woff'),
		url('./fonts/Gilroy-UltraLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy Bold';
	src: url('./fonts/Gilroy-Bold.eot');
	src: url('./fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Gilroy-Bold.woff') format('woff'),
		url('./fonts/Gilroy-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy Regular';
	src: url('./fonts/Gilroy-Regular.eot');
	src: url('./fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
		url('./fonts/Gilroy-Regular.woff') format('woff'),
		url('./fonts/Gilroy-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.header-area {
	padding: 10px 0
}

:root {
	--main-color-one: #FF8686;
	--heading-color: #626262;
	--paragraph-color: #111111;
	--heading-color: #003367;
	--heading-font: 'ProximaNovaRegular', sans-serif;
	--body-font: 'ProximaNovaRegular', Arial, sans-serif
}

main {
	overflow: hidden
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: 'Gilroy Light', sans-serif;
	height: 100%;
	scroll-behavior: smooth;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

body.modal-open {
	padding-right: 0 !important
}

body {
	margin: 0;
	padding: 0;
	color: var(--paragraph-color);
	overflow-x: hidden;
	font-family: 'Tenor Sans', sans-serif;
	height: 100%
}

.container-fluid {
	width: 100%;
	max-width: 1920px;
	margin: auto
}

h1 {
	font-size: 48px;
	line-height: 1.0833333333333333
}

h2 {
	font-size: 36px;
	line-height: 1.4444444444444444
}

h3 {
	font-size: 24px;
	line-height: 1.0833333333333333
}

h4 {
	font-size: 20px;
	line-height: 1.2380952380952381
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--heading-color);
	font-family: 'Tenor Sans', sans-serif
}

p {
	color: var(--paragraph-color);
	font-family: 'Tenor Sans', sans-serif;
	font-size: 1rem;
	line-height: 26px;
	font-weight: 400
}

a {
	color: inherit;
	text-decoration: none;
	color: var(--paragraph-color)
}

a,
a:active,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0;
	color: inherit
}

pre {
	word-break: break-word
}

a i {
	padding: 0 2px
}

img {
	width: 100%;
	height: auto;
	object-fit: cover
}

ol {
	counter-reset: counter;
	padding-left: 0
}

ol li {
	list-style: none;
	margin-bottom: 1rem
}

button,
input {
	border: none;
	background: 0 0
}

button:focus {
	outline: 0
}

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

input[type=submit]:focus {
	border: none !important
}

.margin-auto {
	margin: 0 auto
}

.side-form-icons {
	float: right;
	position: -webkit-sticky;
	position: fixed;
	top: 20vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #fff;
	-webkit-box-shadow: -2px 0 8px 0 rgba(0, 0, 0, .16);
	box-shadow: -2px 0 8px 0 rgba(0, 0, 0, .16);
	padding: 6px 0;
	border-radius: 20px;
	z-index: 99;
	margin: 25px 0;
	right: 50px;
	width: 42px;
	text-align: center;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.side-form-icons.sergery-style i:hover {
	color: #3ebcd8
}

.side-form-icons .icon {
	color: #626262;
	padding: 6px 7px;
	display: block;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.side-form-icons .icon:hover {
	color: #ff8686
}

.side-form-icons .icon.active {
	color: var(--main-color-one)
}

ul {
	padding: 0;
	margin: 0
}

li {
	list-style-type: none
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

.play-area {
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.play-area.style-02 .play-btn {
	background-color: #71c1c7;
	-webkit-animation: pulse2 1s infinite;
	animation: pulse2 1s infinite
}

@-webkit-keyframes pulse2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(113, 193, 199, .75);
		box-shadow: 0 0 0 0 rgba(113, 193, 199, .75)
	}

	70% {
		-webkit-box-shadow: 0 0 0 15px rgba(113, 193, 199, 0);
		box-shadow: 0 0 0 15px rgba(113, 193, 199, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(113, 193, 199, 0);
		box-shadow: 0 0 0 0 rgba(113, 193, 199, 0)
	}
}

@keyframes pulse2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(113, 193, 199, .75);
		box-shadow: 0 0 0 0 rgba(113, 193, 199, .75)
	}

	70% {
		-webkit-box-shadow: 0 0 0 15px rgba(113, 193, 199, 0);
		box-shadow: 0 0 0 15px rgba(113, 193, 199, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(113, 193, 199, 0);
		box-shadow: 0 0 0 0 rgba(113, 193, 199, 0)
	}
}

.play-area.sergery-style .play-btn {
	background-color: #3ebcd8;
	-webkit-animation: pulse3 1s infinite;
	animation: pulse3 1s infinite
}

@-webkit-keyframes pulse3 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(62, 188, 216, .75);
		box-shadow: 0 0 0 0 rgba(62, 188, 216, .75)
	}

	70% {
		-webkit-box-shadow: 0 0 0 15px rgba(62, 188, 216, 0);
		box-shadow: 0 0 0 15px rgba(62, 188, 216, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(62, 188, 216, 0);
		box-shadow: 0 0 0 0 rgba(62, 188, 216, 0)
	}
}

@keyframes pulse3 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(62, 188, 216, .75);
		box-shadow: 0 0 0 0 rgba(62, 188, 216, .75)
	}

	70% {
		-webkit-box-shadow: 0 0 0 15px rgba(62, 188, 216, 0);
		box-shadow: 0 0 0 15px rgba(62, 188, 216, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(62, 188, 216, 0);
		box-shadow: 0 0 0 0 rgba(62, 188, 216, 0)
	}
}

.play-area .play-btn {
	width: 75px;
	height: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ff8686;
	border: 0;
	border-radius: 50%;
	outline: 0;
	cursor: pointer;
	-webkit-animation: pulse 1s infinite;
	animation: pulse 1s infinite
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 134, 134, .75);
		box-shadow: 0 0 0 0 rgba(255, 134, 134, .75)
	}

	70% {
		-webkit-box-shadow: 0 0 0 15px rgba(255, 134, 134, 0);
		box-shadow: 0 0 0 15px rgba(255, 134, 134, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 134, 134, 0);
		box-shadow: 0 0 0 0 rgba(255, 134, 134, 0)
	}
}

@keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 134, 134, .75);
		box-shadow: 0 0 0 0 rgba(255, 134, 134, .75)
	}

	70% {
		-webkit-box-shadow: 0 0 0 15px rgba(255, 134, 134, 0);
		box-shadow: 0 0 0 15px rgba(255, 134, 134, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 134, 134, 0);
		box-shadow: 0 0 0 0 rgba(255, 134, 134, 0)
	}
}

.play-area .play-btn .icon {
	color: #fff;
	font-size: 25px;
	margin-left: 8px
}

.play-area .play-text {
	color: #585858;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin: 25px 0 0 40px
}

.horizontal-scroll {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.horizontal-scroll .button-group {
	display: inline-block;
	border-bottom: 2px solid rgba(255, 134, 134, .3);
	padding: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.horizontal-scroll .button-group .button {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #626262;
	font-size: 17px;
	line-height: 28px;
	font-weight: 500;
	padding: 10px 30px
}

.horizontal-scroll .button-group .button.is-checked {
	border-bottom: 2px solid #ff8686;
	margin-bottom: -2px
}

.blog-pagination ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.blog-pagination ul li {
	color: #e4e9ed;
	position: relative;
	z-index: 0;
	width: 50px
}

.blog-pagination ul li:not(:last-child):after {
	content: "";
	position: absolute;
	top: 40%;
	left: 70%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	background: #e4e9ed;
	width: 10px;
	height: 10px;
	line-height: 10px;
	border-radius: 50%
}

.blog-pagination ul li a.next,
.blog-pagination ul li a.prev {
	color: #626262
}

.blog-pagination ul li:not(:last-child) a {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: table;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.blog-pagination ul li:not(:last-child) a.current {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	color: #626262;
	font-size: 22px;
	margin-top: -5px
}

.blog-pagination ul li:first-child a {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.blog-pagination ul li:first-child::after {
	visibility: hidden;
	opacity: 0
}

input[type=button]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=reset]:focus,
input[type=search]:focus,
input[type=submit]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd
}

code {
	color: #faa603
}

.dark-bg {
	background-color: #111d5c
}

.section-bg-1 {
	background-color: #f4f7fc
}

.check-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.check-list li {
	display: block;
	padding-left: 20px;
	position: relative;
	z-index: 0
}

.check-list li:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f105";
	color: var(--main-color-one)
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
	clear: both
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
	float: left;
	width: 50%
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%
}

.comment-navigation .nav-next>a,
.comment-navigation .nav-previous>a,
.post-navigation .nav-next>a,
.post-navigation .nav-previous>a,
.posts-navigation .nav-next>a,
.posts-navigation .nav-previous>a {
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in
}

.comment-navigation .nav-next:hover>a,
.comment-navigation .nav-previous:hover>a,
.post-navigation .nav-next:hover>a,
.post-navigation .nav-previous:hover>a,
.posts-navigation .nav-next:hover>a,
.posts-navigation .nav-previous:hover>a {
	color: var(--main-color-one)
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

#content[tabindex="-1"]:focus {
	outline: 0
}

.padding-left-0 {
	padding-left: 0
}

.padding-right-0 {
	padding-left: 0
}

.gray-bg {
	background-color: #f8f8f8
}

.padding-top-5 {
	padding-top: 5px
}

.padding-top-10 {
	padding-top: 10px
}

.padding-top-15 {
	padding-top: 15px
}

.padding-top-20 {
	padding-top: 20px
}

.padding-top-25 {
	padding-top: 25px
}

.padding-top-30 {
	padding-top: 30px
}

.padding-top-40 {
	padding-top: 40px
}

.padding-top-50 {
	padding-top: 50px
}

.padding-top-60 {
	padding-top: 60px
}

.padding-top-70 {
	padding-top: 70px
}

.padding-top-75 {
	padding-top: 75px
}

.padding-top-80 {
	padding-top: 80px
}

.padding-top-90 {
	padding-top: 90px
}

.padding-top-95 {
	padding-top: 95px
}

.padding-top-100 {
	padding-top: 100px
}

.padding-top-105 {
	padding-top: 105px
}

.padding-top-110 {
	padding-top: 110px
}

.padding-top-115 {
	padding-top: 115px
}

.padding-top-120 {
	padding-top: 120px
}

.padding-top-130 {
	padding-top: 130px
}

.padding-top-140 {
	padding-top: 140px
}

.padding-bottom-5 {
	padding-bottom: 5px
}

.padding-bottom-10 {
	padding-bottom: 10px
}

.padding-bottom-15 {
	padding-bottom: 15px
}

.padding-bottom-20 {
	padding-bottom: 20px
}

.padding-bottom-25 {
	padding-bottom: 25px
}

.padding-bottom-30 {
	padding-bottom: 30px
}

.padding-bottom-35 {
	padding-bottom: 35px
}

.padding-bottom-40 {
	padding-bottom: 40px
}

.padding-bottom-45 {
	padding-bottom: 45px
}

.padding-bottom-50 {
	padding-bottom: 50px
}

.padding-bottom-55 {
	padding-bottom: 55px
}

.padding-bottom-60 {
	padding-bottom: 60px
}

.padding-bottom-65 {
	padding-bottom: 65px
}

.padding-bottom-70 {
	padding-bottom: 70px
}

.padding-bottom-75 {
	padding-bottom: 75px
}

.padding-bottom-80 {
	padding-bottom: 80px
}

.padding-bottom-85 {
	padding-bottom: 85px
}

.padding-bottom-90 {
	padding-bottom: 90px
}

.padding-bottom-95 {
	padding-bottom: 95px
}

.padding-bottom-100 {
	padding-bottom: 100px
}

.padding-bottom-110 {
	padding-bottom: 110px
}

.padding-bottom-105 {
	padding-bottom: 105px
}

.padding-bottom-115 {
	padding-bottom: 115px
}

.padding-bottom-120 {
	padding-bottom: 120px
}

.padding-bottom-130 {
	padding-bottom: 130px
}

.padding-bottom-135 {
	padding-bottom: 135px
}

.padding-120 {
	padding-top: 120px;
	padding-bottom: 120px
}

.padding-130 {
	padding-top: 130px;
	padding-bottom: 130px
}

.padding-top-150 {
	padding-top: 150px
}

.padding-bottom-190 {
	padding-bottom: 190px
}

.padding-110 {
	padding-top: 110px;
	padding-bottom: 110px
}

.padding-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.padding-20 {
	padding-top: 20px;
	padding-bottom: 20px
}

.padding-25 {
	padding-top: 25px;
	padding-bottom: 25px
}

.padding-30 {
	padding-top: 30px;
	padding-bottom: 30px
}

.padding-35 {
	padding-top: 35px;
	padding-bottom: 35px
}

.padding-40 {
	padding-top: 40px;
	padding-bottom: 40px
}

.padding-50 {
	padding-top: 50px;
	padding-bottom: 50px
}

.padding-60 {
	padding-top: 60px;
	padding-bottom: 60px
}

.padding-70 {
	padding-top: 70px;
	padding-bottom: 70px
}

.padding-75 {
	padding-top: 75px;
	padding-bottom: 75px
}

.padding-80 {
	padding-top: 80px;
	padding-bottom: 80px
}

.padding-90 {
	padding-top: 90px;
	padding-bottom: 90px
}

.padding-95 {
	padding-top: 95px;
	padding-bottom: 95px
}

.padding-10 {
	padding-top: 10px;
	padding-bottom: 10px
}

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

.margin-top-20 {
	margin-top: 20px
}

.margin-top-30 {
	margin-top: 30px
}

.margin-top-40 {
	margin-top: 40px
}

.margin-top-50 {
	margin-top: 50px
}

.margin-top-55 {
	margin-top: 55px
}

.margin-top-60 {
	margin-top: 60px
}

.margin-top-70 {
	margin-top: 70px
}

.margin-top-80 {
	margin-top: 80px
}

.margin-top-90 {
	margin-top: 90px
}

.margin-top-100 {
	margin-top: 100px
}

.margin-bottom-0 {
	margin-bottom: 0 !important
}

.margin-bottom-10 {
	margin-bottom: 10px
}

.margin-bottom-15 {
	margin-bottom: 15px
}

.margin-bottom-20 {
	margin-bottom: 20px
}

.margin-bottom-25 {
	margin-bottom: 25px
}

.margin-bottom-30 {
	margin-bottom: 30px
}

.margin-bottom-40 {
	margin-bottom: 40px
}

.margin-bottom-50 {
	margin-bottom: 50px
}

.margin-bottom-55 {
	margin-bottom: 55px
}

.margin-bottom-60 {
	margin-bottom: 60px
}

.margin-bottom-70 {
	margin-bottom: 70px
}

.margin-bottom-80 {
	margin-bottom: 80px
}

.margin-bottom-90 {
	margin-bottom: 90px
}

.margin-bottom-100 {
	margin-bottom: 100px
}

.margin-top-120 {
	margin-top: 120px
}

.margin-left-160 {
	margin-left: 160px
}

.min-height-600 {
	min-height: 600px
}

.alignleft {
	float: left;
	clear: both;
	margin-right: 20px;
	margin-bottom: 20px
}

.alignright {
	float: right;
	clear: both;
	margin-left: 20px;
	margin-bottom: 20px
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em
}

.alignfull {
	margin: 1.5em 0;
	max-width: 100%
}

.alignwide {
	max-width: 1100px
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
	content: "";
	display: table;
	table-layout: fixed
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
	clear: both
}

.sticky {
	display: block
}

.updated:not(.published) {
	display: none
}

.blog-pagination ul li {
	display: inline-block
}

.blog-pagination ul li+li {
	margin: 0 5px
}

.blog-pagination {
	display: block;
	width: 100%
}

.blog-pagination ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

embed,
iframe,
object {
	max-width: 100%
}

.custom-logo-link {
	display: inline-block
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	clear: both
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption-text {
	text-align: center
}

.gallery {
	margin-bottom: 1.5em
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}

.gallery-columns-2 .gallery-item {
	max-width: 50%
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
	max-width: 25%
}

.gallery-columns-5 .gallery-item {
	max-width: 20%
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}

.gallery-caption {
	display: block
}

.wp-link-pages a {
	margin: 0 5px;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in
}

.wp-link-pages {
	margin-bottom: 30px;
	margin-top: 25px
}

.wp-link-pages a,
.wp-link-pages span {
	border: 1px solid #e2e2e2;
	padding: 5px 15px;
	display: inline-block
}

.wp-link-pages .current,
.wp-link-pages a:hover {
	background-color: var(--main-color-one);
	color: #fff;
	border-color: var(--main-color-one)
}

.wp-link-pages span:first-child {
	margin-right: 5px
}

dl,
ol,
ul {
	padding-left: 15px
}

.post-password-form input {
	display: block;
	border: 1px solid #e2e2e2;
	height: 50px;
	border-radius: 3px;
	padding: 0 20px
}

.post-password-form label {
	font-weight: 600;
	color: #333
}

.post-password-form input[type=submit] {
	width: 100px;
	height: 50px;
	background-color: var(--main-color-one);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	border: none;
	cursor: pointer;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in
}

.post-password-form input[type=submit]:hover {
	background-color: #121a2f
}

.footer-widget .table td,
.footer-widget .table th {
	padding: .5rem !important
}

.single-post-details-item .entry-content>.alignwide {
	max-width: 1100px
}

.single-post-details-item .entry-content>.alignfull {
	margin: 1.5em 0;
	max-width: 100%
}

.wp-block-video video {
	max-width: 636px
}

.wp-block-image img {
	display: block
}

.wp-block-image.alignfull img {
	width: 100vw
}

.wp-block-gallery:not(.components-placeholder) {
	margin: 1.5em auto
}

.wp-block-cover-text p {
	padding: 1.5em 14px
}

ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
	padding: 0 14px
}

.wp-block-table {
	display: block;
	overflow-x: auto
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%
}

.wp-block-table td,
.wp-block-table th {
	padding: .5em
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.wp-block-quote.is-large {
	margin: 0 auto 16px
}

.wp-block-pullquote>p:first-child {
	margin-top: 0
}

.wp-block-separator {
	margin: 3em auto;
	padding: 0
}

@media screen and (min-width:768px) {
	.wp-block-cover-text p {
		padding: 1.5em 0
	}
}

wp-block-video video {
	max-width: 636px
}

.wp-block-image img {
	display: block
}

.wp-block-image.alignfull img {
	width: 100vw
}

.wp-block-gallery:not(.components-placeholder) {
	margin: 1.5em auto
}

.wp-block-cover-text p {
	padding: 1.5em 14px
}

ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
	padding: 0 14px
}

.wp-block-table {
	display: block;
	overflow-x: auto
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%
}

.wp-block-table td,
.wp-block-table th {
	padding: .5em
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.wp-block-quote.is-large {
	margin: 0 auto 16px
}

.wp-block-pullquote>p:first-child {
	margin-top: 0
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 4px solid #000;
	padding-left: 1em
}

.wp-block-separator {
	margin: 3em auto;
	padding: 0
}

@media screen and (min-width:768px) {
	.wp-block-cover-text p {
		padding: 1.5em 0
	}
}

.wp-block-pullquote {
	border-top: 4px solid #555d66;
	border-bottom: 4px solid #555d66;
	color: #40464d
}

.has-strong-blue-color {
	color: #0073aa
}

.has-strong-blue-background-color {
	background-color: #0073aa
}

.has-lighter-blue-color {
	color: #229fd8
}

.has-lighter-blue-background-color {
	background-color: #229fd8
}

.has-very-light-gray-color {
	color: #eee
}

.has-very-light-gray-background-color {
	background-color: #eee
}

.has-very-dark-gray-color {
	color: #444
}

.has-very-dark-gray-background-color {
	background-color: #444
}

.breadcrumb-area {
	background: #C3E079;
	padding-top: 30px;
	padding-bottom: 30px;
}

.page-title {
	color: #fff;
	font-family: 'Tenor Sans', sans-serif
}

.breadcrumb-area.style-04 .page-title .heading-1 {
	color: #fff;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.breadcrumb-area.style-04 .page-list li {
	color: #fff
}

.breadcrumb-area.style-04 .page-list li:first-child a {
	color: var(--main-color-one)
}

.breadcrumb-area.style-04 .page-list li:first-child a:hover {
	color: #fff
}

.breadcrumb-area.style-03 {
	min-height: 350px;
	position: relative
}

.breadcrumb-area.style-03 .breadcrumb-content {
	background: #fff;
	border-radius: 20px 20px 0 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 400px;
	text-align: center
}

.breadcrumb-area.style-03 .breadcrumb-content .page-title .heading-1 {
	font-size: 46px;
	line-height: 56px
}

.breadcrumb-area.style-02 {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important
}

.breadcrumb-area.style-02 .breadcrumb-content {
	padding-left: 40px
}

.breadcrumb-area .page-title .heading-1 {
	color: #005f27;
	font-size: 30px;
	font-weight: 600
}

.breadcrumb-area .page-list {
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Tenor Sans', sans-serif;
	padding: 0
}

.breadcrumb-area .page-list li {
	display: inline-block;
	position: relative;
	padding-left: 0.5em;
	color: #005f27;
	font-size: 0.8em;
	line-height: 25px;
	font-weight: 500;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.breadcrumb-area .page-list li:first-child {
	padding-left: 0
}

.breadcrumb-area .page-list li:first-child a {
	color: #005f27
}

.breadcrumb-area .page-list li:first-child a:hover {
	color: #fff;
	text-decoration: none
}

.breadcrumb-area .page-list li:first-child:after {
	display: none
}

.comment-content a {
	word-wrap: break-word
}

.bypostauthor {
	display: block
}

.comments-area {
	margin-top: 30px
}

.comments-area .comments-title {
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 25px
}

.comments-area .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	margin-bottom: 20px
}

.comments-area .comment-list .comment-respond {
	margin-bottom: 30px
}

.comments-area .comment-list li {
	margin-bottom: 30px
}

.comments-area .comment-list li:last-child {
	margin-bottom: 0
}

.comments-area .comment-list li ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none
}

.comments-area .comment-list li ul {
	list-style: none
}

.comments-area .comment-list li ul.children li {
	margin-left: 50px;
	list-style-type: none;
	list-style: none
}

.comments-area .comment-list li .single-comment-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.comments-area .comment-list li .single-comment-wrap .thumb {
	margin-right: 20px;
	min-width: 80px
}

.comment-area .comment-list .single-comment-wrap .thumb img {
	border-radius: 50%
}

.comments-area .comment-list li .single-comment-wrap .thumb img {
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
}

.comment-area .comment-form-wrap .form-area .thumb img {
	border-radius: 50%
}

.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time,
.comments-area .comment-list li .single-comment-wrap .date {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px
}

.comments-area .comment-list li .single-comment-wrap .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative
}

.comments-area .comment-list li .single-comment-wrap .content .title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600
}

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
	max-width: 620px
}

.comments-area .comment-list li .single-comment-wrap .content p {
	font-size: 16px;
	line-height: 26px;
	word-break: break-word
}

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
	margin-bottom: 0
}

.comments-area .comment-list li .single-comment-wrap .content .reply {
	position: absolute;
	top: 0;
	right: 0;
	color: var(--paragraph-color);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
	color: var(--main-color-one)
}

.comments-area .comment-reply-title,
.comments-area .reply-title {
	font-size: 26px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 20px
}

.comments-area .form-submit {
	margin-bottom: 0
}

.comment-form .form-group.textarea .form-control {
	min-height: 160px;
	resize: none;
	line-height: 26px
}

.comment-form .form-group.textarea .form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.comment-form .form-group .form-control {
	height: 50px;
	line-height: 50px;
	border: 1px solid #e2e2e2
}

.comment-form .submit-btn {
	height: 50px;
	width: auto;
	border-radius: 5px;
	font-weight: 400;
	background-color: var(--main-color-one);
	border: none;
	cursor: pointer;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	color: #fff
}

.comment-form .submit-btn:hover {
	background-color: var(--secondary-color);
	color: #fff
}

.comments-area .comment-list .children li:last-child {
	margin-bottom: 30px
}

.comments-area .comment-list li ul.children {
	margin-top: 30px
}

.comment-form-cookies-consent input[type=checkbox] {
	margin-right: 5px
}

.widget {
	background-color: #f4f7fc;
	margin-bottom: 30px;
	padding: 25px 30px 30px 30px
}

.widget select {
	width: 100%;
	height: 50px;
	padding: 10px 20px
}

.widget .widget-title {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 31px;
	margin-bottom: 20px;
	position: relative
}

.widget.widget_calendar {
	padding-right: 24px;
	padding-left: 24px
}

.widget:last-child {
	margin-bottom: 0
}

.widget.widget_nav_menu ul li.menu-item-has-children:after {
	display: none
}

.widget.footer-widget .subscribe-form .form-group .form-control {
	background-color: #515457;
	color: #fff
}

.widget.footer-widget .subscribe-form .form-group .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .6)
}

.widget.footer-widget .subscribe-form .form-group .form-control:-moz-placeholder {
	color: rgba(255, 255, 255, .6)
}

.widget.footer-widget .subscribe-form .form-group .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, .6)
}

.widget.footer-widget .subscribe-form .form-group .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, .6)
}

.widget.footer-widget .subscribe-form .submit-btn:hover {
	background-color: #fff;
	color: var(--main-color-one)
}

.widget.footer-widget {
	background-color: transparent !important;
	padding: 0;
	margin-bottom: 30px
}

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

.widget ul li ul {
	margin-left: 20px
}

.widget ul li {
	display: block;
	-ms-word-wrap: break-word;
	word-break: break-word
}

.widget ul li:first-child {
	margin-top: 0
}

.widget ul li:last-child {
	margin-bottom: 0
}

.widget ul li a {
	color: inherit;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.widget ul li a:hover {
	color: var(--main-color-one)
}

.footer-widget.widget_nav_menu ul li a {
	position: relative
}

.widget_search .search-form {
	position: relative
}

.widget_search .search-form .form-group {
	margin-bottom: 0
}

.widget_search .search-form .form-group .form-control {
	height: 50px;
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 0 70px 0 15px
}

.widget_search .search-form .submit-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	font-size: 18px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: var(--main-color-one);
	color: #fff;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	border: none;
	cursor: pointer
}

.widget_search .search-form .submit-btn:hover {
	background-color: var(--secondary-color);
	color: #fff
}

.widget_author_meta {
	text-align: center
}

.widget_author_meta .thumb {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	margin-bottom: 20px
}

.widget_author_meta .thumb img {
	border-radius: 50%
}

.widget_author_meta .content .name {
	font-size: 21px;
	font-weight: 700
}

.widget_author_meta .content p {
	font-size: 16px;
	line-height: 26px
}

.widget_author_meta .content ul {
	margin-top: 25px
}

.widget_author_meta .content ul li {
	display: inline-block;
	margin: 0 5px
}

.widget_author_meta .content ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.widget_author_meta .content ul li a:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.widget_tag_cloud .tagcloud a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 5px;
	color: inherit;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	border-radius: 5px;
	font-size: 16px !important
}

.widget_tag_cloud .tagcloud a:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.widget ul li ul.sub-menu {
	position: initial
}

.widget ul li ul.sub-menu {
	visibility: visible;
	opacity: 1;
	background-color: transparent;
	border-top: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 10px
}

.widget ul li ul.sub-menu li a {
	padding: 0 0 0 10px
}

.widget ul li ul.sub-menu li a:hover {
	background-color: transparent
}

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

.widget.widget_nav_menu ul li:last-child {
	margin-bottom: 0
}

.widget.widget_nav_menu ul li a {
	border: none
}

.widget.widget_nav_menu ul li>ul {
	margin-left: 15px
}

.widget.footer-widget.widget_calendar table {
	margin-bottom: 0
}

.widget.footer-widget.widget_calendar caption {
	padding-bottom: 0
}

.widget.footer-widget .widget-title {
	color: #707070
}

.footer-widget.widget_tag_cloud .tagcloud a,
.widget.footer-widget p,
.widget.footer-widget.widget_calendar caption,
.widget.footer-widget.widget_calendar td,
.widget.footer-widget.widget_calendar th {
	color: #000
}

.widget.footer-widget ul li,
.widget.footer-widget ul li a {
	color: #dee5ea
}

.widget.footer-widget ul li a:hover {
	color: var(--main-color-one)
}

.widget .social_share {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.widget .social_share li {
	width: calc(100% / 3);
	margin: 0;
	display: block;
	padding: 20px 0 12px 0;
	text-align: center;
	border-radius: 5px;
	color: #fff
}

.widget .social_share li i {
	display: block;
	margin-bottom: 10px;
	font-size: 20px
}

.widget .social_share li.facebook {
	background-color: #3b5999
}

.widget .social_share li.twitter {
	background-color: #55acee
}

.widget .social_share li.instagram {
	background-color: #e4405f
}

.widget .social_share li a:hover {
	color: #fff
}

.widget .social_share li+li {
	margin-left: 10px
}

.widget .recent_post_item {
	margin: 0;
	padding: 0;
	list-style: none
}

.widget .recent_post_item li {
	display: block
}

.widget .recent_post_item li+li {
	margin-top: 20px
}

.widget .recent_post_item li.single-recent-post-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.widget .recent_post_item li.single-recent-post-item .thumb {
	width: 60px;
	height: 60px;
	margin-right: 15px
}

.widget .recent_post_item li.single-recent-post-item .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.widget .recent_post_item li.single-recent-post-item .content .title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600
}

.widget .recent_post_item li.single-recent-post-item .content .time {
	font-size: 14px;
	font-weight: 500
}

.contact_info_list {
	margin: 0;
	padding: 0;
	list-style: none
}

.contact_info_list li {
	display: block
}

.contact_info_list li.single-info-item {
	position: relative;
	margin-bottom: 20px
}

.contact_info_list li.single-info-item .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--main-color-one)
}

.contact_info_list li.single-info-item .details {
	padding-left: 30px
}

.about_us_widget .footer-logo {
	margin-bottom: 30px;
	display: block
}

.copyright-area {
	padding: 20px 0;
	text-align: center;
	background-color: #89d100;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px
}

.widget-testimonial .icon {
	font-size: 70px;
	line-height: 60px;
	color: var(--main-color-one);
	margin-bottom: 16px
}

.widget-testimonial p {
	color: rgba(255, 255, 255, .8);
	line-height: 1.6
}

.widget-testimonial .author-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: 24px
}

.widget-testimonial .author-meta .thumb {
	margin-right: 20px
}

.widget-testimonial .author-meta .thumb img {
	max-width: 80px;
	height: 80px;
	border-radius: 50%
}

.widget-testimonial .author-meta .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 15px
}

.widget-testimonial .author-meta .content .name {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0
}

.widget-testimonial .author-meta .content .designation {
	color: rgba(255, 255, 255, .8);
	font-size: 14px
}

.info-bar-area.style-three .info-bar-inner {
	padding: 10px 0 18px 0
}

.info-bar-area.style-three .info-bar-inner .social-icon {
	margin-top: 15px
}

.info-bar-area.style-two .info-bar-inner {
	padding: 0
}

.info-bar-area .social-icon .title {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 0;
	color: var(--heading-color)
}

.info-bar-inner {
	padding: 32px 0 35px 0
}

.info-bar-inner div {
	display: inline-block
}

.info-bar-inner .logo-wrapper .logo {
	margin-top: 5px;
	display: block
}

.info-bar-inner .logo-wrapper .site-title {
	font-size: 35px;
	font-weight: 700;
	margin-top: 10px
}

.info-bar-inner .right-content {
	display: inline-block;
	float: right
}

.info-bar-inner .right-content .request-quote {
	margin-left: 40px
}

.info-bar-inner .right-content .request-quote .rq-btn {
	padding: 15px 25px;
	background-color: var(--main-color-one);
	border-radius: 30px;
	color: #fff;
	font-weight: 600;
	display: block;
	position: relative;
	top: -5px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.info-bar-inner .right-content .request-quote .rq-btn.blank {
	background-color: #f1f1f1;
	border-radius: 0;
	top: 0;
	padding: 15px 40px;
	color: var(--heading-color)
}

.info-bar-inner .right-content .request-quote .rq-btn.blank i {
	color: var(--main-color-one);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.info-bar-inner .right-content .request-quote .rq-btn.blank:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.info-bar-inner .right-content .request-quote .rq-btn.blank:hover i {
	color: #fff
}

.info-bar-inner .right-content .request-quote .rq-btn:hover {
	background-color: var(--secondary-color)
}

.info-items {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none
}

.info-items li {
	display: inline-block;
	margin: 0 30px
}

.info-items li:hover .single-info-item .content .title {
	color: var(--main-color-one)
}

.info-items li:first-child {
	margin-left: 0
}

.info-items li:last-child {
	margin-right: 0
}

.info-items li .single-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.info-items li .single-info-item .icon {
	margin-right: 20px;
	font-size: 40px;
	line-height: 40px;
	color: var(--main-color-one)
}

.info-items li .single-info-item .content .title {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.info-items li .single-info-item .content .details {
	font-size: 14px;
	line-height: 24px
}

.info-items-two {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px
}

.info-items-two li {
	display: inline-block;
	margin: 0 30px
}

.info-items-two li:hover .single-info-item .content .title {
	color: var(--main-color-one)
}

.info-items-two li:first-child {
	margin-left: 0
}

.info-items-two li:last-child {
	margin-right: 0
}

.info-items-two li .single-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.info-items-two li .single-info-item .icon {
	margin-right: 15px;
	font-size: 30px;
	line-height: 30px;
	color: var(--main-color-one)
}

.info-items-two li .single-info-item .content {
	margin-top: 3px
}

.info-items-two li .single-info-item .content .title {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.info-items-two li .single-info-item .content .details {
	margin-left: 5px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: var(--paragraph-color)
}

.appointment-section.sergery-style .appointment-form-area .select-items div:hover {
	background: #3ebcd8
}

.appointment-form-area .custom-select,
.select-box-area .custom-select {
	position: relative;
	padding: 0;
	border: none;
	height: 50px
}

.appointment-form-area .custom-select select,
.select-box-area .custom-select select {
	display: none
}

.appointment-form-area .select-selected,
.select-box-area .select-selected {
	border-radius: 24px;
	background-color: #dee5e9
}

.appointment-form-area .select-selected::after,
.select-box-area .select-selected::after {
	content: '';
	clear: both;
	display: inline-block
}

.appointment-form-area .select-selected:after,
.select-box-area .select-selected:after {
	position: absolute;
	content: "";
	top: 22px;
	right: 18px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: #626262 transparent transparent transparent
}

.appointment-form-area .select-selected.select-arrow-active:after,
.select-box-area .select-selected.select-arrow-active:after {
	border-color: transparent transparent #626262 transparent;
	top: 11px
}

.appointment-form-area .select-items div,
.appointment-form-area .select-selected,
.select-box-area .select-items div,
.select-box-area .select-selected {
	color: #626262;
	font-size: 11px;
	font-weight: 300;
	font-style: italic;
	padding: 17px 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.appointment-form-area .select-items,
.select-box-area .select-items {
	position: absolute;
	background-color: #dee5e9;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border-radius: 24px;
	-webkit-box-shadow: 0 0 4px;
	box-shadow: 0 0 4px
}

.appointment-form-area .select-hide,
.select-box-area .select-hide {
	display: none
}

.appointment-form-area .select-items div:first-child,
.select-box-area .select-items div:first-child {
	border-radius: 24px 24px 0 0
}

.appointment-form-area .select-items div:last-child,
.select-box-area .select-items div:last-child {
	border-radius: 0 0 24px 24px
}

.appointment-form-area .same-as-selected,
.appointment-form-area .select-items div:hover,
.select-box-area .same-as-selected,
.select-box-area .select-items div:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.appointment-form-area .margin-15,
.select-box-area .margin-15 {
	margin: 0 0 15px 0;
	display: block
}

.appointment-form-area.remove-bg .select-items,
.appointment-form-area.remove-bg .select-selected,
.select-box-area.remove-bg .select-items,
.select-box-area.remove-bg .select-selected {
	background-color: #fff;
	border: 1px solid #dee5ea
}

header {}

header.plastic-header-style-02 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

header.slider-style-05 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

header.header-style-3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 45px 0;
}

header.header-style-3 .search-area .search-icon {
	color: #fff
}

header.header-style-3 .search-area .search-icon::before {
	background: #fff
}

header.header-style-3 .search-area .menu-toggle span {
	background-color: #fff
}

header.plastic-header-style .search-area .search-icon {
	color: #626262
}

header.plastic-header-style .search-area .search-icon:hover {
	color: #6bcae2
}

header.plastic-header-style .search-area .menu-toggle span {
	background-color: #626262
}

header.plastic-header-style .search-area .menu-toggle:hover span {
	background-color: #6bcae2
}

header.plastic-header-style-02 .search-area .search-icon {
	color: #626262
}

header.plastic-header-style-02 .search-area .search-icon:hover {
	color: #6bcae2
}

header.plastic-header-style-02 .search-area .menu-toggle {
	margin-right: 6px
}

header.plastic-header-style-02 .search-area .menu-toggle span {
	background-color: #626262
}

header.plastic-header-style-02 .search-area .menu-toggle:hover span {
	background-color: #6bcae2
}

header .header-area {
	display: flex;
	align-items: center;
	flex-direction:row;
	justify-content: space-between;
}

header .header-area .logo-area {
	z-index: 9;
	width: 150px
}

header .header-area .navbar-area {
	z-index: 9;
	margin-top: 15px;
}

header .navbar-expand-lg .navbar-collapse {
	-webkit-box-pack: center;
	justify-content: center;
}

.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px;
	width: 100%;
	z-index: 999;
	background-color: #fff; /* або інший колір фону */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Додає тінь */
	transition: all 0.3s ease-in-out;
}

header .search-area {
	width: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-item-align: center;
	align-self: center;
	z-index: 9;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

header .search-area .search-icon {
	color: #626262;
	line-height: 20px;
	font-weight: 600;
	font-family: Flaticon;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	cursor: pointer
}

header .search-area .search-icon:hover {
	color: var(--main-color-one)
}

header .search-area .menu-toggle {
	padding: 1px;
	margin-left: 12px;
	cursor: pointer
}

header .search-area .menu-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #585858;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin: 3px 5px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

header .search-area .menu-toggle span:nth-child(2) {
	width: 12px
}

header .search-area .menu-toggle:hover span {
	background-color: #ff8686
}

header .search-area .menu-toggle:hover span:nth-child(2) {
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

header .social-icon {
	margin-right: 3%;
	float: right;
	height: 95%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

header .social-icon a i {
	color: #626262;
	padding: 14px;
	font-size: 14px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

header .social-icon a i:hover {
	color: #ff8686
}

.full-width-header {
	position: relative;
	background-size: cover;
	background-position: center center;
	z-index: 9;
	height: 100%;
	min-height: 500px
}

.header-bg {
	background: #f5f8f9;
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	height: 80vh;
	z-index: 0;
	min-height: 600px;
	border-radius: 0 0 0 20px
}

.header-heading-style {
	background-color: #f5f8f9;
	min-height: 420px;
	height: 40vh;
	border-radius: 0 0 0 20px
}

.navbar.navbar-area.white .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar.navbar-area .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-area {
	padding: 0
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav>li>a::after {
	background-color: #ff8686
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li a {
	color: #f5f8f9
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li a:hover {
	color: #ff8686
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
	color: #ff8686
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children a::before {
	background-color: #fff
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
	color: #ff8686
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu li a:hover {
	color: #ff8686
}

.navbar-area.nav-absolute {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 1
}

.navbar-area.plastic-surgery-nav .nav-container .navbar-collapse .navbar-nav>li>a::after {
	background: #6bcae2
}

.navbar-area.plastic-surgery-nav .nav-container .navbar-collapse .navbar-nav li a {
	color: #626262
}

.navbar-area.plastic-surgery-nav .nav-container .navbar-collapse .navbar-nav li a:hover {
	color: #6bcae2
}

.navbar-area.plastic-surgery-nav .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
	color: #6bcae2
}

.navbar-area.plastic-surgery-nav .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
	color: #6bcae2
}

.navbar-area.plastic-surgery-nav .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu li a:hover {
	color: #6bcae2
}

.navbar-area .nav-container .navbar-brand .site-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 90px;
	color: var(--heading-color)
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
	display: block
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li>a::after {
	content: "";
	clear: both;
	display: block;
	background: #000;
	height: 2px;
	width: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-bottom: 10px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li>a:hover::after {
	width: 15px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
	color: #93c121
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a::after {
	width: 15px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
	position: relative;
	z-index: 0
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
	visibility: visible;
	text-decoration: none;
	opacity: 1;
	top: 100%
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>a {
	position: relative;
	z-index: 0;
	text-transform: uppercase
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
	position: absolute;
	min-width: 180px;
	margin: 0;
	list-style: none;
	left: 50%;
	top: 130%;
	-webkit-box-shadow: 0 0 2px #d6d6d6;
	box-shadow: 0 0 2px #d6d6d6;
	border-radius: 6px;
	background-color: #fff;
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
	display: block;
	margin-left: 0;
	line-height: 24px;
	font-size: 16px;
	padding: 0 16px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child a {
	border-radius: 8px 8px 0 0;
	padding-top: 16px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child a {
	border-radius: 0 0 8px 8px;
	padding-bottom: 16px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
	color: var(--main-color-one);
	padding-left: 10px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
	display: block;
	font-size: 14px;
	padding: 5px;
	font-weight: 500;
	white-space: nowrap;
	color: var(--paragraph-color);
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
	padding-right: 0;
	display: block
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children::before {
	display: none
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>a {
	position: relative;
	z-index: 0
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>a::before {
	position: absolute;
	right: -8px;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	z-index: 9;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	background-color: var(--paragraph-color);
	display: block
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
	left: 100%;
	top: -24px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu li:first-child a {
	padding-top: 16px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu li:last-child a {
	padding-bottom: 16px
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu li a {
	background-color: #fff;
	color: #838282;
	padding: 5px;
	position: relative;
	z-index: 0;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu li a:hover {
	color: var(--main-color-one);
	padding-left: 10px;
	text-decoration: none
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
	left: auto;
	right: 100%
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
	visibility: visible;
	text-decoration: none;
	opacity: 1
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
	color: #fff
}

.navbar-area.nav-style-03 .nav-container .navbar-collapse .navbar-nav li a {
	color: #F5F8F9;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
	font-size: 16px;
	font-family: 'Tenor Sans', sans-serif;
	line-height: 1.6rem;
	display: block;
	color: #000;
	font-weight: 500;
	padding: 0 0.8rem;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	text-transform: uppercase
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
	color: var(--main-color-one);
	text-decoration: none
}

.navbar-toggler {
	position: absolute;
	top: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0
}

.cross-menu {
	padding: 5px 10px;
	display: block;
}

.cross-menu.white .bar1,
.cross-menu.white .bar2,
.cross-menu.white .bar3 {
	background-color: #fff
}

.cross-menu .bar1,
.cross-menu .bar2,
.cross-menu .bar3 {
	width: 30px;
	height: 2px;
	background-color: #626262;
	margin: 6px 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	display: block
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-4px, 6px);
	-ms-transform: rotate(-45deg) translate(-4px, 6px);
	transform: rotate(-45deg) translate(-4px, 6px)
}

.change .bar2 {
	opacity: 0
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -8px);
	-ms-transform: rotate(45deg) translate(-5px, -8px);
	transform: rotate(45deg) translate(-5px, -8px)
}

@media only screen and (max-width:991px) {
	header .search-area {
		position: absolute;
		top: 6.5%;
		right: 2%
	}

	.navbar-area .nav-container {
		position: relative;
		z-index: 0
	}

	.navbar-area .nav-container .navbar-brand {
		display: block
	}

	.navbar-area .nav-container .navbar-brand .navbar-toggler {
		border: none
	}

	.navbar-area .nav-container .navbar-collapse {
		position: absolute;
		top: 0;
		left: 50%;
		width: 100%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav {
		display: block;
		background-color: #fff;
		-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
		box-shadow: 0 3px 10px rgba(0, 0, 0, .16)
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li {
		display: block;
		text-align: left;
		line-height: 30px;
		padding: 10px 0;
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
		border-bottom: none
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
		margin-left: 0
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
		top: 25px;
		right: 20px
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
		padding-bottom: 0
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
		visibility: visible;
		height: auto;
		opacity: 1;
		border-bottom: none
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
		padding: 10px 0 10px 40px;
		height: auto
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
		position: initial;
		display: block;
		width: 100%;
		border-top: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-left: 0;
		padding-bottom: 0;
		visibility: hidden;
		opacity: 0;
		height: 0;
		overflow: hidden;
		max-height: 250px;
		overflow-y: scroll;
		-webkit-transition: height .5s;
		-moz-transition: height .5s;
		-o-transition: height .5s;
		transition: height .5s;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		padding-left: 50px
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
		content: "\f107"
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
		padding: 0
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
		top: 30px;
		color: #fff
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
		border-top: none
	}

	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>.sub-menu {
		padding: 0;
		height: 0;
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
		width: 100%;
		display: none;
	}
}

@media only screen and (max-width:575px) {
	.navbar-area .nav-container {
		margin: 0 15px
	}
}

.home-slider {
	overflow: hidden
}

.home-slider .slick-arrow .arrow-line {
	width: 1px;
	height: 70px;
	background-color: #ff8686;
	display: table;
	margin: auto
}

.home-slider .slick-arrow .arrow-down {
	position: relative;
	width: 11px;
	margin-right: 13px
}

.home-slider .slick-arrow .arrow-down .caret-down {
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #ff8686
}

.home-slider .slick-arrow .arrow-up {
	position: relative;
	width: 12px
}

.home-slider .slick-arrow .arrow-up .caret-up {
	position: absolute;
	top: -10px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #ff8686
}

.home-slider .controller-area {
	width: 100%;
	position: absolute;
	bottom: 5%;
	left: 0
}

.home-slider .controller-area.surgery-controller-style .surgery-controller {
	position: absolute;
	left: 11%;
	bottom: 20%
}

.home-slider .controller-area.surgery-controller-style .surgery-controller .controller-wrapper {
	margin: inherit
}

.home-slider .controller-area.surgery-controller-style .surgery-controller .controller-wrapper .active-controller {
	color: #3dbbd7
}

.home-slider .controller-area.surgery-controller-style .surgery-controller .controller-wrapper .total-controller {
	color: #3dbbd7
}

.home-slider .controller-area.surgery-controller-style .surgery-controller .controller-wrapper .home-slider-progressbar .home-slider-progress {
	background-color: #3dbbd7
}

.home-slider .controller-area.surgery-controller-style .surgery-controller .controller-wrapper .home-slider-progressbar .home-slider-progress-active {
	background-color: #3dbbd7
}

.home-slider .controller-area .controller-wrapper {
	position: relative;
	width: 200px;
	margin: auto
}

.home-slider .controller-area .controller-wrapper .active-controller {
	color: #ff8686;
	position: absolute;
	top: -10px;
	left: -25px
}

.home-slider .controller-area .controller-wrapper .total-controller {
	color: #ff8686;
	position: absolute;
	top: -10px;
	right: -25px
}

.home-slider .controller-area .controller-wrapper .home-slider-progressbar {
	position: relative;
	z-index: 0;
	width: 200px
}

.home-slider .controller-area .controller-wrapper .home-slider-progressbar .home-slider-progress {
	width: 200px;
	height: 1px;
	background-color: #ff8686;
	position: absolute
}

.home-slider .controller-area .controller-wrapper .home-slider-progressbar .home-slider-progress-active {
	position: absolute;
	top: -1px;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #ff8686
}

.home-slider.slider-style-05 {
	padding: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.home-slider.slider-style-05 .slider-wrap {
	display: block
}

.home-slider.slider-style-05 .slider-wrap .slider-left-content {
	width: 10%;
	height: 100vh
}

.home-slider.slider-style-05 .slider-wrap .slider-left-content .social-icon {
	width: 100%
}

.home-slider.slider-style-05 .slider-wrap .slider-left-content .slider-bottom-area {
	height: 45vh
}

.home-slider.slider-style-05 .slider-wrap .slider-left-content .slider-bottom-area .scroll-down-area {
	width: 100%;
	height: 73%
}

.home-slider.slider-style-05 .slider-wrap .slider-left-content .slider-bottom-area .scroll-down-area .scroll-down {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 108px
}

.home-slider.slider-style-05 .slider-wrap .slider-right-content {
	width: 100%;
	height: 100%;
	margin: 0 auto
}

.home-slider.slider-style-05 .dental-slider .slick-active .slider-items .slider-content-area .slider-content .slider-heading,
.home-slider.slider-style-05 .dental-slider .slick-current .slider-items .slider-content-area .slider-content .slider-heading {}

.home-slider.slider-style-05 .dental-slider .slick-active .slider-items .slider-content-area .slider-content p,
.home-slider.slider-style-05 .dental-slider .slick-current .slider-items .slider-content-area .slider-content p {}

.home-slider.slider-style-05 .dental-slider .slick-active .slider-items .slider-content-area .slider-content .main-btn-wrap,
.home-slider.slider-style-05 .dental-slider .slick-current .slider-items .slider-content-area .slider-content .main-btn-wrap {
	-webkit-animation: fadeInUp 2s 0s both;
	animation: fadeInUp 2s 0s both
}

.home-slider.slider-style-05 .dental-slider .slick-active .slider-items .slider-content-area .slider-child-img,
.home-slider.slider-style-05 .dental-slider .slick-current .slider-items .slider-content-area .slider-child-img {
	-webkit-animation: fadeInRight 2s 0s both;
	animation: fadeInRight 2s 0s both
}

.home-slider.slider-style-05 .dental-slider .slick-prev.slick-arrow {
	display: none !important
}

.home-slider.slider-style-05 .dental-slider .slick-next.slick-arrow {
	display: none !important
}

.home-slider.slider-style-05 .dental-slider .social-icon {
	width: 10%;
	height: 40vh
}

.home-slider.slider-style-05 .dental-slider .slider-bottom-area {
	width: 100%;
	position: absolute;
	bottom: 9%;
	left: 1%
}

.home-slider.slider-style-05 .dental-slider .slider-items {
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center !important;
	width: 90%;
	padding: 0;
	text-align: left;
	height: 60vh;
	min-height: 400px;
	position: relative;
	z-index: 0;
	overflow: hidden
}

.home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: absolute;
	top: 53%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area .slider-content {
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: start;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin: 10px
}

.home-slider.slider-style-05 .dental-slider .slider-items .slider-content-area .slider-child-img {
	width: 55%
}

.home-slider.slider-style-04 {
	width: 100%
}

.home-slider.slider-style-04 .paralax-slider-area {
	position: relative
}

.home-slider.slider-style-04 .paralax-slider-area .paralax-slider-wrapper .slick-active .slider-items .slider-content-area .slider-content .slider-heading,
.home-slider.slider-style-04 .paralax-slider-area .paralax-slider-wrapper .slick-current .slider-items .slider-content-area .slider-content .slider-heading {
	-webkit-animation: fadeInDown 2s 0s both;
	animation: fadeInDown 2s 0s both
}

.home-slider.slider-style-04 .paralax-slider-area .paralax-slider-wrapper .slick-active .slider-items .slider-content-area .slider-content .main-btn-wrap,
.home-slider.slider-style-04 .paralax-slider-area .paralax-slider-wrapper .slick-current .slider-items .slider-content-area .slider-content .main-btn-wrap {
	-webkit-animation: fadeInUp 2s 0s both;
	animation: fadeInUp 2s 0s both
}

.home-slider.slider-style-04 .paralax-slider-area .paralax-slider-wrapper .slider-items {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	min-height: 700px;
	position: relative;
	z-index: 0
}

.home-slider.slider-style-04 .paralax-slider-area .paralax-slider-wrapper .slider-items:after {
	position: absolute;
	top: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), color-stop(rgba(34, 47, 59, .5)), to(rgba(133, 150, 167, .5)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, .5), rgba(34, 47, 59, .5), rgba(133, 150, 167, .5));
	background-image: -o-linear-gradient(rgba(0, 0, 0, .5), rgba(34, 47, 59, .5), rgba(133, 150, 167, .5));
	background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(34, 47, 59, .5), rgba(133, 150, 167, .5));
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1
}

.home-slider.slider-style-04 .paralax-slider-area .paralax-slider-wrapper .slider-items .slider-content-area {
	z-index: 2;
	position: absolute;
	top: 50%;
	width: 91%;
	left: 9%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home-slider.slider-style-04 .paralax-slider-area .paralax-slider-wrapper .slider-items .slider-content-area .slider-content {
	width: 50%
}

.home-slider.slider-style-04 .paralax-slider-area .paralax-slider-wrapper .slider-items .slider-content-area .slider-content .slider-heading {
	color: #fff
}

.home-slider.slider-style-04 .paralax-slider-area .paralax-slider-wrapper .slick-dots {
	position: absolute;
	right: 4%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home-slider.slider-style-04 .paralax-slider-area .paralax-slider-wrapper .slick-dots li {
	color: #fff;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	line-height: 21px;
	text-align: center;
	padding: 0 7px;
	margin: 5px 0;
	cursor: pointer;
	position: relative
}

.home-slider.slider-style-04 .paralax-slider-area .paralax-slider-wrapper .slick-dots li button {
	display: none
}

.home-slider.slider-style-04 .paralax-slider-area .paralax-slider-wrapper .slick-dots li.slick-active {
	border: 1px solid #ff8686;
	color: #ff8686
}

.home-slider.slider-style-04 .paralax-slider-area .paralax-slider-wrapper .slick-dots li.slick-active::after {
	background-color: #ff8686
}

.home-slider.slider-style-04 .paralax-slider-area .paralax-slider-wrapper .slick-dots li::after {
	content: "";
	width: 5px;
	height: 5px;
	line-height: 5px;
	text-align: center;
	background-color: #fff;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.home-slider.slider-style-04 .paralax-slider-area .slider-bottom-area {
	position: absolute;
	bottom: 5%;
	width: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.home-slider.slider-style-04 .paralax-slider-area .slider-bottom-area .scroll-down-area {
	width: 50%
}

.home-slider.slider-style-04 .paralax-slider-area .slider-bottom-area .scroll-down-area .scroll-down-btn {
	position: absolute;
	right: 0;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	bottom: 5px
}

.home-slider.slider-style-04 .paralax-slider-area .slider-bottom-area .scroll-down-area .scroll-down-btn a {
	width: 35px;
	height: 70px;
	position: relative;
	display: block
}

.home-slider.slider-style-04 .paralax-slider-area .slider-bottom-area .scroll-down-area .scroll-down-btn a::before scroll-down-btn {
	position: absolute;
	top: 5px;
	left: 4px;
	-webkit-animation: scrollDown 2s infinite;
	animation: scrollDown 2s infinite;
	font-size: 35px;
	color: #fff
}

.home-slider.slider-style-04 .paralax-slider-area .slider-bottom-area .social-icon {
	width: 50%;
	min-height: inherit;
	height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-right: 4%
}

.home-slider.slider-style-04 .paralax-slider-area .slider-bottom-area .social-icon .icon {
	color: #fff;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 8px;
	padding: 10px 0
}

.home-slider.slider-style-04 .paralax-slider-area .slider-bottom-area .social-icon .icon:hover {
	background-color: #89d100;
	border: 1px solid #ff8686
}

.home-slider.slider-style-03 {
	padding: 0;
	width: 100%;
	height: 100%
}

.home-slider.slider-style-03 .container-fluid,
.home-slider.slider-style-03 .row {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0
}

.home-slider.slider-style-03 .banner-video-area {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: -1
}

.home-slider.slider-style-03 .banner-video-area:after {
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.home-slider.slider-style-03 #myVideo {
	min-width: 100%;
	min-height: 100%
}

.home-slider.slider-style-03 .slider-content-area {
	width: 100%
}

.home-slider.slider-style-03 .slider-content-area .slider-content {
	width: 51%;
	padding-left: 9%;
	margin: 0;
	position: absolute;
	top: 51.5%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home-slider.slider-style-03 .slider-content-area .slider-content .slider-heading {
	color: #fff;
	margin-bottom: 50px
}

.home-slider.slider-style-03 .slider-content-area .slider-content .slider-video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.home-slider.slider-style-03 .slider-content-area .slider-content .slider-video .video-text {
	color: rgba(255, 255, 255, .97);
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	padding-right: 20px
}

.home-slider.slider-style-03 .slider-bottom-area {
	position: absolute;
	bottom: 15px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.home-slider.slider-style-03 .slider-bottom-area .social-icon {
	width: 50%;
	min-height: inherit;
	height: inherit;
	text-align: inherit;
	display: inherit;
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	padding-left: 8.5%
}

.home-slider.slider-style-03 .slider-bottom-area .social-icon .icon {
	color: #859db5
}

.home-slider.slider-style-03 .slider-bottom-area .social-icon .icon:hover {
	color: #ff8686
}

.home-slider.slider-style-03 .slider-bottom-area .scroll-down-area {
	width: 35px
}

.home-slider.slider-style-03 .slider-bottom-area .scroll-down-area .scroll-down-btn a {
	width: 16px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 8px;
	position: relative;
	display: block
}

.home-slider.slider-style-03 .slider-bottom-area .scroll-down-area .scroll-down-btn a::before {
	position: absolute;
	top: 3px;
	left: 4px;
	content: '';
	width: 6px;
	height: 10px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-animation: scrollDown 2s infinite;
	animation: scrollDown 2s infinite
}

.home-slider.slider-style-02 {
	padding: 0
}

.home-slider.slider-style-02 .plastic-surgery-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.home-slider.slider-style-02 .plastic-surgery-slider .slider-arrow-area {
	width: 9%;
	position: relative
}

.home-slider.slider-style-02 .plastic-surgery-slider .slider-arrow-area .arrow-top {
	position: absolute;
	top: 12%;
	left: 0;
	font-size: 7vw;
	color: rgba(107, 202, 226, .25);
	font-weight: 500
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 {
	width: 86%;
	position: relative
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-active .slider-items .slider-content-area .slider-content .slider-heading,
.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-current .slider-items .slider-content-area .slider-content .slider-heading {
	-webkit-animation: fadeInDown 2s 0s both;
	animation: fadeInDown 2s 0s both
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-active .slider-items .slider-content-area .slider-content p,
.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-current .slider-items .slider-content-area .slider-content p {
	-webkit-animation: fadeInUp 2s 0s both;
	animation: fadeInUp 2s 0s both
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-active .slider-items .slider-content-area .slider-content .main-btn-wrap,
.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-current .slider-items .slider-content-area .slider-content .main-btn-wrap {
	-webkit-animation: fadeInUp 2s 0s both;
	animation: fadeInUp 2s 0s both
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: -8%;
	bottom: 5%
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-dots li {
	width: 2px;
	height: 45px;
	background: rgba(133, 150, 167, .5);
	margin: 10px 10px 0;
	cursor: pointer;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-dots li button {
	display: none
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slick-dots li.slick-active {
	width: 2px;
	height: 55px;
	margin-top: 0;
	background: #6bcae2
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100%;
	position: relative
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-content-area {
	width: 42%;
	margin-right: 8%;
	min-height: 600px
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-content-area .slider-content {
	width: 40%;
	position: absolute;
	top: 53%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-img-area {
	position: relative;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100vh;
	min-height: 600px
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-img-area .sergery-style {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 465px;
	height: 225px;
	position: relative
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .left-controller {
	width: 50%;
	height: 100%;
	background-position: center center;
	background-size: cover
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .right-controller {
	width: 50%;
	height: 100%;
	background-color: rgba(133, 150, 167, .8);
	color: #fff
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .right-controller .content .heading-03 {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	padding: 50px 25px 0 25px
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .right-controller .number {
	font-size: 35px;
	line-height: 40px;
	font-weight: 300;
	padding: 50px 0 0 30px
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .slider-arrow-wrappr {
	position: absolute;
	width: 100%;
	height: 100%
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .slider-arrow-wrappr .slider-arrow-items {
	position: relative;
	width: 100%;
	height: 100%
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .slider-arrow-wrappr .slider-arrow-items .slick-next,
.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .slider-arrow-wrappr .slider-arrow-items .slick-prev {
	position: absolute;
	color: #fff;
	font-size: 20px;
	cursor: pointer
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .slider-arrow-wrappr .slider-arrow-items .slick-next {
	bottom: 20px;
	right: 20px
}

.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .slider-controller-wrapper .slider-controller .slider-arrow-wrappr .slider-arrow-items .slick-prev {
	top: 20px;
	left: 20px
}

.home-slider.slider-style-02 .plastic-surgery-slider .social-icon-area {
	width: 5%
}

.home-slider.slider-style-02 .plastic-surgery-slider .social-icon-area ul {
	padding: 15vh 0 0 0
}

.home-slider.slider-style-02 .plastic-surgery-slider .social-icon-area ul li {
	line-height: 20vh;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	text-transform: uppercase;
	padding: 20px 0;
	color: #8596a7;
	font-weight: 500;
	font-size: 14px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.home-slider.slider-style-02 .plastic-surgery-slider .social-icon-area ul li:hover {
	color: #6bcae2
}

.home-slider.slider-style-01 {
	position: relative;
	padding-top: 0
}

.home-slider.slider-style-01 .slick-prev.slick-arrow {
	cursor: pointer;
	position: absolute;
	right: 6%;
	z-index: 9;
	bottom: 2%;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.home-slider.slider-style-01 .slick-next.slick-arrow {
	cursor: pointer;
	position: absolute;
	right: 7%;
	z-index: 9;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	bottom: 5%
}

.home-slider.slider-style-01 .slick-arrow .arrow-line {
	background-color: #fff
}

.home-slider.slider-style-01 .slick-arrow .arrow-down {
	margin-right: 1px
}

.home-slider.slider-style-01 .slick-arrow .arrow-down .caret-down {
	border-top: 10px solid #fff
}

.home-slider.slider-style-01 .slick-arrow .arrow-up .caret-up {
	border-bottom: 10px solid #fff
}

.home-slider.slider-style-01 .surgery-slide-wrapper {
	width: 100%
}

.home-slider.slider-style-01 .surgery-slide-wrapper .slick-active .surgery-slider-items .slider-content-area .slider-content .slider-heading,
.home-slider.slider-style-01 .surgery-slide-wrapper .slick-current .surgery-slider-items .slider-content-area .slider-content .slider-heading {
	-webkit-animation: fadeInDown 2s 0s both;
	animation: fadeInDown 2s 0s both
}

.home-slider.slider-style-01 .surgery-slide-wrapper .slick-active .surgery-slider-items .slider-content-area .slider-content p,
.home-slider.slider-style-01 .surgery-slide-wrapper .slick-current .surgery-slider-items .slider-content-area .slider-content p {
	-webkit-animation: fadeInUp 2s 0s both;
	animation: fadeInUp 2s 0s both
}

.home-slider.slider-style-01 .surgery-slide-wrapper .slick-active .surgery-slider-items .slider-content-area .slider-content .main-btn-wrap,
.home-slider.slider-style-01 .surgery-slide-wrapper .slick-current .surgery-slider-items .slider-content-area .slider-content .main-btn-wrap {
	-webkit-animation: fadeInUp 2s 0s both;
	animation: fadeInUp 2s 0s both
}

.home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-content-area {
	width: 30%
}

.home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-content-area .slider-content {
	position: absolute;
	top: 44%;
	left: 8.5%;
	margin: 0;
	width: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-img-area {
	background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#f4f4f4), color-stop(#e8e8ea), color-stop(#dddddf), to(#d1d2d5));
	background-image: -webkit-linear-gradient(left, #fff, #f4f4f4, #e8e8ea, #dddddf, #d1d2d5);
	background-image: -o-linear-gradient(left, #fff, #f4f4f4, #e8e8ea, #dddddf, #d1d2d5);
	background-image: linear-gradient(to right, #fff, #f4f4f4, #e8e8ea, #dddddf, #d1d2d5);
	width: 70%;
	min-height: 500px;
	height: 80vh
}

.home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-img-area .slider-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 100%;
	width: 100%;
	margin: auto
}

.home-slider.slider-style-01 .surgery-controller-style {
	position: inherit;
	bottom: inherit;
	left: inherit
}

.home-slider.slider-style-01 .surgery-controller-style .surgery-controller {
	bottom: 16%
}

.home-slider.slider-style-01 .surgery-controller-style .social-icon {
	width: 5%;
	position: absolute;
	right: 2%;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	min-height: inherit;
	height: inherit
}

.home-slider.slider-style-01 .surgery-controller-style .social-icon .icon {
	color: #fff
}

.home-slider.slider-style-01 .surgery-controller-style .social-icon .icon:hover {
	color: #ff8686
}

.home-slider .scroll-down-area {
	width: 12%;
	position: relative
}

.home-slider .scroll-down-area .carousel-dots-area .slick-dots {
	padding: 0;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 28%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home-slider .scroll-down-area .carousel-dots-area .slick-dots li {
	position: relative;
	z-index: 0;
	height: 40px
}

.home-slider .scroll-down-area .carousel-dots-area .slick-dots li:not(:last-child):after {
	position: absolute;
	left: 48%;
	top: 80%;
	width: 5px;
	height: 5px;
	line-height: 5px;
	content: "";
	background-color: rgba(98, 98, 98, .37);
	border-radius: 50%;
	cursor: pointer
}

.home-slider .scroll-down-area .carousel-dots-area .slick-dots li button {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	color: rgba(98, 98, 98, .37);
	font-size: 14px;
	line-height: 24px;
	font-weight: 400
}

.home-slider .scroll-down-area .carousel-dots-area .slick-dots li.slick-active button {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	font-size: 18px;
	color: var(--heading-color);
	font-weight: 500;
	padding: 1px 3px
}

.home-slider .scroll-down-area .slider-bottom-area {
	width: 100%;
	position: absolute;
	bottom: 4%
}

.home-slider .scroll-down-area .scroll-down {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	bottom: 27px;
	right: 15%;
	width: 108px
}

.home-slider .scroll-down-area .scroll-down a {
	color: var(--heading-color);
	font-size: 13.4px;
	line-height: 25px;
	font-weight: 500;
	letter-spacing: 2px;
	position: relative;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s
}

.home-slider .scroll-down-area .scroll-down a::after {
	content: "";
	clear: both;
	display: table;
	width: 70px;
	height: 2px;
	background: #ff8686;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	position: absolute;
	bottom: 6px;
	right: 104px
}

.home-slider .slider-content {
	padding-left: 5px;
	margin-top: 150px
}

.home-slider .slider-content .slider-heading {
	color: var(--heading-color);
	font-size: 46px;
	line-height: 56px;
	font-weight: 600;
	margin: 0
}

.home-slider .slider-content p {
	color: var(--paragraph-color);
	font-size: 1rem;
	line-height: 28px;
	font-weight: 400
}

.home-slider .home-slider-wrapper {
	width: 80%;
	border-radius: 20px;
	overflow: hidden
}

.home-slider .home-slider-wrapper .slick-active .slider-items .slider-content-area .slider-content .slider-heading,
.home-slider .home-slider-wrapper .slick-current .slider-items .slider-content-area .slider-content .slider-heading {
	-webkit-animation: fadeInDown 2s 0s both;
	animation: fadeInDown 2s 0s both
}

.home-slider .home-slider-wrapper .slick-active .slider-items .slider-content-area .slider-content p,
.home-slider .home-slider-wrapper .slick-current .slider-items .slider-content-area .slider-content p {
	-webkit-animation: fadeInUp 2s 0s both;
	animation: fadeInUp 2s 0s both
}

.home-slider .home-slider-wrapper .slick-active .slider-items .slider-content-area .slider-content .main-btn-wrap,
.home-slider .home-slider-wrapper .slick-current .slider-items .slider-content-area .slider-content .main-btn-wrap {
	-webkit-animation: fadeInUp 2s 0s both;
	animation: fadeInUp 2s 0s both
}

.home-slider .home-slider-wrapper .slider-items {
	position: relative;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.home-slider .home-slider-wrapper .slider-items .slider-content-area {
	width: 25%
}

.home-slider .home-slider-wrapper .slider-items .slider-content-area .slider-content {
	width: 40%;
	position: absolute;
	top: 49.5%;
	font-family: 'Tenor Sans', sans-serif;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home-slider .home-slider-wrapper .slider-items .slider-img {
	width: 75%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 76vh;
	min-height: 500px;
	border-radius: 20px
}

.home-slider .social-icon {
	width: 8%;
	min-height: 300px;
	height: 55vh;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.home-slider .social-icon .icon {
	color: #626262;
	padding: 10px;
	font-size: 13px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.home-slider .social-icon .icon:hover {
	color: #ff8686
}

@media (max-width:1520px) {
	.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-content-area {
		width: 42%
	}

	.home-slider.slider-style-02 .plastic-surgery-slider .surgery-slider-area-02 .surgery-slider-wrapper .slider-items .slider-img-area {
		width: 50%
	}
}

@media (max-width:1450px) {
	.home-slider .home-slider-wrapper .slider-items .slider-content-area .slider-content {
		width: 40%
	}

	.home-slider.slider-style-01 .surgery-slide-wrapper .surgery-slider-items .slider-content-area .slider-content {
		width: 50%
	}

	.home-slider.slider-style-04 .slider-wrapper .slider-items .slider-content-area .slider-content {
		width: 33%
	}
}

@-webkit-keyframes scrollDown {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 0
	}

	40% {
		opacity: 1
	}

	80% {
		-webkit-transform: translate(0, 12px);
		transform: translate(0, 12px);
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@keyframes scrollDown {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 0
	}

	40% {
		opacity: 1
	}

	80% {
		-webkit-transform: translate(0, 12px);
		transform: translate(0, 12px);
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.service {
	background-color: #f5f8f9
}

.service.sergery-style-02 {
	background-color: #fff
}

.service.style-02 {
	background-color: #fff
}

.service .common-title .heading {
	margin: auto
}

.service .service-left {
	padding-top: 110px;
	padding-bottom: 50px
}

.service .service-left .heading-3 {
	color: var(--heading-color);
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin: 0
}

.service .service-left p {
	margin: 0
}

.service .service-right {
	padding-left: 55px
}

.service .service-right .service-item:nth-child(2) {
	margin-top: 40px
}

.service .service-right .right-column-two {
	margin-top: 80px;
	margin-left: -55px
}

.service-item {
	height: 100%;
	background: #fff;
	font-family: 'Tenor Sans', sans-serif;
	padding: 15px 10px;
	border-radius: 3px;
	text-align: center;
	border: 1px solid rgba(222, 229, 234, .5);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.service-item:hover {
	-webkit-box-shadow: 0 0 15px #cbc9c9;
	box-shadow: 0 0 15px #cbc9c9
}

.service-item .heading-6 {
	color: #585858;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	margin-top: 10px;
	word-break: break-all
}

.service-item p {
	line-height: 24px;
	margin-bottom: 0
}

.pricing {
	background-color: #fff
}

.pricing.style-02 .pricing-column::after {
	content: "";
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(113, 193, 199, .49)), to(rgba(113, 193, 199, .49)));
	background-image: -webkit-linear-gradient(rgba(113, 193, 199, .49), rgba(113, 193, 199, .49));
	background-image: -o-linear-gradient(rgba(113, 193, 199, .49), rgba(113, 193, 199, .49));
	background-image: linear-gradient(rgba(113, 193, 199, .49), rgba(113, 193, 199, .49))
}

.pricing.sergery-style .pricing-column::after {
	content: "";
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, .49)), to(rgba(51, 51, 51, .49)));
	background-image: -webkit-linear-gradient(rgba(51, 51, 51, .49), rgba(51, 51, 51, .49));
	background-image: -o-linear-gradient(rgba(51, 51, 51, .49), rgba(51, 51, 51, .49));
	background-image: linear-gradient(rgba(51, 51, 51, .49), rgba(51, 51, 51, .49))
}

.pricing .common-title .heading {
	margin: auto
}

.pricing .pricing-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.pricing .pricing-wrap .pricing-column {
	width: 31.33%;
	margin: 0 1%;
	border-radius: 20px;
	background-size: cover;
	background-position: center center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	cursor: pointer;
	position: relative;
	z-index: 0
}

.pricing .pricing-wrap .pricing-column::after {
	content: "";
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(131, 148, 165, .49)), to(rgba(131, 148, 165, .49)));
	background-image: -webkit-linear-gradient(rgba(131, 148, 165, .49), rgba(131, 148, 165, .49));
	background-image: -o-linear-gradient(rgba(131, 148, 165, .49), rgba(131, 148, 165, .49));
	background-image: linear-gradient(rgba(131, 148, 165, .49), rgba(131, 148, 165, .49));
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px
}

.pricing .pricing-wrap .pricing-column .price-content {
	padding: 70px 0 85px;
	text-align: center;
	color: #fff
}

.pricing .pricing-wrap .pricing-column .price-content ul {
	padding-left: 0
}

.pricing .pricing-wrap .pricing-column .price-content .heading-6 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 46px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #fff;
	margin: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.pricing .pricing-wrap .pricing-column .price-content .price {
	overflow: hidden;
	position: relative;
	min-width: 140px;
	display: inline-block
}

.pricing .pricing-wrap .pricing-column .price-content .price .heading-2 {
	color: #fff;
	font-size: 60px;
	line-height: 70px;
	font-weight: 600;
	margin: 0;
	padding: 10px 0 15px 0
}

.pricing .pricing-wrap .pricing-column .price-content .price .year {
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	position: absolute;
	right: 8px;
	bottom: 0
}

.pricing .pricing-wrap .pricing-column .price-content ul {
	padding-top: 18px
}

.pricing .pricing-wrap .pricing-column .price-content ul li {
	list-style-type: disc;
	list-style-position: inside;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400
}

.pricing .pricing-wrap .pricing-column .price-content .main-btn-wrap {
	margin: 35px auto 0
}

.pricing .pricing-wrap .pricing-column .price-content .main-btn-wrap a {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin: auto
}

.pricing .pricing-wrap .pricing-column:nth-child(2) {
	-webkit-transform: scaleY(1.1);
	-ms-transform: scaleY(1.1);
	transform: scaleY(1.1)
}

.pricing .pricing-wrap .pricing-column:hover .main-btn-wrap a {
	visibility: visible;
	opacity: 1
}

.our-doctor {
	position: relative
}

.our-doctor .common-title .heading {
	margin: auto
}

.our-doctor .carousel-inner {
	border-radius: 20px
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-content,
.our-doctor .carousel-inner .carousel-item .doctor-slider-img {
	position: relative
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-img img {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-img:before {
	background: rgba(0, 0, 0, .1);
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	-webkit-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	z-index: 1;
	content: "";
	border-radius: 20px
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-img:after {
	background: rgba(0, 0, 0, .1);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	-webkit-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	z-index: 1;
	content: "";
	border-radius: 20px
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-img:hover:after,
.our-doctor .carousel-inner .carousel-item .doctor-slider-img:hover:before {
	width: 100%;
	height: 100%
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-content {
	padding-left: 20px;
	display: -ms-grid;
	display: grid;
	place-content: center;
	height: 100%
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-content .heading-4 {
	color: var(--heading-color);
	font-weight: 600;
	font-size: 24px;
	line-height: 32px
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-content .heading-6 {
	font-size: 16px;
	line-height: 26px;
	color: #8596a7;
	font-weight: 600;
	margin: 0
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-content p {
	margin-bottom: 0
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-content .main-btn-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 30px
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-content .play-area {
	padding-right: 20px
}

.our-doctor .carousel-control-next-icon,
.our-doctor .carousel-control-prev-icon {
	position: absolute;
	-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .16);
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, .16);
	border-radius: 50%;
	padding: 25px;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	background: #fff;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.our-doctor .carousel-control-next-icon.sky:hover,
.our-doctor .carousel-control-prev-icon.sky:hover {
	background-color: #3ebcd8
}

.our-doctor .carousel-control-next-icon:hover,
.our-doctor .carousel-control-prev-icon:hover {
	color: #fff;
	background-color: #ff8686
}

.statistics-section .progress-content {
	display: -ms-grid;
	display: grid;
	place-content: center;
	height: 100%
}

.statistics-section .progress-content .heading-3 {
	color: var(--heading-color);
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
	text-transform: inherit
}

.progress-section.sky .percentCount {
	color: #3ebcd8
}

.progress-section .single-progressbar {
	position: relative
}

.progress-section .title {
	color: #626262;
	padding: 0 50px;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	position: absolute;
	z-index: 9;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0
}

.progress-section .proggress {
	height: 90px !important;
	border-radius: 170px;
	line-height: 35px;
	text-align: left;
	background-image: -webkit-gradient(linear, left top, right top, from(#f2f5f7), to(#f5f8f9));
	background-image: -webkit-linear-gradient(left, #f2f5f7, #f5f8F9);
	background-image: -o-linear-gradient(left, #f2f5f7, #f5f8F9);
	background-image: linear-gradient(to right, #f2f5f7, #f5f8F9);
	padding: 30px 0;
	border-radius: 170px !important
}

.progress-section .percentCount {
	font-size: 16px;
	color: #ff8686;
	position: absolute;
	right: 20px;
	font-weight: 600
}

.progress-section .percentCount.sky {
	color: #3ebcd8
}

.progress-section .percentCount {
	float: none;
	margin-top: 0;
	clear: both;
	position: absolute !important;
	top: 50%;
	right: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.progress-section.sergery-style .percentCount {
	color: #3ebcd8
}

.appointment-section {
	background-color: #fff
}

.appointment-section.style-02 .common-title .heading {
	position: absolute;
	top: -15%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff
}

.appointment-section.style-02 .appointment-content .tab-content .appointment-form-area {
	padding-left: 5%;
	padding-right: 5%
}

.appointment-section .common-title .heading {
	margin: auto
}

.appointment-section .appointment-content {
	border: 1px solid rgba(133, 150, 167, .36);
	border-radius: 20px;
	width: 100%;
	padding: 100px 0 95px 0
}

.appointment-section .appointment-content::after {
	content: "";
	display: table;
	clear: both
}

.appointment-section .appointment-content .tab-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.appointment-section .appointment-content .tab-content .appointment-img-area {
	max-width: 335px;
	width: 40%
}

.appointment-section .appointment-content .tab-content .appointment-img-area img {
	width: 100%;
	border-radius: 0 20px 20px 0
}

.appointment-section .appointment-content .tab-content .appointment-img-area .doctor-info {
	padding-left: 40px
}

.appointment-section .appointment-content .tab-content .appointment-img-area .doctor-info .name .heading-06 {
	color: #626262;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	padding-top: 10px;
	margin: 0
}

.appointment-section .appointment-content .tab-content .appointment-img-area .doctor-info .designation span {
	color: var(--paragraph-color);
	font-size: 14px;
	line-height: 24px;
	font-weight: 500
}

.appointment-section .appointment-content .tab-content .appointment-form-area {
	width: 60%;
	margin: 0 auto
}

.appointment-section .appointment-content .tab-content .appointment-form-area input::-webkit-input-placeholder {
	color: #626262;
	font-size: 11px;
	font-weight: 300;
	font-style: italic
}

.appointment-section .appointment-content .tab-content .appointment-form-area input:-ms-input-placeholder {
	color: #626262;
	font-size: 11px;
	font-weight: 300;
	font-style: italic
}

.appointment-section .appointment-content .tab-content .appointment-form-area input::-ms-input-placeholder {
	color: #626262;
	font-size: 11px;
	font-weight: 300;
	font-style: italic
}

.appointment-section .appointment-content .tab-content .appointment-form-area input::placeholder {
	color: #626262;
	font-size: 11px;
	font-weight: 300;
	font-style: italic
}

.appointment-section .appointment-content .tab-content .appointment-form-area .main-btn-wrap {
	display: block;
	margin: 20px auto 0
}

.appointment-section .appointment-content .tab-content .appointment-form-area .form-control {
	border: none;
	border-radius: 3px;
	background-color: #dee5e9;
	padding: 10px 30px;
	height: 50px
}

.nav-pills .nav-link.active {
	color: #626262;
	background-color: transparent
}

.calendar-icon {
	position: relative
}

.calendar-icon .icon,
.calendar-icon i {
	position: absolute;
	color: #626262;
	right: 9px;
	top: 50%;
	font-size: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.custom-date-picker .calendar-icon.style-02 .form-control {
	background-color: transparent;
	border: 1px solid #dee5e9
}

.custom-date-picker .calendar-icon .form-control {
	border: none;
	border-radius: 24px;
	margin: 30px 0;
	background-color: #dee5e9;
	padding: .375rem 30px
}

.custom-date-picker .calendar-icon input::-webkit-input-placeholder {
	color: #626262;
	font-size: 11px;
	font-weight: 300;
	font-style: italic
}

.custom-date-picker .calendar-icon input:-ms-input-placeholder {
	color: #626262;
	font-size: 11px;
	font-weight: 300;
	font-style: italic
}

.custom-date-picker .calendar-icon input::-ms-input-placeholder {
	color: #626262;
	font-size: 11px;
	font-weight: 300;
	font-style: italic
}

.custom-date-picker .calendar-icon input::placeholder {
	color: #626262;
	font-size: 11px;
	font-weight: 300;
	font-style: italic
}

.google-map-section #google-map {
	width: 100%;
	min-height: 400px;
	height: 100%
}

.google-map-section iframe {
	width: 100%;
	min-height: 400px;
	height: 100%
}

#google-map2 iframe {
	border-radius: 20px 0 0 20px;
	height: 100%;
	width: 100%
}

.carousel-right-area {
	width: 79%;
	margin-right: 0;
	margin-left: 21%;
	max-width: 1500px
}

.carousel-right-area.style-02 {
	width: 100% !important;
	margin: 0 !important
}

.latest-stories .common-title .heading {
	margin: 0
}

.latest-stories .storiest-carousel {
	border-radius: 20px;
	overflow: hidden
}

.latest-stories .storiest-carousel.style-02 .item .catousel-content:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(113, 193, 199, .5)), to(rgba(113, 193, 199, .5)));
	background-image: -webkit-linear-gradient(top, rgba(113, 193, 199, .5), rgba(113, 193, 199, .5));
	background-image: -o-linear-gradient(top, rgba(113, 193, 199, .5), rgba(113, 193, 199, .5));
	background-image: linear-gradient(to bottom, rgba(113, 193, 199, .5), rgba(113, 193, 199, .5))
}

.latest-stories .storiest-carousel.style-02 .slick-next:hover,
.latest-stories .storiest-carousel.style-02 .slick-prev:hover {
	background-color: #3ebcd8
}

.latest-stories .storiest-carousel .item {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: 1;
	max-width: 335px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	width: 95% !important
}

.latest-stories .storiest-carousel .item .catousel-content {
	position: absolute;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .45)), to(rgba(0, 0, 0, .55)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .45), rgba(0, 0, 0, .55));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .45), rgba(0, 0, 0, .55));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .45), rgba(0, 0, 0, .55));
	height: 100%;
	width: 100%;
	bottom: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.latest-stories .storiest-carousel .item .catousel-content .hover-icon {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 2px solid #fff;
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	border-radius: 50%;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	visibility: hidden;
	opacity: 0
}

.latest-stories .storiest-carousel .item .catousel-content .hover-icon .icon {
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.latest-stories .storiest-carousel .item .catousel-content .stories-text {
	position: absolute;
	bottom: 0;
	padding: 0 40px 20px 40px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.latest-stories .storiest-carousel .item .catousel-content .stories-text .date {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 35px
}

.latest-stories .storiest-carousel .item .catousel-content .stories-text .text .heading-06 {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500
}

.latest-stories .storiest-carousel .item .catousel-content:hover {
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .6)), to(rgba(0, 0, 0, .7)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .6), rgba(0, 0, 0, .7));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .6), rgba(0, 0, 0, .7));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .6), rgba(0, 0, 0, .7))
}

.latest-stories .storiest-carousel .item .catousel-content:hover .hover-icon {
	visibility: visible;
	opacity: 1
}

.latest-stories .storiest-carousel .item .catousel-content:hover .stories-text {
	visibility: hidden;
	opacity: 0
}

.latest-stories .storiest-carousel .slick-next,
.latest-stories .storiest-carousel .slick-prev {
	position: absolute;
	background: #fff;
	width: 60px;
	line-height: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 47%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	text-align: center;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.latest-stories .storiest-carousel .slick-next span,
.latest-stories .storiest-carousel .slick-prev span {
	font-size: 50px
}

.latest-stories .storiest-carousel .slick-next:hover,
.latest-stories .storiest-carousel .slick-prev:hover {
	color: #fff;
	background-color: #89d100
}

.latest-stories .storiest-carousel .slick-next {
	left: 74%;
	display: none !important;
}

.latest-stories .storiest-carousel .slick-prev {
	left: 24%;
	display: none !important;
}

@media (max-width:1700px) {

	.about-our-doctor .container,
	.carousel-right-area,
	.ophtalmologue-section .container {
		width: 83%;
		margin-left: 17%
	}

	.carousel-right-area.style-02,
	.ophtalmologue-section .container,
	.teeth-canel .container {
		width: 84%;
		margin-left: 16%
	}
}

@media (max-width:1600px) {

	.about-our-doctor .container,
	.carousel-right-area,
	.ophtalmologue-section .container {
		width: 85%;
		margin-left: 15%
	}

	.carousel-right-area.style-02,
	.ophtalmologue-section .container,
	.teeth-canel .container {
		width: 86%;
		margin-left: 14%
	}
}

@media (max-width:1550px) {
	.carousel-right-area {
		width: 87%;
		margin-left: 13%
	}

	.about-our-doctor .container,
	.ophtalmologue-section .container {
		width: 88%;
		margin-left: 12%
	}

	.carousel-right-area.style-02,
	.ophtalmologue-section .container,
	.teeth-canel .container {
		width: 88%;
		margin-left: 12%
	}
}

@media (max-width:1500px) {

	.about-our-doctor .container,
	.carousel-right-area,
	.ophtalmologue-section .container {
		width: 87%;
		margin-left: 13%
	}

	.carousel-right-area.style-02,
	.ophtalmologue-section .container,
	.teeth-canel .container {
		width: 88.5%;
		margin-left: 11.5%
	}
}

@media (max-width:1450px) {
	.carousel-right-area {
		width: 89%;
		margin-left: 11%
	}

	.about-our-doctor .container,
	.carousel-right-area.style-02,
	.ophtalmologue-section .container,
	.teeth-canel .container {
		width: 90%;
		margin-left: 10%
	}
}

@media (max-width:1400px) {

	.about-our-doctor .container,
	.carousel-right-area {
		width: 90%;
		margin-left: 10%
	}

	.carousel-right-area.style-02,
	.teeth-canel .container {
		width: 91%;
		margin-left: 9%
	}

	.ophtalmologue-section .container {
		width: 92%;
		margin-left: 8%
	}
}

@media (max-width:1350px) {

	.about-our-doctor .container,
	.carousel-right-area {
		width: 92%;
		margin-left: 8%
	}

	.carousel-right-area.style-02,
	.teeth-canel .container {
		width: 93%;
		margin-left: 7%
	}

	.ophtalmologue-section .container {
		width: 94%;
		margin-left: 6%
	}
}

@media (max-width:1300px) {

	.about-our-doctor .container,
	.carousel-right-area {
		width: 93%;
		margin-left: 7%
	}

	.ophtalmologue-section .container {
		width: 95%;
		margin-left: 5%
	}

	.carousel-right-area.style-02,
	.teeth-canel .container {
		width: 94%;
		margin-left: 6%
	}

	.about-our-doctor .container {
		width: 90%;
		margin-left: 10%
	}
}

@media (max-width:1100px) {
	.about-our-doctor .container .about-doctor .carousel-item .slider-content {
		width: 100%
	}
}

.footer-area {}

.footer-area.footer-style-03 {
	background-color: #626262
}

.footer-area.footer-style-03 .logo-widget ul li .icon {
	color: #dee5ea
}

.footer-area.footer-style-03 .logo-widget ul li .icon:hover {
	color: #ff8686
}

.footer-area.footer-style-03 .logo-widget ul a,
.footer-area.footer-style-03 .logo-widget ul li {
	color: #dee5ea
}

.footer-area.footer-style-03 .footer-social-icon .icon {
	color: #dee5ea
}

.footer-area.footer-style-03 .footer-social-icon .icon:hover {
	color: #ff8686
}

.footer-area.footer-style-03 .widget-title {
	color: #dee5ea
}

.footer-area.footer-style-03 .widget_nav_menu ul li a {
	color: #dee5ea
}

.footer-area.footer-style-03 .widget_nav_menu ul li a::after {
	background: rgba(222, 229, 234, .5)
}

.footer-area.footer-style-03 .widget_nav_menu ul li a:hover::after {
	width: 15px
}

.footer-area.footer-style-03 .widget_nav_menu ul li a:hover {
	color: rgba(222, 229, 234, .5)
}

.footer-area.surgery-footer .logo-widget ul li .icon:hover {
	color: #3ebcd8
}

.footer-area.surgery-footer .widget-title::after {
	background-color: #3ebcd8
}

.footer-area.surgery-footer .footer-social-icon .icon:hover {
	color: #3ebcd8
}

.footer-area.surgery-footer .subscribe-area .input-group .form-control {
	border: 1px solid #3ebcd8
}

.footer-area.surgery-footer .subscribe-area .input-group .input-group-append .input-group-text {
	background-color: #3ebcd8
}

.footer-area .footer-top {
	padding: 0 100px 0px 100px
}

.footer-top p {
	margin: 0 auto;
	line-height: 1.5rem
}

.footer-top i {
	padding: 5px;
	font-size: 1.2rem;
	color: #89d100
}

.footer-top a {
	font-family: 'Tenor Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5rem
}

.footer-area .logo-widget img {
	width: 150px
}

.footer-area .logo-widget ul li {
	font-weight: 500;
	font-size: .86rem;
	line-height: 23px;
	margin-bottom: 10px
}

.footer-area .logo-widget ul li .icon {
	padding-right: 8px;
	font-size: 12px;
	color: #838282;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.footer-area .logo-widget ul li .icon:hover {
	color: #ff8686
}

.footer-area .logo-widget ul a,
.footer-area .logo-widget ul li {
	color: #000;
	font-family: 'Tenor Sans', sans-serif;
	margin-top: 10px
}

.bg_call {
	background: #89d100
}

.footer-area .logo-widget ul a {
	padding-right: 10px
}

.footer-area .social-media-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer-area .social-media-img .images {
	max-width: 75px;
	margin: 3px
}

.footer-area .social-media-img .images img {
	width: 100%
}

.footer-area .details {
	color: #707070;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 10px
}

.footer-area .footer-social-icon .icon {
	font-size: 12px;
	color: #838282;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.footer-area .footer-social-icon .icon:hover {
	color: #ff8686
}

. .widget-title::after {
	content: "";
	clear: both;
	display: table;
	height: 2px;
	width: 40px;
	background: #ff8686;
	margin-top: 10px;
	margin-bottom: 25px
}

.footer-area .widget-title.style-02::after {
	background: #71c1c7
}

.footer-area .widget_nav_menu ul li a {
	color: #000;
	font-size: 1rem
}

.subscribe-area.style-03 .input-group .form-control {
	border: 1px solid #2d9be2
}

.subscribe-area.style-03 .input-group .form-control::-webkit-input-placeholder {
	color: #dee5ea
}

.subscribe-area.style-03 .input-group .form-control:-ms-input-placeholder {
	color: #dee5ea
}

.subscribe-area.style-03 .input-group .form-control::-ms-input-placeholder {
	color: #dee5ea
}

.subscribe-area.style-03 .input-group .form-control::placeholder {
	color: #dee5ea
}

.subscribe-area.style-03 .input-group .input-group-append .input-group-text {
	background-color: #2d9be2
}

.subscribe-area.style-03 p {
	color: #dee5ea
}

.subscribe-area p {
	color: #707070;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px
}

.subscribe-area .input-group .form-control {
	border: 1px solid var(--main-color-one);
	background-color: transparent;
	border-radius: 50px 0 0 50px
}

.subscribe-area .input-group .form-control::-webkit-input-placeholder {
	color: #585858;
	font-size: 14px;
	line-height: 25px;
	font-style: italic;
	font-weight: 300;
	padding-left: 14px
}

.subscribe-area .input-group .form-control:-ms-input-placeholder {
	color: #585858;
	font-size: 14px;
	line-height: 25px;
	font-style: italic;
	font-weight: 300;
	padding-left: 14px
}

.subscribe-area .input-group .form-control::-ms-input-placeholder {
	color: #585858;
	font-size: 14px;
	line-height: 25px;
	font-style: italic;
	font-weight: 300;
	padding-left: 14px
}

.subscribe-area .input-group .form-control::placeholder {
	color: #585858;
	font-size: 14px;
	line-height: 25px;
	font-style: italic;
	font-weight: 300;
	padding-left: 14px
}

.subscribe-area .input-group .input-group-append {
	margin-left: -20px
}

.subscribe-area .input-group .input-group-append .input-group-text {
	background-color: var(--main-color-one);
	border: none;
	border-radius: 50px;
	z-index: 3;
	font-size: 14px;
	padding: 0 45px;
	font-weight: 500;
	cursor: pointer
}

.subscribe-area .input-group .input-group-append .input-group-text input[type=submit] {
	color: #fff
}

.copyright-area.sergery-style .copyright-area-inner::before {
	background-color: #89d100;
	color: #fff
}

.copyright-area.sergery-style .copyright-area-inner .coypright-icon {
	color: #3ebcd8
}

.copyright-area.style-02 .copyright-area-inner::before {
	background-color: #71c1c7
}

.copyright-area.style-02 .copyright-area-inner .coypright-icon {
	color: #71c1c7
}

.copyright-area.style-03 {
	color: #a7a7a7
}

.copyright-area .copyright-area-inner::before {
	content: "";
	clear: both;
	display: inline-block;
	height: 2px;
	width: 40px;
	background-color: #ff8686;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.copyright-area .copyright-area-inner .coypright-icon {
	color: #ff8686;
	margin: 2px 6px
}

.about-bg {
	min-height: 420px !important;
	height: 40vh !important
}

.about-us-section .about-img-area {
	padding-right: 120px
}

.about-us-section .about-img-area img {
	border-radius: 0 20px 20px 0
}

.about-us-section .about-content-area {
	width: 80%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.about-us-section .about-content-area .heading-04 {
	color: var(--main-color-one);
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 0;
	padding-bottom: 10px
}

.about-us-section .about-content-area .common-title .heading {
	font-weight: 600
}

.about-us-section .about-content-area .common-title .heading span {
	color: #a7a7a7
}

.about-our-doctor {
	position: relative
}

.about-our-doctor .container {
	max-width: 1480px;
	margin-right: 0
}

.about-our-doctor .about-doctor .carousel-item {
	overflow: hidden
}

.about-our-doctor .about-doctor .carousel-item .slider-content {
	float: left;
	padding-right: 85px;
	margin-top: 40px
}

.about-our-doctor .about-doctor .carousel-item .slider-content .heading-04 {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: var(--heading-color)
}

.about-our-doctor .about-doctor .carousel-item .slider-content .heading-06 {
	font-size: 18px;
	line-height: 22px;
	color: #8596a7;
	font-weight: 600;
	margin: 0
}

.about-our-doctor .about-doctor .carousel-item .slider-content .social-icon a i {
	padding: 15px 15px 0 0
}

.about-our-doctor .about-doctor .carousel-item .slider-content p {
	padding: 30px 0;
	margin: 0
}

.about-our-doctor .about-doctor .carousel-item .slider-content .main-btn-wrap {
	margin: 40px 0 20px
}

.about-our-doctor .about-doctor .carousel-item .slider-img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	min-height: 795px;
	border-radius: 20px 0 0 20px;
	float: left
}

.why-choose-section {
	background-color: rgba(227, 233, 237, .34)
}

.why-choose-section .why-choose-img {
	margin: 0 85px 0 30px
}

.why-choose-section .why-choose-img img {
	border-radius: 20px
}

.check-box-area ul {
	padding: 0
}

.check-box-area li {
	padding: 0 0 40px 0;
	color: #777474;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400
}

.check-box li {
	position: relative;
	z-index: 0;
	padding-left: 50px
}

.check-box li::after {
	position: absolute;
	z-index: 1;
	content: '\f10f';
	clear: both;
	display: table;
	font-family: Flaticon;
	left: 0;
	top: 0;
	color: #ff8686;
	font-size: 30px
}

.why-choose-content {
	display: -ms-grid;
	display: grid;
	place-content: center;
	height: 100%
}

.our-mission-section .mission-tab-area .tab-navbar-area {
	width: 44%
}

.our-mission-section .mission-tab-area .tab-navbar-area .nav-tabs {
	border-bottom: 1px solid rgba(255, 134, 134, .3);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.our-mission-section .mission-tab-area .tab-navbar-area .nav-tabs .nav-item {
	margin-bottom: -1px;
	position: relative;
	z-index: 0
}

.our-mission-section .mission-tab-area .tab-navbar-area .nav-tabs .nav-item .nav-link {
	color: #626262;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	padding: 20px 35px;
	border: none;
	position: relative
}

.our-mission-section .mission-tab-area .tab-navbar-area .nav-tabs .nav-item .nav-link:after {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	background-color: #ff8686;
	content: '';
	visibility: hidden;
	opacity: 0
}

.our-mission-section .mission-tab-area .tab-navbar-area .nav-tabs .nav-item .nav-link.active:after {
	visibility: visible;
	opacity: 1
}

.our-mission-section .mission-tab-area .tab-content-area .tab-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.our-mission-section .mission-tab-area .tab-content-area .tab-content .paragraph-wrap {
	padding-right: 50px
}

.our-mission-section .mission-tab-area .tab-content-area .tab-content .award-area {
	width: 100%
}

.our-mission-section .mission-tab-area .tab-content-area .tab-content .award-area .award-title .heading-03 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 600
}

.our-mission-section .mission-tab-area .tab-content-area .tab-content .award-area .award-purpose {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.our-mission-section .mission-img-area {
	margin-top: -100px
}

.our-mission-section .mission-img-area img {
	border-radius: 20px
}

.timeline-section .time-line-area {
	position: relative
}

.timeline-section .big-slider-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.timeline-section .big-slider-area .year-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10%;
	width: 10%
}

.timeline-section .big-slider-area .year-area ul li {
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
	color: #89d100;
	padding: 25px 0;
	cursor: pointer
}

.timeline-section .big-slider-area .year-area ul li.active {
	color: #ff8686
}

.timeline-section .big-slider-area .timeline-slider-big {
	width: 90%
}

.timeline-section .big-slider-area .timeline-slider-big .slick-current.slick-active .items-content .heading-03,
.timeline-section .big-slider-area .timeline-slider-big .slick-current.slick-active .items-content p {
	-webkit-animation: fadeInDown 2s 0s both;
	animation: fadeInDown 2s 0s both
}

.timeline-section .big-slider-area .timeline-slider-big .items-content {
	width: 50%;
	padding: 70px 0 0 35px;
	background-color: rgba(255, 255, 255, .5)
}

.timeline-section .big-slider-area .timeline-slider-big .items-content .heading-03 {
	font-size: 1rem;
	font-weight: 700
}

.timeline-section .big-slider-area .timeline-slider-big .items-content p {
	font-size: 14px;
	font-weight: 400
}

.timeline-section .big-slider-area .timeline-slider-big .items-img {
	height: 550px;
	width: 50%
}

.timeline-section .big-slider-area .timeline-slider-big .items-img img {
	width: 100%;
	height: 100%;
	border-radius: 20px
}

.timeline-section .small-slider-area {
	position: absolute;
	left: 28%;
	bottom: 10%;
	width: 60%
}

.timeline-section .small-slider-area .timeline-slider-small .items {
	background: #fff;
	padding: 12px 0 12px 12px;
	border-radius: 20px
}

.timeline-section .small-slider-area .timeline-slider-small .items img {
	border-radius: 20px;
	width: 190px;
	height: 250px
}

.neurology-section .neurology-content-area {
	padding: 0 50px 0 0
}

.neurology-section .neurology-content-area .common-title .heading {
	margin: 0
}

.neurology-section .neurology-content-area .neurology-content p {
	color: #000;
	line-height: 30px
}

.dental_img img {
	border-radius: 3px;
	-webkit-box-shadow: 0 6px 20px -8px rgba(255, 134, 134, .9);
	box-shadow: 0 6px 20px -8px rgba(255, 134, 134, .9);
}

.neurology-section .neurology-img-area img {
	border-radius: 3px;
	-webkit-box-shadow: 0 6px 20px -8px rgba(255, 134, 134, .9);
	box-shadow: 0 6px 20px -8px rgba(255, 134, 134, .9);
}

.img_service {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: auto;
	-webkit-box-shadow: 0 6px 20px -8px rgba(255, 134, 134, .9);
	box-shadow: 0 6px 20px -8px rgba(255, 134, 134, .9)
}

.dental-section .dental-img-area {
	margin-right: 60px;
	position: relative
}

.dental-section .dental-img-area .dental-img img {
	border-radius: 3px;
	-webkit-box-shadow: 0 6px 20px -8px rgba(255, 134, 134, .9);
	box-shadow: 0 6px 20px -8px rgba(255, 134, 134, .9);
	width: 100%;
}

.dental-section .dental-img-area .dental-overlay {
	position: absolute;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(84, 84, 84, .7)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, .7), rgba(84, 84, 84, .7));
	background-image: -o-linear-gradient(rgba(0, 0, 0, .7), rgba(84, 84, 84, .7));
	background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(84, 84, 84, .7));
	width: 100%;
	height: 100%;
	border-radius: 0 20px 20px 0;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.dental-section .dental-img-area .dental-overlay .icon {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	font-size: 22px;
	color: #fff;
	border: 2px solid #fff;
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.dental-section .dental-img-area:hover .dental-overlay {
	visibility: visible;
	opacity: 1
}

.dental-section .dental-img-area:hover .dental-overlay .icon {
	visibility: visible;
	opacity: 1
}

.dental-section .dental-content-area .common-title .heading {
	margin: 0
}

.dental-section .dental-content-area .dental-content p {
	color: #585858;
	line-height: 30px
}

.ophtalmologue-section .container {
	margin-right: 0;
	max-width: 1505px;
	padding-right: 0
}

.ophtalmologue-section .container .ophtalmologue-img img {
	border-radius: 20px
}

.ophtalmologue-section .container .ophtalmologue-content-area {
	margin-left: 220px
}

.ophtalmologue-section .container .ophtalmologue-content-area .common-title .heading {
	margin: 0;
	word-break: break-all
}

.ophtalmologue-section .container .ophtalmologue-content-area .ophtalmologue-content {
	width: 55%
}

.ophtalmologue-section .container .ophtalmologue-content-area .ophtalmologue-content p {
	color: #585858;
	line-height: 30px
}

.teeth-canel .container {
	max-width: 1520px;
	margin-right: 0;
	font-family: 'Tenor Sans', sans-serif
}

.teeth-canel .canel-content-area {
	padding: 0 50px 0 0;
	font-size: .9rem;
	height: 100%
}

.teeth-canel .canel-content-area .common-title .heading {
	font-weight: 500;
	text-transform: inherit
}

.teeth-canel .canel-content-area .play-area {
	margin: 50px 0
}

.teeth-canel .canel-img-area img {
	border-radius: 20px 0 0 20px
}

.quality-section .common-title .heading {
	font-size: 26px;
	line-height: 36px;
	font-weight: 500
}

.quality-section .content-area {
	padding-bottom: 40px
}

.rooth-canal-price-section .price-area {
	margin-bottom: 50px !important;
	box-shadow: 0 10px 25px rgb(95 120 149 / 15%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(226, 241, 255, .4)), to(rgba(225, 244, 255, .8)));
	background: -webkit-linear-gradient(left, rgba(226, 241, 255, .4), rgba(225, 244, 255, .8));
	background: -o-linear-gradient(left, rgba(226, 241, 255, .4), rgba(225, 244, 255, .8));
	background: linear-gradient(to right, rgba(226, 241, 255, .4), rgba(225, 244, 255, .8));
	border-radius: 20px;
	padding: 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

.rooth-canal-price-section .price-area .left-column {
	width: 50%;
	padding-right: 50px
}

.rooth-canal-price-section .price-area .left-column .heading-6 {
	color: #4e4d4d;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px
}

.rooth-canal-price-section .price-area .left-column .price {
	color: #4e4d4d;
	font-size: 38px;
	font-weight: 700;
	line-height: 50px;
	padding: 3px 0 12px 0
}

.rooth-canal-price-section .price-area .left-column .common-title {
	padding-bottom: 0
}

.rooth-canal-price-section .price-area .left-column .common-title .heading {
	color: #4e4d4d;
	font-weight: 500;
	text-transform: inherit;
	font-size: 30px
}

.rooth-canal-price-section .price-area .right-column {
	width: 100%
}

.rooth-canal-price-section .price-area .right-column ul li {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	font-family: 'Tenor Sans', sans-serif;
}

.rooth-canal-price-section .price-area .right-column ul li:not(:last-child) {
	border-bottom: 1px solid rgba(133, 150, 167, .3)
}

.rooth-canal-price-section .price-area .right-column ul li .left {
	text-transform: uppercase;
	width: 80%;
	padding: 20px 0;
	padding-right: 20px
}

.rooth-canal-price-section .price-area .right-column ul li .right {
	width: 40%;
	text-align: center;
	border-left: 1px solid rgba(133, 150, 167, .3);
	padding: 20px 0
}

.rooth-canal-price-section .price-area .right-column ul li:hover {
	color: rgba(133, 150, 167, .8)
}

.error-404 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1
}

.error-404 .error-404-wrap {
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}

.error-404 .error-404-wrap .error-img {
	margin-bottom: 20px
}

.error-404 .error-404-wrap .page-title {
	color: #626262;
	font-size: 22px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 20px
}

.error-404 .error-404-wrap .page-title::before {
	content: "";
	display: table;
	width: 200px;
	height: 6px;
	background-color: var(--main-color-one);
	margin: auto;
	margin-bottom: 40px
}

.error-404 .error-404-wrap .page-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.error-404 .error-404-wrap .page-content .main-btn-wrap-2 a {
	margin-bottom: 20px
}

.error-404 .error-404-wrap .page-content .main-btn-wrap,
.error-404 .error-404-wrap .page-content .main-btn-wrap-2 {
	width: 230px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	z-index: 99;
	font-size: 25px;
	cursor: pointer;
	display: none
}

.back-to-top i {
	color: #000;
	font-size: 20px
}

.pre-wrap {
	position: fixed;
	content: '';
	-webkit-transform: translate(-100%, -240%);
	-ms-transform: translate(-100%, -240%);
	transform: translate(-100%, -240%);
	font-size: 62px
}

.preloader-inner {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background-color: rgba(2, 48, 71, .8);
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.preloader-inner .cancel-preloader {
	position: absolute;
	bottom: 30px;
	right: 30px
}

.preloader-inner .cancel-preloader a {
	background-color: #fff;
	font-weight: 600;
	color: var(--main-color-one);
	width: 200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 30px;
	display: block;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.preloader-inner .cancel-preloader a:hover {
	background-color: var(--secondary-color);
	color: #fff
}

.spinner {
	margin: 120px auto;
	width: 60px;
	height: 60px;
	position: relative;
	text-align: center;
	-webkit-animation: sk-rotate 2s infinite linear;
	animation: sk-rotate 2s infinite linear
}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: var(--main-color-one);
	border-radius: 100%;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out
}

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes sk-rotate {
	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1)
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

.overlay-content .closebtn {
	font-size: 40px;
	cursor: pointer;
	color: #000;
	border-radius: 50%;
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center
}

.searchOverlay {
	position: relative;
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), to(rgba(0, 0, 0, .9)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
	background-image: -o-linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
	background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
	overflow-x: hidden;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.searchOverlay .logo-area .logo {
	padding: 45px 0 0 85px
}

.searchOverlay .overlay-content {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.searchOverlay .overlay-content .closebtn {
	background: #fff;
	left: 100%;
	bottom: 100%
}

.searchOverlay .overlay-content .Search-section {
	position: relative
}

.searchOverlay .overlay-content .Search-section input[type=text] {
	padding: 40px;
	font-size: 14px;
	width: 100%;
	background: 0 0;
	border: 2px solid #ff8686;
	border-radius: 50px;
	font-weight: 300;
	color: #fff
}

.searchOverlay .overlay-content .Search-section input[type=text]::-webkit-input-placeholder {
	color: #fff
}

.searchOverlay .overlay-content .Search-section input[type=text]:-ms-input-placeholder {
	color: #fff
}

.searchOverlay .overlay-content .Search-section input[type=text]::-ms-input-placeholder {
	color: #fff
}

.searchOverlay .overlay-content .Search-section input[type=text]::placeholder {
	color: #fff
}

.searchOverlay .overlay-content .Search-section button[type=submit] {
	padding: 15px;
	background: #ff8686;
	font-size: 15px;
	border: none;
	cursor: pointer;
	color: #fff;
	width: 55px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 3%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), to(rgba(0, 0, 0, .9)));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
	background-image: -o-linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
	background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
	overflow-x: hidden;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.sidenav .sidenav-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.sidenav .sidenav-wrap .logo-area {
	width: 70%
}

.sidenav .sidenav-wrap .logo-area .logo {
	padding: 45px 0 0 85px
}

.sidenav .sidenav-wrap .overlay-content {
	width: 30%
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu {
	width: 100%;
	height: 100vh;
	background-color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .logo img {
	height: 55px
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .side-menu {
	padding: 0
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .side-menu .items .itme-nav {
	color: #111;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	padding: 10px 30px;
	display: block;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .side-menu .items .itme-nav:hover {
	background-color: var(--main-color-one);
	color: #fff
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .social-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .social-icon .icon {
	color: #fff;
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	margin: 10px;
	background-color: rgba(0, 0, 0, .9);
	border-radius: 50%;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.sidenav .sidenav-wrap .overlay-content .overlay-menu .social-icon .icon:hover {
	background-color: var(--main-color-one)
}

.sidenav .sidenav-wrap .overlay-content .closebtn {
	top: 50px;
	right: 30px
}

.form-control {
	padding: .375rem 2.75rem
}

.button-section ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.button-section ul li {
	width: 33.33%;
	padding: 50px 0
}

.main-btn-wrap .main-btn,
.main-btn-wrap-2 .main-btn,
.main-btn-wrap-inactive .main-btn {
	font-size: 15px;
	line-height: 30px;
	border-radius: 3px;
	font-weight: 400;
	padding: 10px 0px;
	display: table;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	min-width: 230px;
	text-align: center
}

.main-btn-wrap.surgery-btn .main-btn {
	background: rgba(61, 187, 215, .9);
	-webkit-box-shadow: 0 6px 20px -8px rgba(61, 187, 215, .9);
	box-shadow: 0 6px 20px -8px rgba(61, 187, 215, .9)
}

.main-btn-wrap.surgery-btn .main-btn:hover {
	-webkit-box-shadow: 0 10px 20px -8px #3dbbd7;
	box-shadow: 0 10px 20px -8px #3dbbd7;
	background: #3dbbd7
}

.main-btn-wrap .main-btn-head .main-btn {
	color: #fff;
	background: rgba(255, 134, 134, .9);
}

.main-btn-wrap .main-btn:hover {
	-webkit-box-shadow: 0 10px 20px -8px #ff8686;
	box-shadow: 0 10px 20px -8px #ff8686;
	background: #fff
}

.main-btn-wrap-2 .main-btn {
	color: green;
	border: 1px solid green;
	background-color: #fff;
	font-family: 'Tenor Sans', sans-serif;
}

.main-btn-wrap-2 .main-btn:hover {
	-webkit-box-shadow: 0 10px 20px -8px #ff8686;
	box-shadow: 0 10px 20px -8px #ff8686;
	background: green;
	color: #fff;
}

.main-btn-wrap-2.modal-btn a {
	min-width: inherit;
	padding: 5px 20px
}

.main-btn-wrap-inactive .main-btn {
	color: #fff;
	background: rgba(255, 134, 134, .6);
	-webkit-box-shadow: 0 6px 20px -8px rgba(255, 134, 134, .9);
	box-shadow: 0 6px 20px -8px rgba(255, 134, 134, .9)
}

.common-title .heading {
	color: var(--heading-color);
}

.common-title .heading::before {
	content: "";
	clear: both;
	display: table;
	height: 3px;
	width: 50px;
	background-color: #89d100;
	margin: 0 auto 4px
}

.common-title .heading.line-none::before {
	content: "";
	display: none
}

.common-title .heading.line-left::before {
	margin: 0 0 4px 0
}

.common-title.style-02 .heading::before {
	background-color: #71c1c7
}

.common-title.sergery-heading .heading::before {
	background-color: #3ebcd8
}

.accordion-wrapper.style-03 .card+.card {
	margin-top: 10px
}

.accordion-wrapper.style-03 .card .card-header a {
	background: 0 0;
	border: 1px solid #8596a7;
	padding: 20px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.accordion-wrapper.style-03 .card .card-header a:hover {
	background: #e7ecef
}

.accordion-wrapper.style-03 .card .card-header a:after {
	font-size: 20px
}

.accordion-wrapper.style-03 .card .card-header a[aria-expanded=false]:after {
	font-size: 20px
}

.accordion-wrapper.style-02 {
	width: 100%;
	margin-left: 15px
}

.accordion-wrapper.style-02 .card+.card {
	margin-top: 30px
}

.accordion-wrapper.style-02 .card .card-header a {
	background: 0 0;
	border: 1px solid #8596a7;
	padding: 30px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.accordion-wrapper.style-02 .card .card-header a:hover {
	background: #e7ecef
}

.accordion-wrapper.style-02 .card .card-header a:after {
	font-size: 30px
}

.accordion-wrapper.style-02 .card .card-header a[aria-expanded=false]:after {
	font-size: 30px
}

.accordion-wrapper .card {
	border: none;
	background-color: transparent
}

.accordion-wrapper .card+.card {
	margin-top: 10px
}

.accordion-wrapper .card .card-header {
	background-color: transparent;
	padding: 0;
	border: none
}

.accordion-wrapper .card .card-header a {
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	background-color: rgba(231, 236, 239, .6);
	padding: 12px 30px;
	cursor: pointer;
	position: relative;
	border-radius: 60px;
	color: #626262
}

.accordion-wrapper .card .card-header a:after {
	position: absolute;
	right: 30px;
	content: "-"
}

.accordion-wrapper .card .card-header a[aria-expanded=false]:after {
	content: "+"
}

.accordion-wrapper .card .card-body {
	padding: 15px 30px 5px
}

.accordion-wrapper .card .card-body p {
	color: #777474;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	padding: 0 !important
}

.accordion-wrapper .card .card-body .rating-area i {
	font-size: 20px;
	color: #ff8686
}

.single-couterup {
	text-align: center;
	padding: 50px 0 45px
}

.single-couterup .icon {
	width: 60px;
	height: 60px;
	background: #f5f7f8;
	border-radius: 50%;
	line-height: 60px;
	margin: auto;
	color: var(--main-color-one)
}

.single-couterup .icon i {
	font-size: 35px
}

.single-couterup .content .count-num {
	font-size: 5rem;
	line-height: 65px;
	color: #89d100;
	font-weight: 600;
	padding: 15px 0;
	display: inline-block
}

.single-couterup .content .title {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: 500
}

.testimonial-section .common-title .heading {
	margin: auto
}

.testimonial-section.style-02 {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(227, 239, 244, .3)), to(rgba(130, 200, 206, .2)));
	background-image: -webkit-linear-gradient(left, rgba(227, 239, 244, .3), rgba(130, 200, 206, .2));
	background-image: -o-linear-gradient(left, rgba(227, 239, 244, .3), rgba(130, 200, 206, .2));
	background-image: linear-gradient(to right, rgba(227, 239, 244, .3), rgba(130, 200, 206, .2))
}

.testimonial-section.style-02 .testimonials-carousel .testimonials-carousel-controller {
	position: absolute;
	left: 20%;
	top: 10%;
	width: 120px
}

.testimonial-section.style-02 .testimonials-carousel .testimonials-carousel-controller .active-controller {
	position: absolute;
	left: -25px;
	top: -10px;
	color: #ff8686
}

.testimonial-section.style-02 .testimonials-carousel .testimonials-carousel-controller .total-controller {
	position: absolute;
	right: -25px;
	top: -10px;
	color: #ff8686
}

.testimonial-section.style-02 .testimonials-carousel .testimonials-carousel-controller .testimonial-progressbar {
	position: relative;
	z-index: 0
}

.testimonial-section.style-02 .testimonials-carousel .testimonials-carousel-controller .testimonial-progressbar .progress-line {
	height: 1px;
	width: 100%;
	background-color: #ff8686;
	position: absolute;
	left: 0
}

.testimonial-section.style-02 .testimonials-carousel .testimonials-carousel-controller .testimonial-progressbar .progress-active-line {
	position: absolute;
	z-index: 1;
	top: -1px;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #ff8686
}

.testimonial-section.sergery-style {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(227, 233, 237, .3)), to(rgba(194, 229, 255, .4)));
	background-image: -webkit-linear-gradient(left, rgba(227, 233, 237, .3), rgba(194, 229, 255, .4));
	background-image: -o-linear-gradient(left, rgba(227, 233, 237, .3), rgba(194, 229, 255, .4));
	background-image: linear-gradient(to right, rgba(227, 233, 237, .3), rgba(194, 229, 255, .4))
}

.testimonial-section.default-style .testimonials-carousel .testimonials-carousel-controller,
.testimonial-section.sergery-style .testimonials-carousel .testimonials-carousel-controller {
	left: 25%;
	width: 200px;
	position: absolute
}

.testimonial-section.default-style .testimonials-carousel .testimonials-carousel-controller .active-controller,
.testimonial-section.default-style .testimonials-carousel .testimonials-carousel-controller .total-controller,
.testimonial-section.sergery-style .testimonials-carousel .testimonials-carousel-controller .active-controller,
.testimonial-section.sergery-style .testimonials-carousel .testimonials-carousel-controller .total-controller {
	color: #838282;
	font-size: 30px;
	line-height: 40px
}

.testimonial-section.default-style .testimonials-carousel .testimonials-carousel-controller .active-controller,
.testimonial-section.sergery-style .testimonials-carousel .testimonials-carousel-controller .active-controller {
	left: -45px
}

.testimonial-section.default-style .testimonials-carousel .testimonials-carousel-controller .controller-devided,
.testimonial-section.sergery-style .testimonials-carousel .testimonials-carousel-controller .controller-devided {
	font-size: 35px;
	top: -15px
}

.testimonial-section .testimonials-carousel {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.testimonial-section .testimonials-carousel .testimonial-arrow {
	width: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.testimonial-section .testimonials-carousel .testimonial-arrow.sky .slick-next:hover,
.testimonial-section .testimonials-carousel .testimonial-arrow.sky .slick-prev:hover {
	background-color: #3ebcd8
}

.testimonial-section .testimonials-carousel .testimonial-arrow .slick-next,
.testimonial-section .testimonials-carousel .testimonial-arrow .slick-prev {
	color: #000;
	background-color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	cursor: pointer;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.testimonial-section .testimonials-carousel .testimonial-arrow .slick-next:hover,
.testimonial-section .testimonials-carousel .testimonial-arrow .slick-prev:hover {
	color: #fff;
	background-color: #ff8686;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
	box-shadow: 0 0 8px rgba(0, 0, 0, .15)
}

.testimonial-section .testimonials-carousel .testimonial-arrow .slick-next {
	margin-left: 20px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.testimonial-section .testimonials-carousel .testimonial-carousel-img {
	width: 55%;
	display: none
}

.testimonial-section .testimonials-carousel .testimonial-carousel-img .slick-arrow {
	position: absolute;
	bottom: 30%;
	z-index: 9
}

.testimonial-section .testimonials-carousel .testimonial-carousel-img .right_active_item .carousel-items {
	height: 565px !important;
	margin-top: 35px !important
}

.testimonial-section .testimonials-carousel .testimonial-carousel-img .carousel-items {
	height: 420px;
	margin-top: 180px;
	border-radius: 20px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	width: 95% !important;
	overflow: hidden
}

.testimonial-section .testimonials-carousel .testimonial-carousel-img .carousel-items img {
	border-radius: 20px;
	-o-object-fit: fill;
	object-fit: fill;
	margin: auto
}

.testimonial-section .testimonials-carousel .testimonial-content-wrap .carousel-items .content {
	width: 100%
}

.testimonial-section .testimonials-carousel .testimonial-content-wrap .carousel-items .content .heading-4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: var(heading-color)
}

.testimonial-section .testimonials-carousel .testimonial-content-wrap .carousel-items .content .heading-6 {
	font-size: 16px;
	line-height: 26px;
	color: #8596a7;
	font-weight: 600
}

@media (max-width:1850px) {
	.testimonial-section .testimonials-carousel .testimonial-carousel-img .right_active_item .carousel-items {
		height: 540px !important;
		margin-top: 60px !important
	}
}

@media (max-width:1750px) {
	.testimonial-section .testimonials-carousel .testimonial-carousel-img .right_active_item .carousel-items {
		height: 520px !important;
		margin-top: 80px !important
	}
}

@media (max-width:1700px) {
	.testimonial-section .testimonials-carousel .testimonial-carousel-img .right_active_item .carousel-items {
		height: 505px !important;
		margin-top: 95px !important
	}
}

@media (max-width:1650px) {
	.testimonial-section .testimonials-carousel .testimonial-carousel-img .right_active_item .carousel-items {
		height: 485px !important;
		margin-top: 115px !important
	}
}

@media (max-width:1600px) {
	.testimonial-section .testimonials-carousel .testimonial-carousel-img .right_active_item .carousel-items {
		height: 500px !important;
		margin-top: 100px !important
	}
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
	.testimonial-section .testimonials-carousel .testimonial-carousel-img .carousel-items img {
		height: 100%
	}
}

@media (max-width:1200px) {
	.testimonial-section .testimonials-carousel .testimonial-content-wrap {
		top: 45%
	}

	.testimonial-section .testimonials-carousel .testimonial-carousel-img .carousel-items {
		height: 570px !important;
		margin-top: 30px !important
	}
}

.appointment-section.style-02 {
	background-color: transparent
}

.modal-design .address-area .address-content {
	padding: 0 20px
}

.side-form-popup .popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 999;
	visibility: hidden;
	display: none;
	overflow-y: auto
}

.modal-design {
	width: 100%;
	border-radius: 20px;
	position: relative
}

.modal-design .appointment-section .appointment-content {
	border: none
}

.modal-design .modal-wrapper {
	width: 50%;
	height: 100%;
	background-color: #fff;
	border-radius: 20px;
	border-radius: 20px;
	margin: auto
}

.modal-design .modal-wrapper .location-popup-design {
	position: relative;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 20px
}

.modal-design .modal-wrapper .location-popup-design .row {
	padding: 0;
	margin: 0
}

.modal-design .modal-wrapper .location-popup-design .close-button {
	position: absolute;
	height: 40px;
	width: 40px;
	color: #fff;
	background-color: #ff8686;
	right: -30px;
	top: -30px;
	border-radius: 50%;
	font-size: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 1
}

.modal-design .modal-wrapper .location-popup-design .close-button:hover {
	background-color: rgba(255, 134, 134, .8)
}

.modal-design,
.side-form-popup {
	border-radius: 20px
}

.modal-design .logo-area,
.side-form-popup .logo-area {
	position: absolute;
	top: 5%;
	left: 4.5%;
	z-index: 1
}

.modal-design #google-map,
.modal-design #google-map2,
.modal-design .modal-image,
.side-form-popup #google-map,
.side-form-popup #google-map2,
.side-form-popup .modal-image {
	width: 60%;
	height: 430px;
	border-radius: 20px 0 0 20px
}

.modal-design .modal-image img,
.side-form-popup .modal-image img {
	width: 100%;
	height: 100%;
	border-radius: 20px 0 0 20px
}

.modal-design .address-area,
.side-form-popup .address-area {
	width: 40%;
	position: relative
}

.modal-design .address-area .address-content,
.side-form-popup .address-area .address-content {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80%
}

.modal-design .address-area .address-content .heading-04,
.side-form-popup .address-area .address-content .heading-04 {
	color: var(--heading-color);
	font-size: 18px;
	line-height: 28px;
	font-weight: 500
}

.modal-design .address-area .address-content ul,
.side-form-popup .address-area .address-content ul {
	padding: 0
}

.modal-design .address-area .address-content .items,
.side-form-popup .address-area .address-content .items {
	color: var(--paragraph-color);
	font-size: 1rem;
	font-family: 'Tenor Sans', sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.modal-design .modal-img,
.side-form-popup .modal-img {
	width: 100%;
	position: relative;
	z-index: 0
}

.modal-design .modal-img img,
.side-form-popup .modal-img img {
	border-radius: 20px;
	width: 100%
}

.modal-design .modal-img .play-area,
.side-form-popup .modal-img .play-area {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1
}

.modal-design .appointment-section .container .appointment-content,
.side-form-popup .appointment-section .container .appointment-content {
	border: none;
	padding: 50px 0
}

.modal-design .appointment-section,
.side-form-popup .appointment-section {
	width: 100%;
	border-radius: 20px
}

.popup-show {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	transform: scale(1) !important
}

.form-popup,
.location-popup,
.opening-popup {
	position: relative;
	background-color: #fff;
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display: none;
	opacity: 0;
	border-radius: 3px;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important
}

.location-popup .row,
.opening-popup .row {
	margin: 0
}

.close-popup {
	position: absolute;
	height: 40px;
	width: 40px;
	color: #000;
	right: 10px;
	top: 10px;
	border-radius: 50%;
	font-size: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.countdown-part {
	background-image: -webkit-gradient(linear, left top, right top, from(#14606e), to(rgba(20, 96, 110, .8)));
	background-image: -webkit-linear-gradient(left, #14606e, rgba(20, 96, 110, .8));
	background-image: -o-linear-gradient(left, #14606e, rgba(20, 96, 110, .8));
	background-image: linear-gradient(to right, #14606e, rgba(20, 96, 110, .8));
	border-radius: 0 20px 20px 0;
	color: #fff;
	padding: 60px 0;
	position: relative
}

.countdown-part .counter-item-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

.countdown-part .counter-item-wrap .counter-item {
	min-width: 165px;
	height: 165px;
	border: 1px solid #fff;
	text-align: center;
	margin: 20px;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 3
}

.countdown-part .counter-item-wrap .counter-item .hours,
.countdown-part .counter-item-wrap .counter-item .mins,
.countdown-part .counter-item-wrap .counter-item .secs {
	font-size: 45px;
	line-height: 55px;
	font-weight: 400
}

.countdown-part .counter-item-wrap .counter-item:nth-child(2) {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.countdown-part .heading-02 {
	width: 100%;
	text-align: center;
	margin-bottom: 30px
}

.countdown-part .heading-02 .days {
	font-size: 12vh;
	line-height: 100px;
	font-weight: 400
}

.countdown-part .heading-02,
.countdown-part .heading-06 {
	color: #fff
}

.countdown-part .heading-06 {
	font-size: 25px;
	line-height: 38px;
	font-weight: 400
}

.countdown-part:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .4)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .4));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .4));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .6), rgba(0, 0, 0, .4));
	border-radius: 0 20px 20px 0;
	z-index: -1
}

.comming-soon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 550px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
	overflow-x: hidden
}

.comming-soon .comming-soon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	min-height: 450px
}

.comming-soon .comming-soon-wrap .countdown-part {
	width: 50%
}

.comming-soon .comming-soon-wrap .comming-soon-text {
	position: relative;
	padding-left: 30px;
	width: 50%
}

.comming-soon .comming-soon-wrap .comming-soon-text .text-wrap {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.comming-soon .comming-soon-wrap .comming-soon-text .text-wrap .heading-02 {
	color: #fff;
	font-weight: 400;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 40px
}

.comming-soon .comming-soon-wrap .comming-soon-text .text-wrap .heading-02 .last-word {
	font-weight: 600
}

.comming-soon .comming-soon-wrap .comming-soon-text .text-wrap p {
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500px
}

.comming-soon .comming-soon-wrap .comming-soon-text .text-wrap .form-control {
	border-radius: 50px 0 0 50px;
	border: none
}

.comming-soon .comming-soon-wrap .comming-soon-text .text-wrap .form-control::-webkit-input-placeholder {
	color: #585858;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	font-style: italic
}

.comming-soon .comming-soon-wrap .comming-soon-text .text-wrap .form-control:-ms-input-placeholder {
	color: #585858;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	font-style: italic
}

.comming-soon .comming-soon-wrap .comming-soon-text .text-wrap .form-control::-ms-input-placeholder {
	color: #585858;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	font-style: italic
}

.comming-soon .comming-soon-wrap .comming-soon-text .text-wrap .form-control::placeholder {
	color: #585858;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	font-style: italic
}

.comming-soon .comming-soon-wrap .comming-soon-text .text-wrap .input-group-append {
	margin-left: -20px
}

.comming-soon .comming-soon-wrap .comming-soon-text .text-wrap .input-group-append .input-group-text {
	background-color: var(--main-color-one);
	border: none;
	border-radius: 50px;
	z-index: 3;
	font-size: 14px;
	padding: 0 25px;
	font-weight: 500;
	cursor: pointer
}

.comming-soon .comming-soon-wrap .comming-soon-text .text-wrap .input-group-append .input-group-text input[type=submit] {
	color: #fff
}

.comming-soon::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .4)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .4));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .6), rgba(0, 0, 0, .4));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .6), rgba(0, 0, 0, .4))
}

.progressbar-wrapper {
	position: relative;
	z-index: 0;
	width: 220px;
	margin: auto
}

.progressbar-wrapper .active-controller,
.progressbar-wrapper .total-controller {
	position: absolute;
	top: -15px;
	color: var(--main-color-one);
	font-size: 20px
}

.progressbar-wrapper .active-controller {
	left: -25px
}

.progressbar-wrapper .total-controller {
	right: -15px
}

.progressbar-wrapper .progressbar-line-wrap {
	position: relative;
	width: 200px
}

.progressbar-wrapper .progressbar-line-wrap .full-line {
	width: 100%;
	height: 1px;
	background-color: var(--main-color-one);
	display: block
}

.progressbar-wrapper .progressbar-line-wrap .active-line {
	width: 50%;
	height: 3px;
	background-color: var(--main-color-one);
	display: block;
	position: absolute;
	top: -1px
}

.basic-form input[type=text]:focus {
	border: none
}

.basic-form .form-column-one .form-control {
	background-color: #e4eaed
}

.basic-form .form-column-two .form-control {
	background-color: #d6d6d6
}

.basic-form .form-column-three .form-control {
	background-color: #d6d6d6
}

.same-style .form-control {
	padding: 10px 30px;
	border: none;
	margin: 30px 0 0 0;
	resize: none;
	display: block;
	height: inherit
}

.same-style .form-control::-webkit-input-placeholder {
	color: #838282;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500
}

.same-style .form-control:-ms-input-placeholder {
	color: #838282;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500
}

.same-style .form-control::-ms-input-placeholder {
	color: #838282;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500
}

.same-style .form-control::placeholder {
	color: #838282;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500
}

.same-style input.form-control {
	border-radius: 50px
}

.same-style textarea.form-control {
	border-radius: 20px
}

.state-input .form-column-one .form-control {
	border: 1px solid #e4eaed
}

.state-input .error-column .form-control {
	border: 1px solid var(--main-color-one)
}

.state-input .error-column .error-column-input,
.state-input .error-column .errow-column-textarea {
	position: relative;
	z-index: 0
}

.state-input .error-column .error-column-input:after,
.state-input .error-column .errow-column-textarea:after {
	content: "\f11d";
	font-family: Flaticon;
	position: absolute;
	right: 10px;
	z-index: 1;
	font-size: 18px;
	color: var(--main-color-one)
}

.state-input .error-column .error-column-input:after {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.state-input .error-column .errow-column-textarea:after {
	bottom: 10px
}

.button-section ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.button-section ul li {
	width: 33.33%;
	padding: 50px 0
}

.main-btn-wrap .main-btn,
.main-btn-wrap-2 .main-btn,
.main-btn-wrap-inactive .main-btn {
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	text-decoration: none;
	padding: 15px 20px;
	display: table;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	width: auto;
	text-align: center
}

.main-btn-wrap.surgery-btn .main-btn {
	background: rgba(61, 187, 215, .9);
	-webkit-box-shadow: 0 6px 20px -8px rgba(61, 187, 215, .9);
	box-shadow: 0 6px 20px -8px rgba(61, 187, 215, .9)
}

.main-btn-wrap.surgery-btn .main-btn:hover {
	-webkit-box-shadow: 0 10px 20px -8px #3dbbd7;
	box-shadow: 0 10px 20px -8px #3dbbd7;
	background: #3dbbd7;
	font-family: 'Tenor Sans', sans-serif
}

.main-btn-wrap .main-btn {
	color: #fff;
	font-family: 'Tenor Sans', sans-serif;
	background: #89d100;
	-webkit-box-shadow: 0 6px 20px -8px rgba(255, 134, 134, .9);
	box-shadow: 0 6px 20px -8px rgba(255, 134, 134, .9)
}

.main-btn-wrap .main-btn:hover {
	-webkit-box-shadow: 0 10px 20px -8px #ff8686;
	box-shadow: 0 10px 20px -8px #ff8686;
	background: green;
	color: #fff
}

.main-btn-wrap-2 .main-btn {
	color: green;
	font-size: 1.1rem;
	width: 100%;
}

.main-btn-wrap-2.modal-btn a {
	min-width: inherit;
	padding: 5px 20px
}

.main-btn-wrap-inactive .main-btn {
	color: #fff;
	background: rgba(255, 134, 134, .6);
	-webkit-box-shadow: 0 6px 20px -8px rgba(255, 134, 134, .9);
	box-shadow: 0 6px 20px -8px rgba(255, 134, 134, .9)
}

.flat-icon .icon-title .heading-04 {
	color: #838282;
	font-size: 21px;
	line-height: 32px;
	font-weight: 500;
	padding: 30px 0;
	margin: 0
}

.flat-icon .icons-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.flat-icon .icons-wrap .icon {
	background-color: #e8e8e8;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	text-align: center;
	font-size: 50px;
	margin: 10px 50px
}

.icon-alert .alert-box {
	position: relative;
	z-index: 0;
	-webkit-box-shadow: 0 8px 15px #8596a7;
	box-shadow: 0 8px 15px #8596a7;
	text-align: center;
	border-radius: 20px;
	padding: 20px 75px;
	max-width: 380px;
	min-height: 360px
}

.icon-alert .alert-box .close-btn {
	top: 5%;
	right: 5%;
	width: 35px;
	height: 35px;
	line-height: 35px
}

.alert-box .close-btn {
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0 0 6px #626262;
	box-shadow: 0 0 6px #626262;
	font-size: 30px;
	cursor: pointer
}

.alert-box .alert-content p {
	color: #8596a7;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	margin: 0
}

.alert-box .alert-content .icon {
	font-size: 90px
}

.alert-box.warning .alert-content p {
	color: var(--main-color-one)
}

.alert-box.warning .alert-content .icon {
	color: var(--main-color-one)
}

.basic-alert .alert-box {
	position: relative;
	z-index: 0;
	-webkit-box-shadow: 0 0 10px #e2eef7;
	box-shadow: 0 0 10px #e2eef7;
	border-radius: 20px;
	padding: 35px 50px
}

.basic-alert .alert-box .close-btn {
	top: 50%;
	right: 3%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.basic-alert .alert-box.warning {
	-webkit-box-shadow: 0 0 5px var(--main-color-one);
	box-shadow: 0 0 5px var(--main-color-one)
}

.contact-section {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	height: 100%
}

.contact-section .form-area .common-title {
	padding-bottom: 30px
}

.contact-section .form-area .common-title .heading {
	margin: 0
}

.contact-section .form-area .form-top ul {
	margin-bottom: 25px;
	padding-left: 0
}

.contact-section .form-area .form-top ul li {
	color: #707070;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px
}

.contact-section .form-area .form-top ul li span {
	width: 100px;
	display: inline-block;
	color: #585858
}

.form-bottom .form-group label {
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	color: #585858
}

.form-bottom .form-group .form-control {
	background-color: rgba(133, 150, 167, .15);
	border: none;
	border-radius: 25px;
	padding: 10px 20px;
	resize: none
}

.form-bottom .form-group .text-character {
	font-size: 10px;
	text-align: right;
	display: block;
	margin-top: 5px
}

.form-bottom .main-btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.form-bottom .main-btn-wrap .main-btn {
	min-width: 200px;
	margin-left: 5px;
	margin-right: 5px
}

.form-bottom .main-btn-wrap .main-btn.border {
	background: 0 0;
	color: #ff8686;
	border: 1px solid #ff8686 !important
}

.calendar {
	display: block
}

.calendar .form-control {
	font-size: 11px;
	color: #626262;
	font-style: italic;
	padding: 19px 30px !important
}

label {
	display: block;
	margin-bottom: 0
}

input:focus {
	outline: 0
}

#ui-datepicker-div {
	display: none;
	background-color: #fff;
	-webkit-box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .1);
	box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .1);
	margin-top: .25rem;
	border-radius: .5rem;
	padding: .5rem
}

.ui-datepicker-calendar thead th {
	padding: .25rem 0;
	text-align: center;
	font-size: .75rem;
	font-weight: 400;
	color: #626262
}

.ui-datepicker-calendar tbody td {
	width: 2rem;
	text-align: center;
	padding: 0
}

.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: .25rem;
	line-height: 2rem;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	color: #626262;
	font-size: .875rem;
	text-decoration: none
}

.ui-datepicker-calendar tbody td a:hover {
	background-color: rgba(255, 134, 134, .5)
}

.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: var(--main-color-one);
	color: #fff
}

.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: .5rem;
	border-radius: .25rem;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all
}

.ui-datepicker-header a.ui-datepicker-prev {
	left: 10px;
	background-repeat: no-repeat;
	background-size: .5rem;
	background-position: 50%
}

.ui-datepicker-header a.ui-datepicker-prev::after {
	content: "\f108";
	font-family: Flaticon;
	font-size: 10px
}

.ui-datepicker-header a.ui-datepicker-next {
	right: -10px;
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%
}

.ui-datepicker-header a.ui-datepicker-next::after {
	content: "\f109";
	font-family: Flaticon;
	font-size: 10px
}

.ui-datepicker-header a>span {
	display: none
}

.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: .25rem;
	font-size: .875rem;
	font-weight: 500;
	padding-bottom: .25rem
}

.blog-page-content .widget_search .search-form .submit-btn:hover {
	background-color: rgba(255, 134, 134, .9)
}

.blog-page-content .widget_search .search-form .form-group .form-control {
	border: none;
	-webkit-box-shadow: 0 0 6px 1px #dcd9d9;
	box-shadow: 0 0 6px 1px #dcd9d9
}

.blog-page-content .widgets-area .widget {
	border-radius: 20px;
	background-color: #f6f8f9
}

.blog-page-content .widgets-area .widget .widget-title {
	font-size: 20px
}

.blog-page-content .widgets-area .widget .widget-title::after {
	content: "";
	width: 50px;
	height: 2px;
	background-color: #ff8686;
	display: block;
	margin-top: 5px
}

.blog-page-content .widgets-area .widget .recent_post_item li.single-recent-post-item .thumb {
	width: 80px;
	height: 80px;
	margin-right: 0
}

.blog-page-content .widgets-area .widget .recent_post_item li.single-recent-post-item .thumb img {
	border-radius: 20%
}

.blog-page-content .widgets-area .widget.widget_recent_posts .single-recent-post-item .content .title {
	line-height: 26px;
	margin-bottom: 0;
	font-weight: 500
}

.blog-page-content .widgets-area .widget.widget_recent_posts .single-recent-post-item .content .time {
	padding-bottom: 10px;
	display: block
}

.blog-page-content .widgets-area .widget.widget_category ul {
	padding-left: 0
}

.blog-page-content .widgets-area .widget.widget_category ul a {
	border: 1px solid rgba(3, 79, 190, .1);
	padding: 10px 15px;
	display: block;
	border-radius: 5px;
	display: block;
	margin-top: 10px
}

.blog-page-content .widgets-area .widget.widget_category ul a .right {
	float: right
}

.blog-page-content .widgets-area .widget.widget_category ul a:hover {
	background-color: #fff;
	border: 1px solid transparent;
	-webkit-box-shadow: 1px 4px 6px rgba(39, 39, 122, .1);
	box-shadow: 1px 4px 6px rgba(39, 39, 122, .1)
}

.blog-page-content .widgets-area .widget_follow_us ul {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.blog-page-content .widgets-area .widget_follow_us .social-icon {
	color: #111112;
	border: 1px solid #909090;
	width: 40px;
	height: 40px;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 10px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.blog-page-content .widgets-area .widget_follow_us .social-icon:hover {
	background-color: #ff8686;
	color: #fff;
	border: 1px solid #ff8686
}

.blog-page-content .widgets-area .widget_archive .form-control {
	height: 50px;
	padding: 10px 20px;
	border: 1px solid #909090
}

.blog-page-content .widgets-area .widget_archive .caret-icon {
	font-size: 18px;
	padding-right: 10px
}

.blog-page-content .widgets-area .widget_instagram_items {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.blog-page-content .widgets-area .widget_instagram_items .instagram-thumb img {
	width: 90px;
	height: 90px;
	border-radius: 20px;
	padding: 10px;
	display: block
}

.blog-page-content .widgets-area .widget_tags .tagcloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.blog-page-content .widgets-area .widget_tags .tagcloud a {
	color: #838282;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Tenor Sans', sans-serif;
	border: 1px solid #707070;
	padding: 10px 20px;
	display: block;
	margin: 10px;
	min-width: 125px;
	text-align: center;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.blog-page-content .widgets-area .widget_tags .tagcloud a:hover {
	color: #fff;
	background-color: #ff8686;
	border: 1px solid #ff8686
}

.blog-page-content .widgets-area .add-widget img {
	border-radius: 20px
}

.blog-page-content .icon {
	color: var(--main-color-one);
	margin-right: 5px
}

.blog-post-single-item .thumb {
	position: relative;
	width: 100%;
	height: 260px
}

.blog-post-single-item .thumb .play-area {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0
}

.blog-post-single-item .thumb img {
	border-radius: 5px;
	height: 100%;
	width: 100%
}

.blog-post-single-item .content .post-meta {
	position: absolute;
	top: 0;
	background: #89d100;
	color: #fff;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 20px;
	border-radius: 5px;
	border-top-left-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.blog-post-single-item .content .post-meta li {
	margin-left: 10px
}

.blog-post-single-item .content .post-meta li a {
	color: #111112;
	font-size: 16px;
	line-height: 26px;
	font-family: var(--body-font);
	font-weight: 400;
	display: block;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.blog-post-single-item .content .post-meta.two {
	padding-bottom: 20px
}

.blog-post-single-item .content .post-meta.two li a {
	color: #838282;
	border: 1px solid #efefef;
	border-radius: 30px;
	padding: 8px 16px
}

.blog-post-single-item .content .post-meta.two li:hover a {
	color: #111112
}

.blog-post-single-item .content .title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin: 0
}

.blog-post-single-item .content p {
	margin: 0
}

.blog-page-content .blog-details-items .content .title {
	font-size: 30px;
	line-height: 40px;
	font-family: var(--heading-font);
	font-weight: 500
}

.blog-page-content .blog-details-items .content .post-meta .list-wrap {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.blog-page-content .blog-details-items .content .post-meta .list-wrap a {
	color: rgba(51, 51, 51, .8);
	font-size: 14px;
	line-height: 24px;
	font-weight: 400
}

.blog-page-content .blog-details-items .content .post-meta .list-wrap li:not(:last-child) a {
	padding-right: 30px
}

.blog-page-content .blog-details-items .thumb img {
	border-radius: 20px
}

blockquote {
	background-color: #f0efff;
	padding: 35px 30px 40px 30px;
	margin: 0;
	z-index: 1;
	border-radius: 3px
}

.blog-page-content .blog-details-items blockquote p {
	color: #111112;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	font-style: italic
}

.blog-page-content .blog-details-items blockquote .blockquote-footer {
	color: #111112;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400
}

.blog-page-content .blog-details-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.blog-page-content .blog-details-footer .tag-text {
	color: #666;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 0
}

.blog-page-content .blog-details-footer .list-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.blog-page-content .blog-details-footer .list-wrap a {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	border: 1px solid #89d100;
	background: #89d100;
	border-radius: 30px;
	display: block;
	padding: 6px 20px;
	margin: 3px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.blog-page-content .blog-details-footer .list-wrap a:hover {
	background-color: #fff;
	border: 1px solid #89d100;
	color: #89d100
}

.blog-page-content .blog-details-footer .share-text {
	color: #666;
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 0
}

.blog-page-content .blog-details-footer .social-icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.blog-page-content .blog-details-footer .social-icon-wrap .icon {
	color: #ccc;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.blog-page-content .blog-details-footer .social-icon-wrap .icon:hover {
	color: #ff8686
}

.blog-page-content .blog-details-next-previous {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #ff8686;
	border-top: 1px solid #ff8686
}

.blog-page-content .blog-details-next-previous .next-btn,
.blog-page-content .blog-details-next-previous .previous-btn {
	color: #909090;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400
}

.blog-page-content .blog-details-next-previous .title {
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-page-content .blog-details-next-previous .home-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 5px
}

.blog-page-content .blog-details-testimonial_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
	background-color: #f6f8f9
}

.blog-page-content .blog-details-testimonial_wrap .thumb {
	margin-right: 20px;
	width: 20%
}

.blog-page-content .blog-details-testimonial_wrap .thumb img {
	border-radius: 20px;
	width: 120px
}

.blog-page-content .blog-details-testimonial_wrap .content {
	width: 80%
}

.blog-page-content .blog-details-testimonial_wrap .content .write-by {
	text-transform: uppercase;
	color: #666;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	padding-bottom: 5px
}

.blog-page-content .blog-details-testimonial_wrap .content .name {
	color: #111112;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0
}

.comment-area .comments-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 0
}

.comment-area .comment-list {
	padding-left: 0
}

.comment-area .comment-list li ul.children li {
	margin-left: 50px
}

.comment-area .comment-list .single-comment-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0 0 40px 0
}

.comment-area .comment-list .single-comment-wrap .thumb {
	width: 8%;
	min-width: 80px
}

.comment-area .comment-list .single-comment-wrap .content {
	width: 92%
}

.comment-area .comment-list .single-comment-wrap .content .title-area .title {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #111112
}

.comment-area .comment-list .single-comment-wrap .content .title-area .date {
	font-size: 12px;
	line-height: 22px;
	font-weight: 300;
	color: #585858
}

.comment-area .comment-list .single-comment-wrap .content p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	color: #838282;
	margin-bottom: 0;
	padding-bottom: 23px
}

.comment-area .comment-list .single-comment-wrap .content .reply a {
	color: #909090;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.comment-area .comment-list .single-comment-wrap .content .reply .icon {
	color: #909090;
	font-size: 12px
}

.comment-area .comment-form-wrap .reply-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	padding-bottom: 13px
}

.comment-area .comment-form-wrap .form-area .form-group {
	margin-bottom: 0
}

.comment-area .comment-form-wrap .form-area input[type=email],
.comment-area .comment-form-wrap .form-area input[type=text] {
	height: 50px
}

.comment-area .comment-form-wrap .form-area .form-control {
	border: 1px solid rgba(144, 144, 144, .3);
	background-color: #f6f8f9;
	border-radius: 20px;
	margin-bottom: 20px
}

.comment-area .comment-form-wrap .form-area .form-control::-webkit-input-placeholder {
	color: #838282;
	font-size: 14px;
	line-height: 24px
}

.comment-area .comment-form-wrap .form-area .form-control:-ms-input-placeholder {
	color: #838282;
	font-size: 14px;
	line-height: 24px
}

.comment-area .comment-form-wrap .form-area .form-control::-ms-input-placeholder {
	color: #838282;
	font-size: 14px;
	line-height: 24px
}

.comment-area .comment-form-wrap .form-area .form-control::placeholder {
	color: #838282;
	font-size: 14px;
	line-height: 24px
}

.comment-area .comment-form-wrap .form-area textarea {
	resize: none;
	margin-bottom: 20px
}

.login-section .login-form-wrap {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	width: 100%;
	min-height: 500px;
	height: 90vh
}

.login-section .login-form-wrap .login-form-area {
	position: relative;
	width: 50%;
	background-color: rgba(255, 255, 255, .98);
	height: 100%;
	z-index: 0
}

.login-section .login-form-wrap .login-form-area.login-form-style-02 {
	float: right
}

.login-section .login-form-wrap .login-form-area.login-form-style-02 .login-form label,
.login-section .login-form-wrap .login-form-area.login-form-style-02 .login-form p {
	color: #626262;
	font-size: 14px;
	font-weight: 500;
	margin: 8px 0
}

.login-section .login-form-wrap .login-form-area.login-form-style-02 .login-form label a,
.login-section .login-form-wrap .login-form-area.login-form-style-02 .login-form p a {
	color: #ff8686
}

.login-section .login-form-wrap .login-form-area .login-form {
	width: 100%;
	padding: 0 100px;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 100%;
	z-index: 1
}

.login-section .login-form-wrap .login-form-area .login-form .common-title {
	padding-bottom: 30px
}

.login-section .login-form-wrap .login-form-area .login-form .common-title p {
	color: #626262;
	font-size: 14px;
	font-weight: 500;
	margin: 8px 0
}

.login-section .login-form-wrap .login-form-area .login-form .common-title p a {
	color: var(--main-color-one)
}

.login-section .login-form-wrap .login-form-area .login-form .form-control {
	border: none;
	background: rgba(133, 150, 167, .15);
	border-radius: 25px;
	margin-bottom: 20px;
	padding: 10px 20px
}

.login-section .login-form-wrap .login-form-area .login-form input::-webkit-input-placeholder {
	color: #585858;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	font-style: italic
}

.login-section .login-form-wrap .login-form-area .login-form input:-ms-input-placeholder {
	color: #585858;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	font-style: italic
}

.login-section .login-form-wrap .login-form-area .login-form input::-ms-input-placeholder {
	color: #585858;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	font-style: italic
}

.login-section .login-form-wrap .login-form-area .login-form input::placeholder {
	color: #585858;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	font-style: italic
}

.login-section .login-form-wrap .login-form-area .login-form .form-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.login-section .login-form-wrap .login-form-area .login-form .form-btn input[type=submit] {
	background: #89d100;
	-webkit-box-shadow: 0 6px 20px -8px rgb(255 134 134 / 90%);
	box-shadow: 0 6px 20px -8px rgb(255 134 134 / 90%);
	color: #fff;
	padding: 10px 60px;
	border-radius: 6px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.login-section .login-form-wrap .login-form-area .login-form .form-btn input[type=submit]:hover {
	-webkit-box-shadow: 0 10px 20px -8px #ff8686;
	box-shadow: 0 10px 20px -8px #ff8686;
	background-color: #ff8686
}

.login-section .login-form-wrap .login-form-area .login-form .form-btn a {
	color: #585858;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	border-bottom: 2px solid #ff8686;
	padding-bottom: 8px
}

.login-section .login-form-wrap .login-form-area .login-form .create-new-member {
	margin-top: 120px
}

.login-section .login-form-wrap .login-form-area .login-form .create-new-member .heading {
	color: #585858;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600
}

.login-section .login-form-wrap .login-form-area .login-form .create-new-member .create-btn {
	color: #585858;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	border: 1px solid #ff8686;
	border-radius: 50px;
	display: table;
	margin-top: 20px
}

.login-section .login-form-wrap .login-form-area .login-form .create-new-member .create-btn a {
	padding: 10px 40px;
	display: block
}

.checkbox {
	position: absolute;
	left: -9999px
}

.checkbox+label {
	position: relative;
	display: inline-block;
	padding: 1px 24px
}

.checkbox+label:after,
.checkbox+label:before {
	position: absolute;
	top: 0;
	content: '';
	border-radius: 1px
}

.checkbox+label:before {
	top: 4px;
	left: 0;
	height: 15px;
	width: 15px;
	border: 1px solid rgba(133, 150, 167, .4);
	border-radius: 4px
}

.checkbox+label:after {
	width: 0;
	height: 0
}

.checkbox:checked+label:before {
	border-color: #fff;
	background-color: var(--main-color-one)
}

.checkbox:checked+label:after {
	width: 6px;
	height: 13px;
	top: 3px;
	left: 5px;
	color: #fff;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(37deg);
	-ms-transform: rotate(37deg);
	transform: rotate(37deg)
}

.roppup-modal .img-wrapper {
	border-radius: 20px;
	overflow: hidden
}

.roppup-modal .img-wrapper img {
	border-radius: 20px !important
}

.gallery-filter-images .gallery-grid {
	margin-bottom: 20px
}

.gallery-filter-images .gallery-grid::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(98, 98, 98, .5)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6), rgba(98, 98, 98, .5));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .6), rgba(98, 98, 98, .5));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(98, 98, 98, .5));
	border-radius: 20px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	visibility: hidden;
	opacity: 0
}

.gallery-filter-images .gallery-grid img {
	border-radius: 20px;
	max-width: 100%
}

.gallery-filter-images .gallery-grid .plus-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 2;
	font-size: 20px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.gallery-filter-images .gallery-grid:hover .gallery-content,
.gallery-filter-images .gallery-grid:hover .plus-icon,
.gallery-filter-images .gallery-grid:hover::after {
	visibility: visible !important;
	opacity: 1 !important
}

.gallery-filter-images .gallery-grid .gallery-content {
	position: absolute;
	left: 5%;
	bottom: 5%;
	z-index: 2;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in
}

.gallery-filter-images .gallery-grid .gallery-content .date {
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
	font-family: var(--heading-font)
}

.gallery-filter-images .gallery-grid .gallery-content .text {
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	font-family: var(--body-font)
}

.help-section {
	position: relative;
	z-index: 0
}

.help-section .image-area {
	width: 100%;
	height: auto
}

.help-section .image-area img {
	border-radius: 0 20px 20px 0
}

.help-section .content-area {
	padding-left: 10%;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.help-section .content-area .heading-04 {
	color: var(--main-color-one);
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	font-family: var(--body-font)
}

.help-section .content-area .common-title .heading {
	font-weight: 600;
	font-family: var(--body-font)
}

.help-section .content-area .search-btn {
	position: relative;
	z-index: 0
}

.help-section .content-area .search-btn input::-webkit-input-placeholder {
	color: #4e4d4d;
	font-size: 14px;
	line-height: 24px;
	font-family: var(--body-font);
	font-weight: 300
}

.help-section .content-area .search-btn input:-ms-input-placeholder {
	color: #4e4d4d;
	font-size: 14px;
	line-height: 24px;
	font-family: var(--body-font);
	font-weight: 300
}

.help-section .content-area .search-btn input::-ms-input-placeholder {
	color: #4e4d4d;
	font-size: 14px;
	line-height: 24px;
	font-family: var(--body-font);
	font-weight: 300
}

.help-section .content-area .search-btn input::placeholder {
	color: #4e4d4d;
	font-size: 14px;
	line-height: 24px;
	font-family: var(--body-font);
	font-weight: 300
}

.help-section .content-area .search-btn .form-control {
	border: 2px solid var(--main-color-one);
	border-radius: 40px;
	padding: 15px 15px 15px 25px;
	height: 60px
}

.help-section .content-area .search-btn .search-icon {
	position: absolute;
	top: 50%;
	right: 4%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: var(--main-color-one);
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	color: #fff
}

.another-question-section .question-form {
	padding-right: 10%
}

.another-question-section .question-form .form-group label {
	color: rgba(98, 98, 98, .8)
}

.another-question-section .question-img img {
	border-radius: 20px
}

section.membership-filter-section {
	overflow-x: hidden
}

.membership-filter {
	overflow-x: hidden;
	width: 100%
}

.membership-filter .package-section .check-box-area li {
	padding: 0 0 20px 0
}

.membership-filter .membership-grid {
	width: 100%
}

.membership-filter .membership-grid .membership-image-section {
	position: relative;
	z-index: 0;
	width: 75%;
	margin: auto
}

.membership-filter .membership-grid .membership-image-section img {
	border-radius: 20px;
	width: 100%
}

.membership-filter .membership-grid .membership-image-section .membership-heading .heading {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #fff;
	font-size: 100px;
	line-height: 50px;
	font-family: var(--body-font);
	font-weight: 600
}

.membership-filter .membership-grid .membership-image-section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(133, 150, 167, .4);
	border-radius: 20px
}

.membership-filter .quality-section .common-title {
	padding-bottom: 0
}

.membership-filter .package-section .service-items ul {
	padding-left: 0
}

.membership-filter .package-section .service-items ul li {
	color: #777474;
	font-size: 14px;
	font-family: var(--body-font);
	line-height: 24px;
	font-weight: 400;
	padding-bottom: 5px
}

.membership-filter .package-section .service-items ul li::after {
	content: ""
}

.membership-filter .accounting-section .form-bottom .common-title .heading {
	color: var(--heading-color);
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	font-family: var(--body-font)
}

.membership-filter .accounting-section .form-bottom .common-title p {
	color: #777474;
	font-size: 14px;
	font-family: var(--body-font);
	line-height: 24px;
	font-weight: 400;
	padding-bottom: 5px
}

.membership-filter .accounting-section .form-bottom .common-title a {
	color: var(--main-color-one)
}

.membership-filter .accounting-section .form-bottom .form input::-webkit-input-placeholder {
	color: #585858;
	font-size: 12px;
	line-height: 22px;
	font-family: var(--body-font);
	font-weight: 500;
	font-style: italic
}

.membership-filter .accounting-section .form-bottom .form input:-ms-input-placeholder {
	color: #585858;
	font-size: 12px;
	line-height: 22px;
	font-family: var(--body-font);
	font-weight: 500;
	font-style: italic
}

.membership-filter .accounting-section .form-bottom .form input::-ms-input-placeholder {
	color: #585858;
	font-size: 12px;
	line-height: 22px;
	font-family: var(--body-font);
	font-weight: 500;
	font-style: italic
}

.membership-filter .accounting-section .form-bottom .form input::placeholder {
	color: #585858;
	font-size: 12px;
	line-height: 22px;
	font-family: var(--body-font);
	font-weight: 500;
	font-style: italic
}

.membership-filter .accounting-section .form-bottom .form .main-btn-wrap .main-btn {
	width: inherit;
	margin: 25px 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.membership-filter .accounting-section .form-bottom .form .main-btn-wrap .main-btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.membership-filter .question-img img {
	border-radius: 20px
}

.common-title-wrap .common-title .heading {
	color: #707070;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	font-family: var(--body-font)
}

.common-title-wrap .common-title p {
	color: #8596a7;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	font-family: var(--body-font);
	margin: 30px 0 0 0
}

.secondary-font .style-left .heading-04 {
	font-family: var(--heading-font)
}

.secondary-font .style-left .heading-style .heading-02 {
	font-family: var(--heading-font)
}

.secondary-font .style-left .heading-style p {
	font-family: var(--heading-font)
}

.secondary-font .style-right .heading-04 {
	font-family: var(--heading-font)
}

.secondary-font .style-right .heading-style .extra-bold,
.secondary-font .style-right .heading-style .medium,
.secondary-font .style-right .heading-style .semi-bold {
	font-family: var(--heading-font)
}

.style-left .heading-04 {
	color: #626262;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	text-transform: capitalize
}

.style-left .heading-style {
	background-color: #f5f7f8;
	border-radius: 30px;
	text-align: center;
	padding: 20px 40px
}

.style-left .heading-style .heading-02 {
	color: var(--main-color-one);
	font-size: 90px;
	line-height: 100px;
	font-weight: 500
}

.style-left .heading-style p {
	color: #a7a7a7;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400
}

.style-right {
	padding-left: 8%
}

.style-right .heading-04 {
	color: #838282;
	font-size: 20px;
	line-height: 40px;
	font-weight: 500
}

.style-right .heading-style {
	padding-top: 10px
}

.style-right .heading-style .medium,
.style-right .heading-style .regular,
.style-right .heading-style .semi-bold {
	color: #626262;
	font-size: 20px;
	line-height: 40px
}

.style-right .heading-style .regular {
	font-weight: 400
}

.style-right .heading-style .medium {
	font-weight: 500
}

.style-right .heading-style .semi-bold {
	font-weight: 600
}

.style-right .heading-style .extra-bold {
	font-weight: 700
}

.heading-font .heading-wrap {
	padding: 30px 0 0 0
}

.heading-font .heading-wrap .title {
	color: #626262;
	font-size: 26px;
	line-height: 36px;
	padding-left: 60px;
	margin-bottom: 30px;
	font-weight: 500
}

.heading-font .heading-wrap .title .pixel {
	color: #838282;
	padding-left: 10px
}

.heading-font .heading-wrap .heading {
	border: 1px solid #b0c4d9;
	border-radius: 70px;
	padding: 30px 60px
}

.heading-font .heading-wrap .heading h1,
.heading-font .heading-wrap .heading h2,
.heading-font .heading-wrap .heading h3,
.heading-font .heading-wrap .heading h4,
.heading-font .heading-wrap .heading h5,
.heading-font .heading-wrap .heading h6 {
	color: #838282;
	margin: 0
}

.heading-font .heading-wrap .heading h1 {
	font-size: 46px;
	line-height: 57px
}

.heading-font .heading-wrap .heading h2 {
	font-size: 40px;
	line-height: 49px
}

.heading-font .heading-wrap .heading h3 {
	font-size: 34px;
	line-height: 42px
}

.heading-font .heading-wrap .heading h4 {
	font-size: 28px;
	line-height: 34px
}

.heading-font .heading-wrap .heading h5 {
	font-size: 24px;
	line-height: 29px
}

.heading-font .heading-wrap .heading h5 {
	font-size: 20px;
	line-height: 24px
}

.inline-element .inline-element-wrap {
	padding: 0 0 0 50px
}

.inline-element .inline-element-wrap p {
	color: #a7a7a7;
	font-size: 16px;
	line-height: 26px;
	padding: 20px 0 0 0;
	margin: 0
}

mark {
	background-color: var(--main-color-one);
	color: #fff;
	border-radius: 4px
}

.common-title .center::after {
	margin: 10px auto
}

.service_img {
	border-radius: 20px;
	-webkit-box-shadow: 0 0 35px -13px rgba(34, 60, 80, .37);
	-moz-box-shadow: 0 0 35px -13px rgba(34, 60, 80, .37);
	box-shadow: 0 0 35px -13px rgba(34, 60, 80, .37)
}

.cat_osvita {
	background: #88d000;
	padding: 5px 10px;
	font-family: 'Tenor Sans', sans-serif;
	color: #fff;
	border-radius: 5px
}

.experience span {
	display: block;
	color: #fff;
	width: fit-content;
	margin-top: 10px;
	border: solid 1px #fff;
	border-radius: 5px;
	padding: 5px 10px
}

.home_experience span {
	width: fit-content;
	margin-top: 10px;
	color: #0c6428;
	display: block;
	border: solid 1px #0c6428;
	border-radius: 5px;
	padding: 5px 10px
}

.page-title experience span {
	display: block;
	color: #0c6428;
	width: fit-content;
	margin-top: 5px;
	border-radius: 5px;
	border: 1ps colid
}

.canel-content-area i {
	font-size: 15px;
	padding: 10px;
	color: #89d100
}

..canel-content-area ul {
	display: grid;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Десктоп (3 стовпці) */
@media (min-width: 769px) {
	.canel-content-area ul {
			/*grid-template-columns: repeat(2, 1fr);*/
			display: grid;
	}
}

/* Мобільна версія (2 стовпці) */
@media (max-width: 768px) {
	.canel-content-area ul {
			grid-template-columns: repeat(2, 1fr);
			display: grid;
	}
}

/* Стилі для пунктів списку */
.canel-content-area ul li {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
}

/* Стилі для іконок */
.canel-content-area ul li i {
	color: green;
	font-size: 18px;
}

.footer-copyrights__text {
	font-weight: 700;
	font-size: .9rem;
	font-family: 'Tenor Sans', sans-serif
}

label {
	font-family: 'Tenor Sans';
	font-size: 12px;
	text-align: center
}

.wpcf7-form-control {
	margin: 10px auto !important
}

.wpcf7-response-output {
	display: none !important
}

.wpcf7-not-valid-tip {
	text-align: center;
	font-family: 'Tenor Sans';
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 4px;
	padding: 2px 5px;
	background: #89d100;
}

.text-position {
	align-items: center;
	display: grid
}

figcaption {
	background: #89d100;
	color: #fff;
	padding: 25px 10px 10px;
	margin-top: -15px;
	line-height: 18px;
	font-family: 'Tenor Sans', sans-serif;
	-webkit-border-bottom-right-radius: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	-moz-border-radius-bottomleft: 50px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.doctor-slider-content {
	padding: 10px;
}

.live-search-container {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}

.live-search-input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
}

.search-results {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	max-height: 350px;
	overflow-y: auto;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 1000;
}

.search-result-item {
	display: flex;
	align-items: center;
	padding: 8px;
	text-decoration: none;
	color: black;
	border-bottom: 1px solid #f0f0f0;
	transition: background 0.2s ease-in-out;
}

.search-result-item img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 5px;
	object-fit: cover;
}

.search-result-item:hover {
	background: #f8f8f8;
}

.search-results span {
	text-align: left;
}

/* Категорії стилізуємо окремо */
.category-result {
	font-weight: bold;
	background: #f2f2f2;
}

.no-results {
	padding: 10px;
	text-align: center;
	color: gray;
}


/* Затемнений фон */
.mobile-search-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

/* Вікно пошуку */
.search-popup {
	background: white;
	padding: 10px 5px;
	width: 90%;
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
}

/* Закрити пошук */
.close-search {
	position: absolute;
	top: 15px;
	right: 30px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: black;
	z-index: 9;
}

/* Адаптація */
@media (max-width: 768px) {
	.live-search-container {
		max-width: 100%;
		padding: 0 15px;
}
}

/* Пошук для десктопу */
.desktop-search-container {
	display: block;
	position: relative;
	width: 600px;
	margin: 0 auto;
}

/* Пошук для мобільних (ховаємо у хедері) */
@media (max-width: 768px) {
	#desktop-search-container {
			display: none;
	}
}

/* Пошукове вікно мобільного пошуку */
.mobile-search-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.mobile-search-overlay.visible {
	opacity: 1;
}
.mobile-search-icon {display: none;}
/* Мобільна іконка пошуку */
@media (max-width: 768px) {
	.mobile-search-icon {
			display: block;
			position: relative;
			top: auto;
			right: 100px;
			padding: 10px;
			cursor: pointer;
			z-index: 1;
	}

	.mobile-search-icon i {
			font-size: 20px;
			color: black;
	}
}


/*  Стандартные стили */
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0 1%;
}

.gallery-item .gallery-caption {
	text-align: center;
	margin: 0;
}

.gallery-item .gallery-icon img {
	display: inline-block;
	border-radius: 10px;
}

.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9 {
	margin: 0 -2% 20px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-1 .gallery-item {
	margin-bottom: 30px;
	position: relative;
}

.gallery-columns-1 .gallery-item img {
	display: block;
}

.gallery-columns-1 .gallery-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #0e0e0e;
	color: white;
	font-size: 12px;
	font-style: normal;
	padding: 8px 14px 10px 14px;
}

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

	.gallery-columns-2 .gallery-item,
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 25%;
	}
}


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

	.gallery-columns-2 .gallery-item,
	.gallery-columns-4 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 33.33%;
	}
}

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

	.gallery-columns-2 .gallery-item,
	.gallery-columns-4 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 49.33%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 50%;
	}
}

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

	.gallery-columns-2 .gallery-item,
	{
	max-width: 100%;
}

.gallery-columns-3 .gallery-item {
	max-width: 100%;
}

.gallery-columns-4 .gallery-item {
	max-width: 100%;
}

.gallery-columns-5 .gallery-item {
	max-width: 100%;
}

.gallery-columns-6 .gallery-item {
	max-width: 100%;
}

.gallery-columns-7 .gallery-item {
	max-width: 100%;
}

.gallery-columns-8 .gallery-item {
	max-width: 100%;
}

.gallery-columns-9 .gallery-item {
	max-width: 100%;
}
}

blockquote .quote-icon {
	position: absolute;
	right: 30px;
	bottom: 20px;
	font-size: 10rem;
	color: rgba(255, 134, 134, 0.2);
}

.doctor-slider-content h6 {
	font-weight: bold;
	margin-top: 20px;
}

.doctor-slider-content p {
	font-size: 14px;
	line-height: 14px;
}

.lang-item {
	text-transform: uppercase;
	font-weight: normal;
	list-style: none;
	background-color: #89d100;
	padding: 5px;
	border-radius: 10px;
	position: absolute;
	right: 30px;
	top: 5px;
}

.lang-mob {
	margin-top: 5px;
	margin-right: -10px;
	text-transform: uppercase;
	font-weight: normal;
	list-style: none;
	background-color: #89d100;
	padding: 5px 10px;
	right: 35px;
	border-radius: 10px;
}

.lang-item a {
	color: #fff
}

.cross-menu {
	position: absolute;
	right: 0px;
	top: 7px;
	background-color: #C3E079;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.d-md-block {
		display: none;
	}

	.lang-item {
		right: 60px
	}
}

@media only screen and (max-width: 1180px) {
	.lang-item {
		right: 60px
	}
}

.bg-style {
	background: #89d100;
	color: #fff;
	text-align: center;
}

.uk-navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	box-shadow: 0 10px 25px rgb(95 120 149 / 15%);
}

.padding-right-four-percent {
	padding-right: 4%;
}

.uk-navbar-nav li {
	padding: 1%;
	display: inline-block;
	font-family: 'Tenor Sans', sans-serif;
	text-align: center;
	font-weight: bold
}

.color-white {
	color: #fff
}

.form-control {
	border-radius: 3px !important;
	background-color: #fff !important;
	padding: 10px 30px !important;
	height: 50px !important;
	margin-bottom: 30px;
}

.su-image-carousel-slides-style-photo .su-image-carousel-item-content img {
	box-shadow: none !important;
	border: none !important;
}

.footer_develop {
	margin: 10px auto;
	font-size: 12px !important;
}

.dental-section {
	margin-bottom: 50px
}

.comment-area {
	margin-top: 50px;
}

.comment-metadata time {
	display: none
}

.comment-list li ul.children li {
	margin-left: 50px;
	padding-left: 30px;
	background-color: #f0efff;
	border-radius: 10px;
}

.comment-body {
	padding: 50px 0;
}

.submit {
	color: #fff;
	font-family: 'Tenor Sans', sans-serif;
	background: #89d100;
	-webkit-box-shadow: 0 6px 20px -8px rgb(255 134 134 / 90%);
	box-shadow: 0 6px 20px -8px rgb(255 134 134 / 90%);
	font-size: 15px;
	line-height: 30px;
	border-radius: 3px;
	font-weight: 400;
	text-decoration: none;
	padding: 15px 20px;
	display: table;
}

textarea {
	border: 1px solid rgba(144, 144, 144, 0.3);
	background-color: #F6F8F9;
	border-radius: 20px;
	margin-bottom: 20px;
}

input {
	border: 1px solid rgba(144, 144, 144, 0.3);
	background-color: #F6F8F9;
	border-radius: 20px;
	margin-bottom: 20px;
}

.says {
	display: none
}

.input_comment {
	padding: 10px;
	margin: 0 0 10px;
}

.comment-list li {
	border-bottom: 2px solid #89d100
}

.logged-in-as {
	display: none
}

.reply-title {
	margin-bottom: 50px
}

.down {
	position: absolute;
	top: 5px;
	left: 4px;
	-webkit-animation: scrollDown 2s infinite;
	animation: scrollDown 2s infinite;
	font-size: 35px;
	color: #fff
}

#navbar_top {
	border-bottom: 1px solid #89d100;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	z-index: 104
}

.main-page-post {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-bottom: 8%;
	margin-top: 2%;
}

.price ul a:hover {
	background-color: #FFFFFF;
	border: 1px solid transparent;
	-webkit-box-shadow: 1px 4px 6px rgb(39 39 122 / 10%);
	box-shadow: 1px 4px 6px rgb(39 39 122 / 10%);
}

.price ul a {
	border: 1px solid rgba(3, 79, 190, 0.1);
	padding: 10px 15px;
	display: block;
	border-radius: 5px;
	display: block;
	background: linear-gradient(to right, rgba(226, 241, 255, .4), rgba(225, 244, 255, .8));
}

.price li {
	float: left;
	margin: 5px;
	display: block;
}

.call {
	text-transform: uppercase;
	font-weight: normal;
	list-style: none;
	padding: 5px 7px;
	background-color: #89d100;
	border-radius: 10px;
	color: #fff;
	position: absolute;
	top: 5px;
	right: 120px;
}

.years {
	border-radius: 10px;
	padding: 0 10px;
	font-size: 1.6rem;
	color: #fff;
	background: #89d100;
}

.slider-style-04 {
	padding-top: 50px;
}

@media (max-width: 768px) {
	.slider-style-04 {
		padding-top: 20px;
	}

	.contact_h {
		display: none;
	}
}

.contact_h {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_contact {
	margin-right: 20px;
	text-align: right;
	padding-top: 10px;
}

.header_phone {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #005f27;
}

.header_address {
	font-size: 12px;
}

.header_appointment_btn {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 50px;
	line-height: 48px;
	padding: 0 25px;
}

@media (min-width: 320px) and (max-width: 900px) {

	.contact_h {
		display: none;
	}
}

.mob_menu {
	z-index: 1000;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: 0 -5px 30px #00000026;
	color: #000;
	display: none;
}

.breadcrumb-content {
	text-align: left;
}

@media (min-width: 320px) and (max-width: 900px) {
	.mob_menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}


	.img_service {
		width: 100%;
	}

	.breadcrumb-content {
		margin: 0 auto;
	}
}

.main-btn-wrap .main-btn-head {
	color: #005f27;
	font-family: 'Tenor Sans', sans-serif;
	background: transform;
	cursor: pointer;
	-webkit-box-shadow: 0 6px 20px -8px rgb(255 134 134 / 90%);
	box-shadow: 0 6px 20px -8px rgb(255 134 134 / 90%);
	font-size: 15px;
	border: solid 2px #89d100;
	font-weight: 400;
	text-decoration: none;
	padding: 15px 15px;
	margin-top: 10px;
	display: table;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	width: auto;
	text-align: center;
}

.main-btn-wrap .main-btn-head:hover {
	color: #fff;
	background: #89d100;
}

.schedule {
	text-align: right;
	font-size:14px;
}

.feedback-button {
	background: #00b060 url('./assets/img/chat.png') 50% 50% no-repeat;
	border: none;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	cursor: pointer;
	transition: opacity 0.3s;
	bottom: 70px;
	position: fixed;
	padding: 0;
	right: 20px;
	z-index: 100;
}

.feedback-content {
	position: fixed;
	bottom: -320px;
	right: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	transition: opacity 0.3s, bottom 0.3s;
	opacity: 0;
	z-index: 101;
}

.close-button {
	background-color: #5C5E70;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	cursor: pointer;
	position: relative;
}

.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 2px;
	height: 20px;
	top: 18px;
	left: 27px;
	transform: rotate(-45deg);
}

.close-button::after {
	transform: rotate(45deg);
}

.social-button {
	border: none;
	border-radius: 50%;
	width: 56px;
	height: 56px;
	margin-bottom: 15px;
}

.social-button-viber {
	background: #7D3DAF url('./assets/img/social-button-viber.png') 50% 50% no-repeat;
}

.social-button-telegram {
	background: #039BE5 url('./assets/img/social-button-telegram.png') 50% 50% no-repeat;
}


#popup-window {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 300px;
	display: none;
	/* Спочатку приховано */
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	z-index: 1000;
}

#popup-window img {
	width: 300px;
	height: auto;
}

#popup-window p {
	margin: 0 0 10px 0;
}

#close-popup {
	position: absolute;
	font-size: 40px;
	right: 10px;
	top: 0;
	color: #ffffff;
}

.top_bar {
	background: #89d100;
	text-align: center;
	color: #000;
}


    
    .wpcf7-not-valid-tip{
    text-align: center;
    font-family: 'Tenor Sans';
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 4px;
    padding: 2px 5px;
    background: #89d100;}

    .text-position{align-items:center;display:grid}
figcaption {
    background: #89d100;
    color: #fff;
    padding: 25px 10px 10px;
    margin-top: -15px;
       line-height: 18px;
    font-family: 'Tenor Sans',sans-serif;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.doctor-slider-content {
    padding:10px;
}
		
		header {
			padding:0;
		}
/*  Стандартные стили */
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 1%;
}
.gallery-item .gallery-caption {
  text-align: center;
  margin: 0;
}
.gallery-item .gallery-icon img {
  display: inline-block;
  border-radius:10px;
}
.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9 {
  margin: 0 -2% 20px;
}
 .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}  
.gallery-columns-1 .gallery-item {
  margin-bottom: 30px;
  position: relative;
}
.gallery-columns-1 .gallery-item img {
  display: block;
}
.gallery-columns-1 .gallery-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #0e0e0e;
  color: white;
  font-size: 12px;
  font-style: normal;
  padding: 8px 14px 10px 14px;
}
@media only screen and (max-width: 1024px) {
 
   .gallery-columns-2 .gallery-item, .gallery-columns-4 .gallery-item  {
  max-width: 25%;
}
.gallery-columns-3 .gallery-item {
  max-width: 25%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 25%;
}
.gallery-columns-6 .gallery-item {
  max-width: 25%;
}
.gallery-columns-7 .gallery-item {
  max-width: 25%;
}
.gallery-columns-8 .gallery-item {
  max-width: 25%;
}
.gallery-columns-9 .gallery-item {
  max-width: 25%;
} 
 }
 

@media only screen and (max-width: 800px) {
 
   .gallery-columns-2 .gallery-item, .gallery-columns-4 .gallery-item  {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 50%;
}
.gallery-columns-4 .gallery-item {
  max-width: 50%;
}
.gallery-columns-5 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-6 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-7 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-8 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-9 .gallery-item {
  max-width: 33.33%;
} 
 }
@media only screen and (max-width: 480px) {
   .gallery-columns-2 .gallery-item, .gallery-columns-4 .gallery-item  {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 50%;
}
.gallery-columns-4 .gallery-item {
  max-width: 49.33%;
}
.gallery-columns-5 .gallery-item {
  max-width: 50%;
}
.gallery-columns-6 .gallery-item {
  max-width: 50%;
}
.gallery-columns-7 .gallery-item {
  max-width: 50%;
}
.gallery-columns-8 .gallery-item {
  max-width: 50%;
}
.gallery-columns-9 .gallery-item {
  max-width: 50%;
} 
}
@media only screen and (max-width: 320px) {
   .gallery-columns-2 .gallery-item,   {
  max-width: 100%;
}
.gallery-columns-3 .gallery-item {
  max-width: 100%;
}
.gallery-columns-4 .gallery-item {
  max-width: 100%;
}
.gallery-columns-5 .gallery-item {
  max-width: 100%;
}
.gallery-columns-6 .gallery-item {
  max-width: 100%;
}
.gallery-columns-7 .gallery-item {
  max-width: 100%;
}
.gallery-columns-8 .gallery-item {
  max-width: 100%;
}
.gallery-columns-9 .gallery-item {
  max-width: 100%;
} 
}

blockquote .quote-icon {
    position: absolute;
     right: 30px;
    bottom: 20px;
    font-size: 10rem;
    color: rgba(255, 134, 134, 0.2);
}
.doctor-slider-content h6 {
    font-weight:bold;
    margin-top:20px;
}
.doctor-slider-content p {
    font-size:14px;
    line-height:14px;
}
.lang-item {
    text-transform: uppercase;
    font-weight: normal;
    list-style: none;
    background-color:#89d100;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    right: 30px;
    top: 5px;
}

.lang-mob {   
    margin-top: 5px;
    margin-right: -10px;
    text-transform: uppercase;
    font-weight: normal;
    list-style: none;
    background-color:#89d100;
    padding: 5px 10px;
    right:35px;
    border-radius: 10px;
}
.lang-item a {
    color:#fff
}

@media only screen and (min-width: 320px) and (max-width: 480px){
        .d-md-block {
            display: none;
        }
    .lang-item {
        right:60px
        }
    }
@media only screen and (max-width: 1180px){
    .lang-item {
        right:60px
        }
    }

.bg-style {
    background:#89d100;
    color:#fff;
    text-align:center;
}
.uk-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 10px 25px rgb(95 120 149 / 15%);
}

.padding-right-four-percent {
    padding-right: 4%;
}

.uk-navbar-nav li {
padding:1%;
display: inline-block;
font-family: 'Tenor Sans',sans-serif;
text-align:center;
font-weight:bold}
.color-white {color:#fff}
.form-control{
    border-radius: 3px!important;
    background-color: #fff!important;
    padding: 10px 30px!important;
    height: 50px!important;
    margin-bottom: 30px;
}

.su-image-carousel-slides-style-photo .su-image-carousel-item-content img {
    box-shadow:none!important;
    border:none!important;
}
.footer_develop {
    margin:10px auto;
    font-size:12px!important;
}
.dental-section {margin-bottom:50px}
.comment-area {margin-top:50px;}
.comment-metadata time {display:none}
.comment-list li ul.children li {
    margin-left: 50px;
    padding-left: 30px;
    background-color: #f0efff;
    border-radius: 10px;
}
.comment-body {
    padding: 50px 0;
}
.submit {
    color: #fff;
    font-family: 'Tenor Sans',sans-serif;
    background: #89d100;
    -webkit-box-shadow: 0 6px 20px -8px rgb(255 134 134 / 90%);
    box-shadow: 0 6px 20px -8px rgb(255 134 134 / 90%);
    font-size: 15px;
    line-height: 30px;
    border-radius: 3px;
    font-weight: 400;
    text-decoration: none;
    padding: 15px 20px;
    display: table;
}
textarea{
    border: 1px solid rgba(144, 144, 144, 0.3);
    background-color: #F6F8F9;
    border-radius: 20px;
    margin-bottom: 20px;
}

input {
    border: 1px solid rgba(144, 144, 144, 0.3);
    background-color: #F6F8F9;
    border-radius: 20px;
    margin-bottom: 20px;
}
.says {display:none}
.input_comment {
    padding: 10px;
    margin: 0 0 10px;
}

.comment-list li {border-bottom:2px solid #89d100}
.logged-in-as {display:none}
.reply-title {margin-bottom:50px}
.down {position:absolute;top:5px;left:4px; -webkit-animation:scrollDown 2s infinite;animation:scrollDown 2s infinite;font-size:35px;color:#fff}

.main-page-post{
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-bottom: 8%;
    margin-top: 2%;
}

.price ul a:hover {
    background-color: #FFFFFF;
    border: 1px solid transparent;
    -webkit-box-shadow: 1px 4px 6px rgb(39 39 122 / 10%);
    box-shadow: 1px 4px 6px rgb(39 39 122 / 10%);
}

.price ul a {
    border: 1px solid rgba(3, 79, 190, 0.1);
    padding: 10px 15px;
    display: block;
    border-radius: 5px;
    display: block;
    background: linear-gradient(to right,rgba(226,241,255,.4),rgba(225,244,255,.8));
}

.price li {
    float:left;
    margin:5px;
    display:block;
}
.call {
    text-transform: uppercase;
    font-weight: normal;
    list-style: none;
    padding: 5px 7px;
    background-color: #89d100;
    border-radius: 10px;
    color:#fff;
    position: absolute;
    top: 5px;
    right:120px;
}

.years {
    border-radius: 10px;
    padding: 0 10px;
    font-size: 1.6rem;
    color: #fff;
    background:#89d100;
}

.slider-style-04 {
    padding-top:0px;
	position:relative;
	z-index:-1;
}

@media (max-width: 768px) {
.slider-style-04 {
    padding-top:20px;
}
    .contact_h {
        display:none;
    }
}


.header_appointment_btn {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 50px;
    line-height: 48px;
    padding: 0 25px;
}

@media (min-width: 320px) and (max-width: 900px) {

    .contact_h {
        display:none;
    }
}

.mob_menu {
    z-index: 1000;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 -5px 30px #00000026;
    color: #000;
    display: none;
}
.breadcrumb-content {
    text-align: left;
}

@media (min-width: 320px) and (max-width: 900px) {
    .mob_menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
   
    .img_service {
       width: 100%;
    }
    .breadcrumb-content {
        margin:0 20px;}
}

.main-btn-wrap .main-btn-head {
    color: #005f27;
    font-family: 'Tenor Sans',sans-serif;
    background: transform;
    cursor:pointer;
    -webkit-box-shadow: 0 6px 20px -8px rgb(255 134 134 / 90%);
    box-shadow: 0 6px 20px -8px rgb(255 134 134 / 90%);
    font-size: 15px;
    border:solid 2px #89d100;
    font-weight: 400;
    text-decoration: none;
    padding: 15px 15px;
    margin-top: 10px;
    display: table;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    width: auto;
    text-align: center;
}
.main-btn-wrap .main-btn-head:hover {
    color:#fff;
    background:#89d100;
}


		.feedback-button {
    background: #00b060 url('./assets/img/chat.png') 50% 50% no-repeat;
    border: none;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    cursor: pointer;
    transition: opacity 0.3s;
    bottom: 70px;
    position: fixed;
    padding: 0;
    right: 20px;
    z-index: 100;
}

.feedback-content {
    position: fixed;
    bottom: -320px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: opacity 0.3s, bottom 0.3s;
    opacity: 0;
    z-index: 101;
}

.close-button {
    background-color: #5C5E70;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    cursor: pointer;
    position: relative;
}

.close-button::before, .close-button::after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 20px;
    top: 18px;
    left: 27px;
    transform: rotate(-45deg);
}

.close-button::after {
    transform: rotate(45deg);
}

.social-button {
    border: none;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    margin-bottom: 15px;
}

.social-button-viber {
    background: #7D3DAF url('./assets/img/social-button-viber.png') 50% 50% no-repeat;
}

.social-button-telegram {
    background: #039BE5 url('./assets/img/social-button-telegram.png') 50% 50% no-repeat;
}
		
		
#popup-window {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  display: none; /* Спочатку приховано */
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  border-radius: 5px;
  z-index: 1000;
}

		#popup-window img {
			width:300px;
			height:auto;
		}
#popup-window p {
  margin: 0 0 10px 0;
}

#close-popup {
  position:absolute;
  font-size:40px;
  right:10px;
  top:0;
  color: #ffffff;
}

.top_bar {
	background: #89d100;
    text-align: center;
    color: #000;
}
		.top_bar a span {
			padding-left:20px;
		}

		/* Спливаюче повідомлення */
.custom-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	text-align: center;
	max-width: 300px;
}

.success-popup {
	border: 2px solid #28a745;
	color: #28a745;
}

.error-popup {
	border: 2px solid #dc3545;
	color: #dc3545;
}

.popup-content p {
	margin: 0 0 10px;
	font-size: 16px;
}

.popup-content .close-popup {
	background: transparent;
	color: #000;
	border: none;
	padding: 8px 12px;
	border-radius: 4px;
	cursor: pointer;
}

.popup-content .close-popup:hover {
	
}