@import url('https://fonts.googleapis.com/css2?family=Onest:wght@200;300;400;500;600;700;800&display=swap');

*{
	margin:0;
	padding:0;
	outline:0 none;
	font-family: inherit;
	box-sizing: border-box;
}

:root{
	/** logo colors*/
	--l-color-1:#038bb6;
	--l-color-2:#000000;
	/** theme colors */
	--t-color-1:#3368c6;
	--t-color-2:#e57424;
	--t-color-3:#e26004;
	--t-color-4:#ad1f24;
	--t-color-5:#F5F8FD;
	--t-color-6:#031b4e;
	/** components colors */
	--c-color-1:#3368c6;
	--c-color-1-overlay:rgba(3,139,182,.85);
	--c-color-2:#e57424;
	--c-color-2-overlay:rgba(254,84,133,.55);
	--c-color-3:#e26004;
	--c-color-4:#ad1f24;
	--c-color-5:#F5F8FD;
	--c-color-6:#031b4e;
	--font-1:'Onest', sans-serif;
	--font-2:'Onest', sans-serif;
	--c-light-font-color:#6e778c;
	--radius-30:30px;
	--a-color-1:#3368c6;
	--a-color-2:#e57424;
	--a-color-3:#fff;
	--a-color-4:#ddeab3;
	--a-color-5:#fff8f0;
	--a-color-6:#fff9f2;
	--a-color-7:#fff;
}

html{
	font-size:14px;
	font-family:var(--font-1);
	font-weight:400;
}

body{
	display: flex;
	flex-direction: column;
	min-height:100vh;
	height: 100%;
	max-width:100%;
	width:100%;
	overflow-x: hidden;
	background: #f0f7fd;
}

body.dark-theme{
	background-color:var(--dark-bg-color);
}

body.white-bg{
	background: #fff;
}

a{
	text-decoration:none!important;
	outline:0 none!important
}

img{
	outline:0 none!important
}

.wrap {
	width:100%;
	flex:1;
}

.wrapper{
	width:100%;
	display:flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap:wrap
}

.container{
	width:1430px;
	padding:0 15px;
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap:wrap
}

.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.default-pointer{
    cursor: default!important;
}

.inside .container{
	width: 100%;
}

.select-trigger{
	width: 100%;
	height:52px;
	padding:0 10px;
	border:1px solid var(--t-color-1);
	background: #fff;
	font-size:14px;
	display: none;
}

/*---
SUB
----*/

.sub-wrapper{
	background: var(--t-color-6);
	position: relative;
	z-index:1000
}

.sub-container{
	width: 100%;
	display: flex;
	padding:0 30px
}

.sub{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding:0
}

.sub-right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap:0 30px
}

.top-menu{
	display: flex;
	border-right: 1px solid rgba(255,255,255,.3);
	align-items: center;
	padding:15px 30px 15px 0;
	gap:0 30px
}

.dir-rtl .top-menu{
	border-right:0;
	border-left: 1px solid rgba(255,255,255,.3);
	padding:15px 0 15px 30px;
}

.top-menu-link{
	color:#fff;
	font-size:14px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 8px
}

.top-menu-link i{
	font-size:18px
}

.top-menu-link:hover{
	color:var(--t-color-1)
}

.sub-social-links{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap:0 10px
}

.sub-social-link{
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	font-size:18px;
	color:var(--t-color-1)
}

.sub-social-link:hover{
	background: var(--t-color-1);
	color:#fff
}

.sub-lang-current{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 8px;
	color:#fff;
	padding:0 30px
}

.sub-langs{
	display: flex;
	flex-direction: column;
	position: relative;
}

.sub-langs-list-wrapper{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	min-width: 100px;
	opacity: 0;
	visibility: hidden;
}

.sub-langs:hover .sub-langs-list-wrapper{
	opacity: 1;
	visibility: visible;
}

.sub-langs-list{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top:32px;
	background: var(--t-color-6);
	list-style: none;
}

.sub-langs-list li{
	width: 100%;
	display: flex;
}

.sub-langs-list li a{
	width: 100%;
	display: flex;
	align-items: center;
	padding:15px 30px;
	gap:0 8px;
	color:#fff;
	white-space: nowrap;
}

.sub-langs-list li a:hover{
	background: var(--t-color-1);
}

.sub-langs img{
	max-width: 16px;
	height: auto;
	display: block;
}

/*-----
HEADER
------*/

.all-header-wrapper{
	position: relative;
	top:0;
	left:0;
	z-index:7000;
	padding:0;
}

.header-container{
	width: 100%;
	display: flex;
	padding:0 30px;
	align-items: stretch;
	justify-content: center;
}

.header{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}

.logo{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:30px 30px 30px 0
}

.dir-rtl .logo{
	padding:30px 0 30px 30px
}

.header-center{
	flex:1;
	border-left:1px solid #EBEEEE;
	border-right:1px solid #EBEEEE;
	flex-direction: column;
}

.header-center-top{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border-bottom:1px solid #EBEEEE
}

.header-center-top-items{
	display: flex;
	flex:auto
}

.header-center-top-item-wrapper{
	display: flex;
	flex:auto;
	padding:30px;
	border-right:1px solid #EBEEEE
}

.header-center-top-item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:0 15px
}

.header-center-top-item-icon{
	width: 45px;
	height: 45px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:12px;
	border-radius: 50%;
	color:var(--t-color-1);
	font-size:20px;
	box-shadow:0 4px 24px 0px rgba(4,4,74,.2);
}

.header-center-top-item-content{
	display: flex;
	flex-direction: column;
	gap:5px 0
}

.header-center-top-title{
	width: 100%;
	display: flex;
	color:#6E777D;
	font-size:14px;
	font-weight: 500;
}

.header-center-top-value{
	width: 100%;
	display: flex;
	font-size:16px;
	font-weight: 600;
	color:var(--t-color-6)
}

.dir-rtl .header-center-top-value{
	direction:ltr
}

.header-center-appointment-area{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:15px
}

.header-center-appointment-button{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:20px 45px;
	border-radius: 30px;
	font-weight: 600;
	color:#fff;
	background: var(--t-color-1);
	gap:0 15px
}

.header-center-appointment-button i{
	font-size:20px
}

.header-center-appointment-button:hover{
	background: var(--t-color-3);
}

.header-center-bottom{
	width: 100%;
	display: flex;
	position: relative;
}

.header-center-menu{
	flex:1;
	display: flex;
	padding:30px 47px;
}

.menu{
	width: 100%;
	display:flex;
	align-items: stretch;
	justify-content: flex-start;
	list-style: none;
	gap:0 45px
}


.menu li {
	display: flex;
	position: relative;
}

.sub-li{
	position: relative;
}

.menu li a{
	width: 100%;
	display: flex;
	font-size:16px;
	color:var(--t-color-6);
	position: relative;
	z-index:1001;
	font-weight: 600;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
	letter-spacing: .5px;
}


.menu-li:hover > a,
.menu-li.active > a{
	color:var(--t-color-1)
}

.menu-sub{
	position: absolute;
	top:0;
	left:-15px;
	min-width: 300px;
	z-index:1000;
	display: none;
}

.sub-menu{
	margin-top:51px;
	background: var(--t-color-6);
	list-style: none;
	display: block;
}

.sub-menu > li {
	width: 100%;
	display: block;
}

.sub-menu > li > a{
	width: 100%;
	display: block;
	padding:15px 15px;
	text-align: left;
	color:#fff;
	font-size:14px;
	font-weight: 400;
}

.sub-menu li:hover > a{
	background: #fff;
	color:var(--t-color-1)!important
}

.sub-menu .menu-sub{
	left:100%;
	right:0;
}

.sub-menu .menu-sub .sub-menu{
	margin-top:0
}

.menu li:hover > .menu-sub{
	display: block
}

.header-search-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 15px
}

