html {
	font-size: 14px !important;
}

body {
	padding: 0;
	margin: 0 auto;
}

body, h1, h2, h3, h4, h5 h6, p, span, a, ul, li {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #106088;
}

.form-control:focus {
    box-shadow: none;
    
}

.btn-primary {
	background: #fff;
	color: #000;
	font-size: 1.15rem;
	font-weight: 700;
	border: 1px solid #dadada;
	border-radius: .25rem;
	padding: 1rem 1.25rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn-primary:hover {
	background: #fff;
	color: #000;
	border: 1px solid #dadada;
}

.btn-outline-primary {
	background: #fff0;
	color: #000;
	font-weight: 700;
	border: 1px solid #000;
	border-radius: 2rem;
	padding: .5rem 3rem;
}

.btn-outline-primary:hover {
	background: #fff0;
	color: #106088;
	border-color: #106088;
}

	

.left-1 {
	left: 1rem;
}

.right-1 {
	right: 1rem;
}

.video-modal {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.8);
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.video-modal.active {
	display: flex;
}

.video-modal iframe {
	width: 90vw;
	max-width: 1000px;
	height: 45vw;
	max-height: 500px;
	border: none;
	border-radius: .35rem;
}

.video-area {
	position: relative;
}

.video-area .close-btn {
	position: absolute;
    right: 1rem;
    top: 0;
    z-index: 9999;
    font-size: 1.5rem;
    color: #fff;
	cursor: pointer;
}

img.data-video {
	border-radius: .35rem;
}

img.data-video:hover {
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

p.heading {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 2rem;
}

img.play-icon {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
	border-radius: 0;
	border: none !important;
}

.bg-image {
	background-image: url(https://cdn.memorial.com.tr/files/images/bg@health-packs.jpg);
}

.bg-image p.heading {
	filter: invert(1);
}
	
/* Header */

.top-bar a.location {
	font-weight: 600;
}

.header {
	background: #106088;
	position: sticky;
	top: 0;
	z-index: 999;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

header ul.nav li {
	display: flex;
	align-items: center;
}

header ul.nav li:after {
	content: "•";
	color: #fff8;
	font-size: 1.5rem;
	margin: 0 1.15rem;
}

header ul.nav li:last-child:after {
	content: "";
	margin: 0;
}

header ul.nav li a {
	color: #fff;
	font-weight: 600;
}

header ul.nav li a:hover {
	color: #fff;
}

@media only screen and (max-width: 600px) {
	.header {
		background: #fff;
	}
}

/* Banner */

.banner .banner-wrapper img {
	width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.banner .banner-wrapper .container {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 2;
}


.banner h1 {
	font-size: 3.5rem;
	line-height: 1.25;
	font-weight: 800;
	color: #106088;
}

.banner .buttons  {
	margin-top: 3rem;
}

.banner .contact-form  {
	margin-top: 1rem;
}

.banner .buttons .appointment  {
	background: #ffc107;
}

.banner .buttons .appointment:hover  {
	box-shadow: 0 0 9px 6px rgba(255, 193, 7, .5);
    transition: all 300ms ease;
}

.banner .buttons .call-us  {
	background: #e8e8e9;
}

.banner .contact-form .contact  {
	min-width: 450px;
	text-align: left;
	font-style: italic;
}

.banner .contact-form .contact svg {
	margin-right: 1rem;
}

.banner .buttons a {
	margin-right: 1rem;
	min-width: 215px;
	text-align: left;
}

@media only screen and (max-width: 600px) {
	.banner .banner-wrapper .container {
		top: 50%;
		padding-right: 2rem;
	}
	.banner h1 {
		font-size: 1.75rem;
		margin-left: 1rem;
	}
	.banner .buttons {
		margin-top: 0;
		display: flex;
		gap: 1rem;
	}
	.banner .buttons a {
		font-size: .93rem;
		font-weight: 600;
		padding: 1rem .25rem;
		margin: .5rem 0;
		width: 100%;
		min-width: unset;
	}
	
	.banner .contact-form {
		margin-top: 0;
	}
	
	.banner .contact-form .contact {
		font-size: .93rem;
		font-weight: 600;
		padding: 1rem .5rem;
		margin: .5rem 0;
		width: 100%;
		min-width: unset;
	}
}

/* Featured Categoreis */

.featured-categories {
	margin-top: 0;
	position: relative;
	z-index: 10;
}

.featured-categories .banner-wrapper img {
	width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.featured-categories .banner-wrapper p {
	position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
	color: #fff;
	font-weight: 700;
	font-size: 1.15rem;
}

.featured-categories .col a:hover img {
	filter: sepia(.5);
}

.featured-categories .col, .featured-categories .col img {
	border-radius: .35rem;
}

p.slogan {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 0;
	padding: 2.5rem 0;
}

@media only screen and (max-width: 600px) {
	.featured-categories {
		margin-top: -3rem;
	}
	.featured-categories .banner-wrapper p {
		font-size: 1rem !important;
	}
	p.slogan {
		font-size: 1.1rem;
	}
}

/* Featured Area */

.featured-area {
	position: relative;
	background: #05242d; 
	margin-top: 7.5rem;
}

.featured-area .btn-group-custom {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	position: relative;
	top: -4.5rem;
}

.featured-area .btn-group-custom button {
	flex: 1;
	background: #fff;
	color: #000;
	font-size: 1.25rem;
	font-weight: 500;
	padding: 3rem 1rem;
	border-radius: .35rem;
	border: 1px solid #dadada;
	position: relative;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.featured-area .btn-group-custom button.active {
	background: #106088;
	color: #fff;
	font-weight: 700;
	border: 1px solid #106088;
}

.featured-area .btn-group-custom button.active:after {
	content:"";
	height: .25rem;
	width: 95%;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1rem;
}

.featured-area .content-box {
	margin-top: -5rem;
	transition: opacity 0.3s;
}

.featured-area .content-box .content-section p.head {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 2.5rem;
}

.featured-area .content-box .content-section p {
	font-size: 1.15rem;
	font-weight: 500;
	color: #fff;
}

.featured-area .content-section {
	display: none;
	opacity: 0;
	transition: opacity 0.3s;
	padding: 2.5rem 0 3.5rem 0;
}

.featured-area .content-section.active {
	display: block;
	opacity: 1;
}

.featured-area .content-section .row {
	align-items: center;
}

@media only screen and (max-width: 600px) {
	.featured-area {
		margin-top: 6rem;
	}
	.featured-area .btn-group-custom {
		align-items: center;
		display: flow;
		margin: 0 auto;
		text-align: center;
	}
	.featured-area .btn-group-custom button {
		font-size: 1rem;
		padding: 1.5rem 0;
        padding: 1.5rem;
        width: 47%;
        margin: 1%;
	}
	.featured-area .content-box .content-section p.head {
		font-size: 1.25rem;
	}
	.featured-area .content-box .content-section p {
		font-size: 1rem;
	}
}

/* Doctor Grid */

.doctor-grid .doctor {
	position: relative;
}
	
.doctor-grid .doctor a .banner-wrapper {
	position: relative;
	border: 1px solid #dadada;
	border-radius: .35rem;
}
	
.doctor-grid .doctor a .banner-wrapper img {
	object-fit: cover;
    object-position: center;
	border-radius: .35rem;
}
	
.doctor-grid .doctor a .banner-wrapper .doctor-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.5rem 0 1.5rem 1.5rem;
	background: linear-gradient(0deg, #000, transparent);
	border-radius: .35rem;
}
	
	
.doctor-grid .doctor a .banner-wrapper .doctor-info p.name {
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
}
	
.doctor-grid .doctor a .banner-wrapper .doctor-info span.department {
	font-size: .95rem;
	font-weight: 400;
	color: #fff;
}

.doctor-grid .doctor a.appointment {
	position: relative;
	display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    padding: 1rem 0;
    position: relative;
    border-radius: .25rem;
    border: 1px solid #dadada;
    background: #fff;
    gap: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.doctor-grid .doctor a.appointment p {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 0;
}

.doctor-grid .doctor a.appointment img.right-icon {
	position: absolute;
    top: .5rem;
    right: .5rem;
}

@media only screen and (max-width: 600px) {
	.doctor-grid .row {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		padding: .5rem 0;
	}
	.doctor-grid .doctor {
		width: auto;
		flex: 0 0 auto;
		scroll-snap-align: start;
	}
}

/* Appointment */

.appointment .doctor {
	text-align: center;
}

.appointment .doctor a {
	display: flex ; 
	justify-content: space-evenly; 
	align-items: center; 
	flex-direction: row; 
	padding: 1rem 0; 
	position: relative; 
	border-radius: .25rem; 
	border: 1px solid #dadada; 
	background: #fff; 
	gap: 1rem;
}

.appointment .doctor a p {
	font-size: 1.15rem; 
	font-weight: 600; 
	line-height: 1.5rem; 
	margin-bottom: 0;
}
	
.appointment .doctor a img.right-icon {
	position: absolute;
	top: .5rem;
	right: .5rem;
}
	
@media only screen and (max-width: 600px) {
	.appointment .doctor:nth-of-type(1) {
		width: 100%;
	}
	.appointment .doctor {
		padding: .35rem;
		margin: 0 auto;
	}
	.appointment .doctor a {
		flex-direction: column;
	}
}

.mobile-bottom-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: .25rem;
	background: #fff;
	z-index: 999999999;
}

.mobile-bottom-bar a, .mobile-bottom-bar button {
	font-size: .95rem;
	font-weight: 400;
	width: 100%;
	justify-items: center;
	padding: .35rem;
	border: none;
	box-shadow: none;
}

.mobile-bottom-bar a svg, .mobile-bottom-bar button svg {
	display: block;
}

/* Video Grid */

.video-grid .video {
	position: relative;
	cursor: pointer;
}

.video-grid .video img {
	border-radius: .35rem;
	border: 1px solid #dadada;
	width: 660px;
}

.video-grid .video img.play-icon {
	width: 75px;
	height: 75px;
}

@media only screen and (max-width: 600px) {
	.video-grid .video {
		padding: .35rem;
		margin: 0 auto;
	}
	.video-grid .video img.play-icon {
		width: 18px;
		height: 18px;
	}
}

/* Blog Grid */

.blog-grid .blog-post {
	position: relative;
	border: 0 solid #dadada;
	border-radius: .35rem;
}
	
.blog-grid .blog-post img {
	border-radius: .35rem;
}

.blog-grid .blog-post p {
	font-size: 1rem;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(0deg, black, transparent);
	padding: 2.5rem 1rem 1rem 1rem;
	margin: 0;
	color: #fff;
	border-radius: .35rem;
	width: 100%;
}

@media only screen and (max-width: 600px) {
	.blog-grid .row {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		padding: .5rem 0;
	}
	.blog-grid .col {
		width: auto;
		flex: 0 0 auto;
		scroll-snap-align: start;
	}
}

/* Partner Grid */

.partner-grid .partner {
	text-align: center;
}


	.py-5 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
}