@font-face
{
	font-family: ProximaNovaFont;
	src: url(ProximaNovaFont.otf);
}

*
{
	margin:0;
	padding:0;
	border:0;
	background:none;
	text-decoration:none;
	/* //font-family:'Roboto', sans-serif; */
	font-family:ProximaNovaFont;
}

::selection
{
	color:white;
	background:#ff6d12;
	opacity:1
}


body a
{
	color:#ff6d12;;
	text-decoration:none;
}

h1
{
	margin:0px 0px 10px 0px;
	padding:0px 0px 2px 0px;
	font-size:55px;
	color:#ff6d12;
	font-weight:bold;
}

h2
{
	margin:10px 0px 20px 0px;
	font-size:28px;
	font-weight:normal;
	color:#515151;
}

h3
{
	margin-top:5px;
	margin-bottom:0;
	font-size:12px;
	color:#333;
	font-weight:bold;
}


.clearfix::after
{
	content: "";
	clear: both;
	display:table;
}

body::-webkit-scrollbar
{
	width:10px;
}

body::-webkit-scrollbar-track
{
	box-shadow:inset 0 0 5px grey;
	background-color:rgba(108, 91, 123, 0.65);
}

body::-webkit-scrollbar-thumb
{
	background:rgba(108, 91, 123, 0.85);
}

body::-webkit-scrollbar-thumb:hover
{
	background:rgba(108, 91, 123, 1);
}

.hr
{
	width:140px;
	margin:30px auto 50px auto;
	border-bottom:2px solid rgba(0,0,0,0.1);
}

.healthPackageSection
{
	background: #fff;
	width: 30%;
	float: left;
	margin: 19px;
	height: 100%;		
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	box-shadow: 1px 1px 8px #444;	
	border-radius: 5px;
}

.healthPackageHeading
{	
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: normal;	
	padding: 5px 10px 5px 10px;
	background: #002147;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	min-height: 70px;	
}

.healthPackageDiv
{
	min-height: 950px;
	list-style-type: none;	
	padding:10px;	
}

.healthPackageSection p
{
	border-bottom: 1px solid #ccc;	
	padding: 0px 0px 6px 0px;
	margin: 6px 0px 6px 0px;
	font-size: 15px;
	text-align: center;
}

.healthPackageSectionPrice
{
	font-size: 20px;
	margin: 30px 0px 0px 0px;
	font-weight: bold;	
	background: #002147;
	text-align:center;
	padding:10px 20px 10px 0px;
	color: #fff;
}

.icon
{
	display: none;
}

.innerPageTopHeaderBox
{
	margin-bottom:50px;
}

.banner
{
	margin-top:-70px;
	height:700px;
	box-sizing:border-box;
	position:relative;
}

.innerPageBanner
{
	height:300px;
	margin:0;
	margin-bottom:15px;
	overflow: hidden;
}

.innerPageBanner img
{
	width: 100%;
}

.bannerBackgroundColor
{
	width:100%;
	height:100%;
	padding-top:160px;
	background:linear-gradient(to bottom, rgba(0, 152, 203, 0.65) 0%, rgba(11, 15, 41, 0.65) 100%);
	box-sizing:border-box;
	background-image: url('images/back4.jpg');
	background-position:center top;
}

.innerBannerBackgroundColor
{
	height:400px;
	background-position:bottom top;
}

.noBannerSectionInitial
{
	height:80px;
	margin:0;
	position:relative;
}

.noBannerSectionInitialExtraMargin
{
	height:250px;
}

.noBannerSectionInitialTopMarginNegative
{
	height:150px;
}



.bannerBackgroundColor .bannerContent
{

	width:1200px;
	margin:70px auto 0px auto;
	margin-top:50px;
	font-size:30px;
	color:rgba(255, 255, 255, 0.9);
	line-height:1.3;
	text-transform:uppercase;
	font-weight:900;
	z-index:1;
	position:relative;
	text-align:center;
}