.header-search-wrapper form{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.header-search{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.search-input{
	border:none;
	display: inline-block;
	font-size:14px;
	background: transparent;
}

.search-button{
	display: block;
	font-size:20px;
	border:none;
	background: none;
	cursor: pointer;
	color:#657078
}

.header-right{
	width: 147px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-panel-button{
	width: 61px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap:8px 0;
	border: none;
	background: none;
	cursor: pointer;
}

.header-panel-button span{
	width: 100%;
	height: 1px;
	background: var(--t-color-1);
	display: block;
}

.header-panel-button span:last-child{
	width: 50%;
}

.header-langs{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:10px 0;
	align-items: center;
}

.header-lang{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 8px;
	color:#1d1d1d;
	padding:8px 16px 8px  12px;
	border-radius: 4px;
	font-size:12px
}

.header-lang.active{
	background: var(--t-color-1);
	color:#fff
}


/*----------
FOOTER
-----------*/

.all-footer-wrapper{
	position: relative;
	background-color: #fff;
}

.footer-top-wrapper{
	padding:30px 0 30px 0;
	background-color: var(--t-color-6);
}

.footer-top{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.footer-top-logo img{
	max-width: 100%!important;
}

.footer-center-wrapper{
	background-image: url(../../../img/site/positive.png);
	background-repeat: no-repeat;
	background-position: 0 60px;
}

.footer-center{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top:60px
}

.footer-center-left-wrapper{
	flex: auto;
	display: flex;
	justify-content: space-between;
}

.footer-center-div{
	width: 33.33%;
	display: flex;
	flex-direction: column;
}

.footer-center-right-wrapper{
	display: flex;
	padding-left:15px
}

.footer-center-title{
	width: 100%;
	display: block;
	color:var(--t-color-6);
}

.footer-center-items{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top:30px
}

.footer-center-item{
	width: 100%;
	display: block;
	margin-top:15px
}

.footer-center-link{
	display: inline-block;
	color:var(--t-color-6);
}

.footer-center-contacts{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-top:30px
}

.footer-center-contact-item{
	width: 100%;
	display: block;
	margin-top:15px
}

.dir-rtl .footer-center-contact-item{
	display: flex;
	flex-direction: row-reverse;
	text-align: right;
}

.footer-center-contact{
	display: inline-flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	font-size:14px;
	color:var(--t-color-6);
	gap:0 10px
}

.dir-rtl .footer-center-contact{
	flex-direction: row-reverse;
}

.dir-rtl .footer-center-contact-item{
	direction: ltr;
}

.footer-social{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 15px;
}

.footer-social-link{
	display: flex;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--t-color-1);
	color:#fff;
	font-size:24px;
	align-items: center;
	justify-content: center;
}

.footer-social-link:hover{
	background: #fff;
	color:var(--t-color-1)
}

.footer-copyright{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top:60px;
	padding:15px 0;
	border-top:1px solid rgba(0,0,0,.1);
}

.copyright-div{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.copyright{
	font-size:12px;
	color:#aaa;
	font-family: var(--t-color-2);
}

.manos{
	font-size:12px;
	color:#aaa;
	font-family: var(--t-color-2);
}

/*--------------------
	COOKIE BOX
---------------------*/

.cookies-box-wrapper{
	position: fixed;
	bottom:15px;
	left:15px;
	z-index:10000;
	max-width: 260px;
	background:var(--t-color-1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	border-radius: 16px;
}

.cookies-box{
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:30px 0 15px 0
}

.cookies-box-left{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.cookies-desc{
	width: 100%;
	display: inline-block;
	color:#fff;
	font-size:12px;
	line-height: 19px;
}

.cookies-box-buttons{
	width: 100%;
	margin:15px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.cookies-inline-link{
	display: inline-block;
	color:var(--color-5);
	text-decoration: underline!important;
	font-size:12px
}
.cookies-link{
	display: inline-block;
	text-align: center;
	font-size:12px;
	font-weight: 700;
	color:#fff;
	background: var(--t-color-2);
	padding:10px 15px;
	border-radius: 6px;
}

/*---------
PANEL
----------*/

.panel-close {
	position: absolute;
	right: 20px;
	top: 20px;
	background-color: var(--t-color-1);
	color: #fff;
	border-radius: 100px;
	margin-left: 20px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	width: 50px;
	height: 50px;
	padding: 0;
	font-size: 20px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.dir-rtl .panel-close{
	right:auto;
	left:20px
}

.panel {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: auto;
	width: 100%;
	max-width: 360px;
	z-index: 999999;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	padding: 40px 30px;
	display: flex;
	transform: translateX(130%);
	transition: transform 600ms ease, opacity 600ms ease;
	-webkit-transition: transform 600ms ease, opacity 600ms ease;
	-o-transition: transform 600ms ease, opacity 600ms ease;
	background: #fff;
	border-left: 2px solid var(--thm-color);
}

.dir-rtl .panel{
	right: auto;
	left:0;
	transform:translateX(-130%)
}

.panel-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(6 18 39);
	opacity: 0.80;
	cursor: pointer;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	transform: translateX(100%);
	height: 100vh;
	z-index: 9999;
}

.dir-rtl .panel-overlay{
	transform:translateX(-100%)
}

.panel-wrapper.active .panel {
	transform: translateX(0%);
}

.panel-wrapper.active .panel-overlay{
	transform: translateX(0%);
}

.panel-content-inner {
	margin-top: 40px;
}

.panel-title {
	font-weight: 500;
	margin-bottom: 14px;
}

.panel-desc{
	width: 100%;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	color:var(--c-light-font-color)
}

.panel-more{
	display: inline-block;
	font-size:18px;
	color:var(--t-color-2)
}

.dir-rtl .panel-more i{
	transform:rotateY(180deg);
}

.panel-contact-info{
	width: 100%;
	display: block;
	margin-bottom:40px
}

.panel-contact-title{
	font-weight: 500;
	margin-top:30px;	
}

.panel-contact-info ul{
	display: block;
	list-style: none;
	margin-top:10px
}

.panel-contact-info ul li{
	display: flex;
	margin-top:15px;
	align-items: flex-start;
	font-size:16px;
	color:var(--c-light-font-color)
}

.panel-contact-info ul li i {
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: var(--t-color-1);
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
}

.dir-rtl .panel-contact-info ul li i {
	margin-right:0;
	margin-left:10px
}

.panel-socials{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 12px
}

.panel-socials a{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--t-color-2);
	color:#fff;
	font-size:28px
}

.panel-socials a:hover{
	background: var(--t-color-1);
}


/*------
FIXED
-------*/

.ikon-menu{
	position: fixed;
	right:15px;
	bottom:15px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index:9000
}

.go-top{
	background:var(--t-color-6);
	color: #fff;
	width: 48px;
	height: 48px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	-webkit-transition: all 100ms ease 0s;
	transition: all 100ms ease 0s;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	margin-bottom:10px
}

.go-top:hover{
	background: var(--t-color-1);
}

.whatsapp{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.w-box-wrapper{
	max-width: 300px;
	display: none
}

.w-box-wrapper.active{
	display: flex;
}

.w-box{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 20px;
	overflow: hidden
}

.w-box-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding:15px;
	background: var(--t-color-6);
	gap:0 20px
}

.w-box-avatar{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	border:1px solid #fff;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:5px
}

.w-box-avatar img{
	max-width: 100%;
	max-height: 100%;
}

.w-box-person{
	display: flex;
	flex-direction: column;
	flex:1;
	justify-content: center;
	align-items: flex-start;
	color:#fff
}

.w-box-name{
	width: 100%;
	display: block;
	font-size:13px
}

.w-box-title{
	font-size:12px;
	display: block;
	margin-top:2px
}

.w-box-body{
	width: 100%;
	padding:15px 15px;
	background: #f1f1f1;
}

.w-box-text-wrapper{
	padding:15px;
	position: relative
}

.w-box-text{
	background: #fff;
	padding:15px;
	display: block;
	border-radius: 0 15px 15px 15px;
	position: relative;
	font-size:13px;
	line-height: 19px;
}

.w-box-text::before{
	content:"";
	display: inline-block;
	width:0;
	height: 0;
	border:8px solid transparent;
	border-top-color:#fff;
	border-right-color:#fff;
	position: absolute;
	top:0;
	left:-15px
}

.w-box-footer{
	width: 100%;
	padding:0 15px 15px;
	background: #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.w-box-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding:12px 25px;
	color:#fff;
	background: var(--t-color-6);
	border-radius: 30px;
	gap:0 5px
}

.w-box-link i{
	font-size:22px
}

.w-box-link:hover{
	background: var(--t-color-1);
	color:#fff
}

.w-button{
	display: flex;
	align-items: center;
	justify-content: center;
	width:48px;
	height:48px;
	background: var(--t-color-6);
	border-radius:50%;
	text-align: center;
	font-size:36px;
	color:#fff;
	margin-top:8px;
	box-shadow:2px 2px 13px rgba(0,0,0,0.6);
}

/*---------
PAGE
----------*/

.page{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.page-left{
	width: 374px;
	display: flex;
	flex-direction: column;
	margin-top:60px;
	margin-bottom:60px;
	flex-shrink: 0;
}

.page-right{
	display: block;
	width: calc(100% - 374px);
	margin-bottom:60px;
	padding-left:30px;
}

.dir-rtl .page-right{
	padding-left:0;
	padding-right:30px
}

.page-menu-wrapper{
	width: 100%;
	display: flex;
	margin-bottom:30px;
	background: #fff;
	padding:30px;
	border-radius: 30px;
}

.page-menu{
	width: 100%;
	display: block;
	list-style-type: none;
}

.with-menu .page-menu-wrapper{
	display: flex;
}

.page-menu > li {
	width: 100%;
	display: block;
	margin-bottom:6px;
	border-bottom:1px solid rgba(3, 27, 78,.1);
}

.page-menu > li > a{
	width: 100%;
	display: flex;
	padding:16px 0 16px 0;
	font-size:15px;
	letter-spacing: .3px;
	border-radius: 4px;
	color:var(--t-color-6);
	font-weight: 400;
	align-items: center;
	justify-content: space-between;
	gap:0 20px;
	position: relative;
}

.page-menu > li:hover > a,
.page-menu > li.active > a{
	color: var(--t-color-1);
}

.dir-rtl .page-menu li a i{
	transform: rotateY(180deg);
}

.page-menu-item-left{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 10px;
}

.page-menu-item-left img{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: block;
	border:1px solid var(--t-color-1)
}

.page-sub-menu {
	display: none;
}

.page-menu li.active > .page-sub-menu{
	display: block;
}

.page-sub-menu-1{
	padding:15px 0
}

.page-sub-menu li{
	width: 100%;
	display: block;
	padding:10px 0
}

.page-sub-menu li a{
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	font-size:14px;
	color:#161616;
	font-weight: 400;
	gap:0 10px;
	letter-spacing: .5px;
	padding:0 15px
}

.page-sub-menu li a:hover,
.page-sub-menu li.active > a{
	color:var(--t-color-2)
}

.page-sub-menu-2{
	padding:15px 0
}

.page-sub-menu-3{
	padding:15px 0
}

.page-left-banner{
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:30px;
}

.page-left-banner img{
	max-width: 100%!important;
	height: auto!important;
	display: inline-block;
}

.page-select{
	width: 100%;
	margin-top:30px;
	background: rgba(243,173,186,.1);
	padding:0 15px;
	border:1px solid var(--t-color-3)
}

.page-components{
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.with-menu .page-components{
	display: flex;
	width: 100%;
}

.with-menu .page-components .container{
	width: 100%!important;
}

.page-left-contact-wrapper{
	margin-bottom:30px;
}

.page-left-contact{
	width: 100%;
	display: flex;
	flex-direction: column;
	background: var(--t-color-1);
	padding:30px;
	gap:30px 0;
	border-radius: 30px;
}

.page-left-contact-header{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:20px 0;
	align-items: center;
}

.page-left-contact-icon{
	font-size:40px;
	color:#fff
}

.page-left-contact-title{
	color:#fff
}

.page-left-contact-body{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:15px 0;
	align-items: center;
}

.page-left-contact-item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-left-contact-phone{
	color:#fff
}

.page-left-contact-email{
	color:#fff
}

.page-left-contact-footer{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:15px
}

.page-left-contact-button{
	background: var(--t-color-6)!important;
	color:#fff
}

.page-left-contact-button:hover{
	background: var(--t-color-3)!important;
}

/*---------
PAGE CARD
----------*/

.page-card-wrapper{
	width: 100%;
	display: flex;
	margin-bottom: 30px;
	font-size:0
}

.page-card{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.page-card-image{
	width: 100%;
	height: auto;
	display: flex;
	overflow: hidden;
}

.page-card-image img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 30px 30px 0 0;
}

.page-card-content-wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.page-card-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: var(--t-color-6);
	background-image: url(../../../img/site/detail-pattern.png);
	background-repeat:repeat;
	background-position: bottom center;
	padding:45px 38px 70px;
	border-radius: 0 0 30px 30px;
	position: relative;
}

.page-card-header{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:8px 0;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid rgba(255,255,255,.1)
}

.page-card-title{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 8px;
	color:#fff;
}

.page-card-title::before{
	content:"";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: block;
	background: var(--t-color-1);
}

.page-card-name{
	display: block;
	color:#fff;
}

.page-card-info{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:15px 0;
	margin-bottom: 15px;
}

.page-card-info-item{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap:8px 0
}

.page-card-info-item span{
	color:var(--t-color-1)
}

.page-card-info-item a{
	color:#fff;
	display: inline-block;
}

.page-card-social-wrapper{
	background: #f0f7fd;
	display: flex;
	position: absolute;
	right:0;
	bottom:0;
	border-radius: 50% 0 0 0;
	background: #f0f7fd;
}

.page-card-social{
	position: relative;
	display: block;
	padding:15px 0 0 15px;
	background: #f0f7fd;
	border-radius: 50%;
}

.page-items-nav{
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color:var(--t-color-6);
	font-size:30px;
	border-radius: 50%;
	gap:0 8px
}

.page-items-button{
	background: transparent;
	color:var(--t-color-6);
	border:none;
	cursor: pointer;
}

.page-items-button:hover{
	color:var(--t-color-1)
}

.page-card-sticky-bottom-left-corner{
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	bottom:0;
	left:-30px
}

.page-card-sticky-top-right-corner{
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top:-30px;
	right:0
}

.page-card-social-links{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 8px;
	position: absolute;
	bottom:20px;
	left:28px
}

/*---------
PAGE RESUME
----------*/

.page-resume{
	margin-top:60px;
	width: 100%;
	display: block;
}

.page-resume-title{
	width: 100%;
	display: block;
	color:var(--t-color-6)
}

.page-resume-content{
	width: 100%;
	margin-top:30px;
	display: block;
}

.page-items-wrapper{
	width: 100%;
	display: flex;
	overflow: hidden;
	margin-bottom:30px
}

.page-items{
	width: 100%;
	display: block;
}

.page-item-wrapper{
	width: 33.33%;
	display: flex;
	overflow: hidden;
}

.page-item{
	width: 100%;
	display: flex;
	align-items: stretch;
}

.page-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 50%;
	border:2px solid #fff;
}


/*---------
ARTICLE
----------*/

.article{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.article-components{
	display: block;
	width: calc(100% - 360px);
	margin-top:60px;
	margin-bottom:60px;
	padding-right:30px;
}

.dir-rtl .article-components{
	padding-right:0;
	padding-left:30px;
}

.article-image{
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom:30px;
}

.article-image img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 30px;
}

.article-content{
	margin-top:30px;
	width: 100%;
	display: block;
	color:var(--c-light-font-color)
}

.article-widgets{
	width: 360px;
	display: flex;
	flex-direction: column;
	margin-top:60px;
	margin-bottom:60px;
	flex-shrink: 0;
}

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

.recent-posts-wrapper{
	display: flex;
}

.recent-posts{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding:30px;
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
}

.recent-post-header{
	color:var(--t-color-1)
}

.recent-posts-items{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top:30px
}

.recent-post-wrapper{
	width: 100%;
	display: flex;
	margin-bottom:20px
}

.recent-post{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content:flex-start;
	gap:0 15px;
	position: relative;
}

.recent-post-image{
	width: 80px;
	height: 60px;
	display: flex;
	flex-shrink: 0;
	overflow: hidden;
}

.recent-post-image img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

.recent-post-content{
	display: flex;
	flex-direction: column;
}

.recent-post-title{
	display: block;
	width: 100%;
	color:#1d1d1d;
	font-size:15px;
	line-height: 21px;
	font-weight: 500;
}

.recent-post-title::after{
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	inset:0
}

.recent-post:hover .recent-post-title{
	color:var(--t-color-1)
}

/*---------
SEARCH PAGE
----------*/

.arama-results-container{
	margin:30px 0 60px 0
}

.arama-item-wrapper{
	width: 100%;
	display: flex;
	margin-top:30px
}

.arama-item{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding:15px;
	background: #fff;
	border-radius: 8px;
}

.arama-item-header{
	width: 100%;
	display: block
}

.arama-item-title{
	width: 100%;
	display: block;
	color:var(--t-color-1)
}

.arama-item-summary{
	width: 100%;
	display: block;
	margin-top:15px
}

/*---------
GALLERY
----------*/

.gallery-menu-wrapper{
	margin:60px 0
}

.gallery-menu{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.gallery-menu-item{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	margin-right:15px
}

.gallery-menu-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f9f9f9;
	color:var(--t-color-1);
	border-radius: 30px;
	padding:10px 30px;
	border:1px solid var(--t-color-1)
}

.gallery-menu-link:hover,
.gallery-menu-link.active{
	background: var(--t-color-1);
	color:#fff
}

/*---------
PAGE UPDATES
----------*/

.page-updates{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding:30px 0 0 0;
	color:#7e7a7a
}

.page-updates span{
	display: inline-block;
	margin-left:8px
}

/*---------
PAGE BANNER
----------*/

.banner-wrapper{
	background: var(--t-color-1);
	align-items: flex-end;
	position: relative;
}

.banner-container{
	position: relative;
	z-index: 200;
	height: 100%;
}

.banner{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding:30px 0;
}

.banner-avatar{
	width: 100px;
	flex-shrink: 0;
	display: flex;
	position: relative;
	flex-shrink: 0;
}

.banner-avatar img{
	max-width: 100%;
	height: auto;
	display: block;
}

.banner-content{
	display: flex;
	flex:1;
	flex-direction: column;
	justify-content: center;
	padding-left:55px
}

.dir-rtl .banner-content{
	padding-left:0;
	padding-right:55px
}

.banner-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	margin-top:5px;
}

.banner-title{
	width: 100%;
	display: block;
	color:#fff
}


/*---------
ROUTE
----------*/

.route-wrapper{
	padding:15px 0
}

.route{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.route li{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.route li::after{
	content:"/";
	display: inline-block;
	margin:0 10px;
	color:#ffffff
}

.route li:last-child::after{
	display: none;
}

.route li a{
	display: inline-block;
	color:#ffffff
}

/*----------
CV PAGE
-----------*/

.cv{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.cv-left-wrapper{
	width: 460px;
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin:60px 0;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 25%, rgba(239,229,213,0.6530813008797269) 100%); 
	position: sticky;
	top:60px;
}

.cv-left{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.cv-image{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	text-align: center;
}

.cv-image img{
	max-width: 100%;
	height: auto;
	display: block;
	margin:0 auto
}

.cv-right-wrapper{
	display: flex;
	flex:1;
	align-items: flex-start;
	justify-content: flex-start;
	margin:60px 0;
	padding-left:60px
}

.cv-right{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.cv-info{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top:15px;
	padding:15px 30px;
}

.cv-name{
	width: 100%;
	display: block;
}

.cv-summary{
	width: 100%;
	display: block;
	margin-top:30px
}

.cv-info-bottom{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:0 20px;
	margin-top:30px;
	padding-top:15px;
	border-top:1px solid var(--t-color-2)
}

.cv-right-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-bottom:15px;
	border-bottom:1px solid var(--t-color-2)
}

.cv-right-resume{
	width: 100%;
	display: block;
	margin:30px 0;
	color:var(--c-light-font-color)
}

.ekibimiz-wrapper{
	margin:60px 0
}

.ekibimiz-swiper{
	width: 100%;
	display: block;
}

.person-wrapper{
    display: flex;
    width: 25%;
    padding: 0 5px;
    margin-top:30px;
}

.person{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: background 500ms ease-in-out 0s;
    padding:0;
}

.person-image{
    width: 100%;
    height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.person-image::after {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 90%;
	bottom: 0px;
	left: 0;
	z-index: -1;
	border-width: 1px;
	border-style: solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(to right,var(--c-color-1),var(--c-color-2));
}

.person:hover .person-image::after {
    background: var(--c-color-2);
}

.person picture{
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.person-image img{
    max-width: 100%;
    max-height: 100%;
    display: block
}

.person:hover .person-image img{
    -webkit-filter:none;
    filter:none
}

.person-content-wrapper{
    width: 100%;
    display: flex;    
    padding:15px;
}

.person-content{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.person-content-top{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.person-person{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom:15px
}

.person-title{
    width: 100%;
    display: block;
    color:var(--c-color-2);
    letter-spacing: 1px;
}

.person-value{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--c-color-1);
}

.person-summary{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color:var(--c-light-font-color)
}

.person-content-bottom{
    margin-top:15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top:1px solid var(--c-color-2);
    padding-top:15px;
    padding-bottom:15px;
    gap:0 20px
}

.layout-4-social-link{
    display: inline-flex;
    font-size:30px;
    color:var(--c-color-2)
}

/*---------
PAGINATION
----------*/

.pagination{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:50px 0 0 0
}

.pagination-list{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style-type: none;
	gap:0 15px
}

.pagination-list li{
	display: flex;
	align-self: center;
	justify-content: center;
}

.pagination-list li a{
	padding:15px 20px;
	border:1px solid var(--t-color-2);
	border-radius: 4px;
	color:var(--t-color-2)
}

.pagination-list li a:hover,
.pagination-list li a.active{
	border-color:var(--t-color-2);
	background: var(--t-color-2);
	color:#fff
}

/*----------
APPOINTMENT
-----------*/

.app{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding-bottom:30px
}

.app-errors{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.app-error{
	width: 100%;
	display: block;
	padding:5px 15px;
	background: var(--t-color-1);
	color:#fff;
	border-radius: 4px;
	margin-bottom:5px
}

.app-left-wrapper{
	width: 50%;
	display: flex;
	flex-shrink: 0;
	justify-content: flex-end;
	align-items: flex-start;
}

.app-left{
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding-right:60px;
}

.app-left form{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.form-item{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top:45px
}

.form-label{
	width: 100%;
	display: block;
	color:var(--c-light-font-color);
	padding:0 15px;
	font-family: var(--font-2);
	font-size:18px;
	font-weight: 500;
	letter-spacing: 1px;
}

.form-input{
	width: 100%;
	height: 52px;
	padding:0 15px;
	background: transparent;
	border:1px solid var(--c-light-font-color);
	margin-top:15px;
	color:var(--c-light-font-color);
	border-radius: 6px;
	font-size:16px
}

.form-textarea{
	width: 100%;
	height: 104px;
	padding:15px;
	background: transparent;
	border:1px solid var(--c-light-font-color);
	margin-top:15px;
	color:var(--c-light-font-color);
	border-radius: 6px;
	font-size:16px
}

.form-buttons{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}

.form-button{
	padding:15px 30px;
	border:none;
	background: var(--t-color-1);
	color:#fff;
	border-radius: 8px;
	cursor: pointer;
	opacity: .9;
}

.form-button:hover{
	opacity: 1;
}

.app-widget{
	width: 50%;
	min-height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	flex-shrink: 0;
	padding:60px 0;
}

.randevu-area{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end
}


/*---------
ITEMS 1
----------*/

.items-1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	margin:30px 0 60px 0
}

.items-1-container{
	padding:0
}

.item-1-wrapper{
    width: 33.33%;
    display: flex;
	overflow: hidden;
	position: relative;
	font-size:0;
	padding:0 15px;
	margin-top:30px;
}

.item-1{
	width: 100%;
	display: flex;
	position: relative;
	padding:20px 20px 45px 20px;
}

.item-1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #fff;
	clip-path: polygon(5.592% .486%,5.592% .486%,5.013% .617%,4.455% .784%,3.921% .988%,3.415% 1.225%,2.939% 1.495%,2.495% 1.795%,2.086% 2.124%,1.715% 2.48%,1.384% 2.863%,1.096% 3.269%,.548% 4.107%,.548% 96.637%,1.096% 97.476%,1.096% 97.476%,1.313% 97.786%,1.556% 98.084%,1.822% 98.368%,2.112% 98.638%,2.423% 98.892%,2.756% 99.13%,3.109% 99.352%,3.48% 99.555%,3.87% 99.74%,4.276% 99.906%,5.373% 100.325%,40.789% 100.375%,40.789% 100.375%,47.309% 100.383%,53.25% 100.386%,58.596% 100.384%,63.329% 100.378%,67.431% 100.367%,70.886% 100.353%,73.675% 100.334%,75.78% 100.312%,77.186% 100.287%,77.873% 100.258%,77.873% 100.258%,78.776% 100.146%,79.619% 100%,80.403% 99.819%,81.129% 99.604%,81.798% 99.353%,82.412% 99.066%,82.972% 98.742%,83.48% 98.38%,83.936% 97.981%,84.342% 97.543%,84.342% 97.543%,84.434% 97.414%,84.548% 97.235%,84.681% 97.01%,84.831% 96.747%,84.992% 96.451%,85.162% 96.128%,85.336% 95.785%,85.513% 95.427%,85.687% 95.061%,85.855% 94.693%,85.855% 94.693%,86.388% 93.549%,86.871% 92.612%,87.349% 91.851%,87.863% 91.235%,88.459% 90.733%,89.181% 90.314%,90.07% 89.948%,91.172% 89.605%,92.531% 89.252%,94.189% 88.859%,94.189% 88.859%,95.184% 88.611%,96.061% 88.356%,96.829% 88.085%,97.498% 87.794%,98.081% 87.474%,98.588% 87.12%,99.028% 86.725%,99.415% 86.281%,99.757% 85.782%,100.066% 85.222%,100.548% 84.233%,100.548% 4.107%,100% 3.269%,100% 3.269%,99.783% 2.958%,99.541% 2.66%,99.274% 2.376%,98.985% 2.107%,98.673% 1.852%,98.341% 1.614%,97.988% 1.393%,97.616% 1.189%,97.227% 1.004%,96.82% .838%,95.724% .419%,50.987% .386%,50.987% .386%,43.747% .387%,36.853% .39%,30.401% .395%,24.486% .402%,19.202% .411%,14.646% .422%,10.911% .435%,8.094% .45%,6.289% .467%,5.592% .486%);
}

.dir-rtl .item-1::before {
	transform: rotateY(180deg);
}

.item-1-box{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.item-1-image{
	width: 100%;
	height: 275px;
	display: flex;
	overflow: hidden;
	position: relative;
	margin-bottom:25px;
}

.item-1-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 30px;
}

.item-1-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	z-index: 2;
	background: var(--c-color-1);
	opacity: 0;
	border-radius: 30px;
	transition: all .25s ease 0s;
}

.item-1-box-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex:1;
	padding:0 10px;
	justify-content: flex-start;
}

.item-1-box-header{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex:1
}

.item-1-box-category{
	display: block;
	font-size:12px;
	color:var(--c-color-1);
	text-transform: uppercase;
}

.item-1-title{
	width: 100%;
	display: block;
	color:var(--c-color-6);
	margin-top:8px
}

.item-1-title::before{
	content:"";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	inset: 0;
	z-index: 5
}

.item-1-summary{
	width: 100%;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	border-top:1px solid #e7e8e7;
	padding:20px 20px 0 0;
	margin-top:30px;
	color:var(--c-light-font-color);
}

.layout-8-box-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	color: var(--c-color-1);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:18px
}

.dir-rtl .layout-8-box-icon{
	right:auto;
	left:0;
}

.layout-8-box-icon i{
	transition: all .25s ease 0s;
}

.item-1:hover .layout-8-box-icon{
	background: var(--c-color-1);
	color:#fff;
}

.item-1:hover .layout-8-box-icon i{
	transform:rotate(-45deg)
}

.dir-rtl .item-1:hover .layout-8-box-icon i{
	transform:rotate(45deg);
}


.item-1:hover .item-1-overlay{
	opacity: .5;
}

/*----------
ITEMS 2
-----------*/

.items-2-wrapper{
	padding:30px 0 60px 0
}

.items-2-container{
	padding:0
}

.items-2{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.item-2-wrapper{
    width: 50%;
    display: flex;
    padding:0 15px;
    margin-top:30px;
    font-size:0
}

.item-2{
    width: 100%;
    display: flex;
    padding:0;
    position: relative;
}

.item-2-box{
    width: 100%;
    display: flex;
}

.item-2-image-wrapper{
    width: 300px;
    height: 300px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 30px 0 0 30px;
    background: #fff;
}

.dir-rtl .item-2-image-wrapper{
	border-radius: 0 30px 30px 0;
}

.item-2-image{
    width: 100%;
    height: 100%;
    display: block;
    overflow:hidden;
    border-radius: 30px;
    position: relative;
}

.item-2-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .4s ease 0s;
    transform-origin: center;
    border-radius: 30px;
}

.item-2-overlay{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c-color-1);
    color:#fff;
    font-size:50px;
    position: absolute;
    inset:0;
    transform:scale(.1);
    opacity: 0;
    visibility: hidden;
    transition:all .4s ease 0s;
    touch-action: manipulation;
}

.item-2:hover .item-2-overlay{
    opacity: .5;
    visibility: visible;
    transform:scale(1)
}

.item-2:hover .item-2-image img{
    transform: scale(1.1);
}

.item-2-content-wrapper{
    display: flex;
    position: relative;
    padding:30px;
	flex:1
}

.item-2-content-wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
    clip-path: polygon(0 0,92.788% 0,92.788% 0,93.958% .111%,95.067% .432%,96.101% .947%,97.046% 1.636%,97.887% 2.483%,98.608% 3.471%,99.195% 4.581%,99.632% 5.797%,99.906% 7.101%,100% 8.475%,100% 69.209%,100% 69.209%,99.712% 72.951%,98.915% 75.734%,97.709% 77.731%,96.191% 79.118%,94.463% 80.067%,92.622% 80.755%,90.769% 81.354%,89.003% 82.039%,87.422% 82.985%,86.127% 84.364%,86.127% 84.364%,85.148% 86.19%,84.436% 88.183%,83.86% 90.259%,83.285% 92.334%,82.577% 94.323%,81.602% 96.14%,80.226% 97.702%,78.316% 98.922%,75.737% 99.716%,72.356% 100%,0 100%);
}

.dir-rtl .item-2-content-wrapper::before{
	transform:rotateY(180deg);
}

.item-2-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex:1;
}

.item-2-top{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #e8e8e8;
    gap:10px 0
}

.item-2-sub-title{
    width: 100%;
    display: block;
    font-size:12px;
    color:#e8e8e8;
    font-weight: 600;
}

.item-2-title{
    width: 100%;
    display: flex;
    color:var(--c-color-6);
}

.item-2-title::before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    inset:0;
    z-index: 500
}

.item-2-summary{
    width: 100%;
    display: -webkit-box;
    margin-top:5px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	line-clamp: 3;
    color:var(--c-light-font-color);
    padding-right:15px
}

.item-2-box-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	color: var(--c-color-1);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:18px
}

.dir-rtl .item-2-box-icon{
	right:auto;
	left:0
}

.item-2-box-icon i{
	transition: all .25s ease 0s;
}

.dir-rtl .item-2-box-icon i{
	transform:rotateY(180deg)
}

.item-2:hover .item-2-box-icon{
	background: var(--c-color-1);
	color:#fff;
}

.item-2:hover .item-2-box-icon i{
	transform:rotate(-45deg)
}

.dir-rtl .item-2:hover .item-2-box-icon i{
	transform:rotate(-135deg)
}

/*----------
ITEMS 3
-----------*/

.items-3-wrapper{
	padding:30px 0 60px 0
}

.items-3-container{
	padding:0
}

.items-3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.items-3{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
	overflow: hidden;
}

.item-3-wrapper{
    width: 25%;
    display: flex;
	overflow: hidden;
	position: relative;
	font-size:0;
	padding:0 15px;
	margin-top:30px;
	margin-bottom:30px
}

.item-3{
	width: 100%;
	display: flex;
	position: relative;
}

.item-3-box{
	width: 100%;
	display: flex;
	flex-direction: column;
}

.item-3-image-wrapper{
	width: 100%;
	height: 405px;
	display: flex;
	position: relative;
}

.item-3-image{
	width: 100%;
	height: 405px;
	display: flex;
	overflow: hidden;
	position: relative;
	margin-bottom:25px;
	clip-path: polygon(6.232% .432%,6.232% .432%,5.354% .704%,4.526% 1.042%,3.753% 1.442%,3.04% 1.9%,2.393% 2.412%,1.816% 2.972%,1.313% 3.577%,.891% 4.222%,.554% 4.903%,.307% 5.616%,.307% 5.616%,.239% 6.246%,.181% 7.641%,.134% 9.838%,.097% 12.874%,.069% 16.786%,.051% 21.61%,.041% 27.382%,.04% 34.141%,.047% 41.922%,.061% 50.762%,.153% 94.684%,.798% 95.788%,.798% 95.788%,1.084% 96.238%,1.407% 96.669%,1.767% 97.08%,2.16% 97.47%,2.587% 97.837%,3.045% 98.181%,3.533% 98.499%,4.048% 98.792%,4.59% 99.056%,5.157% 99.292%,6.907% 99.964%,36.839% 100.036%,36.839% 100.036%,42.57% 100.047%,47.735% 100.051%,52.337% 100.047%,56.376% 100.038%,59.856% 100.021%,62.778% 99.998%,65.143% 99.969%,66.954% 99.933%,68.212% 99.891%,68.92% 99.844%,68.92% 99.844%,69.701% 99.73%,70.49% 99.578%,71.275% 99.393%,72.046% 99.177%,72.792% 98.935%,73.502% 98.671%,74.165% 98.388%,74.771% 98.091%,75.308% 97.783%,75.766% 97.468%,75.766% 97.468%,76.191% 97.116%,76.585% 96.745%,76.954% 96.346%,77.304% 95.911%,77.642% 95.431%,77.974% 94.897%,78.305% 94.299%,78.642% 93.631%,78.991% 92.882%,79.358% 92.044%,79.358% 92.044%,80.059% 90.471%,80.718% 89.157%,81.376% 88.068%,82.075% 87.173%,82.857% 86.436%,83.765% 85.826%,84.84% 85.308%,86.124% 84.85%,87.66% 84.418%,89.489% 83.979%,89.489% 83.979%,91.465% 83.502%,93.172% 83.009%,94.632% 82.485%,95.867% 81.916%,96.899% 81.285%,97.749% 80.579%,98.439% 79.78%,98.992% 78.875%,99.429% 77.848%,99.773% 76.683%,99.773% 76.683%,99.841% 76.095%,99.899% 74.924%,99.946% 73.137%,99.983% 70.696%,100.011% 67.566%,100.029% 63.71%,100.039% 59.094%,100.04% 53.681%,100.033% 47.436%,100.018% 40.322%,99.926% 5.4%,99.282% 4.296%,99.282% 4.296%,98.996% 3.846%,98.673% 3.415%,98.313% 3.004%,97.919% 2.614%,97.493% 2.247%,97.035% 1.903%,96.547% 1.585%,96.032% 1.292%,95.489% 1.028%,94.922% .792%,93.172% .12%,50.5% .072%,50.5% .072%,39.499% .059%,30.551% .052%,23.433% .051%,17.925% .06%,13.803% .081%,10.847% .115%,8.833% .165%,7.541% .233%,6.748% .321%,6.232% .432%);
}

.item-3-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 30px;
}

.item-3-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	z-index: 2;
	background: var(--c-color-1);
	opacity: 0;
	border-radius: 30px;
	transition: all .25s ease 0s;
}

.item-3-box-content{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex:1;
	padding:30px 10px 0 10px;
	justify-content: flex-start;
}

.item-3-box-header{
	width: 100%;
	display: flex;
	flex-direction: column;
	flex:1
}

.item-3-box-category{
	display: block;
	color:var(--c-color-1);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.item-3-title{
	width: 100%;
	display: block;
	color:var(--c-color-6);
	margin-top:8px
}

.item-3-title::before{
	content:"";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	inset: 0;
	z-index: 5
}

.item-3-summary{
	width: 100%;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	border-top:1px solid #e7e8e7;
	padding:20px 20px 0 0;
	margin-top:30px;
	color:var(--c-light-font-color);
}

.layout-10-box-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	color: var(--c-color-1);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:18px
}

.layout-10-box-icon i{
	transition: all .25s ease 0s;
}

.item-3:hover .layout-10-box-icon{
	background: var(--c-color-1);
	color:#fff;
}

.item-3:hover .layout-10-box-icon i{
	transform:rotate(-45deg)
}

.item-3:hover .item-3-overlay{
	opacity: .5;
}

/*----------
PROJECTS
-----------*/

.projects-wrapper{
	padding:60px 0
}

.projects-container{
	flex-wrap: wrap;
}

.projects-categories{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.project-category{
	display: block;
	margin-right:30px
}

.project-category-link{
	display: inline-flex;
	padding:14px 25px;
	border-radius: 25px;
	color:var(--t-color-1);
	background: var(--t-color-5);
	font-size:16px;
}

.project-category-link:hover,
.project-category-link.active{
	background: var(--t-color-2);
	color:#fff
}

/*-----------
PATIENT COMMENTS
------------*/

.p-comments-list-wrapper{
	margin-top:60px
}

.p-comments-container{
	padding:0
}

.p-comments{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
	margin-bottom:30px
}

.p-comment-wrapper{
    width: 50%;
    display: flex;
	overflow: hidden;
	position: relative;
	padding:0 15px;
	font-size:0;
	margin-bottom:30px;
}

.p-comment{
	width: 100%;
	display: flex;
}

.p-comment-box{
    width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	border:1px solid transparent;
	transition: all .2s;
	align-items: center;
	position: relative;
	background: #fff;
	border-radius: 16px;
}

.p-comment:hover .p-comment-image img{
	transform: scale(1.05);
}

.p-comment-top{
	width: 100%;
	display: flex;
	flex:1;
	padding:30px;
}

.p-comment-summary{
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	line-clamp: 10;
	color:var(--c-light-font-color)
}

.p-comment-bottom{
	width: 100%;
	display: flex;
	padding:15px 30px;
	border-top:1px solid rgba(0,0,0,.1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:0 20px;
}

.p-comment-title{
    display: block;
	color:var(--c-color-1);
	font-weight: 600;
	text-align: left;
	transition: color .2s ease 0s;
}

.p-comment-stars{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.p-comment-stars i{
	font-size:16px;
	color:var(--t-color-2)
}


/*----------
SUGGESTIONS
-----------*/

.suggestions-wrapper{
	margin:90px 0
}

.suggestions-header-wrapper{
	margin-bottom:30px;
}

.suggestions-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.suggestions-title{
	color: var(--t-color-1);
	font-family: var(--font-2);
}

.suggestions-nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap:0 2px
}

.suggestion-button{
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--t-color-1);
	color:#fff;
	font-size:18px;
	border:none;
	cursor: pointer;
}

.suggestions-items-container{
	align-items: stretch;
	overflow: hidden;
}

.suggests{
	width: 100%;
	display: flex;
	overflow: hidden;
}

.suggestions-items{
	width: 100%;
	display: block;
	position: relative;
}

.suggestions-wrapper .item-1-wrapper{
	padding:0
}

/*----------
R BOX
-----------*/

.r-box-wrapper{
	margin:30px 0;
	position: sticky;
	top:0;
	z-index:9000
}

.r-box{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f9f9f9
}

.r-box-item-wrapper{
	flex:auto;
	padding:15px;
	border-right:1px solid #f1f1f1
}

.r-box-item-wrapper:last-child{
	border-right: none
}

.r-box-item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.r-box-left{
	width: 48px;
	height:48px;
	overflow: hidden;
}

.r-box-icon{
	font-size:30px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.r-box-image{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.r-box-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.r-box-content{
	padding-left:15px
}

.r-box-title{
	width: 100%;
	display: block;
	font-size:14px;
	font-weight: 600;
}

.r-box-sub-title{
	width: 100%;
	display: block;
	font-size:12px;
	margin-top:5px;
	color:#7e7a7a
}

.r-box-button{
	width: 100%;
	background: #339933;
	color:#fff;
	padding:15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size:12px;
	border-radius: 4px;
	font-weight: 500;
	letter-spacing: 1px;
	white-space: nowrap;
}

.r-box-button:hover{
	background: #52ab52
}

/*----------
LEGAL TEXTS
-----------*/

.metin-content{
	padding:60px 0;
	width: 100%;
	font-size:16px;
	line-height: 28px;
	color:var(--light-font-color)
}

/*----------
MOBILE NAV
-----------*/
.mobile-header-wrapper{
	justify-content: space-between;
	position: relative;
	z-index:2000;
	padding:15px 15px;
	align-items: center;
	display: none;
	background: var(--t-color-6);
}


.mobile-header-right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.mobile-randevu-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap:0 10px;
	background: var(--color-3);
	color:var(--light-font-color);
	font-size:10px;
	font-weight: 500;
	letter-spacing: 1px;
	padding:10px 10px
}

.mobile-randevu-link:hover{
	background: var(--t-color-1);
	color:#fff
}

.rMenu{
	width:100%;
	height:100vh;
	background:#f0f7fd;
	position:fixed;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index:999999;
	left:auto;
	right:-150%;
	top:0;
	overflow:hidden;
	overflow-y: auto;
	scrollbar-width: none;
	padding:0 0;
	transition:all 300ms ease 0s
}

.rMenu.active{
	right:0;
}

.rMenu::-webkit-scrollbar {
    width: 0px;
	background: transparent;
	display: none;
}

.r-menu-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:15px;
	background: var(--t-color-6);
}

.r-logo{
	display: inline-flex;
}

.r-menu-body{
	width:100%;
	height:auto;
	position:relative;
	padding:30px 15px;
	display: flex;
	flex:1;
	flex-wrap: wrap;
	align-items: flex-start
}

.rMenu ul{
	padding:0;
	margin:0;
	list-style-type:none;
	width:100%;
	height:auto;
	display:inline-block;
	position:relative;
}

.rMenu ul li {
	display:flex;
	align-items: center;
	flex-wrap:wrap;
	justify-content: space-between;
	width:100%;
	height:auto;
	text-align:left;
	color:var(--t-color-6);
	border-bottom:1px solid rgba(0,0,0,.1);
}

.rMenu ul li a{
	flex:1;
	display:flex;
	align-items:center;
	padding: 16px 0;
	text-align:left;
	font-size:16px;
	color:var(--t-color-6);
}

.rMenu ul li:hover > a,.rMenu ul li.active > a{
	color:var(--t-color-2);
}

.rMenu ul li i:hover{
	color:var(--t-color-2)
}

.rMenu ul li ul{
	padding:0 0 0 5px;
	margin:0;
	list-style-type:none;
	width:100%;
	height:auto;
	display:none;
	position:relative;
	border-top:1px solid rgba(250,211,189,.45);
}

.rMenu ul li ul.active{
	display: block;
}

.rMenu ul li ul li {
	display:flex;
	width:100%;
	height:auto;
	text-align:center;
	border:none
}

.rMenu ul li ul li a{
	padding: 10px 5px 10px 0;
	text-align:left;
	font-size:14px;
	font-weight: 300;
	color:var(--t-color-6);
	text-decoration:none!important;
	border:none
}

.rMenu ul li ul li:hover > a,.rMenu ul li ul li.active > a{
	color:var(--t-color-2);
}

.r-menu-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f1f1f1;
}

.r-foot-link{
	flex:1;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	color:#fff;
	padding:15px
}

.r-foot-link i{
	font-size:30px
}

.r-foot-link:hover{
	background: #339933;
}

.r-foot-text{
	width:100%;
	text-align: center;
	margin:5px 0;
	font-size:12px
}

.r-phone{
	background: var(--t-color-2);
}

.r-whatsapp{
	background: #000
}

.fixed-wrapper{
	position: fixed;
	display: flex;
	right:30px;
	bottom:14px;
	z-index:3000;
	justify-content: flex-end
}

.fixed{
	display: inline-flex;
	align-items: stretch;
	justify-content: center;
	background: #f8f8f8;
	border:1px solid #ddd;
	border-radius: 8px;
	padding:6px;
	gap:0 2px
}

.fixed-item{
	display: flex;
}

.fixed-link{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding:10px 10px;
	color:#1d1d1d;
	font-size:12px;
	min-height: 100%;
	gap:5px 0;
	font-weight: 300;
	border-radius: 8px;
}

.fixed-link:hover{
	background: var(--t-color-1);
	color:#fff
}

.fixed-link i{
	font-size:18px;
}

.fixed-phone{
	background: var(--t-color-1);
	color:#fff;
}

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

.toggle {
	display:block;
	padding: 0;
	margin-left:15px;
	font-size: 18px;
	position: relative;
	z-index: 3000;
}

.toggle span {
	display: block;
	width: 26px;
	height: 2px;
	background: #fff;
	margin: 8px 0;
	position: relative;
	top: 0;
	transition: top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
}

.toggle.active span:nth-child(1){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(45deg);
	top:8px;
}

.toggle.active span:nth-child(2){
	transition: opacity 0s .15s linear,background .3s 0s linear;
	opacity:0
}

.toggle.active span:nth-child(3){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(-45deg);
	top:-12px
}

#closeMenu {
	font-size:30px;
	display: inline-block;
	color:#fff;
	cursor:pointer;
	z-index:5000
}

