/*
Theme Name: Centro Med
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Modified Twenty Sixteen theme.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@charset "utf-8";
/* CSS Document */
/* Font Families -- Google Fonts */
@import url('//fonts.googleapis.com/css?family=Cabin:400,700|Mako|Open+Sans:400,700|Ubuntu+Condensed');
/**
font-family: 'Mako', sans-serif;
font-family: 'Cabin', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Ubuntu Condensed', sans-serif;
**/

/************************	Reset styles		************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section 				{	display: block;																	}
body 					{	line-height: 1;																	}
ol, ul 					{	list-style: none; 																}
blockquote, q 			{	quotes: none; 																	}
blockquote:before, 
blockquote:after,
q:before, q:after 		{	content:'';content:none;														}
table 					{	border-collapse:collapse;border-spacing:0;										}
*						{	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box	}
:before, :after			{	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box	}
.clear					{	clear:both;																		}
.clearfix:after			{	content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0	}
img						{	border:0;max-width:100%;height:auto;vertical-align:top;							}
a						{	text-decoration:none;transition:all ease 0.4s;									}
input, textarea			{	outline:none;																	}
a:active, a:focus		{	outline:0;outline-style:none;outline-width:0;									}
li						{	list-style:none;																}
.hide					{	display:none;																	}
.show					{	display:block;																	}
.vhidden				{	visibility:hidden;																}
.textcenter				{	text-align:center;																}
.textleft				{	text-align:left;																}
.textright				{	text-align:right;																}
.alignleft				{	float:left;margin:0 15px 15px 0;												}
.alignright				{	float:right;margin:0 0 15px 15px;												}
.left					{	float:left;																		}
.right					{	float:right;																	}
.relative				{	position:relative;																}
.absolute				{	position:absolute;																}
h1, h2, h3, h4, h5, h6	{	font-weight:normal;																}
html, body				{	text-rendering: optimizeLegibility;
							text-rendering: geometricPrecision;
							font-smooth: always;	
							font-smoothing: antialiased;
							-moz-font-smoothing: antialiased;
							-webkit-font-smoothing: antialiased;
							-webkit-font-smoothing: subpixel-antialiased;
							font-weight:400;																}
body 					{	-webkit-animation-duration: 0.1s;
							-webkit-animation-name: fontfix;
							-webkit-animation-iteration-count: 1;
							-webkit-animation-timing-function: linear;
							-webkit-animation-delay: 0.1s;													}
@-webkit-keyframes fontfix {
from 					{ 	opacity: 1; 																	}
to 						{ 	opacity: 1; 																	}
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
body 					{	-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;						}
}
@media screen and (max-device-width: 767px) and (orientation: portrait) {
body 					{	-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;						}
}
/************************	Reset styles end	************************************************************/

body{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	-webkit-font-feature-settings: "liga" 1;
	-moz-font-feature-settings: "liga" 1;
	-ms-font-feature-settings: "liga" 1;
	font-feature-settings: "liga" 1;
	font-size:14px;
	background:#F6F6F6;
}
.enclose{
	width:1100px;
	margin:auto;
	padding:0 15px;
}
/* -- Header -- */
#header{
	box-shadow:0 0 8px rgba(0, 0, 0, 0.16), 0 0 8px rgba(0, 0, 0, 0.16);
	background:#fff;
}
#header .logo{
	padding-top:40px;
	position: absolute;
}
#header .logo a{
	display:inline-block;
}
#header .top-part{
	padding-top: 25px;
	width:94%;
}
.logo .tagline{
	font-family: 'Mako', sans-serif;
	font-size:16px;
	color:#000;
	margin-top:10px;
}
.icon-steth{
	/*background:#e8e8e8;
	padding:10px;*/
	    margin-right: 20px;
    margin-top: 18px;
}

.social-list{margin-top: 24px;}