.backgroundImageSection
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	background:rgba(0, 152, 203, 0.65);
	background:linear-gradient(to bottom, rgba(12, 51, 66, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
	z-index:0;
}

body
{
	margin:0;
	background-color:#f6f6f6;
	/* //font-family:'Roboto', sans-serif; */
	font-size:16px;
	color:rgba(0, 0, 0, 0.8);
	line-height:1.8;
}

.topInfoHeader
{
	background:#002147;
	width: 100%;
	height: 40px;
}

.topInfoHeaderContent
{
	padding:5px 0px 0px 0px;
	width:1200px;
	height: 100%;
	margin: 0px auto;
	text-align: right;
	color: #fff;
}

.topInfoHeaderContentLeft
{
	float:left;
	width: 20%; 
	height: 100%;
	text-align: left;
	margin-left: -100px;
}

.topInfoHeaderContentLeft a
{
	height: 40px;
	font-size: 14px;
	margin-left:10px;
}

.topInfoHeaderContent span
{
	font-size: 14px;
	border-right:1px solid #fff;
	padding:0px 5px 0px 5px;
}

.topInfoHeaderContent label
{
	padding:0px 0px 0px 10px;
}


.topHeader
{
	padding:5px 0px 0px 0px;
	background: #fff;	
	width:1200px;
	margin: 0px auto;
	display:table;
}

.topHeaderLeft
{
	width: 30%;
	float: left;
	/* padding:20px 0px 0px 0px;	 */
}

.topHeaderLeft img
{
	width: 25%;
}

.topHeaderRight
{
	float: left;
	width: 70%;
	text-align: right;
	background:none;
	padding: 14px 0px 0px 0px;
}

.topHeaderRightBar
{
	clear:both;
	border-bottom:0px solid #444;
	padding:5px 0px 10px 0px;
	text-align:right;
}

.topHeaderRightBar .socialIconDiv
{
	display:inline-block;
	text-align:right;
	margin:0px 15px 0px 0px;
}

.topHeaderRightBar .socialIconDiv a
{
	background:#f2f2f2;
	padding:10px 10px 5px 10px;
	color:#2c2734;
	font-size:20px;
}

.topHeaderRightBar .socialIconDiv a:hover
{
	background:#fff;
}

.topHeaderRightBar>a:hover
{
	text-decoration: underline;
} 

.topHeaderRightBar .appointmentBox
{
	background:#ff6d12;
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	padding:8px 20px;
	border-radius:20px;
	margin:0px 0px 0px 10px;
}

.topMenuBg
{
	width: 100%;
	background:#ff6d12;	
}

.topMenu
{
	margin-top: 5px;
	padding-top: 2px;
	display:table;
	text-align: right;
	/* //background: red; */
}

.taglineBoxHeader
{
	margin-top: 0px;
	padding-left:110px;
	text-align: left;	
}

.taglineBoxHeader h1
{

	font-size: 24px;
	color: #ff6d12;
	font-weight:normal;
	letter-spacing:0px;
	margin:20px 0px 0px 0px;
	padding:0px;
	width:250px;	
	line-height:1.2;	

}
.taglineBoxHeader p
{
	margin: 0px;
}

.topnav
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	transition: 1s;
	box-sizing: border-box;
	background-color: transparent;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.topnavScrolled
{
	height:65px;
	background-color:white;
	border-bottom:1px solid rgba(255,255,255,1);
	-moz-box-shadow:0 10px 33px rgba(0, 0, 0, .1);
	-webkit-box-shadow:0 10px 33px rgba(0, 0, 0, .1);
	box-shadow:0 10px 33px rgba(0, 0, 0, .1) !important;
	transition:1s;
}

.topnav a
{
	float:right;
	padding:5px;
	color:#f2f2f2;
	text-align:center;
	text-decoration:none;
	font-size:inherit;
	transition:0.2s;
}

.treatmentSection
{
	float: left;
	width:340px;
	height:210px;		
	margin:20px;
	border:1px solid #ccc;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	border-radius:20px;
	color: white;
	z-index: 0;
	cursor: pointer;
}

.treatmentSection .gradientBox
{
	z-index: 1;
	background-color: rgba(0, 0, 20, 0.8);
	position: absolute;
	border-radius: 20px;
	width: 340px;
	height: 210px; 
	opacity: 1;	
}


.treatmentSection .gradientBox:hover
{
	background-color: rgba(0, 0, 20, 0.5);	
}


.treatmentSection .headingContent
{
	opacity: 1;
	font-size: 20px;
	z-index: 2;
	font-weight: normal;
	color: white;
	text-align: center;
	margin-top: 95px;
}

.directorBlock
{
	width: 30%;
	float: left;
	margin: 0px 1.5% 30px 1.5%;
	box-sizing: border-box; 
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 2px #ccc;
}

.directorBlock .imageSection
{
	width: 100%;
	/* padding: 10px 0px 0px 10px; */
	float: left;
	box-sizing: border-box;
	height: 300px;
	overflow: hidden;
}

.directorBlock .imageSection img 
{
	width:100%;
	border-radius: 10px;
}


.directorBlock .contentSection
{
	float: left;
	padding: 12px 0px 10px 0px;
	text-align: center;
	/* margin: 0px 0px 20px 0px; */
	width: 100%;
}

.trusteeBlock
{
	width: 30%; 
	float: left; 
	margin: 0px 0px 30px 30px; 
	box-sizing: border-box; 
	border: 1px solid #ccc; 
	border-radius: 10px; 
	box-shadow: 0px 0px 3px 2px #ccc;
}

.trusteeBlock .imageSection
{
	width: 100%;
	padding: 10px 0px 0px 10px;
	text-align: center;
	float: left;
	box-sizing: border-box;
}

.trusteeBlock .contentSection
{
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px 0px 20px 0px;
}



.active
{
	color:white;
	background-color:#4caf50;
}

.topnav .icon
{
	width:30px;
	height:30px;
	margin-top:5px;
	color:white;
	font-size:20px;
	line-height:30px;
	transition:0.1s;
	background:none;
	display:none;
	border:2px solid white;
	border-radius:10px;
}

.topnav .icon:hover
{
	color:white !important;
}

.topnavScrolled .icon
{
	margin-top:0px;
	color:#1e4161;
	border:2px solid #1e4161;
}

.topnavScrolled .icon:hover
{
	color:#1e4161 !important;
}

.dropdown
{
	float:right;
	overflow:hidden;
	transition:0.2s;
	font-size: 16px;
	/* //font-family:sans-serif; */
}

.dropdown a
{
	color: #002147;
	font-family: inherit;
}

.dropdown .dropbtn
{
	margin:0;
	padding:10px 15px 10px 10px;
	font-size:inherit;
	border:none;
	outline:none;
	color:#002147;
	background-color:inherit;
	font-family:inherit;
	transition:0.2s;
	cursor:pointer;
	border-bottom:3px solid #fff;
}

.dropdown .dropbtn:hover
{
	border-bottom:3px solid #ff6d12;
}

.dropdown-content
{
	min-width:160px;
	max-width:800px;
	position:absolute;
	background-color:#fff;
	box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:50;
	transition:0.2s;
	display:none;
}


.dropdown-content a
{
	float:none;
	padding:10px 16px;
	color:black;
	text-decoration:none;
	display:block;
	text-align:left;
	border-bottom:1px solid #ccc;
}

.dropdown-content a:hover
{
	color:#ff6d12;
	background-color:#f2f2f2;
}


.mobileMenubar
{
	display:none;
}

.topnavScrolled .mobileMenubar
{
	display:table;
}

.paymentButton
{
	padding:8px 8px;
	color:#fff;
	background:#63D4D6;
	border-radius:5px;
	cursor:pointer;
}

.accordion4:after
{	
	content: '\25BD';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.userWelcomeBar
{
	float:left;
	height:20px;
	line-height:20px;
	margin:0px;
	padding:0px 5px 0px 0px;
	display:block;
	border-right:0px;
}

.userWelcomeBar a
{
	padding:0;
	color:#ffff00;
}

.userWelcomeBar a:hover
{
	color:#00ccff;
}

.topnavScrolled .userWelcomeBar a:hover
{
	color:#00ccff;
}

.topnavScrolled .scrollLogout
{
	display:none;
}


.dropdown:hover .dropdown-content
{
	display:table;
}

.logoHolder
{
	float:left;
	width:20%;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
}

.topnavScrolled .logoHolder
{
	width:20%;
}

.userMobileDisplay
{
	display:none;
}

.menuContentHolder 
{
	float:right;
	width:60%;
	overflow:auto;
}

.topnavScrolled .menuContentHolder
{
	width:80%;
}

.menuContentHolderUpperRow
{
	float:none;
	width:100%;
	overflow:auto;
	position:relative;
}

.menuContentHolderBottonRow
{
	float:none;
	width:100%;
	overflow:auto;
}

.topnavScrolled .menuContentHolderUpperRow
{
	float:right;
	width:auto;
	overflow:auto;
}

.topnavScrolled .menuContentHolderBottonRow
{
	float:right;
	width:auto;
	overflow:auto;
}

.menuContentHolderBottonRowDropdowns
{
	float:right;
}

.logoColor
{
	float:left;
	width:0px;
	position:relative;
	transition:0.2s;
}

.positionUnset
{
	left:unset;
}

.positionLeft-100
{
	left:-100%;
}

.logoWhite
{
	float:left;
	width:55%;
	margin:15px 0;
	position:relative;
	transition:0.2s;
}

.afterLoginFirst, .afterLoginSecond
{
	display:none;
}

.taglineBox
{
	float:left;
	width:43%;
	margin:20px 0;
	margin-left:2%;
	padding-left:2%;
	box-sizing:border-box;
	overflow:auto;
	transition:0.2s;
	color:white;
	color:rgba(255,255,255,0.8);
	border-left:1px solid rgba(255,255,255,0.5);
}

.topnavScrolled .taglineBox
{
	padding-top:0px;
	margin-top:0px;
	margin:0;
	margin-left:2%;
	padding-bottom: 1px;
	font-size:0.8em;
	color:rgba(0,0,0,0.4);
	border-left:1px solid rgba(0,0,0,0.2);
	line-height:1.1;
	/* //display:none; */
	margin-top: 5px;
}

.topnavContainer
{
	width:1200px;
	max-width:100%;
	margin:0 auto;
	overflow:auto;
	box-sizing:border-box;
}

.rightContainer
{
	width:25%; 
	height: 100%; 
	float: left;
}

.leftContainer
{
	float:left; 
	padding-top:0px;
	width: 70%;
	padding-left: 20px;
}

.leftContainer span
{
	margin: 0px 0px 0px 0px; 
}

.leftContainer h2 
{
	margin: 0px;
}

.container
{
	width:1200px;
	margin:0 auto;
	padding:0;
	border:0;
	text-align:left;
	display:table;
	background:red;
}
.containerTopMarginNegative
{
	margin-top:-100px;
}

.containerExtraMargin
{
	margin-top:-200px;
}

.middleContentBox
{
	float:left;
	width:940px;
	margin:0;
	font-size:16px;
	color:#1f1f1f;
	border:0;
}

.middle_content
{
	float:left;
	width:1140px;
	margin:0;
	margin-bottom:50px;
	padding:30px;
	font-size:16px;
	color:#1f1f1f;
	border:0;
	background:#fff;
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.3);
	line-height:1.8;
}

.rightBar
{
	width:880px;
}
.middle_content h1
{	
	margin:10px 0px 30px 0px;
	color:#ff6d12;
	font-size:1.8em;
	font-weight:normal;
	text-align:left;
	/* border-left: 12px solid #002147; */
	/* padding: 0px 0px 0px 15px; */

}

.middle_content h2
{	
	margin:30px 0px 20px 0px;
	font-size:1.6em;
	line-height:32px;
	font-weight:normal;
	color:#515151;
	text-align:left;
}

.middle_content h3
{	
	margin:30px 0px 20px 0px;
	font-size:1.4em;
	font-weight:normal;
	color:#515151;
	text-align:left;
}

.middle_content h4
{	
	margin:30px 0px 20px 0px;
	font-size:1.2em;
	font-weight:normal;
	color:#515151;
	text-align:left;
}

.middle_content h5
{	
	margin:30px 0px 20px 0px;
	font-size:16px;
	font-weight:normal;
	color:#515151;
	text-align:left;
}

.socialBar
{
	float:right;
}

.breadcrumb
{
	padding:0px 0px 10px 0px;
	font-size:15px;
	line-height:13px;
}

.breadcrumb:after
{
	clear:both;
	content:"";
	width:100%;
	display:table;
}

.breadcrumb a
{
	float:left;
	margin:0px 8px 0px 0px;
	padding:0px 8px 0px 0px;
	font-size:15px;
	color:#63D4D6;
	border-right:1px solid #ccc;
	line-height:13px;
}

.breadcrumb a:hover
{
	text-decoration:underline;	
}



.flagMenu img
{
	float:left;
	width:20px;
	margin-right:5px;
	border-radius:50%;
}


.MenuOverlay
{
	height:100%;
	width:0%;
	position:fixed;
	z-index:99999;
	top:0;
	right:0;
	background:#fff;
	overflow-x:hidden;
	transition:0.5s;
}

.mobileMenu
{
	display:none;		
}

.desktopMenu
{
	display:block;		
}

.registrationButton
{
	width:0;
	margin:0;
	padding:5px 10px;
	font-weight:bold;
	color:#000;
	background:#63D4D6;
	border-radius:5px;
	border:0;
	transition:0s;
	opacity:0;
	display:none;
}

.topnavScrolled .registrationButton
{
	width:auto;
	margin:0px 0px 0px 10px;
	padding:5px 10px;
	font-weight:bold;
	color:white !important;
	background-color:#63D4D6 !important;
	border:0;
	border-radius:5px !important;
	display:block;
	opacity:1;
	transition:0s;
}


.loginButton
{
	margin:6px 5px;
	padding:10px 30px !important;
	color:#fff;
	font-weight:bold;
	background-color:#0099cc;
	border-radius:5px !important;
	border:0px solid white;
	transition:0s;
}

.joinUsButton
{
	width:0;
	height:0;
	margin:0 !important;
	padding:0 !important;
	font-weight:bold;
	color:white !important;
	border:2px solid #63D4D6;
	display:none;
	cursor:pointer;
	background-color:#63D4D6 !important;
	border-radius:5px !important;
	opacity:0;
	transition:0s !important;
}

.topnavScrolled .joinUsButton
{
	width:auto;
	height:auto;
	margin:0px 0px 0px 10px;
	padding:3px 21px !important;
	opacity:1;
	display:block;
}

.topnavScrolled a
{
	color:rgba(0,0,0,0.8);
}

.topnavScrolled .loginButton
{
	width:auto;
	padding:3px 21px !important;
	color:white !important;
	background-color:#63D4D6 !important;
	border:2px solid #63D4D6;
}

.topnavScrolled .dropdown .dropbtn
{
	padding:0px 12px;
	color:rgba(0,0,0,0.8) !important;
}

.topnavScrolled .logoWhite
{
	width:0px;
	left:-100%;
}

.topnavScrolled .logoColor
{
	width: 55px;
	height: 40px;
	left:0;
}

.navbarInoutBox
{
    float:right;
    width:auto;
    transition:0.2s;
    overflow:auto;
}

.topnavInput
{
	float:left;
	width:180px;
	margin:5px;
	padding:7px;
	font-size:inherit;
	font-family:inherit;
	color:white;
	background-color:rgba(255,255,255,0.3);
	border:2px solid white;
	border-radius:5px;
}

.topnavInput:focus, .topnavInput:active
{
	outline:none !important;
}

.topnavInput::placeholder
{
	color:rgba(255,255,255,0.6);
}

.topnavScrolled .navbarInoutBox
{
	width:0;
	display:none;
}

.topnavScrolled .topnavInput::placeholder
{
	color:rgba(0,0,0,0.5);
}

.socialFb
{
	float:left;
	display:table;
	width:11px;
	height:26px;
	margin:0px 2px 0px 0px;
	margin:0px 10px 0px 0px;
	background: url('../images/sprite-social-media-icon.png') -19px -47px;
}

.socialYoutube
{
	float:left;
	display:table;
	width:22px;
	height:26px;
	margin:0px 2px 0px 0px;
	margin:0px 10px 0px 0px;
	background: url('../images/sprite-social-media-icon.png') -52px -47px;
}

.socialInsta
{
	float:left;
	display:table;
	width:22px;
	height:26px;
	margin:0px 2px 0px 0px;
	margin:0px 10px 0px 0px;
	background: url('../images/sprite-social-media-icon.png') -31px -47px;
}

.socialLinkedIn
{
	float:left;
	display:table;
	width:22px;
	height:26px;
	margin:0px 2px 0px 0px;
	margin:0px 8px 0px 0px;
	background: url('../images/sprite-social-media-icon.png') -122px -47px;
}

.socialTwit
{
	float:left;
	display:table;
	width:22px;
	height:26px;
	margin:0px 2px 0px 0px;
	margin:0px 10px 0px 0px;
	background: url('../images/sprite-social-media-icon.png') -73px -47px;
}

.socialPin
{
	float:left;
	display:table;
	width:20px;
	height:26px;
	margin:0px 2px 0px 0px;
	margin:0px 8px 0px 0px;
	background: url('../images/sprite-social-media-icon.png') 0px -47px;
}

.socialXing
{
	float:left;
	display:table;
	width:23px;
	height:24px;
	margin:0px 2px 0px 0px;
	margin:0px 10px 0px 0px;
	background: url('../images/sprite-social-media-icon.png') -170px -48px;
}

.socialVk
{
	float:left;
	display:table;
	width:28px;
	height:26px;
	margin:0px 2px 0px 0px;
	margin:0px 0px 0px 0px;
	background: url('../images/sprite-social-media-icon.png') -143px -47px;
}

.bannerHeadingText
{
	width:60%;
	margin:0px;
	font-size:20px;
	font-weight:normal;
}

.bannerHeadingText div
{
	clear:both;	
	margin:40px 0px;
}

.bannerHeadingText a
{
	float:left;
	width:44%;
	margin:10px 3% 30px 3%;
	padding:10px 0px;
	font-size:18px;
	color:#fff;	
	box-sizing: border-box;
	border:1px solid #fff;	
	border-radius:5px;
	cursor:pointer;	
}

.homeContainer
{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	overflow: auto;
	box-sizing: border-box;
	position:relative;

	color:#32404F;
}
	

.bannerHeadingText .bannerButton2 
{
	float:left;
	width:44%;
	padding:12px 0px;
	margin:0px 0px 30px 0px;
	color:#000;	
	font-size:17px;
	font-weight:bold;
	border:1px solid #63D4D6;	
	cursor:pointer;
	text-align:center;
	background:#63D4D6;

	background:none;
	color:#fff;
	border:3px solid #63D4D6;	
}

.bannerHeadingText .bannerButton2:hover
{
	float:left;
	width:44%;
	padding:12px 0px;
	margin:0px 0px 30px 0px;
	color:#000;	
	font-size:17px;
	font-weight:bold;
	border:1px solid #fff;	
	cursor:pointer;
	text-align:center;
	background:#fff;
	color:#002147;
	border:3px solid #fff;	
}

footer
{
	width:100%;
	color:#fff;
	/* //background:#002147;
	//background-image: linear-gradient(#002147, #ff6d12); */
	background: #2c2734;
	background: #fcda4c;
	/* background:linear-gradient(to bottom, #092b44 40%, #ffff 300%); */
	/* padding-top: 20px;
	padding-bottom: 20px; */
}

footer strong
{
	display:block;
	margin:19px 0px;
	color:#fff;
}

footer a
{
	color:#000;
}

.socialIcons
{
	width: 100%;
}

.socialIcons img 
{
	width: 40px;
	margin-right: 20px;
}

.footerBox1
{
	display: table;
	width: 100%;
}

.footerBox1 div
{
	width: 25%;
	float: left;
	text-align: center;
	color: #000;
	padding: 20px 0px;
	letter-spacing: 2.5px;
}

.footerBox1 div a
{
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.footerBox1 div a i
{
	font-size: 20px;
}

.footerBox2
{
	display: table;
	width: 1200px;
	margin: 0px auto;
	padding: 45px 0px;
}

.footerBox2 div
{
	border-right: 0px solid #000;
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding: 0px 20px;
	color: #000;
}

.footerBox2 div .socialIcons
{
	color: #000;
	font-size: 20px;
	padding: 0px 10px 0px 0px;
}

.footerBox2 h1
{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	color: #000;
}

.footerBox2 ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footerBox2 a
{
	color: #000;
}

.poweredFooter
{
	background:#f2f2f2;
	color: #002147;
	font-size: 12px;
	padding: 3px 2px 0px 90px;
	text-align: left;
}

.poweredFooter a
{
	color: #002147;
	text-decoration: none;
}

.contactUsBox
{
	float:left;
	width:50%;
	margin:20px 40px 40px 0px;
}

.registration_form
{     
	/* //font-family:'Roboto', sans-serif; */
	font-size:12px;
	color:#9B6700;	
}

.registration_form h2
{
	margin:10px 0px 20px 0px;
	padding:0px 0px 5px 0px;
	font-size:19px;
	/* //font-family:'Roboto', sans-serif; */
	color:#007EB1;
	text-align:left;
	border-bottom:1px dotted #444;
}

.registration_form a
{
	color:#005BAB;
}

.registration_form a:hover
{
	color:#FE3600;
}

.registration_form h5
{
	/* //font-family:'Roboto', sans-serif; */
	font-size:12px;
	font-weight:bold;
	color:#5483A8;
	text-align:center;
}

table.registration_form b
{
	padding:5px 10px 5px 0px;
	text-align:left;
	font-size:12px;
	/* //font-family:'Roboto', sans-serif; */
	font-weight:bold;
	color:#8A8888;
	letter-spacing:1px;
	background:none;
}

.registration_form input
{	
	width:94%;
	padding:6px;
	background:#fff;
	font-size:14px;
	/* //font-family:'Roboto', sans-serif; */
	font-weight:normal;
	text-align:left;
	color:#000;
	border:1px solid #a2a2a2;
	border-radius:5px;
}

.registration_form .textbox1_error
{
	border:1px solid red;	     
}

.registration_form textarea
{	
	width:94%;
	padding:6px;
	font-size:14px;
	/* //font-family:'Roboto', sans-serif; */
	font-weight:normal;
	color:#000;
	text-align:left;
	background:#fff;
	border:1px solid #a2a2a2;
	border-radius:6px;
}

.registration_form select
{	
	width:94%;
	padding:6px;
	background:#fff;
	font-size:12px;
	/* //font-family:'Roboto', sans-serif; */
	text-align:left;
	color:#000;
	border:1px solid #ccc;
	border-radius:6px;
}

.registration_form textarea
{	
	width:94%;
	padding:6px;
	font-size:12px;
	/* //font-family:'Roboto', sans-serif; */
	color:#000;
	text-align:left;
	border:1px solid #ccc;
	border-radius:6px;
	background:#f2f2f2;
}


table.registration_form
{
	margin:0;
	padding:0;
	/* //font-family:'Roboto', sans-serif; */
	font-size:12px;
	background:#f2f2f2;
	border:1px solid #ccc;
	border-radius:6px;
}

table.registration_form th
{
	padding:10px 10px 5px 0px;
	text-align:right;
	font-size:15px;
	/* //font-family:'Roboto', sans-serif; */
	font-weight:bold;
	color:#444;
	letter-spacing:0;
	background:none;
}

table.registration_form td
{
	color:#000;
	text-align:left;
}

table.registration_form td strong
{
	/* //font-family:'Roboto', sans-serif; */
	font-size:15px;	
	font-weight:bold;
	color:#000;
}

table.registration_form td i
{
	font-size:11px;
	font-style:normal;
	color:#007EB1;
}

table.registration_form td label
{
	color:#444;
	font-size:12px;
	font-weight:normal;
	/* //font-family:'Roboto', sans-serif; */
}

table.registration_form .text_error
{
	color:red;
}

.err
{
	color:#fe3600;
	font-size:11px;
	font-weight:bold;
}

table.registration_form td .button
{
	padding:7px 10px;
	/* //font-family:'Roboto', sans-serif; */
	font-size:16px;
	font-weight:normal;
	color:#FFF;
	background:#005BAB;
	border:0;
	border-radius:6px;
	cursor:pointer;
	-webkit-appearance:none;
}

table.registration_form td .button:hover
{
	color:#fff;
	font-weight:normal;
	padding:7px 10px;
	background:#888;
	border:0;
	border-radius:6px;
}


.panel2
{
	padding:0 18px;
	display: none;
	overflow: hidden;
	background:#fff;
	margin:0px 0px 10px 0px;
}	

.panel2 a
{
	color:#444;
	font-size:17px;			
}

.panel2 a:hover
{
	color:#ccc;	
}

.leftButton
{
	background:#a5c6e2;
	color:#fff;		
	cursor:pointer;
	padding:10px 10px;
	width:100%;
	border:none;
	text-align:left;
	font-size:17px;
	border-radius:5px;
	margin:0px 0px 3px 0px;
	display:block;
	box-sizing:border-box;
}

.leftButton span
{
	font-size:20px;	
	color:#ccc;
	display:none;
}

.accordion
{
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	border-bottom:1px solid #fff;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

.active, .accordion:hover
{
	background-color: #ccc;
}

.accordion:after
{
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.panel
{
	padding:0px 0px;;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.panelContent
{
	line-height:26px;
	padding:10px;		
}


.leftSearchBox 
{
	width: 92%;
	margin: 0 auto;
	padding: 4%;
	font-size: 12px;
	/* //font-family: 'Roboto', sans-serif; */
	text-align: left;
	background: #fff;
	border: 0;
	border-radius: 5px;
}

.leftSearchBox h4
{
	margin:0;
	padding:0px 0px 5px 0px;
	color:#FFCC00;
	font-size:16px;
	border-bottom:1px solid #FFCC00;
}

.leftSearchBox tr td
{
	padding:10px 0px 0px 0px;	
}

.leftSearchBox b
{
	font-size:14px;
	color:#63D4D6;
	text-align:left;
}

.leftSearchBox div
{
	margin:5px 0px 8px 0px;
	padding:5px;
	background:#fff;
	overflow:auto;
	border:1px solid #ccc;	
}

.leftSearchBox div label 
{
	width:100%;	
	margin:0px 0px 5px 0px;
	font-size:14px;
	font-weight:normal;
}

.leftSearchBox div label input
{
	float:left;
	width:16px;
	height:16px;	
	margin:1px 3px 0px 0px;
}

.leftSearchBox  input, select
{
	width:100%;
	padding:6px 0px;
	margin:3px 0px 8px 0px;
	color:#000;
	background:#fff;
	border:1px solid #ccc;
}

.leftSearchBox .button
{
	padding:8px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	background:#FFCC00;
	border:0;
	border-radius:6px;
	cursor:pointer;
}

.pagination
{
	text-align:left;
	width:100%;
	clear:both;
	margin:10px 0px 10px 0px;
	display:table;
}

.pagination ul
{
	margin:0px;
	padding:0px;
	text-align:left;
}

.pagination li
{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	margin:5px 8px 5px 0px;
	float:left;
}

.pagination a
{
	border:1px solid #ff6d12;
	text-decoration: none; 
	color: #ff6d12;
	font-size:15px;
	font-size:16px;
	padding:6px 8px;
	font-weight:bold;
	border-radius:5px;
}

.pagination a:hover
{
	text-decoration: none; 
	color: #fff;
	background:#ff6d12;
}

.currentpage
{
	background:#ff6d12;
}

.blogModuleSet
{
	width:100%;
	overflow:auto;
}

.blogModuleUnit
{
	float:left;
	width:29%;
	margin:2% 2%;
	padding:20px;
	padding:0px 0px 20px 0px;
	box-sizing:border-box;
	background-color:#f5f5f5;
	border-radius:5px;
	/* //border-radius:0px; */
	color:rgba(0,0,0,0.8);
	line-height:1.5;
	font-size:0.95em;
	text-align:center;
	box-shadow:3px 3px 8px #a2a2a2;
	/* //border: 1px solid #fff; */
}

.blogModuleUnit img
{
	width:100%;
}

.blogModuleUnit h2
{
	margin:10px auto;
	font-weight:normal;
	font-size:1em;
	line-height:1.6;
	text-transform:uppercase;
}

.blogModuleUnit_Subject
{
	margin:10px auto;
	font-size:1em;
	line-height:1.6;
	text-transform:uppercase;
}

.blogModuleUnit em
{
	margin-bottom:10px;
	font-size:0.9em;
	color:#000000a3;
}

.blogModuleUnit_Author
{
	margin-bottom:10px;
	font-size:0.9em;
	color:rgba(0,0,0,0.5);
}

.blogModuleUnit p
{
	
}

.blogModuleUnit_Summary
{
	font-size: 0.95em;
}

.blogModuleUnit a
{
	color: #6792B9;
	background: -webkit-linear-gradient(330deg, #646f6f 0%, #ff6d12 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
}

.blogImgaeBox
{
	width:100%;
	height:300px;
	overflow:hidden;
}

.blogContent
{
	padding:0px 20px;
	height:150px;
	text-align:left;
}

.newDefaultButton
{
	width:30%;
	margin:65px 35% 15px 35%;
	padding:15px 3%;
	color:#000;
	font-family:inherit;
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	transition:1s;
	display:inline-block;
	background-color:#FFCC00;
	box-sizing:border-box;
	border-radius:5px;
}

.newDefaultButton:hover
{
	letter-spacing: 1px;
	background-color: #00CCFF;
}

.newDefaultButton:active,.newDefaultButton:focus
{
}


.expertsSection
{
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px #ccc;
	width:80%;
	float:left;
	margin:0px 10% 20px 10%;
	box-sizing: border-box;
	height:280px;
	background: #ccc;	
}

.expertsSectionImgBox
{

	border-radius: 5px;
	width:100%;
	margin: 0px;	
	overflow: hidden;
	height:100%;
}

.expertsSectionContentBox
{
	padding:0px 10px 10px 20px;
	margin:0px 0px 10px 0px;
	background:#fff;
	border-radius:0px 20px 20px 0px;
	font-size: 13px;
	text-align: center;
	line-height: 10px;
	/* color: #; */
}

#procedure
{
	width: 23%;
	float: left;
	margin: 11px;
}

.MagVideoBox
{
	width: 380px;
	min-height: 275px;
	margin: 20px 20px;
	float: left;
}

.MagVideoBox1
{
	width: 365px;
	min-height: 275px;
	margin: 10px 10px;
	float: left;
}


.opinionHeader
{
	width:100%;
	height: 20px;
	background: #002147;
	color: white;
	font-size: 14px;
	text-align: center;
	padding-bottom: 3px;
}

.tpaSection
{
	width: 18%;
	height: 200px;
	margin:10px;
	box-sizing: border-box;
	border:1px solid #ccc;
	border-radius: 20px;
	float: left;
	cursor: pointer;
	overflow: hidden;
}

.tpaSection img
{
	border-radius: 20px;
	width: 100%;
	height: 200px;
}

.eventMainBanner
{
	width: 100%;
}

.eventSection
{
	width:100%;
	float: left;
}

.eventBox
{
	width:48%;
	background: #fff;
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
	height: 145px;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px 1px #ccc; 
	margin: 0px 10px 10px 12px ;
	float: left;
}

.eventBox .dateBox
{
	width:8%;
	font-size: 22px;
	margin: 45px 0px 0px 10px;
	float: left;
	line-height: 20px;
}

.eventBox .contentBox
{
	background: #fff;
	float:left;
	width: 55%;
	margin-top: -10px;
	font-size: 12px;
}

.eventBox .imgBox
{
	width:30%;
	float: right;
	height: 100%;
	overflow: hidden;
}

.eventBox .imgBox img
{
	width: auto;
	/* height: 100%; */
}

.eventImageContainer
{
	/* border: 1px solid #000; */
	box-shadow: 0px 0px 8px #ccc;
	height: 160px;
	position:relative;
	overflow:hidden;
	text-align:center;
	width:23%;
	float:left;
	margin:20px 1% 20px 1%;
}

.eventImageContainer .eventTitleContainer
{
	position:absolute;
	bottom:0px;
	background:rgba(0,0,0,0.5);
	/* padding:10px; */
	color:#fff;
	text-align:center;
	width:100%;
}

.eventImageContainer img
{
	/* width:100%; */
	height:100%;
}

.newsSection
{
	width:100%;
	float: left;
}
.newsBox
{
	width:30%;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px 1px #ccc; 
	margin: 19px;
	float: left;
}

.newsBox .imgBox
{
	z-index: -20;
	/* //margin: 10px 10px 10px 10px; */
	height: 200px;
	overflow: hidden;
	border-radius: 5px 5px 0px 0px;
}

.newsBox .contentBox
{
	width: 94.5%;
	z-index: 2;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	line-height: 1.2;
	border-radius: 0px 0px 5px 5px;
	color: #fff;
	background: #002147;
}

.newsBox .defaultNews
{
	text-align: center;
	min-height: 165px;
	margin: 10px 10px 10px 8px;
	opacity: 20%;
	font-size: 80px;
	color: #ff6d12;
	display: block;
	vertical-align: middle;
	padding: 45px 2px 2px 2px;
}


.pdfIconBox
{
	float: left;
	margin: 0px 0px 30px 30px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 2px #ccc;
	width: 11%;
}

.serviceBox
{
	float:left;
	width:200px;
	margin:18px 18px 18px 16px;
	padding:10px;
	color:#252525;
	background:#fff;
	display:block;
	text-align:left;
	font-size:15px;
	box-shadow:1px 1px 5px #aaa;
}

table.bmiForm
{
	text-align: center;
	margin: 0px auto 0px auto;
}

.bmiForm label
{
	float: left;
	width: auto;
	margin: 5px 10px 0px 0px;
	font-size: 16px;
}

.bmiForm input
{
	padding:10px;
	background:#f2f2f2;
	border-radius:6px;
	float:left;
	margin: 5px 0px 0px 10px;
	transition: border 0.5s;
}

.bmiForm input:focus
{
	outline: none;
	border: 1px solid #007EB1;
	box-shadow: 0 0 6px rgba(0, 126, 177, 0.4);
}

.bmiForm select
{
	float: left;
	width:auto;
	margin:5px 0px 0px 10px;
	padding:10px;
	border-radius:6px;
}

.bmiForm select:focus
{
	border: 1px solid #000;
}

.bmiForm select:checked
{
	background: #ff6d12;
}

.bmiForm input[type=submit]
{
	background: #ff6d12;
	color: #fff;
	border-radius: 10px;
	float: right;
	padding: 10px 25px 10px 25px;
	margin: 10px auto auto 10px;
}

/***MEDIA QUERIES***/
@media screen and (max-width:1200px)
{
	.blogModuleUnit
	{
		width:70%;
		margin:15px 15%;
	}

	.topnavContainer
	{
		width:1000px;
	}

	.topnavScrolled .taglineBox
	{
		margin-top:5px;
		font-size:0.8em;
	}
}

@media screen and (max-width:1000px) 
{
	.accordion4 
	{
		background: #fff;
		color: #5593cb;
		border-bottom:1px solid #f2f2f2;
		border-radius:0px;
		padding:8px;
	}

	.accordion4:after
	{	
		color: #ccc;
	}

	.accordion4  img
	{
		height:22px;
		float:left;	
		padding:0px 5px 0px 0px;
		display:block;		
	}

	.accordion4 span
	{
		display:inline;
	}

	.leftButton
	{
		background: #fff;		
		color: #5593cb;
		border-bottom:1px solid #f2f2f2;
		border-radius:0px;
		padding:6px;
	}

	.leftButton img
	{
		height:20px;	
		float:left;			
		padding:5px 5px 0px 0px;	
		display:block;		
	}		

	.leftButton span
	{
		font-size:22px;	
		color:#ccc;
		display:inline-table;	
	}

	.topnav
	{
		width:100%;
		margin:0;
		padding:5px 0px;
		text-align:left;
		display:block;
	}

	.topnav a:not(:first-child)
	{
		display:none;
	}

	.topnav a.icon
	{
		float:right;
		display:block;
	}

	.topnavContainer
	{
		width:98%;
		margin:0px auto;
	}

	.topnavScrolled .logoColor
	{
		max-width:200px;
	}

	.logoWhite
	{
		width:45%;
		max-width:300px;
		margin:0px;
	}

	.taglineBox
	{
		max-width:200px;
		display:none;
	}

	.topnavScrolled .taglineBox
	{
		display:none;
	}

	.bannerBackgroundColor .bannerContent
	{
		width:96%;
		margin:0;
		height:auto;
		padding:5px 2%;
		border:0;
		border-radius:0;
		background:none;
		display:table;
	}

	.menuContentHolderUpperRow
	{

		display:none;
	}

	.menuContentHolderBottonRowDropdowns
	{
		display:none;
	}

	.logoHolder, .topnavScrolled .logoHolder
	{
		width:100%;
		display:table;
	}

	.topnavScrolled .menuContentHolder, .menuContentHolder
	{
		width:0%;
	}

	.dropdown .dropbtn
	{
		color:#000;
	}

	.accordion4
	{
		width: 100%;
		margin: 0px 0px 3px 0px;
		padding:8px;
		font-size:17px;
		text-align:left;
		background:#fff;
		border-bottom:1px solid #f2f2f2;
		border-radius:0px;
		cursor: pointer;
	}

	.accordion4:after
	{
		content: "\25BD";
		color: #5593cb;
		font-weight: bold;
		float: right;
		margin-left: 5px;
	}

	.panel2
	{
		margin:0px 0px 10px 0px;
		padding:0px 18px;
		display:none;
		overflow:hidden;
		background:#fff;
	}


	.leftButton
	{
		width:100%;
		margin:0px 0px 3px 0px;
		padding:6px;
		display:block;
		border-bottom:1px solid #f2f2f2;
	}

	.mobileMenu
	{
		display:block;
	}

	.desktopMenu
	{
		display:none;		
	}

	.middleContentBox
	{
		width:98%;
		margin:0px 1%;
	}

	.container
	{
		width:100%;
	}

	.middle_content
	{
		width:100%;
		padding:0px;

		width:96%;
		padding:0 2%;
		padding-top:40px;
	}

	.rightBar
	{
		width:100%;

		width:96%;
		padding:0 2%;
		padding-top:40px;
		padding-bottom:40px;
	}

}



@media screen and (max-width:650px)
{
	
	.directorBlock .imageSection img 
	{
		width: 250px;
		margin-left: 3px;
	}

	.directorBlock
	{
		margin-left: 25px;
	}

	.pdfIconBox
	{
		width: 40%;
		float: left;
	}


	.tpaSection
	{
		width: 45%;
		box-sizing: border-box;
		margin: 9px;
	}

	.opinionHeader
	{
		height: 25px;
		margin-bottom: -5px;
		font-size: 16px;
	}


	.MagVideoBox
	{
		width: 90%;
		min-height: 275px;
		margin: 20px 20px;
		float: left;
	}

	.MagVideoBox1
	{
		width: 90%;
		min-height: 275px;
		margin: 20px 20px;
		float: left;
	}

	.healthPackageSection
	{
		width: 100%;
		margin: 10px 10px 0px 0px;
	}

	.healthPackageDiv
	{
		min-height: auto;
	}

	.healthPackageSectionPrice
	{
		padding: 0px;
	}

	.accordion4
	{
		width: 100%;
	}

	.icon
	{
		color: #002147;
		width: 20px;
		font-size: 25px;
		display: table;
		border: 1px solid #002147;
		border-radius: 5px;
		margin: 5px 20px 0px 0px;
		padding: 0px 10px 0px 10px;
	}

	.taglineBoxHeader
	{
		margin: 0px;
		padding: 0px;
		float: left;
	}

	.topInfoHeader
	{
		width: 100%;
		font-size: 14px;
	}

	.topInfoHeaderContent
	{
		width: 100%;
		padding-right: 0px;
	}

	.topInfoHeaderContent span
	{
		width: 100%;
		border-right: 0px;
		padding:0px 10px 0px 5px;
		font-size: inherit;
	}

	.topInfoHeaderContentLeft
	{
		display: none;
	}

	.mobileInfoHeader
	{
		width: 100%;
		text-align: center;
		margin-top: 2px;
	}
	
	.hiddenOnMobile
	{
		display: none;
	}

	.eventMainBanner
	{
		width: 50%;
	}

	.eventImageContainer
	{
		width: 48%;
		margin: 10px 1%;
		height: 113px;
	}

	.eventImageContainer .eventTitleContainer
	{
		font-size: 12px;
		padding: 0px;
	}

	.eventImageContainer img
	{
		width:100%;
		height:auto;
	}

	.expertsSection
	{
		width: 80%;
		height: 350px;
	}

	.expertsSectionContentBox
	{
		padding: 20px 0px 0px 0px;
	}

	.treatmentSection
	{
		width: 90%;
	}

	.treatmentSection .gradientBox
	{
		width: 76.5%;
		background-color: rgba(0, 0, 20, 0.5);	
	}

	.treatmentSection .gradientBox:hover
	{
		background-color: rgba(0, 0, 20, 0.8);	
	}

	.directorBlock
	{
		width: 87%;
	}

	.directorBlock .imageSection
	{
		width: 100%;
		padding: 30px 0px 0px 30px;
	}

	.directorBlock .contentSection
	{
		width: 100%;
		margin-bottom: 30px;
	}

	.trusteeBlock
	{
		width: 87%;
	}

	.trusteeBlock .imageSection
	{
		width: 40%;
		padding: 10px 0px 10px 0px;
		float: left;
	}

	.trusteeBlock .contentSection
	{
		width: 60%;
		box-sizing: border-box;
		padding: 0px 20px 0px 0px;
		margin-bottom: 10px;
		float: left;
	}

	.topMenu
	{
		width: 100%;
		display: none;
	}

	.topHeader
	{
		padding:5px 0px 0px 0px;
		background: #fff;	
		width:100%;
		margin: 0px auto;
		display:table;
		/* margin-bottom: 10px;	 */
	}

	.topHeaderLeft
	{
		width: 100%;
		float: left;
		padding-bottom: 10px;
		/* //padding-bottom: 10px;
		//box-shadow: 0px 3px 3px #002147; */
	}

	.topHeaderLeft img
	{
		width: auto;
		max-width: 50px;
		float: left;
		margin: 0px 0px 0px 5px;
	}

	.taglineBoxHeader
	{
		margin: 0;
		margin-top: 0px;
		margin-left: 10px;
		text-align: left;
	}

	.taglineBoxHeader h1
	{
		font-size: 16px;
		color: #ff6d12;
		margin-bottom: -10px;
		margin-top: 0px;
		width: 200px;
	}
	.taglineBoxHeader p
	{
		font-size: 14px;
		margin: -5px;
	}

	.topHeaderRight
	{
		display: none;
	}

	.blogImgaeBox
	{
		width:100%;
		height:400px;
		overflow:hidden;
	}

	.rightContainer
	{
		width: 100%;
	}

	.leftContainer
	{
		width: 100%;
		text-align: left;
	}

	.newDefaultButton
	{
		width:80%;
		margin:65px 10% 15px 10%;
		display: none;
	}

	.blogModuleUnit
	{
		width:90%;
		margin:15px 5%;
	}

	.topnav
	{
		width:100%;
		margin:0;
		padding:20px 0px 0px 0px;
		padding:0;
		text-align:left;

		border-bottom:0px;
	}

	.topnavContainer
	{
		width:98%;
		margin:0px auto;
	}

	.logoWhite
	{
		margin-top:5px;
	}

	.dropdown-content
	{
	    border-top:2px solid #ffcc00;
	}

	.innerPageTopHeaderBox
	{
		margin-bottom:-50px;
	}

	.extraMargin
	{
		margin-bottom:70px;
	}

	.noBannerSectionInitialExtraMargin
	{
		height: auto;
	}

	.banner
	{
		margin-top:-65px;
		height:unset;
		-o-background-size:cover;
		-moz-background-size:cover;
		-webkit-background-size:cover;
		background-size:cover;
		background-position:center top;
		background-attachment:fixed;
		position:relative;
	}

	.innerBannerBackgroundColor
	{
		padding-top:135px;
		height:0;
		background-image:none !important;
	}

	.bannerBackgroundColor .bannerContent
	{
		display:none;
	}

	.container
	{	
		width:100%;
		margin:0px auto;
		padding:20px 0px 0px 0px;
		border:0;
		text-align:left;
		display:table;
		background:none;
	}

	.middleContentBox
	{
		width:100%;
		margin:0px 0px 40px 0px;
	}

	.middle_content
	{
		float:none;
		width:92%;
		margin:0px 2% 0px 2%;
		padding:0px 2% 20px 2%;
		font-size:20px;
		display:table;
		font-size:0.9em;
		font-size:15px;
	}

	.rightBar
	{
		width:92%;
		margin:0% 2%;
		padding:10px 2% 20px 2%;
	}

	.middle_content h1
	{
		font-size:1em;
		font-weight:normal;
		text-align:center;
		/* //padding-left:10px; */
		/* //display: none; */
	}

	.socialBar
	{
		float:none;
		display:table;
		margin:20px auto 0px auto;
	}


	.breadcrumb
	{
		padding:0px 0px 10px 0px;
		font-size:10px;
		line-height:13px;
	}

	.breadcrumb a
	{
		font-size:10	px;
		float:left;
		margin-top:6px;
		margin-bottom:6px;
	}


	footer
	{
		/* padding-top: 0px; */
	}

	footer strong
	{
		display:block;
		margin:19px 0px;
		color:#fff;
	}

	.footerBox1 div
	{
		width: 100%;
	}

	.footerBox2
	{
		max-width: 100%;
	}

	.footerBox2 div
	{
		width: 100%;
		padding: 10px 30px;
	}

	.poweredFooter
	{
		padding: 3px 2px 0px 20px;
	}

	.contactUsBox
	{
		float:none;
		width:96%;
		margin:20px auto;
	}

	#procedure
	{
		width: 95%;
	}

	.newsBox
	{
		width: 92%;
	}

	.newsBox .contentBox
	{
		width: 95%;
	}

	.serviceBox
	{
		width: 280px;
		margin-left: 15px;
	}

	.bmiForm input
	{
		width: 33%;
	}

	.bmiForm input[type=submit]
	{
		padding: 10px 7.5px;
		text-align: center;
	}

	.bmiForm select
	{
		padding: 8px;
	}

	.eventBox
	{
		width: 90%;
		margin: 10px 5%;
		display: table;
		padding-bottom:0px;
	}

	.eventBox .dateBox
	{
		width: 100%;
		margin: 0px;
		margin-top: 5px;
		/* margin: 45px 0px 0px 0px; */
	}

	.eventBox .contentBox
	{
		width: 96%;
		margin: 5px 0px 5px 0px;
	}

	.eventBox .imgBox
	{
		width: 100%;
		border-radius: 5px;
	}

	.eventBox .imgBox img
	{
		border-radius: 5px;
	}

}


@media screen and (max-width:500px)
{
	.taglineBox
	{
		display:none;
	}

	.topnavScrolled .logoColor, .logoWhite
	{
		width:12%;
		max-width:230px;
	}

	.logoHolder
	{
		padding:0px 0px 10px 0px;
	}

	.topnav
	{
		margin:0;
		padding:0;
	}

	.topnavContainer
	{
		padding:10px;
		padding-top:0;
		padding-bottom:0;
		z-index:-1111;
	}

	.topnavScrolled .logoColor
	{
		margin-top:10px;
		width: 70px;
		height: 50px;
	}

	.topnav .icon
	{
		margin-top:15px;
		display:table-cell;
	}

	.topnavScrolled .icon
	{
		margin-top:8px;
		display:table-cell;
	}
}

@media screen and (max-width:450px)
{
	.indexUnitBox
	{
		width:97%;
		margin:20px 1.5%;
	}
}