@import url('https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&family=Khand:wght@300;400;500;600;700&display=swap');

/* Fonts */
h1, h2, h3, h4, h5 {
	font-family: 'Anek Devanagari', sans-serif !important;
	font-weight: 400;
}

h1.subHeading {
	font-size: 38px;
	line-height: 42px;
	text-transform: uppercase;
}

h1.subHeading::after {
	content: '';
	border-bottom: 2px solid #c0c0c0;
	width: 50px;
	display: block;
	margin-top: 7px;
	margin-bottom: 25px;
}

h2 {
	font-size: 26px;
	line-height: 30px;
	text-transform: none !important;
	color: #0d0d0d;
	margin-bottom: 20px !important;
}

/*h2::before {
	content: '';
	border-bottom: 2px solid #0d0d0d;
	width: 50px;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
.text-center h2::before,
h2.text-center::before{
	margin-right: auto;
	margin-left: auto;
}*/


.mrp-container h2 {margin-bottom: 0 !important;}
.mrp-container h2::before {
	border: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

a {
	transition: color .15s ease-in-out;
	color: #0088cc;
}

a:hover {
	color: #076cb2;
}

a.more,
h3 a {
	color: #0088cc;
}
a.more:hover,
h3 a:hover{
	color: #076cb2;
}

h3::after {
	content: '';
	border-bottom: 2px solid #c0c0c0;
	width: 50px;
	display: block;
	margin-top: 7px;
	margin-bottom: 15px;
}

.text-center h3::after,
h3.text-center::after {
	margin-right: auto;
	margin-left: auto;
}


/* Layout */
#headerWrap {
	background-color: #0d0d0d;
	padding-top: 20px;
	padding-bottom: 20px;
	/*text-align: center;*/
}

@media (max-width: 575px) {
	#headerWrap {
		padding-bottom: 0;
	}
}

#logo {
	/*width: 196px;
	height: 108px;
	margin: 15px 0;*/
}

@media (max-width: 991px) {
	#logo {
		/*width: 200px;
		height: auto;*/
	}
}

body:not(#homeBody) #mainBox {
	padding-top: 40px;	
}



#mainTop {
	/*background: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/10355/v2/img/maintop.jpg");
	background-position: center center;
	background-size: cover;
	margin-bottom: 30px;*/
}

#mainTopInner {
	/*background: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/10355/v2/img/dots.png");
	background-position: top center;
	background-repeat: repeat;
	padding: 40px 0;*/
}

#mainBottom {
	/*background: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/10355/v2/img/dots.png");
	background-position: top center;
	background-repeat: repeat;
	padding: 20px 0 100px 0;*/
	margin-top: 50px;
}

body:not(#homeBody) #mainBottom {
	display: none;
}

.elementHeading {margin-top: 40px;}
.elementHeading span,
.elementWrap {margin-left: 0;}

.elementWrap .quickGalWrap_right {margin: 0 0 20px 20px;}
.elementWrap .quickGalWrap_left {margin: 0 20px 20px 0;}

.elementWrap img {
	border: none;
	min-width: 100%;
	padding: ;
}

#contactBody .cardPicWrap {
	float: left;
	margin-right: 15px;
}


/* Layout - Nav */
.mrpNav {
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px rgba(0,0,0,.15);
}

.mrpNav a {
	font-family: 'Anek Devanagari', sans-serif !important;
	outline: none;
	text-transform: uppercase;
	text-align: center;
	
	color: #000000;
	
	font-size: 15px;
	line-height: 16px;
}

@media (min-width: 992px) {
	.mrpNav a {
		/*text-align: center;*/
	}
}

@media (max-width: 991px) {
	.navbar .navbar-nav .nav-link {
		/*border-left: 1px solid #;
		transition: border-color .15s ease-in-out;*/
		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.navbar-nav li:last-child {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.navbar .navbar-nav .nav-link {
		background: #;
		transition: background .15s ease-in-out;
		padding: 23px 15px 18px;
	}

}

#homeBody #mrpNav .homeNav a.nav-link, 
#aboutBody #mrpNav .aboutNav a.nav-link, 
.newsBody #mrpNav .newsNav a.nav-link, 
#contactBody #mrpNav .contactNav a.nav-link,
#staffBody #mrpNav .parentNav a.nav-link,
#visionBody #mrpNav .vcNav a.nav-link,
#surgicalBody #mrpNav .surgicalNav a.nav-link,
#understandingBody #mrpNav .understandNav a.nav-link,
#opticalBody #mrpNav .opticalShopNav a.nav-link,
#eyeBody #mrpNav .eyeNav a.nav-link,
#insurancesBody #mrpNav .insurancesNav a.nav-link,
#sponsorBody #mrpNav .affiliatesNav a.nav-link {
	background: #f5f5f5;
	color: #000000;
}

#mrpNav a.nav-link:hover {
	background: #f5f5f5;
	color: #000000;
}