.close-menu span {
	display: block;
	width: 26px;
	height: 2px;
	background: #fff;
	margin: 8px 0;
	position: relative;
	top: 0;
	transition: top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
}

.close-menu span:nth-child(1){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(45deg);
	top:8px;
}

.close-menu span:nth-child(2){
	transition: opacity 0s .15s linear,background .3s 0s linear;
	opacity:0
}

.close-menu span:nth-child(3){
	transition:top .15s 0s linear,background .3s 0s linear,transform .15s .15s linear,-webkit-transform .15s .15s linear;
	transform: rotate(-45deg);
	top:-12px
}

/*-------------
	COMMON
--------------*/

.dir-ltr{
	direction:ltr
}

.dir-rtl{
	direction: rtl;
}

.f-title-16{
	font-size:16px;
	line-height: 28px;
}

.f-title-18{
	font-size:18px;
	line-height: 1.5;
}

.f-title-20{
	font-size:20px;
	line-height: 1.5;
}

.f-title-24{
	font-size:24px;
	line-height: 1.5;
}

.f-title-26{
	font-size:26px;
	line-height: 1.5;
}

.f-title-30{
	font-size:30px;
	line-height: 1.5
}

.f-title-36{
	font-size:36px;
	line-height: 1.5
}

.f-title-40{
	font-size:40px;
	line-height: 1.3
}

