html, body, #wrapper {
	overflow-x: hidden;
}

body{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	line-height:auto;
}

h2 small {
	color: #4e4e4e;
}

header .container-fluid {
	max-width: 1400px;
	margin: auto;
}

textarea {
	height: unset;
	min-height: 120px;
}

input[type=submit] { margin-bottom: 24px; }

.nav li a i {
	display: none;
	float: right;
	position: relative;
	bottom: 11px;
	padding: 16px 32px;
}

.navbar-brand img {width:180px; filter: brightness(0);}
.navbar-brand {margin:10px 0 0;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-nav > li:hover a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #c1c1c1;
}

.nav > li > a {
	font-weight: 600;
}

.top-row {
	background-color:#222;
	color: #fff;
	font-size: 15px;
}

.top-row ul {list-style: none; padding: 0; margin:0;}
.top-row ul li {display: inline-block; padding: 12px 8px; border-left: 1px solid rgba(255,255,255,0.5);}

.top-row a {color: #fff;}

.top-row .navbar-nav {
	float: right;
	text-align: right;
	display: flex;
}

.top-row .navbar-nav .dropdown-menu {
	min-width: 189px !important;
	max-width: 240px;
	background-color: #8f8c8c;
	border-top: none;
}

.top-row .navbar-nav .dropdown-menu li {
	border-left: none;
	padding-left: 0px;
}

.top-row .navbar-nav > li:hover ul li a {
	background: transparent;
	color: #fff !important;
	border-bottom: none;
	padding: 0px;
}

.top-row img {
	max-width: 24px;
}

.main-banner img {
	/*height: clamp(180px, 46vw, 75vh);*/
	object-fit: contain;
}

.home-lead-section {
	padding: 46px 0 18px;
	background: linear-gradient(180deg, #f7f3f0 0%, #ffffff 100%);
}

.home-lead-card {
	background-color: #fff;
	border: 1px solid #e9e4e0;
	border-radius: 18px;
	padding: 30px 28px 20px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
	max-width: 980px;
	margin: 0 auto;
}

.home-lead-card .slider-title {
	color: #1f1f1f;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 22px;
	text-align: center;
}

.home-lead-form input,
.home-lead-form .selector {
	width: 100% !important;
	margin-bottom: 14px;
	z-index: 1;
	position: relative;
	color: #333;
	border-radius: 8px;
	height: 48px;
	border: 1px solid #d6d6d6;
	box-shadow: none;
	padding: 10px 14px;
}

.home-lead-form .selector span {
	color: #333 !important;
}

.home-lead-form input:focus,
.home-lead-form .selector:focus {
	border-color: #af8c30;
}

.home-lead-form input[type="submit"] {
	color: #fff;
	background-color: #50504f;
	border: none;
	border-radius: 8px;
	font-weight: 600;
	margin-top: 2px;
}

.home-lead-form input[type="submit"]:hover {
	background-color: #af8c30;
}

.btn-default {background-color:#50504f; border: none; box-shadow: none;}


h1.light, h2.light, h3.light, h4.light, h5.light, h6.light, .h1.light, .h2.light, .h3.light, .h4.light, .h5.light, .h6.light {
	color: #af8c30;
} 

h1.dark-black, h2.dark-black, h3.dark-black, h4.dark-black, h5.dark-black, h6.dark-black, .h1.dark-black, .h2.dark-black, .h3.dark-black, .h4.dark-black, .h5.dark-black, .h6.dark-black {
	color: #000;
	font-weight: normal;
} 

.dark-black span {font-weight:bold;}
.main-color span {font-weight:bold;}

.tab-horizontal1 {border: none;}
.resp-tabs-list {text-align:center; border: none;}
.resp-tabs-list li {float: none; border: none; font-size: 24px; text-align:center; padding:20px; border-bottom: 3px solid #ccc;}
.resp-tabs-list li img {height:100px;}
.resp-tab-active, .resp-tab-content {border: none;}

.resp-tab-active {color: #af8c30; border-bottom-color: #af8c30 !important; padding: 20px !important;}

.resp-tabs-container {font-size:16px;}

.main-color {color:#af8c30;}

.is-hidden {
	display: none;
}

#success {
	display: none;
	margin-top: 16px;
}

.form-phone-full {
	width: 100%;
}

#content-index .services-sec { padding: 42px 0px; }
.section-popular { padding-bottom: 60px; padding-top: 60px;}
.section-news { padding-bottom: 60px; padding-top: 60px;}
.section-beforeafter {background-color:#f7f9eb; padding-bottom: 60px; padding-top: 60px;}
.section-videos {background-color:#e8e6e4; padding-bottom: 60px; padding-top: 60px;}
.section-aboutme {background-color:#f5f0ed; padding-bottom: 0; padding-top: 60px; font-size: 17px; line-height:26px;}
.section-aboutme-feature {
	padding-top: 60px !important;
}

.aboutme-feature-card {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(0,0,0,.08);
	overflow: hidden;
}

.aboutme-feature-content {
	padding: 40px;
}

.aboutme-feature-title {
	font-size: 36px;
	line-height: 1.25;
	font-weight: normal;
	margin: 0 0 16px 0;
}

.aboutme-feature-text {
	font-size: 17px;
	line-height: 26px;
	color: #333;
	margin-bottom: 20px;
}

.aboutme-feature-btn {
	padding: 12px 24px;
	font-weight: 600;
}

.aboutme-feature-image-col {
	padding: 0;
}

.aboutme-feature-image {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
}

.section-aboutme .btn-default { margin-bottom: 16px; }
.section-title {margin-bottom:50px;}
.popular-item img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: center;
}

.btn {border-radius: 8px;}

.service-box:hover {background-color:#d2b467;}
.service-box:hover .icon {background-color: transparent; box-shadow: 0px 0px 0px 1px #787878;}


.service-box img {
	/* padding:12px; */
	border-radius: 50%;
}

.services-sec h2 {font-size:36px; font-weight: normal;}
.services-sec .service-box.one { border-bottom: none; border-right: none; }
.services-sec .service-box.one:first-child { border-right: 1px solid #e5e5e5; }
.section-news h2 {text-transform: none;}
.section-news .owl-wrapper {
	display: flex !important;
}
.section-news .owl-item {
	display: flex;
}
.section-news .news-item {
	background-color: #f6f4f4;
	border-radius: 20px 20px 0 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.section-news .news-item > a {
	display: block;
	height: 240px;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}
.section-news .news-item > a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px 20px 0 0;
	transition: transform 0.3s ease;
}
.section-news .news-item > a:hover img {
	transform: scale(1.05);
}
.section-news .news-contents {
	padding: 10px 20px;
	color: #000;
	flex: 1;
	display: flex;
	flex-direction: column;
	position: relative;
}
.section-news .news-contents .btn {margin-top: auto; margin-bottom: 16px;}
.section-news .news-title {font-weight: bold; margin-bottom: 10px; margin-top: 10px; font-size: 18px;}
.section-news .news-date {
	position: absolute;
    top: 0;
    border-radius: 20px 0px 0px 0px;
    background-color: #af8c30;
    max-height: 46px;
}

.news-date p {
	font-size: 16px;
	color: #fff;
	padding: 12px;
}

.reviews-container {
	display: grid;
	justify-content: center;
}

.trustpilot-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
}

.trustpilot-container a {
	font-size: 18px;
}

.trustpilot-container img {
	margin-bottom: 6px;
}

.appointment-sec2 input[type="text"], .appointment-sec2 input[type="email"], .appointment-sec2 input[type="number"], .appointment-sec2 textarea, .appointment-sec2 select {width: 100%; color: #333;}

.appointment-sec2 input[type="submit"] {margin: 0;}

.appointment-sec2 .selector { width: 100% !important; }

.bottom-content-form .selector span { color: #fff !important; }

.testimonials {
	background-color: #1f1f1f !important;
	background-image: none !important;
	padding: 60px 0;
}

.testimonials .owl-controls .owl-prev,
.testimonials .owl-controls .owl-next {
	color: rgba(255,255,255,.7) !important;
}

.testimonials .owl-controls .owl-prev:hover,
.testimonials .owl-controls .owl-next:hover {
	color: #af8c30 !important;
}

.testimonials-header {
	text-align: center;
	max-width: 860px;
	margin: 0 auto 40px;
}

.testimonials-header h2 {
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 20px;
}

.testimonials p {
	color: rgba(255,255,255,.9);
}

.testimonials-summary {
	color: rgba(255,255,255,.85);
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

.tm-card {
	background: #2a2a2a;
	border-radius: 14px;
	padding: 36px 40px 32px;
	text-align: left;
	height: 450px;
	display: flex;
	flex-direction: column;
}

.tm-quote {
	color: #af8c30;
	font-size: 22px;
	display: block;
	margin-bottom: 16px;
}

.tm-author {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: auto;
	padding-top: 24px;
}

.tm-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #af8c30;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	letter-spacing: .04em;
}

.tm-name {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}



.tweet p {padding: 0;}
.tweet a {color:#fff;} 

.social3 li a i {border-radius: 20px; background-color: #fff; color: #000 !important;}
footer h4 span {color:#af8c30; border-bottom-color:#000;}

.nav > li > a {
	padding: 10px 12px;
}

.dropdown-menu {min-width: 300px !important;} 

.entry-title {padding: 154px 0 0;}
.gallery-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 6px;
	overflow: hidden;
}

.gallery-item .gallery-item-thumb {
	height: 240px;
	overflow: hidden;
}

.gallery-item .gallery-item-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#sub-page-content h1, #sub-page-content h2, #sub-page-content h3, #sub-page-content h4, #sub-page-content h5, #sub-page-content h6 {
	font-weight: 500;
	text-transform: capitalize;
}

.sub-page-banner {background: none; background-color: #222;}
.sub-page-banner img {
	width: 100%;
    max-height: 340px;
    object-fit: cover;
}
.sub-page-banner-white {background: none; background-color: #eee;}
.sub-page-banner .overlay {display: none;}
.treatment-sub-title {text-transform: none; padding-bottom: 0; padding-top: 0; margin: 0;}
#sub-page-content h3 img {padding-right: 18px;}

.treatment-banner-holder { display: flex; justify-content: center; }
.treatment-banner-holder .overlay {display: block;}
.treatment-banner-title {
	position: absolute;
	bottom: 20px;
}
.treatment-banner-title .entry-title {
	font-size: clamp(26px, 4vw, 42px);
	float: left;
	padding-left: 16px;
}

.blog-item {min-height: 490px;}
#sub-page-content h3 {font-size: 20px !important;}

.blog-full-width .blog-content {padding: 0 5px 0 5px;}

.blog-thumbnail {background-color: #eee;}

.sidebar-widget { margin-top: 38px; }
.sidebar-widget h2.bordered { margin-bottom: 0px; }
.procedures { margin-top: 38px; }
.treatment-procedures .panel-group.sidebar-nav {
	padding: 0px;
	padding-bottom: 8px;
}

.before-after-gallery .gallery-item-info {
	min-height: unset;
}

.iti {
    width: 100%;
    margin-bottom: 6px;
}

.iti .iti__country-name {
	color: #333;
}

.iti__country-list {
	max-width: 360px;
}

.faq-section .panel-group .panel {
	border-bottom: none;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #f7f7f7;
}

.faq-section .panel-default>.panel-heading {
	padding-inline: 8px;
}

.section-faq {
	background-color: #f9f7f5;
	padding: 60px 0;
}

.faq-home-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.faq-home-item {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e8e4e0;
	transition: box-shadow .25s ease;
}

.faq-home-item:hover {
	box-shadow: 0 4px 16px rgba(0,0,0,.06);
}

.faq-home-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: none;
	border: none;
	padding: 20px 24px;
	font-size: 17px;
	font-weight: 600;
	color: #1f1f1f;
	text-align: left;
	cursor: pointer;
	gap: 16px;
}

.faq-home-question i {
	flex-shrink: 0;
	font-size: 14px;
	color: #af8c30;
	transition: transform .3s ease;
}

.faq-home-question[aria-expanded="true"] i {
	transform: rotate(45deg);
}

.faq-home-answer-inner {
	padding: 16px 24px 20px;
	font-size: 15px;
	line-height: 26px;
	color: #555;
	max-height: 200px;
	overflow-y: auto;
}

.faq-home-row {
	display: flex;
	align-items: flex-end;
}

.faq-home-image-col {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.faq-home-image {
	width: 100%;
	max-width: 420px;
	height: auto;
	object-fit: cover;
}

/* PRESS */
.section-press {
	background-color: #f9f7f5;
	padding: 60px 0;
}

.section-press h2 {
	font-size: 36px;
}

.press-carousel .owl-wrapper-outer {
	overflow: visible;
	padding: 8px 0;
}

.press-carousel .owl-wrapper {
	display: flex !important;
}

.press-carousel .owl-item {
	display: flex;
}

.press-card {
	width: 100%;
}

.press-card a {
	display: block;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid #e8e4e0;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.press-card a:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}

.press-card-image {
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background-color: #f1f1f1;
	padding: 24px;
}

.press-card-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 0.35s ease;
}

.press-card a:hover .press-card-image img {
	transform: scale(1.04);
}

.section-press .owl-controls {
	margin-top: 24px;
}

.section-press .owl-pagination .owl-page span {
	background: #d6d0ca;
	width: 10px;
	height: 10px;
}

.section-press .owl-pagination .owl-page.active span {
	background: #af8c30;
}

@media (max-width: 767px) {
	.section-press {
		padding: 40px 0;
	}

	.press-card {
		padding-inline: 16px;
	}

}
/* PRESS END */

/* VIDEOS */
.video-item-holder { min-height: 280px; }

.section-videos .owl-wrapper {
	display: flex !important;
}

.section-videos .owl-item {
	display: flex;
}

.section-videos .videos-item {
	width: 100%;
	background-color: #fff;
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.section-videos .youtube-image-container {
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.section-videos div.youtube-thumb-box {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.section-videos img.youtube-thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
	transition: transform 0.3s ease;
}

.section-videos .testimonial-video-container:hover .youtube-thumb-img {
	transform: scale(1.06);
}

.section-videos div.youtube-thumb-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.65);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	transition: background-color 0.25s ease, transform 0.25s ease;
}

.section-videos .testimonial-video-container:hover .youtube-thumb-play {
	background-color: rgba(175, 140, 48, 0.9);
	transform: translate(-50%, -50%) scale(1.05);
}

.section-videos .videos-item h6 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
	padding: 14px 14px 18px;
	margin: 0;
	text-transform: none;
}

.videos-page-container .videos-tabs {
	display: flex;
	gap: 24px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dfdfdf;
}

.videos-page-container .videos-tab {
	border: none;
	background: transparent;
	color: #7a7a7a;
	padding: 0 0 12px;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.2px;
	position: relative;
	transition: color 0.2s ease;
}

.videos-page-container .videos-tab.is-active {
	color: #1f1f1f;
}

.videos-page-container .videos-tab:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	background-color: transparent;
	transition: background-color 0.2s ease;
}

.videos-page-container .videos-tab.is-active:after {
	background-color: #af8c30;
}

.videos-page-container .videos-tab-panel {
	display: none;
}

.videos-page-container .videos-tab-panel.is-active {
	display: block;
}

.videos-page-container .videos-grid {
	display: flex;
	flex-wrap: wrap;
}

.videos-page-container .videos-grid > [class*="col-"] {
	display: flex;
	align-items: flex-start;
	margin-bottom: 28px;
}

.videos-page-container .videos-item {
	width: 100%;
	background-color: #fafafa;
	border: 1px solid #ececec;
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.videos-page-container .videos-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.videos-page-container .video-item-holder {
	min-height: unset;
}

.videos-page-container .youtube-image-container {
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.videos-page-container div.youtube-thumb-box {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background-color: #f1f1f1;
}

.videos-page-container .videos-item-reel {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.videos-page-container .videos-item-reel div.youtube-thumb-box {
	aspect-ratio: 9 / 16;
}

.videos-page-container img.youtube-thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
	transition: transform 0.3s ease;
}

.videos-page-container .testimonial-video-container:hover .youtube-thumb-img {
	transform: scale(1.04);
}

.videos-page-container div.youtube-thumb-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.65);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	transition: background-color 0.25s ease, transform 0.25s ease;
}

.videos-page-container .testimonial-video-container:hover .youtube-thumb-play {
	background-color: rgba(175, 140, 48, 0.92);
	transform: translate(-50%, -50%) scale(1.05);
}

@media (max-width: 767px) {
	.videos-page-container .videos-tabs {
		gap: 16px;
		margin-bottom: 20px;
	}

	.videos-page-container .videos-grid > [class*="col-"] {
		margin-bottom: 20px;
	}

	.videos-page-container .videos-item-reel {
		max-width: 260px;
	}
}

/* VIDEOS END */

/* TREATMENTS PAGE */
.treatments-page-container {
	padding-top: 40px;
	padding-bottom: 60px;
}

.treatments-tabs {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
	padding: 6px;
	background: #f5f2ef;
	border-radius: 14px;
}

.treatments-tab {
	display: flex;
	align-items: center;
	gap: 8px;
	border: none;
	background: transparent;
	color: #5a5a5a;
	padding: 12px 22px;
	font-weight: 600;
	font-size: 15px;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.25s ease;
	white-space: nowrap;
}

.treatments-tab img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	border-radius: 6px;
}

.treatments-tab:hover {
	background: rgba(255, 255, 255, 0.7);
	color: #1f1f1f;
}

.treatments-tab.is-active {
	background: #fff;
	color: #1f1f1f;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.treatments-tab.is-active span {
	color: #af8c30;
}

.treatments-tab-panel {
	display: none;
}

.treatments-tab-panel.is-active {
	display: block;
	animation: treatmentsFadeIn 0.35s ease;
}

@keyframes treatmentsFadeIn {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

.treatment-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid #eceae8;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.treatment-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

.treatment-card-thumb {
	display: block;
	height: 240px;
	overflow: hidden;
}

.treatment-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.treatment-card:hover .treatment-card-thumb img {
	transform: scale(1.05);
}

.treatment-card-body {
	padding: 18px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.treatment-card-title {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 8px;
	line-height: 1.3;
}

.treatment-card-title a {
	color: #1f1f1f;
	text-decoration: none;
	transition: color 0.2s;
}

.treatment-card-title a:hover {
	color: #af8c30;
}

.treatment-card-body p {
	color: #555;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 16px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.treatment-card-body .btn {
	margin-top: auto;
	align-self: flex-start;
	margin-bottom: 6px;
}

.treatments-page-container .row {
	display: flex;
	flex-wrap: wrap;
}

.treatments-page-container .row > [class*="col-"] {
	display: flex;
	margin-bottom: 28px;
}

@media (max-width: 767px) {
	.treatments-tabs {
		gap: 6px;
		padding: 4px;
		border-radius: 10px;
		margin-bottom: 28px;
	}

	.treatments-tab {
		padding: 10px 14px;
		font-size: 13px;
		border-radius: 8px;
	}

	.treatments-tab img {
		width: 22px;
		height: 22px;
	}

	.treatment-card-thumb {
		height: 200px;
	}
}
/* TREATMENTS PAGE END */

.ba-img {margin-bottom: 16px;}

.top-treatments-title {font-size: 18px; margin-top: 8px;}

.gallery-item-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 15px;
	text-align: center;
	overflow: hidden;
}

.gallery-item-info .treatment-sub-title {
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: none;
}

.gallery-item-info p,
.gallery-item-info a {
	text-transform: none;
}

.gallery-item-info p:first-child {
	margin-bottom: 10px;
}

.gallery-item-info > a:last-child {
	margin-top: auto;
	margin-bottom: 15px;
	align-self: center;
}

#sub-page-content .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

#sub-page-content .row > [class*="col-"] {
	display: flex;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

#main-banner .owl-controls {
	position: absolute;
	top: 65%;
	left: 0;
	right: 0;
	width: 100%;
	transform: translateY(-65%);
	pointer-events: none;
}

#main-banner .owl-pagination {
	display: none;
}

#main-banner .owl-controls .owl-buttons {
	display: flex;
	justify-content: space-between;
	padding: 0 24px;
}

#main-banner .owl-controls .owl-prev,
#main-banner .owl-controls .owl-next {
	position: static;
	color: #fff;
	font-size: 28px;
	pointer-events: auto;
}

#main-banner .owl-controls .owl-next {
	margin-right: 24px;
}

#main-banner .owl-controls .owl-prev:hover,
#main-banner .owl-controls .owl-next:hover {
	color: rgba(255,255,255,.7);
}

.owl-controls {
	right: 36px;
    top: 40%;
    width: 100%;
}

.owl-controls .owl-buttons .owl-next, .owl-controls .owl-buttons .owl-prev {
	width: 0px;
	height: 0px;
	font-size: 24px;
}

.owl-controls .owl-prev {
	left: 12px;
	color: #434343;
	transition: 0.25s;
}

.owl-controls .owl-next {
	position: absolute;
	right: -40px;
	color: #434343;
	transition: 0.25s;
}

.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
	color: #af8c30;
}

.bottom-content-form {
	background: #222222;
	padding: 36px;
}

#form-contact input[type="text"],
#form-contact input[type="email"],
#form-contact input[type="number"] {
	width: 100%;
}

#form-contact .selector {
	width: 100% !important;
}

.contact-hero {
	background-color: #1f1f1f;
	padding: 80px 0 60px;
}

.contact-hero > .container > .row {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.contact-hero-info {
	display: flex;
	flex-direction: column;
	padding-right: 50px;
}

.contact-hero-info h1 {
	color: #fff;
	font-size: 42px;
	font-weight: normal;
	margin: 0 0 14px;
}

.contact-hero-info > p {
	color: rgba(255,255,255,.6);
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 32px;
}

.contact-info-cards {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.contact-info-card {
	display: flex;
	align-items: center;
	gap: 16px;
	background: rgba(255,255,255,.06);
	border-radius: 10px;
	padding: 16px 20px;
	color: #fff;
	text-decoration: none;
	transition: background-color .25s;
}

a.contact-info-card:hover {
	background: rgba(255,255,255,.1);
	color: #fff;
	text-decoration: none;
}

.contact-info-icon {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #af8c30;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	flex-shrink: 0;
}

.contact-info-label {
	display: block;
	font-size: 12px;
	color: rgba(255,255,255,.45);
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-bottom: 2px;
}

.contact-info-value {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 1.4;
}

.contact-belgeler {
	display: flex;
	gap: 12px;
	margin-top: 24px;
}

.contact-belgeler a {
	flex: 1;
	border-radius: 8px;
	overflow: hidden;
}

.contact-belgeler img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	transition: opacity .25s;
}

.contact-belgeler a:hover img {
	opacity: .85;
}

.contact-socials {
	display: flex;
	gap: 12px;
	margin-top: auto;
	padding-top: 32px;
}

.contact-socials a {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.2);
	color: rgba(255,255,255,.7);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: background-color .25s, color .25s, border-color .25s;
}

.contact-socials a:hover {
	background-color: #af8c30;
	border-color: #af8c30;
	color: #fff;
}

.contact-form-card {
	background: #fff;
	border-radius: 14px;
	padding: 40px;
}

.contact-form-card h2 {
	font-size: 28px;
	font-weight: 600;
	color: #1f1f1f;
	margin: 0 0 28px;
}

.contact-form-card .row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

.contact-form-card .row > [class*="col-"] {
	padding-left: 8px;
	padding-right: 8px;
}

.contact-form-card input[type="text"],
.contact-form-card input[type="email"],
.contact-form-card input[type="tel"],
.contact-form-card input[type="number"],
.contact-form-card textarea,
.contact-form-card .selector {
	width: 100% !important;
	border: 1px solid #d6d6d6 !important;
	border-radius: 8px !important;
	padding: 12px 14px !important;
	margin-bottom: 14px !important;
	color: #333 !important;
	height: 48px !important;
	box-shadow: none !important;
	font-size: 14px;
	box-sizing: border-box;
}

.contact-form-card textarea {
	min-height: 130px !important;
	height: auto !important;
	resize: vertical;
}

.contact-form-card input[type="text"]:focus,
.contact-form-card input[type="email"]:focus,
.contact-form-card input[type="tel"]:focus,
.contact-form-card textarea:focus {
	border-color: #af8c30 !important;
	outline: none;
}

.contact-form-card input[type="submit"] {
	width: 100% !important;
	background-color: #50504f !important;
	color: #fff !important;
	border: none !important;
	border-radius: 8px !important;
	padding: 14px !important;
	height: auto !important;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: background-color .25s;
	margin-bottom: 0 !important;
}

.contact-form-card input[type="submit"]:hover {
	background-color: #af8c30 !important;
}

.contact-map {
	line-height: 0;
}

.contact-map iframe {
	border: none;
	display: block;
}

.inline-form .row {
	margin-bottom: 24px;
}

.inline-form input {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	border-radius: 0px;
	padding: 0px;
	-webkit-box-shadow: none;
	color: #fff;
	width: 100%;
	height: 40px;
}

.inline-form div.selector {
	width: 100% !important;
	-webkit-appearance: none;
    -moz-appearance : none;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	border-radius: 0px;
	padding: 0px;
	-webkit-box-shadow: none;
	color: #fff;
}

.inline-form .selector span {
	width: 100% !important;
	color: #fff;
	padding-left: 0px;
	font-size: 14px;
}

.inline-form input:focus { box-shadow: none; }

.inline-form input:focus::placeholder {color: transparent;}

.inline-form input::placeholder {color: #fff;}

.inline-form button {
	background-color: #fff;
	color: #525866;
	width: 100%;
	height: 48px;
	border: none;
	border-radius: 8px;
}

.inline-form button:hover {
	color: #fff;
}

.copyright ul {
	list-style: none;
    display: inline-flex;
}

.copyright ul li {
	margin-right: 16px;
}

.copyright ul li a {
	color: #c4c4c4;
	font-size: 10px;
}

.float-socials {
    position: fixed;
    right: 18px;
    bottom: 20px;
    z-index: 9999;
    list-style: none;
}

.float-socials li {
    margin-top: 12px;
}

.float-socials img {
    width: 50px;
    height: 50px;
}

.social-tiktok {
	border-radius: 20px;
    background-color: #fff;
    width: 29px;
    margin-top: -4px;
}

footer {
	padding-bottom: 0;
}

footer.dark .copyright {
	margin-bottom: 0;
}

@media(max-width: 1036px) {
	.home-lead-card {
		padding: 24px 18px 14px;
		border-radius: 14px;
	}

	.home-lead-card .slider-title {
		font-size: 24px;
	}

	.aboutme-feature-content {
		padding: 32px;
	}

	.aboutme-feature-title {
		font-size: 32px;
		margin-bottom: 14px;
	}

	.inline-form button { margin-top: 16px; }
}

@media (max-width: 767px) {
	.toggle-menu .dropdown-menu { display: block !important; }
	.top-row .navbar-nav {
		text-align: center;
		display: block;
		float: unset;
	}

	.top-row .navbar-nav li {
		border-left: none;
	}

	h2.resp-accordion {
		font-size: 24px;
	}

	h2.resp-accordion img {
		max-width: 60px;
	}

	.entry-title {
		padding: unset;
		padding-block: 0px;
	}

	.float-socials {
		left: unset;
		right: 19px;
    	bottom: 80px;
    	z-index: 999999;
	}

	.popular-item,
	.videos-item,
	.ba-item,
	.news-item {
		padding-inline: 32px;
	}

	.owl-controls .owl-prev {
		left: 38px;
	}

	.owl-controls .owl-next {
		right: -12px;
	}

	.nav li a i {
		display: inline-block;
	}

	#content-side-img {
		display: none;
	}

	.aboutme-feature-card {
		display: block;
	}

	.aboutme-feature-content {
		padding: 24px;
	}

	.aboutme-feature-title {
		font-size: 28px;
		margin-bottom: 12px;
	}

	.aboutme-feature-image {
		min-height: 260px;
	}

	.treatment-banner-holder {
		min-height: 180px;
	}

	.section-news .news-contents {
		min-height: unset;
	}

	.faq-home-row {
		display: block;
	}

	.faq-home-image-col {
		display: none;
	}

	.tm-card {
		padding: 24px 20px 22px;
		height: auto;
	}

	.tm-text {
		font-size: 15px;
		line-height: 24px;
	}

	.tm-avatar {
		width: 38px;
		height: 38px;
		font-size: 13px;
	}

	.tm-name {
		font-size: 14px;
	}

	.contact-hero {
		padding: 50px 0;
	}

	.contact-hero .row {
		display: block;
	}

	.contact-hero-info {
		padding-right: 15px;
		margin-bottom: 36px;
	}

	.contact-hero-info h1 {
		font-size: 32px;
	}

	.contact-socials {
		padding-top: 24px;
	}

	.contact-form-card {
		padding: 28px 22px;
	}
}

@media (min-width: 992px) {
	.navbar-default {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.navbar::before, .navbar::after {
		display: none;
	}

	.fixed-header #content-index, .fixed-header .sub-page-banner, .fixed-header .contact-hero {
	    margin-top: 132px;
	}

	.fixed-header .main-banner {
		top: 132px;
	}
}

@media (max-width: 480px) {
	.home-lead-section {
		padding: 28px 0 10px;
	}

	.home-lead-card .slider-title {
		font-size: 21px;
	}

	.home-lead-form input {
		margin-bottom: 12px;
	}

	.main-banner img {
		object-fit: cover;
		height: clamp(154px, 38vw, 75vh);
		object-position: center left;
	}

	.sub-page-banner {
    	padding-bottom: 0px;
	}
}