.mrpNav > ul > li a {
	color: #000000;
	transition: color .15s ease-in-out;
}

.mrpNav ul li > a:hover,
.mrpNav a:focus {
	color: #f5f5f5;
}

.mrpNav .dropdown-menu {
	border-radius: 0;
	margin-top: 0;
}

@media (max-width: 992px) {
	.mrpNav .dropdown-menu {
		border: 0;
	}
}

@media (min-width: 992px) {
	.mrpNav .dropdown-menu {
		border-radius: 0 0 4px 4px;
		border-top: none;
		margin-top: 0;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	}
}


/* Footer */
.devFooter {
	margin-top: 30px;
}

#footerWrapper {
	/*background: url("//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/10355/v2/img/footer.jpg");
	background-position: center center;
	background-size: cover;*/
	
	background-color: #0d0d0d;
	color: #f5f5f5;
	padding: 50px 0 20px;
	margin-top: 0;
}

body:not(#homeBody) #footerWrapper {
	margin-top: 50px;
}

#footerWrapper .contactFeedWrap,
#footerWrapper .contactFeedWrap a {
	color: #f5f5f5;
}

#footerWrapper .contactFeedWrap a:hover {
	color: #FFFFFF;
}

#footerWrapper .contactFeedWrap h2,
#footerWrapper .contactFeedWrap li.contactName {
	display: none;
}

#footerWrapper .contactFeedWrap ul {
	font-family: 'Anek Devanagari', sans-serif !important;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	text-transform: none;
	
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}

#footerWrapper #footerFeedLg .contactFeedWrap ul {
	margin-bottom: 0;
}

#footerWrapper .contactFeedWrap li.contactEmail {
	display: none;
}

#footerWrapper .contactFeedWrap .addLine1,
#footerWrapper .contactFeedWrap .addLoc,
#footerWrapper .contactFeedWrap .contactPhone {
	font-size: 15px;
	line-height: 22px;
}



#socialLinks {
	display: inline-block;
	margin-bottom: 30px;
}

/*#footerFeedLg .contactName,
#footerFeedLg .addLine1,
#footerFeedLg .addLoc {
	display: none;
}

#footerFeedSm .contactPhone {display: none;}*/


/* Layout - Content Top */
body:not(#homeBody) #contentTop,
body:not(#homeBody) #contentTop2 {
	display: none;	
}

#contentTop {
	/*background-color: #121FB1;*/
}

#contentTop h2 {
	font-size: 42px;
	line-height: 42px;
	letter-spacing: 0;
	color: #fff;
	/*text-transform: uppercase !important;*/
	/*font-style: italic;*/
	font-weight: 400;
	text-shadow: 0 0 50px rgba(0,0,0,1);
}

@media (max-width: 1199px) {
	#contentTop h2 {
		font-size: 40px;
		line-height: 30px;
	}
}

#contentTop .card {
	overflow: hidden;
}

@media (min-width: 576px) {
	#contentTop .card-deck .card {
		margin-right: 0;
		margin-left: 0;
	}
}

#contentTop .card-img {
	border-radius: 0;
}

#contentTop .card-img {
	transition: all .15s ease-in-out;
	/*filter: grayscale();*/
}

#contentTop a:hover .card-img {
	transform: scale(1.1);
}

#contentTop .card-img-overlay {
	background-color: rgba(0,0,0,.35);
	transition: all .15s ease-in-out;
}

#contentTop .card-img-overlay:hover {
	background-color: rgba(0,0,0,.70);
}

#contentTop span.arrow {
	/*background-color: #fff;
	position: absolute;*/
	bottom: 0;
	right: 0;
	border-radius: 0;
	color: #fff;
	padding: 20px 25px;
}

.card,
.card-img,
.card-img-bottom {
	border-radius: 0;
}

.card-img-overlay {
	padding: 15px;
}

.card-img-overlay .btn {
	margin: 0;
}

.bg-primary {
	background-color: # !important;
}


/* THIS WEBSITE ONLY */
#servicesBody .quickGalWrap_left {
	float: left;
	margin: 0 20px 20px 0;
}