.social-list li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	/*margin-top:35px;*/
}
.social-list li a, .social-list li img{
	display:block;
}
.callus{
	padding-top:15px;
	padding-right:15px;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-align:right;
}
.callus p{
	color:#484848;
	font-size:16px;
}
.callus h2{
	font-size:36px;
}
.callus h2 a{
	color:#c31e24;
	font-size:36px;
}
.navigation{
	padding-top: 40px;
}
.navigation > ul > li{
	float:left;
	position:relative;
}
.navigation > ul > li.menu-item-has-children > a{
	padding-right:30px;
	background-image:url(images/arrowmenudown.gif);
	background-repeat:no-repeat;
	background-position:92% center;
}
.navigation > ul > li > a{
	display:block;
	padding:20px 15px;
	line-height:30px;
	font-size:14px;
	font-family: 'Mako', sans-serif;
	color:#fff;
	background-color:#17a6b6;
	box-shadow:1px 1px 2px rgba(255, 255, 255, 0.05) inset, -1px -1px 2px rgba(0, 0, 0, 0.05) inset;
}
.navigation > ul > li:hover > a{
	background-color:#C0C26A;
}
.navigation > ul > li > ul{
	position:absolute;
	top:100%;
	left:0;
	width:220px;
	background:#d4d675;
	z-index:100;
	display:none;
}
.navigation > ul > li:hover > ul{
	display:block;
}
.navigation > ul > li > ul > li > a{
	display:block;
	color:#17a6b6;
	padding:10px;
	line-height:20px;
	font-size:14px;
	font-family: 'Mako', sans-serif;
	text-align:center;
	box-shadow:0 2px 2px rgba(255, 255, 255, 0.1) inset, 0 -2px 2px rgba(0, 0, 0, 0.1) inset;
}
.navigation > ul > li > ul > li:hover > a{
	background:#17A6B6;
	color:#fff;
}

#menu-item-2666 a{background-color: #c31e24;}
#menu-item-2666 a:hover{background-color:#C0C26A;}

