@charset "utf-8";
@font-face {
  font-family: 'Switzer-Variable';
  src: url('../fonts/Switzer-Variable.woff2') format('woff2'),
       url('../fonts/Switzer-Variable.woff') format('woff'),
       url('../fonts/Switzer-Variable.ttf') format('truetype');
       font-weight: 100 900;
       font-display: swap;
       font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Switzer-Variable';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
	scrollbar-width: thin;
	scroll-behavior: smooth;
}
body {
	background: #F9F9F9;
}
body::-webkit-scrollbar {
  	width: 4px;
	background: #000;
}
body::-webkit-scrollbar-thumb {
  	background-color: #333;
	border: 1px solid #333;
}
::-moz-selection {
 	color: #fff;
 	background: #005A76;
}
::selection {
	color: #fff;
	background: #005A76;
}
img {
	max-width: 100%;
	height: auto !important;
	image-rendering: -webkit-optimize-contrast;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-control::placeholder {
	color: #888;
	opacity: 1 !important;
	font-size: 15px;
}
::-webkit-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
::-moz-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
:-ms-input-placeholder {
 	color: #888;
 	opacity: 1 !important;
	font-size: 15px;
}
select:required:invalid {
	color: #888 !important;
}
:focus {
	outline: none !important;
	box-shadow: none !important;
}
a, a:hover {
	text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	cursor: pointer !important;
	color: #2d2d2d !important;
}
select::-ms-expand {
 	display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], textarea, select {
	outline: none !important;
	box-shadow: none !important;
	font-size: 16px !important;
	background-color: transparent;
	color: #666666;
	border-color: transparent;
}
.form-control:focus, .form-select:focus {
    border-color: #005A76 !important;
	box-shadow: none !important;
}
textarea {
	resize: none;
	line-height: 26px !important;
}
.form-floating > textarea.form-control {
	min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
	font-size: 15px;
	color: #999;
}
.form-floating>.form-control:focus~label {
	color: #2d2d2d;
}
.form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after{
	background-color: transparent;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
b, strong {
    font-weight: 700;
}
.form-check-input:checked {
    color: #fff;
    border-color: transparent;
    background-color: #005A76;
}
.form-check-input:focus {
    border-color: rgba(225, 116, 0, 0.3);
    outline: 0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.form-check, .form-check-input {
	cursor: pointer;
}
@keyframes fadeIn {
  	0% { opacity: 0; }
  	100% { opacity: 1; }
}
.shine_ani:before {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.15)));
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
}
.shine_ani:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
    100% {left: -125%}
}
@keyframes shine {
    100% {left: -125%}
}
.nothing_display {
	width: 100%;
    padding: 50px 0;
    float: left;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #005A76;
}
/***************************** arabic *****************************/
.arabic .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	margin-left: 0em;
	margin-right: .255em;
}
.arabic .navbar-nav > li > a {
	margin: 0 40px 0 0;
}
.arabic .banner_text span {
    float: right;
}
.arabic .hm_specialties .swiper-button-prev, .arabic .hm_insurance .swiper-button-prev {
    right: auto !important;
    left: 60px !important;
}
.arabic .hm_specialties .swiper-button-next, .arabic .hm_insurance .swiper-button-next {
    left: 0 !important;
    right: auto !important;
}
.arabic .hm_bg .swiper-button-next {
	right: 50% !important;
	left: auto !important;
}
.arabic .hm_bg .swiper-button-prev {
	left: 50% !important;
    right: auto !important;
}
.arabic .hm_find_doctor, .arabic .hm_find_doctor_bg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.arabic .footer h3, .arabic .footer ul li a {
	text-align: right;
}
.arabic .footer .card-header a i {
    left: 15px;
	right: auto;
}
.arabic .current_openings_arrow {
	-webkit-transform: scaleX(-1);
  	transform: scaleX(-1);
}
.arabic .faq_search {
    float: left;
}
.arabic .specialties .nav_btn {
    margin: 0 0 0 20px;
}
.arabic .specialties_details .swiper-button-prev {
    right: auto !important;
    left: 60px !important;
}
.arabic .specialties_details .swiper-button-next {
    left: 0 !important;
    right: auto !important;
}
/***************************** top *****************************/
.top {
	width: 100%;
	height: 40px;
	float: left;
    background: #005A76;
}
.top span {
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
#menu_search {
    height: 130px;
}
#menu_search form {
	width: 500px;
}
.menu_address {
	background: #005A76;
}
.menu_address span {
	color: #fff;
	font-size: 15px;
}
.menu_address img {
	width: 16px;
}
/************************* social_media *************************/
.social_media a {
	width: 25px;
	height: 25px;
	font-size: 16px;
	display: inline-flex;
	line-height: 1;
	color: #fff;
	margin: 0 3px;
	text-align: center;
	align-items: center;
    justify-content: center;
}
.footer_social a {
	width: 40px;
    height: 40px;
	font-size: 27px;
	color: #979797;
}
.social_media a.fb:hover, .social_media a.fb:focus {
	background: #fff;
	color: #38548f;
}
.social_media a.tx:hover, .social_media a.tx:focus {
	background: #fff;
	color: #000;
}
.social_media a.im:hover, .social_media a.im:focus {
	background: #fff;
	color: #fb3958;
}
.social_media a.yt:hover, .social_media a.yt:focus {
	background: #fff;
	color: #e52d27;
}
.social_media a.in:hover, .social_media a.in:focus {
	background: #fff;
	color: #0976b4;
}
.social_media a.be:hover, .social_media a.be:focus {
	background: #fff;
	color: #0067ff;
}
.social_media a.wa:hover, .social_media a.wa:focus {
	background: #fff;
	color: #34af23;
}
/************************* header *************************/
.menu_bg {
	height: 120px;
	position: absolute;
	background: #fff;
}
.s_menu_bg {
	height: auto !important;
	position: fixed;
	z-index: 9;
	left: 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	animation: fadeIn 2s ease-in-out;
}
.logo img {
	width: 240px;
}
.s_menu_bg .logo {
	width: 200px;
}
/***************************** Menu *****************************/
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	border-radius: .25rem;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 1em;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 2em;
}
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	white-space: nowrap;
}
.navbar .has-megamenu {
	position: static!important;
}
.navbar .megamenu {
	padding: 1rem;
	left: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}
