body {
	font-family: DINNextLT;
	scroll-behavior: smooth;
	background-image: linear-gradient(to right, #02B9B1, #072264);
	color: #fff !important;
	overflow-x: hidden;
}
a {
	text-decoration: none !important;
}
/* width */

::-webkit-scrollbar {
	width: 10px;
	/* display: none; */
}


/* Track */

::-webkit-scrollbar-track {
	background: #fff;
	/* display: none; */
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: #072365;
	/* display: none; */
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #02B9B1;
	/* display: none; */
}

* {
	transition: all .3s ease-in-out;
}

.br-25 {
	border-radius: 25px;
}

.default-color {
	color: #17b3ab;
}

.second-color {
	color: #072365;
}

@font-face {
	font-family: DINNextLT;
	src: url(../fonts/ArbFONTS-DINNextLTArabic-Regular-2.ttf);
}

.f-80 {
	font-size: 70px;
}

a {
	text-decoration: none;
}

button,
button:focus {
	outline: none;
	box-shadow: none !important;
}

nav.navbar {
	background-color: transparent;
}

nav.navbar .logo {
	width: auto;
	filter: brightness(0) invert(1);
	height: 80px;
}

nav.navbar .nav-link {
	color: #fff;
	font-weight: 700;
}

nav.navbar .active .nav-link {
	color: #02b9b1;
}

#Hero {
	height: 650px;
}

header {
	position: relative;
	top: 0;
	z-index: 999;
	background-color: transparent;
	background-image: none;
	width: 100%;
	left: 0;
}

.theme-btn {
	position: relative;
	z-index: 99;
	overflow: hidden;
	font-size: 16px;
	color: #fff !important;
	background: #072264;
	padding: 9px 45px 15px 45px;
	display: inline-block;
	border-radius: 50px;
	font-weight: 700;
	transition: .3s;
	overflow: hidden;
	border: 2px solid #072264;
	text-transform: uppercase;
}

.theme-btn::before {
	position: absolute;
	content: "";
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #02B9B1;
	z-index: -1;
	border-radius: 50px;
	transition: .3s;
}

header.sticky {
	background-image: linear-gradient(to right, #02B9B1, #072264);
	z-index: 999;
	position: sticky;
	top: 0;
}

header.sticky nav.navbar .nav-link {
	color: #fff;
}

.theme-btn:hover::before {
	width: 100%;
}

.round-sheap {
	position: absolute;
	top: 64%;
	transform: translateY(-50%);
	left: 20px;
	z-index: -1;
}

.qiality-pp:before {
	position: absolute;
	content: "";
	background-image: url(../img/homepage2/logoIcon.png);
	height: 120px;
	width: 120px;
	z-index: 9;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -20px;
	filter: brightness(0) invert(1);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
}

.qiality-pp:after {
	position: absolute;
	content: "";
	background-image: linear-gradient(to right, #02B9B1, #072264);
	height: 120px;
	width: 120px;
	z-index: 8;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -20px;
}

.pluse-sheap {
	position: absolute;
	right: -63px;
	top: -69px;
	animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
}

@keyframes nudge {

	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(100px, 0);
	}

	50% {
		transform: translate(-100px, 0);
	}
}

.quality-fl {
	display: flex;
	align-items: center;
	height: 100%;
}

.quality-text span {
	color: #072264;
	font-weight: 600;
	margin-bottom: 11px;
	display: block;
	position: relative;
	padding-left: 80px;
}

.quality-text span:before {
	position: absolute;
	content: "";
	background: #fff;
	height: 2px;
	width: 50px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.quality-text h3 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
}

.qiality-pp .row {
	position: relative;
	z-index: 8;
}

.single-quality {
	background: #02B9B1;
	padding: 35px 25px;
	margin-bottom: 30px;
}

.single-quality img {
	margin-bottom: 12px;
	object-fit: contain;
	width: 80px;
	height: 80px;
}

.single-quality h4 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
	padding-top: 10px;
}

.single-quality p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0px;
}

.qiality-pp .row .col-lg-6:nth-child(2) .single-quality,
.qiality-pp .row .col-lg-6:nth-child(3) .single-quality {
	background: #072264;
}
.productsDetailsImg{
	width: 100%;
    height: 500px;
    border-radius: 25px;
    padding: 0 !important;
	object-fit: cover;
}
.map iframe {
	width: 100%;
	height: 500px;
	border-radius: 25px;
}

#products ul#pills-tab {
	border-bottom: 1px solid #D9DFE7;
	margin-bottom: 30px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#products .nav-link:hover,
#products .nav-pills .nav-link.active,
#products .nav-pills .show>.nav-link,
.gallery .nav-link:hover,
.gallery .nav-pills .nav-link.active,
.gallery .nav-pills .show>.nav-link {
	color: #fff;
	background: none !important;
	display: inline-block;
	position: relative;
	font-weight: 700;
}

