@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

@font-face {
	font-family: 'Droid Arabic Kufi';
	src: url('..fonts/DroidArabicKufi.eot');
	src: url('../fonts/DroidArabicKufi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DroidArabicKufi.woff2') format('woff2'),
		url('../fonts/DroidArabicKufi.woff') format('woff'),
		url('../fonts/DroidArabicKufi.ttf') format('truetype'),
		url('../fonts/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* General-------------------------------- */

:root {
	--color-primary: #E67807;
	--color-secondary: #cf6c06;
	--color-dblue: #2E384D;
	--color-accent: #ffffff;
	--font-color: #000000;
	--top_bar_caolor_text: #000;
	--nav-color: #000;
	--nav-color-hover: #707070;
	--section-bg-color: #F3F3F3;
	--bs-font-body: "Poppins", -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
	--bs-font-title: "Poppins", -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--bs-font-title);
	font-weight: bold;
}

section,
header,
.header,
.section,
.wd100 {
	width: 100%;
	float: left;
}


/* ================================= */
.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 45px;
	display: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: #BBBBBB;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	transition: all 1s;
	z-index: 100000;
	border: #BBBBBB 1px solid;
}

.back-to-top:hover {
	border: var(--color-primary) 1px solid;
	transition: all 1s;
	color: #fff;
	background: var(--color-primary);
}

.dpx-whatsapp-lower {
	bottom: 150px;
	padding: 0;
	position: fixed;
	right: 10px !important;
	z-index: 10000000;
}

.dpx-whatsapp-lower .dpx-whatsapp-text .dpx-whatsapp-icon {
	display: inline;
	margin: 0px auto;
	color: #FFF;
	text-align: center;
	font-size: 36px;
	z-index: 100;
}

.dpx-whatsapp-lower .dpx-whatsapp-text .dpx-whatsapp-icon img {}


.modal-content {
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
	-moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
}


/* ====================== */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


/*overlay */

[data-overlay] {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


[data-overlay]::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
}

[data-overlay=light]::before {
	background-color: #fff;
}

[data-overlay=theme-2]::before {
	background-color: #2d48c3;
}

[data-overlay=dark]::before {
	background-color: #181b1d;
}

[data-overlay=theme]::before {
	background-color: #43824f;
}

[data-opacity="1"]::before {
	opacity: 0.1;
}

[data-opacity="2"]::before {
	opacity: 0.2;
}

[data-opacity="3"]::before {
	opacity: 0.3;
}

[data-opacity="4"]::before {
	opacity: 0.4;
}

[data-opacity="5"]::before {
	opacity: 0.5;
}

[data-opacity="6"]::before {
	opacity: 0.6;
}

[data-opacity="7"]::before {
	opacity: 0.7;
}

[data-opacity="8"]::before {
	opacity: 0.8;
}

[data-opacity="9"]::before {
	opacity: 0.9;
}

/* End Overlay */


/* General-------------------------------- */

/* ============ Header ============ */
.header_nav {
	display: none;
}

.header_nav a:before,
.header_nav a:after {
	content: '';
	display: block;
	background: #fff;
	height: 4px;
}

.header_nav a span {
	background: #fff;
	display: block;
	margin: 4px 0;
	width: 30px;
	height: 4px;
}

.header {
	transition: transform .9s;
}

.__hedrScr {
	background: #fff;
}

.__hedrScr .container {}

.__logo {
	min-width: 270px
}


