* {
	list-style-type: none;
	border: 0;
	outline: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;/*font-family: Roboto;*/
}
.wrapper {
	max-width: 1280px;
	width: 98%;
	height: auto;
	margin: auto;
}
.slider_area {
	width: 100%;
	background-size: cover;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.slider_area img {
	width: 100%;
	height: 600px;
}
.row1 {
	width: 100%;
	background: #fff;
	display: inline-block;
	padding: 18px 0;
	/*	position: fixed;
	top: 0;
	z-index: 9999;*/
	border-top: 5px solid #d84315;
}
.row1_col1 {
	width: 13%;
	float: left;
	border-right: 1px solid #c8c8c8;
	padding: 12px 0;
	padding-right: 5px;
}
.row1_col1 p {
	font-size: 12px;
	margin: 3px 0 0 0;
}
.row1_col1 p span {
	color: #da4f24;
}
.row1 a img {
	margin: 10px 15px;
	float: left;
}
.row1_col2 {
	width: 20%;
	padding: 12px 15px;
	float: left;
	border-right: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
}
.row1_col2 div {
	background: #fff;
	border: 1px solid #838584;
	border-radius: 20px;
	height: 32px;
}
.row1_col2 div input[type="text"] {
	width: 86%;
	text-indent: 13px;
	float: left;
	height: 32px;
	background: none;
}
.row1_col2 div input[type="submit"] {
	width: 10%;
	float: right;
	background: none;
	background: url(images/search.jpg) no-repeat center center;
	height: 25px;
	margin: 5px 4% 0 0;
	cursor: pointer;
}
.row1 ul {
	float: right;
	margin-top: 17px;
}
.row1 ul li {
	float: left;
	margin: 0 3px;
}
.row1 ul li a {
	color: #575757;
	font-size: 14px;
	padding: 7px 13px;
	border-radius: 15px;
}
.row1 ul li a:hover, .row1 ul li a.active {
	background: #d84315;
	color: #fff;
}
.row2 {
	text-align: center;
	color: #222;
	padding: 18px 0 36px 0;
	width: 100%;
	background: #fff;
	display: inline-block;
	/*	padding: 18px 0;*/
	border-top: 1px solid #ccc;
}
.row2 h2 {
	font-size: 45px;
	font-weight: 300;
}
.row2 h2 span {
	color: #d74314;
}
.row2 h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 25px;
}
.row2_inner {
	width: 42%;
	margin: auto;
}
.row2_inner input[type="text"] {
	width: 65%;
	float: left;
	height: 38px;
	background: #fff;
	border: 1px solid #909090;
	border-radius: 3px;
	font-size: 19px;
	text-indent: 20px;
}
.row2_inner a {
	background: #d74314;
	border: 1px solid #d74314;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
}
/*.row2_inner input[type="submit"] {
	width: 32%;
	float: right;
	height: 38px;
	background: #d74314;
	border: 1px solid #d74314;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}*/
