@font-face {
	font-family: "Diodrum Cyrillic";
	src: url("../fonts/DiodrumCyrillic-Semibold.woff2") format("woff2"), url("../fonts/DiodrumCyrillic-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DiodrumArabicMedium";
	src: url("../fonts/DiodrumArabic-Medium.woff2") format("woff2"), url("../fonts/DiodrumArabic-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DiodrumArabicSemibold";
	src: url("../fonts/DiodrumArabic-Semibold.woff2") format("woff2"), url("../fonts/DiodrumArabic-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Gotham";
	src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "UniversNextArabic-Regular";
	src: url("../fonts/UniversNextArabic-Regular.woff2") format("woff2"), url("../fonts/UniversNextArabic-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "MyriadPro-Regular";
	src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	font-size: 15px;
}

#body-wrapper section.spacer {
	padding: 3rem 3rem 0 3rem;
}

.p_tb {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.p_t {
	padding-top: 3rem;
}

.p_b {
	padding-bottom: 3rem;
}

.nav-item.dropdown:hover .dropdown-menu {
	display: block;
}

.navbar a.navbar-brand > img {
	min-width: 150px;
	margin-top: 0px;
	padding-bottom: 16px;
}

.navbar li.nav-item a {
	font-family: "Gotham", sans-serif;
	font-size: 0.8rem !important;
	color: #1c2b39;
}

.navbar li.nav-item.book-now-cta a {
	transition: 0.3s all linear;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	background: #2ab24b;
	background: -moz-linear-gradient(90deg, #2ab24b 0%, #007242 100%);
	background: -webkit-linear-gradient(90deg, #2ab24b 0%, #007242 100%);
	background: linear-gradient(90deg, #2ab24b 0%, #007242 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2ab24b",endColorstr="#007242",GradientType=1);
	border: none;
	padding: 0.6rem 1rem !important;
	color: #ffffff !important;
}
.navbar li.nav-item.book-now-cta a:hover {
	background: #007242;
	background: -moz-linear-gradient(90deg, #007242 0%, #007242 100%);
	background: -webkit-linear-gradient(90deg, #007242 0%, #007242 100%);
	background: linear-gradient(90deg, #007242 0%, #007242 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007242",endColorstr="#007242",GradientType=1);
}
.navbar li.nav-item.book-now-cta a img {
	width: 20px;
}

.navbar a#languageDropdown {
	background: #d2dbe3;
	border-radius: 15px;
	padding: 0.6rem 1rem !important;
}

.navbar .nav-item.dropdown.language-switcher ul.dropdown-menu {
	min-width: 6rem;
	background: #d2dbe3;
	border-radius: 15px;
	border: none;
	padding: 0.3rem 0.5rem !important;
}
.navbar .nav-item.dropdown.language-switcher ul.dropdown-menu .dropdown-item {
	text-align: center;
}
.navbar .nav-item.dropdown.language-switcher ul.dropdown-menu .dropdown-item:hover {
	background-color: transparent;
}

.navbar ul.navbar-nav > li {
	margin-right: 1rem;
}
li.nav-item.tollfree svg {
	width: 30px;
	height: 30px;
}

li.nav-item.tollfree > a {
	text-decoration: none;
	color: #0997d8;
	font-weight: 600 !important;
	font-size: 1rem !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
	transition: 0.3s all linear;
}

li.nav-item.tollfree {
	/* border: 1px solid #eee; */
}

li.nav-item.tollfree > a:hover {
	color: #138946;
}
section#home {
	background-position: center center !important;
	background-size: cover !important;
	min-height: 690px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
section#home:after {
	content: "";
	position: absolute;
	background: #00000038;
	height: 100%;
	width: 100%;
	z-index: 0;
}
section#home .container {
	z-index: 1;
	position: relative;
}
section#home .col-12 h1 {
	font-size: 3rem;
	color: #ffffff;
	font-family: "Diodrum Cyrillic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
section#home .col-12 a {
	color: #ffffff;
	font-family: "Gotham", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	background: #1c96ce;
	border-radius: 15px;
	font-size: 0.8rem;
	padding: 0.7rem 1.5rem;
}
section#home .col-12 a:hover {
	background: #1c96ce;
}

section#about {
	position: relative;
	background-position: 100% 81% !important;
	background-size: cover !important;
	min-height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
section#about::after {
	content: "";
	background: url("../images/sec-2-bgpn.png") no-repeat;
	left: 0;
	top: 0;
	width: 47%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center right;
}
section#about a.btn.btn-white {
	font-family: "Gotham", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	background: #ffffff;
	border-radius: 25px;
	font-size: 0.8rem;
	padding: 0.7rem 1.5rem;
	color: #1c2b39;
}
section#about .about-desc p {
	font-size: 1.4rem;
	color: #ffffff;
}

.sec-heading {
	font-family: "DiodrumArabicMedium", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

section#services {
	position: relative;
	background-position: center top !important;
	background-size: cover !important;
	min-height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding-left: 5rem;
	padding-right: 5rem;
}
section#services .service-card {
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	cursor: pointer;
	transition: 0.2s all linear;
}
section#services .service-card * {
	transition: 0.2s all linear;
}
section#services .service-card::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
	background: white;
	background: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.169927) 39%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.169927) 39%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.169927) 39%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