.f-title-53{
	font-size:53px;
	line-height: 1.5;
	letter-spacing: 1px;
}

.f-title-57{
	font-size:57px;
	line-height: 72px;
	font-weight: 700;
}

.with-menu .f-title-40{
	font-size:30px
}

.f-content-14{
	font-size:14px;
	line-height: 21px;
	font-family: var(--font-2);
}

.f-content-16{
	font-size:16px;
	line-height: 28px;
	font-family: var(--font-2);
}

.f-content-18{
	font-size:18px;
	line-height: 1.85;
	font-family: var(--font-2);
}

.f-content-20{
	font-size:20px;
	line-height: 1.85;
	font-family: var(--font-2);
}


.f-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--t-color-2);
    color:#fff;
	letter-spacing: 1px;
	padding:0 30px;
	height: 52px;
	font-size:14px;
	gap:0 10px;
	border-radius: 4px;
	white-space: nowrap;
}

.f-link-2{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	height: 52px;
	border-radius: 30px;
	white-space: nowrap;
	padding:0 2px 0 32px;
	color:#fff;
	font-size:14px;
	background: var(--t-color-1);
}

.dir-rtl .f-link-2{
	padding:0 32px 0 2px
}

.f-link-2 i {
	margin-left: 23px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	color: var(--t-color-1);
	font-size: 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.dir-rtl .f-link-2 i{
	margin-left:0;
	margin-right:23px;
}

.f-link-2-dark{
	background: var(--t-color-6);
	color:#fff
}

.f-link-3{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--t-color-2);
	letter-spacing: 1px;
	padding:0 30px;
	height: 52px;
	font-size:14px;
	gap:0 10px;
	border-radius: 4px;
	white-space: nowrap;
}