.__cctest {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.__hdrtWrp {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-content: flex-end;
}


.__infoEtp {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}

.__hcalbw {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border: var(--color-primary) 1px solid;
	border-radius: 40px;
}

.__hcIcon {
	margin-right: 10px;
}

.__HclaTtx {
	font-weight: 600;
	font-size: 15px;
	padding-right: 15px;
	display: flex;
}

.__HclaTtx a {}

.__hcIcon svg {
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.__hcalbw:hover .__hcIcon svg {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.__topbarWrpz {
	background: var(--color-primary);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 12px 0;
	border-bottom: #fff 1px solid;
}

.__topbarWrpz a {
	color: #fff;
}

.__topbarWrpz a:hover {
	color: #000;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {

	.__cctest {
		padding: 10px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	.__infoEtp {
		display: flex;
		justify-content: center;
		gap: 15px;
	}

	.__logo { 
		margin-bottom: 10px;
	}
	.__topbarWrpz { 
		font-size: 14px;
		font-weight: 500;
	} 
 
	.navbar-nav {
		display: flex;
		flex-direction: row;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.menu_wrap .navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
		align-items: center;
		justify-content: center;
		justify-content: center !important;
	}
}

@media (max-width: 767px) {

	.__HclaTtx {
		font-size: 14px; 
	}
	.__hcIcon {
		margin-right: 6px;
	}
	.__infoEtp { 
		gap: 5px;
		flex-wrap: wrap;
	}

}

@media (max-width: 576px) {
	.__hcIcon svg{
		height: 25px;
		width: 25px;
	}
}


/*************Menu**********/
.__tNavw {
	margin-top: 20px;
}

.__navM {}

.navbar-toggler {
	padding: 3px 8px;
	font-size: 19px;
	line-height: 1;
	background-color: #2fc1d2;
	border: 1px solid transparent;
	border-radius: 0;
	float: right;
}

.menu_wrap {
	display: inline-block;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
}

.menu_wrap .navbar-expand-lg .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
	align-items: center;
	justify-content: flex-end;
}

.menu_wrap .nav-item.dropdown::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	color: var(--color-primary);
	position: absolute;
	right: 3px;
	top: 21px;
	font-size: 14px;
}


.menu_wrap .nav-item.dropdown {
	padding-right: 7px;
}


.menu_wrap .nav-item {}

.menu_wrap .navbar {
	padding: 0px;
}

.menu_wrap ul li {
	display: block;
}

.menu_wrap ul>li>a {
	padding: 5px 15px !important;
	border-radius: 0px;
	color: #343434 !important;
	line-height: 18px;
	text-align: left;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;

}

.menu_wrap ul>li>a.dropdown-toggle {
	white-space: normal;
}

.menu_wrap ul>li>a:hover,
.menu_wrap ul>li>a:focus {
	transition: all .1s;
	/* background: var(--color-primary);*/
	color: var(--color-primary) !important;
}

.menu_wrap ul>li>a.dropdown-toggle::after {
	display: none;
}


.__Navoffers {
	background: var(--color-primary);
	color: #fff;
	border-radius: 30px;
	text-align: center;
	padding: 8px 10px;
	white-space: nowrap;
}

.__Navoffers:hover {
	color: #fff;
}


.menu_wrap ul li.dropdown>ul li a {
	text-transform: none;
	padding: 9px 10px !important;
	font-size: 12px;
	color: #000 !important;
	border: none;
	font-weight: 600;
	white-space: break-spaces;
	line-height: 13px;
	display: block;
	border-bottom: #ddd 1px solid;
	max-width: 100%;
	width: 100%;
	text-align: left;
	-webkit-line-clamp: inherit;
	-webkit-box-orient: inherit;
	overflow: inherit;
	text-overflow: inherit;
	max-height: inherit;

}

.menu_wrap ul li.dropdown ul li .submenu.dropdown-menu {
	color: #000
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	width: 100%;
	padding: 0px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
	-moz-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
	box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
	min-width: 180px;

}

.__allCategoriesSTM .dropdown-menu {
	/*min-width: 250px !important;*/
	min-width: auto;
}


.__allCategoriesSTM .submenu.dropdown-menu {
	/*min-width: 160px !important;*/
	/*width: 160px !important;*/
	top: 0;
}


.menu_wrap ul li:hover>a {
	/* color: #fff !important;
	background: var(--color-primary) !important; */
	font-weight: 600;
}


.menu_wrap ul li.dropdown>ul li a:hover,
.menu_wrap ul li.dropdown>ul li a:focus {
	transition: none;
	/* color: #fff !important;
	background: var(--color-primary) !important; */
}


.menu_wrap ul li.dropdown ul li .submenu.dropdown-menu:hover {
	color: #fff;
}

.menu_wrap ul li.active a {
	border-bottom: 3px solid var(--color-secondary);
	transition: all 1s;
}


.menu_wrap .navbar-light .navbar-nav .nav-link:hover,
.menu_wrap .navbar-light .navbar-nav .nav-link:focus {
	background: var(--color-secondary);
	color: var(--nav-color-hover);
}

.menu_wrap .dropdown-menu>li:hover,
.menu_wrap .dropdown-menu>li:focus {
	color: #16181b;
	text-decoration: none;
	background: #f8c324 !important;
}

.__menu_arrow {
	float: right;
}

.__cumSubNvAw::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
	color: #0000009e;
	position: absolute;
	top: 12px;
	font-size: 14px;
	transform: rotate(270deg);
	right: 7px;
}

.menu_wrap .dropdown-menu>li:hover::after,
.menu_wrap .dropdown-menu>li:focus::after {
	color: var(--color-primary);
}


.nav-item.dropdown.dropdown-mega {
	position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
	width: 100%;
	top: auto;
	left: 0%;
	right: 0%;
	margin: 0 auto;
}

.navbar-toggler {
	border: none;
	padding: 0;
	outline: none;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 11;
	float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
	position: absolute;
	transform: translate(-50%, -50%) rotate(0deg);
	left: 50%;
	top: 50%;
	width: 50%;
	height: 50%;
	pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
	width: 100%;
	height: 4px;
	position: absolute;
	background: #333;
	border-radius: 2px;
	z-index: 1;
	transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
	left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
	top: 10%;
	transform-origin: 50% 50%;
	transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
	top: 50%;
	transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
	left: 0px;
	top: auto;
	bottom: 10%;
	transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
	position: absolute;
	margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
	top: 45%;
	transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
	left: 50%;
	width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
	top: 45%;
	transform: rotate(-45deg);
}


.menu_wrap .nav-item.dropdown:hover {
	background: var(--color-secondary);
}

.menu_wrap .nav-item.dropdown:hover>.dropdown-menu {
	display: block !important;
}


/*************sss***********/

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	 
	.__tNavw {
		margin-top: 10px;
	}
	.menu_wrap ul>li>a {
		padding: 5px 7px !important;
	}
	.menu_wrap{
		font-size: 13px;
	} 
}

