@charset "utf-8";
/* CSS Document */

body, html 
{
	margin:0;
	/*background:url(../images/BG.png);*/
	line-height:1.2;
	text-decoration:none;
	font-family:'arialregular', sans-serif;
	height: 100%
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(88,89,91,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(88,89,91,1); 
}

#container
{
	width:100%;
	height:100%;
	position:relative;
}

#wrapper
{
	width:100%;
	height:768px;
	margin:0 auto;
}

#page08
{
	width:100%;
	height:100%;
	background:url(../images/physicians.jpg) no-repeat top right #ffffff; 
	float:left;
	background-size:cover;
}

#page09
{
	width:100%;
	height:100%;
	background:#fff; 
    margin:0 auto;
}

#header
{
	width:100%;
	height:auto;
	position:relative;
	float:left;
	margin:10px auto;
}

#bg {
  position: fixed; 
  top: -33%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

#Dr-reddy-purple
{
	width: 124px;
	height: 28px;
	position: relative;
	background: url(../images/Dr-reddy-purple.png) no-repeat left top;
	float: left;
	margin: 0 0 0 20px;
}

#Dr-reddy-white
{
	width: 124px;
	height: 28px;
	position: relative;
	background: url(../images/Dr-reddy-white.png) no-repeat left top;
	float: left;
	margin: 0 0 0 20px;
}

#Cresp-Logo
{
	width: 77px;
	height: 49px;
	position: relative;
	background: url(../images/cresp-HCP.png) no-repeat left top;
	float: right;
	margin: 0 40px 0 0;
}

#SI
{
	width:auto;
	height:auto;
	padding:3px 10px;
	float:left;
	margin:0 0 0 15px;
	background: #575756; 
	border: 0px solid #BADA55;
    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px; 
    border-radius: 12px; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#SI:hover
{
	background:#E6E7E8;
	color:#000000;
}

#body-container
{
	width:100%;
	height:auto;
	position:relative;
	float:left;
}

#footer
{
	width:93%;
	height:auto;
	/*position:absolute;*/
	margin:0 auto 20px auto;
	padding:8px 0 8px 0;
	clear:both;
	bottom:0;
}

#Privacy
{
	width:auto;
	height:auto;
	padding:3px 10px;
	float:right;
	margin:0 0 0 15px;
	background: #C6C6C5;
	border: 0px solid #BADA55;
    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px; 
    border-radius: 12px; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	cursor:pointer;
}

#Privacy:hover
{
	background: #000; 
	color:#fff;
}

#body-left
{
	width: 38%;
	height: auto;
	position: relative;
	float: left;
	margin:40px 0 0 0;
}

#body-right
{
	width: 62%;
	height: auto;
	position: relative;
	float: right;
}

#Patients-inside
{
	width:320px;
	height:230px;
	padding:90px 0 0 0;
	float:left;
	margin:150px 120px 0px 0;
	background: url(../images/big-white-circle.png) no-repeat left top;
	border: 0px;
    -webkit-border-radius: 180px; 
    -moz-border-radius: 180px; 
    border-radius: 180px; 
}

#menu01
{
	width:177px;
	height:128px;
	padding:50px 0 0  0;
	margin:0 0 0 200px;
	float:left;
	background:url(../images/physician-white-circle01.png) no-repeat left top; 
	background: url(../images/Physician-green-circle.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	clear:both;
}

#menu01:hover
{
	background:url(../images/physician-white-circle01.png) no-repeat left top; 
	color:#67BA8C;
}

#menu02
{
	width:160px;
	height:105px;
	padding:60px 0 0  0;
	margin:-35px 0 0 80px;
	float:left;
	background: url(../images/physician-white-circle02.png) no-repeat left top;
	background: url(../images/Physician-yellow-circle.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	clear:both;
}

#menu02:hover
{
	background: url(../images/physician-white-circle02.png) no-repeat left top;
	color:#F0CC00;
}

#menu03
{
	width:145px;
	height:90px;
	padding:55px 0 0  0;
	margin:45px 0 0 0;
	float:left;
	background: url(../images/physician-white-circle03.png) no-repeat left top;
	background: url(../images/Physician-grey-circle.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#menu03:hover
{
	background: url(../images/physician-white-circle03.png) no-repeat left top;
	color:#A7B3C0;
}

#menu04
{
	width:130px;
	height:80px;
	padding:55px 0 0  0;
	margin:-50px 0 0 100px;
	float:left;
	background: url(../images/physician-white-circle04.png) no-repeat left top;
	background: url(../images/Physician-red-circle.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	clear:both;
}

#menu04:hover
{
	background: url(../images/physician-white-circle04.png) no-repeat left top;
	color:#E8495D;
}

#menu05
{
	width:110px;
	height:60px;
	padding:50px 0 0  0;
	margin:20px 0 0 10px;
	float:left;
	background: url(../images/physician-white-circle05.png) no-repeat left top;
	background: url(../images/Physician-pink-circle.png) no-repeat left top;  
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#menu05:hover
{
	background: url(../images/physician-white-circle05.png) no-repeat left top;
	color:#F29998; 
}

#menu06
{
	width:110px;
	height:60px;
	padding:50px 0 0  0;
	margin:-35px 0 0 30px;
	float:left;
	background: url(../images/physician-white-circle05.png) no-repeat left top;
	background: url(../images/Physician-pink-circle.png) no-repeat left top;  
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	clear:both;
}

#menu06:hover
{
	background: url(../images/physician-white-circle05.png) no-repeat left top;
	color:#F29998; 
}

#menu07
{
	width:110px;
	height:80px;
	padding:30px 0 0  0;
	margin:-30px 0 0 20px;
	float:left;
	background: url(../images/physician-white-circle05.png) no-repeat left top;
	background: url(../images/Physician-pink-circle.png) no-repeat left top;  
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#menu07:hover
{
	background: url(../images/physician-white-circle05.png) no-repeat left top;
	color:#F29998; 
}

#banner
{
	width: 98.3%;
	height: 125px;
	position: relative;
	float: left;
	margin: 0 auto 20px auto;
	padding: 0 0 0 20px;
	z-index: 1;
}

#banner01
{
	width: 100%;
	height: 125px;
	position: absolute;
	background: url(../images/banner01.jpg) no-repeat right top #f7f6f4;
	z-index: 0;
	top: 69px;
}

#banner02
{
	width: 100%;
	height: 125px;
	position: absolute;
	background: url(../images/banner02.jpg) no-repeat right top #f7f6f4;
	z-index: 0;
	top: 69px;
	visibility: hidden;
}

#banner03
{
	width: 100%;
	height: 125px;
	position: absolute;
	background: url(../images/banner03.jpg) no-repeat right top #f7f6f4;
	z-index: 0;
	top: 69px;
}

#banner04
{
	width: 100%;
	height: 125px;
	position: absolute;
	background: url(../images/banner04.jpg) no-repeat right top #f7f6f4;
	z-index: 0;
	top: 69px;
	visibility: hidden;
}

#banner05
{
	width: 100%;
	height: 125px;
	position: absolute;
	background: url(../images/banner05.jpg) no-repeat right top #f7f6f4;
	z-index: 0;
	top: 69px;
	visibility: hidden;
}

#banner06
{
	width: 100%;
	height: 125px;
	position: absolute;
	background: url(../images/banner06.jpg) no-repeat right top #f7f6f4;
	z-index: 0;
	top: 69px;
}

#banner07
{
	width: 100%;
	height: 125px;
	position: absolute;
	background: url(../images/banner07.jpg) no-repeat right top #f7f6f4;
	z-index: 0;
	top: 69px;
	visibility:hidden;
}

#banner08
{
	width: 100%;
	height: 125px;
	position: absolute;
	background: url(../images/banner08.jpg) no-repeat right top #f7f6f4;
	z-index: 0;
	top: 69px;
	visibility:hidden;
}

#banner09
{
	width: 100%;
	height: 125px;
	position: absolute;
	background: url(../images/banner09.jpg) no-repeat right top #f7f6f4;
	z-index: 0;
	top: 69px;
	visibility:hidden;
}

#banner10
{
	width: 100%;
	height: 125px;
	position: absolute;
	background: url(../images/banner10.jpg) no-repeat right top #f7f6f4;
	z-index: 0;
	top: 69px;
	visibility:hidden;
}

#banner11
{
	width: 100%;
	height: 125px;
	position: absolute;
	background: url(../images/banner11.jpg) no-repeat right top #f7f6f4;
	z-index: 0;
	top: 69px;
}

#banner12
{
	width: 100%;
	height: 125px;
	position: absolute;
	background: url(../images/banner12.jpg) no-repeat right top #f7f6f4;
	z-index: 0;
	top: 69px;
	visibility:hidden;
}

#banner13
{
	width: 100%;
	height: 125px;
	position: absolute;
	background: url(../images/banner13.jpg) no-repeat right top #f7f6f4;
	z-index: 0;
	top: 69px;
	visibility:hidden;
}

#inside-left
{
	width: 15%;
	height: auto;
	position: relative;
	float: left;
}

#inside-right
{
	width: 85%;
	height: auto;
	position: relative;
	float: right;
}

#menu-inside01
{
	width:100px;
	height:75px;
	padding:25px 0 0  0;
	margin:12px 0 0 20px;
	float:left;
	background: url(../images/physician-inside-circle01-hover.png) no-repeat left top;
	background: url(../images/physician-inside-circle01.png) no-repeat left top;
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	z-index:2;
}

#menu-inside01:hover
{
	background: url(../images/physician-inside-circle01-hover.png) no-repeat left top;
	color:#67BA8C;
}

#menu-inside02
{
	width:100px;
	height:67px;
	padding:43px 0 0  0;
	margin:12px 0 0 20px;
	float:left;
	background: url(../images/physician-inside-circle02-hover.png) no-repeat left top;
	background: url(../images/physician-inside-circle02.png) no-repeat left top;
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	z-index:2;
}

#menu-inside02:hover
{
	background: url(../images/physician-inside-circle02-hover.png) no-repeat left top;
	color:#F0CC00;
}

#menu-inside03
{
	width:100px;
	height:70px;
	padding:40px 0 0  0;
	margin:12px 0 0 20px;
	float:left;
	background: url(../images/physician-inside-circle03-hover.png) no-repeat left top;
	background: url(../images/physician-inside-circle03.png) no-repeat left top;
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	letter-spacing:0.5px;
}

#menu-inside03:hover
{
	background: url(../images/physician-inside-circle03-hover.png) no-repeat left top;
	color:#A7B3C0;
}

#menu-inside04
{
	width:100px;
	height:67px;
	padding:43px 0 0  0;
	margin:12px 0 0 20px;
	float:left;
	background: url(../images/physician-inside-circle04-hover.png) no-repeat left top;
	background: url(../images/physician-inside-circle04.png) no-repeat left top;
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#menu-inside04:hover
{
	background: url(../images/physician-inside-circle04-hover.png) no-repeat left top;
	color:#E8495D;
}

#menu-inside05
{
	width:92px;
	height:58px;
	padding:35px 0 0  0;
	margin:0 0 0 20px;
	float:left;
	background: url(../images/physician-inside-circle05-hover.png) no-repeat left top; 
	background: url(../images/physician-inside-circle05.png) no-repeat left top;
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#menu-inside05:hover
{
	background: url(../images/physician-inside-circle05-hover.png) no-repeat left top; 
	color:#F29998; 
}

#menu-inside06
{
	width:92px;
	height:52px;
	padding:40px 0 0  0;
	margin:100px 0 0 -90px;
	float:left;
	background: url(../images/physician-inside-circle05-hover.png) no-repeat left top; 
	background: url(../images/physician-inside-circle05.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#menu-inside06:hover
{
	background: url(../images/physician-inside-circle05-hover.png) no-repeat left top; 
	color:#F29998; 
}

#menu-inside07
{
	width:115px;
	height:85px;
	padding:30px 0 0  0;
	margin:40px 0 0 15px;
	float:left;
	background: url(../images/physician-inside-circle06-hover.png) no-repeat left top; 
	background: url(../images/physician-inside-circle06.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#menu-inside07:hover
{
	background: url(../images/physician-inside-circle06-hover.png) no-repeat left top; 
	color:#F29998; 
}

#menu01-inside
{
	width:100px;
	height:75px;
	padding:25px 0 0  0;
	margin:0 auto 0 auto;
	background: url(../images/physician-inside-circle01-hover.png) no-repeat left top; 
	background: url(../images/physician-inside-circle01.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#menu01-inside:hover
{
	background: url(../images/physician-inside-circle01-hover.png) no-repeat left top; 
	color:#67BA8C;
}

#menu02-inside
{
	width:100px;
	height:85px;
	padding:45px 0 0  0;
	margin:0 auto 0 auto;
	background: url(../images/physician-inside-circle02-hover.png) no-repeat left top; 
	background: url(../images/physician-inside-circle02.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#menu02-inside:hover
{
	background: url(../images/physician-inside-circle02-hover.png) no-repeat left top; 
	color:#F0CC00;
}

#menu03-inside
{
	width:100px;
	height:60px;
	padding:40px 0 0  0;
	margin:0 auto 0 auto;
	background: url(../images/physician-inside-circle03-hover.png) no-repeat left top; 
	background: url(../images/physician-inside-circle03.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#menu03-inside:hover
{
	background: url(../images/physician-inside-circle03-hover.png) no-repeat left top; 
	color:#A7B3C0;
}

#menu04-inside
{
	width:100px;
	height:62px;
	padding:45px 0 0  0;
	margin:0 auto 0 auto;
	background: url(../images/physician-inside-circle04-hover.png) no-repeat left top; 
	background: url(../images/physician-inside-circle04.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#menu04-inside:hover
{
	background: url(../images/physician-inside-circle04-hover.png) no-repeat left top; 
	color:#E8495D;
}

#submenu01
{
	width:80px;
	height:60px;
	padding:20px 0 0  0;
	margin:5px auto 0 auto;
	background: url(../images/physician-green-sublink-highlighted.png) no-repeat left top; 
	background: url(../images/physician-green-sublink.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu01:hover
{
	background: url(../images/physician-green-sublink-highlighted.png) no-repeat left top; 
}

#submenu01-highlighted
{
	width:80px;
	height:60px;
	padding:20px 0 0  0;
	margin:5px auto 0 auto;
	background: url(../images/physician-green-sublink-highlighted.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu02
{
	width:80px;
	height:50px;
	padding:30px 0 0  0;
	margin:5px auto 0 auto;
	background: url(../images/physician-green-sublink-highlighted.png) no-repeat left top;
	background: url(../images/physician-green-sublink.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu02:hover
{
	background: url(../images/physician-green-sublink-highlighted.png) no-repeat left top;
}

#submenu02-highlighted
{
	width:80px;
	height:50px;
	padding:30px 0 0  0;
	margin:5px auto 0 auto;
	background: url(../images/physician-green-sublink-highlighted.png) no-repeat left top;
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

.scroll
{
	width: 85%;
	height: 441px;
	padding: 2.5%;
	position: relative;
	border: 1px solid #878787;
	margin: 5px 0 0 0;
	overflow: scroll;
	overflow-x: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#content01
{
	width: 58%;
	height: auto;
	position: relative;
	float: left;
}

#content-title
{
	width: 90%;
	height: auto;
	position: relative;
	float: left;
}

#Maker-Cresp
{
	width:auto;
	height:auto;
	position:relative;
	float:right;
}

#timeline
{
	width:auto;
	height:auto;
	margin:10px 0 0 0;
	float:left;
	clear:both;
}

#timeline-copy
{
	width:550px;
	height:auto;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	float:left;
	border-bottom:1px #A0A0A0 solid;
}

#timeline01
{
	width:37px;
	height:38px;
	background:url(../images/1994.png) no-repeat left top;
	float:left;
	margin:0 15px 0 0;
}

#timeline02
{
	width:37px;
	height:38px;
	background:url(../images/2001.png) no-repeat left top;
	float:left;
	margin:0 15px 0 0;
}

#timeline03
{
	width:37px;
	height:38px;
	background:url(../images/2007.png) no-repeat left top;
	float:left;
	margin:0 15px 0 0;
}

#timeline04
{
	width:37px;
	height:38px;
	background:url(../images/2010.png) no-repeat left top;
	float:left;
	margin:0 15px 0 0;
}

#timeline05
{
	width:37px;
	height:38px;
	background:url(../images/2011.png) no-repeat left top;
	float:left;
	margin:0 15px 0 0;
}

#submenu03
{
	width:82px;
	height:52px;
	padding:30px 0 0  0;
	margin:5px 0 0 10px;
	float:left;
	background: url(../images/physician-yellow-sublink-highlighted.png) no-repeat left top; 
	background: url(../images/physician-yellow-sublink.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu03:hover
{
	background: url(../images/physician-yellow-sublink-highlighted.png) no-repeat left top; 
}

#submenu03-highlighted
{
	width:82px;
	height:52px;
	padding:30px 0 0  0;
	margin:5px auto 0 auto;
	background: url(../images/physician-yellow-sublink-highlighted.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu04
{
	width:82px;
	height:63px;
	padding:20px 0 0  0;
	margin:5px 10px 0 0;
	float:right;
	background: url(../images/physician-yellow-sublink-highlighted.png) no-repeat left top; 
	background: url(../images/physician-yellow-sublink.png) no-repeat left top;  
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu04:hover
{
	background: url(../images/physician-yellow-sublink-highlighted.png) no-repeat left top; 
}

#submenu04-highlighted
{
	width:82px;
	height:63px;
	padding:20px 0 0  0;
	margin:5px auto 0 auto;
	background: url(../images/physician-yellow-sublink-highlighted.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu05
{
	width:82px;
	height:67px;
	padding:15px 0 0  0;
	margin:5px auto 0 auto;
	background: url(../images/physician-yellow-sublink-highlighted.png) no-repeat left top; 
	background: url(../images/physician-yellow-sublink.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	clear:both;
}

#submenu05:hover
{
	background: url(../images/physician-yellow-sublink-highlighted.png) no-repeat left top; 
}

#submenu05-highlighted
{
	width:82px;
	height:72px;
	padding:10px 0 0  0;
	margin:5px auto 0 auto;
	background: url(../images/physician-yellow-sublink-highlighted.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu06
{
	width:82px;
	height:60px;
	padding:20px 0 0  0;
	margin:5px 0 0 10px;
	float:left;
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
	background: url(../images/physician-grey-sublink.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu06:hover
{
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
}

#submenu06-highlighted
{
	width:82px;
	height:60px;
	padding:20px 0 0  0;
	margin:5px 0 0 10px;
	float:left;
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu07
{
	width:82px;
	height:55px;
	padding:25px 0 0  0;
	margin:5px 10px 0 0;
	float:right;
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
	background: url(../images/physician-grey-sublink.png) no-repeat left top;  
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu07:hover
{
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
}

#submenu07-highlighted
{
	width:82px;
	height:55px;
	padding:25px 0 0  0;
	margin:5px 10px 0 0;
	float:right;
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu08
{
	width:82px;
	height:50px;
	padding:30px 0 0  0;
	margin:5px 0 5px 10px;
	float:left;
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
	background: url(../images/physician-grey-sublink.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	clear:both;
}

#submenu08:hover
{
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
}

#submenu08-highlighted
{
	width:82px;
	height:50px;
	padding:30px 0 0  0;
	margin:5px 0 5px 10px;
	float:left;
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu09
{
	width:82px;
	height:50px;
	padding:30px 0 0  0;
	margin:5px 10px 0 0;
	float:right;
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
	background: url(../images/physician-grey-sublink.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu09:hover
{
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
}

#submenu09-highlighted
{
	width:82px;
	height:50px;
	padding:30px 0 0  0;
	margin:5px 10px 0 0;
	float:right;
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu10
{
	width:82px;
	height:50px;
	padding:30px 0 0  0;
	margin:-20px auto 0 auto;
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
	background: url(../images/physician-grey-sublink.png) no-repeat left top;  
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	clear:both;
}

#submenu10:hover
{
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
}

#submenu10-highlighted
{
	width:82px;
	height:50px;
	padding:30px 0 0  0;
	margin:0 auto 0 auto;
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	clear:both;
}

#submenu11
{
	width:90px;
	height:58px;
	padding:38px 0 0  0;
	margin:5px 0 0 10px;
	float:left;
	background: url(../images/physician-pink-big-sublink-highlighted.png) no-repeat left top; 
	background: url(../images/physician-pink-big-sublink.png) no-repeat left top;  
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	clear:both;
}

#submenu11:hover
{
	background: url(../images/physician-pink-big-sublink-highlighted.png) no-repeat left top; 
}

#submenu11-highlighted
{
	width:102px;
	height:72px;
	padding:30px 0 0  0;
	margin:5px auto 0 auto;
	background: url(../images/physician-pink-sublink-highlighted.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	clear:both;
}

#submenu12
{
	width:90px;
	height:58px;
	padding:38px 0 0  0;
	margin:5px auto 0 auto;
	background: url(../images/physician-pink-big-sublink-highlighted.png) no-repeat left top; 
	background: url(../images/physician-pink-big-sublink.png) no-repeat left top;    
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	clear:both;
}

#submenu12:hover
{
	background: url(../images/physician-pink-big-sublink-highlighted.png) no-repeat left top; 
}

#submenu12-highlighted
{
	width:102px;
	height:72px;
	padding:5px 0 0  0;
	margin:10px auto 0 auto;
	background: url(../images/physician-pink-sublink-highlighted.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu13
{
	width:90px;
	height:67px;
	padding:25px 0 0  0;
	float:right;
	margin:5px 10px 0 0;
	background: url(../images/physician-pink-big-sublink-highlighted.png) no-repeat left top; 
	background: url(../images/physician-pink-big-sublink.png) no-repeat left top;  
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

#submenu13:hover
{
	background: url(../images/physician-pink-big-sublink-highlighted.png) no-repeat left top; 
}

#submenu13-highlighted
{
	width:102px;
	height:72px;
	padding:30px 0 0  0;
	margin:5px auto 0 auto;
	background: url(../images/physician-pink-big-sublink-highlighted.png) no-repeat left top; 
	transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	clear:both;
}

#cheer
{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}

#ckd-burden
{
	width: 165px;
	height: auto;
	position: relative;
	float: left;
	clear:both;
}

#image01
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image02
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image03
{
	width: 502px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image04
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image05
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image06
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image07
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image08
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image09
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image10
{
	width: 500px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image11
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image12
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image13
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image14
{
	width: 800px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image15
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image16
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image17
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image18
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image19
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image20
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image21
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image22
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image23
{
	width: 501px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#image24
{
	width: 450px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#tool
{
	width:auto;
	height:auto;
	position:relative;
	float:right;
	z-index:1;
	margin:0;
}

.img
{
	width:5%;
}

/*cokkies start*/
.cookie-wrapper {
  position: fixed;
bottom: 0;
width: 100%;
opacity: 0.95;
filter: alpha(opacity=90);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
-moz-opacity: 8;
z-index: 2;
}

.cookie-outer {
    display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
-moz-justify-content: space-around;
-ms-justify-content: space-around;
justify-content: space-around;
-ms-flex-pack: space-around;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-ms-flex-pack: distribute;
background: #a2d1e6;
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 0;
position: relative;
}

.cookie-outer p {
    font-size: 13px;
    color: #000;
}

.cookie-outer .btn {
    background: #404041;
    border: 1px solid #404041;
    padding: 12px 24px;
    border-radius: 30px;
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 0;
    text-align: center;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    cursor: pointer;
}
.cookie-outer p.cookie-content {
    max-width: 80%;
	font-weight: bold;
}
.cookie-outer .btn-link {
    color: #EF5464;
    text-decoration: underline;
    cursor: pointer;
}
.cookie-outer .heading { font-size: 18px;}
.cookie-outer .closeOpenBtn {
    font-size: 0;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.cookie-outer .closeOpenBtn::before,
.cookie-outer .closeOpenBtn::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #000000;
    left: 0;
    top: 50%;
}

.closeOpenBtn::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.closeOpenBtn::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

/*cokkies end*/

@media only screen and (max-width: 1024px){
.cookie-outer {
    flex-direction: column;
    text-align: center;
}
.cookie-outer p { padding-bottom:15px;}
.cookie-outer p.cookie-content{text-align: center; }
}

@media only screen and (max-width:767px) {
    .popup-center-wrap {
        width: 90%;
    }
    .exit-btn {
        padding: 12px 12px;
        min-width: 110px;
        font-size: 1.4em;
    }
}
@media only screen and (max-width:480px) {
.cookie-outer{ padding:20px;}	
	
	}

#print
{
	width:auto;
	height:auto;
	float:left;
	margin:3px 0 0 10px;
}

@media print
{
    * {-webkit-print-color-adjust:exact;}
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:10000000000; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/Preloader.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

#References-tab
{
	width:auto;
	height:auto;
	padding:2px 10px;
	background:#727272;
	font-weight:bold;
	color:#FFFFFF;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	float:left;
}

#References
{
	width:auto;
	height:auto;
	clear:both;
}

@media all and (max-width:1480px) {
	
.scroll
{
	width: 91%;
	height: 298px;
}


#content-title
{
	width: 96%;
	height: auto;
	position: relative;
	float: left;
}


	
}

@media all and (max-width:1316px) {
	
#wrapper
{
	width:100%;
	height:auto;
}

#page08
{
	width:100%;
	background:url(../images/physicians.jpg) no-repeat top right #ffffff; 
}

#page09
{
	width:100%;
}

#banner01, #banner02, #banner03, #banner04, #banner05, #banner06, #banner07, #banner08, #banner09, #banner10, #banner11, #banner12, #banner13
{
	width:100%;
}

#inside-left
{
	width: 20%;
}

#inside-right
{
	width: 80%;
}

.scroll
{
	width: 91%;
	height: 345px;
}
	
}

@media all and (max-width: 1060px) {
	
#wrapper
{
	width:100%;
	height:auto;
}

#page08
{
	width:100%;
	background:url(../images/physicians.jpg) no-repeat top right #ffffff; 
}

#page09
{
	width:100%;
}

#banner01, #banner02, #banner03, #banner04, #banner05, #banner06, #banner07, #banner08, #banner09, #banner10, #banner11, #banner12, #banner13
{
	width:100%;
}

#inside-left
{
	width: 20%;
}

#inside-right
{
	width: 80%;
}

.scroll
{
	width: 91%;
	height: 260px;
}
	
}

@media all and (max-width: 800px) {
	
#wrapper
{
	width:100%;
	height:auto;
}
	
body
{
	background:#FFFFFF;
}
	
#page08
{
	width:100%;
	height:100% !important;
	background:url(../images/physicians-mobile.jpg) no-repeat top right #ffffff; 
	float:left;
}
	
#page09
{
	width:100%;
	height:auto;
}

#Cresp-Logo
{
	
	width: 90px;
	height: 56px;
	position: relative;
	margin:-140px 20px 0 0;
	background: url(../images/Cresp-Logo-mobile.png) no-repeat left top;
}

#Dr-reddy-purple
{
	width: 95px;
	height: 21px;
	background: url(../images/Dr-reddy-purple-mobile.png) no-repeat left top;
}

#Dr-reddy-white
{
	width: 95px;
	height: 21px;
	background: url(../images/Dr-reddy-white-mobile.png) no-repeat left top;
}

#SI
{
	width:82%;
	height:auto;
	margin:10px 0 0 20px;
	clear:both;
}

#body-left
{
	width:100%;
	margin:0 auto 0 auto;
	float:none;
}

#body-right
{
	width:100%;
	float:left;
}

#menu01
{
	width:110px;
	height:80px;
	padding:25px 0 0 0;
	margin:20px 0 10px 20px;
	background:none #67BB8D;
	float:left;
	clear:none;
	 -webkit-border-radius: 180px; 
    -moz-border-radius: 180px; 
    border-radius: 180px; 
	z-index:1;
	border:2px solid #fff;
}

#menu01:hover
{
	background:none #fff;
	border:2px solid #67BB8D;
}

#menu02
{
	width:110px;
	height:70px;
	padding:35px 0 0 0;
	margin:20px 20px 10px 0;
	background:none #F1CC00;
	float:right;
	clear:none;
	 -webkit-border-radius: 180px; 
    -moz-border-radius: 180px; 
    border-radius: 180px;
	border:2px solid #fff;
}

#menu02:hover
{
	background:none #fff;
	border:2px solid #F1CC00;
}

#menu03
{
	width:110px;
	height:65px;
	padding:40px 0 0 0;
	margin:20px 0 10px 20px;
	background:none #A7B3C0;
	float:left;
	clear:both;
	 -webkit-border-radius: 180px; 
    -moz-border-radius: 180px; 
    border-radius: 180px; 
	border:2px solid #fff;
}

#menu03:hover
{
	background:none #fff;
	border:2px solid #A7B3C0;
}

#menu04
{
	width:110px;
	height:60px;
	padding:45px 0 0 0;
	margin:20px 20px 10px 0;
	background:none #E9495D;
	float:right;
	clear:none;
	 -webkit-border-radius: 180px; 
    -moz-border-radius: 180px; 
    border-radius: 180px; 
	border:2px solid #fff;
}

#menu04:hover
{
	background:none #fff;
	border:2px solid #E9495D;
}

#menu05
{
	width:110px;
	height:65px;
	padding:40px 0 0 0;
	margin:20px 0 10px 20px;
	background:none #F29A99;
	float:left;
	clear:none;
	 -webkit-border-radius: 180px; 
    -moz-border-radius: 180px; 
    border-radius: 180px; 
}

#menu05:hover
{
	background:none #fff;
}

#menu06
{
	width:120px;
	height:70px;
	padding:50px 0 0 0;
	margin:20px auto;
	background:none #F29A99;
	float:none;
	clear:both;
	 -webkit-border-radius: 180px; 
    -moz-border-radius: 180px; 
    border-radius: 180px;
}

#menu06:hover
{
	background:none #fff;
}

#menu07
{
	width:120px;
	height:80px;
	padding:40px 0 0 0;
	margin:20px auto;
	background:none #F29A99;
	float:none;
	clear:both;
	 -webkit-border-radius: 180px; 
    -moz-border-radius: 180px; 
    border-radius: 180px;
}

#menu07:hover
{
	background:none #fff;
}

#submenu01, #submenu01-highlighted
{
	width:80px;
	height:65px;
	padding:15px 0 0  0;
	margin:10px 0 0 20px;
	float:left;
	background: url(../images/physician-green-sublink.png) no-repeat left top; 
}

#submenu01:hover
{
	background: url(../images/physician-green-sublink-highlighted.png) no-repeat left top; 
}

#submenu02, #submenu02-highlighted
{
	width:80px;
	height:55px;
	padding:25px 0 0  0;
	margin:10px 20px 0 0;
	float:right;
	background: url(../images/physician-green-sublink.png) no-repeat left top; 
}

#submenu02:hover
{
	background: url(../images/physician-green-sublink-highlighted.png) no-repeat left top;
}

#submenu03, #submenu03-highlighted
{
	width:82px;
	height:52px;
	padding:30px 0 0  0;
	margin:10px 0 0 20px;
	float:left;
	background: url(../images/physician-yellow-sublink.png) no-repeat left top; 
}

#submenu03:hover
{
	background: url(../images/physician-yellow-sublink-highlighted.png) no-repeat left top; 
}

#submenu04, #submenu04-highlighted
{
	width:82px;
	height:68px;
	padding:15px 0 0  0;
	margin:10px 20px 0 0;
	float:right;
	background: url(../images/physician-yellow-sublink.png) no-repeat left top;  
}

#submenu04:hover
{
	background: url(../images/physician-yellow-sublink-highlighted.png) no-repeat left top; 
}

#submenu05, #submenu05-highlighted
{
	width:82px;
	height:72px;
	padding:10px 0 0  0;
	margin:10px auto 0 auto;
	clear:both;
	background: url(../images/physician-yellow-sublink.png) no-repeat left top; 
}

#submenu05:hover
{
	background: url(../images/physician-yellow-sublink-highlighted.png) no-repeat left top; 
}

#submenu06, #submenu06-highlighted
{
	width:82px;
	height:65px;
	padding:15px 0 0  0;
	margin:10px 0 0 20px;
	float:left;
	background: url(../images/physician-grey-sublink.png) no-repeat left top; 
}

#submenu06:hover
{
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
}

#submenu07, #submenu07-highlighted
{
	width:82px;
	height:60px;
	padding:20px 0 0  0;
	margin:10px 20px 0 0;
	float:right;
	background: url(../images/physician-grey-sublink.png) no-repeat left top;  
}

#submenu07:hover
{
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
}

#submenu08, #submenu08-highlighted
{
	width:82px;
	height:50px;
	padding:30px 0 0  0;
	margin:20px 0 15px 20px;
	float:left;
	background: url(../images/physician-grey-sublink.png) no-repeat left top; 
	clear:both;
}

#submenu08:hover
{
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
}

#submenu09, #submenu09-highlighted
{
	width:82px;
	height:50px;
	padding:30px 0 0  0;
	margin:15px 20px 0 0;
	float:right;
	background: url(../images/physician-grey-sublink.png) no-repeat left top; 
}

#submenu09:hover
{
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
}

#submenu10, #submenu10-highlighted
{
	width:82px;
	height:50px;
	padding:30px 0 0  0;
	margin:0 auto;
	background: url(../images/physician-grey-sublink.png) no-repeat left top;  
	clear:both;
}

#submenu10:hover
{
	background: url(../images/physician-grey-sublink-highlighted.png) no-repeat left top; 
}

#submenu11, #submenu11-highlighted
{
	width:90px;
	height:62px;
	padding:40px 0 0  0;
	margin:10px 0 0 20px;
	float:left;
	background: url(../images/physician-pink-big-sublink.png) no-repeat left top;   
}

#submenu12, #submenu12-highlighted
{
	width:90px;
	height:62px;
	padding:40px 0 0  0;
	margin:10px auto 0 auto;
	background: url(../images/physician-pink-big-sublink.png) no-repeat left top;
	clear:both;  
}

#submenu13, #submenu13-highlighted
{
	width:90px;
	height:77px;
	padding:25px 0 0  0;
	background: url(../images/physician-pink-big-sublink.png) no-repeat left top; 
}

#submenu11:hover, #submenu12:hover, #submenu13:hover
{
	background: url(../images/physician-pink-big-sublink-highlighted.png) no-repeat left top; 
}

#Patients-inside
{
	width:280px;
	height:205px;
	padding:65px 0 0 0;
	float:none;
	margin:0% auto 10% auto;
	background: rgba(255, 255, 255, 0.9); 
	border: 0px;
    -webkit-border-radius: 180px; 
    -moz-border-radius: 180px; 
    border-radius: 180px; 
	clear:both;
	border:3px solid #79D8F5;
}

#footer
{
	width:90%;
	height:auto;
	position:relative;
	float:none;
	margin:0 auto;
}

#Privacy
{
	padding:5px 15px;
	float:none;
	margin:0 auto 10px auto;
	background:#E6E7E8;
	clear:both;
}

#banner
{
	width: 100%;
	height: auto;
	padding:200px 0 0 0;
	z-index:1;
}

#banner01, #banner02, #banner03, #banner04, #banner05, #banner06, #banner07, #banner08, #banner09, #banner10, #banner11, #banner12, #banner13
{
	width: 100%;
	height: 153px;
	position:absolute;
	margin:0 0 0 0;
	top:240px;
}

#menu-inside01
{
	width:120px;
	height:90px;
	padding:30px 0 0 0;
	margin:20px 0 0 20px;
	background:none #67BB8D;
	float:left;
	 -webkit-border-radius: 180px; 
    -moz-border-radius: 180px; 
    border-radius: 180px;
	border:2px solid #fff;
}

#menu-inside01:hover
{
	background:none #fff;
	border:2px solid #67BB8D;
}

#menu-inside02
{
	width:120px;
	height:70px;
	padding:50px 0 0 0;
	margin:20px 20px 0 0;
	background:none #F1CC00;
	float:right;
	 -webkit-border-radius: 180px; 
    -moz-border-radius: 180px; 
    border-radius: 180px;
	border:2px solid #fff;
}

#menu-inside02:hover
{
	background:none #fff;
	border:2px solid #F1CC00;
}

#menu-inside03
{
	width:120px;
	height:75px;
	padding:45px 0 0 0;
	margin:20px 0 0 20px;
	background:none #A7B3C0;
	float:left;
	clear:both;
	 -webkit-border-radius: 180px; 
    -moz-border-radius: 180px; 
    border-radius: 180px; 
	border:2px solid #fff;
}

#menu-inside03:hover
{
	background:none #fff;
	border:2px solid #A7B3C0;
}

#menu-inside04
{
	width:120px;
	height:70px;
	padding:50px 0 0 0;
	margin:20px 20px 0 0;
	background:none #E9495D;
	float:right;
	 -webkit-border-radius: 180px; 
    -moz-border-radius: 180px; 
    border-radius: 180px;
	border:2px solid #fff; 
}

#menu-inside04:hover
{
	background:none #fff;
	border:2px solid #E9495D;
}

#menu-inside05
{
	width:90px;
	height:50px;
	padding:40px 0 0 0;
	margin:5px 20px;
	background:none #F29A99;
	float:left;
	clear:both;
	 -webkit-border-radius: 180px; 
    -moz-border-radius: 180px; 
    border-radius: 180px; 
}

#menu-inside05:hover
{
	background:none #fff;
}

#menu-inside06
{
	width:92px;
	height:52px;
	padding:40px 0 0 0;
	margin:5px 20px;
	float:right;
	background:none #F29A99;
    -webkit-border-radius: 180px; 
    -moz-border-radius: 180px; 
    border-radius: 180px; 
}

#menu-inside06:hover
{
	background:none #fff;
}

#menu-inside07
{
	width:100px;
	height:75px;
	padding:25px 0 0 0;
	margin:5px auto;
	float:none;
	background:none #F29A99;
     -webkit-border-radius: 180px; 
    -moz-border-radius: 180px; 
    border-radius: 180px; 
	clear:both;
}

#menu-inside07:hover
{
	background:none #fff;
}

#inside-left
{
	width: 96%;
	float: none;
	margin:20px 0 20px 0;
}

#inside-right
{
	width: 95%;
	float: none;
	clear:both;
	margin:40px 1% 0 2%;
}

img
{
	width:100%;
}

.img
{
	width:5%;
}

#image01, #image02, #image03, #image04, #image05, #image06, #image07, #image08, #image09, #image10, #image11, #image12, #image13, #image14, #image15, #image16, #image17, #image18, #image19, #image20, #image21, #image22, #image23, #image24
{
	width: 100%;
	height:auto;
}

#body-container
{
	width:100%;
	height:auto;
	position:relative;
	margin:40px auto 0 auto;
	float:left;
}

.scroll
{
	width:94%;
	height:auto;
	padding:10px;
	position:relative;
	border:1px solid #878787;
	overflow:auto;
	margin:0 auto;
}

#content01
{
	width:100%;
}

#Maker-Cresp
{
	width:100%;
	height:auto;
	float:none;
}

#timeline-copy
{
	width:auto;
	height:auto;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
}

#tool
{
	width:100%;
	margin:0 10px 10px 0;
	float:left;
}

#content-title
{
	width: auto;
	line-height: 1.5;
	margin: 20px 0 0 10px;
}
	
}




@media all and (max-width:767px) {
	



#footer {
	position:relative !important;
	}



	
}





@media screen and (min-device-width: 320px) and (max-device-width: 768px)  {

#page08
{
	width:100%;
	height:auto;
	background:url(../images/physicians-mobile.jpg) no-repeat top right #ffffff; 
	float:left;
	background-size:cover;
}

#banner01, #banner02, #banner03, #banner04, #banner05, #banner06, #banner07, #banner08, #banner09, #banner10, #banner11, #banner12, #banner13 {
	top: 205px;
	}
	
#header
{
	width:100%;
	height:auto;
	position:relative;
	float:left;
	margin:10px auto;
	padding-top:35px;
}
	
	
#banner { padding: 130px 0 0 0;}

#body-container {margin:0px auto 0 auto;}

#SI {
    width: 150px;
    height: auto;
    margin: 10px 0 0 20px;
    clear: both;
}

}



@media screen and (max-device-width: 768px) and (min-device-width: 320px) {
#banner01, #banner02, #banner03, #banner04, #banner05, #banner06, #banner07, #banner08, #banner09, #banner10, #banner11, #banner12, #banner13 {
    top: 220px;
}
}
