@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&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: "Montserrat", -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
	--bs-font-title: "Montserrat", -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;
}

body {
	overflow-x: hidden;
}

section,
header,
.header,
.section,
.wd100 {
	width: 100%;
	float: left;
}

/* hamburger */
#menuToggle {
	display: block;
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0;
	/* hide this */
	z-index: 2;
	/* and place it over the hamburger */
	-webkit-touch-callout: none;
}

/*
  * Just a quick hamburger
  */
#menuToggle span {
	display: block;
	width: 33px;
	height: 3px;
	margin-bottom: 7px;
	position: relative;

	background: #fff;
	border-radius: 3px;

	z-index: 1;

	transform-origin: 4px 0px;

	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		opacity 0.55s ease;
}


#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

/* 
  * Transform all the slices of hamburger
  * into a crossmark.
  */
#menuToggle input:checked~span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -0px);
	background: #232323;
}

/*
  * But let's hide the middle one.
  */
#menuToggle input:checked~span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

/*
  * Ohyeah and the last one should go the other direction
  */
#menuToggle input:checked~span:nth-last-child(2) {
	opacity: 1;
	transform: rotate(-45deg) translate(0, -1px);
}

/*
  * Make this absolute positioned
  * at the top left of the screen
  */
#menu {
	position: absolute;
	width: 300px;
	margin: -70px 0 0 0;
	padding: 50px;
	padding-top: 25px;
	right: 0px;

	background: #fff;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */

	transform-origin: 0% 0%;
	transform: translate(300%, 0);

	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
	padding: 10px 0;
	font-size: 20px;
	font-weight: 600;
}

#menu li a {
	color: #000;
}

#menu li a:hover {
	color: #C52127;
}


/*
  * And let's fade it in from the left
  */
#menuToggle input:checked~ul {
	transform: none;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	#menu {
		transform: none;
		opacity: 0;

		transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	}
}



.__hrz {
	width: 50% !important;
	left: 16px;
}

#menuToggle input:checked~span.__hrz {
	width: 100% !important;

	left: 0px;
}





/* hamburger */


/* ================================= */
.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 {
	transition: transform .9s;
	position: absolute;
	top: 0;
	z-index: 100;
	width: 100%;
}

.__hedrScr {
	background: #fff0;
}

.__hedrScr .container {}

.__logo {
	min-width: 270px
}


.__cctest {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.__hdrtWrp {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-content: flex-end;
	justify-content: flex-end;
}



@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__cctest {
		padding: 10px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row;
	}
}

@media (max-width: 767px) {
	.__logo_actMM {
		max-width: 150px;
	}

}

@media (max-width: 576px) {
	.header {
		position: relative;
		background: #000;
	}

}


/*************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 {
	right: 15px;
}

.__banner .carousel-control-prev {
	left: 15px;
}

.__banner .carousel-control-next,
.__banner .carousel-control-prev {
	width: 86px;
	height: 86px;
	background: #000000b8;
	top: 39%;
	border-radius: 50%;

}

/* ========================== */
/* ========================== */

/* ============ About us SS ============ */

.__abwrScz {
	padding: 50px 0;
	background: url(../images/pattern.png) no-repeat;
}

.__adblkWbImg {
	text-align: center;
	overflow: hidden;
	position: relative;
	padding-right: 30px;
}

.__adblkWbTtx {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: center;
	font-size: 16px;
	line-height: 28px;
}


.__adblkWbTtx ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.__adblkWbTtx ul li {
	margin: 0;
	padding: 0;
	padding-left: 35px;
	font-weight: 600;
	background: url(../images/tick-circle.svg) left no-repeat;
}

.__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%;
	}
}




.__abExpbkl {
	border-radius: 10px;
	border-right: 6px solid #C52127;
	background: #FFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
	width: 260px;
	height: auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 390px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 10px;
}

.__nrz {
	font-size: 60px;
	color: #C52127;
	font-weight: bold;
	padding-right: 5px;
	line-height: 60px;
}

.__enxTtz {
	font-weight: 500;
	line-height: 16px;
}