@media (max-width: 767px) {

}

@media (max-width: 576px) {
	.menu_wrap {
		font-size: 11px;
		text-transform: none;
	}
	.menu_wrap ul>li>a {
		padding: 5px 3px !important;
	}
}


@media (max-width: 400px) {
	.menu_wrap {
		font-size: 12px; 
	}
}


/* ============ Header EE ============ */


/* ===============__banner=========== */

.__banner {}

.__banner .carousel-item img {
	/* height: 550px; */
	/* object-fit: cover;  */
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 10px;
	height: 10px;
	opacity: 10;
	border-radius: 50%;
	border: #fff 1px solid;
}

.carousel-indicators .active {
	border: #fff 1px solid;
	background: #fff;
	opacity: 0.5;
}

.__banner .carousel-control-next,
.__banner .carousel-control-prev {
	width: 86px;
	height: 86px;
	background: #000000b8;
	top: 39%;
	border-radius: 50%;
}

/* ========================== */
/* ========================== */


.__frWrzp {}

.__fmrwrpbz {
	max-width: 360px;
	width: 100%;
	background: #FFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.30);
	border-radius: 15px;
	display: inline-block;
	position: absolute;
	z-index: 9999;
	top: -280px;
	right: 0;
	overflow: hidden;
}

.__fmrwrbZ {
	padding: 15px;
}

.__fmrwrpbz h2 {
	background: var(--color-primary);
	text-align: center;
	font-size: 18px;

	font-weight: 700;

	color: #fff;
	padding: 15px 0;
}

.__frWrzp .container {
	position: relative;
}

.__fmrwrbZ .btn {
	padding: 13px;
	font-size: 16px;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {

	
	.__fmrwrpbz {
		max-width: 100%;
		width: 100%; 
		position: relative; 
		top: 0;
		 
	}
	.__frWrzp {
		padding: 20px 0 0;
	}
}

@media (max-width: 767px) {}

@media (max-width: 576px) {

	.__banner .carousel-control-next,
	.__banner .carousel-control-prev {
		width: 25px;
		height: 25px; 
		top: 30%;    
		padding: 5px; 
	}
}

/* ============================ */
/* ============================ */
/* ============ About us SS ============ */

.__abwrScz {
	padding: 50px 0;
}

.__adblkWbImg {
	text-align: center;
	overflow: hidden;
}

.__adblkWbTtx {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: center;
	font-size: 16px;
	line-height: 28px;
}

.__adblkWbTtx h1 {
	font-size: 30px;
	color: #000;
}




/* Shine */
.__adblkWbImg figure {
	position: relative;
}
.__adblkWbImg figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.__adblkWbImg figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}













