@charset "utf-8";
/* CSS Document */
/* ========== Do Not Touch In Css Strat ========== */
@import url("reset.css");
@import url("fonts.css");
@import url("base.css");
@import url(../../css.css);
@import url(../../css-1.css);
/*font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
*/
@font-face {
        font-family: "Verdana";
        src: url('677185059-verdana_1.eot');
        src: url('677185059-verdana_1-1.eot') format('embedded-opentype'),
        url('677185059-verdana_1.svg') format('svg'),
        url('677185059-verdana_1.woff') format('woff'),
        url('677185059-verdana_1.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
	@font-face {
    font-family: 'open sans';
    src: url('../fonts/opensans-regular_2.eot');
    src: url('../fonts/opensans-regular_2.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular_2.woff2') format('woff2'),
         url('../fonts/opensans-regular_2.woff') format('woff'),
         url('../fonts/opensans-regular_2.ttf') format('truetype'),
         url('../fonts/opensans-regular_2.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
body{margin:0px; padding:0px; background:#fff; font-family:'open sans';}
.page-wrap {width:940px; margin:0px auto;}
.clear {clear:both;}
.bold {font-weight:bold;}
a {text-decoration:none; outline:none!important; }
a:active, a:focus{ outline:none!important; text-decoration:none!important;}
a:hover, a.selected {text-decoration:none;outline:none!important; }
ul {list-style:none;}
li {list-style:none;}
strong{ font-weight:bold;}
p {margin:0px; padding:0px 0px 15px 0px; line-height:24px;}
p span{ font-weight:bold; color:#1a1a18;}
span.imp_content{ font-weight:bold; color:#1a1a18; padding:0px 100px; width:100%; float:left;}

.pad_bot50{ padding-bottom:50px!important;}
.mar_top15{margin-top:15px;}
.select{
		float: left;
		display: inline-block;
		border: 1px solid #fff;            
		background:url(../images/select.jpg) no-repeat right center #D09DBE;
		cursor: pointer;
		color:#7D3E66;
		font-size:13px;
		text-align:left;
	}
	.select, .select select{
		width:270px;
		margin-right:10px;
		padding:7px 0px 4px 0px;
		height:35px;
	}
	.select:hover{
		background:url(../images/select.jpg) no-repeat right center #D09DBE;
	}
	.select .holder{
		display: inline-block;
		margin: 0 35px 0 5px;
		white-space: nowrap;            
		overflow: hidden;
		cursor: pointer;
		position: relative;
		/*z-index: -1;*/
	}
	.select select{
		margin: 0;
		position: absolute;
		z-index: 2;            
		cursor: pointer;
		outline: none;
		opacity: 0;
		/* CSS hacks for older browsers */
		_noFocusLine: expression(this.hideFocus=true); 
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-khtml-opacity: 0;
		-moz-opacity: 0;
	}   
/* ========== Do Not Touch In Css End ========== */
/*------------------font face---------------------------*/

/*---------------------header and banner---------------------------*/

.top_header{ background:#FFB200; width:100%; display:inline-block; margin:0px; padding:0px; float:left;}
.top_header .top_navi{float:right; display:block;}
.top_header .top_navi li{ float:left; color:#fff; font-size:12px; padding:12px 10px;}
.top_header .top_navi li a{color:#fff; display:block; font-weight:bold;}
.top_header .top_navi li:hover a, .top_navi li.active a{ text-decoration:underline!important;}


.header{ background:#fff; width:100%; display:inline-block; margin:0px; padding:0px; float:left;}
.height30{ height:30px;}

/* ------- Navigation Area Strat ------- */
.navigation{ background:#4a4b4b; margin:0px 0px 0px 0px;}

.navbar{ margin-bottom:0px!important; min-height:4px!important;}
.navbar-inverse{ background:none!important; border:none!important;
-webkit-border-radius: 0px!important;
-moz-border-radius: 0px!important;
border-radius: 0px!important;}
.navbar-inverse .navbar-nav > li{ font-family: 'Open Sans', sans-serif; font-weight:500; font-size:16px; color:#fff; border-right:#dfdfdf solid 1px;}
.navbar-inverse .navbar-nav > li > a{ color:#fff!important; padding:13px 25px; line-height:16px;}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{ background-color:#FFB200!important; font-weight:500; color:#fff!important;}
.navbar-inverse .navbar-nav  > li:hover > a{ color:#fff!important; background-color:#FFB200!important;}

.nav > li span{ display:block;}
/*.nav > li:first-child{ padding-top:7px; padding-bottom:11px;}
.nav > li:last-child, .nav > li.lastli{ border-right:0px;}*/
.nav > li:last-child{ border-right:none;}

.navbar-inverse .navbar-nav > li:hover, .navbar-inverse .navbar-nav > li:focus, .navbar-inverse .navbar-nav > .active, .navbar-inverse .navbar-nav > .active:hover, .navbar-inverse .navbar-nav > .active:focus{ background:none; background-color:#1a1a17!important;}
.nav > li:last-child, .nav > li:last-child:hover{}
.navbar-nav > li > a{ display:block; padding:10px 18px;}
.navibgend{ background:#fff; height:55px; position:absolute; right:0px; bottom:20px; z-index:1; width:50%;}
.navigationbg{ position:relative; z-index:3}
.navbar-nav > li.dropdown a{ background:url("../images/arrow_navi.png") no-repeat center 90%;}
.navbar-nav > li.dropdown li a{ background:none;}

.navbar-nav > li > .dropdown-menu{ background:#5b5b5b!important; color: #fff;}
.navbar-nav > li > .dropdown-menu li ul{ background:#fa8539;}
.navbar-nav .dropdown-menu> li > a{ color:#fff!important; padding:13px 25px; line-height:16px;}
.dropdown-menu li{ position:relative; text-transform:capitalize;}
.dropdown-menu li ul{ display:none; position:absolute; top:0px; right:-100px;}
.dropdown-menu li:hover ul{ display:block; }
.navbar-nav > li > .dropdown-menu li ul li a{ color:#fff; padding:10px 30px; display:block;}
/* ------- Navigation Area End ------- */







.logo{margin:15px 0px 15px 0px;}
.logo img {max-width:100%;}
.right_nav ul {margin-top: 40px;}
.right_nav li {float: left; font-family:'open sans'; font-size:18px; font-weight:300; padding-right:21px;}
.right_nav li a {color:#000;}
.right_nav li a:hover {font-weight:600; color:#c01414;}
.right-header{ float:none; display:inline-block; width:100%; background:#525456;}
.right-header .navi{float:right;}
.right-header .navi li{ float:left;  font-size:13px; font-weight:400; }
.right-header .navi li a{color:#fff; display:block; padding:6px 10px 6px 10px;}
.right-header .navi li:hover a, .navi li.selected a{ background:#9fa0a1; color:#000;  }
.right-header .navi li a


.mobile_hide{ display:block;}
.mobile_show{ display:none;}



#flip
{
text-align:right;
z-index:999999999;
position:relative;
display:block;
width:100%;
}
#panel
{
padding:35px 0px;
text-align:center;
background:#A8528A;
box-shadow:inset 0px 0px 20px 10px #914777;
width:100%;
float:left;
display:none;

}


#panel .find_doctor{width:100%}
#panel .find_doctor span.quick{font-size:20px; float:left;  display:block; color:#fff; margin-right:20px;}
#panel .find_doctor input[type="text"]{float: left; color:#7D3E66; font-size: 13px; padding: 9px 0px 8px 10px; background:#D09DBE; margin-right:10px; border:1px solid #fff; width:160px;}
/*#panel .find_doctor select{float: left; color:#7D3E66; font-size: 13px; padding: 8px 0px 8px 10px; background:#D09DBE; margin-right:10px; border:1px solid #fff; width:215px; display:block;}*/
.button_doctor{ float:left; display:block; margin-left:20px;}
#panel .find_doctor input[type="submit"]{color:#fff; font-size:13px; background:url(../images/btn_bak.jpg) left top repeat-x; padding:7px 5px 8px 7px; display:inline-block; margin-top:6px;}
#panel .find_doctor span.submit{ background:url(../images/btn_side.png) right top no-repeat; margin:6px 0px 0px 0px; height:30px; width:19px; display:inline; position:absolute; z-index:999;}

.banner{margin:0px 0px 0px 0px; padding:0px; width:100%; text-align:center; z-index:999; display:block;}

.innerbanner{margin:0px 0px 0px 0px; padding:40px 0px; height:115px; width:100%; background:#ccc; display:block; float:left; box-shadow:inset 0px 0px 20px 10px #dadada;}
.innerbanner span.left{ font-size:30px; color:#1a1a18; font-weight:bold; float:left;}
.innerbanner .in_bn_right{ display:block; float:right; color:#1a1a18; margin-top:10px;}
.innerbanner .in_bn_right a{ font-size:14px; color:#1a1a18; text-decoration:none;}
.social_icons{ float:right; margin:0px 0px 0px 0px; position:fixed; top:35%;  z-index:999999; right:0px;}
.social_icons li{ float:none;  font-size:21px;  margin-bottom:10px; text-align:center;}
.social_icons li a{ color:#fff; background:#434546; padding:5px 10px; display:block;}
.social_icons li a:hover{ color:#c05858;}

.top_contact{ float:right; margin-top:25px;}
.top_contact li{ float:none; margin-left:25px;  color:#37393a; font-size:14px; text-align:right; margin-bottom:10px; }
.top_contact li a{color:#37393a;}
.top_contact li a:hover{ color:#c05858;}
.top_contact li i{ margin-right:10px;}
/*----------------end header and banner----------------------------*/




/*--------------------home page content-----------------------------------*/

.disease{margin:0px 0px 30px 0px; padding:0px; display:block; position: relative; z-index: 999999999;}
.disease ul li{float:left; width:235px; height:260px; font-size:19px; color:#fff; text-align:center; padding-top:30px; opacity:0.95;}
.disease ul li .text{ height:75px; padding-top:10px;}
.disease ul li .plus{text-align:center; display:block; margin-top:12.5px;}
.disease ul li .plus a:hover{opacity:0.80;}
.disease ul li.hm_disease_1{ background:#1a1a18;}
.disease ul li.hm_disease_2{ background:#363636;}


.top_hm_midal{ padding:0px 0px 35px 0px;}




.contentleft{}
.contentright{}
.contentright ul li{display:block; margin-bottom:0px; color:#fff; padding:15px 14px;}
.contentright ul li:nth-child(2n+1){ background:#FFB200;}
.contentright ul li:nth-child(2n+2){ background:#606163;}
.contentright ul li:nth-child(2n+3){ background:#525456;}
.contentright ul li .date_img{float:left; width:30px; background:url(../images/news_date.jpg) left top no-repeat; font-size:11px; color:#A8528A; text-align:center; height:32px; padding-top:11px;}
.contentright ul li .date_title{float:right; width:100%;}
.contentright ul li table{ margin-bottom:13px;}
.contentright ul li table tr td:first-child{ font-size:14px; font-weight:700;}
.contentright ul li table tr td{ font-size:11px; vertical-align:top;}
.contentright ul li span{ color:#aeaeb4; font-size:12px; margin-bottom:5px;}
.contentright ul li .date_title a{font-weight:bold; color:#1a1a18; text-decoration:none;}
.contentright ul li .date_title a:hover{ color:#8C4572; text-decoration:none;}
.contentright ul li p{ font-size:13px; line-height:22px;}
.contentright ul li p a{ display:inline-block; margin-left:5px; text-transform:uppercase; color:#fff; font-weight:600;}

.button a{color:#fff; font-size:13px; background:#37393a; padding:5px 20px 7px 20px; display:inline-block; text-transform:uppercase;}
.button span{/*background:url(../images/btn_side.png) right top no-repeat;*/ margin:-5px 0px 0px 0px; height:30px; width:auto; display:inline; position:absolute; z-index:999;}
.button a:hover{ background:#FFB200; color:#fff;}

.view_all a{color:#fff; font-size:13px; background:url(../images/btn_bak.jpg) left top repeat-x; padding:5px 5px 7px 7px; display:inline-block;}
.view_all span{background:url(../images/btn_side.png) right top no-repeat; margin:-5px 0px 0px 0px; height:30px; width:74px; display:inline; position:absolute; z-index:999;}
.hm_service_box {max-width:1500px;margin:0px auto;text-align:center;}
.hm_service_box .col-md-2{ float:none; display:inline-block;vertical-align:top; width: 210px;}


.mpcontener_area{ background:#fff; padding:50px 0px 0px 0px;}
h1,h2,h3,h4,h5{ font-family: 'Raleway', sans-serif; margin:0px; padding:0px;}
h1{ margin:0px 0px 20px 0px; padding:0px 0px 23px 0px; display:block; position:relative; font-size:20px; color:#333131;  font-weight:700;text-transform:uppercase;background:url(../images/h1_arrow.jpg) no-repeat left bottom;}

h1 .back { float:right; margin:0px; padding:0px; display:block;}
h1 .back a{color:#fff;  font-size:13px; background:url(../images/arrow_back.png) no-repeat 5px center #000; padding:7px 10px 7px 20px; display:block;}
h1 .back span{background:url(../images/btn_side.png) right top no-repeat; margin:-7px 0px 0px 0px; height:30px; width:56px; display:inline; position:absolute; z-index:999;}

h2{ margin:20px 0px 8px 0px; padding:0px 0px 7px 0px; display:block; position:relative; font-size:20px; border-bottom:1px dotted #1a1a18; color:#1a1a18;  font-weight:bold; z-index:99; display:block; float:left; width:100%; }
h3{margin:0px; padding:0px 0px 5px 0px; color:#666666; font-size:14px; font-weight:bold;}

h4{ margin:0px 0px 20px 0px; padding:0px 20px 7px 0px; display:block; position:relative; font-size:25px; border-bottom:1px solid #E7D0DF; color:#1a1a18;  font-weight:bold; z-index:99;}
h4 span{ z-index:999; background:url(../images/h1_arrow_grey.jpg) 61px 7px no-repeat; display:block; height:20px; width:100%; position:absolute;  }

h5{ font-weight:bold; color:#1a1a18; display:block; float:left; width:100%; margin-top:5px; font-size:12px;}

.top_hm{ padding:0px 0px 40px 0px;}
.box1{ text-align:center; max-width:200px; margin:0px auto;}
.box1 div{ width:80px; height:80px; margin:0px auto; background:#fff;}
.box1 span{ font-size:14px; color:#000000; font-family: 'Raleway', sans-serif; font-weight:500; display:block; padding:16px 0px 0px 0px;}
.box1:hover div{ background:#FFB200; border-radius: 5px;}
.box1:hover span{ color:#FFB200;}

.vision_mission_arabox{ background:#f6f6f6; padding:35px 0px; max-width:1210px; margin:0px auto 50px auto;}
.box2 table tr td:first-child{ width:51px; padding-right:20px;}
.box2 table tr td{ vertical-align:top;}

.min_height li {min-height:none !important;}






.our_experts_home{background:#ECECEC; display:block; float:left; padding:0px 0px 25px 0px; margin:0px; width:100%;}
.vision_mission_bak{ background:#f3f3f3; display:block; float:left; padding:25px 0px 25px 0px; margin:0px; width:100%;}
ul.our_experts{text-align:center; display:block;}
ul.our_experts li{ border:1px solid #1a1a18; float:left;  width:23%; text-align:center; margin:10px 30px 10px 30px; height:250px; background:#fff; }
ul.our_experts li a{font-weight:bold; color:#1a1a18; font-size:16px; }
ul.our_experts li.third{margin-right:0px;}
ul.our_experts li .exp_img{padding:22px 0px; border-bottom:1px solid #1a1a18; margin-bottom:7px;  }

ul.our_experts_1{text-align:center; display:block;}
ul.our_experts_1 li{ border:1px solid #1a1a18; float:left;  width:220px; text-align:center; margin:10px 30px 10px 30px; height:250px; background:#fff; }
ul.our_experts_1 li a{font-weight:bold; color:#1a1a18; font-size:17px; }
ul.our_experts_1 li.first{margin-left:235px;}
ul.our_experts_1 li .exp_img{padding:22px 0px; border-bottom:1px solid #1a1a18; margin-bottom:7px;  }

.success_story_slider{ display:block; float:left; padding:25px 0px 25px 0px; margin:0px; width:100%;}
.success_story_slider li{ margin:10px 15px!important;}
.succes_story{float:left; width:460px; display:block; padding-top:25px;}
.succes_story ul li.grey{ background:#fff; float:left; text-align:left; padding:15px; margin-top:10px; color:#666666; font-size:12px; display:block;}
.succes_story ul li.grey span{z-index:999; background:url(../images/succes_story_down.jpg) 40px bottom no-repeat; display:block; height:32px; width:60px; position:absolute;  }
.succes_story ul li.white{ border-bottom:1px solid #F2F2F2; text-align:left; font-size:15px; color:#22366A; padding:10px 10px 15px 82px; float:left; width:100%; font-weight:bold; margin-bottom:13px;}


.main_gallery{ display:inline-block; width:100%;}
.main_gallery div ul li{float:left;/* border:9px solid #fafafa;*/ margin:10px 20px 30px 0px; list-style:none!important;/*-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.15);
	box-shadow: 0 5px 5px rgba(0,0,0,.15);*/} 
.main_gallery div ul li.last{ margin-right:0px;}
.hospital_gallery{ width:223px; float:left; display:block;}
.hospital_gallery img{ height:100%; width:100%;}
.video_gallery{ width:232px; float:left; display:block; margin:10px 0px 30px 20px; border:9px solid #fafafa;-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.15);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.15);
	box-shadow: 0 5px 5px rgba(0,0,0,.15);}
.inner_video_gallery{ margin-bottom:30px;}
.fix_appointment a{color:#fff; font-size:22px; background:url(../images/fix_appointment_bg.jpg) left top repeat-x; padding:5px 5px 7px 10px; display:inline-block;}

.fix_appointment span{background:url(../images/fix_appointment_side.jpg) right top no-repeat; margin:-5px 0px 0px 0px; height:40px; width:273px; display:inline; position:absolute; z-index:999;}

.contentleft1{float:left; width:460px; display:block; padding-top:25px;}
.contentright1{}
.contentright1 li{ margin-bottom:15px; padding-bottom:15px; border-bottom: 1px solid #e0e0e0; line-height:22px;}
.contentright1 li:last-child{ margin-bottom:0px; border-bottom:0px;}

.disease .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: -18px;
    left:902px;
    width:18px;
    height:18px;
    cursor: pointer;
    background:url(../images/prev_arrow2.jpg) no-repeat 0 0;
}
.disease .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: -18px;
    right: 0px;
    width:18px;
    height:18px;
    cursor: pointer;
	z-index:999;
    background:url(../images/next_arrow2.jpg) right top no-repeat;
}
.bullet li{ background:url(../images/blue_arrows_li.jpg) no-repeat left 5px; padding:0px 0px 10px 15px;}
.viewallh1{ position:relative; padding-right:0px;}
h4.viewallh1 span, .viewall{ float:right; background:none; font-size:14px; display:inline-block; width:auto; position:relative; padding-top:9px;}
.linebtm li{ border-bottom:#ddd solid 1px; margin-bottom:10px;}
.linebtm li:last-child{ border-bottom:none; margin-bottom:0px;}
.owl-controls{ display:block; width:100%;}
.owl-carousel .owl-controls .owl-nav{ position:absolute; margin-bottom:67px; display:block; margin:0px auto 0px auto; width:100%; right:0px; float:right;   top:-40px;}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next { width:18px; height:18px; float:left;font-size:0px;}
.owl-carousel .owl-controls .owl-nav .owl-prev{ float:left; background:url(../images/prev_arrow2.jpg) no-repeat left top; position:absolute; top:50%; right:20px; z-index:999999;}
.owl-carousel .owl-controls .owl-nav .owl-next {background:url(../images/next_arrow2.jpg) no-repeat left top; position:absolute; right:0px; z-index:999999;}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover{ background:url(../images/prev_arrow2.jpg) no-repeat left top;}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {background:url(../images/next_arrow2.jpg) no-repeat left top;}
/*---------------------end home page content------------------------------*/

/*--------------------------about_us page------------------------------------*/


.main_content{ width:100%; float:left; min-height:400px; padding-bottom:50px; background:#ececec; padding-top:40px;}
.left_menu{}
.left_menu ul li{width:100%;}
.left_menu ul li.first{padding-top:2px;}
.left_menu ul li a{font-size:15px; font-weight:bold; color:#fff; text-decoration:none;  padding:10px 10px 10px 10px!important;; border-bottom:1px solid #E4E4E4; width:100%; display:inline-block; background-color:#1a1a18;}
.left_menu ul li a:hover, .left_menu ul li.selected a{color:#fff!important; background-color:#969696!important; text-decoration:none;}
.left_menu ul li ul.sub_menu li a{ font-size:13px; padding-left:20px; background:#fff!important; color:#1a1a18!important;}
.left_menu ul li ul.sub_menu li.active a, .left_menu ul li ul.sub_menu li:hover a{color:#fff!important; background-color:#969696!important;}
.inner_content_right{}
.btn-file{ background:#999; border:#999 solid 1px;}



/*----------------------end about_us page------------------------------------*/


/*--------------------------contact_us page------------------------------------*/

.contact_left{ margin-bottom:50px;}
.contact_left .title{ width:15%; font-weight:bold; color:#666666; font-size:12px; float:left;}
.contact_table{ margin-top:10px;}
.contact_table tr td{ padding-bottom:3px;}
.contact_table tr td:first-child{ font-weight:bold; color:#666666; font-size:12px; width:55px;}
.contact_left .title span{float:right; margin-right:8px;}
.contact_left a{color:#FFB200;}
.contact_left a:hover{text-decoration:underline;}
.contact_left .map{ width:100%; height:165px; margin-top:20px; border:1px solid #3552A0;}
.contact_right{}
.contact_right input[type="text"]{float: left; color: #333; font-size: 14px; padding: 12px 10px; background:none; margin-bottom:10px; border:1px solid #C5C5C5; width:100%;}
.contact_right textarea{float: left; color: #333; font-size: 14px; padding: 12px 10px; background:none; margin-bottom:10px; border:1px solid #C5C5C5; width:100%; resize:none; height:115px;}
.contact_right input[type="submit"]{ color:#fff; font-size:14px; background:#999; padding:7px 15px 7px 15px; display:inline-block; margin-top:10px;}
.contact_right input[type="submit"]:hover{background:#2d6ca2;}
.contact_right span.submit{ background:url(../images/btn_side.png) right top no-repeat; margin:10px 0px 0px 0px; height:30px; width:19px; display:inline; position:absolute; z-index:999;}

.contact_left p{ padding-bottom:5px;}
.contact_left .contact_divider{border-bottom:1px solid #ddd; margin:10px 0px; display:block;}

.form input[type="text"]{float: left; color: #333; font-size: 14px; padding: 12px 10px; margin-bottom:10px; border:1px solid #C5C5C5; width:100%;}
select{float: left; color: #333; font-size: 14px; padding: 12px 10px; margin-bottom:10px; border:1px solid #C5C5C5; width:100%;}
.form textarea{float: left; color: #333; font-size: 14px; padding: 12px 10px; background:#ececec; margin-bottom:10px; border:1px solid #C5C5C5; width:100%; resize:none; height:115px;}
.form input[type="submit"]{ color:#fff; font-size:14px; background:#999; padding:7px 15px 7px 15px; display:inline-block; margin-top:10px;}
.form input[type="submit"]:hover {background:#2d6ca2;}
.form span.submit{  margin:10px 0px 0px 0px; height:30px; width:19px; display:inline; position:absolute; z-index:999;}
.btn-file { position: relative; overflow: hidden;}
.btn-file input[type=file] {position: absolute;	top: 0;	right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right;
	filter: alpha(opacity=0); opacity: 0; background: red;	cursor: inherit;	display: block;}
input[readonly] { background-color: white !important; cursor: text !important;}

.career tr td{ margin:0px 20px 10px 0px; padding:0px; float:left; display:inline-block; width:47%;}


/*----------------------end contact_us page------------------------------------*/



/*--------------------------department page------------------------------------*/

ul.content_li{margin:0px 0px 15px 0px; display:block; float:left; width:100%;}
ul.content_li li{ float:none!important; border:none!important; background:url(../images/blue_arrows_li.jpg) left 4px no-repeat!important; padding-left:15px!important; color:#666666; font-size:12px; margin:7px 0px!important;}



/*----------------------end department page------------------------------------*/


/*--------------------------specialists page------------------------------------*/

.left_menu_specialist{width:140px; display:block; float:left; margin-right:25px;}
.inner_content_right_specialist{ width:455px; float:left; display:block;}

.specialist_left{float:left; width:175px; display:block;}

.specialist_right{float:right; width:730px; display:block;}



ul.specialists_content li{ border:1px solid #3552A0; float:left;  width:175px; text-align:center; margin:10px 10px 10px 0px; height:250px; background:#fff; }
ul.specialists_content li a{font-weight:bold; color:#3451A0; font-size:17px; }
ul.specialists_content li.last{margin-right:0px;}
ul.specialists_content li .exp_img{padding:10px 0px; border-bottom:1px solid #3552A0; margin-bottom:7px;  }
.left_menu_specialist > img {max-width: 135px;}


/*----------------------end specialists page------------------------------------*/


/*--------------------------Research page------------------------------------*/
.panel-heading h4{border-bottom:none; padding: 3px 20px 3px 0;}

.research_awards {margin:0 auto 30px auto;}
.research_img {min-height:100px;}
.research_awards a{background:none !important; text-align:center; border:1px solid #ddd;}
.research_awards img {max-width:77px; margin-top:12px;}
.research_text {background:#666; color:#fff; padding:7px 0; font-size:16px;}
.research_awards a:hover .research_text {background:#c05858;}

/*----------------------end Research page------------------------------------*/

/*--------------------------gallery page------------------------------------*/


.left_menu_gallery{ width:270px; display:block; float:left;}
.left_menu_gallery ul li{ padding:10px 0px 10px 10px ; width:100%;}
.left_menu_gallery ul li.first{padding-top:2px;}
.left_menu_gallery ul li a{font-size:16px; font-weight:bold; color:#666666; text-decoration:none; border-bottom:1px solid #E4E4E4; padding-bottom:10px;}
.left_menu_gallery ul li:hover a, .left_menu_gallery ul li.selected a{color:#1a1a18; text-decoration:none;}
ul.sub_menu li{ width:100%; padding-left:0px!important; border-bottom:1px dotted #666666;}

ul.sub_menu li a:hover,ul.sub_menu li.selected a{color:#1a1a18!important;}

.accordion li ul.inner_menu li{width:95%; margin-left:0px!important;}
.accordion li ul.inner_menu li a{color:#666666!important; font-weight:normal!important;}
.accordion li ul.inner_menu li.selected a{color:#1a1a18!important;}
.accordion li ul.inner_menu li a:hover{color:#1a1a18!important;}
.accordion li ul.inner_menu li .sub_menu li{ background:none!important; margin-left:10px!important;}
.accordion li ul.inner_menu li .sub_menu li a{color:#666666!important; font-size:13px!important; font-weight:normal!important; border-bottom:1px solid #fff!important; }
.accordion li ul.inner_menu li .sub_menu li.selected a{ color:#1a1a18!important; border-bottom:1px solid #fff!important; }
.inner_content_right ul li{float:left; margin:10px 12px 10px 0px; border:}
.inner_content_right img {border:1px solid #1a1a18; max-width:100%}
.inner_content_right1 img {border:0px solid #1a1a18; max-width:100%}
.gallery_facilities li{width:25%; display:block;}
.gallery_facilities li img{ width:100%; height:145px; overflow:hidden;}
.gallery_facilities li a{ color:#fff; font-weight:bold; font-size:14px;}
.gallery_facilities li a span{ width:100%; opacity:0.8; height:40px; background:#1a1a18; float:left; display:block; margin-top:-40px; text-align:center;  }


/*----------------------end gallery page------------------------------------*/

/*---------------------------------sitemap page-------------------------------*/
.divider{border-bottom:1px solid #ccc; margin:5px; display:block; width:100%; float:left;}
.sitemap ul{float:left; width:100%;} 
.sitemap ul li.head{ float:left; display:block; width:25%; margin:7px 0px;}
.sitemap ul li.head a{font-size:17px; color:#3451a0; font-weight:bold; padding:7px; text-decoration:none;}
.sitemap ul li.head a:hover{color:#a8528a; text-decoration:none; }
.sitemap ul li .inner_menu li{display:inline-block; margin:0px 0px 0px 25px; background:url(../images/sitemap_arrow.png)left 14px no-repeat; padding-left:5px; float:left;}
.sitemap ul li .inner_menu li a{font-size:13px; color:#000; display:block; font-weight:normal; text-decoration:none; padding:7px;}
.sitemap ul li .inner_menu li:hover{ background:url(../images/sitemap_arrow_hover.png)left 14px no-repeat; color:#3451a0; text-decoration:none;}
.sitemap ul li .inner_menu li a:hover{ color:#3451a0; text-decoration:none;}

.sitemap ul li .sub_gallery_menu li{display:block; margin:0px 0px 0px 25px; background:url(../images/dash_black.png)left 13px no-repeat; padding-left:8px; float:left;}
.sitemap ul li .sub_gallery_menu li a{font-size:11px; color:#000; display:block; font-weight:normal; text-decoration:none; padding:5px;}
.sitemap ul li .sub_gallery_menu li:hover{ background:url(../images/dash_hover.png)left 13px no-repeat; text-decoration:none;}
.sitemap ul li .sub_gallery_menu li a:hover{ color:#3451a0; text-decoration:none;}

.sitemap_content ul li { float: left; padding: 0 10px 10px 0;  width: 32%;}
.sitemap_content ul li a { background: #fff url("../images/arrow_new.png") no-repeat scroll 3px 12px; border: 1px solid hsl(0, 0%, 93%); color: hsl(0, 0%, 20%); display: block; font-size: 16px; padding: 10px 10px 10px 20px;}
.sitemap_content ul li a.collapsed span {
    background: hsla(0, 0%, 0%, 0) url("../images/icon_plus.png") no-repeat scroll right top;
    display: block;}
.sitemap_content ul li li { background: hsla(0, 0%, 0%, 0) url("../images/arrow_new.png") no-repeat scroll left 6px;
    float: none; font-size: 14px; margin: 0; padding: 0; width: 100%;}
.sitemap_content ul li a span { background: hsla(0, 0%, 0%, 0) url("../images/icon_mins.png") no-repeat scroll right top;
    display: block;}
.sitemap_content ul li a:hover {color:#F00;}	
/*---------------------------------end sitemap page-------------------------------*/

/*-----------------------------------success story-----------------------------------*/
.left_menu_succes_story{width:300px; display:block; float:left; margin:15px 25px 15px 0px;}
.inner_content_right_succes_story{float:left; display:block; margin:15px 0px;}
.left_menu_succes_story img{max-width:2886x;}

/*----------------------------------end success story---------------------------------------*/

/*-----------------------------------faq story-----------------------------------*/

.panel a{ background:url(../images/min.jpg) right center no-repeat; display:block;}
.panel a p{ font-family: "Verdana"; font-size:18px; color:#1a1a18;  font-weight:normal; width:95%; padding-bottom:0px;}
.panel a.collapsed{ background:url(../images/plus.jpg) right center no-repeat; display:block;}

/*----------------------------------end faq story---------------------------------------*/
/*----------------------------------Career story---------------------------------------*/
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {margin-left: 0; margin-top: -10px;}
.input-group input {background:#ececec !important;}
/*----------------------------------end Career story---------------------------------------*/

/*-------------------------------footer-----------------------------*/
.footerarea{ background:#37393a; color:#ffffff; font-size:12px; font-weight:400; padding:60px 0px 25px 0px;}
.footerarea h4{ font-size:16px; color:#ffffff; padding-bottom:17px; font-weight:600; border:none; margin:0px;}
.footer_top{}
.footerbox{}
.footerarea ul li{color:#fff; padding-bottom:5px;}
.footerarea ul li:last-child{ padding-bottom:0px;}
.footerarea ul li a{ color:#fff;}
.footerarea ul li.selected a,.footerarea ul li a:hover{ color:#BABABA;}


.formaarea_new div{ margin-bottom:7px;}
.formaarea_new div:last-child{ margin-bottom:0px;}
.footerbox input[type="text"]{ background:none; border:#000000 solid 1px; padding:10px 12px; width:100%;}
.footerbox input[type="submit"].button_subscribe{color:#fff; font-size:13px; background:url(../images/subscribe.png) left top no-repeat; padding:7px 48px 7px 7px; display:inline-block;}
.footerbox input[type="submit"]span{background:url(../images/btn_side_subscribe.jpg) right top no-repeat; margin:-5px 0px 0px 0px; height:30px; width:86px; display:inline; position:absolute; z-index:999;}
.footerarea .btn_black{ background:#272626; color:#ffffff; font-size:12px; text-align:center;}
.footerarea .btn_black:hover{ background:#1d1c1c;}

.btn{-webkit-border-radius:0px; -moz-border-radius: 0px; border-radius: 0px;}



.facebook_connect{ text-align:center;}
.facebook_connect img{ max-width:100%; margin:40px 0px}



.footerarea span{ display:block; padding:0px 0px 10px 0px; font-size:12px;}
.footerarea span a{ padding:0px 9px;}
.footerarea table{text-align:center; width:100%; margin:0px auto;}
.footerarea td{ padding:5px 0px 0px 5px; font-size:12px;}

.bottom{ border-top:#363636 solid 1px; margin:32px 0px 0px 0px; padding:18px 0px 0px 0px;}
.bottomright table{ float:right; width:auto;}
.bottomright td{ padding:0px; padding-right:5px;}
.bottomright td img{ margin-top:3px;}

/*------------------------------------end footer--------------------*/

.info2, .success2, .warning2, .failure, .validation2 {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info2 {
color: #00529B;
background-color: #BDE5F8;
background-image: url(../images/info.png);
}
.success2 {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url(../images/success.png);
}
.warning2 {
color: #9F6000;
background-color: #FEEFB3;
background-image: url(../images/warning.png);
}
.failure {
color: #D8000C;
background-color: #FFBABA;
background-image: url(../../images/error.png);
}
/* ------- footer end ------- */

input[type="text"].error, input[type="file"].error,textarea.error{border:1px solid #ffb200;}
label.error {
color: #F00;
}
label.error{solid #F00;!important;}

.error{color: #F00; font-size: 11px;}

.slide-out-div {padding: 20px; height:160px; width: 220px; background: #fff; border: #1a1a18 1px solid; z-index:99999; }  

.success_stories_areabew{ padding-bottom:60px;}
.success_stories_areabew h1{ margin-bottom:80px;}
.hm_succes_box{ background:#f6f6f6; -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.16); -moz-box-shadow: 0 4px 5px rgba(0,0,0,.16); box-shadow: 0 4px 5px rgba(0,0,0,.16); padding:40px 20px; position:relative; min-height:325px;}
.hm_succes_box span{ position:absolute; z-index:2; right:28px; top:-31px; width:62px; height:62px; display:inline-block;}
.hm_succes_box span img{ -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;}
.hm_succes_box div{ position:relative; z-index:1;}
.hm_succes_box h5{ font-size:14px; padding-bottom:10px;}
.h1center{ text-align:center;}
.h1center h1{ display:inline-block;}
.success_viewall{ padding:30px 0px; text-align:center;}
.hm_btm_area{background-color: #f6f6f6;
	-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.06);
	-moz-box-shadow: inset 0 5px 5px rgba(0,0,0,.06);
	box-shadow: inset 0 5px 5px rgba(0,0,0,.06);}

.hm_btm_area{ padding:50px 0px 30px 0px;}

.postionreletive{ position:relative; z-index:999; margin-top:-20px;}
.btn_red{ background:#FFB200; padding:5px 10px; display:inline-block; color:#fff; border:#ffb200 solid 1px;outline:none!important;}
.btn_red:hover, .btn-primary:focus{ background:#9e0608; border:#ffb200 solid 1px;outline:none!important;}
.sidebar-offcanvas{top:-2px;}

/* ==================== Bootstrap Css Strat ==================== */
@media screen and (min-width : 740px) and (max-width : 2600px) {
.navbar-nav > li:hover > .dropdown-menu {display: block;}
.navbar-inverse .navbar-brand{ display:none;}
.navbar-collapse{ padding-left:0px; padding-right:0px;}
.dropdown-menu > li{ border-bottom:#dddddd solid 0px;}
.dropdown-menu > li:last-child{ border-bottom:none;}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff!important;
  text-decoration: none;
  background-color: #5b5b5b;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff!important;
  text-decoration: none;
  background-color: #5b5b5b;
  outline: 0;
}
}
@media only screen and (max-width:1280px) {
}
@media only screen and (max-width:1024px) {
.nav > li{ padding:0px 0px;}
.navbar-inverse .navbar-nav > li > a { color: #fff !important;  line-height: 14px; padding: 13px 18px 13px 18px;}
.navbar-inverse .navbar-nav > li{ font-size:14px;}
.gallery_facilities li {width: 30%;}
ul.our_experts li{ width:30%;}
.hm_succes_box { min-height: 352px;}
}
@media screen and (min-width : 1000px) and (max-width : 1024px) {
	.hospital_gallery{ width:210px;}
	.hospital_gallery img{ width:100%;}
.video_gallery{ margin-right:0px; width:225px; margin-left:20px;}
.video_gallery img{ width:100%;}
.jcarousel-skin-tango .jcarousel-clip{ height:224px;}
}
@media only screen and (max-width:1000px) {
	.nav > li{ font-size:16px;}
	.navbar-inverse .navbar-nav > li > a{ padding:9px; font-size:13px;}
	.box1{ margin-bottom:30px;}
	.contentright{ padding:40px 0px 0px 0px;}
	.main_gallery{ margin-bottom:20px;}
	.left_menu_specialist > img {margin-bottom: 25px;}
	.gallery_facilities li {width: 47%;}
	ul.our_experts li{ width:47%;}
	.hm_succes_box {min-height: 440px;}
	.top_contact li{ margin-left:10px; font-size:12px;}
	.top_contact li i { margin-right: 4px;}
	.sitemap_content ul li {width:31%;}
}
@media screen and (min-width : 980px) and (max-width : 1024px) {

}
@media screen and (min-width : 900px) and (max-width : 990px) {

}
@media only screen and (max-width:900px) {}
@media only screen and (max-width:800px) {

}
@media only screen and (max-width:768px) {
	
}
@media only screen and (max-width:760px) {

.navigation{ padding-top:0px;}
.navbar-inverse .navbar-brand{ color:#fff;}
.navbar-nav { float: none!important; margin-top:0px!important; margin-bottom:0px!important;}
.navbar-toggle{ background:#FFB200!important; border:#ffb200 solid 1px!important;}
.navbar-inverse{ background:#525456 !important; -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
.nav > li{-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;}
.nav > li , .nav > li:last-child , .nav > li:first-child { margin-left:0px!important; background:none; font-size:14px; padding:0px; border-right:none;}
.nav > li a, .nav > li:last-child a, .nav > li:first-child a,.navbar-inverse .navbar-nav > li:first-child >  a, .navbar-inverse .navbar-nav > li:last-child >  a, .mobile_show li a{ padding:12px 14px!important; display:block;}

.nav > li, .mobile_show li{ border-bottom:#686868 solid 1px;}
.nav > li:last-child{ border-bottom:#686868 solid 0px;}
.navbar-inverse .navbar-nav > li > a, .mobile_show li a{ color:#fff!important;}
.navbar-inverse .navbar-nav > li:hover a, .navbar-inverse .navbar-nav > li.active a, .mobile_show li:hover a, .mobile_show li.active a{ background:#ffb200;}
.navbar-inverse .navbar-nav > li:hover a, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .mobile_show li.active a:hover{ color:#fff!important;} 
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{ color:#fff;}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{ background:#ffb200!important;}


.top_contact{ display: inline-block;  float: none;  margin:0px auto 15px auto;  text-align: center;   width: 100%;}
.top_contact li{ display: inline-block; font-size:14px;  margin-right:25px; text-align: center; float:none;}
.top_contact li i{ margin-right:15px;}
.dropdown-menu li{ font-size:14px;}
.dropdown-menu li li{ font-size:12px;background:url(../images/line_divder.jpg) no-repeat 10px 16px;}
.navbar-nav > li > .dropdown-menu li ul li a{ padding:8px 20px;}
.navbar-nav > li.dropdown a{ background:none;}
.navbar-inverse .navbar-nav > li:hover li a, .navbar-inverse .navbar-nav > li.active li a{ background:none!important;}
.dropdown-menu li ul{ display:block; position:relative; right:0px;}
.dropdown-menu li ul{ background:none!important;}	
.nav > li span{ display:inline-block;}



.mobile_hide{ display:none;}
.mobile_show{ display:block;}
.bottom, .bottomright{ text-align:center;}
.bottomright table{ float:none; display:inline-block; margin:5px auto 0px auto;}
.facebook_connect img{ margin:0px;}
.facebook_connect{ padding-top:30px;}

.vision_mission_arabox .box2{ margin-bottom:30px;}
.vision_mission_arabox{ padding-bottom:10px;}
.success_stories_areabew .hm_succes_box{ margin-bottom:30px;}
.success_viewall{ padding-top:0px;}
.success_stories_areabew{ padding-bottom:30px;}
.inner_content_right{ padding-top:30px;}
.sidebar-offcanvas{top:-22px;}
.left_menu_succes_story {float:none; margin: 15px auto;}
.gallery_facilities li {width: 30%;}
ul.our_experts li{ width:31%;}
.inner_content_right_specialist{ float:none; width:auto; text-align:left;}
.vidio_gallery li{ width:30%;}.vidio_gallery li img{ width:100%;}
.sidebar-offcanvas{top:-30px;}
.hm_succes_box {min-height: 174px;}
.logo {text-align: center;}
.mobile_view {margin-top:55px;}
.contact_right {margin-top:40px;}
.innerbanner {padding:20px 0px;}
.innerbanner span.left {font-size:28px;}
.social_icons{ float:none; margin:0px 0px 0px 0px; position:relative; top:auto;  z-index:999999; right:auto; display:block; width:100%; text-align:center;}
.social_icons li{ float:none; display:inline-block; margin-right:5px;}
.social_icons li:last-child{ margin-right:0px;}
.sitemap_content ul li {width:100%; min-height:0 !important;}
}
@media screen and (min-width : 500px) and (max-width : 760px) {
	
}
@media only screen and (max-width:680px) {
.career tr td {width: 100%;}
}
@media only screen and (max-width:640px) {
.gallery_facilities li {width: 31%;}
.inner_content_right ul li {min-height:190px;}
}
@media only screen and (max-width:598px) {
	.footerarea .col-xs-4{ width:50%; padding-bottom:20px; margin-bottom:20px; border-bottom:#494a4a solid 1px;}
	.bottom{ border-top:#494a4a solid 1px;}
	.footerarea .col-xs-4.fullwith{ width:100%;}
	.facebook_connect{ padding-top:0px;}
	.bottom{ margin-top:20px;}
	.heightsame1{ min-height:127px;}
.inner_content_right{text-align:center;}
.gallery {display: inline; width:auto; max-width: 192px; width: auto !important;}
.inner_content_right h1 {text-align: left;}
.left_menu_specialist{ float:none; margin:0px auto;}
}
@media (max-width:568px){
	.gallery_facilities li {width: 41%;}
ul.our_experts li { width: 46%;}
.vidio_gallery li{ width:46%;}
	}
@media (max-width: 480px) {
.footerarea{ padding:30px 0px 15px 0px;}
.video_gallery{ margin-right:0px; width:54%; margin-left:10px;}
.video_gallery img{ width:100%;}
.hospital_gallery{ width:215px;}
.jcarousel-skin-tango .jcarousel-clip{ height:226px;}
.innerbanner .left{ float:none; width:100%; display:block;}
.innerbanner .in_bn_right{ float:none; width:100%;}
.gallery_facilities li { width: 46%;}
ul.our_experts li{ width:46%;}
ul.our_experts li.third {margin-right: 10px;}
.inner_content_right{text-align:center;}
.hospital_gallery{ width:100%; max-width:210px; margin:0px auto;}
	.video_gallery{ width:100%; max-width:210px; margin:30px auto 30px auto;}
	.hospital_gallery, .video_gallery{ float:none;}
.inner_content_right_specialist{width:100%;}
.vidio_gallery li{ width:80%; margin:0px auto 20px auto!important;}
.navbar-inverse .navbar-nav > li {border-right:none !important;}

}
@media (max-width: 414px){
	

.inner_content_right h1 {text-align: left;}
	}
@media (max-width: 400px) {
	.panel a.collapsed {padding-left:3px;}

}
@media (max-width: 360px) {
ul.our_experts li{ width:80%; float:none; margin:0px auto 20px auto;}
.inner_content_right ul li{ float:none; margin:0px auto;}
.gallery_facilities{ max-width:100%; display:block;}
.gallery_facilities li{ width:75%; margin:0px auto;}
.gallery_facilities li img {height: auto;}
}
@media (max-width: 320px) {
.panel-heading h4 {padding:0;}
.success_story_slider li img{ max-width:200px;}
.gallery_facilities li{ width:85%; margin:0px auto;}
}
.info2, .success2, .warning2, .failure, .validation2{border:1px solid;margin:10px 0px;padding:15px 10px 15px 50px;background-repeat:no-repeat;background-position:10px center;}
.info2{color:#00529B;background-color:#BDE5F8;background-image:url(../images/info.png);}
.success2{color:#4F8A10;background-color:#DFF2BF;background-image:url(../images/success.png);}
.warning2{color:#9F6000;background-color:#FEEFB3;background-image:url(../images/warning.png);}
.failure{color:#D8000C;background-color:#FFBABA;background-image:url(../images/error.png);}
input[type="text"].error,textarea.error{border-bottom:1px solid #F00!important;}
label.error{color:#F00;}
label.error{solid #F00;!important;}