@import url("../plugins/wow/animate.css");
@import url("../plugins/swiper/swiper-bundle.min.css");
@import url("../plugins/font-awesome/font-awesome-new.min.css");
@import url("../plugins/owl-carousel/owl.carousel.min.css");
@import url("../plugins/slick-slider/slick.min.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("fonts.css");

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{font-family: 'Roboto', sans-serif;font-size:16px;padding:0;margin:0;overflow-x: hidden;}
/* Header */

body.onloadsite>.loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
}
body.onloadsite>.loader .img{
    position: fixed;
    left: 0;
    right: 0;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: pulse 1.5s linear infinite;
    animation: pulse 1.5s linear infinite;
    margin: 0 auto;
    top: calc(50% - 35px);
}

p{line-height:1.7;margin: 0 0 15px 0}
p:last-child{margin:0}
h1,h2,h3,h4,h5,h6{margin-top:0;}
.font-cabin{font-family: 'Cabin', sans-serif}

/**************** Header ********************/
header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
header.header-absolute {
    position: absolute;
}
body.fixed-header header.header-absolute {
    position: fixed;
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
header .logo-wrap a,
header .logo-wrap a img{
	width:auto;
	display:block;
	position:relative;
	position: relative;
	z-index: 1;
}
.menu-links,
.langs{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content:flex-end;
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
}
.menu-links a{
	margin: 0 0 0 15px;
	font-weight: 300;
	line-height: 1;
}
.menu-links a:first-child{
	margin: 0;
}
.menu-links a i{
	position:relative;
	top:1px;
}
.langs .lang{
    font-weight: 300;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
	position:relative;
}
.langs .lang picture,
.langs .lang picture img{
	display:block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.langs .lang picture img{
	width:20px;
	height:20px;
}
body.fixed-header header{border-top:0;background-color:#fff;border-bottom: 2px solid var(--theme-color-2);}
body:not(.header-mega-menu-active) header:before{
	-webkit-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);
	box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);
}

.menu-wrap .bottom ul li.menu-item.sub-item ul {
	/* Foreground, Background */
	scrollbar-color: #999 #333;
}
.menu-wrap .bottom ul li.menu-item.sub-item ul::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}	
.menu-wrap .bottom ul li.menu-item.sub-item ul::-webkit-scrollbar-thumb { /* Foreground */
	background: var(--theme-color-1);
}
.menu-wrap .bottom ul li.menu-item.sub-item ul::-webkit-scrollbar-track { /* Background */
	background: var(--theme-color-2);
}
/********* Menu ********/
@media (min-width: 1200px) {
	header .top{
		padding: 0 0 10px 50px;
	}
	.langs .lang{
		margin: 0 0 0 15px;
		padding: 7px 0;
	}
	.langs .lang.active:before{
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: -30px;
		background-color: #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.langs .lang.active *{position:relative;z-index:1;}
	.langs .lang.active{color:var(--theme-color-1);padding: 7px 8px;}
	
	
	.menu-links a{color: #fff}
	body.fixed-header header .top{display:none;}	
	body:not(.fixed-header) header:before{
		content: "";
		background-color: var(--theme-color-2);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 8px;
	}
	body:not(.fixed-header) header .logo-wrap .logo {padding: 13px 0 15px 0;}
	header .logo-wrap .logo:before {
		content: "";
		-moz-transform: skew(20deg, 0deg);
		-webkit-transform: skew(20deg, 0deg);
		-o-transform: skew(20deg, 0deg);
		-ms-transform: skew(20deg, 0deg);
		transform: skew(20deg, 0deg);
		background-color: #fff;
		border-right: 7px solid var(--theme-color-2);
		border-bottom: 1px solid var(--theme-color-2);
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -2000px;
		right: -50px;
		-webkit-border-bottom-right-radius: 100px;
		-moz-border-radius-bottomright: 100px;
		border-bottom-right-radius: 100px;
	}
	body.fixed-header header .logo-wrap .logo:before {
		top: -11px;
		bottom: -7px;
	}
	body.fixed-header header .logo-wrap .logo {
		position:relative;
		top:11px;
	}
	
	header .logo-wrap a picture img{max-height:85px;}
	body.fixed-header header .logo img {max-height: 55px;}
	body:not(.fixed-header) .menu-wrap{
		display: table;
		margin: 0 0 0 auto;
	}
	body:not(.fixed-header) .menu-wrap:before{
		content: "";
		display: block;
		background-color: #fff;
		position: absolute;
		top: 53px;
		bottom: 8px;
		left: -800px;
		width: 9999999px;
		-webkit-box-shadow: 0 5px 5px 0px rgb(0 0 0 / 4%);
		-moz-box-shadow: 0 5px 5px 0px rgb(0 0 0 / 4%);
		box-shadow: 0 5px 5px 0px rgb(0 0 0 / 4%);
	}
}
@media(max-width:1200px){
	header .top{
		position: absolute;
		top: 0;
		padding: 10px;
		left: 0;
		right: 0;
		background-color: var(--theme-color-1);
	}
	.langs .lang{
		margin: 0 0 0 5px;
		padding: 0 0;
	}
	.menu-links a{
		color:#fff;
	}
	.langs .lang.active:before{
		content: "";
		position: absolute;
		bottom: -6px;
		left: 0;
		right: 0;
		top: -12px;
		background-color: #fff;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.langs .lang.active{color: #fff;padding: 0 10px;}
	.langs .lang.active *{position:relative;z-index:1;}
	
	header .header-middle{
		position: relative;
		z-index: 1;
		background-color:#fff;
		padding: 50px 0 10px 0;
	}
	
	.menu-wrap {top: 100px;}
	body.fixed-header header .header-middle {padding: 10px 0 10px 0;}
	body.fixed-header header .top {display:none;}
	body.fixed-header .menu-wrap {top:57px;}
	header .logo img {max-height: 40px;}
	body.fixed-header header .logo img {max-height: 35px;}
}

@media (min-width: 1200px) {
	.menu-toggle{display:none;}
    .menu-wrap .bottom ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	.menu-wrap .bottom>ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: right;
		-webkit-justify-content: right;
		-moz-justify-content: right;
	}
	.menu-wrap .bottom ul li.menu-item{position:relative}
	.menu-wrap .bottom ul li.menu-item{margin: 0 0 0 25px;}
	.menu-wrap .bottom ul li.menu-item:first-child{margin: 0 0 0 0;}
	.menu-wrap .bottom>ul>li.menu-item.arrow{width: 350px;}
	.menu-wrap .bottom>ul>li.menu-item.right{text-align:right;}
	.menu-wrap .bottom>ul>li.menu-item:first-child{margin-left:0;}
	.menu-wrap .bottom>ul>li.menu-item:last-child{margin-right:0;}
	
	
	.menu-wrap .bottom ul li.menu-item a{
		white-space: nowrap;
		font-size: 14px;
		font-weight: 400;
		position: relative;
		line-height: 52px;
		color: #333;
		letter-spacing: 1px;
		text-decoration: none;
		display:block;
	}
	.menu-wrap .bottom>ul>li.sub-item>a:after{
		content: "\f078";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		text-align: center;
		color: #333;
		font-size: 10px;
		margin: 0 0 0 5px;
		position: relative;
	}
	.menu-wrap .bottom>ul>li.sub-item>a{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.menu-wrap .bottom>ul>li.sub-item>.next-link{
		display:none;
	}
	.menu-wrap .bottom>ul>li.sub-item .sub-menu .next-link{
		display:none;
	}
	body.fixed-header .menu-wrap .bottom ul li.menu-item a{
		font-size: 14px;
		color:#333;
		line-height: 55px;
	}
	body.fixed-header .menu-wrap .bottom>ul>li.sub-item>a:after{
		color:#333;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu ul>li>a{
		padding: 15px 30px 15px 50px;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu ul>li:first-child>a{
		padding: 40px 30px 15px 30px;
	}
	.menu-wrap .bottom .menu-list .sub-menu,
	.menu-wrap .bottom .menu-list .back-link{
		display:none;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu>ul li a{
		display: block;
		padding: 15px 30px;
		text-transform: unset;
		font-weight: 400;
		line-height: 1;
		color: #333;
		font-size: 10pt;
		border-top: 1px solid rgb(255 255 255 / 5%);
		position: relative;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu>ul li a{
		color: #fff;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu ul>li:first-child>a{
		border-top: 0;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		min-width: 400px;
		display: none;
		background-color: #fff;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		top: 100%;
		position: absolute;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu{
		background-color: rgb(0 0 0 / 65%);
	}
	.menu-wrap .bottom ul li.menu-item.sub-item:not(.mega)>.sub-menu{
		-webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 11%);
		-moz-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 11%);
		box-shadow: 0 2px 4px 0 rgb(0 0 0 / 11%);
	}
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu {
		right: 0;
		width: auto;
		top: 100%;
		padding: 0;
		bottom: 0;
		height: calc(100vh - 105px);
		text-align: right;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu>ul>li.sub-item>a:after{
		content: "\f053";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		text-align: center;
		color: #fff;
		font-size: 14px;
		position: absolute;
		animation: 0;
		width: 43px;
		line-height: 43px;
		left: 0;
		bottom: 0;
	}
	body.fixed-header .menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu {
		top: 100%;
		height: calc(100vh - 55px);
	}
	
	
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu>ul li a:hover{
		background-color:var(--theme-color-2);
		color:#fff;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu>ul li:hover>a,
	.menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu>ul li:hover>a:after,
	.menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu>ul li a:hover,
	.menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu>ul li a:hover:after {
		background-color: rgb(255 255 255);
		color: #333 !important;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu>ul li a:hover:after{
		color:#fff !important;
	}
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu>ul{
		height: 100%;
		background-color: var(--theme-color-1);
		overflow-y:auto;
		overflow-x:hidden;
	}
	
	.menu-wrap .bottom ul li.menu-item.sub-item ul {
		/* Foreground, Background */
		scrollbar-color: #999 #333;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item ul::-webkit-scrollbar {
		width: 3px;
		height: 3px;
	}	
	.menu-wrap .bottom ul li.menu-item.sub-item ul::-webkit-scrollbar-thumb { /* Foreground */
		background: var(--theme-color-1);
	}
	.menu-wrap .bottom ul li.menu-item.sub-item ul::-webkit-scrollbar-track { /* Background */
		background: var(--theme-color-2);
	}
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu>ul>li>.sub-menu{
		position: absolute;
		right: 400px !important;
		top: 0 !important;
		bottom: 0;
		background-color: #2b3958;
		left: auto !important;
	}
	
	
	
	.menu-wrap .bottom ul li:hover>.sub-menu {display: block !important;}
	.menu-wrap .bottom>ul>li.sub-item>.sub-menu ul li.sub-item:hover>.sub-menu {
		top: 0;
		right: 100%;
		left:auto;
	}
	.menu-wrap .bottom>ul>li>ul>li.sub-item:hover>.sub-menu{
		right: 400px;
	}
	body.mobile-menu-open .menu-wrap{
		-moz-transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
}
@media (max-width: 1200px) {
    .menu-toggle {
		width:25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span:nth-child(1),
    .menu-toggle span:nth-child(2),
    .menu-toggle span:nth-child(3) {
        height: 2px;
        background-color: #000;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        width: 25px;
    }
    .menu-toggle span:nth-child(1) {
        top: 0;
    }
    .menu-toggle span:nth-child(2) {
        top: calc(50% - 1px);
    }
    .menu-toggle span:nth-child(3) {
        bottom: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(1) {
        width: 100%;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 1px);
    }
    body.mobile-menu-open .menu-toggle span:nth-child(2) {
        width: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        width: 100%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 1px);
    }
    
	
	
	
	
	body.mobile-menu-open header{background-color:#fff;}
	
	.menu-wrap .bottom ul li {
		position:relative;
	}
	.menu-list .back-link {
		cursor: pointer;
		display: block;
		padding: 0 15px 0 65px;
		color: #333;
		height: 44px;
		line-height: 44px;
		position: relative;
		font-size: 14px;
		border-top: 1px solid rgb(0 0 0 / 6%);
		border-bottom: 1px solid rgb(0 0 0 / 6%);
	}
	.menu-list .back-link > i {
		display: block;
		cursor: pointer;
		position: absolute;
		left: 0;
		top: 0;
		font-size:14px;
		line-height: 45px;
		width: 42px;
		height: 42px;
		text-align: center;
		z-index: 5;
		color: #333;
		border-right: 1px solid rgb(0 0 0 / 6%);
	}
	.menu-wrap {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #fff;
		z-index: 99;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	body.mobile-menu-open .menu-wrap {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
	.menu-list,
	.menu-list ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.menu-list ul {
		height: calc(100% - 37px);
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list,
	.menu-list > ul,
	.menu-list > ul div.sub-menu {
		list-style-type: none;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list li.sub-item > .next-link {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 0;
		color: #333;
		line-height: 48px;
		width: 44px;
		height: 44px;
		font-size: 14px;
		text-align: center;
		border-left: 1px solid rgb(0 0 0 / 6%);
		margin: -44px 0 0 0;
	}
	.menu-list li.sub-item > .next-link + .back-link {
		position: fixed;
		right: 0;
		left: auto;
		width: 100%;
		top: 33px;
		z-index: 5;
		line-height: 1;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		background-color: #fff;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	.menu-list li.sub-item.open > .next-link + .back-link {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
	.menu-list li a h3 {
		margin-bottom:5px;
	}
	.menu-list li a h3 + p {
		opacity:0.7;
	}
	.menu-list li a {
		display: block;
		line-height: 1;
		color: #333;
		font-size: 14px;
		padding: 14.5px 20px;
		border-top: 1px solid rgb(0 0 0 / 6%);
		text-decoration: none;
	}
	.menu-list li:first-child a {
		padding: 15px 20px;
	}
	.menu-list li ul li:first-child a {
		border-top: 0
	}
	.menu-list li.sub-item a {
		padding-right: 50px;
	}
	.menu-list li.sub-item > div.sub-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		width: 100%;
		z-index: 5;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		background-color: #fff;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	.menu-list li.sub-item li.sub-item > div.sub-menu {
		top: 0;
	}
	.menu-list li.sub-item.open > div.sub-menu {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
}
.menu-wrap .bottom ul li.menu-item.sub-item.mega>.sub-menu>ul>li .menu-project a p:before{
	content: "\f041";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	margin: 0 5px 0 0;
}
/********* Menu ********/
/**************** Header ********************/
/**************** Breadcrumb ********************/
.breadcrumb {
    color: #ccc;
    background-color: var(--theme-color-1);
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.breadcrumb ul li,
.breadcrumb ul li a {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 15px;
}
.breadcrumb ul li {
    display: inline-block;
    margin: 0;
}
.breadcrumb ul li a {
    color: #ccc;
    text-decoration: none;
}
.breadcrumb ul li a:after {
    content: "-";
    margin: 0 5px;
    color: #ccc;
}

/**************** Breadcrumb ********************/
/**************** Footer ********************/
footer{
    position: relative;
    color: #333;
    background-color: #fff;
	overflow:hidden;
}
footer .footer-menu,
footer .footer-menu *{
	position:relative;
	z-index:1;
}
footer .footer-menu:before{
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    left: -10%;
    right: -10%;
    background-color: var(--theme-color-2);
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}
footer .footer-text{
	max-width:750px;
	line-height:1.5;
	font-weight:300;
	display:inline-block;
	letter-spacing:1px;
}
footer .footer-menu .bottom{
    text-align: center;
}
footer .footer-menu .bottom a {
    line-height: 1;
    letter-spacing: 1px;
    font-size: 15px;
    text-decoration: none;
    padding: 18px 25px 16px 25px;
    color: var(--theme-color-1);
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 0 0 15px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content:center;
	-webkit-justify-content:center;
	-moz-justify-content:center
}
footer .footer-menu .bottom a:hover {
	background-color:var(--theme-color-1);
	color:#fff;
}
footer .footer-menu .bottom a i {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: "\f178";
	position: relative;
	display: block;
	font-size: 15pt;
	line-height: 0;
	color: var(--theme-color-1);
}
footer .footer-menu .top {
	display: none;
}
footer .footer-menu .bottom a:first-child {
	border-left: 0;
	margin: 0 0 0 0;
}
footer p:last-child {
    margin: 0;
}
footer .footer-social a{
	text-decoration:none;
	color:var(--theme-color-1);
	margin:0 0 0 20px;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
}
footer .footer-social a:hover{
	color:var(--theme-color-1);
}
footer .footer-social a:first-child{
	margin:0 0 0 0;
}
.footer-bottom img, .footer-bottom source{
    max-height: 45px;
    width: auto;
    margin: 0 15px 0 0;
    display: block;
}

footer .working-hours .item{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 15px 30px;
    background-color: #f1f1f1;
    color: var(--theme-color-1);
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 14px;
}
footer .working-hours .item.active{
    background-color: var(--theme-color-2);
    color: #fff;
}



.contact-items a {
    color: #333;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
    padding: 15px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.contact-items a i {
    position: relative;
    width: 25px;
    margin-right: 15px;
    text-align: center;
    top: 1px;
    color: var(--theme-color-2);
}
.contact-items a:hover i + span{
	color:var(--theme-color-2);
}
.contact-items a i + span {
    width: calc(100% - 29px);
	text-align:left;
}


/**************** Footer ********************/
/**************** Cookies ********************/
.cookies .cookies-wrap {
    padding: 20px 150px 20px 20px;
    background-color: #000;
    position: relative;
    color: #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid rgb(255 255 255 / 14%);
}
.cookies .cookies-wrap *{
	letter-spacing:1px;
}
.cookies .cookies-wrap h4{
	font-weight:400;
	margin:0 0 10px 0
}
.cookies .cookies-wrap p{
    font-weight: 300;
}
.cookies .cookies-wrap  .theme-btn{
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    padding: 10px 13px;
    background-color: var(--theme-color-1);
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
}
@media(min-width:768px){
	.cookies {
		max-width:750px;
	}
	.cookies .cookies-wrap {
		padding: 30px 150px 30px 30px;
	}
	.cookies .cookies-wrap .theme-btn{
		position: absolute;
		right: 20px;
		bottom: calc(50% - 21px);
	}
}
@media(max-width:768px){
	.cookies {
		right: 10px;
	}
	.cookies .cookies-wrap {
		padding: 20px;
	}
	.cookies .cookies-wrap .theme-btn{
		display:table;
		margin:15px 0 0 auto
	}
}
.cookies .cookies-wrap a:not(.theme-btn){
    color: var(--theme-color-1);
	font-weight:500;
	text-decoration:none;
}
.cookies {
    position: fixed;
    z-index: 15;
    bottom: 10px;
    left: 10px;
}
.cookies h4 {
    margin: 0 0 15px 0;
    font-weight: 600;
}
.cookies a {
    cursor: pointer;
}
/**************** Cookies ********************/
/**************** Socials ********************/
.footer-socials{display:table;margin:0 auto;position:relative;}.footer-socials .wrap{justify-content:center;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;align-items:center;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;overflow:hidden}.footer-socials{padding:0;list-style:none}.footer-socials a{background-color: #ffffff;color: var(--theme-color-3);width: 45px;display: block;text-decoration: none;padding: 10px;line-height: 1;text-align: center;margin: 0 0 0 7px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.footer-socials a:first-child{margin: 0 0 0 0;}
/**************** Socials ********************/
@media(min-width:992px){
	.left-menu-style-1 .right{
		padding:50px 0 50px 20px
	}
	.vertical-menu ul {
		position: -webkit-sticky;
		position: sticky;
		top: 76px;
	}
	.left-menu-style-1 .left:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 1500px;
		-webkit-box-shadow: inset 5px 5px 30px 0 rgb(0 0 0 / 20%);
		-moz-box-shadow: inset 5px 5px 30px 0 rgb(0 0 0 / 20%);
		box-shadow: inset 5px 5px 30px 0 rgb(0 0 0 / 20%);
		background-color: #f2f6ff;
	}
	.left-menu-style-1 .left{
		position: relative;
		height: 100%;
		padding:50px 50px 15px 0;
	}
}
@media(max-width:992px){
	.left-menu-style-1{
		position:relative;
		overflow: hidden;
	}
	.left-menu-style-1 .right{
		padding:15px 0
	}
	.left-menu-style-1 .left{
		padding: 20px 0;
		position: relative;
	}
	.left-menu-style-1 .left:before{
		content:"";
		background-color: #f2f6ff;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1000px;
		right: -1000px;
	}
}
.vertical-menu > ul li {
    position: relative;
	margin:0;
}
.form-item-icons i:after,
.vertical-menu > ul li.sub-active-end > a {
    color: var(--theme-color-1);
    font-weight: 600;
}
.c-items .c-item a,
.vertical-menu > ul li a {
    text-decoration: none;
    display: block;
    line-height: 1;
}
.c-items .c-item a,
.form-item-icons i {
    background-color: var(--theme-color-1);
}
@keyframes animate-arrow-right {
    0%,
    100% {
        transform: translate(0, 0) scale(1, 1);
        opacity: 1;
    }
    50% {
        transform: translate(10px, 0) scale(1.3, 1);
        opacity: 0;
    }
    51% {
        transform: translate(-10px, 0) scale(1.3, 1);
        opacity: 0;
    }
}
.hover-effect-after:hover .animate-right {
    animation: 0.4s cubic-bezier(0.77, 0, 0.175, 1) animate-arrow-right;
}
.vertical-menu ul {
    margin: 0;
    padding: 0;
}
.vertical-menu .back-link {
    position: sticky;
    top: 0;
    background-color: #f2f6ff;
    padding: 12px 15px;
    font-weight: 700;
    cursor: pointer;
    display: block;
    line-height: 1;
    color: #000;
    border-bottom: 1px solid #f2f6ff;
}
.vertical-menu > ul ul {
    list-style-type: none;
    padding: 0 0 10px 20px;
    overflow: hidden !important;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 100%;
    margin: 0 !important;
    display: none;
}
.vertical-menu > ul li.sub-active > ul {
    display: block;
}
.vertical-menu > ul li a {
    padding: 20px 20px 18px 20px;
    border-top: 1px solid #f2f6ff;
    background-color: #fff;
    color: #000;
}
.vertical-menu > ul li a.active {
    color: var(--theme-color-3);
    font-weight: 600;
}
.vertical-menu > ul li:first-child a {
    border-top: 0;
}
.vertical-menu > ul li ul li a {
    border: 0;
    padding: 12px 15px 10px 15px;
    background-color: #fff;
}
.vertical-menu > ul li ul li:hover>a{
    background-color: #fff;
}
.vertical-menu > ul {
    overflow: hidden;
}
.vertical-menu > ul li .toggle {
    position: absolute;
    right: 0;
    height: 36px;
    width: 36px;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    color: #b0b0b0;
}
.vertical-menu > ul > li > a{
	padding-right:65px
}
.vertical-menu > ul > li > i {
    height: 52px !important;
    line-height: 52px !important;
    width: 52px !important;
}
.vertical-menu > ul li.sub-active > .toggle {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}



@media(min-width:1200px){
	.content{
		padding-top:105px;
	}
}
@media(max-width:1200px){
	.content{
		padding-top:100px;
	}
}
.content{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.home-slider-wrap .wrap-container{
    position: relative;
    display: inherit;
    margin: 0 auto;
}
.home-slider-wrap,
.home-slider-wrap .slick-item{overflow:hidden;}
.home-slider-wrap{background-color:#fff}
.home-slider-wrap .slick-item .bg{
    position: absolute;
	top:0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background-size: cover; 
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}
.home-slider-wrap .slick-item .video video{
    position: absolute;
	top:0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
    width: 100%;
}


.home-slider-wrap .prev,
.home-slider-wrap .next{
	position:absolute;
    text-align: center;
    z-index: 4;
    cursor: pointer;
    color: #fff;
}
.home-slider-wrap .slick-item .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    max-width: 1290px;
    margin: 0 auto;
}


/*** Slider Caption Left - Middle ***/
.home-slider-wrap .slick-item.center-middle .caption {
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
.home-slider-wrap .slick-item.center-middle .caption .buttons{display:table;}
.home-slider-wrap .slick-item.center-middle .anim{
    opacity: 0;
	-moz-transform: translatey(100px);
	-webkit-transform: translatey(100px);
	-o-transform: translatey(100px);
	-ms-transform: translatey(100px);
	transform: translatey(100px);
}
.home-slider-wrap .slick-slide.slick-active .center-middle .anim {
	-moz-transform: translatey(0);
	-webkit-transform: translatey(0);
	-o-transform: translatey(0);
	-ms-transform: translatey(0);
	transform: translatey(0);
    opacity: 1;
}
/*** Slider Caption Left - Middle ***/


/*** Slider Caption Center - Bottom ***/
.home-slider-wrap .slick-item.center-bottom .caption {
    text-align: center;
    -ms-flex-align: unset;
    -webkit-align-items: flex-end;
    -webkit-box-align: end;
    align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.home-slider-wrap .slick-item.center-bottom .caption .buttons{display:table;margin-left:auto;margin-right:auto;}
.home-slider-wrap .slick-item.center-bottom .anim{
    opacity: 0;
	-moz-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-o-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}
.home-slider-wrap .slick-slide.slick-active .center-bottom .anim {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
    opacity: 1;
}
.home-slider-wrap .slick-item.center-bottom .caption>div {
    max-width: 1000px;
}
.home-slider-wrap .slick-item.center-bottom-overlay:after{
	content:"";
    position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8519782913165266) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8519782913165266) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8519782913165266) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
/*** Slider Caption Center - Bottom ***/

.home-slider-wrap .slick-item.overlay-dost:after{
    content: "";
    background-image: url(../temp/img/dot.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgb(0 0 0 / 53%);
    background-position: center center;
    background-repeat: repeat;
}

@media(min-width:1200px){
	.home-slider-wrap .slick-item .video video {
		top: -215px;
	}
	.home-slider-wrap .slick-item.center-middle .caption>div {
		max-width: 750px;
	}
	.home-slider-wrap{background-color:#fff}
	.home-slider-wrap .prev,
	.home-slider-wrap .next{
		top:calc(50% - 20px);
		height: 40px;
		line-height: 40px;
		font-size: 40px;
		width: 50px;
		opacity:0;
		visibility:hidden;
	}
	.home-slider-wrap .prev{left: 30px;}
	.home-slider-wrap .next{right: 30px;}
	.home-slider-wrap .slick-item{height:calc(100vh - 105px);}
	.home-slider-wrap:hover .prev,
	.home-slider-wrap:hover .next{
		opacity:1;
		visibility:visible;
	}
	
	/*** Slider Caption Center - Bottom ***/
	.home-slider-wrap .slick-item.center-bottom .caption{padding:0 0 50px 0}
	/*** Slider Caption Center - Bottom ***/
	
	.home-slider-wrap .slick-item .caption a{padding: 16px 30px 15px 30px;}
}
@media(max-width:1200px) and (min-width:992px){
	.home-slider-wrap .slick-item{height:55vh;}
}
@media(max-width:992px) and (min-width:768px){
	.home-slider-wrap .slick-item{height:50vh;}
}
@media(max-width:768px){
	.home-slider-wrap .slick-item{height:30vh;}
}
@media(max-width:1200px){
	.home-slider-wrap .slick-item .video video {
		top: 0;
	}
	.home-slider-wrap .slick-item.center-middle .caption>div {
		max-width: 750px;
	}
	.home-slider-wrap .prev,
	.home-slider-wrap .next{
		bottom:15px;
		height: 30px;
		line-height: 30px;
		font-size: 26px;
		width: 40px;
	}
	.home-slider-wrap .prev{left: calc(50% - 50px);}
	.home-slider-wrap .next{right: calc(50% - 50px);}
	
	/*** Slider Caption Center - Bottom ***/
	.home-slider-wrap .slick-item.center-bottom .caption{padding:0 15px 70px 15px}
	/*** Slider Caption Center - Bottom ***/
	
	
	/*** Slider CaptionLeft - Middle ***/
	.home-slider-wrap .slick-item.center-middle .caption{padding:15px;}
	/*** Slider CaptionLeft - Middle ***/
	
	.home-slider-wrap .slick-item .caption a{padding: 12px 20px 10px 20px;}
}

.home-slider-wrap .slick-item .caption a{
    text-decoration: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
	display:inline-block;
    line-height: 1;
    font-weight: 400;
	letter-spacing:1px;
}

.home-slider-wrap .slick-item.button-white .caption a{color: #fff;border: 2px solid #fff;}
.home-slider-wrap .slick-item.button-white .prev,.home-slider-wrap .slick-item.button-white .next{color:#fff}
.home-slider-wrap .slick-item.button-white .caption a:hover{background-color:#fff;color:var(--theme-color-1)}

.home-slider-wrap .slick-item.button-theme-1 .caption a{color:#fff;background-color:var(--theme-color-1)}
.home-slider-wrap .slick-item.button-theme-1 .prev,.home-slider-wrap .slick-item.button-theme-1 .next{color:var(--theme-color-1)}
.home-slider-wrap .slick-item.button-theme-2 .caption a{color:#fff;background-color:var(--theme-color-2)}
.home-slider-wrap .slick-item.button-theme-2 .prev,.home-slider-wrap .slick-item.button-theme-2 .next{color:var(--theme-color-2)}

.home-slider-wrap .anim.anim-1{
	-webkit-transition: transform 0.3s 1s ease-in-out, opacity 0.3s 1s ease-in-out;
	-moz-transition: transform 0.3s 1s ease-in-out, opacity 0.3s 1s ease-in-out;
	-o-transition: transform 0.3s 1s ease-in-out, opacity 0.3s 1s ease-in-out;
	transition: transform 0.3s 1s ease-in-out, opacity 0.3s 1s ease-in-out;
}
.home-slider-wrap .anim.anim-2{
	-webkit-transition: transform 0.5s 1s ease-in-out, opacity 0.5s 1s ease-in-out;
	-moz-transition: transform 0.5s 1s ease-in-out, opacity 0.5s 1s ease-in-out;
	-o-transition: transform 0.5s 1s ease-in-out, opacity 0.5s 1s ease-in-out;
	transition: transform 0.5s 1s ease-in-out, opacity 0.5s 1s ease-in-out;
}
.home-slider-wrap .anim.anim-3{
	-webkit-transition: transform 0.7s 1s ease-in-out, opacity 0.7s 1s ease-in-out;
	-moz-transition: transform 0.7s 1s ease-in-out, opacity 0.7s 1s ease-in-out;
	-o-transition: transform 0.7s 1s ease-in-out, opacity 0.7s 1s ease-in-out;
	transition: transform 0.7s 1s ease-in-out, opacity 0.7s 1s ease-in-out;
}
.home-slider-wrap .anim.anim-4{
	-webkit-transition: transform 0.9s 1s ease-in-out, opacity 0.9s 1s ease-in-out;
	-moz-transition: transform 0.9s 1s ease-in-out, opacity 0.9s 1s ease-in-out;
	-o-transition: transform 0.9s 1s ease-in-out, opacity 0.9s 1s ease-in-out;
	transition: transform 0.9s 1s ease-in-out, opacity 0.9s 1s ease-in-out;
}
.home-slider-wrap .anim.anim-5{
	-webkit-transition: transform 1s 1s ease-in-out, opacity 1s 1s ease-in-out;
	-moz-transition: transform 1s 1s ease-in-out, opacity 1s 1s ease-in-out;
	-o-transition: transform 1s 1s ease-in-out, opacity 1s 1s ease-in-out;
	transition: transform 1s 1s ease-in-out, opacity 1s 1s ease-in-out;
}



.icon-title{padding-top:50px;position:relative;}
.icon-title:before{
    content: "";
    background-image: url(../../temp/images/miradent-icon-2.png);
    margin: 0 auto;
    display: table;
    height: 30px;
    width: 64px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
	left:0;
    top: 0;
}
.icon-title.icon-title-center:before{
    left: calc(50% - 32px);
}
.icon-title-white:before{
    background-image: url(../../temp/images/miradent-icon-white.png);
}



.home-health-tourism-contacts{
    background-position: center -100px;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}
.home-health-tourism-contacts .left,
.home-health-tourism-contacts .right{
	width:100%;
}

@media(min-width:1200px){
	.home-health-tourism-contacts .left,
	.home-health-tourism-contacts .right{
		min-height: 100vh;
	}
	.home-health-tourism-contacts{
		border-top-left-radius: 50%;
		border-top-right-radius: 50%;
		width: 200%;
		left: -50%;
		margin-top: -100px;
	}
	.home-health-tourism-contacts .left .wrap{
		margin:0 0 0 auto
	}
}
@media(max-width:1200px){
	.home-health-tourism-contacts .left .wrap{
		margin:0 auto
	}
}

.home-health-tourism-contacts .left .wrap{
	max-width:600px;
	display:table;
}
.home-health-tourism-contacts form .row,
.home-health-tourism-contacts form .row .col-12,
.home-health-tourism-contacts form .row .col-12 label,
.home-health-tourism-contacts form .g-recaptcha-wrap{
	background-color:transparent;
    border: 0;
}
.home-health-tourism-contacts form .row .col-12 label,
.home-health-tourism-contacts form .g-recaptcha-wrap{
	background-color:transparent;
    border: 0;
}
.home-health-tourism-contacts form .row .col-12 label,
.home-health-tourism-contacts form .g-recaptcha-wrap{
	padding:0;
}
.home-health-tourism-contacts form .row{
	margin-left:-10px;
	margin-right:-10px;
}
.home-health-tourism-contacts form .row .col-12{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
}
.home-health-tourism-contacts form label.field-text>.font-weight-xxl-500{
	display:none;
}
.home-health-tourism-contacts form .field-text.label-icon-left .input-wrap{
	border:1px solid #f1f1f1;
    padding: 0 0 0 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f9f9f9;
}
.home-health-tourism-contacts form .field-checkCheckbox .checkbox_item{
	border: 1px solid #f1f1f1 !important;
    padding: 20px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f9f9f9 !important;
}


.home-health-tourism-contacts form .field-text.label-icon-left .input-wrap:hover,
.home-health-tourism-contacts form .field-checkCheckbox .checkbox_item:hover,
.home-health-tourism-contacts form .field-file:hover{
    border-color: rgb(0 0 0 / 28%) !important;
}

.home-health-tourism-contacts form .field-text.label-icon-left .input-wrap i{
    width: 20px;
    left: 15px;
}
.home-health-tourism-contacts form .field-text.label-icon-left .input-wrap i,
.home-health-tourism-contacts form .field-text.label-icon-left .input-wrap i+input,
.home-health-tourism-contacts form .field-text.label-icon-left .input-wrap i+textarea{
	border:0;
	background-color:transparent;
    text-align: left;
}
.home-health-tourism-contacts form .field-text.label-icon-left .input-wrap i,
.home-health-tourism-contacts form .field-text.label-icon-left .input-wrap i+input,
.home-health-tourism-contacts form .field-text.label-icon-left .input-wrap i+textarea{
	border:0;
    background-color: transparent;
    text-align: left;
    color: #333;
}
.home-health-tourism-contacts form .field-file {
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.home-health-tourism-contacts form>.row + div{
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    margin: 0;
}
.home-health-tourism-contacts form>.row + div>button{
	background-color: transparent;
    color: #333;
    border-color: #333;
    font-size: 13px;
    letter-spacing: 1px;
}
.home-health-tourism-contacts form>.row + div>button:first-child{
	margin-right:15px;
}
.home-health-tourism-contacts form>h2{
    font-weight: 300;
    color: #333;
    text-align: left;
	margin-bottom:40px;
}







.home-health-tourism-contacts form .text-field span{
    display: block;
    font-weight: 400;
    margin: 0 0 4px 0;
}
.home-health-tourism-contacts form .text-field span + input{
    width: 100%;
    padding: 13px 15px 13px 0;
    line-height: 1;
    border: 0;
    border-bottom: 1px solid #ededed;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
    outline: none;
    color: #333;
}
.home-health-tourism-contacts .contact-items a,
.home-health-tourism-contacts form .file-field{
    padding: 0;
	margin:0 0 15px 0;
    width: 100%;
	color:#333;
}
.home-health-tourism-contacts form .file-field{
    display: block;
	background-color:var(--theme-color-1);
	color:#333;
	padding:15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.home-health-tourism-contacts form .file-field span{
    display: block;
    font-weight: 400;
    margin: 0 0 4px 0;
}

@media(min-width:1200px){
	.home-links .item{
		-webkit-border-radius: 100% 100% 50% 50%;
		-moz-border-radius: 100% 100% 50% 50%;
		border-radius: 100% 100% 50% 50%;
	}
}
@media(max-width:1200px){
	.home-links .item{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
}
.home-links .item{
    text-align: center;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    padding: 50px 30px 40px 30px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 9px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 9px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 10%);
    min-height: 100%;
    border: 2px solid rgb(22 167 157 / 36%);
}
.home-links .item:hover{
    -moz-transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
}
.home-links .item>a,
.home-links .item>a picture{
	display:block;
	text-decoration:none;
}
.home-links .item>a picture img{
    max-height: 80px;
    width: auto;
    margin: 0 auto;
    display: table;
}
.home-links .item .caption{
	
}
.home-links .item .caption h4{
	margin:20px 0 15px 0
}
.home-links .item .caption h4 a{
	display:block;
	text-decoration:none;
	color:var(--theme-color-1);
	font-weight:600;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
}
.home-links .item:hover .caption a{
	color:var(--theme-color-2)
}
.home-links .item .caption p{
    color: #666;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
    letter-spacing: 1px;
}



.home-services{
	position:relative;
}
@media(min-width: 992px){
	.after:before,
	.after:after{
		height: 200px;
	}
	.before-margin-top-minus{
		margin-top:-50px
	}
	.before-big:before,
	.after-big:after{
		height:350px;
	}
	.before-medium:before,
	.after-medium:after{
		height:250px;
	}
	.before-small:before,
	.after-small:after{
		height:100px;
	}
}
@media(max-width: 992px){
	.after:before,
	.after:after{
		height: 50px;
	}
	.before-margin-top-minus{
		margin-top:-25px
	}
	.before-big:before,
	.after-big:after{
		height:300px;
	}
	.before-medium:before,
	.after-medium:after{
		height:100px;
	}
	.before-small:before,
	.after-small:after{
		height:30px;
	}
}
.before:before{
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    right: -100px;
    background-color: #fff;
    -webkit-border-bottom-right-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-radius-bottomright: 50%;
    -moz-border-radius-bottomleft: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.after:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: -100px;
    right: -100px;
    background-color: #fff;
    -webkit-border-top-right-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
}
.before.before-color:before,
.after.after-color:after{
    background-color: var(--theme-color-3);
}
.before.before-color-gray:before,
.after.after-color-gray:after{
    background-color: #f2f6ff;
}
.home-services .item{
	text-align:center;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
	position:relative;
	text-decoration:none;
	font-weight:600;
	display:block;
	color:#fff;
    -webkit-box-shadow: 0 2px 7px 0 rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 2px 7px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 16%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.home-services .item:hover{
    -webkit-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
}
.home-services .item .image{
    height: 250px;
    width: 100%;
    display: table;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	margin:0 auto;
}
.home-services .item h4.title{
    background-color: rgb(0 0 0 / 50%);
}
.home-services .item .text{
    background-color: var(--theme-color-1);
	font-size:14px;
	opacity:0;
	visibility:hidden;
}
.home-services .item .text,
.home-services .item h4{
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    margin: 0;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 30px;
    line-height: 1.7;
    font-weight: 300;
}
.home-services .item:hover .text{
    opacity: 1;
    visibility: visible;
}


.block-title h1,
.block-title h2{
	letter-spacing:1px;
    max-width: 900px;
    display: inline-block;
    line-height: 1.3;
}
.block-title p{
	display:inline-block;
	max-width:750px;
    line-height: 1.5;
	letter-spacing:1px;
	font-weight:300;
	opacity:0.6
}
.page-fixed-links {
	position: fixed;
	right: 0;
	z-index:3;
}
@media(min-width:992px){
	.page-fixed-links {
		bottom: 50px;
	}
	.page-fixed-links a.page-fixed-link {
		right: -145px;
		width: 200px;
		height: 55px;
		line-height: 53px;
		font-size: 25px;
	}
	.page-fixed-links a.page-fixed-link i {
		width: 25px;
		text-align: center;
	}
	.page-fixed-links a.page-fixed-link span {
		right: 30px;
		font-size: 15px;
	}
	.page-fixed-links a.page-fixed-link:hover {
		right:-20px;
	}
}
@media(max-width:992px){
	.page-fixed-links {
		bottom:20px;
	}
	.page-fixed-links a.page-fixed-link {
		right: -95px;
		width: 140px;
		height: 42px;
		line-height: 40px;
		font-size: 15px;
	}
	.page-fixed-links a.page-fixed-link i {
		width: 25px;
		text-align: left;
	}
	.page-fixed-links a.page-fixed-link span {
		right: 10px;
		font-size: 11px;
	}
	.page-fixed-links a.page-fixed-link:hover {
		right:-2px;
	}
}
.page-fixed-links a.page-fixed-link {
	margin:10px 0 0 0;
	position:relative;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
    text-align: left;
	display:block;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #fff;
    background-color: var(--theme-color-2);
    color: #fff;
    -webkit-box-shadow: 2px 3px 5px 0 rgb(0 0 0 / 26%);
    -moz-box-shadow: 2px 3px 5px 0 rgb(0 0 0 / 26%);
    box-shadow: 2px 3px 5px 0 rgb(0 0 0 / 26%);
    padding: 0 0 0 15px;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.page-fixed-links a.page-fixed-link:first-child {
	margin:0;
}
.page-fixed-links a.page-fixed-link span {
    position: absolute;
    font-weight: 400;
    letter-spacing: 1px;
}



.before-radian-white,
.before-radian-white *
.after-radian-white,
.after-radian-white *{
	position:relative;
}
.before-radian-white{
	margin-top:-50px;
}
.after-radian-white{
	margin-bottom:-50px;
}
.before-radian-white:before,
.after-radian-white:after{
    position:absolute;
	left:-30px;
	right:-30px;
	background-color:#fff;
	height:130px;
	content:"";
}
.before-radian-white:before{
    top: 0;
	-webkit-border-bottom-right-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	-moz-border-radius-bottomright: 50%;
	-moz-border-radius-bottomleft: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.after-radian-white:after{
	bottom:0;
	-webkit-border-top-left-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	-moz-border-radius-topleft: 50%;
	-moz-border-radius-topright: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}



.prev-next .prev,
.prev-next .next{
    cursor: pointer;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 53px;
    display: block;
}
.prev-next .prev i,
.prev-next .next i{
	line-height:0;
}



.home-review .owl-carousel .owl-stage-outer {
	overflow:unset;
}
.home-review .item {
    padding: 15px 15px 30px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 13%);
}
.home-review .item .img1,
.home-review .item .img2,
.home-review .item .first-tag{
	height:200px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #f2f6ff;
	width:100%;
	text-align:center;
    font-weight: 900;
    letter-spacing: 5px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.home-review .item .first-tag>div {
    background-color: var(--theme-color-2);
    color: #fff;
    padding: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.home-review .item .text{
	text-align:center;
}
.home-review .item .text h3{
	margin-top:0;
	font-weight:300;
	color:#333;
    letter-spacing: 1px;
}
.home-review .item .beforeAfter{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.home-review .item .theme-btn {
    border-color: #333;
    font-size: 14px;
    color: #333;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 13px 20px 12px 20px;
    border-width: 2px;
}
.beforeAfter.after .img1,
.beforeAfter.after:hover .img2{
	display:block;
}
.beforeAfter.after .img2,
.beforeAfter.after:hover .img1{
	display:none;
}


.before-after-modal.detail-1 .caption{
    max-width: 750px !important;
}
.before-after-modal.detail-2 .caption{
    max-width: 950px !important;
}
.before-after-modal .caption .caption-body p{
	line-height:1.5;
	font-size:16px;
}
@media(min-width:992px){
	.before-after-modal .caption .caption-body iframe{
		height:600px;
	}
}
@media(max-width:992px){
	.before-after-modal .caption .caption-body iframe{
		height:400px;
	}
}
.before-after-modal .caption .caption-body iframe{
	border:0;
	width:100%;
	display:block;
}
.before-after-modal.detail-2 .caption .caption-body{
	padding:3px;
}
.before-after-modal .closed{
    right: -13px !important;
    font-size: 20px;
    top: -13px !important;
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: -2px 2px 10px 0 rgb(0 0 0 / 14%);
    -moz-box-shadow: -2px 2px 10px 0 rgb(0 0 0 / 14%);
    box-shadow: -2px 2px 10px 0 rgb(0 0 0 / 14%);
}
.before-after-modal{
    background-color: rgb(173 173 173 / 38%);
    background-image: url(../temp/img/dot.png);
}

/**************** Tabs ********************/
.tabs .nav-pills{display:block;text-align:center}.tabs .nav-pills li{display:inline-block;margin:0 0 10px 10px}.tabs .nav-pills li:first-child{margin:0 0 10px 0}.tabs .nav-pills li>*{padding:13px 20px;line-height:1;display:block;cursor:pointer;border:1px solid #ddd;color:#333;background-color:#f2f6ff}.tabs .nav-pills li>.active{background-color:var(--theme-color-2);border-color:var(--theme-color-2)}.tabs .fade:not(.show){opacity:0}.tabs .tab-content>.tab-pane{display:none}.tabs .tab-content>.active{display:block}.fade{-webkit-transition:all .3s 0s ease-in-out;-moz-transition:all .3s 0s ease-in-out;-o-transition:all .3s 0s ease-in-out;transition:all .3s 0s ease-in-out}
/**************** Tabs ********************/


.home-tab-news{
    background-color: var(--theme-color-1);
}
.home-tab-news .theme-btn{
    padding: 13px 20px 12px 20px;
    border-color: #ccc;
    color: #ccc;
}
@media(min-width:1200px){
	.home-tab-news .tabss .tab-pane .slider-wrap{
		padding:30px;
	}
	.home-tab-news .tabss .nav-wrap{
		display: table;
		margin: 0 auto;
	}
	.home-tab-news .tabss .nav-wrap .nav {
		padding: 10px 13px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}
}
@media(max-width:1200px){
	.home-tab-news .tabss .nav-wrap .nav {
		padding: 0 0;
		overflow-x:auto;
	}
}
.home-tab-news .tabss .nav-wrap .nav {
    margin: 0;
    background-color: #fff;
}
.home-tab-news .tabss .nav-wrap .nav li{
    display: block;
	margin:0;
}
.home-tab-news .tabss .nav-wrap .nav li a{
    padding: 20px 30px 20px 30px;
	cursor:pointer;
    display: block;
    font-weight: 300;
    letter-spacing: 1px;
    color: var(--theme-color-1);
    background-color: transparent;
	position:relative;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.home-tab-news .tabss .nav-wrap .nav li a.active{
	background-color: var(--theme-color-1);
	color:#fff;
}
.home-tab-news .tabss .tab-pane .item{
	position:relative;
}
.home-tab-news .tabss .tab-pane .slider-wrap{
	position:relative;
	overflow:hidden;
}
.home-tab-news .tabss .tab-pane .swiper{
	overflow:unset;
}
@media(min-width:1300px){
	.home-tab-news .tabss .tab-pane .slider-wrap:before{
		content: "";
		position: absolute;
		top: 0;
		left: calc(38% + 15px);
		right: calc(38% + 15px);
		bottom: 0;
		background-color: #fff;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 12px;
		z-index: 0;
		margin: 0 auto;
		overflow: hidden;
	}
	.home-tab-news .tabss .tab-pane .swiper-slide.swiper-slide-next + div .item *{
		color:#333
	}
}
.home-tab-news .tabss .tab-pane .prev,
.home-tab-news .tabss .tab-pane .next{
    color: #ccc;
    cursor: pointer;
}
.news-page .row .item a img,
.news-page .swiper-slide .item a img,
.home-tab-news .tabss .tab-pane .item a img{
    width: 100%;
    height: auto;
	display:block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	overflow:hidden;
}
.news-page .row .item h3,
.news-page .swiper-slide .item h3,
.home-tab-news .tabss .tab-pane .item h3{
	margin:15px 0 0 0
}
.news-page .row .item h3 a,
.news-page .swiper-slide .item h3 a,
.home-tab-news .tabss .tab-pane .item h3 a{
    display: block;
	font-weight:400;
	letter-spacing:1px;
	text-decoration:none;
	color:#ccc;
	text-align:center;
    line-height: 1.5;
    padding: 0 15px;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
}


.page-title p{
	letter-spacing:1px;
	font-weight:300
}
.page-title-black *{
	color:#ccc
}
.news-page .categories .item{
	margin:0 0 0 15px;
}
.news-page .categories .item:first-child{
	margin:0 0 0 0;
}
.news-page .categories .item a{
    border-color: #ccc;
    color: #ccc;
    padding: 15px 30px 14px 30px;
}
.news-page .categories .item a.active {
    background-color: var(--theme-color-2);
    color: #fff;
    border-color: var(--theme-color-2);
}
.news-page .top-info .top-info-item {
    font-size: 12px;
    padding: 11px 15px;
    background-color: #f2f6ff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ededed;
    line-height: 1.084;
}
.news-page .top-info .top-info-item i{
    font-size: 13px;
    line-height: 1;
    position: relative;
    top: 1px;
}
.news-page .gallery-item-video{
    height: 147px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-page .gallery-item,
.news-page .gallery-item picture,
.news-page .gallery-item picture img{
	display:block;
	width:100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	overflow:hidden;
}
.news-page .gallery-item-video,
.news-page .gallery-item-image{
	position:relative;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    cursor: pointer;
    border: 5px solid #fff;
    background-color: #fff;
    border: 2px solid var(--theme-color-2);
}
.news-page .gallery-item-image:after{
    content: "\f31e";
    font-family: 'Font Awesome 5 Pro';
    right: 5px;
    font-weight: 400;
    top: 5px;
    color: rgb(0 0 0 / 34%);
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    font-size: 26px;
    line-height: 33px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.news-page .gallery-item-video:after{
    content: "\f04b";
    font-family: 'Font Awesome 5 Pro';
    left: calc(50% - 22px);
    top: calc(50% - 22px);
	font-weight: 900;
    color: #fff;
    position: absolute;
    font-size: 25px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 44px;
    height: 44px;
    line-height: 47px;
    text-align: center;
    background-color: #ff0000;
    padding: 0 0 0 4px;
}
.share-buttons {
    padding: 0;
    list-style: none;
}
.share-buttons li {
    display: inline-block;
    margin-bottom: 0;
}
.share-buttons li a {
    background: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    font-weight: 500;
    padding: 0 13px;
    transition: 0.3s;
    display: block;
    text-decoration: none;
    line-height: 1;
    padding: 10px 15px;
}
.news-page .share-buttons li a {
	background-color:transparent;
	color:#fff !important;
	border:0;
}
.share-buttons li a:hover {
    color: #fff;
}
.share-buttons li i {
    position: relative;
    top: 0;
    font-size: 20px;
}
.share-buttons li a.instagram-share:hover {
    background: #f60b5c;
    color: #fff;
}
.share-buttons li a.instagram-share {
    border-color: #f60b5c;
    color: #f60b5c;
}
.share-buttons li a.linkedin-share:hover {
    background: #0a66c2;
    color: #fff;
}
.share-buttons li a.linkedin-share {
    border-color: #0a66c2;
    color: #0a66c2;
}
.share-buttons li a.facebook-share:hover,
.share-buttons li a.fb-share:hover {
    background: #3b5998;
    color: #fff;
}
.share-buttons li a.facebook-share,
.share-buttons li a.fb-share {
    border-color: #3b5998;
    color: #3b5998;
}
.share-buttons li a.twitter-share:hover {
    background: #1da1f2;
    color: #fff;
}
.share-buttons li a.twitter-share {
    border-color: #1da1f2;
    color: #1da1f2;
}
.share-buttons li a.gplus-share:hover {
    background: #dd4b39;
    color: #fff;
}
.share-buttons li a.gplus-share {
    border-color: #dd4b39;
    color: #dd4b39;
}
.share-buttons li a.pinterest-share:hover {
    background: #bd081c;
    color: #fff;
}
.share-buttons li a.pinterest-share {
    border-color: #bd081c;
    color: #bd081c;
}
.share-buttons li a.whatsapp-share:hover,
.share-buttons li a.whatsapp:hover {
    background: #009688;
    color: #fff;
}
.share-buttons li a.whatsapp-share,
.share-buttons li a.whatsapp {
    border-color: #009688;
    color: #009688;
}



.news-page .pagination{list-style-type:none;margin:0;padding:0}
.news-page .pagination li{margin:0 0 0 5px;}
.news-page .pagination li:first-child, .news-page .pagination li:first-child{padding:0}
.news-page .pagination li:first-child{margin:0;}
.news-page .pagination li a{
    cursor: pointer;
    font-size: 15px;
    display: block;
    font-weight: 400;
    height: 40px;
    min-width: 55px;
    text-align: center;
    border: 2px solid rgb(255 255 255 / 32%);
    line-height: 38px;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 0 0 0 1px;
}
.news-page .pagination li.active a,
.news-page .pagination li a:hover{
	background-color:#fff;
	color:var(--theme-color-1);
}



.blocks>div:nth-child(even){
    background-color:#fbfbfb
}

.line-text li,
.blocks li{
    line-height: 1.7;
    margin: 0 0 5px 0;
    font-size: 16px;
}
.blocks a,
.line-text a{
    font-weight: 500;
    color: var(--theme-color-2);
    position: relative;
    text-decoration: none;
    display: inline-block;
    line-height: 1.5;
	letter-spacing:1px;
}
.blocks a:after,
.line-text a:after{
    content: "";
    height: 1px;
    width: 100%;
    background-color: rgb(22 167 157 / 30%);
    display: table;
}
.blocks p,
.line-text p{
    line-height: 1.7;
    margin: 0 0 15px 0;
    font-size: 16px;
}
.blocks li:last-child,
.blocks p:last-child,
.line-text p:last-child,
.line-text li:last-child{
    margin: 0 0 0 0;
}
.right-image-left-text,
.right-text-left-image{
    position: relative;
}
.blocks h1{
	font-weight:400;
    line-height: 1.3;
}
.blocks *:last-child{
	margin-bottom:0;
}
.right-image-left-text .img,
.right-text-left-image .img{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
@media(min-width:768px){
	.right-image-left-text,
	.right-text-left-image{
		min-height:550px;
	}
	.blocks h1{
		margin:50px 0 20px 0;
		font-size:30px;
	}
	.blocks h1:first-child{
		margin:0 0 20px 0;
	}
	.right-image-left-text .img,
	.right-text-left-image .img{
		width: 50%;
		height: 100%;
		min-height: 500px;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	.right-image-left-text .img{
		right: 0;
	}
	.right-image-left-text .img + div{
		padding-right:80px;
	}
	.right-text-left-image .img{
		left: 0;
	}
	.right-text-left-image .img + div{
		padding-left:80px;
	}
}
@media(max-width:768px){
	.blocks h1{
		margin:0 0 20px 0;
		font-size:20px;
	}
	.right-image-left-text .img,
	.right-text-left-image .img{
		width: calc(100% + 30px);
		min-height: 300px;
		margin: 0 -15px;
	}
}



.c-items{
    padding: 30px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    height: 100%;
}
.c-items h3{
    font-weight: 600;
    font-size: 13px;
}
.c-items .c-item{
    line-height: 1.5;
}
.c-items .c-item a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 13px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: var(--theme-color-1);
    position: relative;
    color: #fff !important;
    display: block;
    line-height: 1;
}
.contact-map iframe{width:100%;height:250px;}
blockquote{
    border-left: 10px solid #ececec;
    padding: 30px;
    margin: 0;
    background-color: #f2f6ff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0 20px 0;
}
blockquote a{
	text-decoration:none;
    color: var(--theme-color-1);
}



.field-mounth .mounth-filed-tabs .tabs-nav a{
    padding: 15px 20px 13px 20px;
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f2f6ff;
}
.field-mounth .mounth-filed-tabs .tabs-nav a.active{
    border: 1px solid var(--theme-color-1);
    background-color: var(--theme-color-1);
	color:#fff;
}

.mounth-adult-filed,
.mounth-kid-filed {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.mounth-adult-filed:after,
.mounth-kid-filed:after {
	width: 2px;
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    bottom: 0;
    background: rgb(255 255 255 / 32%);
}
.mounth-adult-filed div,
.mounth-kid-filed div {
    margin: 0 auto;
    width: 342px;
    height: 303px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}
.mounth-kid-filed div {
	width: 300px;
    height: 266px;
}
.mounth-adult-filed img.imgth,
.mounth-kid-filed img.imgth {
    width: auto;
    object-fit: contain;
    pointer-events: none;
}
.mounth-adult-filed .tooth input,
.mounth-adult-filed .tooth .ch,
.mounth-adult-filed .tooth .ch:after,
.mounth-adult-filed .tooth .ch:before,
.mounth-adult-filed .tooth:before,
.mounth-adult-filed label,
.mounth-kid-filed .tooth input,
.mounth-kid-filed .tooth .ch,
.mounth-kid-filed .tooth .ch:after,
.mounth-kid-filed .tooth .ch:before,
.mounth-kid-filed .tooth:before,
.mounth-kid-filed label {
    position: absolute;
    cursor: pointer;
}
.mounth-adult-filed .tooth input,
.mounth-kid-filed .tooth input {
    opacity: 0;
    visibility: hidden;
}
.mounth-adult-filed .tooth .ch,
.mounth-kid-filed .tooth .ch {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    display: table;
    left: 0;
    right: 0;
    bottom: calc(50% - 3px);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.mounth-adult-filed .tooth .ch:after,
.mounth-adult-filed .tooth .ch:before,
.mounth-kid-filed .tooth .ch:after,
.mounth-kid-filed .tooth .ch:before {
    display: block;
    content: "";
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
}
.mounth-adult-filed .tooth .ch:before,
.mounth-kid-filed .tooth .ch:before {
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.mounth-adult-filed .tooth .ch:after,
.mounth-kid-filed .tooth .ch:after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    left: 3px;
    top: 3px;
}
.mounth-adult-filed .tooth input:checked + .ch:after,
.mounth-kid-filed .tooth input:checked + .ch:after {
    background-color: #000;
}
.mounth-adult-filed div.line,
.mounth-kid-filed div.line{
    height: 1px;
    background: #e5e5e5;
    max-width: 600px;
    width: auto;
    margin: 20px auto;
}
.mounth-adult-filed div:first-child .text-span,
.mounth-adult-filed div:last-child .text-span,
.mounth-kid-filed div:first-child .text-span,
.mounth-kid-filed div:last-child .text-span{
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    color: #fff;
    opacity: 0.7;
    font-weight: 300;
    letter-spacing: 1px;
	left:0;
	right:0;
}
.mounth-adult-filed div:first-child .text-span,
.mounth-kid-filed div:first-child .text-span{
	bottom:20px;
}
.mounth-adult-filed div:last-child .text-span,
.mounth-kid-filed div:last-child .text-span{
	top:20px;
}
.mounth-adult-filed div .text-span span:first-child,
.mounth-kid-filed div .text-span span:first-child{
	padding:0 17px 0 0;
	text-align:right;
    width: 100%;
}
.mounth-adult-filed div .text-span span:last-child,
.mounth-kid-filed div .text-span span:last-child{
	padding:0 0 0 15px;
	text-align:left;
    width: 100%;
}
.mounth-adult-filed .tooth-11 {
    top: -12px;
    left: 136px;
}
.mounth-adult-filed .tooth-11:before{
    top: -38px;
    left: 8px;
}
.mounth-adult-filed .tooth-11 .ch{}
.mounth-adult-filed .tooth-12 {
    top: -5px;
    left: 108px;
}
.mounth-adult-filed .tooth-12:before {
    top: -38px;
    left: -4px;
}
.mounth-adult-filed .tooth-12 .ch{}
.mounth-adult-filed .tooth-13 {
    top: 10px;
    left: 84px;
}
.mounth-adult-filed .tooth-13:before {
    top: -36px;
    left: -17px;
}
.mounth-adult-filed .tooth-13 .ch{}
.mounth-adult-filed .tooth-14 {
    top: 24px;
    left: 55px;
}
.mounth-adult-filed .tooth-14:before {
    top: -25px;
    left: -26px;
}
.mounth-adult-filed .tooth-14 .ch{}
.mounth-adult-filed .tooth-15 {
    left: 36px;
    bottom: 202px;
}
.mounth-adult-filed .tooth-15:before {
    top: -12px;
    left: -42px;
}
.mounth-adult-filed .tooth-15 .ch{padding: 3px 0 0 0;}
.mounth-adult-filed .tooth-15 .ch:after{top:6px}
.mounth-adult-filed .tooth-16 {
    left: 20px;
    bottom: 154px;
}
.mounth-adult-filed .tooth-16:before {
    top: 0;
    left: -48px;
}
.mounth-adult-filed .tooth-16 .ch{padding: 4px 0 0 0;left: -2px;}
.mounth-adult-filed .tooth-16 .ch:after{top: 7px;}
.mounth-adult-filed .tooth-17 {
    left: 8px;
    bottom: 106px;
}
.mounth-adult-filed .tooth-17:before {
    top: 6px;
    left: -46px;
}
.mounth-adult-filed .tooth-17 .ch{}
.mounth-adult-filed .tooth-18 {
    left: 3px;
    bottom: 56px;
}
.mounth-adult-filed .tooth-18:before {
    top: 10px;
    left: -40px;
}
.mounth-adult-filed .tooth-18 .ch{}
.mounth-adult-filed .tooth-21 {
    top: -12px;
    right: 136px;
}
.mounth-adult-filed .tooth-21:before {
    top: -38px;
    left: 8px;
}
.mounth-adult-filed .tooth-21 .ch{}
.mounth-adult-filed .tooth-22 {
    top: -3px;
    right: 107px;
}
.mounth-adult-filed .tooth-22:before {
    top: -38px;
    left: 20px;
}
.mounth-adult-filed .tooth-22 .ch{}
.mounth-adult-filed .tooth-23 {
    top: 12px;
    right: 87px;
}
.mounth-adult-filed .tooth-23 .ch{padding: 2px 0 0 2px;}
.mounth-adult-filed .tooth-23 .ch:after{top: 5px;left: 5px;}
.mounth-adult-filed .tooth-23:before {
    top: -36px;
    left: 34px;
}
.mounth-adult-filed .tooth-24 {
    top: 26px;
    right: 60px;
}
.mounth-adult-filed .tooth-24:before {
    top: -25px;
    left: 54px;
}
.mounth-adult-filed .tooth-24 .ch{padding: 4px 0 0 0;}
.mounth-adult-filed .tooth-24 .ch:after{
    top: 7px;
    left: 3px;}
.mounth-adult-filed .tooth-25 {
    right: 41px;
    bottom: 203px;
}
.mounth-adult-filed .tooth-25:before {
    top: -12px;
    left: 74px;
}
.mounth-adult-filed .tooth-25 .ch{padding: 2px 0 0 2px;}
.mounth-adult-filed .tooth-25 .ch:after{    top: 5px;
    left: 5px;}
.mounth-adult-filed .tooth-26 {
    right: 23px;
    bottom: 155px;
}
.mounth-adult-filed .tooth-26:before {
    top: 0;
    left: 84px;
}
.mounth-adult-filed .tooth-26 .ch{padding: 4px 0 0 0;}
.mounth-adult-filed .tooth-26 .ch:after{    top: 7px;
    left: 3px;}
.mounth-adult-filed .tooth-27 {
    right: 12px;
    bottom: 107px;
}
.mounth-adult-filed .tooth-27:before {
    top: 6px;
    left: 82px;
}
.mounth-adult-filed .tooth-27 .ch{}
.mounth-adult-filed .tooth-28 {
    right: 6px;
    bottom: 58px;
}
.mounth-adult-filed .tooth-28:before {
    top: 10px;
    left: 74px;
}
.mounth-adult-filed .tooth-28 .ch{}
.mounth-adult-filed .tooth-31 {
    right: 144px;
    bottom: -10px;
}
.mounth-adult-filed .tooth-31:before {
    left: 8px;
    bottom: -38px;
}
.mounth-adult-filed .tooth-31 .ch{}
.mounth-adult-filed .tooth-32 {
    right: 114px;
    bottom: -5px;
}
.mounth-adult-filed .tooth-32:before {
    left: 20px;
    bottom: -36px;
}
.mounth-adult-filed .tooth-32 .ch{left: -3px;}
.mounth-adult-filed .tooth-33 {
    right: 90px;
    bottom: 8px;
}
.mounth-adult-filed .tooth-33:before {
    left: 38px;
    bottom: -34px;
}
.mounth-adult-filed .tooth-33 .ch{bottom: calc(50% - 5px);}
.mounth-adult-filed .tooth-34 {
    right: 61px;
    bottom: 26px;
}
.mounth-adult-filed .tooth-34:before {
    left: 56px;
    bottom: -24px;
}
.mounth-adult-filed .tooth-34 .ch{}
.mounth-adult-filed .tooth-35 {
    right: 40px;
    bottom: 57px;
}
.mounth-adult-filed .tooth-35:before {
    left: 74px;
    bottom: -12px;
}
.mounth-adult-filed .tooth-35 .ch{padding: 2px 0 0 0;}
.mounth-adult-filed .tooth-35 .ch:after{
    left: 3px;
    top: 5px;
}
.mounth-adult-filed .tooth-36 {
    right: 22px;
    bottom: 96px;
}
.mounth-adult-filed .tooth-36:before {
    left: 86px;
    bottom: 0;
}
.mounth-adult-filed .tooth-36 .ch{padding: 2px 0 0 0;}
.mounth-adult-filed .tooth-36 .ch:after{top: 5px;}
.mounth-adult-filed .tooth-37 {
    right: 12px;
    bottom: 148px;
}
.mounth-adult-filed .tooth-37:before {
    left: 81px;
    bottom: 4px;
}
.mounth-adult-filed .tooth-38 {
    right: 6px;
    bottom: 200px;
}
.mounth-adult-filed .tooth-38:before {
    left: 74px;
    bottom: 8px;
}
.mounth-adult-filed .tooth-38 .ch{padding: 4px 0 0 0;}
.mounth-adult-filed .tooth-38 .ch:after{top: 7px;}
.mounth-adult-filed .tooth-41 {
    left: 144px;
    bottom: -10px;
}
.mounth-adult-filed .tooth-41:before {
    left: 2px;
    bottom: -38px;
}
.mounth-adult-filed .tooth-41 .ch{}
.mounth-adult-filed .tooth-42 {
    left: 115px;
    bottom: -5px;
}
.mounth-adult-filed .tooth-42:before {
    left: -10px;
    bottom: -36px;
}
.mounth-adult-filed .tooth-42 .ch{padding: 2px 0 0 2px;}
.mounth-adult-filed .tooth-42 .ch:after{    top: 5px;
    left: 5px;}
.mounth-adult-filed .tooth-43 {
    left: 92px;
    bottom: 8px;
}
.mounth-adult-filed .tooth-43:before {
    left: -24px;
    bottom: -36px;
}
.mounth-adult-filed .tooth-43 .ch{padding: 2px 0 0 0;}
.mounth-adult-filed .tooth-43 .ch:after{    top: 5px;}
.mounth-adult-filed .tooth-44 {
    left: 62px;
    bottom: 25px;
}
.mounth-adult-filed .tooth-44:before {
    left: -36px;
    bottom: -24px;
}
.mounth-adult-filed .tooth-44 .ch{}
.mounth-adult-filed .tooth-45 {
    left: 39px;
    bottom: 56px;
}
.mounth-adult-filed .tooth-45:before {
    left: -46px;
    bottom: -16px;
}
.mounth-adult-filed .tooth-45 .ch{padding: 2px 0 0 0;}
.mounth-adult-filed .tooth-45 .ch:after{
    top: 5px;
    left: 3px;
}
.mounth-adult-filed .tooth-46 {
    left: 19px;
    bottom: 92px;
}
.mounth-adult-filed .tooth-46:before {
    left: -48px;
    bottom: -6px;
}
.mounth-adult-filed .tooth-46 .ch{}
.mounth-adult-filed .tooth-47 {
    left: 6px;
    bottom: 143px;
}
.mounth-adult-filed .tooth-47:before {
    left: -46px;
    bottom: 2px;
}
.mounth-adult-filed .tooth-47 .ch{}
.mounth-adult-filed .tooth-48 {
    left: 2px;
    bottom: 195px;
}
.mounth-adult-filed .tooth-48:before {
    left: -42px;
    bottom: 6px;
}
.mounth-adult-filed .tooth-48 .ch{padding: 4px 0 0 0;}
.mounth-adult-filed .tooth-48 .ch:after{
    top: 7px;
    left: 3px;
}
.mounth-adult-filed .tooth:before,
.mounth-kid-filed .tooth:before {
    content: attr(data-number);
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin: 5px 0 10px;
}
.mounth-kid-filed .tooth-55 {
	left: -16px;
    bottom: 38px;
}
.mounth-kid-filed .tooth-55 img.imgth{height: 70px;}
.mounth-kid-filed .tooth-55:before {
    left: -42px;
    bottom: 21px;
}
.mounth-kid-filed .tooth-55 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-55 .ch:after{
    top: 7px;
    left: 3px;
}
.mounth-kid-filed .tooth-54 {
    left: -8px;
    bottom: 109px;
}
.mounth-kid-filed .tooth-54 img.imgth{height: 70px;}
.mounth-kid-filed .tooth-54:before {
    left: -42px;
    bottom: 27px;
}
.mounth-kid-filed .tooth-54 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-54 .ch:after{
    top: 7px;
    left: 3px;
}
.mounth-kid-filed .tooth-53 {
    left: 15px;
    top: 33px;
}
.mounth-kid-filed .tooth-53 img.imgth{height: 52px;}
.mounth-kid-filed .tooth-53:before {
    left: -34px;
    bottom: 47px;
}
.mounth-kid-filed .tooth-53 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-53 .ch:after{
    top: 7px;
    left: 3px;
}
.mounth-kid-filed .tooth-52 {
    left: 50px;
    top: -1px;
}
.mounth-kid-filed .tooth-52 img.imgth{height: 47px;}
.mounth-kid-filed .tooth-52:before {
    left: -14px;
    bottom: 61px;
}
.mounth-kid-filed .tooth-52 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-52 .ch:after{
    top: 7px;
    left: 3px;
}
.mounth-kid-filed .tooth-51 {
    left: 96px;
    top: -22px;
}
.mounth-kid-filed .tooth-51 img.imgth{height: 52px;width: 49px;object-fit: fill;}
.mounth-kid-filed .tooth-51:before {
    left: 13px;
    bottom: 66px;
}
.mounth-kid-filed .tooth-51 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-51 .ch:after{
    top: 7px;
    left: 3px;
}
.mounth-kid-filed .tooth-65 {
	right: -16px;
    bottom: 38px;
}
.mounth-kid-filed .tooth-65 img.imgth{height: 70px;}
.mounth-kid-filed .tooth-65:before {
    right: -42px;
    bottom: 21px;
}
.mounth-kid-filed .tooth-65 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-65 .ch:after{
    top: 7px;
    right: 3px;
}
.mounth-kid-filed .tooth-64 {
    right: -8px;
    bottom: 109px;
}
.mounth-kid-filed .tooth-64 img.imgth{height: 70px;}
.mounth-kid-filed .tooth-64:before {
    right: -42px;
    bottom: 27px;
}
.mounth-kid-filed .tooth-64 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-64 .ch:after{
    top: 7px;
    right: 3px;
}
.mounth-kid-filed .tooth-63 {
    right: 15px;
    top: 33px;
}
.mounth-kid-filed .tooth-63 img.imgth{height: 52px;}
.mounth-kid-filed .tooth-63:before {
    right: -34px;
    bottom: 47px;
}
.mounth-kid-filed .tooth-63 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-63 .ch:after{
    top: 7px;
    right: 3px;
}
.mounth-kid-filed .tooth-62 {
    right: 50px;
    top: -1px;
}
.mounth-kid-filed .tooth-62 img.imgth{height: 47px;}
.mounth-kid-filed .tooth-62:before {
    right: -14px;
    bottom: 61px;
}
.mounth-kid-filed .tooth-62 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-62 .ch:after{
    top: 7px;
    right: 3px;
}
.mounth-kid-filed .tooth-61 {
    right: 96px;
    top: -22px;
}
.mounth-kid-filed .tooth-61 img.imgth{height: 52px;width: 49px;object-fit: fill;}
.mounth-kid-filed .tooth-61:before {
    right: 13px;
    bottom: 66px;
}
.mounth-kid-filed .tooth-61 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-61 .ch:after{
    top: 7px;
    right: 3px;
}
.mounth-kid-filed .tooth-81 {
    left: 102px;
    bottom: -30px;
    -moz-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
}
.mounth-kid-filed .tooth-81 img.imgth{height: 52px;width: 43px;object-fit: fill;}
.mounth-kid-filed .tooth-81:before {
    left: 25px;
    bottom: -46px;
    -moz-transform: rotate(-18deg);
    -webkit-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
}
.mounth-kid-filed .tooth-81 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-81 .ch:after{
    top: 7px;
    left: 3px;
}
.mounth-kid-filed .tooth-82 {
	left: 60px;
    bottom: -11px;
    -moz-transform: rotate(17deg);
    -webkit-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
}
.mounth-kid-filed .tooth-82 img.imgth{height: 48px;}
.mounth-kid-filed .tooth-82:before {
    left: -11px;
    bottom: -45px;
    -moz-transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg);
}
.mounth-kid-filed .tooth-82 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-82 .ch:after{
    top: 7px;
    left: 3px;
}
.mounth-kid-filed .tooth-83 {
	left: 26px;
    bottom: 25px;
}
.mounth-kid-filed .tooth-83 img.imgth{height: 51px;}
.mounth-kid-filed .tooth-83:before {
    left: -42px;
    bottom: -14px;
}
.mounth-kid-filed .tooth-83 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-83 .ch:after{
    top: 7px;
    left: 3px;
}
.mounth-kid-filed .tooth-84 {
    left: -2px;
    top: 116px;
}
.mounth-kid-filed .tooth-84 img.imgth{height: 70px;}
.mounth-kid-filed .tooth-84:before {
    left: -42px;
    bottom: 8px;
}
.mounth-kid-filed .tooth-84 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-84 .ch:after{
    top: 7px;
    left: 3px;
}
.mounth-kid-filed .tooth-85 {
	left: -16px;
    top: 42px;
}
.mounth-kid-filed .tooth-85 img.imgth{height: 70px;}
.mounth-kid-filed .tooth-85:before {
    left: -42px;
    bottom: 11px;
}
.mounth-kid-filed .tooth-85 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-85 .ch:after{
    top: 7px;
    left: 3px;
}
.mounth-kid-filed .tooth-71 {
    right: 102px;
    bottom: -30px;
    -moz-transform: rotate(-18deg);
    -webkit-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
}
.mounth-kid-filed .tooth-71 img.imgth{height: 52px;width: 43px;object-fit: fill;}
.mounth-kid-filed .tooth-71:before {
    right: 25px;
    bottom: -46px;
    -moz-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
}
.mounth-kid-filed .tooth-71 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-71 .ch:after{
    top: 7px;
    right: 3px;
}
.mounth-kid-filed .tooth-72 {
	right: 60px;
    bottom: -11px;
    -moz-transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg);
}
.mounth-kid-filed .tooth-72 img.imgth{height: 48px;}
.mounth-kid-filed .tooth-72:before {
    right: -11px;
    bottom: -45px;
    -moz-transform: rotate(17deg);
    -webkit-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
}
.mounth-kid-filed .tooth-72 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-72 .ch:after{
    top: 7px;
    right: 3px;
}
.mounth-kid-filed .tooth-73 {
	right: 26px;
    bottom: 25px;
}
.mounth-kid-filed .tooth-73 img.imgth{height: 51px;}
.mounth-kid-filed .tooth-73:before {
    right: -42px;
    bottom: -14px;
}
.mounth-kid-filed .tooth-73 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-73 .ch:after{
    top: 7px;
    right: 3px;
}
.mounth-kid-filed .tooth-74 {
    right: -2px;
    top: 116px;
}
.mounth-kid-filed .tooth-74 img.imgth{height: 70px;}
.mounth-kid-filed .tooth-74:before {
    right: -42px;
    bottom: 8px;
}
.mounth-kid-filed .tooth-74 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-74 .ch:after{
    top: 7px;
    right: 3px;
}
.mounth-kid-filed .tooth-75 {
	right: -16px;
    top: 42px;
}
.mounth-kid-filed .tooth-75 img.imgth{height: 70px;}
.mounth-kid-filed .tooth-75:before {
    right: -42px;
    bottom: 11px;
}
.mounth-kid-filed .tooth-75 .ch{padding: 4px 0 0 0;}
.mounth-kid-filed .tooth-75 .ch:after{
    top: 7px;
    right: 3px;
}
.mounth-adult-filed .tooth-11:before,
.mounth-adult-filed .tooth-12:before,
.mounth-adult-filed .tooth-21:before,
.mounth-adult-filed .tooth-22:before,
.mounth-adult-filed .tooth-31:before,
.mounth-adult-filed .tooth-32:before,
.mounth-adult-filed .tooth-41:before,
.mounth-adult-filed .tooth-42:before {
    color: #00bdff;
}
.mounth-adult-filed .tooth-13:before,
.mounth-adult-filed .tooth-23:before,
.mounth-adult-filed .tooth-33:before,
.mounth-adult-filed .tooth-43:before,
.mounth-kid-filed .tooth-52:before,
.mounth-kid-filed .tooth-51:before,
.mounth-kid-filed .tooth-61:before,
.mounth-kid-filed .tooth-62:before,
.mounth-kid-filed .tooth-82:before,
.mounth-kid-filed .tooth-81:before,
.mounth-kid-filed .tooth-71:before,
.mounth-kid-filed .tooth-72:before {
    color: #ffa500;
}
.mounth-adult-filed .tooth-14:before,
.mounth-adult-filed .tooth-15:before,
.mounth-adult-filed .tooth-24:before,
.mounth-adult-filed .tooth-25:before,
.mounth-adult-filed .tooth-34:before,
.mounth-adult-filed .tooth-35:before,
.mounth-adult-filed .tooth-44:before,
.mounth-adult-filed .tooth-45:before,
.mounth-kid-filed .tooth-53:before,
.mounth-kid-filed .tooth-63:before,
.mounth-kid-filed .tooth-83:before,
.mounth-kid-filed .tooth-73:before {
    color: #008000;
}

.page-service .page-teams .owl-stage-outer{
	padding:0;
}

.page-teams .item .item-wrap,
.page-team .team-treatments a picture,
.page-service .service-doctors a picture,
.otels a,
.img-gallery picture,
.page-team .team-image picture,
.page-team-documents picture{
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.page-team .team-treatments a{
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
}
.otels a,
.img-gallery picture,
.page-team-documents picture{
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
	cursor:pointer;
    border: 5px solid #fff;
}
.otels a,
.otels a picture,
.otels a img,
.img-gallery picture,
.img-gallery picture img,
.page-teams .item .item-wrap picture,
.page-teams .item .item-wrap picture img,
.page-service .service-doctors a picture,
.page-service .service-doctors a picture img,
.page-team .team-treatments a picture,
.page-team .team-treatments a picture img,
.page-team .team-image picture,
.page-team .team-image picture img,
.page-team-documents picture,
.page-team-documents picture img{
	display:block;
	max-width:100%;
	height:auto;
}
.otels a picture,
.otels a img,
.img-gallery picture,
.img-gallery picture img,
.page-teams .item .item-wrap picture,
.page-teams .item .item-wrap picture img,
.page-team .team-image picture,
.page-team .team-image picture img,
.page-team-documents picture,
.page-team-documents picture img{
	width:100%;
    position: relative;
}

.page-service .service-doctors a,
.page-team .team-treatments a{
	border:1px solid #f1f1f1;
    text-decoration: none;
    color: #333;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 6px 10px 6px 6px;
    background-color: #f2f6ff;
    display: block;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
}
.page-service .service-doctors a:hover,
.page-team .team-treatments a:hover{
	border-color: var(--theme-color-2)
}
.page-service .service-doctors a picture + div,
.page-team .team-treatments a picture + div {
    width: calc(100% - 50px);
    padding: 0 0 0 15px;
    text-align: left;
}
.page-service .service-doctors a picture + div {
    padding: 0 0 0 10px;
}
.page-service .service-doctors a picture + div h4,
.page-team .team-treatments a picture + div h4{
    font-weight: 400;
    letter-spacing: 0.5px;
	margin:0;
    line-height: 1.3;
}


.page-service .service-doctors a,
.page-service .service-doctors a picture,
.page-team .team-treatments a picture,
.page-team .team-treatments a picture img{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.page-service .service-doctors a{
	background-color:#fff;
    padding: 5px 10px 5px 5px;
}



.page-teams .owl-stage-outer{
	padding:0 0 10px 0;
	overflow:unset;
}
.award{
    text-decoration: none;
    color: var(--theme-color-1);
    font-weight: 300;
    position: absolute;
    top: -27px;
    right: -10px;
    z-index: 3;
}
.award:after {
	display:block;
    content: attr(data-title);
    position: absolute;
    right: calc(100% + 11px);
    background-color: var(--theme-color-1);
    padding: 10px 15px;
    top: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    line-height: 1.5;
    white-space: nowrap;
    letter-spacing: 1px;
    font-size: 12px;
}
.award span{
    position: absolute;
    text-align: center;
    display: block;
    left: 7px;
    right: 7px;
    top: 8px;
    background-color: var(--theme-color-1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    height: 38px;
    line-height: 39px;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}
.award span:before{
    content: "";
    width: 14px;
    height: 14px;
    background-color: var(--theme-color-1);
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -26px;
    top: calc(50% - 7px);
}
.award:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f559";
    font-size: 70px;
}
.page-team .award{
	position:relative;
	top:0;
	right:0;
}
.page-team .award:after,
.page-team .award span:before{
	display:none;
}
.page-teams .item,
.page-teams .item .item-wrap{
    position: relative;
    height: 100%;
}
.page-teams .item .item-wrap{
    -webkit-box-shadow: 0 0px 4px 0 rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 0px 4px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 0px 4px 0 rgb(0 0 0 / 9%);
    display: block;
}
.page-teams .item .item-wrap a.image{
    background-color: #fff;
    display: block;
    overflow: hidden;
	position:relative;
}
.page-teams .item .item-wrap a.image:before{
    content: "";
    background-image: url(../temp/img/team-bg.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: -30px;
    right: -30px;
    opacity: 0.6;
}
.page-teams .item .item-wrap a{
    text-decoration: none;
    color: #333;
}
.page-teams .item .item-wrap .text{
    position: relative;
	text-align: center;
    padding: 20px 10px 20px 10px;
    background-color: #fff;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 -7px 18px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 -7px 18px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 -7px 18px 0 rgb(0 0 0 / 12%);
    height: 100%;
}
.page-teams .item .item-wrap:hover .text,
.page-teams .item .item-wrap.active .text{
	background-color:var(--theme-color-1);
}
.page-teams .item .item-wrap:hover *,
.page-teams .item .item-wrap.active *{
	color:#fff;
}
.page-teams .item .item-wrap .text h4{
    line-height: 1.5;
    font-weight: 500;
	margin:0 0 5px 0
}
.page-service .service-doctors a p,
.page-teams .item .item-wrap .text p{
    margin: 0;
    opacity: 0.6;
    font-weight: 400;
}


.page-teams .team-types{
    text-align: center;
}
.page-teams .team-types a {
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    background-color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 0 0 0 10px;
    padding: 15px 30px 14px 30px;
    text-decoration: none;
    color: #333;
    line-height: 1;
	text-align:center;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
    display: inline-block;
	font-weight:400;
	letter-spacing:1px;
}
.page-teams .team-types a.active,
.page-teams .team-types a:hover{
	background-color:var(--theme-color-2);
	color:#fff;
}
.page-teams .team-types a:first-child{
	margin:0;
}



.fixed-whatsapp{
    position: fixed;
    z-index: 5;
    bottom: 0;
}
.fixed-whatsapp .click-button{
    display: block;
    text-align: center;
    background-color: #25d366;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: -3px 3px 4px 0 rgb(0 0 0 / 18%);
    -moz-box-shadow: -3px 3px 4px 0 rgb(0 0 0 / 18%);
    box-shadow: -3px 3px 4px 0 rgb(0 0 0 / 18%);
    position: absolute;
    cursor: pointer;
}
.fixed-whatsapp .caption{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 250px;
    width: 300px;
    bottom: 100px;
    left: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 -1px 8px 0 rgb(0 0 0 / 18%);
    -moz-box-shadow: 0 -1px 8px 0 rgb(0 0 0 / 18%);
    box-shadow: 0 -1px 8px 0 rgb(0 0 0 / 18%);
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.fixed-whatsapp.active-caption .caption{
	opacity:1;
    visibility: visible;
}
.fixed-whatsapp .caption .closed {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    background: #30534b;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.fixed-whatsapp .caption .closed:hover {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fixed-whatsapp .caption .closed:before,
.fixed-whatsapp .caption .closed:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #fff;
    display: block;
    border-radius: 2px;
    transform: rotate(45deg);
    top: 9px;
    left: 4px;
}
.fixed-whatsapp .caption .closed:after {
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.fixed-whatsapp .caption .text{
	position:relative;
    height: 190px;
    background-color: #e6ddd4;
    padding: 20px;
}
.fixed-whatsapp .caption .text:before{
    content: "";
    background-image: url(../temp/img/whatsapp.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .08;
}
.fixed-whatsapp .caption .text .item{
    padding: 14px 20px;
    background-color: #fff;
    border-radius: 0 8px 8px;
    position: relative;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0 1px 0.5px;
    margin-top: 4px;
    margin-left: 15px;
    max-width: calc(100% - 40px);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: #333;
}
.fixed-whatsapp .caption .text .item:before {
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0;
    left: -12px;
    width: 12px;
    height: 19px;
}
.fixed-whatsapp .caption .message{
	position:relative;
}
.fixed-whatsapp .caption .message input{
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    height: 60px;
    width: 100%;
    padding: 20px 60px 20px 20px;
}
.fixed-whatsapp .caption .message input + button{
    position: absolute;
    right: 13px;
    bottom: 0;
    top: 13px;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    background-color: #25d366;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow: -3px 3px 4px 0 rgb(0 0 0 / 18%);
    -moz-box-shadow: -3px 3px 4px 0 rgb(0 0 0 / 18%);
    box-shadow: -3px 3px 4px 0 rgb(0 0 0 / 18%);
    width: 35px;
    height: 35px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
.fixed-whatsapp .caption .message input + button svg {
    display: table;
    margin: 0 auto;
    width: 19px;
    height: auto;
}

@media(min-width:992px){
	.fixed-whatsapp{
		left: 50px;
	}
	.fixed-whatsapp .click-button{
		border: 3px solid #fff;
		height: 60px;
		width: 60px;
		line-height: 55px;
		font-size: 30px;
		bottom: 30px;
		left:20px;
		-webkit-animation: pulse 2s linear infinite;
		animation: pulse 2s linear infinite;
	}
}
@media(max-width:992px){
	.fixed-whatsapp{
		left: 20px;
		right: 0;
	}
	.fixed-whatsapp .click-button{
		border: 2px solid #fff;
		height: 45px;
		width: 45px;
		line-height: 42px;
		font-size: 20px;
		bottom: 15px;
		left:0px;
		-webkit-animation: pulse 3s linear infinite;
		animation: pulse 3s linear infinite;
	}
	.fixed-whatsapp .caption{
		left: -10px;
		width: 100%;
		bottom: 10px;
	}
}




@media(min-width:1400px){
	.home-counter:before{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 10px;
		background-color: #fff;
		display: block;
		left: calc(50% - 5px);
	}
}
@media(min-width:992px){
	.home-counter .counters .item,
	.home-broshure .counters .item{
		padding: 0 20px;
		min-height: 280px;
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content:center;
		-webkit-justify-content:center;
		-moz-justify-content:center;
	}
	.home-counter .counters a.item:hover,
	.home-broshure .counters a.item:hover{
		-moz-transform: translate(0px, -10px);
		-webkit-transform: translate(0px, -10px);
		-o-transform: translate(0px, -10px);
		-ms-transform: translate(0px, -10px);
		transform: translate(0px, -10px);
	}
}
@media(max-width:992px){
	.home-counter .counters .item,
	.home-broshure .counters .item{
		display: block;
		padding: 30px 20px;
		height: 100%;
	}
}
.home-counter .counters .item,
.home-broshure .counters .item{
    text-align: center;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 6%);
    background-color: #fff;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
}
.home-counter .counters .item span,
.home-broshure .counters .item span{
    font-weight: 300;
    line-height: 0.8;
    color: var(--theme-color-1);
    display: block;
}
.home-counter .counters .item p,
.home-broshure .counters .item p{
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--theme-color-1);
	margin:0;
}
.home-counter .counters .item picture,
.home-counter .counters .item picture img,
.home-broshure .counters .item picture,
.home-broshure .counters .item picture img{
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.page-childrens a{
    text-align: center;
    display: block;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    padding: 15px;
    min-height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 100%;
}
.page-childrens a.before-link>div:before,
.page-childrens a.after-link>div:after{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    display: block;
    line-height: 0.5;
}
.page-childrens a.before-link>div:before{
    content: "\f077";
    margin: 0 0 10px 0;
}
.page-childrens a.after-link>div:after{
    content: "\f078";
    margin:10px 0 0 0;
}
.page-childrens a.active{
    background-color: var(--theme-color-2);
    border-color: var(--theme-color-2);
    color: #fff;
}
.page-childrens a.active-2{
    background-color: var(--theme-color-1);
    border-color: var(--theme-color-1);
    color: #fff;
}