@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.__adblkWbImg{
		margin-bottom: 15px;
	}
	.__abwrScz {
		padding: 25px 0;
	}
}

@media (max-width: 576px) {}

/* ============================ */
/* ============================ */
/* ============ Why Choose Healthserve SS ============ */
.__whycsrScz {
	padding: 50px 0;
	background: linear-gradient(83deg, #E67807 4.65%, #E40613 192.68%);
}

.__whycsrScz h2 {
	text-align: center;
	color: #fff;
	font-size: 26px;
	margin-bottom: 25px;
}

.__whyItmbz {
	display: flex;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.__whbIco {
	margin-right: 15px;
}

.__wyTtz {
	width: 100%;
}

.__wyTtz p {
	margin-bottom: 0;
}

.__wyTtz h4 {
	font-size: 18px;
	font-weight: 500;
}

.__wyouBoz {
	padding: 0 50px;
}

.__Lin {
	border-right: 1px solid #ffffff38;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__wyouBoz {
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.__Lin {
		border-right: none;
	} 
	.__wyouBoz {
		padding: 0 15px;
	}
	.__whycsrScz {
		padding: 25px 0;
	}
	.__whyItmbz { 
		margin-top: 10px;
		margin-bottom: 10px;
	}

}

@media (max-width: 576px) {}

/* ============================ */
/* ============================ */
/* ============ Our Services SS ============ */

.__servScz {
	padding: 50px 0;
}

.__servScz h2 {
	color: #000;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0px;
}

.__servScz h3 {
	color: #000;
	text-align: center;

	font-size: 22px;

	font-weight: 600;

	margin-bottom: 25px;
}


.__srbklz {
	overflow: hidden;
	border-radius: 10px 100px 10px 10px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	border: #fff 1px solid;

	margin-bottom: 25px;
}

.__srbtetx {
	padding: 15px 5px;
	text-align: center;
}

.__srbtetx h5 {
	font-size: 18px;
	font-weight: 600;
}

.__srbtetx h5 a {
	color: #000;
}

.__srbtetx p {
	margin: 0;
	font-size: 13px;
}

.__srbImg {
	overflow: hidden;
}
 
/* Zoom In #1 */
.__srbImg img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.__srbImg:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}  
.__srviBtn {
	margin-top: 10px;
}

.__srviBtn .btn {
	padding: 12px;
	font-size: 16px;
	border-radius: 10px;
	border: 2px solid;
}

.__srviBtn .btn:hover {
	border: 2px solid;
}

.__srviBtn .btn b {
	text-transform: uppercase;
}



@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.__srviBtn { 
		width: 100%;
	}
	.__servScz {
		padding: 25px 0;
	}
	.__srviBtn {
		margin-top: 0;
	}
}

@media (max-width: 576px) {}





/* ============================ */
/* ============================ */
/* ============ Physiotherapists SS ============ */

.__physBlkSec {
	color: #000;
	padding: 50px 0;
	background: #fbfbfb;
}

.__physBlkSec h2 {
	color: #000;
	text-align: center;

	font-size: 26px;
	font-weight: 700;
	margin-bottom: 25px;
}

.__pybTtz {
	font-size: 15px;
	color: #fff;
	background: var(--color-primary);
	padding: 25px;
	display: flex;
	align-items: center;
}

.__pybTtz ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.__pybTtz ul li {
	margin-bottom: 10px;
	background: url(../images/health.svg) no-repeat left top;
	padding: 0px 0px 0px 35px;
	margin: 0px 0 13px;
}

.__pybTimg {
	padding: 0px 0px;
	overflow: hidden;
}