.row3 {
	width: 100%;
	text-align: center;
	padding: 32px 0;
	background: #eee;
	color: #333;
}
.row3 h1 {
	font-size: 40px;
	font-weight: 300;
}
.row3 h3 {
	font-size: 24px;
	font-weight: 300;
	padding: 10px 0 25px 0;
}
.row3 p {
	padding: 0 10%;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 30px;
}
.row3 a {
	padding: 10px 30px;
	background: #fff;
	font-size: 14px;
	font-weight: normal;
	color: #d84315;
	border-radius: 20px;
}
.row3 a:hover {
	background: #000;
	color: #fff;
}
.row4 {
	width: 100%;
	padding: 32px 0;
	background: #f5f5f5;
	display: inline-block;
}
.main2 {
	width: 1150px;
	height: auto;
	margin: auto;
}
.row4 img {
	float: left;
}
.row4_col {
	width: 50%;
	float: right;
	margin-top: 40px;
}
.row5 {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #e4e4e4;
}
.row5_col1 {
	width: 27%;
	float: left;
	padding-top: 35px;
	text-align: center;
}
.row5_col1 h1 {
	font-size: 23px;
	color: #333;
	font-weight: 300;
	text-indent: 5px;
	padding-bottom: 26px;
}
.carousel-inner img {
	width: 100% !important;
}
.slide {
	position: absolute;
	top: 0;
	z-index: -9999;
}
.row4_col h1 {
	color: #d74314;
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 30px;
}
.row4_col h2 {
	color: #d74314;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 0;
}
.row4_col h3 {
	color: #494949;
	font-size: 26px;
	font-weight: 300;
	margin: 0 0 25px 0;
}
.row4_col p {
	color: #494949;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	width: 70%;
	text-align: justify;
	line-height: 22px;
}
.row4_col a {
	padding: 10px 30px;
	background: #e44319;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	border-radius: 20px
}
.row4_col a:hover {
	background: #000;
	color: #fff;
}
.row5_col3 {
	padding: 0;
	width: 45%;
	float: left;
	min-height:500px;
}
.row5_col3 img {
	width: 100%;
}
.row6 {
	width: 75%;
	height: auto;
	margin: auto;
	padding-top: 30px;
}
.row6 h1 {
	text-align: center;
	width: 100%;
	font-size: 30px;
	color: #333;
	font-weight: 300;
	padding-bottom: 40px;
}
.row6_col1 {
	float: left;
	width: 50%;
	padding: 1% 3%;
	border: 1px solid #e2e2e2;
}
.row6_col1 h2 {
	font-size: 25px;
	color: #333;
	font-weight: 300;
}
.row6_col1 input, .row6_col1 textarea {
	width: 100%;
	border: 1px solid #e2e2e2;
	margin: 7px 0;
	padding: 15px;
	box-sizing:border-box;
}
.row6_col1 textarea {
	height: 120px;
	padding-top: 8px;
}
.row6_col1 input[type="submit"] {
	background: #e24219;
	color: #fff;
	font-size: 20px;
	text-indent: 0;
	border: 0;
	height: 48px;
	cursor: pointer;
}
.row6_col1 input[type="submit"]:hover {
	background: #000;
}
/*saquib*/
.row_8_box2 {
	width: 40%;
	height: auto;
	float: right;
	padding-bottom: 30px;
}
.row_8_box2 h1 {
	font-size: 24px;
	color: #e24218;
	border-bottom: 1px solid #eaeaea;
	width: 100%;
	padding-bottom: 7px;
	text-align: left;
	margin: 0;
}
.row_8_box2_box {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #e2e2e2;
}
.row_8_box2_box h1 {
	font-size: 13px;
	color: #8d949a;
	text-align: left;
	margin: 18px 0 0 0;
	border: 0;
	padding: 0;
}
.row_8_box2_box span {
	font-size: 12px;
	color: #333 !important;
	float: left;
	margin: 13px 0;
	padding-left: 14px;
	background: url(images/icon_7.jpg) no-repeat left center;
	width: 100%;
}
.row_8_box2_box p {
	font-size: 10px;
	color: #a3a3a5;
	text-align: left;
	margin: 10px 0 15px 14px;
	width: 198px;
}
.row_8_box2_box ul {
	float: left;
	margin-top: 10px;
	margin-left: 14px;
}
.row_8_box2_box ul li {
	float: left;
}
.row_8_box2_box ul li a {
	background: url(images/social.jpg) no-repeat left top;
	display: inline-block;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
}
.row_8_box2_box ul li:nth-child(2) a {
	background-position: left -46px top;
}
.row_8_box2_box ul li:nth-child(3) a {
	background-position: left -92px top;
}
.row_8_box2_box ul li:nth-child(4) a {
	background-position: left -138px top;
}
.row_8_box2_box ul li a:hover {
	background-position: left top -50px;
}
.row_8_box2_box ul li:nth-child(2) a:hover {
	background-position: left -46px top -50px;
}
.row_8_box2_box ul li:nth-child(3) a:hover {
	background-position: left -92px top -50px;
}
.row_8_box2_box ul li:nth-child(4) a:hover {
	background-position: left -138px top -50px;
}
.m_h1 {
	margin-left: 14px !important;
}
.row_8_box2_box:last-child {
	border: 0;
}
.row_9 {
	width: 100%;
	height: auto;
	display: inline-block;
	background-color: #f4f4f4;
	text-align: center;
	padding-bottom: 60px;
}
.row_9 h1 {
	font-size: 30px;
	color: #d74314;
	margin-top: 45px;
	margin-bottom: 54px;
	font-weight: 300;
}
.row_9 img {
	margin-right: 54px;
}
.row_9 img:last-child {
	margin: 0;
}
.row_10 {
	width: 100%;
	height: 100px;
	display: inline-block;
	background: url(images/bkgd2.jpg) repeat-x left top;
	text-align: center;
	padding-bottom: 22px;
}
.row_10 h1 {
	font-size: 30px;
	color: #fff;
	margin-top: 25px;
	margin-bottom: 30px;
	font-weight: 300;
}
.row_10 a {
	margin: 0 5px;
}
/*.row_10 a {
	font-size: 18px;
	color: #d74313;
	margin-bottom: 27px;
	padding: 12px 40px;
	background-color: #fff;
	border-radius: 3px;
}*/
.row_10 a:nth-child(4), .row_10 a:nth-child(5) {
	padding: 0;
	background: none;
	margin-left: 30px;
}
.row_10 a img {
	margin-top: 36px;
}
.footer {
	width: 100%;
	height: auto;
	display: inline-block;
	background-color: #222222;
	padding: 20px 0;
}
.footer ul {
	float: left;
	margin: 0px 0 0 0px;
}
.footer ul li {
	float: left;
	color: #898989;
	padding-top: 2px;
	margin-left: 5px;
}
.footer ul li:first-child {
	margin: 0;
}
.footer ul li a {
	font-size: 16px;
	color: #898989;
}
.footer p {
	font-size: 16px;
	color: #898989;
	float: left;
}
.footer_box {
	width: 30%;
	height: auto;
	float: right;
}
.footer_box p {
	font-size: 16px;
	color: #fff;
	float: left;
	margin: 10px 25px 0 0;
}
.footer_box ul {
	float: left;
	margin: 0;
}
.footer_box ul li {
	float: left;
}
.left {
	float: left;
	width: 50%;
}
.row_7_box_box:last-child {
	border: 0;
}
.row_7_box_box img {
	float: left;
	width: 29%;
}
.row_7_box_box2 {
	width: 64%;
	height: auto;
	float: left;
	margin-left: 20px;
}
.row_7_box_box2 small {
	font-size: 10px;
	color: #a8a8aa;
	width: 100%;
	float: left;
	margin-bottom: 4px;
}
.row_7_box_box2 p {
	font-size: 10px;
	color: #929292;
	float: left;
	margin: 10px 0 0 0;
	width: 250px;
}
/*cro*/
/*
        .jssorb03 div           (normal)
        .jssorb03 div:hover     (normal mouseover)
        .jssorb03 .av           (active)
        .jssorb03 .av:hover     (active mouseover)
        .jssorb03 .dn           (mousedown)
        */
