/*----------  HELPER START---------- */

:root {
	--side-panel: 100%;
	/* todo: 300px idi */
	--header-height: 101px;
}

.hover-effect {
	-webkit-transition: transform 0.25s ease, box-shadow 0.3s ease;
	-o-transition: transform 0.25s ease, box-shadow 0.3s ease;
	transition: transform 0.25s ease, box-shadow 0.3s ease;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	box-shadow: none;
	border: 0;
	-moz-transition: transform 0.25s ease, box-shadow 0.3s ease;
	-ms-transition: transform 0.25s ease, box-shadow 0.3s ease;
}

.hover-effect:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-transform: translateY(-2px);
}

.whatsapp {
	position: absolute;
	left: 0;
	top: 8px;
	background-color: #25d366;
	color: #fff !important;
	padding: 8px 15px;
	font-weight: 600;
	font-size: 16px;
	z-index: 9999;
	width: 268px;
	text-align: center;
	border-radius: 4px;
}

.whatsapp2 {
	background-color: #25d366;
	color: #fff !important;
	padding: 8px 15px;
	font-weight: 600;
	font-size: 16px;
	z-index: 9999;
	width: 268px;
	text-align: center;
}

/*----------  HELPER END ---------- */

/*----------  GENEL START  ---------- */

.select-wrapper,
.select-wrapper2,
.select-wrapper3,
.select-wrapper4 {
	position: relative;
}

#hekimler select,
#tibbi-bolumler select,
#hospital select,
#news select,
#kurum select,
.doktor_ara select,
#sidebar-form select,
#randevu-form select,
#kalite select {
	background: transparent;
	border-color: #ced4da;
	padding: 10px 10px 10px 0;
	height: auto;
	-webkit-appearance: button;
}

#randevu-form select {
	padding: 6px 0 6px 10px;
}

.select-wrapper::after,
.select-wrapper2::after,
.select-wrapper3::after,
.select-wrapper4::after {
	content: '\e77a';
	font-family: 'font-icons';
	position: absolute;
	top: 2px;
	left: 1px;
	width: 46px;
	height: 38px;
	display: block;
	color: #ae2c2f;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	background: #fff;
	pointer-events: none;
}

.select-wrapper2::after {
	width: 30px;
	height: 28px;
	line-height: 32px;
}

.select-wrapper3::after {
	width: 30px;
	line-height: 46px;
	top: 1px;
	left: 16px;
	bottom: 1px;
	background: #fff;
}

.select-wrapper4::after {
	width: 30px;
	height: 32px;
	line-height: 38px;
}

.breadcrumb {
	position: absolute !important;
	width: auto !important;
	top: auto !important;
	right: 0 !important;
	bottom: 13px !important;
	right: auto;
	margin: -10px 0 0 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0;
}

.breadcrumb-item.bold {
	font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-left: 0.5rem;
	color: #6c757d;
	content: '>';
}

.heading-block-2 {
	margin-bottom: 35px;
	position: relative;
}

.heading-block-2 h1 {
	margin-bottom: 10px;
}

.heading-block-2 h1 + span {
	display: block;
	margin-top: 5px;
}

.heading-block-2 h1 + span a {
	color: #333;
}

.heading-block-2 h1 + span a:hover {
	color: var(--themecolor);
}

.heading-block-2:after {
	content: '';
	display: block;
	margin-top: 35px;
	width: 100%;
	border-top: 2px solid;
	border-color: var(--themecolor);
}

.heading-block-3:after {
	content: '';
	display: block;
	margin-top: 10px;
	width: 40px;
	border-top: 2px solid;
	border-color: var(--themecolor);
}

/*----------  GENEL END  ---------- */

/*----------  BANNER START---------- */
.slider-caption {
	position: relative;
	max-width: 550px;
	text-align: right;
	/* margin: 0 auto; */
	left: 0;
	right: 0;
}

.slider-caption h2 {
	font-size: 2.25rem;
	line-height: 1.2;
}

.slider-caption p {
	font-size: 21px;
	margin-bottom: 20px;
}

/*----------  BANNER END---------- */

/*----------  FOOTER START ---------- */

.footer-widgets-wrap {
	padding: 60px 0 !important;
}

#footer {
	border-top: none;
	color: #fff !important;
	background: url('media/footer_bg.png') bottom center no-repeat;
	background-size: cover;
	font-size: 12px;
}

/*----------  FOOTER END ---------- */

/*----------  HASTANELER START ---------- */