.f-link:hover{
    background: var(--t-color-1);
}

.f-link-2:hover{
    background: var(--t-color-1);
    color:#fff
}

.f-link-2:hover i{
    background: var(--t-color-6);
    color:#fff
}

.f-link-2-dark:hover{
	background: #fff;
	color:var(--t-color-1)
}

.sub-title{
	display: inline-block;
	padding:3px 23px 3px 23px;
	border-radius: 30px;
	font-size:14px;
	background: #fff;
	color:var(--t-color-1);
	letter-spacing: .6px;
	font-weight: 500;
	line-height: 24px;
}

.dir-rtl .c-title::before{
	left:auto;
	right:0
}

.w-900{
	font-weight: 900;
}

.w-800{
	font-weight: 800;
}

.w-700{
	font-weight: 700;
}

.w-600{
	font-weight: 600;
}

.w-500{
	font-weight: 500;
}

.w-400{
	font-weight: 400;
}

.w-300{
	font-weight: 300;
}

.w-200{
	font-weight: 200;
}

.w-100{
	font-weight: 100;
}

.show-1700{
	display: none;
}

@media (max-width:1900px) {	

	.cookies-box{
		padding:15px;
	}

	.sub-wrapper{
		padding:0
	}

	.header-wrapper{
		padding:0
	}

	.logo-link img{
		max-width: 200px;
	}

}

