<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================== Structure =====================*/
	body { font-family: 'Open Sans', sans-serif; font-size: 1.25rem; line-height: 1.4; color: #333; }
	.transition { -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; transition-duration: 0.6s; }
	a.phonelink, a.phonelink:hover, a.phonelink:focus { cursor: default; text-decoration: underline; }
	@media (max-width: 1024px) {
		a.phonelink { text-decoration: underline !important; }
	}
	.table tr { text-align: left !important; }
/*================== Structure End =====================*/

/*================== Back to top =====================*/ 
	#back-to-top { position: fixed; bottom: 175px; right: 5px; z-index: 1000; }
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { #back-to-top { right: 20px; } }
	#back-to-top a { 
		color: #FFF; text-align: center; line-height: 33px; text-decoration: none; display: block; height: 2.25rem; width: 2.25rem; font-size: 1.25rem; border-radius: 100%;
		-webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; transition-duration: 0.6s; 
		-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.6); -moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.6); box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.6);
		background: rgba(56,87,181,0.8);
		background: -moz-linear-gradient(left, rgba(56,87,181,0.8) 0%, rgba(63,107,202,0.8) 49%, rgba(43,114,202,0.8) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(56,87,181,0.8)), color-stop(49%, rgba(63,107,202,0.8)), color-stop(100%, rgba(43,114,202,0.8)));
		background: -webkit-linear-gradient(left, rgba(56,87,181,0.8) 0%, rgba(63,107,202,0.8) 49%, rgba(43,114,202,0.8) 100%);
		background: -o-linear-gradient(left, rgba(56,87,181,0.8) 0%, rgba(63,107,202,0.8) 49%, rgba(43,114,202,0.8) 100%);
		background: -ms-linear-gradient(left, rgba(56,87,181,0.8) 0%, rgba(63,107,202,0.8) 49%, rgba(43,114,202,0.8) 100%);
		background: linear-gradient(to right, rgba(56,87,181,0.8) 0%, rgba(63,107,202,0.8) 49%, rgba(43,114,202,0.8) 100%);
	}
	#back-to-top a:hover { background-color: #000; }
/*================== Back to top End =====================*/ 