.__pybTimg img {
	max-height: 310px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.__bordLtt {
	border-radius: 20px 0px 0px 0px;
	border-right: #fff 1px solid;
}

.__bordRt {
	border-radius: 0px 0px 0 20px;
	overflow: hidden;
	border-right: #fff 1px solid;
}

.__bordBltt {
	border-radius: 0px 20px 0px 0px;
	border-left: #fff 1px solid;
}

.__bordBRtt {
	border-radius: 0px 0px 20px 0px;
	border-left: #fff 1px solid;
	overflow: hidden;
}
 
/* Shine */
.__pybTimg figure {
	float: left;
	width: 100%;
	margin: 0;
	position: relative;
}
.__pybTimg figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.__pybTimg figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
















@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__bordLtt { 
		margin-bottom: 15px;
	}

	.__pybTimg img {
		max-height: 299px;
		object-fit: cover;
		border-radius: 0px  20px 20px 0;
	}
	.__bordLtt {
		border-radius: 20px 0px 0px 20px;
		border-right: #fff 1px solid;
	}

	.__bordBltt {
		margin-bottom: 15px;
		border-radius: 20px 0px 0px 20px;
 
	}
	.__pybTtz {
		border-radius: 20px 0px 0px 20px;
	}


}

@media (max-width: 767px) {
	.__physBlkSec{
		padding: 25px 0;
	}
	.__pybTtz {
		border-radius: 0px;
	}
	.__pybTimg img { 
		border-radius: 0px;
	}
 
	.__pybTimg{
		margin-bottom: 0px;
	}
	.__pybTtz{
		border-radius: 0;
		margin-bottom: 0px;
	}

	.__bordBltt { 
		
		border-left: none;
	}

	.__bordBRtt {
		border-radius: 0px 0px 10px 10px;
		border-left: none;
	}
	.__bordRt {
		border-radius: 0px 0px 0  0px; 
		border-right: none;
	}

	.__bordLtt {
		border-radius: 10px 10px 0px 00px;
		border-right:none;
	}
 
}

@media (max-width: 576px) {
 
}


/* ============================ */
/* ============================ */
/* ============ Just 3 Easy Steps! SS ============ */

.__EasyBlkSec {
	background: #575556;
	padding: 50px 0;
}

.__EasyBlkSec h2 {
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 25px;
}

.__sepBoz {
	max-width: 282px;
	min-height: 282px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 15px auto;
	border: 1px dashed var(--foundation-green-theme-light, #F1F7ED);
	box-shadow: 0px 6px 18px 0px rgba(88, 88, 88, 0.15);
}

.__sepBoz h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 19px;
	margin-bottom: 15px;
}

.__sepBoz h4 span {
	color: #77AF4A;
}

.__sepBoz svg {
	max-width: 250px;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.__EasyBlkSec { 
		padding: 25px 0;
	}
}

@media (max-width: 576px) {}


/* ============================ */
/* ============================ */
/* ============ Offer SS ============ */

.__offerSlkSc {
	padding: 50px 0;
	border-radius: 10px;
	overflow: hidden;
}

.__Ofofrtz {
	background: #77AF4A;
	display: flex;
	padding: 30px;
	color: #fff;
	flex-direction: column;
	justify-content: center;
	border-radius: 0px 10px 10px 0px;
}

.__txtOofr {
	padding-right: 0;
	object-fit: cover;
}

.__txtOofr img {
	max-height: 420px;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px 0 0 10px;
}

.__Ofofrtz h3 {
	font-size: 50px;
	font-weight: bold;
}

.__Ofofrtz h2 {
	font-size: 60px;
	font-weight: 800;
}

.__Ofofrtz h5 {
	font-size: 45px;
	font-weight: normal;
}

.__Ofofrtz h6 {
	font-size: 40px;
	font-weight: bold;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__txtOofr{
		padding: 0;
	}
	.__txtOofr img{
		border-radius: 10px 10px 0 0px;
	}
	.__Ofofrtz { 
		border-radius: 0 0 10px 10px;
		padding: 15px;
		text-align: center;
	}

	.__Ofofrtz h3 {
		font-size: 35px; 
	}
	.__Ofofrtz h2 {
		font-size: 40px;
	}
	.__Ofofrtz h5 {
		font-size: 35px; 
	}
	.__Ofofrtz h6 {
		font-size: 35px;
	}
}