@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__adblkWbImg {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {

	.__banner .carousel-control-next,
	.__banner .carousel-control-prev {
		width: 46px;
		height: 46px;
	}

	.__abExpbkl {
		top: 310px;
	}
}

@media (max-width: 576px) {

	.__abExpbkl {
		top: 210px;
	}
 
}

/* ============================ */
/* ============================ */
/* ============ map SS ============ */
.__mapwldz {
	padding: 50px 0;
	background: url(../images/attkpr_.png) no-repeat center center #011947;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 602px;
} 
.__mapwldz .container{
	position: relative;
}

.__mpzQ {
    max-width: 315px;
    display: flex;
    right: 520px;
    position: absolute;
    font-size: 13px;
    top: 9px;
}
  
.__pins {
    background: url(../images/poin_in.png) no-repeat center center;
    width: 37px;
    height: 50px;
    position: absolute;
    left: -65px;
    margin: 0 auto;
    top: 253px;
	display: none;
}

 


.__mapBoxInfo {
 
}

.__mapBoxInfo .__conbz {
	border: none;
	border-radius: 10px;
	background: #fff;
}

/* .__mapBoxInfo .__conbz h3 { */
.__conbz h3 {
	margin-bottom: 0px;
	font-size: 18px;
	color: #474747;
}


.__mapBoxInfo .__flgz {
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.__mapBoxInfo .__conbz h4 {
	margin-bottom: 0;
	font-size: 16px;
	color: #2C2F36;
}

.__mapBoxInfo .__cInzz {
	margin: 2px 0;
}

.__mapBoxInfo .__adrzin {
	min-height: auto;
	font-size: 13px;
	
}
.__mapBoxInfo .__adrzin p{
	margin-bottom: 5px;
}

.__mapBoxInfo::after {
    content: "";
    background: #ffffff;
    position: absolute;
    left: 230px;
    right: 0px;
    bottom: -101px;
    width: 1px;
    height: 213px;
    margin: 0 auto;
    transform: rotate(354deg);
    top: 60px;
 
}


.__close {
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
	display: none;
}
 
 
.__mpzQ.__mqKsa {
    left: auto;
    right: 360px;
    top: 402px;
} 

.__mpzQ.__mqKsa .__mapBoxInfo::after{
    right: auto;
    left: 67px;
    bottom: 0;
    height: 147px;
    margin: 0 auto;
    transform: rotate(12deg);
    bottom: auto;
    top: -130px;
}
  
 
.__mpzQ.__mqind {
    left: auto;
    right: 200px;
    top: 112px;
    margin: 0 auto;
}

.__mpzQ.__mqind .__mapBoxInfo::after{
	right: auto;
    left: 0;
    bottom: 0;
    height: 181px;
    margin: -17px auto 0;
    transform: rotate(229deg);
    top: auto;
    bottom: -149px;
} 




@media (max-width: 1399px) {

	.__mpzQ { 
		right: 430px;
	}
	.__mpzQ.__mqind { 
		right: 110px;
	}
	
	.__mpzQ.__mqKsa { 
		right: 270px;
	}

	/* .__mpzQ {
		max-width: 315px;
		display: inline-block;
		right: 90px;
		position: absolute;
		font-size: 13px;
		top: 0px;
	}
	.__mpzQ.__mqKsa {
		left: 300px;
		right: 0;
		top: 72px;
	}
	.__mpzQ.__mqind {
		left: auto;
		right: -10px;
		top: 242px;
		margin: 0 auto;
	} */
}

@media (max-width: 1199px) {
	 
	.__mapBoxInfo::after{
		display: none;
	}
	 
}

@media (max-width: 991px) {

	.__mapwldz .container {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.__mpzQ {
		max-width: 315px;
		display: inline-block;
		right: 0;
		position: relative;
		font-size: 13px;
		top: 0px;
		left: 0;
		margin: 0 auto;
		width: 100%;
	}
	.__mpzQ.__mqKsa {
		left: 0;
		right: 0;
		top: 0;
		margin: 0 auto;
	}

	.__mpzQ.__mqind {
		left: 0;
		right: 0;
		top: 0;
		margin: 0 auto;
	}

	.__mapwldz { 
		min-height: auto;
	}

	/* .__wyouBoz {
		padding: 0 30px;
	}

	.__mapwldz {
		min-height: 350px;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	} */
}

@media (max-width: 767px) {}

@media (max-width: 576px) {
	/* .__mapwldz {
		min-height: 230px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: -265px;
	} */
}

/* ============================ */
/* ============================ */
/* ============ Vision , Valuesm Mission SS ============ */

.__dcervScz {
	padding: 50px 0;
}

.__vmvTxt h4 {
	color: #000;
	font-size: 20px;
}

.__viwrz {
	margin-top: 10px;

}

.__viwrz h5 {
	color: #000;
}

.__viBoz {
	border-radius: 10px;
	border-left: 6px solid #C52127;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 15px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	height: 95%;
}


@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__vmvTxt {
		margin-top: 25px;
	}
}

@media (max-width: 767px) {}

@media (max-width: 576px) {}





/* ============================ */
/* ============================ */
/* ============ Just 3 Easy Steps! SS ============ */

.__EasyBlkSec {

	padding: 50px 0;
	background: url(../images/bg_rz.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 340px;
	display: flex;
	align-items: center;
}

.__EasyBlkSec h2 {
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 25px;
}

.__sepBoz {
	color: #fff;
	font-weight: 600;
}

.__sepBoz h4 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
}


@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.__sepBoz {
		margin-bottom: 30px;
	}
}

@media (max-width: 576px) {}



/* ============================ */
/* ============================ */
/* ============ Slider See What Our Patients Say SS ============ */

.inside_box {
	position: relative;
	z-index: 0;
}

.__gSolutionsWrp .swiper-button-next:after,
.__gSolutionsWrp .swiper-button-prev:after {
	font-size: 25px !important;
}

.__gSolutionsWrp .swiper-button-prev,
.__gSolutionsWrp .swiper-button-next {
	top: 49%;
	width: 60px !important;
	height: 60px !important;
	border-radius: 100%;
	color: #fff;
	background: #000000a8;
}

.__gSolutionsWrp .swiper-button-prev {
	left: -30px;
}

.__gSolutionsWrp .swiper-button-next {
	right: -30px;
}

.__gSolutionsWrp {
	background: #FFF7F3;
	padding: 50px 0;
	overflow: hidden;
}

.__gSolutionsWrp h2 {
	color: #000;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}

.__gSolutionsWrp h5 {
	text-align: center;
	color: #000000;
	font-size: 15px;
	margin-bottom: 3px;
}

.__sayItWrp {
	padding: 10px;
}

.__gsItBox {}

.__gsItBmg {
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

.__gsItBmg img {
	max-height: 250px;
	min-height: 250px;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}

.__gsItBox:hover .__gsItBmg img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.__gsItTx {



	padding: 15px;
	padding-bottom: 0px;
	border-radius: 0px 0px 10px 10px;
	background: #C52127;
	color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	min-height: 210px;
	font-size: 14px;
}

.__gsItTx h4 {
	font-size: 20px;
}

.__sayItStar {
	text-align: center;
	margin-bottom: 10px;
}

.__sayItusrWpz {
	text-align: center;
	min-height: 280px;
	max-height: 280px;
	overflow-y: auto
}

.__gSolutionsWrp .swiper-pointer-events {
	touch-action: pan-y;
	overflow: hidden;
}


@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;
	}

	.__gSolutionsWrp .container {
		padding: 0 30px;
	}

	.__gSolutionsWrp {
		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;
}

.__contactWrp h5 {
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: center;
}

.__cInzz {
	display: flex;
	margin: 3px 0;
}

.__xdcv {
	margin-right: 10px;
}

.__xdcv svg {
	margin-top: -2px;
}

.__conbz {
	border: #DDDDDD 1px solid;
	padding: 15px;
	border-radius: 5px;
	color: #585A5E;
}

.__flgz {
	margin-bottom: 15px;
}

.__conbz h4 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #2C2F36;
}

.__cInzz a {}

.__cInzz a:hover {
	color: #000;
	text-decoration: underline;
}

.__adrzin {
	min-height: 84px;
}





.footer {
	background: #080808;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-size: 13px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.__conbz{
		margin-bottom: 15px;
	}
}

@media (max-width: 767px) {}

@media (max-width: 576px) {}