@font-face {
    font-family: 'SF UI Text';
    src: url('../fonts/SFUIText-Regular.woff2') format('woff2'),
        url('../fonts/SFUIText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SF UI Text';
    src: url('../fonts/SFUIText-Bold.woff2') format('woff2'),
        url('../fonts/SFUIText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFUIDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display';
    src: url('../fonts/SFUIDisplay-Heavy.woff2') format('woff2'),
        url('../fonts/SFUIDisplay-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

body{
	font-family: 'SF UI Text';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'SF UI Display';
	font-weight:900;
  text-transform: capitalize;
}
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-grid:after {
  clear: both;
}
/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left;
}
/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -25px;
}
.uk-grid > * {
  padding-left: 25px;
}
[class*='uk-width'] {
  box-sizing: border-box;
}
/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
  width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}
/* Sixths */
.uk-width-1-6 {
  width: 16.666%;
}
.uk-width-5-6 {
  width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
  width: 10%;
}
.uk-width-3-10 {
  width: 30%;
}
.uk-width-7-10 {
  width: 70%;
}
.uk-width-9-10 {
  width: 90%;
}
/*Form styles*/

.row-fluid::before, .row-fluid::after {
	display: block;
	content: "";
	line-height: 0;
	clear: both;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
 *margin-left: 2.0744680846383%;
}
.row-fluid .span6 {
	width: 48.936170208%;
 *width: 48.882978718638%;
}

/** Styles: IZZY**/

.specials div.main p {
  max-width: 40%;
  float:left;
  padding-right:5%;
}


.uk-container {
	max-width: 100%;
  max-width: 1400px;
	padding-left: 8%;
	padding-right: 8%;
}

.slideshow-item::before {
	background: linear-gradient(90deg, rgba(61,66,86,1) 4%, rgba(61,66,86,0.8072362734156162) 18%, rgba(61,66,86,0.31704019498424374) 53%);
	position: absolute;
	top: 0;
	display: block;
	left: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
	content: "";
	/* opacity: .5; */
	transition: .4s ease;
}
.wbg-text.uk-container {
	position: relative;
}
.top-e a {
	transition: .4s ease;
}
a:link {
	transition: .4s ease;
}
.top-e a:hover {
	text-decoration: none;
	color: #1129A8;
}
.banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 690px; */
}
.top-content {
	height: 690px;
  margin-bottom: 20px;
}
.footer ul li a {
	transition: .4s ease;
}
.footer ul li a:hover {
	opacity: .4;
	color: #fff;
}
.footer ul li a:after{
	content: none !important;
}
.uk-navbar-nav > li > a::before {
	content: "";
	width: 0;
	height: 3px;
	background: #fff;
	transition: .4s ease;
	position: absolute;
	bottom: 10px;
}
.uk-navbar-nav > li > a:hover::before {
	content: "";
	display: block;
	width: 100px;
}
.uk-navbar-nav > li > a {
	position: relative;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a.uk-open {
	color: #ffff;
	outline: none;
}
.nocontent .main.dis {
	display: none;
}

.team .custom.innerbanner-image::before {
  background: none !important;
  width:100%;
}

.team .custom.innerbanner-image {
  transform:none;
  background-position: center;
}

.team .inner-banner.dis {
  height:550px;
}

.team .inner-banner.dis h3 {
  position: relative;
  margin-top: 100px;
}

.team .top-c.dis {
	margin-top: 0;
	background: #fff;
}
.team .main.dis {
	display: none;
}
.header.dis.uk-sticky.uk-active.uk-sticky-below.uk-sticky-fixed {
	background: #3D4256;
}
.header.dis.sticky .uk-navbar-dropdown {
	background: #3D4256;
}
.header.dis.sticky .uk-navbar-dropdown li a {
	color: #ffff;
}
.hasinnerbanner .header .uk-navbar-dropdown {
	background: #3D4256;
}
.hasinnerbanner .header .uk-navbar-dropdown li a {
	color: #ffff;
}
.top-content.hasinnerbanner .header {
	position: fixed;
	z-index: 100;
	width: 100%;
}
.top-content.hasinnerbanner {
	height: auto;
	position: relative;
}
.header.dis.sticky {
	background: #3D4256;
	position: fixed;
	width: 100%;
	top: 0;
}
.announcement {
	background: #ED1D24;
	z-index: 100;
	position: relative;
	text-align: center;
	padding: 10px;
}
.announcement p {
	margin: 0 auto;
}
.announcement a {
	color: #fff;
}
.header {
	position: relative;
	z-index: 100;
	background: none;
	transition: .4s ease;
}

/* header style dani */

.headerr h1 {
	position: relative;
	z-index: 100;
	background: none;
	transition: .4s ease;
	height: 10px!important;
}
.home .main.dis {
	display: none;
}
.wbg-img {
	height: 100%;
	background-size: cover;
	display: flex;
	align-items: center;
	background-position: bottom;
}
.wbg-text.uk-container {
	width: 100%;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
	background: none;
	float: right;
}

.uk-slidenav {
  color:#fff;
}

.uk-slidenav-previous {
  left:20px;
}

.wbg-text h1, .wbg-text h2 {
	font-size: 50px;
	color: #fff;
	font-weight: 900;
}
.wbg-text p {
	color: #fff;
}
.logo img {
	margin-top: 20px;
}
.uk-navbar-nav > li > a {
	color: #fff;
	text-transform: none;
	transition: 0.1s ease-in-out;
	transition-property: color, background-color;
	font-size: 18px;
	font-family: 'SF UI Text';
}
.uk-navbar-nav.nav.menu {
	position: relative;
	top: 10px;
}
.wbg-text .square {
	max-width: 50%;
}
.uk-slideshow-items li:not(first-child) .fade_in_slide_left.off_stage {
	opacity: 1 !important;
	transform: translateX(0) !important;
}
.top-c h3, .team .top-c h1 {
	color: #1129A8;
	font-size: 12px;
	font-weight: 800;
	margin: 0;
}
.uk-navbar-nav > li{
	transition: background 0.3s, opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.uk-navbar-nav > li:nth-child(2) {
	transition-delay: 0s, 0.4s, 0.4s;
}
.uk-navbar-nav > li:nth-child(3) {
	transition-delay: 0s, 0.6s, 0.6s;
}
.uk-navbar-nav > li:nth-child(4) {
	transition-delay: 0s, 0.8s, 0.8s;
}
.uk-navbar-nav > li:nth-child(5) {
	transition-delay: 0s, 1s, 1s;
}
.uk-navbar-nav > li:nth-child(6) {
	transition-delay: 0s, 1.2s, 1.2s;
}
.off_stage .uk-navbar-nav > li{
	transform: translateX(40px);
	opacity: 0;
}
.fade_in_slide_left {
	transition: background 0.3s, opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fade_in_slide_left.off_stage {
	opacity: 0;
	transform: translateX(40px);
}
.fade_in.off_stage,.fade_in.preload {
      opacity: 0;
}
.fade_in_slide_left.off_stage1 {
	opacity: 0;
	transform: translateX(40px);
}
.fade_in.off_stage1 {
      opacity: 0;
}
.fade_in {
    transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header {
	position: relative;
	z-index: 100;
}
.top-a h3 {
	color: #1129A8;
	font-size: 12px;
	font-weight: 800;
	margin: 0;
  padding-bottom: 10px;
}
.top-a h1, .top-a h2 {
	color: #3D4256;
	font-size: 46px;
	font-weight: 900;
	line-height: 1;
	margin: 0;
}
.visforms.visforms-form .category-desc a {
	color: #ed1d24;
}
.visforms.visforms-form .category-desc p {
	margin: 0;
	letter-spacing: -1px;
}
.item-page em {
	color: #3D4256;
}
.visforms.visforms-form .category-desc {
	background: #f1f1f1;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #ccc;
	margin: 0 10px;
	width: 100%;
}
p {
	font-size: 16px;
	color: #3D4256;
}
.top-a {
	padding: 0px 0;
}
.btn {
	background-color: #ED1D24;
	color: #fff;
	border-radius: 3px;
	padding: 12px 42px;
	display: inline-block;
	font-family: SF UI Display;
	font-size: 12px;
	font-weight: 900;
  	width:300px;
	background-image: none;
	/* background-repeat: no-repeat; */
	/* background-position: 14px; */
	text-align: center;
	transition: .4s ease;
	text-shadow: none;
	border: none;
}
.btn:hover {
	background: ;
	background-color: #c91a20;
	color: #fff;
	text-decoration: none;
}
.btn::before {
	content: "";
	background: url(../images/btn-icon.svg);
	width: 21px;
	height: 18px;
	display: block;
	float: left;
	margin-right: 10px;
}
.align-bottom {
	align-items: end;
	display: flex;
}
.top-b a {
	color: #29A08A;
	font-weight: 900;
	font-size: 12px;
	font-family: 'SF UI Display';
	/* text-transform: uppercase; */
	transition: ;
}
.top-f img {
	position: absolute;
	left: 0;
	top: 3px;
}

.top-f .wbg {
  background-position: -268px 0px;
}

.top-f li {
	position: relative;
	padding-left: 40px;
}
.top-f li a {
	color: #3D4256;
}
.top-f li a.btn {
	color: #fff;
}
.top-e .top-icon img {
	margin: 0 auto;
}
.top-e .top-icon {
	min-height: 100px;
	display: flex;
	align-content: center;
}
.top-b a:hover {
	color: #1129A8;
	text-decoration: none;
}
.top-c {
	background: #FCFBFB;
	margin-top: 50px;
	padding: 100px 0;
}
.top-b {
	margin-top: 20px;
}
.top-c h4 {
	color: #1129A8;
	font-size: 12px;
	margin: 0;
}
.top-c h1, .top-c h2 {
	margin: 0;
	font-size: 48px;
	color: #3D4256;
	line-height: 1;
	margin-bottom: 50px;
}
.top-c .uk-container {
	max-width: 70%;
  max-width: 1400px;
}
.top-e .uk-container {
	max-width: 1450px;
}

.top-image {
	height: 420px;
}
.top-c .custom.uk-width-1-1 .mod-content {
	text-align: center;
	max-width: 40%;
	margin: 0 auto;
}
.top-c .slider-content2 {
	text-align: center;
}
.top-c p {
	margin-top: 0;
}
.uk-modal-dialog {
	width: 1200px;
}
.uk-modal-dialog.uk-modal-body p {
	font-size: 14px;
}
.uk-inline-clip::before {
	content: "";
	display: block;
	background: linear-gradient(0deg, rgba(14, 31, 121, 0.3), rgba(14, 31, 121, 0.3));
	position: absolute;
	width: 100%;
	height: 100%;
}
.top-c  h4 {
	font-family: SF UI Text;
	font-weight: bold;
	font-size: 16px;
	color: #3D4256;
	margin: 18px 0;
	margin-bottom: 0;
}
.imagetop-text p {
	margin: 0;
}
.top-c .imagetop-text {
	text-align: center;
}


.top-d .wbg h1, .top-d .wbg h2 {
	font-size: 36px;
	color: #fff;
  max-width:300px;
}
.top-d .wbg p {
	color: #fff;
  max-width: 280px;
}
.top-d .innerbanner-content {
	padding: 170px 100px;
}
.top-d .mod-content {
	padding: 140px 100px;
}
.wbg {
	background-size: cover;
}
.top-e h4 {
	color: #1129A8;
	font-size: 12px;
	margin: 0;
}
.top-e h1, .top-e h2 {
	margin: 0;
	font-size: 48px;
	color: #3D4256;
	line-height: 1;
	margin-bottom: 50px;
}
.top-e .custom.uk-width-1-1 {
	text-align: center;
}
.top-e {
	padding: 80px 0;
	text-align: center;
}
.top-e h3 {
  color:#1129A8;
  font-size: 12px;
  font-weight: 800;
  margin: 0;
  padding-bottom: 10px;
}
.top-e a {
	color: #29A08A;
	font-weight: 900;
	font-size: 12px;
	font-family: 'SF UI Display';
	/* text-transform: uppercase; */
}
.top-f h1, .top-f h2{
	font-size: 72px;
	color: #fff;
}
.top-f p {
	color: #fff;
}
.top-f .innerbanner-content {
	padding: 200px;
}
.top-f {
	background: #F2F2F2;
}
.top-f .mod-content {
	padding: 200px 100px;
}
.top-f .mod-content p {
	color: #3D4256;
	font-family: SF UI Display;
	font-size: 12px;
}
.top-f ul {
	column-count: 2;
	list-style: none;
	padding: 0;
}
.top-f ul li {
	margin-bottom: 20px;
	color: #3D4256;
}

#q-card-footer {
  position: relative;
}

#q-card-footer img {
  height:60px;
  position: relative;
}

.footer {
	background: #3D4256;
	padding: 20px 0;
}
.footer p {
	margin: 0;
}
.footer ul li {
	display: inline-block;
	padding: 20px 10px;
}
.footer ul {
	text-align: right;
}
.footer ul li a {
	font-size: 16px;
	color: #fff;
}

.footer-bottom {
  background:#363B4F;
  padding: 20px 0;
}

.footer-bottom p {
  color:#73788C;
}

.footer-credit p {
  text-align: right;
}

.footer-credit img {
  height:30px;
}


.top-f h1,  .top-f h2 {
	position: relative;
}
.top-f h1::after, .top-f h2::after {
	width: 170px;
	/* transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); */
	transform-origin: 0 50%;
	content: "";
	display: block;
	width: 170px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: -151px;
	bottom: 40px;
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
	transform: inherit;
}
.top-f h1.off_stage::after, .top-f h2.off_stage::after{
	content: "";
	display: block;
	width: 170px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: -51px;
	bottom: 40px;
	transform: scaleX(0);
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.top-d.dis {
	position: relative;
}
.top-d .line.off_stage {
	transform: scaleY(0);
}
.top-d .line {
	position: absolute;
	top: -10%;
	right: 25%;
	width: 1px;
	height: 110%;
	background: #f7f7f7;
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top-d .uk-grid {
	position: relative;
}
.line.line1 {
	left: 10%;
}
.line.line2 {
	left: 38%;
}
.line.line3 {
	right: 38%;
}
.line.line4 {
	right: 10%;
}
.top-b.dis img {
	width: 100%;
}
.custom.innerbanner-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-position: center;
	background-size: cover;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}
.top-content.hasinnerbanner {
	height: auto;
	position: relative;
}
.custom.innerbanner-image::before {
	width: 100%;
	position: absolute;
	right: 0;
	content: "";
	height: 100%;
	background: linear-gradient(90.33deg, #3D4256 18.3%, rgba(61, 66, 86, 0.19) 98.39%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
}
.top-e2.dis {
	background: #FCFBFB;
	padding: 100px 0;
}
.top-e2 h1, .top-e2 h3 {
	font-size: 64px;
	max-width: 50%;
}
.uk-width-1-2.testimonials2 {
	position: relative;
}
.quote1 {
	font-family: Georgia;
	font-size: 200px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 177px;
}
.testimonial-name {
	padding-left: 84px;
}
.uk-slideshow-nav.uk-dotnav li {
    display: inline-block;
}
.uk-slideshow-nav.uk-dotnav {
    margin: 0 auto;
    width: auto;
    display: table;
}
.vis_mandatory.visCSSbot10.visCSStop10 {
	display: none;
}
.asterix-ancor {
	display: none;
}
.form-actions {
	background: none;
	padding: 0;
	border: none;
}
#field5 {
    background-color: #ED1D24;
	color:   #fff;
    border-radius: 3px;
    padding: 12px 42px;
    display: inline-block;
    font-family: SF UI Display;
    font-size: 12px;
    font-weight: 900;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 14px;
    text-align: center;
    transition: .4s ease;
    border: none;
    text-shadow: none;
}
.quote2 {
	font-family: Georgia;
	font-size: 200px;
	line-height: 50px;
	position: absolute;
	right: 0;
}
.testimonials2 .mod-articles-category-introtext {
	padding-top: 25px;
	padding-left: 84px;
}
.inner-banner.dis h3, .inner-banner.dis h1 {
	position: relative;
  padding-top:200px;
	z-index: 10;
	font-size: 77px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	max-width: 1400px;
	height: 100%;
	display: flex;
	align-items: center;
	line-height: 1;
}
.icons {
	display: none;
}
.announcement p {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.main {
	padding-bottom: 100px;
}
.hasinnerbanner .header.dis {
	background: #3D4256;
}
.inner-banner.dis {
	position: relative;
	height: 500px;
	padding-top: 100px;
}
.imagerighttext {
	max-width: 70%;
	padding: 0px 0;
  padding-bottom: 40px;
}
.imageright::before {
	content: "";
	background: linear-gradient(0deg, rgba(14, 31, 121, 0.3), rgba(14, 31, 121, 0.3));
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}
.top-icon {
    min-height: 100px;
    display: flex;
    align-content: center;
}
.top-b.dis .top-icon img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}
.imageright {
	position: relative;
}
.top-b .topicon-container {
	text-align: center;
}
.top-e.dis ul {
	padding: 0;
	list-style: none;
	text-align: left;
	display: flex;
}
.top-e.dis ul li:nth-child(2) {
	width: 20%;
	padding-right: 16%;
	color: #3D4256;
}
.top-e.dis ul li:last-child {
	width: 30%;
	color: #3D4256;
	font-size: 14px;
}
.top-e.dis ul li:first-child {
	width: 20%;
	padding-right: 10%;
	color: #3D4256;
	display: flex;
	align-items: center;
}
.top-e.dis ul li:first-child img {
	margin-right: 20px;
}

.mod-content p {
  max-width: 90%;
}

.custom.uk-width-1-1.border .mod-content {
	border-top: 2px solid #F2F2F2;
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 2px solid #F2F2F2;
	margin-bottom: 30px;
	margin-top: 30px;
}
.custom.uk-width-1-1.bordertop .mod-content {
	border-top: 2px solid #F2F2F2;
	padding-top: 30px;
	margin-top: 30px;
}
.top-maincontent {
	border-bottom: 2px solid #F2F2F2;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.breadcrumb {
	list-style: none;
	padding: 0;
}
.breadcrumb li {
	display: inline-block;
	font-size: 12px;
}
.breadcrumb a {
	color: #3D4256;
}
.breadcrumbs {
	padding: 20px 0;
}
.top-e .top-icon h3 {
	color: #1129A8;
	font-size: 12px;
	font-weight: 800;
	margin: 0;
}
.top-e.dis ul li {
	display: inline-block;
}
.visform [class^="fieldset-"].active {
	display: block;
	border: none;
}
.visform input, .visform select, .visform textarea {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	font-family: 'SF UI Text';
	font-size: 16px;
}
.visforms.visforms-form {
	width: 46%;
	/* float: right; */
}
.top-e2 .newpatient h3 {
	max-width: 100%;
	font-size: 40px;
	line-height: 1;
}
.newpatient .mod-content p {
	max-width: 100%;
}
.custom.uk-width-1-1.newpatient {
	text-align: center;
}
.newpatient  h4 {
	color: #1129A8;
	font-size: 12px;
	margin: 0;
}
.team li > div {
	width: 100%;
}
.team.banner-slider img {
	height: 650px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.bottom-a.dis {
	text-align: center;
	margin: 40px 0;
}