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

/*--font--*/
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('fonts/opensans-semibold-webfont.woff') format('woff'),
         url('fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light-webfont.woff2') format('woff2'),
         url('fonts/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaysemibold';
    src: url('fonts/raleway-semibold-webfont.eot');
    src: url('fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('fonts/raleway-semibold-webfont.woff') format('woff'),
         url('fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaybold';
    src: url('fonts/raleway-bold-webfont.eot');
    src: url('fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('fonts/raleway-bold-webfont.woff') format('woff'),
         url('fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaymedium';
    src: url('fonts/raleway-medium-webfont.eot');
    src: url('fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-medium-webfont.woff2') format('woff2'),
         url('fonts/raleway-medium-webfont.woff') format('woff'),
         url('fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('fonts/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ralewaylight';
    src: url('fonts/raleway-light-webfont.eot');
    src: url('fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-light-webfont.woff2') format('woff2'),
         url('fonts/raleway-light-webfont.woff') format('woff'),
         url('fonts/raleway-light-webfont.ttf') format('truetype'),
         url('fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{ font-family:'open_sansregular'; color:#494949; font-size:16px; line-height: 1.4;}
a{color:#2f9a9a;outline:none!important;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
img{max-width:100%; vertical-align:middle;}
hr {border-color: #e4e4e4;}
#wrapper{ padding:0; margin:0; width:100%;}

.pTB70{ padding-top:70px; padding-bottom:70px;}
.pTB60{ padding-top:60px; padding-bottom:60px;}
.pTB55{ padding-top:55px; padding-bottom:55px;}
.pTB50{ padding-top:50px; padding-bottom:50px;}
.pTB45{ padding-top:45px; padding-bottom:45px;}
.pTB35{ padding-top:35px; padding-bottom:35px;}

/*--Start header style--*/
.header {width:100%; position:absolute; top:0; left:0; z-index:999;}

.headerTop{height:40px; position:relative; background:#232429;}
.topHedRight{ float:right;}
.cContactBtnBx{ display:inline-block;}

.headerBottom{
    background:rgb(255,255,255);
    border-bottom:1px solid #dfdfdf;
}
.headerBottom .hedtxt{
    font-size: 36px;
    line-height: 1.2;
    font-family: 'ralewaylight';
    margin:20px;
}

.bg-gray{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(233,232,232,1) 100%);
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(233,232,232,1) 100%);
	background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(233,232,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e9e8e8',GradientType=0 );
	text-align:center;
	border-bottom:2px  solid #ffffff;
}

.logobx{ float:left; padding:20px 62px 20px 0; position:relative; width:28%; min-height:160px;}
.logobx a{ position:relative; z-index:99;}
.logobx:before {
    position: absolute;
    height: 100%;
    width: 300%;
    left: -300%;
    top: 0;
    content: '';
    background: #ffffff;
}
.logobx:after {
    width: 112%;
    top: 0;
    content: '';
    background: #ffffff;
    height: 100%;
    left: -18%;
    position: absolute;
    -webkit-transform: skew(-16deg, 0deg);
    -moz-transform: skew(-16deg, 0deg);
    transform: skew(-16deg, 0deg);
    box-shadow:8px 0 8px rgba(0, 0, 0, 0.13);
}

.mainMenu{float:left;}
.topHeight{ height:273px;}
.topHeight.adjusted{height:204px;}
.btn.cContactBtn i{ padding-left:8px; font-size:16px;}
.btn.blue.cContactBtn{padding:10px 16px; border-radius:0;}

.btmHedRight{ float:right; width:69%; text-align: center;}
.hedContactInfo{ 
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	padding:0;
	margin:15px 0 15px 0;
	width: 86%;
	text-align: left;
}
.hedContactInfo li{ display:inline-block; position:relative; padding-left:63px; vertical-align:top; padding-right:5%;}
.hedContactInfo .icon{ width:46px; height:46px; background:#0c62af; border-radius:50%; line-height:46px; text-align:center; color:#ffffff; font-size:20px; display:block; position:absolute; left:0; top:0;}
.hedContactInfo .hCallBx{ width:37%;}
.hedContactInfo .hAddressBx{ width:62%;}

.hedContactInfo li a{ color:#242424; text-decoration:none;}

.hedConactTxt p{ font-size:14px; line-height:1.2; margin-bottom:5px; color:#242424; word-wrap: break-word;}
.hedConactTxt p strong{ font-weight:normal; font-family:'open_sansbold';}
.hedConactTxt p.hCall{ font-size:22px; font-family:'open_sanslight'; margin-top: 9px;}

.hedLogos{
	display:inline-block; 
	vertical-align:middle; 
	list-style:none; 
	padding:0; 
	margin:0; 
	text-align:left;
}
.hedLogos li{ display:inline-block;}
/*--End header style--*/

/*--Start header search style--*/
.searchBtn{
	position: relative;
	display:inline-block;
	height:34px;
	width:34px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 10px;
	vertical-align:middle;
	z-index:999999;
}
.searchbx{
	position: absolute;
	right:0;
	z-index: 99;
	border:none;
	border-radius:100px;
	height:34px;
	width: 34px;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all 0.3s ease;
}
.searchbx.open{ width:400px;}
.searchbx input[type="text"], .searchbx input[type="search"]{
	border: none;
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding: 0 37px;
	color: #ffffff;
	border-radius: 6px;
	color:#000;
	opacity:0;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all 0.7s ease;
	font-size:14px;
}
.searchbx input[type="submit"]{ 
	text-indent: -99999px;
	overflow: hidden;
	border: none;
	background: url(../images/top-search-blue-icon.png) no-repeat center center;
	height: 34px;
	width: 34px;
	overflow: hidden;
	position: absolute;
	top:0;
	right:0;
	opacity:0;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all 0.7s ease;
}

.searchbx.open input[type="text"], .searchbx.open input[type="search"], .searchbx.open input[type="submit"]{
	opacity:1;
}

.search-btn-mob{ 
	background: url(../images/top-search-icon.png) no-repeat center center;
	height: 34px;
	width: 34px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	border-radius: 100%;
}
.searchbx.open .search-btn-mob{background: url(../images/top-search-close-icon.png) no-repeat center center;}
/*--End header search style--*/


/*--Start Top banner style--*/
.mainBannerSection{ 
	position:relative; 
	overflow:hidden;
	background: rgb(82,8,121);
	background: -moz-linear-gradient(left, rgba(82,8,121,1) 0%, rgba(24,93,156,1) 100%);
	background: -webkit-linear-gradient(left, rgba(82,8,121,1) 0%,rgba(24,93,156,1) 100%);
	background: linear-gradient(to right, rgba(82,8,121,1) 0%,rgba(24,93,156,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#520879', endColorstr='#185d9c',GradientType=1 );
	border-bottom:1px solid #ffffff;
}
.mainBanner img{ width:100%;}
.mainBanner.owl-theme .owl-dots .owl-dot span{background: #1f1f1f;}
.mainBanner.owl-theme .owl-dots .owl-dot.active span, .mainBanner.owl-theme .owl-dots .owl-dot:hover span { background: #f9f8f8;}
.mainBanner.owl-theme .owl-dots {
	bottom: -46px;
	margin-top: 22px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.mainBanner.owl-theme .owl-nav [class*=owl-] {
    margin:-23px 0 0 0;
    padding:0;
    background: #090909;
    border-radius:0;
	width:46px;
	height:46px;
	position:absolute;
	text-indent:999999px;
	overflow:hidden;
	top: 50%;
	background-size:contain!important;
	border-radius:100%;
	border:1px solid #ffffff;
}
.mainBanner.owl-carousel .owl-nav .owl-prev {
    background:#ffffff url(../images/slider-arrow-prev.png) no-repeat;
	left:40px;
}
.mainBanner.owl-carousel .owl-nav .owl-next {
    background:#ffffff url(../images/slider-arrow-next.png) no-repeat;
	right:40px;
}
.mainBanner.owl-theme .owl-nav{ margin:0;}

.bannerImg .container{ position:relative;}
.sliderContentBx{
	max-width:624px; 
	width:100%;
	color:#ffffff;
	position:absolute; 
	top:50%; 
	left:0; 
	width:100%; 
	padding-top:0;
	transform: translate(0%, -50%); 
	-webkit-transform: translate(0%, -50%); 
	-moz-transform: translate(0%, -50%);
}
.sliderImgBx {
    float: right;
    width: 61%;
    margin-right: -50px;
	margin-top:80px;
}

.sliderContentBx .hedtxt1{ font-size:55px; line-height:1.2; font-family:'ralewaylight'; color:#ffffff; margin-top:0; margin-bottom:45px;}
.btn.bannerBtn i{ padding-left:8px; font-size:18px;}




.homeTopSlider img{ width:100%;}
.homeTopSlider.owl-theme .owl-dots .owl-dot span{background:#000000; width:12px; height:12px; border:1px solid #000000;}
.homeTopSlider.owl-theme .owl-dots .owl-dot.active span, .homeTopSlider.owl-theme .owl-dots .owl-dot:hover span { background:rgba(0,0,0,0.5);}
.homeTopSlider.owl-theme .owl-dots {
	top:40px;
	margin-top:0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.homeTopSlider.owl-theme .owl-nav [class*=owl-] {
    margin:-30px 0 0 0;
    padding:0;
    background: #090909;
    border-radius:0;
	width:55px;
	height:60px;
	position:absolute;
	text-indent:999999px;
	overflow:hidden;
	top: 50%;
}
.homeTopSlider.owl-carousel .owl-nav .owl-prev {
    background:rgba(255,255,255,0.7) url(../images/sArrow-prev.png) no-repeat center center;
	left:0;
}
.homeTopSlider.owl-carousel .owl-nav .owl-next {
    background:rgba(255,255,255,0.7) url(../images/sArrow-next.png) no-repeat center center;
	right:0;
}
.homeTopSlider.owl-theme .owl-nav{ margin:0;}


/*--End Top banner style--*/


/*--Start Button style--*/
.btn.blue{
	color:#ffffff; 
	padding:13px 22px; 
	font-size:14px; 
	font-family:'open_sansbold'; 
	border:none;
	background:#0c62af;
	border-radius:6px;
}
.btn.blue:hover{background:#6a6d72;}

.btn.white{
	color:#175996; 
	padding:13px 22px; 
	font-size:14px; 
	font-family:'open_sansbold'; 
	border:none;
	background:#fafafa;
	border-radius:6px;
}
.btn.white:hover{color:#520879;}

.btn.gray{
	color:#ffffff; 
	padding:13px 22px; 
	font-size:14px; 
	font-family:'open_sansbold'; 
	border:none;
	background:#6a6d72;
	border-radius:6px;
}
.btn.gray:hover{background:#0c62af;}

.btn.big{ padding:13px 40px;}
.btn.small{ padding:7px 24px; font-size:14px;}
.btn.full{ display:block; width:100%}
/*--End Button style--*/

/*--Start Home body style--*/
.bTopBannerSection{ margin-top:30px;}
.bTopBannerSection img { width:100%;}

.homeBodySection{ background:#ffffff; overflow:hidden; margin-top:-180px;}
.homeBodyTxtBx{ padding-top:180px; padding-left:0; padding-right:0;}
.whoWeAreContent.homeBodyTxt{ padding-right:45px; text-align:center;}
.homeBodyImgBx{padding:0; line-height:0;}
.homeAboutImg{ margin-top:0; margin-right:-90px; margin-bottom:30px; float:right; border-radius:100%; overflow:hidden;}

.homeBodyTxt h2{ font-size:32px; color:#333333; margin:0 0 22px 0; font-family:'latobold'; text-align:center;}
.homeBodyTxt h3{ font-size:18px; color:#333333; margin:0 0 28px 0; font-family:'latobold'; text-align:center;}
.homeBodyTxt p{ margin-bottom:20px; font-family:'latolight'; line-height:1.4; font-size:16px; color:#717171;}

.bodyListStyle{ padding:0; margin:0; list-style:none;}
.bodyListStyle li{ font-size:14px; color:#2b2e83; font-family:'kadwaregular'; margin-bottom:20px; line-height:1.6; list-style-image:url(../images/greenLove-icon.png); list-style-position: outside; padding:0; margin-left: 30px;}
.bodyListStyle li a{ color:#2b2e83; text-decoration:none;}
.bodyListStyle li a:hover{ text-decoration:underline;}
/*--End Home body style--*/


/*--Start Home body BTM style--*/
.homeBodyBtmSection{}

.constituentContactBx{ background:#185d9c; padding:45px 40px; border-radius:8px; color:#ffffff;}
.constituentContactTitle{ font-size:30px; font-family: 'ralewayregular'; color:#ffffff; margin:0 0 30px 0;}

.inputTxt{width:100%; padding:13px 15px; font-size:14px; color:#0b3d6b; font-family:'open_sansbold'; border-radius:8px; border:none; margin-bottom:18px;}
.inputTextarea{width:100%; padding:13px 15px; font-size:14px; color:#0b3d6b; font-family:'open_sansbold'; border-radius:8px; border:none; margin-bottom:18px;}
.inputSelect{width:100%; padding:13px 15px; font-size:14px; color:#0b3d6b; font-family:'open_sansbold'; border-radius:8px;  border:none; margin-bottom:18px;
	background:#ffffff url(../images/ftrselectDDarow.png) 90% center no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.constituentContactForm .inputTextarea{ height:108px;}
.CCGdprTxt{
	font-size: 12px;
	line-height: 1.2;
	color: #ffffff;
	margin-bottom: 15px;
}
.capSubBx{ float:right; margin-top:20px; margin-bottom:10px;}
.CCcapchaBx{
	float: left;
	margin-right: 20px;
}
.CCsibmitBtn{
	background: #ffffff;
	border: none;
	border-radius: 6px;
	color: #0b3d6b;
	font-size: 18px;
	padding: 9px 14px;
	text-transform: uppercase;
	float: left;
	min-width: 222px;
	text-align: center;
	font-family:'open_sansbold';
}

.homeLocalSurgeriesBx{margin-bottom:20px; background:#f2f3f3; border-radius:8px; padding:30px 35px;}
.homeLocationBx{margin-bottom:20px; background:#f2f3f3; border-radius:8px; padding:30px 35px;}

.hBodyLftBxTitle{ font-size:30px; color:#242424; font-family: 'ralewayregular'; margin:0 0 20px 0; line-height:1.1;}

.RHTphNo{ font-size:22px; color:#242424; margin-top:25px;}
.RHTphNo a{ color:#242424}
.RHTphNo span{ 
	background: #0c62af;
	color: #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	margin-right: 5px;
}

.homeLocationBx p, .homeLocalSurgeriesBx p{ color:#242424; font-size:14px;}
.homeLocationBx p strong, .homeLocalSurgeriesBx p strong, .homeLocalSurgeriesBx p a{ font-weight:normal; color:#242424; font-family:'open_sansbold';}

.homeLocationBx .hBodyLftBxTitle{ margin-bottom:0;}

.LftMapBx{ margin:20px -35px -30px -35px; position:relative; border-top:1px solid #ffffff;}
.LftMapBx .mapBtnBx{ position:absolute; bottom:0; right:0;}
.btn.mapBtn{ border-radius:0; margin-top:5px; min-width:140px; text-align:left; padding:6px 12px; font-size:13px;}
.btn.mapBtn i{ float:right; font-size:16px;}

.btn.prlBtn{ font-size:30px; font-family: 'ralewaymedium'; border-radius:0 8px 8px 0; padding:30px 28px;}
.btn.prlBtn i{ float:right; font-size:40px;}

/*--End Home body BTM style--*/


/*--Start Mobile links Style--*/
.mobLinkSection{
	background:#232429;
	padding-top: 20px;
	padding-bottom: 6px;
	display: none;
	position: relative;
}
.mobLinkSection ul { list-style:none; margin: 0 -10px; padding: 0;}
.mobLinkSection ul li { float: left; list-style:none; margin: 0 0 20px; padding-left: 10px; padding-right: 10px;}
.mobLinkSection ul li.full { width: 100%;}
.mobLinkSection ul li.half { width: 50%;}
.mobLinkSection ul li a { background:#d8dce3; border-radius:6px; color: #374e6a; display: block; font-family: "open_sanssemibold"; font-size:16px; padding:12px 14px ; text-align: center; text-decoration:none; position:relative;}
.mobLinkSection ul li.full a{ font-size:16px;}
.mobLinkSection ul li a:hover{ background:#ffffff;}
.mobLinkSection .advanceLinkTcon{ padding-right:10px; float:left; position:absolute; left:18px; top:13px;}
/*--End Mobile links Style--*/

/*--Start easy to get Style--*/
.easyTogetSection{
	background: #f2f3f3;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
	position: relative;
}

.easyTogetTitle{ color:#ffffff; font-size:50px; padding-top:50px; padding-bottom:50px; margin:0; font-family:'ralewayregular'; line-height:1.2; position:relative;}
.easyTogetBx{ position:relative;}
.easyTogetBx:before {
	background: rgb(24,93,156);
	background: -moz-linear-gradient(top, rgba(24,93,156,1) 0%, rgba(82,8,121,1) 100%);
	background: -webkit-linear-gradient(top, rgba(24,93,156,1) 0%,rgba(82,8,121,1) 100%);
	background: linear-gradient(to bottom, rgba(24,93,156,1) 0%,rgba(82,8,121,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#185d9c', endColorstr='#520879',GradientType=0 );

    content: "";
    height: 100%;
    right:24px;
    position: absolute;
    transform: skew(-14deg, 0deg);
	-moz-transform: skew(-14deg, 0deg);
	-webkit-transform: skew(-14deg, 0deg);
    width: 650%;
	border: 1px solid #fff;
	box-shadow: 8px 0 8px rgba(0, 0, 0, 0.13);
}

.hedContactInfo.fTopInfo{ width:100%; margin:43px 0 38px 0;}
.hedContactInfo .webAddressBx{ width:100%; margin-bottom:30px; margin-left:20px;}
.hedContactInfo p.wAddress{ font-size:40px; font-family:'ralewayregular'; line-height:1;}
	
/*--End easy to get Style--*/


/*--Start News letter Style--*/
.newsLetterSection{ background:#232429; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25); position:relative;}
.nlTitle{ color:#ffffff; font-size:48px; color:#ffffff; font-family:'ralewayregular'; margin:0 0 25px 0;}

.nlForm .nlFieldName{ font-size:18px; font-family:'ralewaylight'; font-weight:normal; color:#ffffff; padding-top:5px;}
.nlForm input[type="text"], .nlForm input[type="email"], .nlForm input[type="tel"]{ 
	width: 100%;
	margin-bottom:0;
	height: 37px;
	background: #fff;
	border: none;
	padding: 8px 12px;
	font-size: 14px;
	color: #2d2d2d;
	border-radius: 0;
}

.NLcapchaBx {
    float: left;
    margin-right: 20px;
}
.nlsibmitBtn {
    background: #187cd9;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    font-size: 16px;
    padding: 9px 14px;
    text-transform: uppercase;
    float: left;
    min-width: 115px;
    text-align: center;
}

/*--End News letter Style--*/

/*--Start Footer style--*/
.footerTopSection{ background:#185d9c; padding-top:45px; padding-bottom:40px;}
.footerBtmSection{ background:#232429; padding:20px 0 5px 0;}
.quickBx{ padding-left:0;}

.ftrHeading1{color:#ffffff; font-family: "ralewayregular"; font-size:24px; margin-bottom:30px;}
.qLink{ border-right:1px solid rgba(255,255,255,0.3);}
.qContact{ border-left:1px solid rgba(255,255,255,0.3);}

.costsTxt{ font-size:12px; color:#ffffff; margin-top:25px;}

.ftrAddress{padding-bottom:15px; margin-top:-10px;}
.ftrAddress p{ font-size:15px; color:#ffffff; line-height:2.3;}
.ftrAddress p strong{ font-family:"latobold"; font-weight:normal;}
.ftrAddress p a{ color:#ffffff;}
.ftrAddress p i{ color:#b9daff; padding-right:5px;}

.footer-menu{padding:0; margin:0 0 30px 0; list-style:none;}
.footer-menu li{padding:0; margin:0 0 10px 0; line-height:1.1; list-style:none; font-size:12px; color:#ffffff; font-family:'open_sanssemibold'; text-transform:uppercase;}
.footer-menu li a{color:#fdfcfc; text-decoration:none;}
.footer-menu li a:hover{color:#b9daff;}

.footer-social{ padding:0; margin:0 0 25px 0; list-style:none;}
.footer-social li{ padding:0; margin:0 8px 8px 0; list-style:none; display:inline-block;}
.footer-social li a{ display:block;}

.connectTxt p{ color:#ffffff; font-size:14px; font-family:'ralewaymedium'; margin-bottom:15px;}
.regOnlineToVoteBtn{ margin-top:10px;}

.footerContactForm{}
.footerContactForm .ftrFieldName{ font-size:12px; font-family:'ralewaysemibold'; font-weight:normal; color:#ffffff;}
.footerContactForm input[type="text"], .footerContactForm input[type="email"], .footerContactForm input[type="tel"]{ 
	width: 100%;
	margin-bottom:8px;
	height: 25px;
	background: #fff;
	border: none;
	padding: 2px 8px;
	font-size: 12px;
	color: #2d2d2d;
	border-radius: 0;
}

.footerContactForm textarea{
	width: 100%;
	margin-bottom: 8px;
	height:57px;
	background: #fff;
	border: none;
	padding: 3px 8px;
	font-size: 12px;
	color: #2d2d2d;
	border-radius: 0;
}
.footerContactForm select{
	width: 100%;
	margin-bottom: 8px;
	height: 25px;
	background: #fff;
	border: none;
	padding: 2px 8px;
	font-size: 12px;
	color: #2d2d2d;
	border-radius: 0;
	background:#ffffff url(../images/ftrselectDDarow.png) 90% center no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.sibmitBtn{ 
	background:#187cd9;
	border:none;
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	padding: 9px 14px;
	text-transform: uppercase;
	float:left;
	min-width:115px; 
	text-align:center;
}
.capchaBx{ float:left; margin-right:20px; margin-bottom:15px;}
#enquiryform .capchaBx{ width: 50%; }
#divRecaptchaEnquiry {
    transform: scale(0.5);
    transform-origin: left top;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: left top;
    -moz-transform: scale(0.5);
    -moz-transform-origin: left top;
}

.ftrGdprTxt{font-size:11px; line-height:1.1; color:#ffffff; margin-bottom:15px;}
.ftrGdprTxt a{font-family:'latoregular'; color:#ffffff; text-decoration:underline;}

.footer-btm{}
.footer-btm p{ font-size:12px; line-height:2; color:#ffffff; margin:0 0 14px 0; padding:0;}
.footer-btm p a{ color:#ffffff; text-decoration:none;}
.footer-btm p a:hover{ color:#b9daff;}
.ftrBtmLft{ float:left;}
.ftrBtmRht{ float:right;}
.alert-success { font-size: 13px; padding: 10px; }

#actFooterContactMsg.actionMsg { background: #fee none repeat scroll 0 0; border-radius: 10px; color: #cb2026; font-size: 13px; margin-bottom: 8px; padding: 10px; }
.footerRecaptcha { float:left;transform:scale(0.7);transform-origin: left top 0; }

.mobileFooterSection{ display:none;}

#divRecaptchaConstituentContactUs {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform-origin: right top;
    -moz-transform-origin: right top;
    -webkit-transform-origin: right top;
}

#constituentcontactErrorSummary 
{
	background: #fee;
	padding: 10px;
	margin-bottom: 30px;
	color: red;
	font-size: 14px;
}
.NLcapchaBx { width: 50%; }
#divNewsletter {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform-origin: left top;
     -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
}
/*--End Footer style--*/
.contactHeader { background: #5E2E91 url("../images/surgeries_header_bg.jpg") repeat-y scroll right top; width: 100%; padding-top:70px;}
.topBarLine { position: absolute; height:6px; background: #c2c2c2 url('../images/upper_bar_bg.jpg') repeat; width: 100%; }
.pageInnerContent h1 { color:#fff; font: 400 30px "open_sansbold";padding: 40px 0; margin:0;}
.bioHeader {
    background: #5E2E91 url("../images/surgeries_header_bg.jpg") repeat-y scroll right top;
    width: 100%;
    min-height: 342px;
}
.bioInnerHeadline {
    width: 600px;
    position: absolute;
}
.bioHeaderRight {
    float: right;
    right: 0;
    height: 342px;
}
.bioInnerHeadline h1 {
    padding: 104px 0 !important;
    font: 400 54px open_sansbold !important;
}
.biographyMainBox {
    display: inline-block;
    margin-bottom: 50px;
}
.biographyTitle {
    background: #5E2E91;
    padding: 20px;
    color: #fff;
    font-family: open_sansbold;
    font-size: 20px;
}

.biographyContent {
    padding: 20px;
    padding-left: 20px;
    padding-left: 15px;
    border: 1px solid #5E2E91;
    font-family: ralewayregular;
    color: #242424;
    font-size: 19px;
}
.biographyContent p {
    font-size: 17px;
}

.surgeriesTable {
    margin-top: 30px;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}
.table-head2 thead td {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    font-family: 'open_sanssemibold';
    background: #000;
    text-transform: uppercase;
}
.table-head2 tbody tr td {
    background: #fff;
    font-family: 'open_sanssemibold';
    font-weight: 500;
}
.table-head2 tbody tr:nth-child(2n+1) td {
    background: #CAB7DE;
}
.table-head2 tbody tr:nth-child(2n) td {
    background: #e0dfda;
}
.table-head2 tbody td + td {
    font-weight: normal;
    font-family: open_sanssemibold;
}
.table-head2 thead td i {
    color: #f2e457;
    margin-right: 5px;
    font-size: 16px;
}
.table-head2 td {
    padding: 15px 20px;
}
.table-head2 td {
    width: 30%;
    font-size: 16px;
    font-weight: normal;
    font-family: 'open_sanssemibold';
}

/********************* useful links *******************************/
.linkBoxMain { display: inline-block; margin-bottom: 30px; }
.linkTitle { background: #5E2E91; padding: 22px; }
.linkTitle a { color: #fff; }
.linkTitle a:hover { text-decoration: none; }
.linkDetails { display: inline-block; }
.btnLink { padding: 10px; margin-top: 19px;  display: inline-block; color: #fff; font-family: open_sanssemibold; width: 100px; text-align: center; background: #5E2E91; }
.btnLink:hover { text-decoration: none; color: #fff; }

/******************************************************************/

/***************** gallery *******************************/
.galleryBox { background: #f1efef; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all .5s ease-in-out; }
.galleryImg { position: relative; background: #000; }
.blackbg { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6)); left: 0; top: 0; }
.galleryImg img { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all .5s ease-in-out; }
.galleryImg a { display: block; }
.gal-photo-fix { position: absolute; top: 0; width: 100%; height: 100%; }
.galleryText { padding: 15px 12px 20px; text-align: center; min-height: 180px; }
.galleryText h2 { font-size: 18px; text-transform: uppercase; color: #0c62af; line-height: 20px; margin-bottom: 17px; }
.galleryText p { font-size: 16px; line-height: 20px; }
.galleryText a:hover { text-decoration: none; }


/*********************************************************/

/***************** press release *******************************/
.list-select3-capt {
    background: url(../images/aro-02.png)no-repeat #efefef;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: right center;
    position: relative;
    width: 100%;
    border: 1px solid #efefef;
    height: 48px;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    float: right;
    font-weight: normal;
    font-family: 'open_sansregular';
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.list-select3-capt select {
    height: 48px;
    line-height: 48px;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0px;
    color: #000;
    padding: 0 0px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    font-family: 'open_sansregular';
    font-size: 14px;
}
.pageInnerContent.blogheader h1 { color: #fff; font: 400 34px "open_sansbold"; padding: 40px 0 20px; }
.contained-body { display: inline-block; width: 100%; }
.srcBoxArea { width: 100%; background: #151515; padding: 30px 15px; float: left; margin-bottom: 34px; }
.src-area { background: #efefef; position: relative; width: 100%; border: 1px solid #efefef; height: 48px; font-size: 14px; color: #000; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-weight: normal; font-family: 'open_sansregular'; -moz-border-radius: 3px; -ms-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#blgpost-keyword { width: 100%; border: 0; height: 100%; padding-left: 20px; font-size: 14px; color: #000; font-weight: normal; font-family: 'open_sansregular'; padding-right: 70px; background: #efefef; padding-top: 14px; }
.src-btn { background: #343434; border: none; color: #fff; position: absolute; right: 1px; top: 1px; height: 44px; width: 49px; -moz-border-radius: 3px; -ms-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

.pressRpt { margin-top: 35px; padding-bottom: 45px; border-bottom: 1px solid #666; }
.pressRpt h2 { margin-top: 0; margin-bottom: 15px; }
.pressRpt h4 { font-family: open_sanssemibold; margin-bottom: 18px; }
.pressRpt h2 a { color: #185d9c; font-family: open_sansbold; }
a.readBtn { background: #000; height: 37px; line-height: 37px; display: inline-block; padding: 0 23px; text-align: center; color: #fff; font-weight: normal; font-family: 'open_sanssemibold'; font-size: 16px; text-transform: uppercase; margin-top: 15px; -moz-border-radius: 3px; -ms-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all .5s ease-in-out; text-decoration: none; background: #5e2e91;}
.pressRpt h2 a:hover { text-decoration: none; }

.pressRpt { margin-top: 0; margin-bottom: 45px; border-bottom: 1px solid #c0c0c0; padding-bottom: 45px;}
.pressRpt h2, .pressRpt h2 a { color: #1f1f1f; font-size: 26px; line-height: 30px; font-weight: normal; font-family: 'open_sansbold'; margin-bottom: 10px; margin-top: -5px; text-decoration: none; }
.postByTime { color: #707070; font-size: 16px; line-height: 22px; margin-bottom: 20px; font-family: 'open_sansbold'; font-weight: normal; margin-top: 18px; }
.pressRpt p { padding: 8px 0; font-size: 16px; font-family: 'open_sansregular'; }
ul.tagDiv { position: relative; margin: 5px 0 5px 0px; padding: 0 0 0 30px; list-style: none; display: inline-block;}
ul.tagDiv li { float: left; font-size: 12px; color: #353535; font-family: 'open_sansregular'; font-weight: normal; background: #e4e4e4; padding: 2px 6px; margin-right: 5px; -moz-border-radius: 3px; -ms-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin-top: 6px;}
ul.tagDiv li a { color: #353535; text-decoration: none; display: block; }
hr { background-color: rgba(0, 0, 0, 0.1); border: 0; height: 1px; margin-bottom: 23px; }
ul.tagDiv::after { position: absolute; content: "\f02b"; color: #333; font-size: 22px; font-family: 'FontAwesome'; left: 0; }
.fa-arrow-left::before { margin-right: 10px; }

.row.mLR-6 { margin-left: -6px; margin-right: -6px; background: #151515; margin-top: 25px; margin-bottom: 25px; padding: 15px; border: 2px solid #5E2E91; }
#mc_embed_signup h2 { font-weight: bold; padding: 0; margin: 15px 0; margin-left: 0px; font-size: 1.4em; margin-left: 9px; }
#mc-embedded-subscribe { padding: 9px; width: 100% !important; background: #5E2E91; color: #fff !important; border: none !important; font-family: open_sansbold; text-transform: uppercase; }
#mc_embed_signup_scroll { font-family: open_sansregular; position: relative !important; background: #151515; color: #fff; }
#contact_head { font-family: open_sansregular !important; font-weight: normal !important; font-size: 21px !important; }
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error { color: #000 !important; }
#mc_embed_signup .mc-field-group input { color: #000 !important; }
h2 { font-size: 22px; }

/*********************************************************/

/************************* sitemap ****************************************/

.sitemap li { margin-bottom: 10px; list-style-type: disclosure-closed; }
.sitemap li a { font-family: open_sansregular; color: #242424; font-size: 16px; }
.sitemap li a:hover { text-decoration:none; }
#mc-embedded-subscribe { width: 50% !important; height: 40px !important; background: #187cd9 !important; }
#mc_embed_signup_scroll { background: none !important; }
#mc_embed_signup form { padding: 10px 0 10px 13px !important; }
#mce-responses { margin-left: 0 !important; }
.searchedItem {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0.8px;
}
.heading {
    color: #000;
    font-weight: bold;
}
.link {
    color: #494949;
}
.heading:hover { text-decoration: none; }
.link:hover { text-decoration: none; }

/**************************************************************************/

.header.sticyHeaderMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.header.stickyMobileHeaderMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.sticyHeaderMenu .logobx { padding: 20px 20px 20px 0; min-height: 100px; width: 28%; }
.sticyHeaderMenu .hedContactInfo { margin: 22px 0 15px 0; }
.sticyHeaderMenu .hedContactInfo .icon { width: 36px; height: 36px; line-height: 36px; }
.sticyHeaderMenu .hedConactTxt p.hCall { font-size: 16px; }
.sticyHeaderMenu .bg-gray{display:none;}
div#divFrmUserCookieConfirm { background: #000; color: #fff; padding: 10px; position: fixed; bottom: 0; z-index: 999; width: 100%; }
#divFrmUserCookieConfirm .btnSubmit { background: #fff; color: #000; font-family: open_sansregular; font-size: 15px; }

.embedded { display: inline-block; margin-top: 30px; }
.Web-social { display: inline-block; margin-left: 0; padding-left: 0; }
.Web-social li { float: left; list-style-type: none; margin-right: 10px; }

.mobileFooterLink { display: inline-block; margin-left: 0; /* padding-left: 0; */ }
.mobileFooterLink li { float: left; list-style-type: none; margin-right: 10px;font-size: 10px;color: #fff; }
.mobileFooterLink li a { color: #ffffff;text-decoration: none; }

.sliderStaticImg.item { position: relative; overflow: hidden; }
.sliderStaticContentBx { max-width: 624px; width: 100%; color: #ffffff; position: absolute; top: 50%; left: 50%; width: 100%; padding-top: 0; transform: translate(0%, -50%); -webkit-transform: translate(0%, -50%); -moz-transform: translate(0%, -50%); }
.sliderStaticContentBx p { font-size: 25px; line-height: 1.2; font-family: 'ralewaylight'; color: #ffffff; margin-top: 0; margin-bottom: 45px; }


.viewDetail {
  border-color: #0c62af;
	border-style: solid;
	border-width: 2px;
	clear: both;
	color: #342d47;
	margin: 25px auto 25px;
	padding-bottom: 9px;
	padding-right: 0;
	padding-top: 9px;
	text-align: center;
	text-transform: uppercase;
	width: 70%;
}
.galleryCatBox {
    background: #efefef;
}

.galleryBox {

    align-items: center;
    display: inline-flex;
    float: left;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 26px;
    margin-right: 8px;
    padding: 7px;
    text-align: center;
    width: 193px;
    box-shadow: 0 0 3px #aaa;

}
.buttonsBack {
    margin-bottom: 40px;
    margin-left: 20px;
}
.slidehtmlContent
{
	position: absolute;
	z-index: 9999999;
	top: 88%;
	left: 34%;
	background: #0c62afa1;
	padding: 20px;
	color: #fff;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	border-radius: 5px;
	width: 30%;
	font-family: open_sansbold;

}
.galleryBox .title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #0c62afa1;
    font-family: open_sanssemibold;
}
.galleryBox a:hover, a:focus { text-decoration: none;  }

#mc_embed_signup { background: none !important; }
#mc_embed_signup .button { width: 20% !important; }

.rightBtn { text-align: right;}
.link {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0c62af;
}
.linkUrl {
    margin-top: 15px;
    margin-bottom: 15px;
}
.linkUrl a {
    color: #0c62af;
}
/*.searchedItem { margin-top: 15px; margin-bottom: 15px; }*/
.searchedItem {  margin-top: 30px;margin-bottom: 30px; }
.desktop{ display:block;}
.mobile{ display:none;}

/*--Start Corona FAQ--*/
.headerCoronaTop{}
.headerCoronaTop {
    background: #ffffff;
    text-align: center;
    padding: 10px 0;
}
.headerCoronaTop p {
    color: #5d2e90;
    font-size: 14px;
    line-height: 1;
    padding: 0 0 9px 0;
    margin: 0;
    font-weight: bold;
}
a.btn.blue.coronaBtn {padding:6px 20px;}


.listCorona{padding-top: 20px;}
.faq_corona {margin-top: 25px; margin-bottom: 0;}
.btn.rbmpBtn {
    color: #ffffff;
    font-size: 14px;
    font-family: 'open_sansbold';
    border: none;
    background: #0c62af;
    padding: 10px 20px;
    border-radius:6px;
    text-transform: uppercase;
}
.btn.rbmpBtn:hover{ background: #232429;}


.panel-group.faq_corona .panel + .panel {margin-top:10px;}
.panel-group.faq_corona .panel-heading {border-bottom:none; border-radius:none; padding:0;}
.panel-group.faq_corona .panel-default > .panel-heading { background-color:transparent; color: #000000; border:none;}
.panel-group.faq_corona .panel-title { font-size:18px; line-height:normal; font-family: 'open_sansbold';}
.panel-group.faq_corona .panel-title a {
	color:#ffffff;
    display: block;
    padding:12px 60px 12px 25px;
    text-decoration: none;
    border-radius:0;
	border:none;
	background:#232429;
}
.panel-group.faq_corona .panel-title a span{ color:#ffffff;}
.panel-group.faq_corona .panel-default .panel-title a{ position:relative;}
.panel-group.faq_corona .panel-default .panel-title a:before{ content:"+"; position:absolute; color:#ffffff; font-size:31px; right:19px; top:2px; font-family: 'open_sansregular';}
.panel-group.faq_corona .panel-default.active .panel-title a:before{ content: "_"; color:#ffffff; top:-10px; right:20px; font-family: 'open_sansregular';}
.panel-group.faq_corona .panel-default.active .panel-title a{background:#185d9c ; color:#ffffff;}
.panel-group.faq_corona .panel-default.active .panel-title a span{color:#ffffff;}
.panel-group.faq_corona .panel-body{background:#f2f2f2; padding:20px 25px;}

.panel-group.faq_corona .panel-body p{ line-height:1.3; font-size:16px; margin-bottom:15px;   word-wrap: break-word;}
.panel-group.faq_corona .panel-body p strong{ font-family: 'open_sansbold'; font-weight:normal;}
.panel-group.faq_corona .panel-body h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'open_sansbold';
}

.panel-group.faq_corona .panel{ border:none; background:none; box-shadow:none;}
.panel-group.faq_corona .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group.faq_corona .panel-heading + .panel-collapse > .panel-body{ border:none;}


.vlp-link-container {
    border: 1px solid #666666;
    margin: 10px 0;
    padding: 10px;
    position: relative;
    display: flex;
}
a.vlp-link {
    position: absolute!important;
    top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
}
.vlp-link-image-container {padding-right: 15px;}

#hp001, #hp001 .inputTxt, #hp001 .col-md-12, #hp001 .col-sm-12, #hp001 .col-xs-12{height:0;padding:0;margin:0;}
#hp002, #hp002 input[type="text"],#hp002 .ftrFieldName{height:0;padding-top:0;margin-top:0;padding-bottom:0;margin-bottom:0;}
#hp002 .col-md-3,#hp002 .col-sm-3, #hp002 .col-md-9,#hp002 .col-sm-9,#hp002 .col-xs-12{height:0;padding-top:0;margin-top:0;padding-bottom:0;margin-bottom:0;}
#hp003, #hp003 .inputTxt, #hp003 .col-md-12, #hp003 .col-sm-12, #hp003 .col-xs-12{height:0;padding:0;margin:0;}


/*--End Corona FAQ--*/

.galleryRow { display: flex; flex-wrap: wrap; }
.galleryCatBox { background: #efefef; height: calc(100% - 30px); }
.zblackbg { position: relative; padding-bottom: 60%; }
.zblackbg img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover; }


/*--Start Media style--*/
/*Min-width*/
@media (min-width: 768px) {
/*-Start Flex Style-*/
.flexBx {display:-ms-flexbox; display:-webkit-flex; display:flex;}
.flexWrap {flex-wrap: wrap;}
.flexBx::before, .flexBx::after{ display:none;}

.alignItemsStretch{align-items:stretch;}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
/*-End Flex Style-*/

}

@media (min-width: 992px) {

}


@media (min-width: 1200px) {
.mmLR17{ margin-left:-17px; margin-right:-17px;}
.pLR17{ padding-left:17px; padding-right:17px;}

.mmLR30{ margin-left:-30px; margin-right:-30px;}
.pLR30{ padding-left:30px; padding-right:30px;}

}


@media (min-width: 992px) and (max-width: 1199px) {
.pTB60, .pTB55 {padding-top:50px; padding-bottom:50px;}
.btmHedRight {width:75%;}
.logobx {padding:20px 50px 20px 0; width:22%; min-height:110px;}
.hedContactInfo {margin:26px 0 26px 0; width:84%;}
.hedContactInfo li {padding-left:60px; padding-right:2%;}
.topHeight { height:154px;}
.topHeight.adjusted{height:78px;}
.sliderContentBx .hedtxt1 {font-size:44px;}
.sliderImgBx {margin-right: -16px; margin-top:20px;}
.sticyHeaderMenu .logobx { width: 22%; }


}

@media (min-width: 768px) and (max-width: 991px) {
.pTB60, .pTB55 {padding-top:50px; padding-bottom:50px;}

.btn.blue.cContactBtn {padding:9px 10px; font-size:11px; margin-right:6px;}
.searchBtn { margin-top:1px; margin-bottom:1px;}
.headerTop { height:36px;}
.btmHedRight {width:77%;}
.logobx {
	padding: 20px 30px 20px 0;
	width: 22%;
	min-height: 100px;
}
.hedContactInfo {margin:27px 0 27px 0; width:83%;}
.hedContactInfo li {padding-left:40px; padding-right:2%;}
.hedLogos li { width:80px;}
.hedConactTxt p.hCall {font-size:15px; }
.hedConactTxt p {font-size:11px; margin-bottom:3px;}
.hedContactInfo .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.topHeight { height:138px;}
.topHeight.adjusted{height:68px;}
.sliderContentBx .hedtxt1 {font-size:32px; margin-bottom:28px;}
.sliderImgBx {margin-right: -16px; margin-top:20px;}

.constituentContactBx {padding:25px 25px;}
.homeLocalSurgeriesBx, .homeLocationBx {padding:25px;}
.LftMapBx {margin: 20px -25px -25px -25px;}
.btn.prlBtn {font-size:20px; padding:16px 16px;}

.hedContactInfo p.wAddress {font-size:30px;}

.nlTitle {font-size: 34px;}
.easyTogetTitle {font-size:34px; padding-top:50px; padding-bottom:50px;}
#mc-embedded-subscribe {width:auto !important;}
#mc_embed_signup .mc-field-group{ width: 100%!important; padding-bottom:0!important;}
#mc_embed_signup form {padding:0!important;}

.footer-social li {margin:0 3px 5px 0;}


}
/*max-width*/
@media screen and (max-width:991px){

}

@media screen and (max-width:767px){
    .contactHeader{padding-top:0;}
.desktop{ display:none;}
.mobile{ display:block;}

iframe { width: 100%; }
.galleryBox { width: 85%; }
.pTB60, .pTB55, .pTB70, .pTB45 {padding-top:40px; padding-bottom:40px;}

.mobLinkSection{ display:block;}

.menuIcon {float:left;}
.mainMenu {
	float: left;
	position: absolute;
	margin-left: -15px;
	margin-right: -15px;
	width:100%;
	padding: 0;
}
.btmHedRight, .cContactBtnBx, .header-contact{ display:none;}
.headerCoronaTop .cContactBtnBx { display:block!important;}
.headerCoronaTop p {
    font-size: 11px;
    float: left;
    width: 100%;
    line-height: 1;
    padding: 6px 0;
    margin: 0;
}
.btn.blue.cContactBtn.coronaBtn {
    text-transform: uppercase;
    min-width: 100%;
    background: #232429;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 6px;
}

.headerBottom{ background:#ffffff;}
.headerTop {
    height: auto;
    margin-bottom: -60px;
    float: left;
    width: 100%;
    margin-top: 19px;
	background:none;
}
.searchBtn{ position:absolute; right:0;}
.search-btn-mob {background: url(../images/top-search-blue-icon.png) no-repeat center center;}
.searchbx input[type="text"], .searchbx input[type="search"] {
    line-height: 32px;
    font-size: 13px;
}
.searchbx.open{ border:1px solid #cccccc;}
.searchbx input[type="submit"], .search-btn-mob{height:32px; background-size:18px;}
.logobx {
	padding: 0;
	margin: 7px auto;
	width: 128px;
	float: none;
	min-height: 60px;
}
.logobx:before, .logobx:after{ display:none;}
.topHeight {height:75px;}
.topHeight.adjusted{height:5px;}
.sliderContentBx{padding: 0 15px;}
.sliderImgBx {margin-right:0; margin-top:44px;}
.btn.bannerBtn {
    padding: 6px 10px;
    font-size: 12px;
}

.homeTopSliderSection, .qLink, .qContact{ display:none;}
.footer-top {text-align:center;}

.mobileFooterLink { margin: auto;width: 85%; }

.bTopBannerSection{ display:none;}
.constituentContactBx { padding:22px 15px; margin-bottom:20px;}
.constituentContactTitle {font-size:26px; margin:0 0 20px 0;}
.inputTxt, .inputSelect {
    padding:10px 15px;
    font-size:14px;
    margin-bottom:14px;
}
.hBodyLftBxTitle{ font-size:26px;}
.homeLocalSurgeriesBx, .homeLocationBx {padding:20px 15px;}
.LftMapBx {margin: 15px -15px -20px -15px;}
.btn.prlBtn {font-size:20px; padding:16px 16px; border-radius:8px;}

/*.easyTogetSection{ display:none;}*/
.easyTogetBx:before {
    right: 0;
    transform: skew(0,0);
    -moz-transform: skew(0,0);
    -webkit-transform: skew(0,0);
}
.easyTogetTitle {
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.hedContactInfo .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.hedContactInfo .hCallBx, .hedContactInfo .hAddressBx, .hedContactInfo .webAddressBx{ width:100%; padding-right:0; margin-bottom:10px; padding-left:40px;word-wrap: break-word;}
.hedContactInfo p.wAddress {font-size:20px;}
.hedContactInfo .webAddressBx { margin-bottom:20px; margin-left:0;}
	

.nlTitle {font-size:30px; margin:0 0 20px 0;}
#mc_embed_signup form{ padding:0!important;}
#mc_embed_signup .mc-field-group {
    width: 100%;
    padding-bottom: 0;
}
.nlForm .nlFieldName{ margin-top:0;}

.footer-menu{ margin:0;}
.ftrHeading1 {font-size:24px; margin-bottom:15px; margin-top:25px;}
.footerTopSection { padding-top: 15px; padding-bottom: 30px;}

.ftrBtmLft, .ftrBtmRht{ float:none; text-align:center;}
.footer-btm p{line-height:1.1; margin:0 0 10px 0;}
.costsTxt br{ display:none;}
.mobileFooterSection{ display:block;}

.pageInnerContent h1 { font: 400 28px "open_sansbold"; padding: 24px 0;}
.pressRpt h2{margin-top:14px;}
.srcBoxArea {padding:20px 0px; margin: 0 -15px -5px; width:auto;}
.list-select3-capt{ margin-bottom:10px;}

.table-head2 td {font-size:14px; padding:10px 10px;}
.bioInnerHeadline {width: auto;position: relative;}
.bioHeader{ min-height:inherit;}
.bioInnerHeadline h1 {padding:24px 0!important; font:400 28px open_sansbold!important;}
.bioHeaderRight{ display:none;}
.biographyContent p {font-size:16px;}
#divRecaptchaConstituentContactUs  { -webkit-transform-origin: left top; }
.capSubBx { float: left; }
.hedContactInfo ul { padding-left: 0; }
#mc_embed_signup .button {  width: auto !important;     margin-top: 14px !important;}
.rightBtn {  text-align: left; }
.normalText {  font-size: 16px; }
.link {     font-size: 14px; }
.CCcapchaBx { float: left; margin-right: 15px; width: 182px; height: 46px; margin-bottom: 15px; }
.sticyHeaderMenu .logobx { padding: 5px 0; min-height: inherit; width: 106px; }

.topHeight {height: 145px;}
.topHeight.adjusted{height:75px;}
.headerCoronaTop .topHedRight {width:100%;}

}

@media screen and (max-width:640px){
.sliderContentBx .hedtxt1 {font-size:24px; margin-bottom:9px;}
.sliderContentBx .hedtxt1 span {font-size:24px; padding-left: 20%;}
.sliderContentBx .hedtxt2 { font-size:16px;}
.sliderBtn li { margin-right:8px; margin-top:12px;}
.sliderBtn li .btn.white {padding:6px 10px; font-size:10px;}

}

@media screen and (max-width:480px){
.sliderContentBx .hedtxt1 {font-size:20px; margin-bottom:9px;}
.sliderContentBx .hedtxt1 span {font-size:20px; padding-left: 20%;}
.sliderContentBx .hedtxt2 { font-size:15px;}
.sliderBtn li { margin-right:8px; margin-top:10px;}
.sliderBtn li .btn.white {padding:5px 10px; font-size:8px;}

.mobLinkSection ul li a { font-size:14px; padding:15px;}

.topHeight {height: 156px;}
.topHeight.adjusted{height:80px;}
}

@media screen and (max-width:470px){
.sliderContentBx .hedtxt1 {font-size:18px; margin-bottom:12px;}
.searchbx.open {width: 330px;}

.footer-section{ padding-bottom: 50px; padding-top: 50px;}

.mobLinkSection .advanceLinkTcon {
    left: 16px;
    top: 13px;
    height: 18px;
}
.mobLinkSection ul li a { font-size:14px; padding:13px 15px;}

.imgLeft, .imgRight {float: none; margin: 0 0 15px 0;}

}

@media screen and (max-width:360px){
.menu-button {margin:6px 3px 0 -12px;}

.sliderContentBx .hedtxt1 {font-size:16px; margin-bottom:12px;}
.btn.bannerBtn { padding:6px 10px; font-size:12px;}


.homeBodyTxt h2 {font-size:18px;}

.hedRht ul li {font-size: 11px;}
.hedRht ul li a {padding: 20px 0 0 0;}

.patientWelcomeSection h2 { font-size: 11px;}

.mobLinkSection {}
.mobLinkSection ul {margin:0 -6px;}
.mobLinkSection ul li {margin:0 0 15px;  padding-left:6px; padding-right:6px;}
.mobLinkSection .advanceLinkTcon{
	left:12px; 
	top:11px; 
	max-width:100%;
	max-height:100%;
	margin:0 auto;
	height:16px;
}
.mobLinkSection ul li a {font-size:12px; padding:11px 10px;}

}

@media screen and (max-width:320px){
.searchbx.open {width: 300px;}

.footerCopyrightMobile p {font-size: 11px;}
.mobLinkSection ul li a {font-size:11px; padding:12px 10px;}
.homeBodyBtmSection.pTB60 p { font-size: 14px; }

}

/*--End Media style--*/



