﻿

html, body {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
	font-family:"Montserrat" !important;
    color: #000000;
    background-color: #171717;
    height: 100%;
}


/* 
  Accessibility Utility: .visually-hidden
  ---------------------------------------
  Purpose: Hides content visually while keeping it accessible 
  to screen readers and keyboard navigation.
  Usage: Apply this class to elements like "Skip to main content" links
  or hidden headings for accessibility and SEO.

  Note: The :focus and :active states make the element visible 
  when a keyboard user tabs to it, ensuring it’s usable for navigation.
	
	Why this is the best practice
		Follows WCAG 2.1 AA accessibility guidelines.
		Used by government and major accessibility frameworks (like Bootstrap and WAI-ARIA patterns).
		Prevents layout shift — the element is hidden but still reachable by assistive tech.
		Auto-shows when focused — ideal for skip links.  
*/
.visually-hidden {
  position: absolute !important;
  width: 1px; 
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

/* Accessible skip link */
.skip-link {
  position: absolute;
  left: 0.5rem; top: 0.5rem;
  transform: translateY(-150%);
  background: #fff;
  color: #000;
  padding: 0.5rem 0.75rem;
  border: 2px solid currentColor;
  border-radius: 4px;
  z-index: 1000;
}
.skip-link:focus {
  transform: translateY(0);
}

/* Visible focus for keyboard users (optional but recommended) */
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid #222;
  outline-offset: 2px;
}

.LogoImgTop {
  aspect-ratio: 500 / 133; /* matches your native logo ratio */
  contain-intrinsic-size: 82px 300px; /* fallback size for older browsers */
  height: auto;
}

@media only screen and (min-width: 670px)  {
	.ContainTitle {
	}
	.ContainTitle img{
		width:50px;
	}
	.ContainTitle span{
		 font-size: 65px !important;
		 font-weight:700;
	}
}
@media only screen and (max-width: 669px)  {
	.ContainTitle {
	}
	.ContainTitle img{
		width:35px;
	}
	.ContainTitle span{
		 font-size: 35px !important;
		 font-weight:700;
	}
}

	.footercolor:link, .footercolor:visited, .footercolor:active
{
    color: #2980c1;
    text-decoration: none;
    font-weight: bolder;
	font-size: 28px;
}

.footercolor:hover
{
    color: #c0c0c0;
}

.virus:link, .virus:visited, .virus:active
{
    color: #FFF;
    text-decoration: none;
    font-weight: bolder;
}

.virus:hover
{
    color: #000;
}






    .review:link, .review:visited, .review:active
{
    color: #90ac39;
    text-decoration: none;
    font-weight: bolder;
}

.review:hover
{
    color: #000;
}








    .emergency:link, .emergency:visited, .emergency:active
{
    color: #FE0000;
    text-decoration: none;
    font-weight: bolder;
}

.emergency:hover
{
    color: #000;
}





    .emergency2:link, .emergency2:visited, .emergency2:active
{
    color: #fffc00;
    text-decoration: none;
    font-weight: bolder;
}

.emergency2:hover
{
    color: #000;
}





/*****************************************************************/
/* Custom Fonts */
/*****************************************************************/

.Neutra-BookText {
}

.NexaBookText {
}


.NexaBoldText {
}


/*****************************************************************/
/*****************************************************************/
/*****************************************************************/


.social-links a:link, .social-links a:active, .social-links a:hover, .social-links a:visited {
    text-decoration: none;
}


.BottomBlackBorder {
    border-bottom: 1px solid #000000;
}

.HomeTopText {
    width:100%;
    /*background: url("/App_Themes/Theme1/Images/paraBG2.jpg") no-repeat fixed;
	background-size: cover;
    background-image: url("/App_Themes/Theme1/Images/13.jpg");
	background-color:#242E6F;
	background-color:#555;*/
}
.HomeTopTextInner{
    font-size: 19px;
	/*line-height:20px;*/
	color:#000000;
	text-align: JUSTIFY;
	
    display:table;
    margin:0 auto;
    max-width:1400px;
}
.HomeTopText2 {
    width:100%;
    background: url("/App_Themes/Theme1/Images/backgroundservices.jpg") no-repeat fixed;
	background-size: cover;
   /* background-image: url("/App_Themes/Theme1/Images/13.jpg");
	background-color:#242E6F;
	background-color:#555;*/
}

.HomeTopTextInner2{
    font-size: 19px;
	/*line-height:20px;*/
	color:#fff;
	text-align: JUSTIFY;
	
    display:table;
    margin:0 auto;
    max-width:1400px;
	padding:60px 60px;
}

.HomeDoctorSig {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
	text-align:center;
	padding-bottom:20px;
}


.HomeDoctors {
    font-size: 14px;
    display:table;
    margin:0 auto;
    max-width:485px;
    width:95%;
}



.MainOuterDiv {
    width: 100%;
}


.Header {
    width:100%; 
	min-height: 120px;
}









.HomeBigButtonOuter {
    height:20px;
    margin:0 auto;
    border-bottom:1px solid #000000;
    max-width:1030px;
    width:100%;
    position:relative;
}

.HomeWhiteBoxPosition {
    z-index: 5;
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.HomeWhiteBox {
	font-size:25px;
    background-color: #ffffff;
}

.HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
    border: 1px solid #000000;
    margin: 0px 0px 0px 0px;
    background-position: 0px 0px;
    display: block;
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
}

.HomeWhiteBoxLink a:hover {
    color: #ffffff;
    background-color: #000000;
}


	