@media (max-width:1880px) {

	.header-container{
		padding:0 15px
	}

	.header-right{
		width: auto;
	}


}

@media (max-width:1825px) {

	.header-center{
		width: auto;
		flex:1;
	}

	.header-right{
		padding:0 15px
	}

	.header-center-appointment-button{
		padding:20px 30px;
		font-size:12px
	}
}

@media (max-width:1700px) {

	.hidden-1700{
		display: none!important;
	}

	.show-1700{
		display: flex;
	}
	
	.header-center-menu{
		padding:30px 15px
	}

	.header-center-top-title{
		font-size:12px
	}

	.header-center-top-value{
		font-size:13px;
		font-weight: 400;
	}

	.menu{
		gap:0 30px
	}

	.menu li a{
		font-size:14px;
		font-weight: 500;
	}

}

@media (max-width:1470px) {

	.container{
		width:100%
	}

	.logo-link img{
		max-width: 150px;
	}

	.header-center-appointment-button{
		padding:12px 15px;
	}

	.header-center-appointment-button i{
		font-size:11px;
	}
	
	.app-left{
		max-width: 100%;
		width: 100%;
	}

}

@media (max-width:1368px) {

	.logo-link img{
		max-width: 125px;
	}

	.cookies-box-buttons{
		width: 100%;
		margin-top:15px
	}

	.f-title-57{
		font-size:40px;
		line-height: 54px;
	}

	.sub-container,.header-container{
		padding:0 15px
	}

	.header-center-top-item-wrapper{
		padding:0
	}

}

