/* section.section {
	background: rgba(255, 255, 255, 0.5) url("img/pattern-01.svg") center/cover no-repeat !important;
} */
.sticky {
	position: fixed !important;
	top: 0;
}
.align_center {
	display: flex;
	align-items: center;
}

@media (max-width: 425px) {
	.header-top .nav-item-header-top-socials {
		width: 22%;
	}

	#Quote {
		position: relative;
		left: -34px;
		padding: 10px;
		font-size: 10px;
	}

	#Quote {
		justify-content: initial !important;
	}
	.img__logo {
		transform: scale(0.7) !important;
	}
	.w_2_66 {
		width: 100% !important;
	}
	.header-top .nav-item-header-top-socials {
		width: 17%;
	}
}
.align__box {
	margin-left: 5%;
}

iframe {
	width: 100%;
}
@media (max-width: 768px) {
	.w_2_66 {
		width: 100% !important;
	}
}
.services_img {
	position: relative;
	top: -8px;
	padding-left: 5px;
}
.align_center {
	display: flex;
	align-items: center;
}
.icon__style {
	height: 25px;
	border-radius: 50%;
	color: #151ede;
	border: 1px solid;
	width: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#localization-switcher {
	font-size: 10px;
	color: #ed8636;
	border-radius: 21px;
	padding: 6px 6px;
  width: 66px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background: linear-gradient(90deg, rgba(9, 9, 121, 1) 0%, rgba(237, 134, 54, 1) 100%);
}

.list.list-icons li p {
	margin: 0 0 0px !important;
}
.fa-check:before {
	content: "\f00c";
	color: #151ede !important;
}

.class_number {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	text-align: center;
	font-weight: 800;
	background-color: blue;
	color: #fff;
}


@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-Regular.ttf")
}

html[dir='rtl'] {
	font-family: "Tajawal";
}
*[dir='rtl'] {
	font-family: "Tajawal";
}
html[dir='rtl'] .nav-link {
	font-family: "Tajawal";
}
html[dir='rtl'] a {
	font-family: "Tajawal";
}
html[dir='rtl'] p {
	font-family: "Tajawal";
}
html[dir='rtl'] div{
	font-family: "Tajawal";
}
html[dir='rtl'] span {
	font-family: "Tajawal";
}
h1,h2,h3,h4,h5,h6,p [dir='rtl'] {
	font-family: "Tajawal";
}

#header .header-nav-main nav > ul li a {
text-align: start;
}

.header-nav-top ul.nav {
padding: 10px;
}



.map {
	position: relative;
	overflow:hidden;
	border-radius: 10px;
}

.logo {
	width: 250px;
	height: auto;
}

.logo img {
	width: 100%;
	height: inherit;
}

.meet-doctors  .card-body_2 {

	min-height: 300px;
}

.meet-doctors  .card-body img {
height: 200px;
}

.meet-doctors  .card-title  {
	height: 100px;
}


@media (max-width:921px) {
		#header .nav-item-header-top-socials {
			width: 100%;
			justify-content: center !important;
			display: flex;
		}
		#header .custom-button-header-top {
			text-align: center;
			font-size: 14px !important;
			justify-content: center !important;
			display: flex;
		}
		#header .nav {
			height: auto !important;
		}
		#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
			padding: 0;
		}
		#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span a  {
			font-size: 7px !important;
		}
}



html[dir='rtl'] .owl-carousel,
html[dir='rtl'] .owl-carousel-wrapper { direction: ltr; }
html[dir='rtl'] .owl-carousel .owl-item { direction: rtl; }