section#services .service-card:hover::before {
	background: #2ab24c;
	background: -moz-linear-gradient(180deg, rgba(42, 178, 76, 0.6) 0%, rgba(42, 178, 76, 0.6) 100%);
	background: -webkit-linear-gradient(180deg, rgba(42, 178, 76, 0.6) 0%, rgba(42, 178, 76, 0.6) 100%);
	background: linear-gradient(180deg, rgba(42, 178, 76, 0.6) 0%, rgba(42, 178, 76, 0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2ab24c",endColorstr="#2ab24c",GradientType=1);
}
section#services .service-card:hover .serv-meta {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	padding: 1.5rem;
	text-align: center;
	height: 100%;
}
section#services .service-card:hover .serv-meta .serv-desc {
	height: auto;
	opacity: 1;
}
section#services .service-card > img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}
section#services .service-card .serv-meta {
	position: absolute;
	bottom: 0;
	color: #000000;
	padding: 1.5rem;
}
section#services .service-card .serv-meta .serv-name {
	font-family: "DiodrumArabicSemibold", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
section#services .service-card .serv-meta .serv-desc {
	height: 0;
	opacity: 0;
	font-size: 0.8rem;
	max-height: 240px;
	overflow-y: scroll;
	margin-bottom: 0;
	font-family: "UniversNextArabic-Regular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
section#services .service-card .serv-meta .serv-desc::-webkit-scrollbar {
	width: 0px;
}
section#services .service-card .serv-meta .serv-desc::-webkit-scrollbar-track {
	background: #f1f1f100;
}
section#services .service-card .serv-meta .serv-desc::-webkit-scrollbar-thumb {
	background: #888;
}
section#services .service-card .serv-meta .serv-desc::-webkit-scrollbar-thumb:hover {
	background: #555;
}
section#services .service-card .serv-meta .serv-desc ul li {
	font-size: 0.8rem;
	text-align: left;
}

.btn-green-gradient {
	border-radius: 15px;
	background: #2ab24b;
	background: -moz-linear-gradient(90deg, #2ab24b 0%, #007242 100%);
	background: -webkit-linear-gradient(90deg, #2ab24b 0%, #007242 100%);
	background: linear-gradient(90deg, #2ab24b 0%, #007242 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2ab24b",endColorstr="#007242",GradientType=1);
	border: none;
	padding: 0.8rem 3rem !important;
	color: #ffffff !important;
	font-family: "Gotham", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 0.8rem;
}

footer#footer {
	background-size: cover !important;
	background-position: center center !important;
	padding-top: 4rem;
}
footer#footer ul.footer-social-menu {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	gap: 0.5rem;
	justify-content: flex-end;
	flex-direction: row;
}
footer#footer ul.footer-social-menu li a img {
	width: 20px;
	height: 20px;
}
footer#footer ul.footer-menu {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	gap: 2rem;
	justify-content: flex-start;
	flex-direction: row;
}
footer#footer ul.footer-menu li a {
	color: #ffffff;
	text-decoration: none;
	font-family: "DiodrumArabicMedium", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

section#whysgh {
	padding: 3rem 0;
	background-position: center top !important;
	background-size: cover !important;
}
section#whysgh .swiper {
	width: 100%;
	height: 100%;
	padding: 3rem 0px 7rem 0;
}
section#whysgh .swiper .swiper-slide {
	transition: 0.3s all linear;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
section#whysgh .swiper .swiper-slide div {
	position: relative;
	border-radius: 25px;
	overflow: hidden;
}
section#whysgh .swiper .swiper-slide div::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.16992734593837533) 34%, rgba(255, 255, 255, 0) 51%);
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.16992734593837533) 34%, rgba(255, 255, 255, 0) 51%);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.16992734593837533) 34%, rgba(255, 255, 255, 0) 51%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
section#whysgh .swiper .swiper-slide div .slider-title {
	position: absolute;
	bottom: 1rem;
	right: auto;
	left: 7%;
	width: 86%;
	padding: 0rem;
	font-size: 0.9rem;
}
section#whysgh .swiper .swiper-slide.swiper-slide-active {
	transform: scale(1.3) !important;
	z-index: 1;
}
section#whysgh .why-nav-wraper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3rem;
}
section#whysgh .why-nav-wraper div img {
	width: 40px;
	height: 40px;
	margin: 0 0.5rem;
	cursor: pointer;
}
section#whysgh .why-nav-wraper div.why-button-next img {
	transform: rotate(180deg);
}