@media only screen and (max-width: 459px) {

    .HomeWhiteBox {
        font-size: 16px;
    }

}

@media only screen and (min-width: 460px) and (max-width: 599px) {

    .HomeWhiteBox {
        font-size: 16px;
    }

    .HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
        height: 16px;
    }
}


@media only screen and (min-width: 600px) and (max-width: 739px) {

    .HomeWhiteBox {
        font-size: 20px;
    }

    .HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
        height: 21px;
    }
}

@media only screen and (min-width: 740px) and (max-width: 899px) {

    .HomeWhiteBox {
        font-size: 25px;
    }

    .HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
        height: 27px;
    }
}


@media only screen and (max-width: 1099px) {
	
.HomeTopTextInner{
	padding:40px 40px;
}	
    
	.EmergencyImg{
		width:20px;
		height:20px;
	}
	
    .HomeWhiteBoxPosition {
        top: -2px;
        width: 90vw;
        box-sizing:border-box;
    }

    .HomeWhiteBox {
        width: 90vw;
        margin:0 auto;
        box-sizing:border-box;
    }

    .HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
        width: 90vw;
        padding-top: 8px;
        padding-bottom: 10px;
    }
    
    .LogoImg {
		width:90%;
    }
	
    .LogoImgTop {
	    width:50%;
		max-width:200px;
    }
	
	
	
	
	.TopMakeAppointment {
		width:100%;
	}

	.TopMakeAppointment a:link, .TopMakeAppointment a:visited, .TopMakeAppointment a:active {
		background-color:#90ac39;
		color:#ffffff;
		display:block;

		width:100%;
		border:1px solid #ffffff;
		box-sizing:border-box;
		font-size:14px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
	}

	.TopMakeAppointment a:hover {
		background-color:#d4d4d4;
		color:#90ac39;
	}	
	
	
	
	
	
	
		.TopPatientRegistration {
		width:100%;
	}

	.TopPatientRegistration a:link, .TopPatientRegistration a:visited, .TopPatientRegistration a:active {
		background-color:#90ac39;
		color:#ffffff;
		display:block;

		width:100%;
		border:1px solid #000000;
		box-sizing:border-box;
		font-size:18px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
	}

	.TopPatientRegistration a:hover {
		background-color:#d4d4d4;
		color:#90ac39;
	}
	
	
	
	
	
	
	
	
	
	
	
		
		.TopOrderContacts{
		width:100%;
	}

	.TopOrderContacts a:link, .TopOrderContacts a:visited, .TopOrderContacts a:active {
		background-color:#90ac39;
		color:#ffffff;
		display:block;

		width:100%;
		border:1px solid #000000;
		box-sizing:border-box;
		font-size:18px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
	}

	.TopOrderContacts a:hover {
		background-color:#d4d4d4;
		color:#90ac39;
	}

	
	
	















	
	
	
	
	
	
	
	
	.TopOfficeClock{
		vertical-align:bottom;
	}
	
	
	
	.TopEmergencyButtons {
		width:100%;
		text-align:center;
		font-size:18px;
	}
	
	.TopEmergencyButtons a img{
		position:relative;
		top:3px;
	}

	.TopEmergencyButtons .emergency:link, .TopEmergencyButtons .emergency:visited, .TopEmergencyButtons .emergency:active {
		background-color:#ff0000;
		color:#ffffff;
		display:block;

		width:100%;
		border:1px solid #000000;
		box-sizing:border-box;
		font-size:18px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
	}

	.TopEmergencyButtons .emergency:hover {
		background-color:#ffffff;
		color:#ff0000;
	}
	
	.TopEmergencyButtons .review:link, .TopEmergencyButtons .review:visited, .TopEmergencyButtons .review:active {
		background-color:#c0c0c0;
		color:#ffffff;
		display:block;

		width:100%;
		border:1px solid #000000;
		box-sizing:border-box;
		font-size:18px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
	}

	.TopEmergencyButtons .review:hover {
		background-color:#ffffff;
		color:#ff0000;
	}	
}


@media only screen and (min-width: 1100px) {
	
	.masterOfficeAnchor {
		display: block;
		position: relative;
		top: -180px;
		visibility: hidden;
	}
	
	.TopOfficeClock{
		vertical-align:middle;
	}

	
	.EmergencyImg{
		width:12px;
		height:12px;
	}
	
    .Header {
        /*background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));*/
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
		position: absolute;
        z-index:100;
		
		    display: table;
    margin: 0 auto;
    width: 100%;
	        height: 120px !important;
    }

    .HomeWhiteBoxPosition {
        top: -2px;
        width: 830px;
    }

    .HomeWhiteBox {
        font-size: 25px;
    }

    .HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
        width: 830px;
        height: 27px;
        padding-top: 8px;
        padding-bottom: 10px;
    }
	
    .LogoImgTop {
	    height:175px;
		transition: .3s height ease;
    }

    .LogoImg {
	    width:200px;
    }

    .LogoCell {
		margin-left: 20px;	
        position:absolute;
        top:15px;
        left:10px;
        z-index:2;
		transition:.3s top ease;
    }
	
    .TopMenuOuter {
        z-index:1;
    }
	
	.TopButtonsOuter{
		text-align:right;
	}
	
	.TopSocialMedia{
		position: absolute;
		right: 50px;
		top:40px;
		transition:.3s bottom ease;
	}
	
	.TopSocialMedia img{
		width:40px;
		vertical-align:middle;
	}

    .MenuDiv {
        position:absolute;
		top: 45px;
		width: 100%;
		transition: .3s all ease;	
    }
	
	
	
	.TopMakeAppointment {
		transition:all 1s ease;
		position:relative;
		display:table;
		margin:0 auto;
		
		top:-45px;
		opacity:0;
	}
	
	.TopMakeAppointment a:link, .TopMakeAppointment a:visited, .TopMakeAppointment a:active {
		background-color:#90ac39;
		color:#ffffff;
		display:inline-block;

		width:190px;
		font-size:18px;
		font-weight:700;

		text-align:center;

		margin:0px 5px;
		padding:7px 10px;
		border-radius:20px;

		text-decoration:none;
		transition:all .3s ease;
	}
	
	.TopMakeAppointment a:hover {
		background-color:#d4d4d4;
		color:#90ac39;
	}
	
	
	
	
	.TopEmergencyButtons{
		float:left;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	.TopEmergencyButtons:link, .TopEmergencyButtons:visited, .TopEmergencyButtons:active
	{
		color: #ff0000;
		text-decoration: none;

	}

	.TopEmergencyButtons:hover
	{
		color: #87919A;
	}

}