.hastaneler .entry::after {
	margin-top: 0;
	height: 0;
	background-color: transparent;
}

.small-thumbs .entry-image {
	height: 278px;
}

.small-thumbs.hastaneler .entry-c {
	min-height: 278px;
}

.small-thumbs .entry-title h2 {
	font-size: 16px;
}

.small-thumbs .entry-title h2::after {
	content: '';
	display: block;
	margin-top: 15px;
	width: 50px;
	border-top: 1px solid #333;
}

#posts .entry-content {
	margin-top: 15px;
}

#posts .entry-content p {
	line-height: 1.3;
	margin-bottom: 15px;
}

.hastaneler-link div {
	margin-right: 13px;
}

.hastaneler-link a {
	display: block;
}

.hastaneler-link span {
	display: inline-block;
	color: var(--themecolor);
}

.hastaneler-link i {
	font-size: 22px;
}

.hastaneler-link p {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 0;
}

/*----------  HASTANELER END ---------- */

/*----------  HEKİMLER START ---------- */

#hekimler .card {
	border-radius: 8px;
}

#hekimler .card-body {
	z-index: 3 !important;
	background-color: #fff;
	padding: 12px;
}

#hekimler .card-body h4 {
	font-size: 17px;
}

#hekimler .card-body p {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 4px;
}

#hekimler .card-button {
	position: absolute;
	bottom: 110px;
	text-align: center;
	transition: 0.5s ease;
	z-index: 1;
}

#hekimler .card .card-button.randevu {
	height: 40px;
	/* background-color: yellow; */
	left: 0;
	bottom: 100px;
	border-right: 1px solid #fff;
}

#hekimler .card .card-button.detay {
	height: 40px;
	right: 0;
	bottom: 100px;
	border-left: 1px solid #fff;
}

#hekimler .card-button a {
	display: block;
	position: relative;
}

/*----------  HEKİMLER END ---------- */

/*----------  HEKİM START ---------- */

#hekimler ul.tab-nav:not(.tab-nav-lg) {
	border-bottom: 1px solid #ae2c2f;
	border-top: 1px solid #ae2c2f;
}

#hekimler ul.tab-nav:not(.tab-nav-lg) li {
	border: none;
}

#hekimler ul.tab-nav:not(.tab-nav-lg) li:first-child {
	border: none;
	margin-left: 0px;
}

#hekimler ul.tab-nav:not(.tab-nav-lg) li a {
	background-color: transparent;
	padding-left: 10px;
}

/*----------  HEKİM END ---------- */

/*----------  HABERLER START ---------- */
#news #posts .entry {
	margin-bottom: 28px;
}

#news #posts .entry-title {
	height: 50px;
}

#news #posts .entry-title h2 {
	font-size: 14px;
}

#news #posts .button {
	padding: 0 40px;
	line-height: 27px;
	height: 31px;
}

#news #posts .entry-content {
	margin-top: 0px;
}

/*----------  HABERLER END ---------- */

/*----------  MEDYA START ---------- */
.mpost .entry-image,
.mpost .entry-image a,
.mpost .entry-image img,
.mpost .entry-image i {
	height: 128px;
	width: 227px;
}

/*----------  MEDYA END ---------- */

/*----------  SIDE PANEL OVERLAY START ---------- */

.noscroll {
	overflow: hidden;
	height: 100%;
}

body.side-push-panel {
	overflow-x: hidden;
}

#side-panel {
	position: fixed;
	top: 0;
	/* TODO: 0 */
	right: calc(-1 * var(--side-panel));
	z-index: 3999;
	/* width: var(--side-panel); */
	width: 100%;
	height: 100vh;
	/* background-color: #F5F5F5; */
	background-color: #ae2c2f;
	opacity: 0.95;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

body.side-panel-left #side-panel {
	left: calc(-1 * var(--side-panel));
	right: auto;
}

body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header.sticky-header .container {
	right: 0;
}

body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched
	#header.sticky-header
	.container {
	left: 0;
	right: auto;
}

#side-panel .side-panel-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	/* width: calc(var(--side-panel)); */
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
}

body.device-touch #side-panel .side-panel-wrap {
	overflow-y: scroll;
}

#side-panel .widget {
	margin-top: 40px;
	padding-top: 40px;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}

#side-panel .widget:first-child {
	padding-top: 0;
	border-top: 0;
	margin: 0;
}

body.side-panel-open #side-panel {
	right: 0;
}

body.side-panel-left.side-panel-open #side-panel {
	left: 0;
	right: auto;
}