.jssorb03 {
	position: absolute;
}
.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
	position: absolute;
	/* size of bullet elment */
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	color: white;
	font-size: 12px;
	background: url('img/b03.png') no-repeat;
	cursor: pointer;
}
.jssorb03 div {
	background-position: -5px -4px;
}
.jssorb03 div:hover, .jssorb03 .av:hover {
	background-position: -35px -4px;
}
.jssorb03 .av {
	background-position: -65px -4px;
}
.jssorb03 .dn, .jssorb03 .dn:hover {
	background-position: -95px -4px;
}
.jssora03l, .jssora03r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: url('img/a03.png') no-repeat;
}
.jssora03l {
	background-position: -3px -33px;
}
.jssora03r {
	background-position: -63px -33px;
}
.jssora03l:hover {
	background-position: -123px -33px;
}
.jssora03r:hover {
	background-position: -183px -33px;
}
.jssora03l.jssora03ldn {
	background-position: -243px -33px;
}
.jssora03r.jssora03rdn {
	background-position: -303px -33px;
}
.jssora03l.jssora03lds {
	background-position: -3px -33px;
	opacity: .3;
	pointer-events: none;
}
.jssora03r.jssora03rds {
	background-position: -63px -33px;
	opacity: .3;
	pointer-events: none;
}
.box_slider div {
	text-align: center;
}
.box_slider div a {
	color: #333;
	font-size: 12px;
}
.box_slider h3 {
	margin-top: 0px;
}
/*cro end*/
.row8 {
	padding: 90px 0;
}
.row8 .item {
	text-align: center;
	font-size: 24px;
}
.row8 .item h3 {
	color: #d84315;
}
.row8 .item p {
	font-size: 12px;
}
.c {
	clear: both;
}
header {
	background: url(images/about.jpg);
	background-size: cover;
	height: 298px;
	color: #fff;
	font-size: 72px;
	line-height: 380px;
}
header h1 {
	font-size: 144px;
}
.patients {
	background-image: url(images/patients.jpg);
	font-size:34px;
}
.doctor {
	background-image: url(images/doctor.jpg);
	font-size:34px;
}
.how {
	background-image: url(images/how.jpg);
	font-size:34px;
}
#jssor_1 {
	width: 1200px !important;
}
#jssor_1 p {
	font-size: 13px;
	margin-top: 10px;
}
.caroufredsel_wrapper {
	width: 1260px;
}
#pager {
	border-radius: 20px;
	text-align: center;
	width: 50%;
	height: 50px;
	padding-top: 2px;
	/*	margin: 235px 0 0 -60px;*/
	position: absolute;
	bottom: 0%;
	z-index: 9999;
	left: 0%;
}
#pager a.selected span {
	background: #d84315;
}
#pager a {
	display: inline-block;
	padding: 5px;
}
#pager span {
	border-radius: 10px;
	background: #666;
	border: 2px solid #fff;
	text-indent: -100px;
	line-height: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
}
.icon_1 {
	background-image: url(images/header_icon1.jpg);
}
.icon_2 {
	background-image: url(images/header_icon2.jpg);
}
.icon_3 {
	background-image: url(images/header_icon3.jpg);
}
.icon_4 {
	background-image: url(images/header_icon4.jpg);
}
.icon_5 {
	background-image: url(images/header_icon6.jpg);
}
.icon_6 {
	background-image: url(images/header_icon6.jpg);
}
.icon_7 {
	background-image: url(images/header_icon7.jpg);
}
.icon_8 {
	background-image: url(images/header_icon8.jpg);
}
.icon_9 {
	background-image: url(images/header_icon9.jpg);
}
.icon_10 {
	background-image: url(images/header_icon10.jpg);
}
.icon_11 {
	background-image: url(images/header_icon11.jpg);
}
.icon_12 {
	background-image: url(images/header_icon12.jpg);
}
.icon_13 {
	background-image: url(images/header_icon13.jpg);
}
.icon_14 {
	background-image: url(images/header_icon14.jpg);
}
.inner_text {
	text-align: left;
}
.inner_text p {
	padding-left: 0;
	padding-right: 0;
	text-align: justify;
}
.dis_tet {
	width: 100%;
	padding: 20px;
	background: #eee;
	text-align:center;
	margin-bottom:40px;
	border:1px solid #ddd;
	color:#666;
	box-sizing:border-box;
}
/*res_drop*/
.toggleMenu {
	display: none;
	background: #d84315;
	width: 97%;
	height: 35px;
	display: block;
	line-height: 35px;
	color: #fff;
	text-align: center;
	margin: 10px 0;
}
.my_nav {
	list-style: none;
 *zoom: 1;
}
.my_nav:before, .my_nav:after {
	content: " ";
	display: table;
}
.my_nav:after {
	clear: both;
}
.my_nav ul {
	list-style: none;
	width: 9em;
}
.my_nav a {
	padding: 10px 15px;
	color: #fff;
}
.my_nav li {
	position: relative;
}
.my_nav > li {
	float: left;
}
.my_nav > li > .parent {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}
.my_nav > li > a {
	display: block;
}
.my_nav li ul {
	position: absolute;
	left: -9999px;
}
.my_nav > li.hover > ul {
	left: 0;
}
.my_nav li li.hover ul {
	left: 100%;
	top: 0;
}
.my_nav li li a {
	display: block;
	background: #1d7a62;
	position: relative;
	z-index: 100;
	border-top: 1px solid #175e4c;
}
.my_nav li li li a {
	background: #249578;
	z-index: 200;
	border-top: 1px solid #1d7a62;
}
.empty {
	filter: alpha(opacity=70);
	opacity: 0.7;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.own_slide {
 cursor: default;
position: relative;
top: 0px;
left: 0px;
width: 1152px;
height: 160px;
}
.jssorb03{ display:none;}
#slideshow { 
    margin: 20px auto; 
    position: relative; 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px;
	display:none; 
}