section#doctors {
	padding: 3rem 0;
}
section#doctors .doc-wrapper {
	padding: 0.5rem;
}
section#doctors .doc-wrapper .doc-image-wrapper {
	background: white;
	background: linear-gradient(180deg, white 31%, #c6e6f2 100%);
	border-radius: 25px;
	margin-bottom: 1rem;
	overflow: hidden;
}
section#doctors .doc-wrapper .doc-image-wrapper > img {
	height: 363px;
	object-fit: cover;
}
section#doctors .doc-wrapper .doc-desc-wrapper {
	font-family: "DiodrumArabicMedium", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	text-align: center;
}

section#contact {
	padding: 3rem 0;
	background: #f3f9ff;
}
section#contact .form-bg {
	background: url("../images/form-bg.jpg") no-repeat;
	height: 100%;
	width: 100%;
	background-position: center bottom;
	background-size: cover;
}
section#contact div#ava-form-1 > iframe {
	min-height: 800px;
	width: 100% !important;
}
.book-now-mobile {
	display: none;
}

@media screen and (max-width: 767px) {
	a.nav-link.btn.book-now-mobile {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		background: black;
		border-radius: 15px;
		background: #2ab24b;
		background: -moz-linear-gradient(90deg, #2ab24b 0%, #007242 100%);
		background: -webkit-linear-gradient(90deg, #2ab24b 0%, #007242 100%);
		background: linear-gradient(90deg, #2ab24b 0%, #007242 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2ab24b",endColorstr="#007242",GradientType=1);
		color:#ffffff;
		font-size:.6rem;
	}
	
	a.nav-link.btn.book-now-mobile img {
		width: 15px;
	}
	
	.navbar-toggler {
		border: none;
		background: transparent;
	}

	.navbar-toggler-icon {
		display: inline-block;
		width: 20px;
		height: 3px;
		background-color: #000;
		position: relative;
		transition: background 0.3s ease-out;
	}

	.navbar-toggler-icon::before,
	.navbar-toggler-icon::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #000;
		transition: all 0.3s ease-out;
	}

	.navbar-toggler-icon::before {
		top: -10px;
	}

	.navbar-toggler-icon::after {
		bottom: -10px;
	}

	/* Animation for icon transformation into a "close" icon */
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
		background: transparent;
	}

	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
		transform: rotate(45deg);
		top: 0;
	}

	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
		transform: rotate(-45deg);
		bottom: 0;
	}
	.navbar-toggler:focus {
		box-shadow: none !important;
	}

	.navbar-nav .dropdown-menu {
		position: relative;
		display: flex;
	}

	li.nav-item.dropdown.language-switcher {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0;
		margin-bottom: 1rem;
	}

	.dropdown-toggle::after {
		display: none;
	}
	li.nav-item.tollfree > a {
		justify-content: center;
		margin-top: 1rem;
	}
	footer#footer .col-md-4 a > img.img-fluid {
		display: block;
		margin: 0 auto;
		margin-bottom: 2rem;
	}
	section#whysgh .swiper .swiper-slide.swiper-slide-active {
		transform: scale(1) !important;
	}
	section#home {
		min-height: 465px;
	}
	section#home .col-12 h1 {
		font-size: 1.8rem;
	}
	#body-wrapper section.spacer {
		padding: 0rem;
	}
	#body-wrapper section.spacer .about-desc {
		padding: 2rem 0;
	}
	section#about::after {
		opacity: 0.2;
	}
	section#services {
		padding-left: 0;
		padding-right: 0;
	}
	section#contact .form-bg {
		min-height: 400px;
	}
	section#whysgh .why-nav-wraper {
		margin-top: 2.5rem;
	}
	footer#footer ul.footer-menu {
		gap: 0.5rem;
		justify-content: center;
	}
	footer#footer ul.footer-social-menu {
		justify-content: center;
	}
	footer#footer .logo-foot {
		text-align: center;
	}
	footer#footer .logo-foot img {
		margin-bottom: 1.5rem;
	}
	section#doctors .doc-wrapper .doc-image-wrapper > img {
		height: 288px;
	}
}
.body-rtl {
	font-family: "UniversNextArabic-Regular";
}
.body-rtl .navbar li.nav-item a {
	font-family: "UniversNextArabic-Regular";
}
.body-rtl .phone-ar {
	display: inline-block;
	direction: ltr;
	font-family: "Gotham", sans-serif !important;

}
.body-rtl section#about::after {
	transform: scale(-1, 1);
	left: auto;
	right: 0;
}
.body-rtl section#services .service-card .serv-meta .serv-desc ul li {
	text-align: right;
}
.body-rtl section#whysgh .why-nav-wraper {
	direction: ltr;
	transform: scale(-1, 1);
}
@media screen and (max-width: 500px) {
	section#doctors .doc-wrapper .doc-image-wrapper > img {
		height: 185px;
	}
}