#products .nav-pills .nav-link.active:before,
.gallery .nav-pills .nav-link.active:before {
	position: absolute;
	content: "";
	background: #fff;
	height: 5px;
	width: 95%;
	bottom: -3px;
	border-radius: 9px;
	left: 0;
	right: 0;
	margin: auto;
}

#products .nav-pills .nav-link,
.gallery .nav-pills .nav-link {
	background: none !important;
	color: #fff;
	border: 0 !important;
	font-size: 18px;

}

.single-featured {
	border: 1px solid #D9DFE7;
	border-radius: 5px;
	transition: .3s;
	margin-bottom: 30px;
	position: relative;
}

.pluse-2 {
	position: absolute;
	right: 0;
	bottom: 90px;
}

.single-featured {
	border: 1px solid #D9DFE7;
	border-radius: 5px;
	transition: .3s;
	margin-bottom: 30px;
}

.single-featured:hover .singl-top::before {
	opacity: .6;
	visibility: visible;
}

.feet-img {
	height: 285px;
	text-align: center;
	background: #F4F8FD;
	height: 285px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}

.fecure-containt h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
	text-align: center;
}

.singl-top::before {
	position: absolute;
	content: "";
	background: #fff;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	transition: .3s;
}

.fecure-containt {
	padding: 13px 20px;
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .75em 1.25em;
}

.baner-area {
	min-height: 509px;
	display: flex;
	align-items: center;
	background-position: center;
	background-size: contain;
	background: url(../img/homepage2/hany-bg.png) no-repeat;
}