@media (max-width: 767px) {
	.__offerSlkSc{
		padding: 25px 0;
	}
}

@media (max-width: 576px) {}


/* ============================ */
/* ============================ */
/* ============ Slider See What Our Patients Say SS ============ */

.inside_box {
	position: relative;
	z-index: 0;
}

.__patientsSayWrp .swiper-button-next:after,
.__patientsSayWrp .swiper-button-prev:after {
	font-size: 25px !important;
}

.__patientsSayWrp .swiper-button-prev,
.__patientsSayWrp .swiper-button-next {
	top: 39%;
	width: 40px !important;
	height: 40px !important;
	border-radius: 100%;
	color: #616161;
}

.__patientsSayWrp .swiper-button-prev {
	left: -40px;
}

.__patientsSayWrp .swiper-button-next {
	right: -40px;
}

.__patientsSayWrp {
	background: #F5F5F5;
	padding: 50px 0;
	overflow: hidden;
}

.__patientsSayWrp h2 {
	color: #000;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 25px;
}

.__sayItWrp {
	padding: 10px;
}

.__sayItBox {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 20px;
	padding-bottom: 5px;
	color: #5C5C5C;
	font-size: 15px;

}

.__sayItStar {
	text-align: center;
	margin-bottom: 10px;
}

.__sayItusrWpz { 
	text-align: center;
	min-height: 280px;
	max-height: 280px;
	overflow-y: auto
}

.__sayItusxdvds {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0;
}

.__sayItusrPic {

	width: 35px;
	height: 35px;
	background: #77AF4A;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.__sayItusrTxt {
	text-align: center;
}

.__sayItusrTxt h5 {
	color: #000000;
	font-size: 15px;
	margin: 10px auto 0;
	font-weight: 500;
}

.__sayItusrTxt p {
	color: #878787;
	font-size: 12px;
	margin: 0;
}

.__patientsSayWrp .container {
	padding: 0 60px;
}

.__patientsSayWrp .swiper-pointer-events {
	touch-action: pan-y;
	overflow: hidden;
}

.__txtAb {
	font-family: 'Droid Arabic Kufi';
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.__sayItusrWpz {
		text-align: center;
		min-height: auto;  
		max-height: inherit ;  
		overflow-y: auto;
	}
	.__patientsSayWrp .container {
		padding: 0 30px;
	}
	.__patientsSayWrp{
		padding: 25px 0;
	}
}

@media (max-width: 576px) {


}


/* ============================ */
/* ============================ */
/* ============ Contact SS ============ */

.__contactWrp {
	background: #fff;
	padding: 50px 0;
}

.__contactWrp h2 {
	color: #000;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 25px;
}

.__conWrzp {
	display: flex;
	gap: 25px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	padding: 15px;
}

.__clatImz {
	width: 100%;
}

.__clatImz img { 
	border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.__cotTtz {
	width: 100%;
}

.__cotTtz h5 {
	margin-bottom: 20px;
	color: #000;
	font-weight: 500;
}

.__cotitWrp {}

.__cotitWBoxz {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
}

.__cotrImz {
	margin-right: 10px;
}

.__cotrTxt {
	width: 100%;
	font-weight: 500;
	font-size: 15px;
}

.__cntmpve {
	margin-top: 10px;
}

.__cntmpve iframe {
	border-radius: 10px;
	float: left;
	width: 100%;
}

.__cofomz {
	background: #F2F2F2;
	padding: 20px;
	border-radius: 10px;
} 
.__cofomz h5 {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 15px;
} 
.__cofomz .btn {
	padding: 13px;
	font-size: 16px;
} 
.__fixdcall {
	position: fixed;
	right: 10px;
	bottom: 250px;
	z-index: 9999;
} 
.footer {
	background: #080808;
	color: #fff;
	padding: 20px;
	text-align: center;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__conWrzp {
		flex-direction: column;
	}
	.__clatImz img { 
		height: 100%;
		object-fit: cover;
		width: 100%;
		max-height: 400px;
	}
}

@media (max-width: 767px) {
	.__cofomz{
		padding: 10px;
	}
	.__contactWrp { 
		padding: 25px 0;
	}
}

@media (max-width: 576px) {}