/*================== Headings =====================*/
	.page-title { font-size: 2rem; font-weight: 400; line-height: 1.2; color: #19398a; margin-top: 0; margin-bottom: 1.9rem; padding-bottom: 1.4rem; position: relative; }
	.page-title:after, .title-after:after { background: url(../retina-images/title-after.png) no-repeat center; content: ""; width: 40px; height: 9px; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; }
	.footer-title { font-size: 1.625rem; font-weight: 400; line-height: 1.4; color: #fff; letter-spacing: 0.1rem; margin-top: 0; margin-bottom: 1.2rem; }
	.sub-title { font-size: 1.62rem; line-height: 1.2; color: #19398a; letter-spacing: 0.5px; padding-bottom: 1rem; }
	.title-after { position: relative; padding-bottom: 1.4rem;  margin-bottom: 1.9rem; }
	.title-small { font-weight: 600; color: #19398a; padding-bottom: 1rem; }
/*================== Headings End =====================*/

/*================== Page Header =====================*/
	.page-header { 
		background: #dfdfdf; padding-bottom: 1.5rem;
		background: -moz-linear-gradient(top, #dfdfdf 0%, #ffffff 21%, #ffffff 59%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, #dfdfdf), color-stop(21%, #ffffff), color-stop(59%, #ffffff));
		background: -webkit-linear-gradient(top, #dfdfdf 0%, #ffffff 21%, #ffffff 59%);
		background: -o-linear-gradient(top, #dfdfdf 0%, #ffffff 21%, #ffffff 59%);
		background: -ms-linear-gradient(top, #dfdfdf 0%, #ffffff 21%, #ffffff 59%);
		background: linear-gradient(to bottom, #dfdfdf 0%, #ffffff 21%, #ffffff 59%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#ffffff', GradientType=0 ); 
	}
	.top-btns a { 
		display: inline-block; vertical-align: top; color: #fff; text-decoration: none; width: 2.7rem; height: 1.8rem; line-height: 1.8rem; text-align: center; font-size: 1rem; border-radius: 0 0 0.625rem 0.625rem; 
		-webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; transition-duration: 0.6s;
		background: #19398a; background: -moz-linear-gradient(45deg, #19398a 0%, #4168ca 50%, #007cc3 100%);
		background: -webkit-gradient(left bottom, right top, color-stop(0%, #19398a), color-stop(50%, #4168ca), color-stop(100%, #007cc3));
		background: -webkit-linear-gradient(45deg, #19398a 0%, #4168ca 50%, #007cc3 100%);
		background: -o-linear-gradient(45deg, #19398a 0%, #4168ca 50%, #007cc3 100%);
		background: -ms-linear-gradient(45deg, #19398a 0%, #4168ca 50%, #007cc3 100%);
		background: linear-gradient(45deg, #19398a 0%, #4168ca 50%, #007cc3 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19398a', endColorstr='#007cc3', GradientType=1 );
	}
	.top-btns .fa-envelope { position: relative; top: -0.1rem; font-size: 0.875rem; }
	.page-header.fixed-top { padding-bottom: 1rem; }
	.navbar-logo { display: inline-block; max-width: 100%; margin-top: 0; }
	.fixed-top .navbar-logo { max-width: 45%; margin-top: -1rem; }
	.fixed-top .header-logo { max-width: 80px; }
	.fixed-top .navbar-logo img, .fixed-top .header-logo img { width: 100%; }
	.fixed-top { -webkit-animation-name: topheader; -moz-animation-name: topheader; animation-name: topheader; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; animation-duration: 1s; -webkit-box-shadow: 0px 0px 20px 0px rgba(170,170,170,0.4); -moz-box-shadow: 0px 0px 20px 0px rgba(170,170,170,0.4); box-shadow: 0px 0px 20px 0px rgba(170,170,170,0.4); }
	@-webkit-keyframes topheader {
	    from { top: -45%;}
	    to { top: 0%; }
	}
	@-moz-keyframes topheader {
	    from { top: -45%;}
	    to { top: 0%; }
	}
	@keyframes topheader {
	    from { top: -45%;}
	    to { top: 0%; }
	}
/*================== Page Header End =====================*/

/*================== Navigation =====================*/
	.nav-col { margin-bottom: -1rem; }
	.fixed-top .nav-col { margin-bottom: -0.8rem; }
	.nav-link { position: relative; }
	.nav-link:before { content: ""; width: 0%; height: 0.19rem; margin: 0 auto; position: absolute; left: 0; right: 0; top: 0; background-color: #007dc3; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; transition-duration: 0.6s; }
	.active .nav-link:before, .open .nav-link:before, .nav-link:hover:before, .nav-link:focus:before { width: 100%; }
	.nav-item .dropdown-item { text-transform: uppercase; }
	.navbar-toggler { width: 25px; height: 21px; padding: 0; outline: none !important; }
	.navbar-toggler .i-line { width: 100%; height: 3px; background-color: #007dc3; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; }
	.navbar-toggler .i-line.top { top: 0; }
	.navbar-toggler .i-line.middle { top: 50%; margin-top: -1.5px; }
	.navbar-toggler .i-line.bottom { bottom: 0; }
	.closed .i-line.middle { width: 0; opacity: 0; }
	.closed .i-line.top { top: 9px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
	.closed .i-line.bottom { bottom: 7px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }
	.sub-dropdown { position: relative; }
	.sub-dropdown &gt; a { padding-right: 1.8rem; }
	.sub-dropdown &gt; a:before { content: url(../retina-images/nav-arrow-right-white.png); font-size: 18px; color: #fff; position: absolute; right: 10px; top: 3px; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; transition-duration: 0.6s; }
	.dropdown-menu li .dropdown-menu { left: 100%; top: 0; background-color: #007dc3; }
	.sub-dropdown .dropdown-menu .dropdown-item:focus, .sub-dropdown .dropdown-menu .dropdown-item:hover, .sub-dropdown .dropdown-menu .navbar-nav .open &gt; a, .sub-dropdown .dropdown-menu .navbar-nav .open &gt; a:hover, .sub-dropdown .dropdown-menu .navbar-nav .open &gt; a:focus { color: #333; }
	@media (min-width: 992px) and (max-width: 1430px) {
		.dropdown-menu { min-width: 12rem; }
		.dropdown-item { white-space: normal; }
	}
	@media (max-width: 991px) {
		.page-header { background: no-repeat; }
		.header-inner { position: relative; z-index: 1001; background: #dfdfdf;
			background: -moz-linear-gradient(top, #dfdfdf 0%, #ffffff 21%, #ffffff 59%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, #dfdfdf), color-stop(21%, #ffffff), color-stop(59%, #ffffff));
			background: -webkit-linear-gradient(top, #dfdfdf 0%, #ffffff 21%, #ffffff 59%);
			background: -o-linear-gradient(top, #dfdfdf 0%, #ffffff 21%, #ffffff 59%);
			background: -ms-linear-gradient(top, #dfdfdf 0%, #ffffff 21%, #ffffff 59%);
			background: linear-gradient(to bottom, #dfdfdf 0%, #ffffff 21%, #ffffff 59%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#ffffff', GradientType=0 ); 
		}
		.fixed-top { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
		.page-header.fixed-top { padding-bottom: 0rem; }
		.page-header.fixed-top .header-inner { padding-bottom: 1rem; -webkit-box-shadow: 0px 0px 20px 0px rgba(170,170,170,0.4); -moz-box-shadow: 0px 0px 20px 0px rgba(170,170,170,0.4); box-shadow: 0px 0px 20px 0px rgba(170,170,170,0.4); }
		.navbar { display: block; position: fixed; width: 100%; height: 100%; left: -360px; top: 0; padding-bottom: 3rem; max-width: 360px; overflow-y: auto; background-color: rgba(255,255,255,0.95); z-index: 100; }
		.navbar-collapse { display: block !important; height: 100% !important; margin-top:55px;}
		.nav-col { margin: 0 !important; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
		.nav-item { width: 100%; }
		.nav-link:before { display: none; }
		.navbar-nav .nav-item .nav-link { border-bottom: #ddd 1px solid; position: relative; }
		.navbar-nav .active .nav-link, .navbar-nav .show .nav-link { border-color: #007dc3; color: #007dc3 !important; }
		.navbar-nav .dropdown .nav-link:after { content: url(../retina-images/nav-arrow-right.png) ; position: absolute; right: 0; top: 8px; font-size: 1.2rem; color: #999; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; transition-duration: 0.6s; }
		.navbar-nav .show .nav-link:after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg); }
		.nav-item &gt; .dropdown-menu { border-radius: 0 0 0.25rem 0.25rem; border: none; }
		.dropdown-item { white-space: normal; }
		.sub-dropdown &gt; a:before { right: 0.7rem; }
		.sub-dropdown.show &gt; a:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg); }
		.sub-dropdown .dropdown-menu { background-color: rgba(255,255,255,0.2); border-radius: 0; border: none; padding: 0.3rem 0; }
		.sub-dropdown .dropdown-menu .dropdown-item { font-size: 0.8rem; }
	}
/*================== Navigation End =====================*/

/*================== Footer =====================*/
	.page-footer { background: url(../retina-images/footer-bg.jpg) no-repeat center top; background-size: cover; font-size: 0.875rem; color: #adbbdc; }
	.page-footer a { color: #adbbdc; text-decoration: none; }
	.page-footer a:hover, .page-footer a:focus { color: #fff; text-decoration: none; }
	.page-footer a.phonelink:hover, .page-footer a.phonelink:focus { color: inherit; }
	.footer-links { margin: 0; padding: 0; list-style: none; }
	.footer-links li + li { margin-top: 1rem; }
	.footer-address { background-color: #14192d; line-height: 1.7rem; }
	.footer-map { background: url(../retina-images/footer-map.jpg) no-repeat center; min-height: 10rem; }
	.footer-map a { left: 0; top: 0; }
	.copyright-main { background-color: #14192d; color: #adbbdc; font-family: Verdana, Geneva, sans-serif; font-size: 0.625rem; line-height: 1.6; }
	.copyright-main a { color: #adbbdc; text-decoration: underline; }
	.copyright-main a:hover, .copyright-main a:focus { color: #adbbdc; text-decoration: none; }
/*================== Footer End =====================*/

/*================== Social Links =====================*/
	.social-icons { list-style: none; margin: 0; padding: 0; }
	.social-icons a { display: inline-block; text-decoration: none; padding: 0rem 0.2rem; -webkit-transition-duration: 0.6s; transition-duration: 0.6s; }
	.social-icons .fa { font-size: 1.2rem; }
	.social-icons a.fb { color: #3b5998; }
	.social-icons a.tw { color: #00aced; }
	.social-icons a.youtube { color: #bb0000; }
	
	.social-icons a.rss { color: #fb8f3d; }
	.social-icons a:hover { color: #fff; }
/*================== Social Links End =====================*/

/*================== Banner =====================*/
	.banner-slider .owl-dots { position: absolute; left: 0; right: 0; bottom: 1.5rem; text-align: center; }
	.banner-slider .owl-dots .owl-dot { background-color: #fff; }
	.bn-content { left: 0; right: 0; bottom: 14%; }
	.bn-title { font-family: 'Montserrat', sans-serif; font-weight: 200; font-size: 3.88rem; }
/*================== Banner End =====================*/

/*================== Box and Thumbnail =====================*/
	.box-shadow { -webkit-box-shadow: 0 0 1rem 0 rgba(0,0,0,0.18); -moz-box-shadow: 0 0 1rem 0 rgba(0,0,0,0.18); box-shadow: 0 0 1rem 0 rgba(0,0,0,0.18); }
	.box-thumb a { color: inherit; text-decoration: none; }
	.box-thumb .title { font-size: 1.44rem; padding-top: 0.5rem; padding-bottom: 0.3rem; }
	.box-thumb .overlay { left: 0; right: 0; top: 0; opacity: 0; filter: alpha(opacity=0); }
	.box-thumb .fa-link { width: 2.8rem; height: 2.8rem; font-size: 1.5rem; line-height: 2.8rem; left: 0; right: 0; bottom: 40%; margin: 0 auto -1.4rem; opacity: 0; filter: alpha(opacity=0); }
	.box-thumb:hover .fa-link {  }
	.video-thumb { display: block; text-decoration: none; position: relative; }
	.video-thumb:before { 
		position: absolute; left: 1rem; top: 1rem; padding: 5.3%; border-radius: 100%; 
		-webkit-box-shadow: 0 0 0 0.41rem rgba(242,250,255,0.8); -moz-box-shadow: 0 0 0 0.41rem rgba(242,250,255,0.8); box-shadow: 0 0 0 0.41rem rgba(242,250,255,0.8);
		font-size: 1.125rem; line-height: 0.8; color: #fff; background: rgba(56,87,181,0.8);
		background: -moz-linear-gradient(left, rgba(56,87,181,0.8) 0%, rgba(63,107,202,0.8) 49%, rgba(43,114,202,0.8) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(56,87,181,0.8)), color-stop(49%, rgba(63,107,202,0.8)), color-stop(100%, rgba(43,114,202,0.8)));
		background: -webkit-linear-gradient(left, rgba(56,87,181,0.8) 0%, rgba(63,107,202,0.8) 49%, rgba(43,114,202,0.8) 100%);
		background: -o-linear-gradient(left, rgba(56,87,181,0.8) 0%, rgba(63,107,202,0.8) 49%, rgba(43,114,202,0.8) 100%);
		background: -ms-linear-gradient(left, rgba(56,87,181,0.8) 0%, rgba(63,107,202,0.8) 49%, rgba(43,114,202,0.8) 100%);
		background: linear-gradient(to right, rgba(56,87,181,0.8) 0%, rgba(63,107,202,0.8) 49%, rgba(43,114,202,0.8) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3857b5', endColorstr='#2b72ca', GradientType=1 );
	}
	.hot-thumb { display: block; text-decoration: none; color: #333; }
	.hot-thumb:hover, .hot-thumb:focus { text-decoration: none; color: #333; }
	.hot-thumb small { display: block; }
	.hot-img { background-size: cover; background-repeat: no-repeat; background-position: center top; }
	.hot-img .overlaytext { font-weight: 300; font-size: 1.375rem; line-height: 1; color: #fff; letter-spacing: 0.5px; position: absolute; left: 0; right: 0; bottom: 10%; margin-bottom: 0; }
	.hot-img .overlaytext b { font-weight: 700; }
	.embed-medivision { margin-left: auto; margin-right: auto; }
	.embed-medivision iframe { width: 400px; height: 230px; }
	@media (max-width: 767px) {
	    .embed-medivision { max-width: 280px; max-height: 170px; -webkit-transform: scale(0.70); transform: scale(0.70); -webkit-transform-origin: 0px 0px; transform-origin: 0px 0px; }
	}
/*================== Box and Thumbnail End =====================*/

/*================== Form =====================*/
	@media (min-width: 576px) {
		.form-lg { font-size: 1.1rem; }
		.form-lg .form-control { padding: 0.444rem 0.7rem; }
		.form-lg .form-group { margin-bottom: 1.5rem; }
	}
	.form-sm { font-size: 0.875rem; }
	.form-sm .form-group { margin-bottom: 0.6rem; }
	.form-sm .form-control[required] { font-weight: bold; }
	.form-sm textarea { height: 9.11rem; }
	.form-control { font-size: inherit; padding: 0.6rem 0.7rem; border-radius: 0.5rem; border-color: #b5b7b8; background-color: transparent; }
	.form-control[required]:focus { color: #495057; background-color: #fff; border-color: #ff0600; outline: 0; box-shadow: 0 0 0 0.2rem rgba(255, 30, 0, 0.25); }
	.captcha-sm { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); transform: scale(0.8); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; transform-origin: 0 0; }
	.emailform textarea { height: 141px; }
/*================== Form End =====================*/

/*================== Button =====================*/
	.btn-primary {
		background: #19398a; background: -moz-linear-gradient(45deg, #19398a 0%, #4168ca 50%, #007cc3 100%);
		background: -webkit-gradient(left bottom, right top, color-stop(0%, #19398a), color-stop(50%, #4168ca), color-stop(100%, #007cc3));
		background: -webkit-linear-gradient(45deg, #19398a 0%, #4168ca 50%, #007cc3 100%);
		background: -o-linear-gradient(45deg, #19398a 0%, #4168ca 50%, #007cc3 100%);
		background: -ms-linear-gradient(45deg, #19398a 0%, #4168ca 50%, #007cc3 100%);
		background: linear-gradient(45deg, #19398a 0%, #4168ca 50%, #007cc3 100%);
	}
	.btn { position: relative; overflow: hidden; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); border: none; }
	.btn:after { content: ""; width: 0%; height: 100%; position: absolute; right: 0; left: 0; top: 0; margin: 0 auto; z-index: -1; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; opacity: 0; filter: alpha(opacity=0); }
	.btn-primary:after { background-color: #19398a; }
	.btn-light:after { background-color: #bbb; }
	.btn:hover:after, .btn:focus:after, .btn.focus:after { width: 100%; opacity: 1; filter: alpha(opacity=100); }
	.btn .fa { font-size: 1.4rem; position: relative; bottom: -1px; }
	.b-group .btn + .btn { margin-left: 0.4rem; }
/*================== Button End =====================*/

/*================== Google Map =====================*/
	.contacts-map { position: relative; }
	.map-logo { max-height: 80px; margin: 0 auto; }
	.map-address-box { position: absolute; right: 2rem; top: 2rem; z-index: 1; width: 300px; height: 300px; padding: 2rem 1rem; background: rgba(0,125,195,0.5); color: #fff; font-size: 0.9rem; line-height: 1.4; text-align: center; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
	.map-address-box a.phonelink { color: #fff; }
	.direction-btn .fa { font-size: 1rem; position: relative; top: -1px; }
	#map { width: 100%; height: 500px; overflow: hidden; }
	.map-directions-tag { position: absolute; top: 2.4rem; right: 1rem; z-index: 1000; width: 5.5rem; height: 5.5rem; background: rgba(0,125,195,0.5); color: #fff; text-align: center; font-size: 0.7rem; line-height: 1.2; font-weight: 700; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
	.map-directions-tag span { width: 100%; left: 0; position: absolute; top: 50%; padding: 0 10px; margin-top: -1.6rem; }
	.map-directions-tag:before { background: url(../retina-images/icon-directions-1.png) no-repeat; width: 2rem; height: 2rem; content: ''; position: absolute; top: 0; right: 0; }
	@media (max-width: 767px) {
	    #map { height: 350px; }
	}
/*================== Google Map End =====================*/

/*================== Modal Gallery =====================*/
	#modalGallery { color: #fff; text-align: center; }
	#modalGallery .modal-header { top: -2rem; }
	#modalGallery .modal-footer { bottom: -2rem; }
	#modalGallery .results, #modalGallery .results1 { font-size: 1rem; }
	.gallery-thumb a { height: 150px; overflow: hidden; cursor: pointer; position: relative; display: block; text-decoration: none; }
	.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
	@media (min-width: 768px) {
	    .gallery-thumb a:before { opacity: 0; filter: alpha(opacity=0); background-color: #007dc3; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; -webkit-transition-duration: 0.6s; transition-duration: 0.6s; }
	    .gallery-thumb a:hover:before { opacity: 0.8; filter: alpha(opacity=80); }
	    .gallery-thumb .fa { background-color: #fff; border-radius: 100%; line-height: 40px; margin: 0 auto -20px; width: 40px; height: 40px; bottom: -100%; position: absolute; left: 0; right: 0; -webkit-transition-duration: 0.6s; transition-duration: 0.6s; }
	    .gallery-thumb a:hover .fa { bottom: 50%; }
	}
	@media (max-width: 767px) {
	    .gallery-thumb a { height: 120px; }
	}
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	    .gallery-thumb a { height: 110px; }
	    .gallery-thumb img { height: auto; }
	}
	.modal.show .modal-dialog { max-width: inherit; display: inline-block; }
	.case-thumb a { height: auto; }
	.case-thumb img { width: inherit; height: inherit; }
	.btn-close, .btn-close:hover, .btn-close:focus, .btn-close:active { background-color: transparent; color: #fff; font-size: 1rem; padding: 0; outline: none; box-shadow: none; }
	.btn-close .fa { font-size: 1rem; }
/*================== Modal Gallery End =====================*/

/*================== Inner page style =====================*/
	.section-up { margin-top: -12rem; }
	.slider-reviews { line-height: 1.5; }
	.review-author { font-size: 1.44rem; }
	.rating-stars { font-size: 1.4rem; letter-spacing: -1px; }
	.review-body { margin-bottom: -1rem; }
	.fa-quote-left, .fa-quote-right { font-size: 1.375rem; }
	.breadcrumb, .breadcrumb h2 { font-size: 0.9rem; }
	.breadcrumb a { color: inherit; text-decoration: none; }
	.breadcrumb a:hover { color: #007dc3; }
	.breadcrumb .breadcrumb-item.active a:hover { color: inherit; }
	.treatment-thumb .hot-img img { object-fit: cover; width: 100% !important; height: 100% !important; }
	.treatment-list { list-style: none; margin: 0 auto; padding: 0 15px; text-align: left; display: inline-block; }
	.treatment-list li { position: relative; font-size: 1rem; letter-spacing: 0.5px; padding-left: 1rem; white-space: normal; line-height: 1.4; }
	.treatment-list li:before { content: ''; width: 5px; height: 9px; position: absolute; left: 0; top: 0.4rem; background: url(../retina-images/list-arrow-light.png) no-repeat; }
	.treatment-list li a { color: #fff; text-decoration: none; }
	.treatment-list li a:hover { color: #adbbdc; }
	.treatment-list li + li { margin-top: 0.8rem; }
	.list-group { list-style: none; margin-bottom: 1rem; }
	.list-group li { position: relative; padding-left: 20px; }
	.list-group li + li { margin-top: 1rem; }
	.list-group li:before { position: absolute; left: 0; top: 0.6rem; }
	ul.list-group li:before { content: ''; width: 0.5rem; height: 0.5rem; border-radius: 50%; background-color: #007dc3; }
	ol.list-group { counter-reset: item; }
	ol.list-group li:before { content: counter(item) " "; counter-increment: item; color: #007dc3; top: 0; }
	.page-section .phonelink { color: inherit; }
	.cont-box table { width: 100%;}
	.cont-box table tr td { padding: 0.2rem; }
	.less-margin { margin-bottom: 0.7rem; }
	.case-label { background-color: rgba(0,6,20,0.2); font-size: 0.77rem; font-weight: 600; line-height: 1; letter-spacing: 0.1rem; left: 0; right: 0; bottom: 0; padding: 0.4rem; }
	.case-img { width: 100%; }
	.anchorlink { position: relative; z-index: -1; }
	.embed-page iframe { border:none; margin-bottom:1rem; height:600px;}
	.az_tds.btn.btn-primary { padding: 0.61rem 1.5rem !important;}
	td.az_tds {  padding: 0.75rem 0;}
	select.az_tds.a-z-dictionary { font-size: inherit; padding: 0.4rem 0.7rem; margin-right:1rem; border-radius: 0.5rem; border-color: #b5b7b8; background-color: transparent; vertical-align:bottom; }
	.atozlist { margin: 0 0 0 -5px; padding: 0; list-style: none; }
	.atozlist li { display: inline-block; width: 35px; height: 30px; margin-bottom: 5px; margin-left: 5px; }
	.atozlist li a { display: block; padding: 4px 6px; border: #ccc 1px solid; text-align: center; text-decoration: none !important; border-radius: 8px; }
/*================== Inner page style End =====================*/

/*================== Color style =====================*/
	.bg-light-gray { background-color: #f5f6f8; }
/*================== Color style =====================*/
.send-a-selfie textarea { height: 141px; width: 100%; padding: 5px 10px; border-radius: 10px; }
.btn.btn-primary.btn-upload { border-radius: 0px 10px 10px 0px; padding: 0.6rem 1.5rem; }
.upload-input { border-radius: 10px 0px 0px 10px; border: 1px solid #b5b7b8; width:61.5%; }
.iframe-box iframe { border:none; }
.fileuploadhide { position: absolute; top: 0; left: 0; opacity: 0; filter: alpha(opacity=0); cursor: pointer; width: 100%; height: 38px; }

.dictionary-strip { background: #f5f6f8; /* margin: 0 1rem; */ border-radius: 0.5rem; padding:0.8rem 0; }
.in-blk { display:inline-block !important; vertical-align:middle; }
#myModal-video .modal-body { width:650px; }
.mar-l { margin-left:0.21rem}

.font-weight-light img{margin-right:3px !important;}
.mt10{margin-top:10px}
.webauthorv1 { color: #828487; text-align: left !important; font-family: 'Open Sans', sans-serif !important; font-weight: 400 !important; font-size: 11px !important; line-height: 1.4 !important; text-transform: uppercase !important; display: inline-block !important; position: relative !important; padding-left: 35px; }
.webauthorv1 strong.dfbold { font-size: 16px !important; font-weight: 700 !important; letter-spacing: 0.3px !important; }
.webauthorv1 a.dflink, .webauthorv1 a.dflink:hover, .webauthorv1 a.dflink:focus { color: inherit !important; text-decoration: none !important; font-weight: inherit !important; font-size: inherit !important; }
.webauthorv1 a.dflink:focus { outline: none !important; }
.webauthorv1 .dflogo { position: absolute; left: 0; top: 4px; }
.lineup1 { margin-left: -0.3px; }
.lineup2 { margin-left: -1.3px; }
.lineup3 { margin-left: -0.5px; }
.lineup4 { margin-left: -0.5px; }
.lineup5 { margin-left: -0.5px; }
.lineup6a { margin-left: 0.5px; }
.lineup6b { margin-left: -0.5px; }
.df-author[data-theme=white] .webauthorv1 { color: #adbbdc !important; }
.df-author[data-theme=white] .webauthorv1 path { fill: #adbbdc !important; }
.df-author[data-theme=light] .webauthorv1 { color: #bbb !important; }
.df-author[data-theme=light] .webauthorv1 path { fill: #bbb !important; }
.df-author[data-theme=dark] .webauthorv1 { color: #555 !important; }
.df-author[data-theme=dark] .webauthorv1 path { fill: #555 !important; }

.gallery-thumb .plus {
    background-color: #fff;
    border-radius: 100%;
    line-height: 40px;
    margin: 0 auto -20px;
    width: 40px;
    height: 40px;
    bottom: -100%;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
	
}
.gallery-thumb .plus img {
    width: 20px;
    height: 20px;
}

.gallery-thumb a:hover .plus {
    bottom: 50%;
}
.main-quote img{display:inline-block !important; width: auto !important;}
.main-quote p img{display:inline-block !important; width: auto !important;}
.top-right-btn img{vertical-align:baseline !important;}
.email-pdf img {vertical-align:bottom !important;}
.modalGallery .plus{display:none !important;}

.facebook{}
.facebook-h a:hover{color:red;)}
.slinks {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slinks li {
    display: inline-block;
}
.slinks li + li {
    margin-left: 7px;
}
.slinks a:hover span{ color:#fff; }
.slinks a:hover path {
    fill: #fff;
}
.f-blog{ color:#fb8f3d;padding-left:3px; }</pre></body></html>