@media (max-width:1359px) {

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

	.select-trigger{
		display: block;
	}

	.hidden-1359{
		display: none!important;
	}

	.all-header-wrapper{
		display: none;
	}

	.mobile-header-wrapper{
		display: flex;
	}

	.page-menu-wrapper{
		width: 100%;
		padding-right:0;
		display: none;
	}

	.page-left{
		position: relative;
		top:0
	}

	.f-title-16{
		font-size:14px
	}

	.f-title-30{
		font-size:20px;
	}

	.f-title-36{
		font-size:30px
	}

	.f-title-40{
		font-size:30px;
	}
	
	.f-title-53{
		font-size:30px;
	}
	
	.f-content-16{
		font-size:14px
	}

	.f-content-18{
		font-size:14px
	}

	.f-content-20{
		font-size:16px
	}

	.f-link-sm{
		font-size: 12px;
		padding:8px 14px
	}

	.f-link-md{
		font-size: 14px;
		padding:12px 20px
	}

	.with-menu .page-components{
		width: 100%;
		flex:auto
	}

}

@media (max-width:1280px){


	.banner-wrapper{
		height: auto;
	}

	.gallery-menu-wrapper{
		margin:30px 0
	}

	.footer-center-left-wrapper{
		display: none;
	}

	.item-2-image-wrapper{
		width: 200px;
	}

}