#servicesBody .paraWrap {
	margin-bottom: 30px;
}

@media (max-width: 576px) {
	#servicesBody .quickGalWrap_left {
		float: none;
		margin-right: 0;
	}
	#servicesBody .quickGalWrap_left img {
		width: 100%;
	}
}

.galleryThumbs .thumbWrap {
	padding: 2px;
}

@media (max-width: 576px) {
	.galleryThumbs .thumbWrap {
		width: 33%;
	}
	
	.elementWrap.elementGallery .galleryThumbs .thumbWrap {
		width: 33%;
	}
}

#mainContent_mapWrap {
	margin-bottom: 30px;
}

#contactBody iframe {
	width: 100%;
}


/* Layout - Events */
#eventsBody .mrp_singleEventWrap img {
	width: 100%;
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	#eventsBody .mrp_eventsWrap .table {
		width: 100%;
	}
	#eventsBody .mrp_eventsWrap .table tr {
		display: block;
		margin-bottom: 30px;
	}
	#eventsBody .mrp_eventsWrap .table td {
		display: block;
		border: none;
		padding: 5px 0;
	}
	#eventsBody .mrp_eventsWrap .table .mrp_linkCol {
		padding-top: 10px;
	}
	#eventsBody .mrp_eventsWrap .table td.mrp_picCol img {
		width: 100%;
	}
}

@media (min-width: 576px) {
	#eventsBody .mrp_eventsWrap .table .mrp_picCol {
		width: 140px;
	}
	#eventsBody .mrp_eventsWrap .table .mrp_linkCol {
		text-align: right;
	}
}


/* Testimonials */
#testiBody .navLinkWrap,
#testiBody .hide {
	display: none;
}

#testiBody .contentSubWrap {
	border-left: 4px solid #ebebeb;
	padding: 20px 0 20px 20px;
	margin-bottom: 40px;
}

#testiBody .contentSubWrap p {
	font-style: italic;
}

#testiBody .contentSubWrap h3 {
	text-align: right;
	font-size: 15px;
}


/* Layout - Headlines */
/*body:not(#homeBody) #mainTop {
	display: none;	
}

#mainTop {
	margin: 30px 0;
}

#mainTop .headlinePic img {
	height: 100%;
	width: 100%;
	position: relative;
}

@media (min-width: 576px) {
	#mainTop .headlinePic img {
	}
}

@media (min-width: 768px) {
	#mainTop .headlinePic img {
	}
}

#mainTop #headlineWrap {
	position: relative;
	margin: 0 auto;
}

#mainTop #headlineNav {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 15px;
	width: 100%;
	text-align: center;
}

@media (max-width: 767px) {
	#mainTop #headlineNav {
	}
}

@media (min-width: 768px) {
	#mainTop #headlineNav {
	}
}

#mainTop #headlineNav ul {padding: 0; margin: 0;}

#mainTop #headlineNav li {
	position: relative;
	display: inline-block;
	margin: 0 2px;
	width: 30px;
	height: 12px;
	font-size: 1px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	
	background: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 7px;
	
	transition: color .15s ease-in-out, 
		background-color .15s ease-in-out, 
		border-color .15s ease-in-out, 
		box-shadow .15s ease-in-out;
}

#mainTop #headlineNav li:hover, 
#mainTop #headlineNav li.active {
	background: rgba(255,255,255,.8);
}

#mainTop .headlineContent {
	position: absolute;
	overflow: hidden;
}

#mainTop .headlinePic {
}

@media (min-width: 576px) {
	#mainTop .headlinePic {
	}
}

@media (min-width: 768px) {
	#mainTop .headlinePic {
	}
}

#mainTop .headlineText {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 25px;
	color: #fff;
	
	text-align: center;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
}

@media (min-width: 576px) {
	#mainTop .headlineText {
	}
}

@media (min-width: 768px) {
	#mainTop .headlineText {
	}
}

#mainTop #headlineWrap h4 {
	font-weight: 400;
	text-transform: none !important;
	font-size: 32px;
	line-height: 34px;
}

#mainTop #headlineWrap h4 a {color: #fff;}
#mainTop .headlineText p {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
}*/

.headlinePic img {
	width: 100%;
	display: block;
	/*filter: grayscale();*/
	opacity: .5;
}

#headlineWrap {
	position: relative;
	
	background-color: #000;
}

#headlineNav {
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 20px;
	text-align: center;
	width: 100%;
}

@media (max-width: 991px) {
	#headlineNav {
		bottom: 20px;
	}
}