.brand-fl {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.brand-fl li {
	display: inline-block;
	width: 175px;
    padding: 15px;
    margin-block: 15px;
    background-color: #fff;
    border-radius: 15px;
    margin-inline: 10px;
    max-height: 125px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-fl li img{
	height: 100%;
    object-fit: contain;
    max-width: 100%;
    width: auto;
}
/* footer img {
	filter: brightness(0) invert(1);
} */

.logoFooter {
	width: 300px;
	max-height: 200px;
	object-fit: contain;
	margin-block: 20px;
}

footer .footerArea {
	background-color: #fff;
	border-radius: 40px;
}

.footerLinks {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footerLinks li a {
	color: #072264;
	margin-block: 12px;
	display: block;
	font-weight: 700;
}

footer .social li {
	display: inline-block;
	margin-inline: 20px;
	margin-block: 20px;
}

footer .social li a {
	color: #072264;
	font-size: 25px;

}

.QRCode {
	width: 160px;
}

.news .single-blog-gied {
	border-radius: 5px;
	box-shadow: 0 0px 3px #7474742e;
	height: 100%;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
}

.news .newsImg {
	overflow: hidden;
}

.news .newsImg:hover img {
	transform: scale(1.1);
}

.news .newsImg img,
.blogsImg img {
	transition: .3s;
	height: 222px;
	width: 100%;
	object-fit: cover;
}

.news .blog-gied-text {
	padding: 30px 25px;
}

.swiper-slide {
	height: initial;
}

.happy-slider-title img {
	height: 200px;
	width: 100%;
	object-fit: cover;
	border-radius: 25px;
}

.news .datee div {
	display: flex;
	align-items: center;
}

.news .datee div {
	font-size: 16px;
	color: #02b9b1;
	font-weight: 600;
}

.news .datee {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.news .gied-ttx h3 {
	font-size: 22px;
	color: #072365;
	font-weight: 700;
}

.news .gied-ttx p {
	margin: 0;
	font-size: 16px;
	color: #4F5256;
	font-weight: 400;
}

.blog-gied-text .angle-left {
	font-size: 17px;
	color: #02b9b1;
	position: absolute;
	bottom: -15px;
	right: 0;
}

.newsArea {
	padding: 120px 0;
}

.news-img {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.news-img::before {
	position: absolute;
	content: "";
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 28%, rgba(30, 87, 153, 0.04) 31%, rgba(30, 87, 153, 0.1) 35%, rgba(4, 79, 193, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 28%, rgba(30, 87, 153, 0.04) 31%, rgba(30, 87, 153, 0.1) 35%, rgba(4, 79, 193, 1) 100%);
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 28%, rgba(30, 87, 153, 0.04) 31%, rgba(30, 87, 153, 0.1) 35%, rgb(0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#044fc1', GradientType=0);
	height: 100%;
	width: 100%;
	transition: .3s;
}

.news-img img {
	height: 350px;
	object-fit: cover;
	object-position: center;
}

.news-img-hov {
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.hover-bb h3 {
	margin: 0;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 700;
	margin-top: 10px;
}

.hove-top a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	margin-inline-end: 20px;
}

.hove-top a i {
	font-size: 18px;
	color: #02b9b1;
	margin-inline-end: 8px;
}

.single-post {
	padding: 8px 0;
	border-bottom: 1px solid #CFD0CD;
	margin-bottom: 15px;
}

.single-post a {
	font-size: 16px;
	color: #17b3ab;
	font-weight: 700;
}

.single-post i {
	font-size: 21px;
	color: #17b3ab;
	margin-inline-end: 11px;
}

.news-containt p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
}

.socal-cc h3 {
	font-size: 18px;
	color: #4F5256;
	font-weight: 400;
	margin: 0;
}

.news-socail-icon a {
	font-size: 18px;
	color: #fff;
	margin: 0 5px;
}

.s-icon a img {
	margin-right: 15px;
	transition: 0.3s;
}

.s-icon a img:hover {
	scale: 1.15;
}

.news-socail-icon {
	position: absolute;
	top: 20px;
	margin: auto;
	left: 82px;
}

.news-socil {
	border-bottom: 1px solid #B7B9B9;
	padding-bottom: 19px;
	padding-top: 20px;
	margin-bottom: 30px;
	position: relative;
}

.comment-title h3 {
	font-size: 24px;
	color: #072365;
	font-weight: 600;
	margin: 0;
}

.single-comment {
	display: flex;
	margin-bottom: 25px;
}

.single-comment a {
	background: #D6D7D9;
	width: 70px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-right: 15px;
}

.commnet-text-area {
	background: #F5F5F5;
	padding: 20px 30px;
}

.contactForm {
	background-color: #fff;
	border-radius: 25px;
}

input {
	width: 100%;
	height: 60px;
	border: 1px solid #BDBDBD;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 400;
	color: #072264;
	margin-bottom: 25px !important;
	border-radius: 10px;
}

input:focus,
textarea:focus {
	box-shadow: none;
	outline: none;
}

textarea {
	height: 135px;
	font-size: 16px;
	padding: 14px 20px;
	border: 1px solid #ADADAD;
	width: 100%;
	margin-top: 0;
	margin-bottom: 25px !important;
	border-radius: 10px;
}

.gallery img {
	height: 200px;
	border-radius: 20px;
	width: 100%;
	margin-block: 15px;
}

.filter-img {
	filter: brightness(0) invert(1);
}

.selectLocation {
	position: absolute;
	top: 50px;
	width: 50%;
	left: 0;
	right: 0;
	margin: auto;
}

.selectLocation select {
	width: 100%;
}
.dropdown-menu{
	border: none !important;
    border-radius: 10px !important;
    box-shadow: 0px 5px 10px #d2d2d2;
}
.dropdown-menu li{
	border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom:7px;
}
.dropdown-menu li:last-child{
	border-bottom: none;
	margin-bottom:0px !important;
	padding-bottom: 0 !important; 
}
.job{
	background: #fff;
    color: #0c3888;
    border-radius: 25px;
    padding: 24px;
}
.job .default-btn.btn{
	margin-top: 10px !important;
	border-radius: 50px;
}
.fixedIcon{
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.fixedIcon i{
	font-size: 22px;
    color: #17b3ab;
}
.swiper-pagination-bullet-active{
	background-color: #072264 !important;
}
.swiper-pagination-bullet{
	width: 15px !important;
	height: 15px !important;
}
.homeSlider {
	border-radius: 20px;
}
.pharmImg{
	width: 100%;
	height: 300px !important;
	border-radius: 20px;
	object-fit: cover;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent !important;
     
}
.aboutEsaafImg{
	height: 500px;
	position: relative;
}
.aboutEsaafImg img{
	object-fit: cover;
}
.aboutEsaafImg:after{
	content: "";
    background-color: #1a1a1a99;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* ========================== media =========================== */
@media (max-width:991px) {
	.pharmImg{
		width: 100%;
		height: 250px !important;
 	}
	#products .nav-pills .nav-link{
		text-align: center;
	}
	.pluse-2 {
		position: absolute;
		right: 0;
		bottom: 90px;
		z-index: -1;
	}
	.f-80 {
		font-size: 50px;
	}

	.sm-order-1 {
		order: -1;
	}

	.logoFooter {
		width: 45%;
		max-height: 100px;
		object-fit: contain;
		margin-block: 20px;
	}

	header {
		position: sticky !important;
		background-image: linear-gradient(to right, #02B9B1, #072264);

	}

	header .logo {
		width: auto !important;
		height: 60px !important;
	}

	.round-sheap {
		position: absolute;
		top: 54%;
		transform: translateY(-50%);
		left: 20px;
		max-width: 108px;
	}

	.qiality-pp:before,
	.qiality-pp:after {
		display: none;
	}

	.pluse-sheap {
		display: none;
	}

	#products ul#pills-tab .nav-item {
		width: auto;
		margin: auto;
	}
}