@media (max-width:1024px){

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

	.item-2-wrapper{
		width: 50%;
	}

	.item-3-wrapper{
		width: 33.33%;
	}

	.page-right .item-1-wrapper{
		width: 50%;
	}

	.banner-wrapper{
		min-height: auto;
	}

	.f-title-20{
		font-size:16px;
		line-height: 26px
	}

	.f-title-24{
		font-size:18px;
		line-height: 28px;
	}

	.f-title-36{
		font-size:20px
	}

	.f-title-57 {
		font-size: 30px;
		line-height: 44px;
	}
	
	.f-link-md{
		font-size: 12px;
		padding:10px 20px
	}

	.footer-top{
		flex-direction: column;
		align-items: center;
	}

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

	.ikon-menu{
		display: none;
	}

	.page-left{
		width: 100%;
		order:2
	}

	.page-right{
		width: 100%;
		order:0;
		padding:0
	}

	.dir-rtl .page-right{
		padding:0
	}

	.page-left-banner img{
		max-width: 100%;
		width: 100%!important;
		height: auto!important;
	}

	.article{
		flex-direction: column;
	}

	.article-components{
		width: 100%;
		padding:0
	}

	.dir-rtl .article-components{
		padding-left:0
	}

	.article-widgets{
		width: 100%;
		margin-top:0
	}

	.item-2-wrapper{
		width: 100%;
	}

}

@media (max-width:768px){

	.mobile-sub-whatsapp{
		display: none;
	}

	.f-title-40{
		font-size:20px;
	}

	.f-title-53{
		font-size:20px;
	}

	.f-link-2{
		height: 42px;
		padding:0 2px 0 16px
	}

	.f-link-2 i{
		width: 38px;
		height: 38px;
	}

	.hidden-768{
		display: none;
	}

	.item-1-wrapper{
		width: 50%;
	}

	.item-3-wrapper{
		width: 50%;
	}

	.p-comment-wrapper{
		width: 100%;
		padding:0
	}

	.app{
		flex-direction: column;
	}

	.app-left-wrapper{
		width: 100%;
	}

	.app-left{
		padding-right:0
	}

	.app-widget{
		width: 100%;
	}

	.fixed-wrapper{
		width: 100%;
		right:0;
		bottom:0;
	}

	.fixed{
		width: 100%;
		justify-content: space-evenly;
		border-radius: 0;
	}

}

@media (max-width:600px){ 

	.item-2-wrapper{
		width: 100%;
	}

	.item-3-wrapper{
		width: 100%;
	}

	.item-3-image-wrapper{
		height: auto;
	}

	.item-3-image{
		height: auto;
	}

	.footer-top-items{
		flex-direction: column;
		gap:30px 0
	}

	.footer-top-item{
		width: 100%;
	}

	.footer-top-item-link{
		width: 100%;
	}

	.footer-center{
		flex-direction: column;
		margin-top:0
	}

	.footer-center-left-wrapper{
		width: 100%;
	}

	.footer-center-right-wrapper{
		width: 100%;
		padding-left:0;
		margin-top:60px
	}

	.item-1-image{
		height: auto;
	}

	.banner-avatar{
		display: none;
	}

	.banner-content{
		padding-left:0;
		width: 100%;
	}

	.dir-rtl .banner-content{
		padding-right:0
	}

	.item-2-box{
		flex-direction: column;
	}

	.item-2-image-wrapper{
		width: 100%;
		height: auto;
		border-radius: 30px 30px 0 0;
	}

	.item-2-content-wrapper::before{
		clip-path: none;
		border-radius: 0 0 30px 30px;
	}
	
}

@media (max-width:480px){ 

	.mobile-logo-link img,.r-logo img{
		max-width: 200px;
	}

    .f-title{
		font-size:18px;
		line-height: 28px;
	}

	.f-link-2{
		height: 32px;
		padding:0 2px 0 16px
	}

	.f-link-2 i{
		width: 28px;
		height: 28px;
	}

	.item-1-wrapper{
		width: 100%;
	}

	.page-right .item-1-wrapper{
		width: 100%;
	}
	
	.page-right .item-1-image{
		height: auto;
	}
    
}

@media (max-width:360px) {

	.item-3-wrapper{
		width:100%;
	}

	.footer-top-items{
		display: none;
	}

	.fixed-item{
		flex:auto;
		justify-content: center;
	}

	.fixed-link{
		width: 100%;
	}

	.fixed-item span{
		display: none;
	}

}