body.side-push-panel.side-panel-open.stretched #wrapper,
body.side-push-panel.side-panel-open.stretched
	#header.sticky-header
	.container {
	right: 300px;
	right: var(--side-panel);
}

body.side-push-panel.side-panel-open.stretched.device-xl .slider-parallax-inner,
body.side-push-panel.side-panel-open.stretched.device-lg
	.slider-parallax-inner {
	left: -300px;
	left: calc(-1 * var(--side-panel));
}

body.side-panel-left.side-push-panel.side-panel-open.stretched #wrapper,
body.side-panel-left.side-push-panel.side-panel-open.stretched
	#header.sticky-header
	.container,
body.side-panel-left.side-push-panel.side-panel-open.stretched
	.slider-parallax-inner {
	left: 300px;
	left: var(--side-panel);
	right: auto;
}

#side-panel-trigger {
	display: block;
	cursor: pointer;
	z-index: 9999;
	margin-right: 5px;
}

#side-panel-trigger-close a {
	display: block !important;
	position: absolute;
	top: 25px;
	right: 60px;
	color: #fff;
}

#side-panel-trigger-close a i {
	display: block !important;
	font-size: 40px;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}

#side-panel-trigger-close a i:hover {
	display: block !important;

	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
}

#side-panel,
body.side-push-panel.stretched #wrapper,
body.side-push-panel.stretched #header .container {
	-webkit-transition: right 0.4s ease;
	-o-transition: right 0.4s ease;
	transition: right 0.4s ease;
}

body.side-panel-left #side-panel,
body.side-panel-left.side-push-panel.stretched #wrapper,
body.side-panel-left.side-push-panel.stretched #header .container,
body.side-push-panel.stretched .slider-parallax-inner {
	-webkit-transition: left 0.4s ease;
	-o-transition: left 0.4s ease;
	transition: left 0.4s ease;
}

.body-overlay {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: -1;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

body.side-panel-open .body-overlay {
	opacity: 1;
	z-index: 298;
	pointer-events: auto;
}

body.side-panel-open:not(.device-xs):not(.device-sm):not(.device-md)
	.body-overlay:hover {
	cursor: default;
}

.search-box {
	position: relative;
	max-width: 750px;
	margin: 0 auto;
	top: -27px;
	z-index: 3;
}

.search-box form {
	display: flex;
}

.arama {
	position: relative;
	justify-content: stretch;
	height: 60px;
	width: 100%;
	background-color: #fff;
	color: #333;
	outline: none;
	border: none;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 20px 10px 25px;
	display: block;
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	letter-spacing: 1px;
	margin: 0 auto;
}

.arama::placeholder {
	color: #333;
}

.arama:focus::placeholder {
	color: transparent;
}

.arama + span {
	position: absolute;
	left: 4%;
	top: 10px;
	display: block;
	font-size: 26px;
	color: #333;
	font-weight: 600;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.arama:hover + span {
	color: #ae2c2f;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

#side-panel .owl-carousel .owl-dots .owl-dot {
	background-color: #fff;
}

#side-panel .owl-carousel .oc-item {
	box-shadow: 0 1px 1px 0 rgba(10, 16, 34, 0.2);
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}

#side-panel .owl-carousel .oc-item:hover {
	box-shadow: 0 10px 30px -5px rgba(10, 16, 34, 0.2);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

#side-panel .owl-carousel .oc-item .fbox-media {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.dark .heading-block:not(.not-dark):after {
	border-top-color: rgba(255, 255, 255, 1);
}

.arama-side-panel .feature-box.media-box.fbox-bg .fbox-desc {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

/*----------  SIDE PANEL OVERLAY END ---------- */

.slider-caption-bg {
	right: 0;
	bottom: 0;
}

#dropdown-langChange {
	float: left;
}

#dropdown-langChange,
#dropdown-langChange ul {
	margin: 0;
}

#dropdown-langChange li {
	display: block;
	position: relative;
	float: left;
	width: auto;
	overflow: hidden;
	height: calc(var(--topbar-height) - 1px);
	line-height: calc(var(--topbar-height) - 1px);
}

#dropdown-langChange li a {
	float: none;
	width: 40px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: #666;
	-webkit-transition: color 0.3s ease-in-out,
		background-color 0.3s ease-in-out, width 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
		width 0.3s ease-in-out;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
		width 0.3s ease-in-out;

	display: block;
	position: relative;
	float: left;
	width: auto;
	overflow: hidden;
	height: calc(var(--topbar-height) - 1px);
	line-height: 44px;
	line-height: calc(var(--topbar-height) - 1px);
}