/* ------------ */
/* -- Slider -- */
.home-slider{
	height:560px;
	background:url(images/background.jpg) no-repeat center / cover;
}
.page-gap{
	height:50px;
	background:#e8e8e8;
}
.home-slider{
	padding-top:20px;
	text-align:center;
}
.home-slider .item a{
	display:inline-block;
}
.home-slider .slick-dots{
	position:absolute;
	left:80px;
	bottom:10px;
}
.home-slider .slick-dots li{
	display:inline-block;
	margin-right:8px;
}
.home-slider .slick-dots li button{
	display:block;
	border:1px solid #fff;
	width:10px;
	height:10px;
	background:none;
	position:relative;
	text-indent:-9999px;
	padding:0;
	border-radius:50%;
}
.home-slider .slick-dots li.slick-active button{
	background:#fff;
}
/* ------------ */
/* -- Footer -- */
#footer{
	background:#D4D675;
	padding:55px 0 70px;
	position:relative;
}
#footer:before{
	position:absolute;
	content:'';
	width:342px;
	height:80px;
	background:url(images/footer-graph.png) no-repeat #fff;
	top:0;
	left:50%;
	margin:-38px 0 0 -171px;
}
.copyright{
	font-size:14px;
	color:#179398;
	font-family: 'Mako', sans-serif;
}
.copyright li{
	float:left;
	padding:0 5px;
	border-left:1px solid #fff;
}
.copyright li:first-child{
	border:0;
}
.copyright li a{
	color:#179398;
}
.copyright .left{
	margin-left:60px;
}
#footer .cols{
	width:33.33%;
	float:left;
	padding:0 60px;
	min-height:10px;
	margin-bottom:20px;
}
#footer .cols h5{
	font-size:28px;
	color:#179398;
	margin-bottom:20px;
	font-family: 'Cabin', sans-serif;
}
#footer .cols h5 a{
	color:#179398;
	padding:10px;
	width:200px;
	display:inline-block;
	border-radius:10px;
}
#footer .cols h5 a:hover{
	background:#179398;
	color:#fff;
}
#footer .cols li{
	margin-bottom:20px;
	margin-left:15px;
	list-style:disc;
	font-size:14px;
	color:#179398;
}
#footer .cols li a{
	color:#179398;
}
#footer .cols h3{
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:21px;
	color:#179398;
	margin-bottom:7px;
}
#footer .cols p{
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:17px;
	color:#179398;
	margin-bottom:7px;
}
#footer .logos.left{
	margin-bottom:20px;
}
#footer .logos.right{
	margin-right:85px;
	margin-bottom:20px;
}
#footer .logos a{
	display:block;
}
#footer .logos img{
	display:block;
	height:45px;
	width:auto;
	border-radius:10px;
}
/* ------------ */
/* -- Body content -- */
.main{
}
.content{
	background:#fff;
	padding-bottom:70px;
	min-height:500px;
}
.other-services{
	border-top:1px solid #d4d675;
	padding-top:30px;
	margin:20px 20px 0;
}
.other-services h2{
	font-size:32px;
	color:#17a6b6;
	font-family: 'Cabin', sans-serif;
	padding-bottom:15px;
}
.other-services ul{
	margin:0 -20px;
}
.other-services li{
	width:25%;
	float:left;
	padding:20px;
}
.other-services li a{
	display:block;
	text-align:center;
	color:#17a6b6;
	font-family: 'Cabin', sans-serif;
	font-size:18px;
	border:1px solid rgba(0,0,0,0);
	padding:40px 0;
}
.other-services li a:hover{
	border:1px solid #17a6b6;
}
.other-services li span{
	display:block;
	padding-top:40px;
}
.e-links{
	padding:0 20px;
}
.e-links ul{
	margin-left:-20px;
}
.e-links li{
	width:33.33%;
	float:left;
	padding:20px 0 20px 20px;
}
.e-links li h2{
	font-family: 'Cabin', sans-serif;
	font-size:20px;
	background:#17a6b6;
	padding:20px 20px 40px 45px;
	color:#fff;
	margin-bottom:15px;
	position:relative;
}
.e-links li h2 img{
	position:absolute;
	left:10px;
	top:20px;
}
.e-links li .excerpt{
	padding:15px 0;
	font-size:13px;
	color:#484848;
	line-height:20px;
}
.e-links li a{
	font-size:14px;
	color:#d4d675;
}
.programs{
	background:#E7F5F7;
	padding:45px 10px 30px;
}
.programs li{
	float:left;
	padding:10px;
	text-align:center;
	width:33.33%;
}
.programs li a{
	padding:10px;
	border:1px solid #d1d1d1;
	display:inline-block;
	background:#fff;
	width:45%;
}
.programs li h4{
	color:#484848;
	font-size:20px;
	font-weight:700;
	padding:20px 0 10px;
	line-height:24px;
}
.programs li p{
	font-size:13px;
	color:#484848;
	line-height:20px;
}
.featured-box{
	margin-top:-120px;
	background: #16bacd;
	background: -moz-linear-gradient(left,  #16bacd 0%, #088592 100%);
	background: -webkit-linear-gradient(left,  #16bacd 0%,#088592 100%);
	background: linear-gradient(to right,  #16bacd 0%,#088592 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16bacd', endColorstr='#088592',GradientType=1 );
}
.featured-box li{
	width:33.3333%;
	float:left;
}
.featured-box li > a{
	display:block;
	text-align:center;
	background: #16bacd;
	background: -moz-linear-gradient(left,  #16bacd 0%, #088592 100%);
	background: -webkit-linear-gradient(left,  #16bacd 0%,#088592 100%);
	background: linear-gradient(to right,  #16bacd 0%,#088592 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16bacd', endColorstr='#088592',GradientType=1 );
	color:#fff;
	padding:30px 20px 20px 20px;
	min-height:250px;
}
.featured-box li a:hover{
	background: #10A5B6;
	background: -moz-linear-gradient(left,  #10A5B6 0%, #10A5B6 100%);
	background: -webkit-linear-gradient(left,  #10A5B6 0%,#10A5B6 100%);
	background: linear-gradient(to right,  #10A5B6 0%,#10A5B6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#088592', endColorstr='#088592',GradientType=1 );
}
.featured-box li a h4{
	font-size:18px;
	font-family: 'Cabin', sans-serif;
	padding:20px 0;
}
.featured-box li a p{
	font-size:14px;
	line-height:18px;
	font-family: 'Mako', sans-serif;
}
.donations{
	padding:0 20px;
	margin-top:50px;
	margin-bottom:10px;
}
.donations .clearfix{
	margin-left:-20px;
}
.donations .box1{
	width:33.33%;
	float:left;
	padding-left:20px;
}
.donations .box1 .in{
	padding-top:25px;
	border-top:5px solid #d4d675;
	min-height:100px;
}
.donations .box2{
	width:66.67%;
	float:left;
	padding-left:20px;
}
.donations .box2 .in{
	padding-top:25px;
	border-top:5px solid #d4d675;
	min-height:100px;
}
.donations .box1 h2{
	position:relative;
	background:#17a6b6;
	font-size:20px;
	padding:5px 10px 5px 45px;
	line-height:30px;
	font-family: 'Cabin', sans-serif;
	voice-family:#fff;
	color:#fff;
}
.donations .box1 h2 img{
	position:absolute;
	left:10px;
	top:10px;
}
.donations .box1 .con{
	padding:20px 15px;
	border:2px solid #17a6b6;
	font-size:15px;
	line-height:25px;
	font-family: 'Mako', sans-serif;
}
.donations .box1 .con a{
	display:inline-block;
	margin-top:20px;
}
.donations .box2 .con{
	background:-webkit-gradient(linear, left center, right center, from(rgba(23,166,182,0.03)),color-stop(100%, rgba(23,166,182,0.2)));
	background:-webkit-linear-gradient(left,rgba(23,166,182,0.03) ,rgba(23,166,182,0.2) 100%);
	background:linear-gradient(to right,rgba(23,166,182,0.03) ,rgba(23,166,182,0.2) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0717A6B6, endColorstr=#3317A6B6, GradientType=1);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#0717A6B6', endColorstr='#3317A6B6', GradientType=1)";
	border-style:solid;
	border-width:1px;
	border-color:#E8E8E8;
	position:relative;
	min-height:339px;
	padding:85px 25px 25px 220px;
	color:#484848;
	cursor:pointer;
}
.donations .box2 .con:hover{
	background:-webkit-gradient(linear, left center, right center, from(rgba(23,166,182,0.5)),color-stop(100%, rgba(23,166,182,0.9)));
	background:-webkit-linear-gradient(left,rgba(23,166,182,0.5) ,rgba(23,166,182,0.9) 100%);
	background:linear-gradient(to right,rgba(23,166,182,0.5) ,rgba(23,166,182,0.9) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F17A6B6, endColorstr=#E517A6B6, GradientType=1);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F17A6B6', endColorstr='#E517A6B6', GradientType=1)";
	color:#fff;
}
.donations .box2 .con img{
	position:absolute;
	left:60px;
	bottom:0;
}
.donations .box2 .con h3{
	font-size:36px;
	margin-bottom:25px;
	font-family: 'Cabin', sans-serif;
	font-weight:700;
}
.donations .box2 .con p{
	font-size:18px;
	font-family: 'Mako', sans-serif;
	line-height:22px;
}
/* ------------------ */

/* --Bootstrap modal-- */
.modal{
	bottom:0;
	display:none;
	left:0;
	overflow:hidden;
	position:fixed;
	right:0;
	top:0;
	z-index:1050;
	font-size:13px;
	line-height:20px;
	color:#fff;
}
.modal.fade .modal-dialog{
	transform:translate(0px, -25%);
	transition:transform 0.3s ease-out 0s;
}
.modal-dialog{
	margin:30px auto;
	width:870px;
	position:relative;
}
.modal-content{
	background:#000;
	padding:20px 75px;
	position:relative;
}
.modal-open .modal{
	overflow-x:hidden;
	overflow-y:auto;
}
.fade{
	opacity:0;
	transition:opacity 0.15s linear 0s;
}
.fade.in{
	opacity:1;
}
.modal.in .modal-dialog{
	transform:translate(0px, 0px);
}
.modal-backdrop{
	background:#000;
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:1040;
}
.modal-backdrop.fade{
	opacity:0;
}
.modal-backdrop.in{
	opacity:0.9;
}
.filters.content-area h1{
	margin-bottom:10px;
}
.filters h3{
	font-size:32px;
	font-family: 'Cabin', sans-serif;
	font-weight:700;
	color:#484848;
}
.filters h5{
	margin-bottom:10px;
	font-size:15px;
	font-family: 'Cabin', sans-serif;
	font-weight:700;
	color:#484848;
}
.filter-thumbs{
	padding-top:30px;
}
.filter-thumbs ul{
	font-size:0;
	text-align:center;
	padding:0 10px;
}
.filter-thumbs li{
	display:inline-block;
	font-size:14px;
	color:#484848;
	font-family: 'Mako', sans-serif;
	width:20%;
	padding:0 10px 20px 10px;
	vertical-align:top;
}
.filter-thumbs li a{
	display:block;
	border-radius:7px;
	cursor:pointer;
	margin-bottom:10px;
	box-shadow:2px 2px 4px rgba(0, 0, 0, 0.5);
}
.filter-thumbs li a:hover{
	box-shadow:none;
}
.filter-thumbs li a img{
	display:block;
	border-radius:7px;
	width:100%;
}
.modal-box{
	text-align:left;
}
.modal-box p{
	margin-bottom:15px;
}
.modal-box img{
	float:left;
	margin:0 30px 30px 0;
	border:1px solid #7f7f7f;
	border-radius:7px;
}
.modal-content button{
	position:absolute;
	background:rgba(23, 147, 152, 0.35);
	cursor:pointer;
}
.modal-content button:hover{
	background:rgba(23, 147, 152, 0.5);
}
.modal-content button.close{
	font-size:18px;
	color:#fff;
	border:0;
	width:30px;
	height:30px;
	line-height:25px;
	text-align:center;
	border-radius:50%;
	top:20px;
	right:60px;
}
.modal-content button.prev,
.modal-content button.next{
	font-size:20px;
	color:#fff;
	border:0;
	width:40px;
	height:350px;
	line-height:350px;
	text-align:center;
	border-radius:10px;
	top:20px;
}
.modal-content button.prev{
	left:10px;
}
.modal-content button.next{
	right:10px;
}
#menu-clinicians{
	background:#17A6B6;
	padding:0;
}
#menu-clinicians > li{
	float:left;
	list-style:none;
	padding:0;
	width:14.28%;
	//width:16.66%;
	position:relative;
}
#menu-clinicians > li:last-child{
	float:right;
}
#menu-clinicians > li  a{
	display:block;
	text-align:center;
	font-size:14px;
	color:#fff;
	line-height:35px;
	box-shadow:1px 1px 2px rgba(255, 255, 255, 0.05) inset, -1px -1px 2px rgba(0, 0, 0, 0.05) inset;
}
#menu-clinicians > li  a:hover,
#menu-clinicians > li.current-menu-item > a,
#menu-clinicians > li.current-menu-parent > a,
#menu-clinicians > li > ul > li.current-menu-item > a{
	background:#D4D675;
	color:#17A6B6;
}
#menu-clinicians > li > ul{
	position:absolute;
	top:100%;
	left:0;
	width:150px;
	padding:0;
	background:#17A6B6;
	z-index:70;
	display:none;
}
#menu-clinicians > li:hover > ul{
	display:block;
}
#menu-clinicians > li > ul > li{
	list-style:none;
	padding:0;
}
#menu-clinicians > li.menu-item-has-children > a{
	padding-right:30px;
	background-image:url(images/arrowmenudown.gif);
	background-repeat:no-repeat;
	background-position:92% center;
}
.modal-box .tab{
	display:table;
	margin:0;
}
.modal-box .tab span{
	display:table-cell;
}
.modal-box .tab span:first-child{
	width:100px;
	color:#d4d675;
	text-align:right;
	padding-right:15px;
}
#map p{
	padding:0;
	font-size:14px;
	line-height:16px;
	padding-top:5px;
}
/* ------------------- */

/* --New Styles-- */
.content-area{
	padding:20px 20px 0 20px;
	font-size:16px;
	color:#000;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
.content-area .pnotice{
	font-size:16px;
	color:#000;
}
.content-area h1{
	font-size:60px;
	color: #D4D675;
	font-family: 'Cabin', sans-serif;
	line-height:66px;
	margin-bottom:30px;
	font-weight:700;
	border-bottom:42px solid #17a6b6;
	padding-bottom:10px;
}
.content-area p{
	padding-bottom:12px;
	line-height:19px;
}
.content-area strong{
	line-height:20px;
	font-weight:bold;
}
.gap{
	padding:25px 0;
}
.content-area a, .content-area .pnotice a{
	color:#000;
}
.content-area h2{
	font-size:30px;
	text-transform:uppercase;
	text-align:center;
	line-height:36px;
	padding-bottom:50px;
	font-weight:bold;
}
.top-gap{
	padding-top:75px;
}
.patient-sec{
	color:#484848;
	font-size:16px;
}
.patient-sec p{
	line-height:21px;
}
.patient-sec h3{
	font-size:32px;
	line-height:35px;
	color: #484848;
	font-family: 'Cabin', sans-serif;
	font-weight:700;
	padding-bottom:14px;
}
.patient-sec h5{
	font-size:24px;
	color: #484848;
	font-family: 'Mako', sans-serif;
	line-height:29px;
	padding-bottom:14px;
}
.patient-sec a{
	color: #484848;
}
@keyframes blink {
	0% {
		background-color: #17a6b6;
		color: #d4d675;
	}
	100% {
		background-color: #d4d675;
		color: #17a6b6;
	}
}
.cont-btn{
	padding-top:100px;
}
.cont-btn a{
	display:inline-block;
	color:#fdfdfd;
	width:182px;
	font-weight:bold;
	text-align:center;
	border-radius:3px;
	border-bottom:3px solid #D4D675;
	background-color: #17a6b6;
	text-transform:uppercase;
	font-size:24px;
	padding:15px;
	font-family: 'Cabin', sans-serif;
	font-weight:700;
}
.cont-btn a:hover{
	background-color: #D4D675;
}
.cont-btn1 a{
	display:inline-block;
	color:#fdfdfd;
	width:182px;
	font-weight:bold;
	text-align:center;
	border-radius:3px;
	border-bottom:3px solid #a11611;
	background-color: #0085ca;
	text-transform:uppercase;
	font-size:24px;
	padding:15px;
	font-family: 'Cabin', sans-serif;
	font-weight:700;
}
.cont-btn1 a:hover{
	background-color: #a11611;
}
@keyframes blink2 {
	0% {
		background-color: #d4d675;
		color: #af0021;
	}
	100% {
		background-color: #af0021;
		color: #d4d675;
	}
}
.cont-btn2{
	padding-top:100px;
}
.cont-btn2 a{
	display:inline-block;
	color:#fdfdfd;
	width:182px;
	font-weight:bold;
	text-align:center;
	border-radius:3px;
	border-bottom:3px solid #d4d675;
	background-color: #af0021;
	text-transform:uppercase;
	font-size:24px;
	padding:15px;
	font-family: 'Cabin', sans-serif;
	font-weight:700;
	animation: blink2 1s infinite;
}
.cont-btn2 a:hover{
	background-color: #d4d675;
}
.para{
	font-size:16px;
	line-height:19px;
}
.appln-forms{
	padding-top:50px;
	padding-bottom:25px;
}
.appln-forms a{
	font-size:23px;
	color: #1500D4;
	font-family: 'Mako', sans-serif;
	line-height:28px;
	padding-bottom:12px;
	display:block;
}
.contbtn2{
	float:left;
	width:35%;
	padding-top:0;
}
.adobe-btn{
	width:65%;
	float:left;
	font-size:14px;
	line-height:17px;
	color:#000;
}
.adobe-btn img{
	float:left;
	padding-right:15px;
}
.content-area ul{
	padding:10px 0 10px 12px;
}
.content-area li{
	font-size:16px;
	color:#484848;
	line-height:21px;
	list-style:disc;
	padding-bottom:12px;
}
.contbtn3{
	padding-top:30px;
}
.content-area .para2{
	font-size:20px;
	line-height:28px;
	color:#000;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.content-area .meds{
	font-size:20px;
	line-height:32px;
	color:#484848;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.lgap{
	width:110px;
	font-weight:bold;
	display:inline-block;
}
.colr{
	color: #293E8A;
}
.jclogo img{
    border: 1px solid #293e86;
    border-radius: 7px;
}
.loc-title{
	color:#000;
	font-size:30px;
	line-height:36px;
	padding:7px;
	border-radius:7px;
	border:1px solid #af0021;
	margin-bottom:15px;
	width:272px;
	margin-left:20px;
	font-family: 'Ubuntu Condensed', sans-serif;;
}
.loc-enc{
	padding:0 20px;
	margin-bottom:0 !important;
}
.loc-enc .loc-inner{
	padding:17px 19px 42px 10px;
	border:1px solid #17a6b6;
	border-radius:7px;
	color:#17a6b6;
	min-height:203px;
	position:relative;
}
.loc-inner h6{
	font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 23px;
	padding-bottom:7px;
	padding-left:10px;
	min-height:53px;
}
.bgimg{
	background:url(images/head-bg.png)  no-repeat;
	display: inline-block;
    height: 45px;
	float:left;
    width: 35px;
	background-position:0 0;
	position:relative;
	z-index:100;
}
.bgimg:hover{
	background-position:0 -46px;
}
.bg-txt{
	padding-left: 35px;
    padding-top: 4px;
	font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 18px;
}
.loc-inner:hover{
   background-color: rgba(23, 147, 152, 0.15);
}
.content-area .loc-enc p{
	padding-bottom:0px;
}
.walk{
	position:absolute;
	right:20px;
	bottom:10px;
}
.loc-enc2{
	margin-bottom:20px !important;
}
.loc-cont{
	padding-top:30px;
}
.patient-sec .loc-cont h5{
	color:#000;
	font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 32px;
	padding-bottom:5px;
}
.med-serv{
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	line-height:22px;
	color:#000;
	padding-bottom:22px;
}
.timings{
	font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 21px;
	line-height:25px;
	color:#000;
	padding-bottom:22px;
}
.map-left{
	width:48%;
	float:left;
}
.map-right{
	width:48%;
	float:right;
}
.rt-block{
	padding:7px;
	border:1px solid #d4d675;
	margin-bottom:20px;
}
.bord{
	border-radius:7px;
}
.appnt{
	color: #179398;
	font-size:32px;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight:700;
	line-height:32px;
	padding-bottom:14px;
}
.teln{
	padding-bottom:14px;
}
.teln a, .teln{
	font-size:32px;
	line-height:32px;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight:700;
	color: #484848;
}
.addtxt{
	font-size:26px;
	line-height:27px;
	padding-bottom:14px;
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #484848;
}
.contact-sec{
	font-size:14px;
	color: #484848;
	font-family: 'Mako', sans-serif;
}
.contact-sec p{
	line-height:23px;
	padding-bottom:8px;
}
.admn{
	color: #179398;
	font-size:20px;
	line-height:24px;
	padding-bottom:8px;
}
.schedule{
	color: #C80021;
	font-size:14px;
	line-height:18px !important;
}
.schedule a{
	color: #C80021;
}
.ft{
	width:70px;
	float:left;
}
.lt{
	width:110px;
	float:left;
	margin-left:10px;
}
.ft-large{
	width:49%;
	float:left;
}
.lt-large{
	width:49%;
	float:right;
}
.cont-block{
	margin-bottom:10px;
}
.cont-block input[type=text], .cont-block select, .cont-block input[type=tel], .cont-block input[type=email], .cont-block textarea{
	background: #fbfbfb none repeat scroll 0 0;
    border: 4px solid #efefef;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    color: #666666;
	padding: 6px 0 6px 6px;
	width:100%;
	margin-top:4px;
}
.cont-block textarea{
	height:140px;
}
.cont-block label{
	color:#444;
	font-weight:bold;
	margin-bottom:5px;
	display:block;
	font-size:14px;
}
.label2{
	font-size:13px;
	color:#444;
	padding-top:3px;
	display:inline-block;
}
.star{
	color:#FF3400;
}
.cont-block .inl{
	display:inline;
}
.contact-sec input[type=submit]{
	background: #fefefe;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fefefe, #dddddd) repeat scroll 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dddddd));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dddddd',GradientType=0 );
    border-radius: 4px;
    border: 1px solid #999;
    box-shadow: 0 1px 0 #f8f8f8;
	padding: 6px 9px;
    text-shadow: 0 1px 0 #f0f0f0;
    color: #333;
	cursor:pointer;
	font-size:15px;
	margin-top:20px;
}
.contact-sec input[type=submit]:hover{
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #f0f0f0, #dddddd) repeat scroll 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#dddddd));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dddddd',GradientType=0 );
}
.med-rt{
	position:relative;
}
.servs{
	padding-bottom:25px;
}
.servs-cont .cont-btn{
	padding-top:0;
}
.afford{
	font-size:18px;
	line-height:21px;
	color:#fff;
	font-family: 'Mako', sans-serif;
	text-align:right;
	margin-top:-62px;
	padding-right:20px;
	padding-bottom:50px;
}
.helath-logo p{
	padding:30px 0;
}
.aca-box h5{
	color: #C80021;
}
.content-area .aca-box li{
	padding-bottom:0;
}
.asst-reg h6{
	font-size:16px;
	color:#000;
	font-weight:bold;
	line-height:19px;
	padding-bottom:20px;
}
.asst-inn{
	padding-left:35px;
	font-size:13px;
	color:#000;
	font-weight:bold;
}
.norm{
	font-weight:normal;
}
.colr2{
	color: #C80021;
}
.asst-inn{
	padding-bottom:15px;
}
.asst-inn a, .asst-reg h6 a{
	color:#d4d675;
}
.asst-inn a:hover, .asst-reg h6 a:hover{
	text-decoration:underline;
	color:#17a6b6;
}
.content-area ul ul{
	padding-bottom:0;
}
.content-area ul ul li{
	padding-bottom:5px;
}
.call{
	font-size:20px;
	line-height:20px;
	color:#000;
	font-family: 'Mako', sans-serif;
}
.call a{
	color:#000;
}
.pharm-time{
	padding-bottom:30px;
}
.pharm-time p{
	padding-bottom:5px;
}
.gap2{
	padding-left:20px;
}
.kresults{
	padding-top:100px;
}
.kresults h6{
	padding-bottom:10px;
}
.kresults h6 a{
	font-size:24px;
}
.parami-gallery{
	padding-top:50px;
}


@media only screen and (max-width:1000px){
.enclose{
	width:768px;
}
#header .logo{
	width:100%;
	padding-top:10px;
	text-align:center;
}
.logo .tagline{
	display:none;
}
.callus{
	text-align:left;
	float:left;
}
.top-part{
	width:100%;
}
.navigation > ul > li{
	width:16.66%;
}
.navigation > ul > li.menu-item-has-children > a{
	padding-right:20px;
}
#footer .logos.right{
	float:left;
}
.copyright .left{
	margin-left:0;
	margin-bottom:10px;
}
.copyright .right{
	width:100%;
}
#footer .cols{
	padding:0;
}
.home-slider{
	height:auto;
	padding-bottom:20px;
}
.featured-box{
	margin-top:0;
	background:none;
}
.featured-box li{
	width:100%;
	margin-top:10px;
}
.featured-box li a{
	min-height:inherit;
}
.programs li,
.e-links li{
	width:100%;
}
.programs li a{
	width:auto;
}
.donations .box1,
.donations .box2{
	width:100%;
	margin-bottom:20px;
}
.other-services li{
	width:33.33%;
}
.filter-thumbs li{
	width:33.33%;
}
.modal-dialog{
	width:640px;
}
#menu-clinicians > li{
	width:inherit;
}
#menu-clinicians > li a{
	padding:0 12px;
}
.cont-btn {
    padding-top: 20px;
}
.contbtn2{
	padding-top:0;
}
.loc-enc .loc-inner{
	width:50%;
	margin:auto;
}
.loc-title{
	margin-left:auto;
	margin-right:auto;
}
.kresults {
    padding-top: 50px;
}

}

