
body{ background:#fff; color:#000; font: normal 16px 'corbertregular'; line-height:27px;}
h1{ font-size:40px;   line-height:45px; font-family:'fira_sansregular';}
h2{ font-size:30px; font-family:'fira_sansregular';  }
h3{ font-size:25px; line-height:35px;  margin-bottom:10px; font-family:'fira_sansregular';}
h4{ font-size:20px; line-height:30px; font-family:'fira_sansregular';}
h1,h2,h3,h4{margin-bottom:20px; font-family:'fira_sansregular';}
image{ max-width:100%;}

@media (max-width:767px){
h1{font-size:35px; }
h2{font-size:30px;}
h3{font-size:25px;}
h4{ font-size:20px;  }
}
.btn-wide{padding:15px 50px; font-size:20px; font-weight:800; border-radius:8px;}
.clear{clear:both; margin:0;}
.colortext{color:#006a6a;}
.colortext1{color:#02aeae;}
.redtext{color:#CC0000;}
.stick {
	position:fixed;
	top:0px;
	left:0;
	z-index:99999;
	
	width:100%;
	background:#fff;
	border-bottom:solid 1px #D7D7D7;
}


.circle {
    border-radius: 50%;
	height:150px; width:150px; border:solid 4px #fff;
	padding:40px;
	margin:0 auto 30px ;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e1e0e0 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 24px;
    margin-top: 24px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
@media (max-width:768px){
	.text-left {
    text-align: center;
}
.text-right {
    text-align: center;
}
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase, .initialism {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #cbcbcb;
}
.text-primary {
    color: #db0304;
}
.text-dark{color:#6b7386;}
.text-white{color:#fff;}
a.text-primary:hover, a.text-primary:focus {
    color: #fd0022;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
    color: #1a321a;
}
.text-info {
    color: #31708f;
}
a.text-info:hover, a.text-info:focus {
    color: #173543;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
    color: #43351c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
    color: #602625;
}
.bg-white {
    background-color: #fff;
}
.bg-dark{
	background-color:#1f1f1f;
}
.bg-gray{background:#f8f8f8;}

.bg-primary {
    color: #fff;
}
.bg-primary {
    background:#006a6a;
}
.bg-secondary {
    background:#02aeae;
}

.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}
.bg-color1{
	background-color:#f78721;
}
.bg-color2{
	background-color:#da238f;
}
.bg-color3{
	background-color:#ae318f;
}
.bg-color4{
	background-color:#02aeae;
}
.bg-color5{
	background-color:#9eaa1b;
}
.bg-color6{
	background-color:#ff0000;
}
.bg-color7{
	background-color:#ff5400;
}
.bg-color8{
	background-color:#0096ff;
}
.bg-color9{
	background-color:#7738f9;
}
.bg-color10{
	background-color:#f769b6;
}
.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
}
.list-inline {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
html .page .offset-top-0 {
    margin-top: 0;
}
html .page .offset-top-4 {
    margin-top: 4px;
}
html .page .offset-top-6 {
    margin-top: 6px;
}
html .page .offset-top-10 {
    margin-top: 10px;
}
html .page .offset-top-17 {
    margin-top: 17px;
}
html .page .offset-top-25 {
    margin-top: 25px;
}
html .page .offset-top-32 {
    margin-top: 32px;
}
html .offset-top-40 {
    margin-top: 40px;
}
html .page .offset-top-50 {
    margin-top: 50px;
}
html .page .offset-top-66 {
    margin-top: 66px;
}
html .page .offset-top-86 {
    margin-top: 86px;
}
.offset-top-100 {
    margin-top: 100px;
}

html .page .offset-left--30 {
    margin-left: -30px;
}

/*------------------------------------------------------------------------------*/
.section-all-0{
	padding-right:0px;
	padding-left:0px;
}
.section-all-1{
	padding:1px;
}	
.section-all-10 {
    padding: 10px;
}
.section-all-25 {
    padding: 25px;
}
.section-all-20 {
    padding: 20px;
}
.section-all-30 {
    padding: 30px;
}
.section-all-40 {
    padding: 40px;
}
.section-all-50 {
    padding: 50px;
}

.section-lr-50{
	padding-left:50px;
	padding-right:50px;
}

@media(max-width:768px){
	.section-lr-50{
	padding-left:15px;
	padding-right:15px;
}
}

.section-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.section-23 {
    padding-bottom: 23px;
    padding-top: 23px;
}
.section-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.section-42 {
    padding-bottom: 42px;
    padding-top: 42px;
}
.section-55 {
    padding-bottom: 55px;
    padding-top: 55px;
}
.section-70 {
    padding-bottom: 70px;
    padding-top: 70px;
}
.section-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}
.section-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}
.section-100 {
    padding-bottom: 100px;
    padding-top: 100px;
}
.section-154 {
    padding-bottom: 154px;
    padding-top: 154px;
}
.section-167 {
    padding-bottom: 167px;
    padding-top: 167px;
}
.section-200 {
    padding-bottom: 200px;
    padding-top: 200px;
}
.section-250 {
    padding-bottom: 250px;
    padding-top: 250px;
}
.section-300 {
    padding-bottom: 300px;
    padding-top: 300px;
}
.section-top-15 {
    padding-top: 15px;
}
.section-top-23 {
    padding-top: 23px;
}
.section-top-42 {
    padding-top: 42px;
}
.section-top-55 {
    padding-top: 55px;
}
.section-top-70 {
    padding-top: 70px;
}
.section-top-80 {
    padding-top: 80px;
}
.section-top-90 {
    padding-top: 90px;
}
.section-top-100 {
    padding-top: 100px;
}
.section-top-154 {
    padding-top: 154px;
}
.section-top-167 {
    padding-top: 167px;
}
.section-top-200 {
    padding-top: 200px;
}

.section-bottom-2 {
    padding-bottom: 2px;
}
.section-bottom-23 {
    padding-bottom: 23px;
}
.section-bottom-42 {
    padding-bottom: 42px;
}
.section-bottom-50 {
    padding-bottom: 50px;
}
.section-bottom-55 {
    padding-bottom: 55px;
}
.section-bottom-70 {
    padding-bottom: 70px;
}
.section-bottom-80 {
    padding-bottom: 80px;
}
.section-bottom-90 {
    padding-bottom: 90px;
}
.section-bottom-100 {
    padding-bottom: 100px;
}
.section-bottom-154 {
    padding-bottom: 154px;
}
.section-bottom-167 {
    padding-bottom: 167px;
}
.section-bottom-200 {
    padding-bottom: 200px;
}
.box-bordered{border:solid 1px #DFDFDF; }
.border-bottom{display:block; width:100px; height:3px; margin:20px auto;}
.border-bottom-left{display:block; width:100px; height:3px; margin:20px 0;}

.img-left{float:left; margin:0px 20px 20px 0;}
.img-right{float:right; margin:20px 0 20px 20px;}
@media (max-width:768px){
	.img-left, .img-right{float:none;}
}

.top-loc{background:#D6E4F1;}
.logo-sec{border-bottom:solid 1px #eee;}
.navbar {  padding-bottom:0px; }
.navbar-scroll {top:0;padding:2px 0;  position:fixed; z-index:9998; border-bottom:solid 2px #1A86DE; }

.nav{   font-size:14px;  display:table; width:100%; margin-top:15px; font-family:'fira_sansregular';}
.nav li{margin:0 1px; display:inline-block; }

.nav li a{ padding:10px; border-radius:5px;  line-height:22px; color:#000; outline:none; transition: all .2s ease-in-out; text-align:center; border:solid 1px #fff;   }

.nav li a:hover{  background:#231f20; color:#fff;}

.nav li a.active{background:#231f20; color:#fff;}
.navbar-header{  text-align:center;}
@media (max-width:1200px){
.nav{font-size:16px; display:block;}
.nav li{margin:0px; display:block;}
.nav li a{padding:15px 0; }
}
@media (max-width:768px){
	.navbar-header{position:relative;}
	.navbar-inverse{background-color:#fff; border-bottom:none; border-top:none;}
.nav{margin:0px 0;  }

.nav li a{color:#000;}
.logo{width:100%; text-align:center; }
.logo img{max-width:100%; margin:0px 0 0 0px; }
}


.top-tel{ padding:10px 0;  font-size:20px; }
.top-tel .fa{border-radius:50%; padding:18px; height:60px; width:60px;  color:#fff; background:#008081; font-size:25px;}
.top-tel span{ margin-top:5px;}
.top-tel a{ color:#000;}
.top-tel .form-control{padding:5px 10px;}
@media (max-width:768px){
.top-tel{ padding:10px;  text-align:center; right:0;}
}

.top-nav{background:#ccc;}

.welcome-img{margin-left:250px;}

.welcome-img-inner img{ max-height:270px; }

.welcome-img-hover{position:absolute; z-index:99; top:55px; left:100px; }
@media(max-width:768px){
	.welcome-img{margin-left:0px;}
	.welcome-img-inner img{ max-height:100%; }
	.welcome-img-hover{position:relative; top:0px; left:0px;}
}

.testi{background:#061012; color:#fff;}

.menu-box-outer{margin-bottom:30px;}
.menu-box{overflow:hidden;}
.menu-box img{transition:all 0.5s ease;}
.menu-box-outer .hd{background:rgba(0,0,0,0.8);  padding:20px;}
.menu-box-outer:hover .hd{background:#231f20;}
.menu-box-outer:hover img{ transform:scale(1.1);}
.btn-block{display:block;}

.service-box{min-height:245px;}
@media(max-width:768px){
	.service-box{min-height:auto;}
}


.gal-panel{height:700px;}
.gal-text{font-size:100px; display:block; padding-top:50%; padding-left:50%; transform:rotate(90deg); color:#fff;}
@media(max-width:768px){
	.gal-panel{height:auto;}
	.gal-text{font-size:50px; padding-left:0; transform:rotate(0deg); color:#666; }
}


.icon-left{float:left; padding-left:15px; display:inline-block;}
.img-icon{border-radius:50%; padding:13px; text-align:center; background:#41b549; display:inline-block; transition:all 0.5s ease;border:solid 3px #41b549;}
a:hover .img-icon{ background:#fff; }
.icon-hd{color:#288ed8;  padding-bottom:10px;}
.right-text{text-align:right;}
@media (max-width:768px){
	.welcome-sec{margin-top:0;}
	.pull-right{float:none;}
.right-text{text-align:left;}
.res-hide{display:none;}
}

.ser-page .icon-bg{background:rgba(0,0,0,0.1); margin-bottom:80px; height:300px; color:#000; text-align:center;}
.ser-page h4{ color:#db0304;}
.icon-bg{background:rgba(255,255,255,0.2); margin-bottom:80px; height:300px;}
@media (max-width:768px){
.icon-bg{height:auto;}	
}
.icon-img-outer{overflow:hidden;}
.icon-img { transition:all 1.0s ease;}
.icon-img:hover{transform:scale(1.1); filter:brightness(90%);}
.icon-bg:hover .icon-img{background:#000; transform:rotateY(360deg);}
.icon-overlay{background-color:rgba(0,0,0,0); position:absolute; top:0; left:0; width:100%; height:100%; transition:all
0.5s ease;}
.icon-overlay:hover{background-color:rgba(0,0,0,0.1);}

.thumb-pad1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd #ddd #ddd #008081;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 8px;
    cursor: pointer;
    margin: 0 0 20px;
    overflow: visible;
    transition: all 0.3s ease-out 0s;
	
	text-align:left;
}
.thumb-pad1 img{padding-top:20px; padding-left:20px;}

.thumb-pad1 .thumbnail {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    overflow: visible;
    padding: 10px;
    position: relative;
}

.thumb-pad1 .caption .title {
    color: #000;
    font-size:20px;
	padding-bottom:0;
	text-align:left;
}


.thumb-pad1 img {
    border-top: 8px solid #008081;
	
}
.thumb-pad1 .thumb-link {
    display: block;
    border: solid 1px #008081;
    padding: 10px 20px;
    background: #fff;
    float: right;
    margin: 30px -20px 50px 0;
    transition: all 0.25s ease 0s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
}
.thumb-pad1:hover {
    box-shadow: 6px 8px 24px 0 rgba(32, 47, 57, 0.2);
    transform: translateY(-10px);
}
.thumb-pad1:hover .thumb-link{background:#008081; color:#fff;}
.thumb-pad1:hover .badge {
    transition: all 0.25s ease 0s;
}

@media (max-width: 768px) {
.thumb-pad1 {
    margin: 0 0 20px; 
}
.thumb-pad1 .thumb-link{
	margin: 0px -20px 30px 0;
}

}


.ser-down {
    margin-top: 100px;
}

.link{color:#fff;}
.link:hover{text-decoration:underline;}
.social{ font-size:20px; }
.social a{ border-radius:50%; background:#2a2a2a; color:#fff; padding:6px 10px; height:40px; width:40px; margin:0 3px; text-align:center;  display:inline-block; transition:all 0.5s ease; }
.social a:hover{ color:#fff; background:#666;}

.client-sec a img{/*filter: gray;  IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ 
  filter: grayscale(1);*/
  transition:all 0.5s ease;
  opacity:0.8; /* Microsoft Edge and Firefox 35+ */
}
.client-sec a:hover img{
  -webkit-filter: grayscale(0);
  filter: none;
  opacity:1;
}


.stick {
	position:fixed;
	top:0px;
	z-index:999;
	width:100%;
}
.bodywrapper{ margin-top:95px;}
@media (max-width:768px){
	.bodywrapper{margin-top:0px;}
}
.header{width:auto; margin:0 15px;}


.header-caption{ padding:30px 30px 30px 30px;  position:absolute; z-index:999;  bottom: 0; font-size:16px; left:100px; right:100px; text-align:right; }
.header-caption-inner{background:rgba(218, 35, 143, 0.8); display:inline-block; padding:30px 50px;}
.header-caption h2{  font-size:30px; }
@media (max-width:1024px){

.header-caption{padding:20px;}
.header-caption h2{font-size:20px;}
}

.offset--50 {
    margin-top: -50px;
	margin-bottom: -50px;
}

.bg-texture{background:linear-gradient(90deg, #76a39d 50%, #fff 50%);}
@media (max-width:768px){
	.bg-texture{background:linear-gradient(180deg, #76a39d 60%, #fff 40%);}
}
.bg-texture1{background:url(../images/bg1.jpg) top fixed  no-repeat; background-size:cover;}
.bg-texture2{background:url(../images/bg2.jpg) top fixed  no-repeat; background-size:cover;}
.bg-texture3{background:url(../images/bg3.jpg) left  no-repeat;  }
@media (max-width:768px){
	.bg-texture3{background:none;}
}
.mid-sec{position:relative; z-index:9999;}
.mid-sec-inner-first{display:flex;}

.food-bg {
    background:url(../images/bg1.jpg) top center fixed no-repeat; background-size:cover; height:600px;
}


.testi-bg{background:url(../images/testi-bg.jpg) right no-repeat; background-size:cover;}
.form-bg{background:url(../images/form-bg.jpg) right no-repeat; background-size:cover;}

.icon-box {
    padding:20px;
	border: 1px solid #dcdcdc;
	transition:all 0.5s ease;
}
.icon-box:hover{
	box-shadow:0 0 5px 5px #efefef;
}

.icon-box1 {
    padding:10px;
	border: 1px solid #dcdcdc;
	transition:all 0.5s ease;
}
.icon-box1:hover{
	box-shadow:0 0 5px 5px #efefef;
}



	

.service-icon {text-align:center; overflow:hidden;}
.service-icon img{transition:all 0.5s ease; border:solid 2px #fff; border-radius:50%; padding:10px;  }
.service-icon:hover img{ filter:brightness(100%); background:#eb0000;}
.service-hd-outer{   margin:-80px 20px 0 20px; position:relative;}
.service-hd{background:#181e2e; color:#cab33f; padding:5px 10px 10px 10px;}
.service-hd a{color:#fff;}
.service-hd h3{border-bottom:solid 1px #303a46; padding-bottom:10px;}

.inner-icon{  padding:20px 20px 30px 20px; margin-bottom:30px; height:450px; background:#f9f9f9; transition:all 0.5s ease;}
.inner-icon:hover{box-shadow:0px 3px 12px 2px #E9E9E9;}

@media (max-width:768px){
	.inner-icon{height:auto;}
}







.footer{  font-size:14px;  }
.footer .right{text-align:right;}
.footer a{ color:#fff;}
.footer a:hover{ text-decoration:underline; }

.footer .hd{font-size:16px; margin-bottom:20px;}
.footer ul {float:left; padding-left:0; }
.footer ul li{list-style:none;}



.bottom{border-top:solid 1px #303a46; color:#fff;}
.bottom a{color:#fff;}

@media (max-width:768px){
	.footer{text-align:center;}
	.footer ul{float:none; margin-bottom:20px;}
	.footer .fa{ display:block;}
	.bottom{text-align:center;}
}

.seo-cat{width:20%; float:left; padding:0 15px; }
@media (max-width:900px){
	.seo-cat{width:100%; float:none;}
}

ul.videos-inner{margin-left:0px; padding-left:0px; margin-top:20px;}
ul.videos-inner li{list-style:none; margin-bottom:10px; border:solid 1px #efefef; background:#F7F7F7; border-radius:50px; width:48%; display:inline-block;}
ul.videos-inner li a{display:block; color:#000; padding:10px 0 10px 10px;  transition:all 0.5s ease; margin-left:10px;}
ul.videos-inner li a:hover{margin-left:20px; color:#1A86DE;}
ul.videos-inner li.active{ background:#1A86DE; border:solid 2px #1A86DE; }
ul.videos-inner li.active a{  color:#fff;}
ul.videos-inner li a span{padding-right:10px;}





@media (max-width:1024px){
	.mid1 .col-md-3{border-left:none;}
}


/* SLIDER STYLES */
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	
	width:100%;
	
	margin:0px auto;
	
	background:#1b1b1b url(../images/header-bg.jpg) 0 0 no-repeat; background-size:cover;
	
	border:1px solid #000;
	box-shadow:0 3px 5px #666;
}

.slider{
	position:relative;
	width:100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	
}

.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}

.link-fixed{position:fixed; right:0; top:25%; z-index:9999; background:#007CD2; line-height:20px; text-align:center; border-radius:10px 0 0 10px; font-weight:800; padding:15px; color:#fff;}
.link-fixed:hover{background:#80C44B; color:#fff;}

.service-area-link{}
.service-area-link:hover{color:#007CD2;}
.service-area-link .img-icon{width:100px; height:100px; overflow:hidden; margin:0 auto;}
.service-area-link img{ position:0 0; }
.service-area-link:hover img{transform:translate(0,-100px);}
@media (max-width:768px){
.service-area-cat{text-align:center;}
}









.more-res{background:#1A86DE; color:#fff; display:none; text-align:center; border-radius:5px; padding:10px 0; margin-top:20px; font:normal 20px 'zurich_cn_btregular'; text-transform:uppercase; box-shadow: inset 0 0 0 0 #000; transition:all 0.5s ease;}
.more-res:hover{ color:#fff; text-decoration:none; box-shadow: inset 0 100px 0 0 #000; }
@media (max-width:1024px){
	.more{font-size:20px; line-height:20px; }
}
@media (max-width:768px){
	.caption{position:relative; display:block;  bottom:-100%;   }
	.more{display:none; }
	.more-res{background:#1A86DE; color:#fff; display:block; }
}


.welcome{  padding-top:130px; }
.welcome-inner{background:url(../images/welcome-bg.jpg) left bottom no-repeat;padding-left:35%; padding-right:50px; padding-top:150px; padding-bottom:150px;}
@media (max-width:1150px){
	.welcome-inner{padding-left:45%;}
}
@media (max-width:768px){
	.welcome{ padding-top:0px;}
	.welcome-inner{background:none; padding:30px 15px;}
}



.testi span{font:normal 22px 'zurich_cn_btregular'; display:block;}
.more2{ background:#fff; color:#1A86DE; font:normal 22px 'zurich_cn_btregular';  padding:10px 30px; display:inline-block; border-radius:5px; margin:0 auto; margin-top:20px; box-shadow: inset 0 0 0 0 #000; transition:all 0.5s ease; }
.more2:hover{ color:#fff; text-decoration:none;  box-shadow: inset 0 100px 0 0 #000; }



.more1{ background:#1A86DE; color:#fff; padding:10px 30px; display:inline-block; border-radius:5px; font:normal 22px 'zurich_cn_btregular'; box-shadow: inset 0 0 0 0 #000; transition:all 0.5s ease; border:none; }
.more1:hover{ color:#fff; text-decoration:none;  box-shadow: inset 0 100px 0 0 #000; }




.other-content{padding:30px 0 40px 0;}
.other-hd{ border-bottom:solid 1px #ccc; margin-bottom:10px;}


.area-box{ background:#fff;   margin-bottom:35px; padding:25px 10px; font-family:'zurich_lt_btlight'; }
.area-box img{ margin-top:-60px; padding:5px; background:#fff;  border-radius:50%; border-bottom:solid 1px #ccc;}
.area-box-hd{background:#df0a33; color:#fff; padding:10px 20px;  font-size:25px; box-shadow: inset 0 0 0 0 #000; transition:all 0.5s ease; margin-bottom:20px;}
.area-box .col-md-5, .area-box .col-md-7{font:normal 18px 'zurich_cn_btregular';}
.more3{ background:#fff; color:#1A86DE; padding:10px 30px; display:inline-block; border-radius:5px; font:normal 22px 'zurich_cn_btregular'; }
.more3:hover{ color:#fff; text-decoration:none; background:#1A86DE; }

.treatment-sec-outer .col-md-4, .treatment-sec-outer .col-md-6, .treatment-sec-outer .col-sm-6{padding-left:0; padding-right:0;}
@media (max-width:768px){
.treatment-sec-outer .col-md-4, .treatment-sec-outer .col-md-6, .treatment-sec-outer .col-sm-6{ text-align:center;}
}

ul.videos{margin-left:0px; padding-left:0px;}
ul.videos li{list-style:none; margin-bottom:10px; }
ul.videos li a{display:block;  color:#df0a33; border:solid 1px #df0a33; border-radius:10px; padding:10px 0 10px 10px;  transition:all 0.5s ease; margin-left:10px;}
ul.videos li a:hover{margin-left:20px; background:#df0a33; color:#fff;}
ul.videos li.active{ margin-left:10px; background:#df0a33; border-radius:10px;  }
ul.videos li.active a{ color:#fff;}
ul.videos li a span{padding-right:10px;}

.masonry { /* Masonry container */
    column-count: 3;
    column-gap: 0.5em; position:relative; overflow:hidden;
}

.item { /* Masonry bricks or child elements */
    background-color: none;
    display: inline-block;
    margin: 0 0 0;
    width: 100%; height:100%; overflow:hidden;
}

.team-content { /* Masonry bricks or child elements */
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
	padding:20px;
}
.team-content img{margin-bottom:20px;}
@media (max-width:768px){
	.masonry { /* Masonry container */
    -moz-column-count: 1;
    -webkit-column-count:1;
    column-count: 1;
}
}




.back{font-size:20px; }
.back:hover span{color:#1A86DE;}

/*CONTACT*/
.contact{text-align:center; font-size:18px;}
.fieldouter{margin-bottom:10px;}
.field{padding:8px;   border:solid 1px #999999; border-radius:5px; background:none; width:90%;}
.text1{text-align:left;}
.submit{border:solid 1px #fff; color:#fff;  border-radius:5px;  padding:10px 30px; background:none; }
.submit:hover{background:#ec2027; color:#fff;}
.error{color:#F10206; text-align:left;}



/*.inner{padding:30px 0 60px 0;}*/
.inner-sec{ margin:30px 0; text-align:center; background:url(../images/bg.png); padding:50px 10px; color:#fff;}
.inner-sec .list{text-align:left; margin-left:30px;}
.inner-sec img{border-radius:5px; border:solid 1px #fff;}


/*PRICING*/
.pricing{ text-align:center; margin:40px 0;}
.pricing .col{padding:0;}
.pricing .col-mid{padding:0; border-left:solid 1px #D0CECE; border-right:solid 1px #D0CECE;}
.pricing .row{margin:0; background:#F0EFEF; padding:5px 0;}
.pricing .row1{margin:0; background:#E5E5E5; padding:5px 0;}

.col-hd{background:#ec2027; color:#fff; border-bottom:solid 1px #fff; font-size:18px;  padding:20px 0; text-align:center;}
.col-hd span{font-size:30px; font-weight:800;}
.col-hd1{font-size:18px; padding:5px 0; background:#212121; color:#fff;}




/*SERVICE*/
.service .col-md-4{ margin-bottom:30px;}
.service .des{height:100px; overflow:hidden;}


/*GALLERY*/
.thumb-img{}
.fancybox-effects-d{position:relative; display:inline-block; 
}
.fancybox-effects-d:hover{

}
.thumb1{position:absolute; top:10px; width:93%; height:87%; background:rgba(0,0,0,0.5) url(../images/zoom.png) center no-repeat; display:block; opacity:0; z-index:999;}
.thumb1:hover{ opacity:1; transition: all .2s ease-in-out;}
.mid-icon{ padding:0 1px 1px 0; }
.mid-icon img{max-width:100%; width:100%;}



.inner-img{float:right; max-width:100%; margin:0 0 50px 50px;}
@media (max-width:767px){
	.inner-img{float:none; display:block;}
	.thumb1{ width:95%; height:91%;}
}



















/*INNER PAGE*/
.headerwrapper-other{background:url(../images/header/other-header.jpg); background-size:cover; height:105px;  }
.inner-box{ padding:5px 5px 20px 5px; font-size:20px; border:solid 1px #ccc; text-align:center; margin:10px 0;}
.inner-box img{max-width:100%; margin-bottom:20px;}
.inner-box .title{background:#1985dd; color:#fff; padding:10px; font-size:20px;}
.inner-box .title span{font-size:14px; display:block; color:#000;}
.inner-cir-img{border-radius:100px; width:200px; height:200px;}

/*Menu*/
.menu-sec{display:flex;}
@media (max-width:767px){
	.menu-sec{display:block;}
}

ul.list{padding-left:12px; margin-left:0;}
ul.list li{list-style:url(../images/arrow.png); margin-bottom:10px;}

ul.menu-list{ padding-left:15px; margin-left:0;}
ul.menu-list{padding-left:0; margin-left:0;}
ul.menu-list li{list-style:none;   margin-bottom:1px;   padding:8px 0;}
ul.menu-list li .chkbox{ width:20px; height:20px;}
ul.menu-list li a{color:#fff; transition:all 0.5s ease;}
ul.menu-list li a:hover{color:#fff; padding-right:10px;}


.catering-step{ border-radius:8px; margin-bottom:30px; border:solid 1px #ccc;}
.catering-step .inner{border-radius:8px 0 0 8px;}
.catering-step .active{background:#f0a528;}
.catering-hd{padding:2px 20px; }


.pdf-link{ float:right; color:#979797; font-size:14px; text-transform:none; font-weight:normal;}
.pdf-link:hover{text-decoration:underline;}


.back-link{ display:inline-block; color:#000;  font-size:16px; text-transform:none; font-weight:normal;  float:right; background:#efefef; min-width:280px; }
.back-link .box{ background:#666; padding:0 0 0 15px; color:#fff; } 
.back-link .box1{line-height:25px; padding-top: 8px ;}
.back-link .box1 big{font-size:22px; }
.back-link:hover .box{ background:#000;}


@media (max-width:767px){
.pdf-link, .back-link{float:none;}
}





/*LOCATION*/




/*TESTIMONIAL*/



/*SCHEDULE*/
.sch-col{width:14%; float:left;}
.r1{background:#F7F7F7;}
.r2{background:#EBEBEB;}
/* 
.sch-time{  padding:5px 0; color:#1c86dc; }

@media (max-width:767px){
.sch-col{width:100%; float:none;}
}

	table { 
		width: 100%; 
		border-collapse: collapse; 
	}

	Zebra striping 

	tr:nth-of-type(odd) { 
		background: #eee; 
	}

	th { 
		background: #1c86dc; 
		color: white; 
		font-weight: bold; 
	}

	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: center; font-size:13px;
	}

	td a{ color:#CC3300; font-weight:800; text-decoration:underline;}

*/
.sch-inner{width:100%;}

.sch{text-align:center; font-size:14px; line-height:20px; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc;}

.days{	width:14.285%; float:left;}
.days-hd{
	background: #1c86dc; 
	color: white; 
	font-weight: bold; padding:10px; border-left:solid 1px #fff; text-transform:uppercase;
	}
.prog{padding:10px 0; border-left:solid 1px #ccc;  height:100px;}
.time{background:#eee; color:#1c86dc; border-bottom:solid 1px #ccc; border-left:solid 1px #ccc; padding:5px 0; height:50px;}

.sch td, th { 
		border-left: 1px solid #ccc; font-size:14px; text-align:center;
		}
.highlight-cell{background:	#1c86dc; color:#fff;}	
@media (max-width:767px){
.days{	width:100%; float:none;}
.blank{display:none;}
}


	
@media (max-width:1000px){
.sch-inner{width:50%; float:left;}
}

/*Programs*/
.program{border:solid 1px #CCCCCC; margin:10px;}
.program img{max-width:100%;}


legend.legendStyle {
padding: 20px 15px;
background:#1985dd;
color:#fff;
font-size:20px; font-family: 'candalregular';
}

legend.legendStyle span{font-family:'aller_lightregular';}

fieldset.fsStyle {
font-weight: normal;
border: 1px solid #ccc;
padding:5px;
}


legend {
width: auto;
border-bottom: 0px;
}

.price{border-radius:5px 0 0 5px;  color:#000;  padding:10px 0 10px 0;  background:#f7ebeb; margin-bottom:5px;}
.price span{background:#CC0000; color:#FFFFFF; padding:10px; border-radius:5px 0 0 5px;}



/*FREE TRIAL*/
.coupon{background:#1985dd; color:#fff; padding:15px; font-size:20px;}
.coupon-inner{border:dashed 3px #fff; padding:15px;}
.coupon img{max-width:100%;}
















.shadow-drop {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.31);
}
.thumbnail-custom-variant-3 .caption {
    transition: all 0.3s ease 0s;
}
.thumbnail-custom-variant-3:hover .caption {
    position: relative;
   
   
}

.bg-image-02 {
    background: rgba(0, 0, 0, 0) url("../images/program-02.jpg") no-repeat scroll 0 0 / cover ;
}
.bg-image-03 {
    background: rgba(0, 0, 0, 0) url("../images/program-03.jpg") no-repeat scroll 0 0 / cover ;
}
.bg-image-04 {
    background: rgba(0, 0, 0, 0) url("../images/program-04.jpg") no-repeat scroll 0 0 / cover ;
}
.bg-image-05 {
    background: rgba(0, 0, 0, 0) url("../images/index-06.jpg") no-repeat scroll 0 0 / cover ;
}
.btn-circle {
    border-radius: 50px;
}
.btn-bordered{border:solid 1px #2c7116; color:#2c7116;}
.btn-bordered:hover{background:#2c7116; color:#fff;}

.btn-bordered-white{border:solid 1px #fff; color:#fff;}
.btn-bordered-white:hover{background:#fff; color:#2c7116;}

.btn-sm{font-size:15px; font-weight:800; text-transform:uppercase; padding:15px 20px;}
.btn-white{transition:all 0.5s ease; color:#fff;}
.btn-white:hover{background:#fff; color:#1A86DE;}

.btn-dark{transition:all 0.5s ease; background:#2a2a2a; color:#fff;}
.btn-dark:hover{background:#006a6a; color:#fff;}

.pass-btn{border:solid 2px #1A86DE; padding:5px 15px; transition:all 0.5s ease; }
.pass-btn:hover{background:#1A86DE; color:#fff;}




.context-dark{ background:#1a202c url(../images/mid-bg.png) top fixed no-repeat; background-size:cover;}
.context-dark .col-lg-3{padding:0;}
.context-dark h1 { color:#fff;}
.counter-wrapper {
    color: #6b7386;
    font-weight: 800;
}
.hd-height{}
.content-height{height:130px;}
@media (max-width:767px){
	.hd-height{height:auto;}
	.content-height{height:auto;}
}

.range {
    display: flex;
    flex: 0 1 auto;
    flex-flow: row wrap;
}
.range-md-center {
    justify-content: center;
}








.counter {
    font-size: 46px;
    line-height: 0.8;
    margin-bottom: 0;
    margin-top: 10px;
}
@media (min-width: 1200px) {
.counter {
    font-size: 72px;
}
}

.counter-subheader {
    font-size: 24px;
    letter-spacing: -0.025em;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: top;
}
.counter-subheader.small {
    font-size: 14px;
}
@media (min-width: 1200px) {
.counter-sm {
    font-size: 60px;
}
}

.quote-variant-1::before {
    background-color: #EBEBEB;
    color: #e1e0e0;
    content: "";
    font-family: FontAwesome;
    font-size: 48px;
    left: 50%;
    line-height: 1;
    padding-left: 29px;
    padding-right: 29px;
    position: absolute;
    top: -22px;
    transform: translateX(-50%);
}
.quote-variant-1 {
    border: 2px solid #e1e0e0;
    color: #434345;
    font-size: 14px;
    margin: 20px 7px 0;
    padding: 35px 21px 21px;
    position: relative;
}

.quote-variant-1 cite {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}


.program-box{border:2px solid #e1e0e0; padding:0 20px; font-size:16px; background:#fff; margin-bottom:10px;}
.program-hd {  margin:-30% auto 10%; padding:15px; border-radius:50%; font-size:30px; font-weight:bold; color:#fff; text-align:center; width:80px; height:80px;}

.program-hd-txt{font-size:22px;}

.hd1{background:#FF6479;}
.hd2{background:#66ADFF;}
.hd3{background:#FFC966;}
.hd4{background:#A0C663;}
.hd5{background:#AF8BE5;}
.hd6{background:#AF8BE5;}


.hd-txt1{background:#FF6479; color:#fff; font-size:18px; padding:10px 0;}
.hd-txt2{background:#66ADFF; color:#fff; font-size:18px; padding:10px 0;}
.hd-txt3{background:#FFC966; color:#fff; font-size:18px; padding:10px 0;}
.hd-txt4{background:#A0C663; color:#fff; font-size:18px; padding:10px 0;}

.program-img{ text-align:center;}
.program-img img{border-radius:50%;}
.program-img-content{float:left;}

.thumbnail-custom-variant-1 {
    margin-bottom:10px;
    overflow: hidden;
    z-index: 1;
	
}
.thumbnail-custom-variant-1 .caption {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.34);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.thumbnail-custom-variant-1 .caption .icon-white[href]:hover {
    color: #ff6479;
}
.thumbnail-custom-variant-1 .caption-wrapper {
    position: relative;
}

.thumbnail-custom-variant-1 .caption-2 {
    background-color: #434345;
    border-top: 3px solid #ff6479;
    color: #9b9b9b;
    padding: 15px 10px 17px;
    transition: all 0.3s ease 0s;
}
.thumbnail-custom-variant-1 .caption-2 h3 {
	margin:0;
    letter-spacing: -0.025em;
	color:#fff;
}
.thumbnail-custom-variant-1 .caption-2 h3 a {
    color: #fff;
}
.thumbnail-custom-variant-1 .caption-2 h3 a:hover {
    text-decoration: underline;
}
.thumbnail-custom-variant-1:hover .caption {
    opacity: 1;
    visibility: visible;
}
.thumbnail-custom-variant-1:hover .caption-2 {
    background-color: #ff6479;
    color: #fff;
}
.swim-box-outer{display:flex;}
.swim-box{border:2px solid #e1e0e0; padding: 20px; font-size:16px; background:#fff; margin:0 5px 10px 5px;}
.swim-box-hd{font-size:22px;}

.faq-q{ border-radius:50%; font-size:30px; background:#FF6479; padding:10px 15px; color:#fff; margin-right:20px;}
.question{font-size:20px; color:#FF6479;}


.form-control {
    background-color: #fff;
    background-image: none;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    height: auto;
    line-height: 1.71429;
    padding: 5px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.shadow-drop-lg {
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.17);
}


.products li img {border:solid 1px #DCDCDC; margin:5px; padding:10px;}


/*girft*/

.gift-certificate{ background: url(../images/gift-certificate.jpg) no-repeat center; height: 456px;
  width: 100%;
  border: 3px solid #e8e8e8;}

.certificatefild {
  padding: 5px;
  color: #000;
  font-family: 'Lobster', cursive;
  font-size: 16px;
  margin: 183px 0px 0px 286px;
  border: none;
}

 .certificatefildto{ padding:5px;  color:#000;font-family: 'Lobster', cursive; font-size:16px;
 border: none;
  margin: 10px 0px 0px 133px;

}

.tomail {
  padding: 5px;
  color: #000;
  font-family: 'Lobster', cursive;
  font-size: 16px;

  margin: 6px 0px 0px 110px;
  
  border-left:none;
  border-right:none;
  border-top:none;
}






.certificate-bg{ background:#fff;padding:30px;  border: 3px solid #f7f7f7;}
.giftbody_text{ text-align:center; font:normal 28px/34px 'Oxygen' Arial, Helvetica, sans-serif; padding:20px 0px 0px;  color:#C00; text-transform:uppercase;}
.example {
  margin-bottom: 1.5em;
  margin-top: 1.4em;
  margin-right:13.0em;
  float: right;
}

.radio-button {font:16px/24px Arial, Helvetica, sans-serif; color:#ffffff; background:#b23c2e;
    border-radius: 2px;
box-shadow: 2px 2px 0px #ccc;
    display: inline-block;
    padding:6px 22px;
	cursor:pointer;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
behavior: url(PIE.htc);
margin-top:10px;
}
.radio-button:hover {
   color:#fff; background:#2f343a;
}

.radio-left{ float:left; margin-left:30px;}
.radio-right{ float:right; margin-right:30px;}

.inputcard[type=checkbox]:not(old),
.inputcard[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

.inputcard[type=checkbox]:not(old) + label,
.inputcard[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}

.inputcard[type=checkbox]:not(old) + label > span,
.inputcard[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}




.inputcard[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(181,9,56);
  background-image :    -moz-linear-gradient(rgb(181,9,56),rgb(212,3,60));
  background-image :     -ms-linear-gradient(rgb(181,9,56),rgb(212,3,60)));
  background-image :      -o-linear-gradient(rgb(181,9,56),rgb(212,3,60));
  background-image : -webkit-linear-gradient(rgb(181,9,56),rgb(212,3,60));
  background-image :         linear-gradient(rgb(181,9,56),rgb(212,3,60));
}




.box-team{ margin-bottom:20px; border:solid 2px #39a2bc;  overflow:hidden; position:relative; text-align:center; }
.box img{max-width:100%; width:100% }
.box-hd-team{  padding:4px 0 ; border:solid 10px #efefef; }
.box-hd-team h4{color:#000;}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

img{ max-width:100%;}



.cart-btn{ background:#db0304; padding:8px 10px; text-align:center; color:#fff; transition: all 0.3s ease 0s; display:block; font-size:14px; border-radius:5px; font-family: 'zurich_lt_btlight';}
.cart-btn:hover{ background:#000;}
.cart-price{ font:800 20px/40px 'zurich_lt_btlight'; }

.select-box{ width:120px; margin-bottom:10px;}

.dental-video{height:510px; float:none; margin:0 auto;}
@media (max-width: 768px) {
	.dental-video{height:350px;}
}
.video-thumb{border:solid 1px #ddd; transition:all 0.5s ease; margin-bottom:20px;}
.video-thumb h3{margin-top:20px; margin-bottom:0;}
.video-thumb:hover {
    box-shadow: 6px 8px 24px 0 rgba(32, 47, 57, 0.2);
    transform: translateY(-10px);
}

.thumb1{position:absolute; top:10px; width:93%; height:87%; background:rgba(0,0,0,0.5) url(../images/zoom.png) center no-repeat; display:block; opacity:0; z-index:999;}
.thumb1:hover{ opacity:1; transition: all .2s ease-in-out;}










/*INNER MENU*/
.menu-body{  padding:0px 0 20px; margin-top:-8px;}
.menu-inner-left{  margin:0 10px; }
.menu-inner-left1{  margin:0 10px; }
.menu-sec-inner{padding:15px 0; text-align:center; border-bottom:solid 1px #fb0735;}
.menu-sec1-inner{padding:15px 0;}
.sub-hd{font:bold 18px Arial, Helvetica, sans-serif; color:#000; padding-bottom:15px;}
.menu-sec{list-style:none;  padding:0 20px; text-align:center;}
.menu-sec1{list-style:none; float:left; padding:0 20px;}
.menu-sec img{padding:20px 0;}
.menu-sec li{line-height:25px;}
.menu-hd{color:#000;  font:normal 36px 'fira_sansregular'; text-align:center; padding-bottom:0px;  background:url(../images/menu-hd.png) bottom center no-repeat;}
.menu-hd1{color:#000;  font:normal 36px 'fira_sansregular'; text-align:center; padding-bottom:0px;  background:url(../images/menu-hd1.png) bottom center no-repeat;}
.menu-hd2{color:#000;  font:normal 36px 'fira_sansregular'; text-align:center; padding-bottom:20px;  background:url(../images/menu-hd2.png) bottom center no-repeat;}
.sub-menu-hd{color:#000;  padding-bottom:10px; font:normal 22px 'fira_sansregular'; text-align:center}

.menu-sec-img{ text-align:center; margin-top:50px; padding:20px;}
.menu-sec-img img{  }
img{ max-width:100%}

.inner2{ padding:0;}
.inner2 li{ list-style-image:url(../images/arrow.png); margin:5px 0px 5px 10px; color:#000;  }
.inner2 li a{ color:#000;}

.menu-sec-inner h3 span{ font-size:15px;}
hr{ border-color:#999;}



 .testi-prev{ padding:10px; background:#ffb71a;  }
.testi-next{ margin-left:10px; padding:10px; background:#ffb71a;  }
.testi-prev:hover{ padding:10px; background:#c9cacb;}
.testi-next:hover{ padding:10px; background:#c9cacb;}


 