@media only screen and (min-width: 1099px) and (max-width:1580px) {

    .MenuDiv {
		bottom: 0px;
		z-index: 100;
    }
}

@media only screen and (min-width: 1099px) and (max-width:1250px) {
	
    .LogoImgTop {
	    height:150px;
    }

}
@media only screen and (min-width: 1100px) {
	.LogoImgTop {
	height: 70px !important;
	transition: .3s height ease;
	}
}
@media only screen and (max-width: 1099px) {
    .MenuDiv {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .LogoCell {
        width:100%;
        text-align:center;
        padding:10px 0px;
        border-bottom:2px solid #AAE6E8;
		background-color:rgba(0,0,0,0.7);
    }
	
    .Header {
		background-color:#fff
	}

    .TopBoxes {
        border-bottom:1px solid #90ac39;
    }
	
	.TopAddressMobileSpace{
		padding-bottom:10px;
	}
    
    .TopBoxesDivider {
        display:none;
    }

    .TopMenuOuter {
        text-align:center;
    }
	
	.MenuDivInner{
		border-bottom:1px solid #666;
	}
	
	.TopSocialMedia{
		padding: 10px 0px;
		text-align: center;
	}
	
	.TopSocialMedia img{
		width:25px;
	}
}


@media only screen and (min-width: 1100px) {
	
	.MenuDivInner{
		display: table;
		margin: 0 auto;
		transition: .3s padding-left ease;
	}
	

	/*
    .TopBoxesOuter {
        position:absolute;
        top:0px;
        right:20px;
    }
	*/

    .TopBoxes {
        vertical-align: top;
        display: table-cell;
        padding-right:0px;
    }


    .TopBoxesDivider {
        display: table-cell;
        width:20px;
    }
}

@media only screen and (max-width: 415px) {
    .HomeMapDivider {
        height:20px;
    }

    .HomeMapCell {
        width: 270px;
        display:table;
        margin:0 auto;
    }
}

@media only screen and (min-width: 416px) and (max-width: 899px) {
    .HomeMapDivider {
        height:20px;
    }

    .HomeMapCell {
        width: 375px;
        display:table;
        margin:0 auto;
    }
}


@media only screen and (min-width: 900px) {
    .HomeMapDivider {
        width: 80px;
        display: table-cell;
    }

    .HomeMapCell {
        width: 375px;
        display:table-cell;
        vertical-align:top;
    }

    .HomeMapsOuter {
        display:table;
        margin:0 auto;
    }
}


.HomeMapAddress {
    text-align: left;
    width: 260px;
    font-size: 14px;
}

.HomeMapHours {
    text-align: right;
    width: 190px;
    font-size: 14px;
}

.HomeMapAddressHeader {
    text-align: left;
    width: 260px;
    font-size: 14px;
}

.HomeMapHoursHeader {
    text-align: right;
    width: 190px;
    font-size: 14px;
}

.HomeBottomBorder {
    height:20px;
    margin:0 auto;
    border-bottom:1px solid #000000;
    max-width:1030px;
    width:100%;
}





.TopBlackBoxes {
    display: block;
    text-align: right;
    font-size: 14px;
    color: ##000;
    line-height: 20px;
	font-weight:700;
	text-transform: uppercase;
	letter-spacing: 2px;


}

.TopAddressBoxes {
    display: inline-block;
    padding-top: 20px;
    text-align: right;
    font-size: 14px;
	font-weight:700;
    color: #000000;
	letter-spacing: 2px;
}


@media only screen and (min-width: 1100px) {
	.TopAddressBoxesInner {
			float:left;
		}
		
	.TopBlackBoxes{
		position:absolute;
		right:20px;
		top:20px;
	}
						
	.TopAddressBoxes{
		position:absolute;
		right:20px;
		top:40px;
	}
		
	.TopButtonsOuter{
		position:absolute;
		right:20px;
		top:86px;
	}
}

@media only screen and (max-width: 1099px) {
	.TopAddressBoxes {
		padding: 0px 0px 0px 0px;
		width:100%;
		text-align: center;
		font-size:16px;
	}
	
	.TopAddressBoxesInner {
		padding-bottom:10px;
	}
	
	.TopDesktopDivider{
		display:none;
	}
	
	.TopBlackBoxes {
		font-size:16px;
		text-align: center;
		padding-top: 10px;
		padding-bottom:10px;
	}
}

.TopAddressBoxes a {
	text-decoration: none;
}

.Width100Percent {
    width: 100%;
}

.PositionRelative {
    position: relative;
}

.PositionAbsolute {
    position: absolute;
}

.DisplayInlineBlock {
    display: inline-block;
}

.Width10 {
    width: 10px;
}

.Width20 {
    width: 20px;
}

.Width80 {
    width: 80px;
}

.Width100 {
    width: 100px;
}

.Width200 {
    width: 200px;
}

.Width1030 {
    width: 1030px;
}

.Height10 {
    height: 10px;
}

.Height20 {
    height: 20px;
}

.Height70 {
    height: 70px;
}

.Height400 {
    height: 480px;
}

.Height570 {
    height: 570px;
}

.pt-10 {
    padding-top: 10px;
}



.TopBlueBar {
    height: 45px;
    width: 100%;
    background-color: #093c71;
    display: table;
}



.TopDivider {
    height: 1px;
    font-size: 1px;
    width: 100%;
    background-color: #000000;
    display: table-row;
}

.MainContent {
    min-height: 400px;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    position:relative;
}

.TopHomeBorder {
    border-top:1px solid #000000;
}


.AppointmentButton a:link, .AppointmentButton a:visited, .AppointmentButton a:active {
    border: 1px solid #000000;
    margin: 0px 0px 0px 0px;
    background-position: 0px 0px;
    display: block;
    font-size: 11px;
    width: 153px;
    height: 19px;
    padding-top: 4px;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
}

.AppointmentButton a:hover {
    color: #ffffff;
    background-color: #000000;
}




a:link {
    /*text-decoration: underline; TERRY*/
    text-decoration: none;
    color: #2980c1;
}

a:visited {
    /*text-decoration: underline;*/
    text-decoration: none;
    color: #2980c1;
}

a:active {
    /*text-decoration: underline;*/
    text-decoration: none;
    color: #2980c1;
}

a:hover {
    text-decoration: none;
    color: #c0c0c0;
}


.shadowbehind:link, .shadowbehind:visited,.shadowbehind:active
{
		transition:all 0.3s ease;
		/*filter: drop-shadow( 0 0 1mm #000000);*/

}

.shadowbehind:hover
{
	/*filter: drop-shadow( 0 0 3mm #0A8389) ;*/

	
}


.homePara1{
    background-image: url("/App_Themes/Theme1/Images/HomeParaBG.jpg");
	
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.homePara1Overlay{
    background-color:rgba(0,0,0,0.3);
	
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}






.homePara11Scroll{
   /* background-image: url("/App_Themes/Theme1/Images/HomeTopBG2.jpg");
	background-image: url("/App_Themes/Theme1/Images/scrollbac.jpg"); */
	background-image: url("/App_Themes/Theme1/Images/room.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.homePara11Overlay{
    background-color:rgba(0,0,0,0.3);
	
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}







.homePara2{
    background-image: url("/App_Themes/Theme1/Images/para22.jpg");
	
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	height: 400px;
}




.homeTopBg{
    background-image: url("/App_Themes/Theme1/Images/office.jpg");
    background-position:bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	
	position:relative;
	height: 520px;
	width:100%;
}

.HomeTopBgOverlay {
    background-color:rgba(0,0,0,0.5);
	height: 520px;
	width:100%;
}


.homeTopLady{
	display:inline-block;	
	position:absolute;
	
	left:0px;
	
	bottom:0px;
	opacity: 0;
	
	transition:all 1s ease;
}

.homeTopLadyImg
{
	height:450px;
}

.homeTopFadeText{
	/*background-color:rgba(0,0,0,0.6);*/
	border-radius:10px;

	color:#ffffff;
	font-size:36px;

	max-width:95vw;
	position:absolute;
	
	right:50px;
	top:300px;
	opacity: 0;
	
	transition:all 1s ease;
}

.homeTopFadeTextSub{
	font-size:30px;
	font-style:italic;
}


@media only screen and (min-width: 1700px) {
    
    .homeTopBg{	
	    height: 805px;
    }

    .HomeTopBgOverlay {
	    height: 805px;
    }
	
	.homeTopLadyImg
	{
		height:705px;
	}

    .homeTopFadeText{
	    font-size:70px;
        padding-top:100px;
    }

    .homeTopFadeTextSub{
	    font-size:50px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1699px) {
    
    .homeTopBg{	
	    height: 660px;
    }

    .HomeTopBgOverlay {
	    height: 660px;
    }
	
	.homeTopLadyImg
	{
		height:610px;
	}

    .homeTopFadeText{
	    font-size:240px;
        padding-top:50px;
    }

    .homeTopFadeTextSub{
	    font-size:40px;
    }
}



@media only screen and (max-width: 920px)   {
	.homeTopLady{
		display:none;
	}
	
	.homeTopFadeText{
		right:0px;
		left:50%;
		margin-left:-210px;

	    text-align:center;
	    width:100%;	
	    max-width:420px;	
	}
}

@media only screen and (max-width: 420px) {
	.homeTopFadeText{
		margin-left:calc(95vw / -2);
	}
}

@media only screen and (min-width:921px)  {
	
	.homeTopFadeText{
	    text-align:left;
	    width:47%;	
	}
}



/* Overlay Boxes */

.overlay-boxes .col-6{
    margin:0px;
    padding:0px;
    width:50%;
    height:100%;
}
.overlay-boxes h3{
    font-size:35px;
    font-style:italic;
    color:#ff0000;
}
.overlay-boxes p{
    font-size:20px;
    line-height:28px;
    padding:0px 40px;
}
.overlay-boxes .cta{
    padding:10px;
    font-size:16px;
    color:#fff;
    background:#396d8d;
    margin-top:15px;
    display:inline-block;
    width:auto;
}
.overlay-box{
    background-position:50% 50%;
    background-size:cover;
    height:50%;
}
.overlay-box a img{
    display:block;
    position:absolute;
    width:87px;
    height:87px;
    top:55px;
    right:-43px;
}
.meet-our-doctors{
    background-image:url("/App_Themes/Theme1/Images/overlay-box-1.jpg");
}
.meet-our-doctors a{
    padding-top:30px;
    background:rgba(0,0,0,.7);   
}
.meet-our-doctors:hover a{
    background:#333;
}
.call-us-today{
  
    background-image:url("/App_Themes/Theme1/Images/overlay-box-2.jpg");
}
.call-us-today a{
    padding-top:30px;
    background:rgba(255,0,0, 0.7);
}
.call-us-today:hover a{
    background:rgba(255,0,0,1);
}
.insurance-faq{
    background-image:url("/App_Themes/Theme1/Images/overlay-box-3.jpg");
}
.insurance-faq a{
    background:rgba(0,0,0,.7);
    margin-left:50%;
    padding-left:40px;
}
.insurance-faq a img, .dry-eye-faq a img{
    left:-43px;
}
.insurance-faq:hover a{
    background:#333;
}
.dry-eye-faq{
    background-image:url("/App_Themes/Theme1/Images/overlay-box-4.jpg");
}
.dry-eye-faq a{
    background:rgba(255,0,0, 0.7);
    margin-left:50%;
    padding-left:40px;
}
.dry-eye-faq:hover a{
    background:rgba(255,0,0,1);
}
.overlay-box a{
    display:block;
    width:50%;
    height:100%;
    color:#fff;
    text-align:left;
    box-sizing:border-box;
    position:relative;
    transition:.2s ease-in-out all;
}
.overlay-box a span{
    font-size:24px;
    text-transform: uppercase;
    padding:20px 20px 10px 20px;
    box-sizing:border-box;
    display:block;
}
.overlay-box a span+span{
    font-size:15px;
    padding-top:0px;
}


.search-and-social .col-6{
    width:50%;
    margin:0px;
}
.search-and-social .col-6 + .col-6{
    background:#5f5f5f;
}


/*************************************************************
Footer links  *Don't change the table or align classes*
*/
.HomeHoursBox {

    display: block;
   /* align-items: center;*/

    font-size: 14px;
     font-weight: 400; 
   color: #000000;


}

.HomeHoursHeader {
    font-size: 20px;
    padding-bottom: 10px;line-height:24px;

    /*width: 100%;*/
    text-align: center;

}



/* Office Hours */
.hours{
	  margin: 0 auto;
  display:grid;
  grid-template-columns:max-content 1fr; /* days | times */
  column-gap:24px;
  row-gap:0px;

  padding:0;
  line-height:1.6;
  justify-content: center;
  max-width: 300px; /* optional for alignment consistency */
}

.hours dt,
.hours dd{ margin:0; }

.hours dt{ 
  text-align:left;           /* matches your screenshot */
  font-weight:400;
}

.hours dd{
  white-space:nowrap;          /* keeps each time range on one line */
}

.hours time{
  font-variant-numeric: tabular-nums;  /* mono-width digits = tighter alignment */
}

/* Mobile: stack day and time */
@media (max-width: 600px){
  .hours{
    grid-template-columns:1fr; /* single column */
    row-gap:4px;
  }
  .hours dt{
    text-align:left;
    font-weight:600;
  }
  .hours dd{
    grid-column:1;             /* place under its day */
    margin-left:0;
  }
}









.HomeHoursDays {
    
    text-align: left;
	padding-left: 0px;
}

.HomeHoursTime {
    text-align: left;
}
.TableDiv {
    display: table;
}

.TableRowDiv {
    display: table-row;
}

.TableCellDiv {
    display: table-cell;
	padding-bottom:5px;
}

.AlignCenter {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.TextAlignCenter {
    text-align: center;
}

.TextAlignRight {
    text-align: right;
}

.greenLink:link, .greenLink:visited, .greenLink:active {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bolder;
}

.greenLink:hover {
    color: #ffffff;
    text-decoration: none;
}

.MainOuterTableFooter {
    color: #ffffff;
    text-align: center;
    width: 100%;
}
.footer-secondary {
    color: #ffffff;
    text-align: center;
    width: 100%;
}
.footer-secondary>h2 {
    margin-block-start: 10px;
    margin-block-end: 0px;
}
.footer-secondary>p {
    margin-block-start: 10px;
    margin-block-end: 0px;
}
.footer-secondary>nav {
    margin-block-start: 10px;
    margin-block-end: 10px;
}

/*************************************************************/


.BottomAddressOuter {
    width:100%;
    display:inline-block;
    
    border-top:5px solid #000000;
	/*background-image: url(/App_Themes/Theme1/Images/pattern.jpg);
	background-image: url(/App_Themes/Theme1/Images/logorepeat3.png);*/
    background-color: #ffffff;

    background-blend-mode: normal;

    /*background-color:#101010;*/
}
.footer-primary {
    width: 100%;
    display: flex;
    border-top: 5px solid #000000;
    background-color: #ffffff;
    background-blend-mode: normal;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
}
.BottomAddressInner {
    margin:0 auto;

    color:#000000;
    font-size:20px;
}

.BottomAddressBox {
    float:left;
    width:33.333%;
    min-width:300px;
    text-align:center;
    padding: 20px 0px 20px 0px;
    box-sizing:border-box;
	margin:0 auto;
	
}
.footer-primary>section,.footer-primary>nav  {
	    float:left;
    width:33.333%;
    min-width:300px;
    text-align:center;
    padding: 10px 0px 20px 0px;
    box-sizing:border-box;
	margin:0 auto;
}
.footer-primary>section>h3 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;	
}

.footer-primary>nav  {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
	padding-top:25px;
}
.footer-primary>nav>section {
	float:left;
    width:25%;
    min-width:300px;
    text-align:center;
    padding: 0px 0px 0px 0px;
    box-sizing:border-box;
	margin:0 auto;
}
.footer-primary>nav>section>h3,.footer-primary>nav>section>h2 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
	text-align:left;
	font-weight:500;
}
	.footer-primary>section>a>img {
	padding-bottom:10px;
	}
	.footer-primary>section>p,.footer-primary>section>address {
		margin:0 auto;
		text-align:left;
		width: 300px;
	}
	
.footer-primary>nav>h2  {
	width:100%;
}
.footer-primary>nav>section>ul {
    list-style: none;
    text-align: left;
	    padding-inline-start: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;	
padding-bottom: 10px;	
}	
.footer-primary>nav>section>ul>li {
    list-style: none;
    text-align: left;
    font-size: 14px !important;	
	padding-top:3px;
}	
	
	
.BottomAddressBoxDivider {
    float:left;
    width:13%;
    text-align:center;

    pointer-events: none;
    padding-top:20px;
}

.BottomTitle {
    text-align:left;
    color:#929292;

    padding-bottom:20px;
}

.BottomLogo {
    /*background-color:#ffffff;*/
    padding:0px 0px 0px 0px;
    border-radius:0px;
	width:400px;
	margin:0 auto;
}

.BottomAddress {
	padding-top: 30px;
    text-align:center;
    line-height:30px;
	min-width:295px;
}

.BottomAddress a {
    color:#2980c1;
    text-decoration:none;
}
.BottomAddress a:hover {
    color:#c0c0c0;
}



.BottomRequestAppointmentButtonDiv {
    padding-top:50px;
}


.BottomRequestAppointmentButton a:link, .BottomRequestAppointmentButton a:visited, .BottomRequestAppointmentButton a:active {
    background-color:#000000;
    color:#ffffff;
    border:2px solid #ffffff;

    border-radius:20px;
    font-size: 18px;
    font-weight: 700;
    text-align:center;
    padding:10px 20px 10px 20px;

    text-decoration:none;
    transition:all .3s ease;
}

.BottomRequestAppointmentButton a:hover {
   background-color:#ffffff;
    color:#000000 !important;
    border:1px solid #000000;
}

.SlideShowRequestAppointmentButtonDiv {
    padding-top:50px;
}

.SlideShowRequestAppointmentButton a:link, .SlideShowRequestAppointmentButton a:visited, .SlideShowRequestAppointmentButton a:active 
, .LinkRequestAppointmentButton:link, .LinkRequestAppointmentButton:visited, .LinkRequestAppointmentButton:active 
, .Meet-Our-Doctors:link, .Meet-Our-Doctors:visited, .Meet-Our-Doctors:active 

{
    background-color:#2980c1;
	 
    color:#ffffff;
    border:2px solid #ffffff;

    border-radius:20px;
    font-size: 24px;
    font-weight: 700;
    text-align:center;
    padding:10px 10px 10px 10px;

    text-decoration:none;
    transition:all .3s ease;
	Display: inline-block;
	min-width:290px;
	margin-bottom:5px;
}

.SlideShowRequestAppointmentButton a:hover 
, .LinkRequestAppointmentButton:hover 
, .Meet-Our-Doctors:hover
{
   background-color:#ffffff;
    color:#000000;
    border:2px solid #000000;
}


.HeaderRequestAppointmentButton:link, .HeaderRequestAppointmentButton:visited, .HeaderRequestAppointmentButton:active 
, .HeaderPatientPortalButton:link, .HeaderPatientPortalButton:visited, .HeaderPatientPortalButton:active 
{
    background-color: #2980c1 ;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;  
	min-width:220px;
	padding: 5px 10px;
	border: 2px solid #ffffff;
	border-radius: 10px;
}

.HeaderRequestAppointmentButton:hover
,.HeaderPatientPortalButton:hover 
 {
   background-color:#ffffff;
   color:#000000;
		padding: 5px 10px;
		border: 2px solid #ffffff;
		border-radius: 10px;
}

@media only screen and (min-width: 1100px) {
	.HeaderRequestAppointmentButton:link, .HeaderRequestAppointmentButton:visited, .HeaderRequestAppointmentButton:active {  

		
		position: absolute;
		top: 22px;
		right:150px;
		z-index:10;
		margin-right:15px;	
	}
	.HeaderPatientPortalButton:link, .HeaderPatientPortalButton:visited, .HeaderPatientPortalButton:active 
	{  

		
		position: absolute;
		top: 62px;
		right:150px;
		z-index:10;
		margin-right:15px;	
	}	
}


@media only screen and (max-width: 1099px) {
	.HeaderRequestAppointmentButton:link, .HeaderRequestAppointmentButton:visited, .HeaderRequestAppointmentButton:active { 
			border:none;
			border-bottom: 2px solid #AAE6E8;
			display:inline-block;
			width:100%;
			padding:5px 0px;
			border-radius:0px;
			box-sizing:border-box;
	}	
	.HeaderPatientPortalButton:link, .HeaderPatientPortalButton:visited, .HeaderPatientPortalButton:active 	{
			border:none;
			border-bottom: 2px solid #AAE6E8;
			display:inline-block;
			width:100%;
			padding:5px 0px;
			border-radius:0px;
			box-sizing:border-box;
	}	
}


.BottomSocialMedia {
    text-align:left;
    padding-top:15px;
}


.HomeRequestAppointment {
    width:100%;
	background-color:#90ac39;
}


.HomeRequestAppointment a:link, .HomeRequestAppointment a:visited, .HomeRequestAppointment a:active {
    background-color:#90ac39;
    color:#ffffff;
    display:block;

    width:100%;
    font-size:30px;
    font-weight:700;

    text-align:center;

    padding:30px 0px 40px 0px;

    text-decoration:none;
    transition:all .3s ease;
}

.HomeRequestAppointment a:hover {
    background-color:#eaeaea;
    color:#90ac39;
    font-size:36px;
}


@media only screen and (min-width: 800px) {

    .HomeRequestAppointment a:before {
        position: relative;
        margin-right: 2px;
        /*content: "\1F554";*/
        content: "\1F4C5";
    }
}

.Home3OuterBox {
    background-color:#ffffff;
    width:100%;
    display:inline-block;
}

.Home3OuterText {
    display:block;
    padding-top:50px;
    padding-bottom:50px;
    text-align:left;
}

.Home3TopText {
    color:#4c4c4c;
    font-size:29px;
    font-weight:700;
    padding-bottom:10px;
}

.Home3BodyText {
    color:#4c4c4c;
    font-size:22px;
    line-height:28px;text-align:justify;
}

@media only screen and (max-width: 974px) {
    .Home3LeftImage {
        background-image: none;
    }

    .Home3OuterText {
        max-width:90%;
        margin:0 auto;
    }
	
	.BottomAddress{
		padding-left:10px;
	}
	
	.BottomSocialMedia{
		padding-left:35px;
	}
	
}



@media only screen and (min-width: 975px) {    
    .Home3LeftImage {
        background-image: url("/App_Themes/Theme1/Images/HomeFaceBG.jpg");
        background-position:left middle;
        background-size: contain;
        background-repeat: no-repeat;
        height:450px;
    }

    .Home3OuterText {
        padding-left:45%;
        max-width:50%;
        height:450px;
    }
}


@media only screen and (min-width: 1600px) {
    .Home3TopText {
        font-size:32px;
    }

    .Home3BodyText {
        font-size:26px;
        line-height:35px;
    }
}


@media only screen and (min-width: 1018px) {
    .BottomAddressInner {
        width:100%;
        max-width:100%;
        display: table;
        margin: 0 auto;
        background-color: rgba(0, 0, 0, 0);
    }
}

@media only screen and (max-width: 1017px) {
    .BottomAddressInner {
        width:370px;
    }
}




.RandomTestimonialOuter {
    /*  background-image: url("/App_Themes/Theme1/Images/HomeReviewBG.jpg"); */
	background: url(/App_Themes/Theme1/Images/frames.jpg) no-repeat fixed;
	background-size: cover;
	
	position:relative;
	padding:240px 0px 240px 0px;
	width:100%;
}


@media only screen and (max-width: 1099px) {
	.RandomTestimonialOuter {
		padding:20px 0px 20px 0px;		
	}
	
}

.RandomTestimonialInner {
    max-width:710px;
	padding:15px 20px 15px 20px;
    border-radius:10px;

    margin:0 auto;
    background-color:rgba(0,0,0,0.4);
}

@media only screen and (min-width: 1100px) {	
	.RandomTestimonialInner {
		margin-left:10%;
	}
}

.RandomTestimonialBox {
    font-size:24px;
    color:#ffffff;
}

.PhoneIcon:before {
    position: relative;
    margin-right: 2px;
    content: "\260E";
}


.Box1Title {
    color: #30008c;
    font-size:28px;
    font-weight:700;
    padding:40px 0px 30px 0px
}

.Box1Body {
    color: #000000;
    font-size:22px;
    padding:0px 0px 40px 0px
}



.Box2Outer {
    width:80%;
    margin:0 auto;
    padding: 2.5% 2.5%;
}

.Box2Title {
    color: #ffffff;
    font-size:38px;
    padding:0px 0px 10px 0px
}

.Box2Body {
    color: #ffffff;
    font-size:24px;
    font-weight:700;
    font-style:italic;
}



.Box3Outer {
    width:80%;
    max-width:1080px;
    margin:0 auto;
    padding: 40px 0px 40px 0px;
    display:inline-block;
}

.Box3OuterLeft {
    width:50%;
    box-sizing:border-box;
    text-align:left;
    float:left;
}

.Box3OuterRight {
    width:50%;
    box-sizing:border-box;
    float:left;
}

.Box3Title {
    color: #8b8b8b;
    font-size:28px;
    padding:0px 0px 10px 0px;
}

.Box3Body {
    color: #686767;
    font-size:16px;
    line-height:22px;
    text-align:justify;
}

.Box3Bold {
    font-size:20px;
    font-weight:700;
}

@media only screen and (min-width: 1050px) {
    .Box3OuterLeft {
        width:50%;
        padding:0px 20px 0px 0px;
    }

    .Box3OuterRight {
        width:50%;
        padding:0px 0px 0px 20px;
        text-align:right;
    }
}

@media only screen and (max-width: 1099px) {
    .Box3OuterLeft {
        width:100%;
        margin:0 auto;
    }

    .Box3OuterRight {
        padding-top:30px;
        width:100%;
        margin:0 auto;
    }

.BottomRequestAppointmentButtonDiv {
    padding-top:30px;
}


.BottomRequestAppointmentButton a:link, .BottomRequestAppointmentButton a:visited, .BottomRequestAppointmentButton a:active {

    font-size: 14px;
}
.SlideShowRequestAppointmentButtonDiv {
    padding-top:30px;
}


.SlideShowRequestAppointmentButton a:link, .SlideShowRequestAppointmentButton a:visited, .SlideShowRequestAppointmentButton a:active {

    font-size: 14px;
}

}




.Box4Outer {
    width:100%;
    background:linear-gradient(#cccccc, #ffffff)
}

.Box4Inner {
    width:80%;
    max-width:1080px;
    margin:0 auto;
    padding: 50px 0px 50px 0px;
    display:inline-block;
}

.Box4Title {
    color: #686767;
    font-size:30px;
    padding:0px 0px 10px 0px;
    text-align:left;
}

.Box4Body {
    color: #686767;
    font-size:16px;
    line-height:22px;
    text-align:justify;
}

.homeBlueButtonOuterRow {
    background-color:#d8f0fa;
}

.homeBlueButtonOuter {
    margin:0 auto;
    padding:30px 0px 30px 0px;
    display:inline-block;
}

.homeBlueButton {
    padding:5px;
    float:left;
}


.homeBlueButton a:link, .homeBlueButton a:visited, .homeBlueButton a:active {
    border: 2px solid #90ac39;
    border-radius:5px;
    box-sizing:border-box;

    display: block;
    font-size: 16px;
    width: 230px;
    padding:20px 0px 20px 0px;

    text-align: center;
    color: #ffffff;
    background-color: #90ac39;
    text-decoration: none;
    transition:.3s all ease;
}

.homeBlueButton a:hover {
    color: #90ac39;
    background-color: #ffffff;
}



@media only screen and (min-width: 1000px) {
    .homeBlueButtonOuter {
        width: 960px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 999px) {
    .homeBlueButtonOuter {
        width: 480px;
    }
}

@media only screen and (max-width: 499px) {
    
    .homeBlueButtonOuter {
        width:240px;
    }
}



.homeCityBg {
    background-image: url("/App_Themes/Theme1/Images/CityBG.jpg");
    background-position:left bottom;
    background-size: cover;
    background-repeat: no-repeat;   
    background-attachment: fixed;
    height:600px;
}

.homeCityBgOverlay {
    width:100%;
    height:600px;
}

.homeCityRight {    
    padding:40px;
    font-size:18px;
    box-sizing:border-box;
    height:600px;
}

.homeButtonsFlex{
	width:100%;
	padding:10px 0px;
	margin:0 auto;
	
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
}

.homeButtonsFlex a{
	margin:0px 5px;
}


@media only screen and (min-width: 1050px) {
    .homeCityLeft {
        float:left;
        width:50%;
        display:inline-block;
        height:600px;
    }

    .homeCityRight {        
        float:left;
        width:50%;
        display:inline-block;
        text-align:left;
    }

    .homeCityBgOverlay {
        background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0)10%, rgba(255,255,255,1)80%);
    }
}

@media only screen and (max-width: 1099px) {

    .homeCityLeft {
        display:none;
    }

    .homeCityRight {
        width:100%;
        text-align:center;
    }

    .homeCityBgOverlay {
        background-image: linear-gradient(to right, rgba(255,255,255,0)0%, rgba(255,255,255,.5)20%, rgba(255,255,255,1)50%);
    }
		.RandomTestimonialBox {
    font-size:18px;
    color:#ffffff;
}
}


	
	.HomeCirclesOuter{
		padding:0px 0px 20px 0px;
		display:inline-block;
		
		margin:0 auto;
	}
	
	.HomeCircleBox{
		max-width:700px;
		width:100%;
		box-sizing:border-box;
		margin:0 auto;
		padding:55px;
		transition:all 0.3s ease;
		/*filter: drop-shadow( 0 0 1mm #000000);*/


    border: 2px solid #ffffff;		
text-align:justify;
	}




	.HomeCircleImage{
		padding:10px 0px 10px 0px;
	}
	
	.HomeCircleImage img{
		/*width:350px;
		height:350px;*/
		height:150px;
		border-width: 0;
	}
	
	.HomeCircleTextHeader{
		font-size:18px;
		font-weight:700;
		padding:10px 0px 5px 0px;
	}
	

	
	.HomeCircleText{
		font-size:16px;
		padding:5px 0px 10px 0px;
	}

	@media only screen and (max-width: 799px) {
		.HomeCirclesOuter{
			max-width:390px;
			width:100%;
		}
	}

	@media only screen and (min-width: 800px) {
		.HomeCirclesOuter{
			max-width:1400px;				
			display:flex;
			flex-wrap:wrap;
			align-items: center;
			align-items: flex-start;
			justify-content: center;
		}
	}
	
	@media only screen and (min-width: 2000px) {
		.HomeCirclesOuter{
			max-width:2000px;			
		}
	}




/* IE10+ CSS */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	html {    
		overflow: hidden;
	}
	body {    
		overflow: auto;
	}
}


/* Edge CSS */
@supports (-ms-ime-align:auto) { 
	html {    
		overflow: hidden;
	}
	body {    
		overflow: auto;
	}
}


