#page-loader {
	background: #a99890;
}

#header.header-vertical {
	background-color: #a99890;
}

.logo-mobile {
	background: #a99890;
}

#header.header-vertical #main-navigation .main-menu li a {
	color: #fff;
}

#header.header-vertical #main-navigation .main-menu li a:hover {
	color: #ddd;
}

#header.header-vertical #main-navigation .main-menu li.current-menu-item > a {
	color: #fff;
	font-weight: bold;
}

.section-top-bar .module-appointment a:hover {
	color: #a99890;
}

.section-top-bar .module-lang .dropdown .dropdown-menu .dropdown-item:hover {
	color: #a99890;
}

.section-top-bar .module-search .search-trigger:hover {
	color: #a99890;
}

.form-control:focus {
	box-shadow: 0 0 0 .2rem rgba(74, 69, 54, .25);
}

.section-slider .slider-main .slider-item .slider-content .slider-text-area .goto-area span {
	font-weight: 500;
}

.section-featuredservices .section-desc h1 {
	color: #a99890;
}

#content .section-title h1 {
	color: #a99890;
}

.section-treatments .carousel-treatments .carousel-item .treatments-detail .treatment-title {
	color: #a99890;
}

#footer .module-social a {
	background: #a99890;
}

#footer .module-social a i {
	color: #ddd;
}

#header.header-vertical .close-menu {
	font-weight: 500;
}

.section-cta-appointment .cta-desc {
	color: #a99890;
}

.section-top-bar .module-lang a {
	color: #a99890;
}

.section-top-bar .module-lang a i {
	font-size: 16px;
	margin-right: 8px;
}

.section-top-bar .module-lang a span {
	display: inline-block;
	font-weight: 500;
}

.section-treatments .carousel-treatments .carousel-item .treatments-detail .tags {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
}

.section-our-team .team-carousel .team-member.slick-current .bg-image-holder:before,
.section-our-team .team-carousel .team-member:hover .bg-image-holder:before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}

.twentytwenty-before-label:before {
	content: 'Öncesi';
}

.twentytwenty-after-label:before {
	content: 'Sonrası';
}

#content .page-title-area .page-title {
	color: #fff;
}

#content .page-title-area .breadcrumbs:before {
	background: rgba(0, 0, 0, .06);
}

#content .page-title-area .breadcrumbs a {
	color: #fff;
	font-weight: bold;
}

#content .page-title-area .breadcrumbs li {
	color: #eee;
}

#content .page-title-area .breadcrumbs li:after {
	color: #eee;
}

#content.page-about .onepagesection .onepagesection-title h2,
#content.page-ourcenters .onepagesection .onepagesection-title h2,
#content.page-ourteam .onepagesection .onepagesection-title h2,
#content.page-treatments .onepagesection .onepagesection-title h2 {
	color: #a99890;
}

#content.page-about .onepagesection .onepagesection-title:before,
#content.page-ourcenters .onepagesection .onepagesection-title:before,
#content.page-ourteam .onepagesection .onepagesection-title:before,
#content.page-treatments .onepagesection .onepagesection-title:before {
	background: #a99890;
}

#content.page-appointment .appointment-area .center-content .center-name,
#content.page-appointment .contact-area .center-content .center-name,
#content.page-contact .appointment-area .center-content .center-name,
#content.page-contact .contact-area .center-content .center-name,
#content.page-treatment .appointment-area .center-content .center-name,
#content.page-treatment .contact-area .center-content .center-name {
	background: linear-gradient(to right, #ccc 0, #a99890 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#content.page-appointment .appointment-area .center-content .contact-info i,
#content.page-appointment .contact-area .center-content .contact-info i,
#content.page-contact .appointment-area .center-content .contact-info i,
#content.page-contact .contact-area .center-content .contact-info i,
#content.page-treatment .appointment-area .center-content .contact-info i,
#content.page-treatment .contact-area .center-content .contact-info i {
	color: #a99890;
}

#content.page-appointment .form-row .contact-form .form-title,
#content.page-contact .form-row .contact-form .form-title,
#content.page-treatment .form-row .contact-form .form-title {
	background: linear-gradient(to right, #ccc 0, #a99890 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.btn-primary:active, .btn-primary:focus,
.btn-primary:focus:active, .btn-primary:hover {
	border-color: #a99890;
	background-color: #a99890;
	color: #ccc;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #ccc;
	background-color: #a99890;
	border-color: #a99890;
	box-shadow: 0 0 0 .2rem rgba(204, 204, 204, .5);
}

.section-slider .slider-main .slider-item .bg-image-holder:before {
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 100%, #ddd 95%)
}

@media only screen and (max-width: 991px) {
	.section-top-bar .module-appointment a {
		display: flex;
		align-items: center;
	}

	.section-top-bar .module-appointment a span {
		display: inline-block;
		font-size: 16px;
		font-weight: 500;
		text-transform: capitalize;
	}

	.section-top-bar .module-appointment a i {
		font-size: 20px;
	}

	.section-top-bar .module-lang a i {
		font-size: 24px;
	}

	.section-top-bar .module-lang a span {
		display: none;
	}

	.search-form {
		height: 134px;
	}
}