@media only screen and (max-width:1000px){
/*****/
.enclose{
	width:auto;
}
.icon-steth{
	display:none;
}
.social-list{
	width:100%;
	text-align:center;
	margin-top:15px;
}
.social-list li{
	float:none;
	margin:0 10px;
	display:inline-block;
}
.callus{
	width:100%;
	padding-right:0;
	position:relative;
	padding-bottom:15px;
}
.callus h2 a{
	font-size:26px;
}
#footer .cols{
	width:100%;
}
#footer::before{
	width:320px;
}
#footer .cols h5{
	text-align:left;
}
#footer .cols h5 a{
	width:auto;
}
.copyright li{
	border:0;
	float:none;
	display:block;
	margin-bottom:5px;
	padding:0;
}

.other-services li{
	width:50%;
}
.donations .box2 .con{
	padding:20px;
}
.donations .box2 .con img{
	display:none;
}
.filter-thumbs li{
	width:50%;
}
.modal-dialog{
	width:90vw;
}
.modal-content{
	padding:40px;
}
.modal-content button.close{
	right:inherit;
	left:50%;
	margin-left:-15px;
	top:5px;
}
.modal-content button.prev,
.modal-content button.next{
	width:30px;
	height:100px;
	line-height:100px;
	top:40px;
}
.modal-content button.prev{
	left:5px;
}
.modal-content button.next{
	right:5px;
}
#menu-clinicians > li{
	width:100%;
	float:left;
}
#menu-clinicians > li > ul{
	position:static;
	display:block;
	width:auto;
}
#menu-clinicians > li > ul > li{
	width:50%;
	float:left;
}
.map-right {
    float: none;
    padding-top: 30px;
    width: auto;
}
.map-left {
    float: none;
    width: auto;
}	
/*****/
}
@media only screen and (max-width: 640px) {
.content-area h1{
	font-size:40px;
}
.contbtn2{
	float:none;
	text-align:center;
	width:auto;
}
.adobe-btn{
	width:auto;
	float:none;
	padding-top:30px;
}
.lgap{
	width:auto;
}
.patient-sec h5{
	line-height:22px;
	font-size:18px;
}
.loc-enc{
	padding:0;
}
.loc-title{
	width:auto;
}
.loc-enc .loc-inner{
	width:auto;
}
.kresults {
    padding-top: 20px;
}
}
@media only screen and (max-width:479px){
/*****/
.other-services li{
	width:100%;
}
.filter-thumbs li{
	width:100%;
}
.content-area h1 {
    font-size: 30px;
	line-height:40px;
	padding-bottom:0;
}
.patient-sec h3{
	font-size:22px;
	padding-bottom:5px;
}
.appln-forms a{
	font-size:16px;
	padding-bottom:4px;
	line-height:20px;
}.adobe-btn img {
    display: block;
    float: none;
    margin: auto;
    padding-right: 0;
	padding-bottom:15px;
}
.patient-sec .loc-cont h5{
	font-size:27px;
}
.timings{
	font-size:18px;
}
.appnt{
	font-size:25px;
	padding-bottom:0;
}
.teln{
	padding-bottom:0;
}
.addtxt{
	font-size:22px;
	padding-bottom:0;
}
.teln a, .teln{
	font-size:22px;
}
.loc-title{
	font-size:26px;
}
.ft-large, .lt-large{
	width:auto;
	float:none;
}
.asst-inn{
	padding-left:5px;
}
.asst-reg h6{
	font-size:14px;
}
/*****/
}

.galasponsors .su-row{display: -webkit-flex;
   display: -ms-flex; 
   display: flex; 
   justify-content: center; 
   -ms-align-items: center; 
   align-items: center; padding:20px;text-align: center;}

ol li {
    list-style: decimal;
    list-style-position: inside;
}