#headlineNav ul {
	padding: 0;
	margin: 0;
}

#headlineNav li {
	position: relative;
	display: inline-block;
	margin: 0 4px;
	width: 36px;
	height: 12px;
	font-size: 1px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
	
	background: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 7px;
	
	transition: color .15s ease-in-out, 
		background-color .15s ease-in-out, 
		border-color .15s ease-in-out, 
		box-shadow .15s ease-in-out;
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
}

#headlineNav li:hover, 
#headlineNav li.active {
	background: rgba(255,255,255,.8);
}

.headlineContent {
	position: absolute;
	width: 100%;
}

.headlineText {
	position: absolute;
	right: 25%;
	bottom: 35%;
	width: 50%;
	color: #fff;
	text-align: center;
}

@media (max-width: 991px) {
	.headlineText {
		right: 10%;
		width: 80%;
	}
}

.headlineText h4 {
	font-size: 50px;
	line-height: 52px;
	
	font-weight: 400;
	text-transform: none;
}

@media (max-width: 575px) {
	.headlineText h4 {
		font-size: 19px;
		line-height: 21px;
	}
}

.headlineText p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 26px;
	text-transform: none;
	margin: 0;
}

@media (max-width: 991px) {
	.headlineText p {
		font-size: 12px;
		line-height: 18px;
	}
}

.headlineText h4 a,
.headlineText h4 a:hover {color: #fff;}



/* Header - Contact Feed */
#headerWrap .contactFeedWrap,
#headerWrap .contactFeedWrap a {
	color: #fff;
}

#headerWrap .contactFeedWrap h2,
#headerWrap .contactFeedWrap .contactName {
	display: none;
}

#headerWrap .contactFeedWrap ul {
	font-family: 'Anek Devanagari', sans-serif !important;
	font-weight: 700;
	text-transform: uppercase;
	
	list-style: none;
	padding: 0;
	margin: 15px 0;
}

#headerWrap #contactLeft .contactFeedWrap .addLine1,
#headerWrap #contactLeft .contactFeedWrap .addLoc,
#headerWrap #contactLeft .contactFeedWrap .contactEmail {
	display: none;
}

#headerWrap #contactRight .contactFeedWrap .contactPhone,
#headerWrap #contactRight .contactFeedWrap .contactEmail {
	display: none;
}

#headerWrap #contactLeft .contactFeedWrap .contactPhone {
	font-size: 24px;
	line-height: 28px;
}

@media (max-width: 575px) {
	#headerWrap #contactLeft .contactFeedWrap .contactPhone {
		font-size: 30px;
		line-height: 32px;
	}
}

#headerWrap #contactRight .contactFeedWrap .addLine1,
#headerWrap #contactRight .contactFeedWrap .addLoc {
	font-size: 14px;
	line-height: 18px;
}

@media (max-width: 575px) {
	#headerWrap #contactRight {
		display: none;
	}
}



/* THIS WEBSITE ONLY */
/*.pageMenu {display: none;}*/

.btn,
.btnGeneral,
.btnSend,
.addCart,
.moreDetails,
.shopCheckout,
.btnProcess,
.shopPromo,
.btnSignIn,
.btnContinue {
	border-radius: 0;
	padding: 12px 25px;
}

#mrpNav .btn {margin: 0;}

.mrp_singleVideoWrap {margin: 15px auto;}
hr {border-top: 1px solid rgba(0,0,0,.2);}


.sponsorsWrap .singleAdWrap {
	width: initial;
	margin-bottom: initial;
}




.pageInfoWrap .quickGalWrap_left {
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.pageInfoWrap .quickGalWrap_left {
		float: left;
		display: inline-block;
		margin-right: 20px;
	}
}

.pageInfoWrap h3::after {
	border-bottom: none;
	display: none;
}

.pageInfoWrap {
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	.pageInfoWrap {
		margin-bottom: 35px;
	}
}


/* Page Menu */
.pageMenu .nav {
	background: #f5f5f5;
}

.pageMenu .nav-link {
	text-transform: uppercase;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
	padding: 15px 5px;
	border-radius: 0;
	color: #;
	border-bottom: 2px solid #fff;
}

.pageMenu .nav-link:focus, 
.pageMenu .nav-link:hover {
	background: #e1e1e1;
}

@media (max-width: 576px) {
	.pageMenu .nav-item {width: 100%;}
}

.pageMenu .nav-pills .nav-link.active, 
.pageMenu .nav-pills .show>.nav-link {
	background-color: #0088cc;
}