#dropdown-langChange li a:hover {
	color: #fff !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.si-tr:hover,
.si-colored.si-tr,
.trActive {
	background-color: #eee !important;
	color: #333 !important;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.si-en:hover,
.si-colored.si-en,
.enActive {
	background-color: #eee !important;
	color: #333 !important;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.si-de:hover,
.si-colored.si-de,
.deActive {
	background-color: #eee !important;
	color: #333 !important;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.si-de:hover,
.si-colored.si-de,
.ruActive {
	background-color: #eee !important;
	color: #333 !important;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.si-ar:hover,
.si-colored.si-ar,
.arActive {
	background-color: #eee !important;
	color: #333 !important;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

/*----------  RESPONSIVE START ---------- */

@media (max-width: 1199.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
	.heading-block-2:after {
		margin-top: 55px;
	}

	.entry-c {
		height: auto;
	}

	.small-thumbs .entry-image {
		height: auto;
	}

}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (max-width: 575.98px) {

}

@media (max-width: 375px) {

}

@media (max-width: 320px) {

}

/*----------  RESPONSIVE END ---------- */

/* ----------BUTTON------------ */
.dark .button-dark:not(.button-border),
.dark .button:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
/* ----------BUTTON------------ */


/* LANG MENU START */
.navigation{
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 40px;
	background: rgb(215, 215, 215, 0.1);
	/* box-shadow: 0 25px 35px rgba(0,0,0,0.15); */
	display: flex;
	justify-content: space-between;
	transition: height 0.25s, width 0.25s;
	transition-delay: 0s, 0.5s;
	overflow: hidden;
	z-index: 99999999999;
}

.navigation.active{
	width: 165px;
	height: 250px;
	transition: width 0.25s, height 0.25s;
	transition-delay: 0s, 0.5s;
	z-index: 99999999999;
}

.navigation .userBx{
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #fff;
	display: flex;
	align-items: center;
	overflow: hidden;
	transition: 0.25s;
	transition-delay: 0.8s;
}

.navigation.active .userBx{
	width: calc(100% - 40px);
	transition-delay: 0s;
	background: rgb(215, 215, 215, 0.1);
}

.navigation .userBx .username{
	white-space: nowrap;
	color: #555;
	font-size: 1.1em;
	margin: 0 5px 0 0;
}

.navigation .userBx .imgBox{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	background: rgb(215, 215, 215, 0.1);
	/* border-radius: 50%; */
	/* border: 10px solid #fff; */
	overflow: hidden;
}
.navigation .userBx .imgBox img{
	/* position: absolute;
	top: 0;
	left: 0; */
	width: 75%;
	height: 75%;
	transform: translate(-50% -50%);
	/* object-fit: cover; */
}

.navigation .menuToggle{
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navigation .menuToggle::before{
	content: '';
	position: absolute;
	width: 24px;
	height: 2px;
	background: #555;
	transform: translateY(-8px);
	box-shadow: 0 8px #555;
	transition: 0.5s;
}
.navigation .menuToggle::after{
	content: '';
	position: absolute;
	width: 24px;
	height: 2px;
	background: #555;
	transform: translateY(8px);
	transition: 0.5s;
}

.navigation.active .menuToggle::before{
	transform: translateY(0) rotate(45deg);
	box-shadow: 0 0 #555;
}
.navigation.active .menuToggle::after{
	transform: translateY(0) rotate(-45deg);
}

.menu{
	position: absolute;
	width: 100%;
	height: calc(100% - 47px);
	margin-top: 44px;
	/* padding: 0 10px 10px 0; */
	border: 1px solid rgba(0,0,0,0.12);
	background-color: #fff;
	margin-bottom: 0;
	box-shadow: 0 5px 25px rgba(0,0,0,0.15);

}

.menu li{
	list-style: none;
	padding: 0 5px 0 5px;
	height: 40px;
}

.menu li:hover{
	background-color: #f9f9f9;
}

.menu li a{
	display: flex;
	align-items: center;
	/* margin: 5px 0; */
	font-size: 1em;
	text-decoration: none;
	color: #555;
	vertical-align: center;
	height: 40px;
}

.menu li a span{
	display: inline-block;
	margin-right: 10px;
}

.menu a:hover{
	color:#4e63ff;
}

.menu li a i{
	font-size: 1.5em;
	margin-right: 8px;
}

/* LANG MENU END */