.has-megamenu:hover .megamenu {
    visibility: visible;
}
.navbar .megamenu .dropdown-item {
	padding: 8px;
}
.navbar-nav:not(.sm-collapsible) .has-megamenu .dropdown-item .sub-arrow {
	top: auto;
	margin-top: 8px;
}
.navbar {
	width: 100%;
	float: left;
	padding-top: 0;
	padding-bottom: 0;
    border-bottom: none;
}
.navbar-nav > li > a {
    color: #494949;
    display: block;
    position: relative;
    padding: 20px 0 !important;
	margin: 0 0 0 40px;
    font-size: 16px;
    font-weight: 500;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link, .navbar-nav > li.active > a.highlighted {
	color: #128aaf;
}
.navbar-nav li.active .nav-link:before, .navbar-nav li .nav-link:before, .navbar-nav > li.active > a.highlighted:before {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
	margin: 0 auto;
    color: transparent;
    content: "";
    height: 4px;
    width: 100%;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
   	transform: scale(0);
	background: #128aaf;
}
.navbar-nav li.active .nav-link:before, .navbar-nav li .nav-link:hover:before, .navbar-nav > li.active > a.highlighted:before, .navbar-nav > li > a.highlighted:before {
    visibility: visible;
    -webkit-transform: scale(1);
   	transform: scale(1);
}
.navbar .dropdown-item {
    width: auto;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0 !important;
	padding: 8px;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active, .navbar .dropdown-item:hover, .navbar .dropdown-item:focus, .navbar .dropdown-item.highlighted {
	background-color: #128aaf !important;
    color: #fff !important;
}
.navbar .dropdown-menu {
	animation: fadeIn 1s;
}
.menu_icon {
    width: 32px;
	float: right;
    padding: 0;
	display: none;
	border: none;
	z-index: 9;
}
.menu_icon > span {
	height: 2px;
	float: left;
  	background: #005A76;
  	margin: 3px 0;
}
.menu_icon:hover span {
	width: 100% !important;
}
.menu-close {
    width: 40px;
    height: 40px;
	border: none;
    z-index: 9;
    position: relative;
    background: #f4f4f4;
    border-radius: 50%;
}
.navbar .nav-link, .navbar .dropdown-item {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.megamenu h5 {
	font-size: 15px;
    font-weight: 600;
	color: #005A76;
    text-transform: uppercase;
	padding: 0 8px 8px 8px;
}
/***************************** btn *****************************/
.send_btn {
    font-size: 18px;
    padding: 15px 35px;
    font-weight: 500;
	background-color: transparent;
    color: #005A76;
	border: 1px solid #005A76;
	border-radius: 40px;
	text-align: center;
}
.send_btn:hover {
    background-color: #005A76;
    color: #fff;
}
/***************************** popup_banner *****************************/
.popup_banner {
	padding-top: 105px;
}
.popup_banner img {
	height: calc(100% - 50px) !important;
    object-fit: cover;
}
.modal-open .menu_bg {
	padding: 0px !important;
}
/***************************** popup_modal *****************************/
.popup_modal h5 {
	width: 100%;
    float: left;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
	background: #005A76;
}
.popup_modal .send_btn {
	background-color: #005A76;
    color: #fff;
	border: 1px solid #005A76;
}
.popup_modal .send_btn:hover {
	border: 1px solid #005A76;
    background: #fff;
    color: #005A76;
}
/***************************** mob_home *****************************/
.mob_home {
	margin: 120px 0 70px 0;
}
.mob_home_tile {
	width: 100%;
	float: left;
	background: #005A76;
}
.mob_home_tile h2 {
	width: 100%;
    float: left;
    font-weight: 600;
	font-size: 16px;
    color: #fff;
}
.mob_agent {
    background: #00B81D;
    position: absolute;
    right: 20px;
    top: 20px;
	padding: 6px;
}
.mob_home_footer {
    width: 100%;
    height: 50px;
	position: fixed;
    bottom: 0;
    display: flex;
    background: #fff;
    justify-content: space-evenly;
	align-items: center;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.03);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.03);
}
.mob_home_footer a i {
	color: #005A76;
	font-size: 20px;
}
/***************************** Banner *****************************/
.banner {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 120px;
}
.banner_text {
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	padding: 0 5%;
	display: flex;
    align-items: center;
    justify-content: center;
	background: rgba(0, 0, 0, 0);
}
.banner_text span {
	width: 45%;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.banner_text span h2 {
    font-size: 50px;
    font-weight: 700;
	color: #005A76;
}
.banner_text span h4 {
	color: rgba(0, 0, 0, 0.7);
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
}
.carousel-indicators {
    left: auto;
    margin-right: 5%;
}
.carousel-control-next, .carousel-control-prev {
	width: 5% !important;
}
/***************************** hm_hospital *****************************/
.hm_hospital {
    width: 100%;
    float: left;
}
.hm_hospital_textbg {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 50px;
}
.hm_hospital_bg1 {
    background: rgba(0, 90, 118, 0.86);
}
.hm_hospital_bg2 {
    background: rgba(0, 82, 107, 0.86);
}
.hm_hospital_bg3 {
    background: rgba(0, 73, 96, 0.86);
}
.hm_hospital .swiper-slide {
	min-height: 330px !important;
	height: auto !important;
}
.hm_hospital .swiper-slide img {
	height: 100% !important;
}
.hm_hospital h2 {
    width: 100%;
    float: left;
    font-weight: 600;
	font-size: 22px;
	line-height: 33px;
    color: #fff;
	text-align: center;
}
.hm_hospital h4 {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 15px;
	line-height: 22px;
    color: #fff;
	text-align: center;
}
.hm_hospital h4 a {
    color: #fff;
}
.hm_hospital_textbg .send_btn {
	background-color: transparent;
    color: #fff;
	border: 1px solid #fff;
	font-size: 16px;
}
.hm_hospital_textbg .send_btn:hover {
    background-color: #fff;
    color: #005A76;
}
/***************************** hm_specialties *****************************/
.hm_specialties {
    width: 100%;
    float: left;
	padding: 80px 0;
}
.hm_specialties h2 {
    color: #005A76;
	font-weight: 600;
	font-size: 44px;
}
.hm_specialties h3 {
    font-weight: 600;
	font-size: 22px;
	color: #667085;
	word-break: break-word;
}
.hm_specialties h4 {
    color: #667085;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}
.hm_specialties .swiper-slide img {
    height: 80px !important;
}
.hm_specialties .swiper-slide div {
    border: 1px solid #fff;
}
.hm_specialties .swiper-slide div:hover {
    border: 1px solid #005A76;
}
.hm_specialties .swiper-slide a {
    font-weight: 400;
	font-size: 13px;
	color: #005A76;
}
.hm_specialties .swiper {
	top: -70px;
	padding: 120px 0 50px 0;
    position: relative;
}
.hm_specialties .swiper-wrapper {
	flex-direction: row !important;
}
.hm_specialties .swiper-button-next, .hm_specialties .swiper-button-prev {
	padding: 25px;
	border-radius: 4px;
	top: 30px !important;
	bottom: 0;
	background: #fff;
	color: #626262;
	border: 1px solid #E9E9E9;
}
.hm_specialties .swiper-button-next:hover, .hm_specialties .swiper-button-prev:hover {
	background: #005A76;
	color: #fff;
}
.hm_specialties .swiper-button-next {
	right: 0 !important;
    left: auto !important;
}
.hm_specialties .swiper-button-prev {
	left: auto !important;
	right: 60px !important;
}
.hm_specialties .swiper-button-next::after, .hm_specialties .swiper-button-prev::after {
	font-size: 8px !important;
	font-weight: 700;
}
.hm_specialties .swiper-pagination-bullet {
	background: #D9D9D9 !important;
}
.hm_specialties .swiper-pagination-bullet-active {
	background: #005A76 !important;
}
/************************* hm_find_doctor *************************/
.hm_find_doctor {
    width: 100%;
    float: left;
    background: #fff url(../images/hm_find_doctor_bg.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.hm_find_doctor_bg {
    width: 100%;
    height: 100%;
    float: left;
	background-image: linear-gradient(to right, #fff 0%, rgba(0, 0, 0, 0) 100%);
	padding: 80px 0;
}
.hm_find_doctor h2 {
    color: #005A76;
	font-weight: 600;
	font-size: 44px;
}
.hm_find_doctor h4 {
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
	text-align: justify;
}
/***************************** hm_insurance *****************************/
.hm_insurance {
    width: 100%;
    float: left;
	padding: 80px 0 30px 0;
}
.hm_insurance h2 {
    color: #005A76;
	font-weight: 600;
	font-size: 44px;
}
.hm_insurance h3 {
    font-weight: 600;
	font-size: 23px;
	color: #667085;
}
.hm_insurance h4 {
    color: #667085;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}
.hm_insurance .swiper {
	top: -70px;
	padding: 120px 0 50px 0;
    position: relative;
}
.hm_insurance .swiper-slide {
	background: #fff;
	border: 1px solid #F2F2F2;
	align-content: center;
}
.hm_insurance .swiper-slide img {
    max-height: 100px;
}
.hm_insurance .swiper-button-next, .hm_insurance .swiper-button-prev {
	padding: 25px;
	border-radius: 4px;
	top: 30px !important;
	bottom: 0;
	background: #fff;
	color: #626262;
	border: 1px solid #E9E9E9;
}
.hm_insurance .swiper-button-next:hover, .hm_insurance .swiper-button-prev:hover {
	background: #005A76;
	color: #fff;
}
.hm_insurance .swiper-button-next {
	right: 0 !important;
    left: auto !important;
}
.hm_insurance .swiper-button-prev {
	left: auto !important;
	right: 60px !important;
}
.hm_insurance .swiper-button-next::after, .hm_insurance .swiper-button-prev::after {
	font-size: 8px !important;
	font-weight: 700;
}
.hm_insurance .swiper-pagination-bullet {
	background: #D9D9D9 !important;
}
.hm_insurance .swiper-pagination-bullet-active {
	background: #005A76 !important;
}
/***************************** Testimonials, News & Events *****************************/
.hm_bg {
    width: 100%;
    float: left;
	padding: 80px 0 100px 0;
	background: #F4F4F4;
}
.hm_bg .vr {
    border: 1px solid #E3E3E3;
}
.hm_bg h2 {
    color: #005A76;
	font-weight: 600;
	font-size: 44px;
}
.hm_bg h3 {
    color: #005A76;
	font-weight: 700;
	font-size: 26px;
}
.hm_bg h4 {
    color: #667085;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
    text-align: center;
}
.hm_bg .swiper-button-next, .hm_bg .swiper-button-prev {
	padding: 25px;
	border-radius: 4px;
	top: auto;
	bottom: 40px;
	background: #fff;
	color: #626262;
	border: 1px solid #E9E9E9;
}
.hm_bg .swiper-button-next:hover, .hm_bg .swiper-button-prev:hover {
	background: #005A76;
	color: #fff;
}
.hm_bg .swiper-button-next {
	left: 50% !important;
	right: auto !important;
}
.hm_bg .swiper-button-prev {
	right: 50% !important;
    left: auto !important;
}
.hm_bg .swiper-button-next::after, .hm_bg .swiper-button-prev::after {
	font-size: 8px !important;
	font-weight: 700;
}
.hm_bg .swiper-pagination-bullet {
	background: #D9D9D9 !important;
}
.hm_bg .swiper-pagination-bullet-active {
	background: #005A76 !important;
}
/************************* footer *************************/
.footer {
    width: 100%;
	float: left;
    background: #fff;
    padding: 80px 0 0 0;
}
.footer_newsletter {
    width: 100%;
    float: left;
    background: #005A76;
    padding: 55px 0;
}
.footer_newsletter p {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
}
.footer_search {
	width: 450px;
	height: 60px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 40px;
	margin: 0 auto;
	padding: 5px;
}
.footer_search input {
	border-radius: 30px;
}
.footer_search .form-control::placeholder {
	color: #8A8A8A;
	opacity: 1 !important;
	font-size: 15px;
	font-weight: 300;
}
.footer_search .btn {
	font-size: 15px;
	font-weight: 600;
    background-color: #005A76;
	color: #fff;
	text-transform: uppercase;
	border-radius: 30px !important;
	padding: 0 50px;
}
.footer_search .btn:hover, .footer_search .btn:active {
	background-color: #193961;
	color: #fff;
}
.footer .collapse:not(.show) {
    display: block;
}
.footer .card-header a i {
    right: 15px;
    position: absolute;
    font-size: 12px;
    color: #252525;
	text-align: right;
}
.footer .card-header a .fa-plus{
	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer .card-header a .fa-minus{
	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.footer h3 {
    font-weight: 600;
	font-size: 18px;
	color: #252525;
	text-align: left;
}
.footer h4 {
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
	text-align: justify;
}
.footer ul li {
	width: 100%;
    float: left;
    list-style: none;
}
.footer ul li a {
	width: 100%;
    float: left;
    color: #667085;
    font-weight: 400;
    font-size: 18px;
	margin: 0 0 12px 0;
	text-align: left;
	word-break: break-word;
}
.footer ul li a:hover, .footer ul li .active {
    color: #d61a21;
}
.mbhh, .accreditation {
	height: 85px !important;
}
/************************* whatsapp *************************/
.wa_icon .wa_btn {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 110px;
	right: 5px;
	z-index: 10;
	background: #26af36;
	border-radius: 50%;
	display: flex;
	align-items: center;
    justify-content: center;
}
.wa_icon i {
	color: #fff;
	font-size: 30px;
	-webkit-animation: ring 4s .7s ease-in-out infinite;
  	-webkit-transform-origin: 50% 4px;
  	-moz-animation: ring 4s .7s ease-in-out infinite;
  	-moz-transform-origin: 50% 4px;
  	animation: ring 4s .7s ease-in-out infinite;
  	transform-origin: 50% 4px;
}
.wa_msg {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 60px;
	right: 5px;
	z-index: 9;
	background: #fff;
	border-radius: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #252525;
	opacity: 0;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.wa_icon:hover .wa_msg {
	width: 250px;
	padding: 0 0 0 35px;
	opacity: 1;
}
@keyframes ring {
  	0% { transform: rotate(0); }
  	1% { transform: rotate(30deg); }
  	3% { transform: rotate(-28deg); }
  	5% { transform: rotate(34deg); }
  	7% { transform: rotate(-32deg); }
  	9% { transform: rotate(30deg); }
  	11% { transform: rotate(-28deg); }
  	13% { transform: rotate(26deg); }
  	15% { transform: rotate(-24deg); }
  	17% { transform: rotate(22deg); }
  	19% { transform: rotate(-20deg); }
  	21% { transform: rotate(18deg); }
  	23% { transform: rotate(-16deg); }
 	25% { transform: rotate(14deg); }
  	27% { transform: rotate(-12deg); }
  	29% { transform: rotate(10deg); }
  	31% { transform: rotate(-8deg); }
  	33% { transform: rotate(6deg); }
  	35% { transform: rotate(-4deg); }
  	37% { transform: rotate(2deg); }
  	39% { transform: rotate(-1deg); }
  	41% { transform: rotate(1deg); }
  	43% { transform: rotate(0); }
  	100% { transform: rotate(0); }
}
/***************************** copyright *****************************/
.copyright {
	width: 100%;
	float: left;
	padding: 20px 0;
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.copyright i {
	font-size: 13px;
}
.copyright a:hover img {
	transform: scale(0.95);
}
/***************************** inner_head *****************************/
.inner_head {
	width: 100%;
    float: left;
    padding: 50px 0 0 0;
	margin-top: 120px;
}
.inner_head h1 {
    font-size: 50px;
    font-weight: 700;
    color: #005A76;
}
.breadcrumb-item {
	font-weight: 300;
	font-size: 16px;
	text-transform: capitalize;
	color: #303030 !important;
}
.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before {
	font-weight: 300;
	font-size: 16px;
	text-transform: capitalize;
	color: #656C7B;
}
/***************************** about *****************************/
.counter_box {
    font-weight: 600;
	font-size: 50px;
	color: #262626;
}
.counter_box p {
    font-weight: 500;
	font-size: 16px;
	color: #667085;
}
.about .vr {
	width: 2px;
	min-height: 40px;
	background-color: rgba(17, 17, 17, 0.08);
}
.about_sticky_img {
	position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.about h2 {
    color: #005A76;
    font-weight: 600;
    font-size: 44px;
}
.about h3 {
    font-weight: 600;
    font-size: 22px;
    color: #262626;
}
.about h4 {
	color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.about .value_icon {
    color: #fff;
    background: #005A76;
    font-size: 28px;
}
/***************************** careers *****************************/
.current_openings_arrow {
	width: 20px;
}
.careers h2 {
    color: #005A76;
    font-weight: 600;
    font-size: 44px;
}
.careers h3 {
    font-weight: 600;
    font-size: 22px;
    color: #262626;
}
.careers a:hover h3 {
    color: #005A76;
}
.careers a:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.careers h4 {
	color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.careers .form-label {
	font-weight: 400;
	font-size: 18px;
	color: #000000;
}
.careers input, .careers textarea, .careers .form-select {
	border: 1px solid #D5D5D5;
    padding: 15px;
	background-color: transparent;
}
/***************************** faq *****************************/
.faq h2 {
    color: #005A76;
    font-weight: 600;
    font-size: 44px;
}
.faq h5 {
    font-weight: 600;
    font-size: 22px;
    color: #262626;
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.faq .card-body {
	font-size: 18px;
    font-weight: 400;
    color: #667085;
    line-height: 32px;
	text-align: justify;
}
.faq .card-header a .fa-plus {
	color: #005A76;
	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.faq .card-header a .fa-minus {
	color: #005A76;
	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
	transition: transform .25s linear;
  	-webkit-transition: -webkit-transform .25s linear;
}
.faq_search {
	width: 450px;
	height: 60px;
    float: right;
	background-color: #fff;
	border: 1px solid #E4E4E4;
	border-radius: 40px;
	padding: 5px;
}
.faq_search input {
	border-radius: 30px;
}
.faq_search .form-control::placeholder {
	color: #8A8A8A;
	opacity: 1 !important;
	font-size: 15px;
	font-weight: 300;
}
.faq_search .btn {
	font-size: 15px;
	font-weight: 500;
    background-color: #005A76;
	color: #fff;
	border-radius: 30px !important;
	padding: 0 30px;
}
.faq_search .btn:hover, .faq_search .btn:active {
	background-color: #193961;
	color: #fff;
}
.faq_search_box {
	margin-top: -88px;
}
/***************************** doctors *****************************/
.doctors h2 {
	font-weight: 600;
	font-size: 26px;
	color: #667085;
}
.doctors_form {
	width: 100%;
    background: #005A76;
    padding: 50px 50px 30px 50px;
}
.doctors_form .form-label {
	font-weight: 600;
	font-size: 17px;
	color: #FFF;
}
.doctors_form .form-select {
	height: 65px;
}
.doctors_form .send_btn {
	height: 65px;
    color: #fff;
	border: 1px solid #fff;
	padding: 15px 100px;
}
.doctors_form .send_btn:hover {
    background-color: #fff;
    color: #005A76;
}
.doctors h3 {
	font-weight: 700;
	font-size: 22px;
	color: #005A76;
}
.doctors h4 {
	font-weight: 400;
	font-size: 13px;
	color: #000;
	line-height: 20px;
}
.doctors h5 {
	font-weight: 400;
	font-size: 10px;
	color: #667085;
	line-height: 20px;
	text-align: justify;
}
.dr_list .send_btn {
    padding: 8px;
}
/***************************** doctors_details *****************************/
.doctors_details h1, .doctors_details h2 {
    color: #005A76;
    font-weight: 600;
    font-size: 44px;
}
.doctors_details h3 {
    color: #005A76;
    font-weight: 700;
    font-size: 44px;
}
.doctors_details h4 {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    font-size: 18px;
	line-height: 24px;
}
.doctors_details h5 {
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
	text-align: justify;
}
.doctors_sticky_img {
	position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.book_appointment {
    width: 100%;
    float: left;
    background: #fff url(../images/book_appointment_bg.webp) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.book_appointment_bg {
    width: 100%;
    height: 100%;
    float: left;
	background: rgba(0, 90, 118, 0.7);
	padding: 100px 0;
}
.book_appointment .send_btn {
    color: rgb(0, 90, 118);
	border: 1px solid #fff;
	background-color : #fff;
	font-weight : bold;
}
.book_appointment .send_btn:hover {
    background-color: #fff;
    color: #005A76;
}
.testimonials {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.testimonials h2 {
    color: #005A76;
    font-weight: 700;
    font-size: 44px;
}
.testimonials h4 {
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
	text-align: justify;
}
.testimonials h5 {
	color: #667085;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
}
.testimonials h6 {
	font-weight: 500;
	font-size: 13px;
	color: #667085;
}
.testimonials hr {
	border-color: #000;
    opacity: 1;
    width: 40px;
    margin: 0 auto;
}
.testimonials_img {
	width: 70px;
}
.testimonials_quotes {
	width: 25px;
}
.testimonials .swiper {
	width: 1140px;
}
.testimonials .swiper-pagination-bullet {
	background: #D9D9D9 !important;
}
.testimonials .swiper-pagination-bullet-active {
	background: #005A76 !important;
}
/***************************** insurance *****************************/
.insurance h4 {
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.insurance img {
    max-height: 100px;
}
/***************************** privacy_policy *****************************/
.privacy_policy h3 {
    font-weight: 600;
    font-size: 26px;
    color: #000;
}
.privacy_policy h4 {
    font-weight: 500;
	font-size: 20px;
	color: #000;
}
.privacy_policy ul li {
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}
.privacy_policy p {
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
/***************************** specialties *****************************/
.specialties h4 {
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.specialties_search {
	width: 450px;
	height: 60px;
	background-color: #fff;
	border: 1px solid #E4E4E4;
	border-radius: 40px;
	padding: 5px;
}
.specialties_search input {
	border-radius: 30px;
}
.specialties_search .form-control::placeholder {
	color: #8A8A8A;
	opacity: 1 !important;
	font-size: 15px;
	font-weight: 300;
}
.specialties_search .btn {
	font-size: 15px;
	font-weight: 500;
    background-color: #005A76;
	color: #fff;
	border-radius: 30px !important;
	padding: 0 30px;
}
.specialties_search .btn:hover, .specialties_search .btn:active {
	background-color: #193961;
	color: #fff;
}
.specialties .nav-link {
    font-size: 18px;
    padding: 15px 50px;
    font-weight: 500;
    background-color: transparent;
    color: #005A76;
    border: 1px solid #005A76;
    border-radius: 40px;
    text-align: center;
}
.specialties .nav-link.active, .specialties .nav-link:hover {
	background-color: #005A76;
    color: #fff;
	box-shadow: 10px 15px 20px 10px rgba(0, 0, 0, 0.1);
}
.specialties .tab-content {
	margin: 70px 0 0 0;
}
.specialties h3 {
    font-weight: 600;
    font-size: 22px;
    color: #667085;
	word-break: break-word;
}
.specialties img {
    height: 80px !important;
}
.dr_list:hover {
    border-color: #005A76 !important;
}
.specialties .nav_btn {
    margin: 0 20px 0 0;
}
.specialties_form {
	width: 100%;
    float: left;
    background: #005A76;
    padding: 50px 50px 30px 50px;
}
.specialties_form .form-label {
	font-weight: 600;
	font-size: 17px;
	color: #FFF;
}
.specialties_form .form-select {
	height: 65px;
}
.specialties_form .send_btn {
	height: 65px;
    color: #fff;
	border: 1px solid #fff;
	padding: 15px 100px;
}
.specialties_form .send_btn:hover {
    background-color: #fff;
    color: #005A76;
}
/***************************** specialties *****************************/
.specialties_details h2 {
    color: #005A76;
    font-weight: 600;
    font-size: 44px;
}
.specialties_details h3 {
	font-weight: 600;
	font-size: 21px;
	color: #262626;
}
.specialties_details h4 {
	color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.specialties_details h5 {
	color: #667085;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}
.specialties_details h6 {
	font-weight: 400;
    font-size: 13px;
    color: #000;
    line-height: 20px;
}
.specialties_details .swiper-wrapper {
	flex-direction: row !important;
}
.specialties_details .send_btn {
	font-size: 14px;
	padding: 15px 10px;
}
.specialties_details .swiper-button-next, .specialties_details .swiper-button-prev {
	padding: 25px;
	border-radius: 4px;
	top: 30px !important;
	bottom: 0;
	background: #fff;
	color: #626262;
	border: 1px solid #E9E9E9;
}
.specialties_details .swiper-button-next:hover, .specialties_details .swiper-button-prev:hover {
	background: #005A76;
	color: #fff;
}
.specialties_details .swiper-button-next {
	right: 0 !important;
    left: auto !important;
}
.specialties_details .swiper-button-prev {
	left: auto !important;
	right: 60px !important;
}
.specialties_details .swiper-button-next::after, .specialties_details .swiper-button-prev::after {
	font-size: 8px !important;
	font-weight: 700;
}
/***************************** parking *****************************/
.parking h4 {
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.parking_form {
	width: 100%;
    float: left;
    background: #005A76;
    padding: 50px 50px 30px 50px;
}
.parking_form .form-label {
	font-weight: 600;
	font-size: 17px;
	color: #FFF;
}
.parking_form .form-select {
	height: 65px;
}
.parking_form .send_btn {
	height: 65px;
    color: #fff;
	border: 1px solid #fff;
	padding: 15px 100px;
}
.parking_form .send_btn:hover {
    background-color: #fff;
    color: #005A76;
}
/***************************** packages *****************************/
.packages h4 {
	color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.package_box {
	padding: 20px 40px;
  	border-bottom: 2px solid #005A76;
}
.package_box_width {
	max-width: 250px;
}
.package_box h2 {
    word-break: break-word;
	font-weight: 600;
	font-size: 15px;
	color: #000;
}
.package_box del {
    font-weight: 700;
	font-size: 12px;
	color: #969696;
}
.package_box h5 {
    font-weight: 700;
	font-size: 28px;
	color: #005A76;
	text-wrap: nowrap;
}
.package_box h6 {
    font-weight: 400;
	font-size: 14px;
	color: #667085;
}
.package_box .send_btn {
    height: 60px;
    min-width: 175px;
}
.package_badge {
    border-radius: 5px;
    background: #0FBC57;
    font-weight: 400;
	font-size: 8px;
	color: #FFFFFF;
    text-transform: uppercase;
    padding: 5px 10px;
	display: inline-block;
}
/***************************** package_details *****************************/
.package_details h2 {
    font-weight: 700;
    font-size: 28px;
    color: #005A76;
}
.package_details h3 {
    font-weight: 600;
    font-size: 18px;
    color: #262626;
}
.package_details h4, .package_details ul li, .package_details ol li {
	color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.package_details h6 {
	font-weight: 400;
    font-size: 13px;
    color: #000;
    line-height: 20px;
}
.package_details_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
.package_details .form-label {
	font-weight: 400;
	font-size: 18px;
	color: #000000;
}
.package_details input, .package_details textarea {
	border: 1px solid #D5D5D5;
    padding: 20px 15px;
	background-color: transparent;
}
/***************************** contact *****************************/
.contact h2 {
	color: #005A76;
    font-weight: 600;
    font-size: 44px;
}
.contact h5 {
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.contact h3 {
    font-weight: 500;
	font-size: 28px;
	color: #000000;
}
.contact h6 {
    font-weight: 500;
	font-size: 21px;
	color: #000000;
}
.contact h4 {
    color: #667085;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}
.contact h4 a {
    color: #667085;
}
.contact h4 a:hover {
    color: #000;
}
.contact .form-label {
	font-weight: 400;
	font-size: 18px;
	color: #000000;
}
.contact input, .contact textarea , .contact select {
	border: 1px solid #D5D5D5;
    padding: 15px;
	background-color: transparent;
}
.contact textarea {
	height: 130px;
}
/***************************** branch *****************************/
.branch h4 {
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.branch h3 {
    font-weight: 700;
    font-size: 22px;
    color: #005A76;
}
.branch_list:hover {
    border-color: #005A76 !important;
}
/***************************** branch_details *****************************/
.branch_details h2 {
	color: #005A76;
    font-weight: 600;
    font-size: 44px;
}
.branch_details h5 {
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.branch_details h6 {
    font-weight: 500;
	font-size: 21px;
	color: #000000;
}
.branch_details h4 {
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}
.branch_details h4 a {
    color: #667085;
}
.branch_details h4 a:hover {
    color: #000;
}
/***************************** news *****************************/
.news_section1 h2 {
    font-weight: 700;
	font-size: 26px;
	line-height: 32px;
}
.news_section1 h3 {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
	line-height: 24px;
}
.news_date_bg {
	font-weight: 600;
	font-size: 14px;
	color: #FFFFFF;
	background: #005A76;
}
.news_title {
	width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	display: flex;
	flex-wrap: wrap;
    align-content: space-between;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
	padding: 20px;
}
.latest_news {
  	font-weight: 600;
	font-size: 44px;
	color: #333;
}
.news_section2 h2 {
    font-weight: 700;
	font-size: 26px;
	line-height: 32px;
}
.news_section2 h3 {
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
.news_section2 h4 {
    font-weight: 600;
	font-size: 22px;
	color: #333333;
	line-height: 26px;
}
.news_section2 h5 {
    font-weight: 400;
	font-size: 14px;
	color: #667085;
}
.recent_news {
	position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.recent_news h2 {
	font-weight: 700;
	font-size: 22px;
	color: #161D24;
}
.recent_news h4 {
    font-weight: 700;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}
.news_date {
    font-weight: 400;
	font-size: 14px;
	color: #666666;
}
.readmore_btn {
	font-weight: 400;
	font-size: 14px;
	color: #005A76;
}
.readmore_btn:hover {
	margin: 0 0 0 10px;
}
.news_morebtn {
	color: #005A76;
	font-size: 22px;
}
.news_details h1 {
	font-weight: 700;
	font-size: 44px;
	color: #333; 
}
.news_details h4 {
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
/***************************** appointment_request *****************************/
.appointment_request .form-label {
	font-weight: 400;
	font-size: 18px;
	color: #000000;
}
.appointment_request input, .appointment_request textarea, .appointment_request .form-select {
	border: 1px solid #D5D5D5;
    padding: 15px;
	background-color: transparent;
}
/***************************** p and v *****************************/
.pv_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
/***************************** medical_records_request *****************************/
.medical_records_request_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.medical_records_request h4 {
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
}
/***************************** not_found *****************************/
.not_found {
    width: 100%;
    float: left;
    padding: 50px 0;
	margin-top: 120px;
}
.not_found img {
    width: 400px;
}
.not_found p {
    width: 100%;
    float: left;
    color: #667085;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
/*******************************videobtn*******************************/
.videobtn {
	width: 60px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
  	cursor: pointer;
  	text-align: center;
	transition: all .3s ease-in-out;
}
.video-btn {
	background: none;
    border: none;
	padding: 0;
}
.video-btn:hover .videobtn {
	-ms-transform: translate(-50%, -50%) scale(1.2);
  	transform: translate(-50%, -50%) scale(1.2);
}
/*******************************scrollToTop*******************************/
#scroll {
    position:fixed;
    right:5px;
    bottom:55px;
    cursor:pointer;
    width:30px;
    height:40px;
    background-color:rgba(0, 0, 0, 0.5);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:20px;
	z-index: 999;
	-webkit-transition: background-color .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#005A76;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/***************************** Popup *****************************/
.modal-header {
	background: rgba(0, 0, 0, 0.7);
    padding: 4px 20px 8px 20px;
    text-align: center;
    position: relative;
}
.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
	width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0 15px;
    font-weight: 600;
}
.modal-header .close {
    padding: 0;
	font-size: 18px;
	color: #f00;
    background: none;
	border: none;
}
.modal-content {
	background: none;
	border: none;
}
.modal-open .modal {
	padding: 0 !important;
}
.video-modal-body {
	background: #000 !important;
	padding: 0;
}
.modalclose {
	width: 40px;
    height: 40px;
	position: absolute;
    top: 10px;
    right: 10px;
    background: #005A76;
    color: #fff;
    border-radius: 50%;
	z-index: 9;
    border: none;
}
/***************************** swiper *****************************/
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	height: auto !important;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    background: #fff !important;
}
@media (min-width: 200px) and (max-width: 1399.98px) {
	
}
@media (min-width: 200px) and (max-width: 1299.98px) {
	.testimonials .swiper {
		width: auto;
	}
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.navbar-nav li.active .nav-link:before, .navbar-nav li .nav-link:before {
		display: none;
	}
	.menu_bg {
		height: 105px;
	}
	.banner, .inner_head, .not_found {
		margin-top: 105px;
	}
	.banner_text span h2, .inner_head h1 {
		font-size: 40px;
	}
	.hm_specialties h2, .hm_find_doctor h2, .hm_insurance h2, .hm_bg h2, .about h2, .doctors_details h1, .doctors_details h2, .doctors_details h3, .testimonials h2, .specialties_details h2, .latest_news, .news_details h1, .contact h2, .faq h2, .careers h2, .branch_details h2 {
		font-size: 35px;
	}
	.doctors_form .send_btn, .specialties_form .send_btn, .parking_form .send_btn {
		padding: 15px 35px;
	}
	.package_box {
		padding: 20px 0px;
	}
}
@media (min-width: 200px) and (max-width: 1199.98px) {
	.navbar .offcanvas {
		width: 300px !important;
		border-left: none !important;
	}
	.navbar .offcanvas-body::-webkit-scrollbar {
		width: 4px;
		background: #f1f1f1;
	}
	.navbar .offcanvas-body::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border: 1px solid #fff;
	}
	.menu_icon {
		display: block;
	}
	.navbar .dropdown-item {
    	width: 100%;
    	font-size: 14px;
		text-align: center;
		padding: 10px 12px !important;
		font-weight: 500;
	}
	.megamenu h5 {
		font-size: 14px;
		padding: 8px 0;
		text-align: center;
		border-bottom: 1px solid #dedede;
	}
	.navbar-nav > li > a {
		text-shadow: none;
		padding: 8px 0 !important;
		text-align: center;
		margin: 0 0 10px 0;
		font-weight: 500;
		justify-content: center;
	}
	.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
		color: #fff !important;
		background: #128aaf;
	}
	.has-megamenu:hover .megamenu {
		display: none;
	}
	.navbar .megamenu {
		max-width: 100% !important;
	}
}
@media (min-width: 200px) and (max-width: 991.98px) {
	.hm_hospital_textbg {
    	padding: 40px;
		align-content: center;
	}
	.banner_text span h2, .inner_head h1 {
    	font-size: 30px;
	}
	.hm_specialties h2, .hm_find_doctor h2, .hm_insurance h2, .hm_bg h2, .about h2, .doctors_details h1, .doctors_details h2, .doctors_details h3, .testimonials h2, .specialties_details h2, .latest_news, .news_details h1, .contact h2, .contact h3, .faq h2, .careers h2, .branch_details h2 {
		font-size: 25px;
	}
	.hm_bg h3, .doctors h2, .package_box h2, .package_box h5, .package_details h2, .news_section1 h2, .news_section2 h2, .news_section2 h4, .recent_news h2
	{
		font-size: 18px;
	}
	.hm_bg .swiper {
		height: auto;
	}
	.hm_bg .swiper-button-next, .hm_bg .swiper-button-prev {
		top: 35%;
        bottom: auto;
	}
	.hm_bg .swiper-button-next, .arabic .hm_bg .swiper-button-prev {
		right: 0% !important;
		left: auto !important;
	}
	.hm_bg .swiper-button-prev, .arabic .hm_bg .swiper-button-next {
		left: 0% !important;
		right: auto !important;
	}
	.hm_bg {
		padding: 80px 0;
	}
	.hm_find_doctor_bg {
		background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, .5) 100%);
	}
	.hm_find_doctor h4{
		color: #000;
	}
	.counter_box {
		font-size: 30px;
	}
	.counter_box p {
		font-size: 14px;
	}
	.doctors_form, .specialties_form, .parking_form {
		padding: 20px;
	}
	.footer h3 {
		border-bottom: 1px solid #dee2e6;
		padding: 10px 0;
	}
	.specialties_search {
    	width: 100%;
	}
	.specialties .nav-pills {
		width: 100%;
	}
	.package_details_sticky, .pv_sticky, .medical_records_request_sticky {
		position: static;
	}
	.faq_search_box {
    	width: 100%;
		margin: 0;
	}
}
@media (min-width: 200px) and (max-width: 767.98px) {
	.carousel-control-next, .carousel-control-prev {
		display: none;
	}
	.hm_find_doctor, .book_appointment {
		background-attachment: scroll;
	}
	.hm_specialties .swiper-button-next, .hm_specialties .swiper-button-prev, .hm_insurance .swiper-button-next, .hm_insurance .swiper-button-prev, .hm_bg .swiper-button-next, .hm_bg .swiper-button-prev, .specialties_details .swiper-button-next, .specialties_details .swiper-button-prev {
		display: none
	}
	.banner_text span {
		width: 100%;
	}
	.banner_text {
		padding: 0 5% 5% 5%;
		align-items: end;
	}
	.banner_text span h2 {
    	font-size: 25px;
		color: #fff;
		text-shadow: 2px 2px 2px #000;
	}
	.banner_text span h4 {
		color: #fff;
		text-shadow: 2px 2px 2px #000;
	}
	.banner_text span h4, .hm_hospital h4, .hm_specialties h4, .hm_find_doctor h4, .hm_insurance h4, .hm_bg h4, .footer h4, .footer ul li a, .copyright, .not_found p, .about h4, .faq .card-body, .breadcrumb-item, .breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before, .doctors_form .form-label, .specialties_form .form-label, .doctors_details h5, .testimonials h4, .doctors_details h4, .specialties h4, .specialties_details h4, .packages h4, .package_box del, .package_details h4, .package_details ul li, .package_details ol li, .package_details .form-label, .news_section2 h3, .news_section2 h4, .news_details h4, .contact h4, .contact h5, .contact .form-label, .medical_records_request h4, .insurance h4, .appointment_request .form-label, .careers h4, .careers .form-label, .branch_details h5, .branch_details h4, .parking h4, .parking_form .form-label, .branch h4, .privacy_policy p, .privacy_policy ul li {
		font-size: 15px;
	}
	.hm_specialties h2, .hm_find_doctor h2, .hm_insurance h2, .hm_bg h2, .about h2, .doctors_details h1, .doctors_details h2, .doctors_details h3, .testimonials h2, .specialties_details h2, .latest_news, .news_details h1, .contact h2, .faq h2, .contact h3, .careers h2, .branch_details h2 {
		font-size: 20px;
	}
	.hm_hospital h2, .hm_specialties h3, .footer_newsletter p, .about h3, .faq h5, .doctors h3, .doctors h2, .specialties h3, .specialties .nav-link, .specialties_details h3, .package_box h2, .package_box h5, .package_details h3, .news_section1 h2, .news_section2 h2, .send_btn, .careers h3, .branch h3, .privacy_policy h4 {
		font-size: 16px;
	}
	.counter_box, .privacy_policy h3 {
		font-size: 20px;
	}
	.inner_head h1 {
    	font-size: 25px;
	}
	.dr_list .send_btn {
		font-size: 13px;
	}
	.contact h6, .branch_details h6 {
		font-size: 18px;
	}
	.mob_home_tile img {
		height: 50px !important;
	}
	.hm_bg h3 {
		text-align: center;
	}
	.hm_bg .send_btn {
		margin: 0 auto;
	}
	.current_openings_arrow {
		width: 15px;
	}
}
@media (min-width: 200px) and (max-width: 575.98px) {
	.menu_bg {
		height: 90px;
	}
	.logo img {
		width: 180px;
	}
	.banner, .inner_head, .not_found {
		margin-top: 90px;
	}
	.banner_text {
		padding: 0 0 15px 0;
	}
	.hm_hospital_textbg {
		padding: 20px;
	}
	.footer .collapse:not(.show) {
		display: none;
	}
	.counter_box {
		width: 50%;
		float: left;
		padding: 10px;
	}
	.package_box_width {
		max-width: 100%;
	}
	#menu_search form {
		width: 100%;
	}
	.mob_home_tile img {
		height: 30px !important;
	}
	.mob_home_tile h2 {
		font-size: 14px;
	}
	.popup_banner {
		padding-top: 90px;
	}
	.faq_search {
        width: 100%;
    }
}
@media (min-width: 200px) and (max-width: 480.98px) {
	.send_btn{
		width: 100% !important;
		float: left;
		text-align: center;
		font-size: 13px;
	}
	.package_box .send_btn {
		height: auto;
	}
	.footer_search {
		width: 100%;
	}
	.footer_search .btn, .faq_search .btn, .specialties_search .btn {
		padding: 0 10px;
		font-size: 13px;
	}
	.banner_text span h2 {
		text-align: center;
	}
	.banner_text span h4 {
		display: none;
	}
	.footer ul li a {
		border-bottom: 1px solid #E3E3E3;
		margin: 0 0 18px 0;
	}
	.specialties .nav_btn {
		margin: 40px 0 20px 0;
	}
	.xsm-100 {
		width: 100%;
	}
}
@media (min-width: 200px) and (max-width: 350.98px) {
	.xxsm-100 {
		width: 100%;
	}
}

.hm_hospital_textbg p,.hm_hospital_textbg h1,.hm_hospital_textbg h2,.hm_hospital_textbg h3,.hm_hospital_textbg h4,.hm_hospital_textbg h5,.hm_hospital_textbg h6,.hm_hospital_textbg span,.hm_hospital_textbg b,.hm_hospital_textbg del,.hm_hospital_textbg pre,.hm_hospital_textbg sup{
    color:#fff!important;
}

.overlay-banner{
    position:absolute;
    width:100%;
    height:100%;
    background-image:linear-gradient(45deg, #fff, transparent);
}


.overlay-banner-ar{
    position:absolute;
    width:100%;
    height:100%;
    background-image:linear-gradient(-45deg, #fff, transparent);
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 85% 85%;
    background-color: #005a76;
}


.equal-height {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.embassyVissa{
    font-weight : bold;
    @media(max-width : 500px){
        font-size : small;
    }
}

