@import url('https://fonts.googleapis.com/css2?family=Damion&amp;family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&amp;display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, * focus {
	outline: none!important;
	margin: 0;
	padding: 0;
}
a:hover{
	text-decoration:none!important;
}
html {
  scroll-behavior: smooth!important;
}
html, body {
    height:100%;
}
body{
	font-family: 'Rubik', sans-serif !important;
	font-weight:400!important;
	line-height: 1.8!important;
	font-size: 15px!important;
	color: #111!important;
	text-decoration: none;
	height:100%;
	background-color:#fff;
}
@media screen and (max-width : 768px) {
body{	
	line-height: 28px!important;
	font-size: 14px!important;
}
}
.sticky{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color:#fff;
	z-index: 100;
	border-radius:0;
	border-top:solid 3px #1991C5;
}
.sticky .header-r{
}
.top-nav{
	position:absolute;
	width:100%;
	z-index:10;
	left:0;
	top:0;
	background-color:#090909;
    color: #fff;
	position:relative;
	font-size:13px;
    font-weight: 500;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #eee;
}
.top-nav .container{
	padding-top:0;
	padding-bottom:0;
}
.top-nav .tn-l{
	font-size:16px;
	font-weight:600;
}
.top-nav .tn-l i{
	color:#fff;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	background-color:#00cc66;
	border-radius:5px;
	margin:0 3px 0 0;
}
.top-nav .tn-link{
	margin:0;
	float:right;
	display:table;
}
.top-nav .tn-link ul{
	text-align:left;
	display:inline-block;
	list-style:none;
	margin:0 !important;
	padding:0!important;
}
.top-nav .tn-link ul li{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	border:0;
	border-right:solid 1px rgba(255,255,255,.1);
}
.top-nav .tn-link ul li:last-child{
	border-right:0;
	margin:0 0 0 5px;
	padding:0;
}
.top-nav .tn-link ul li a{
	margin:0;
	padding:0 10px;
    color:#fff;
}
.top-nav .tn-link ul li a img{
	height:40px;
	padding:6px 0;
}
.top-nav .tn-link ul li a i{
	margin:0 1px 0 0;
	color:#1fbce7;
	font-size:14px;
}
.top-nav .tn-link ul li:first-child a{
	color:#ffcc33;
}

header{
	position:absolute;
	z-index:10;
	left:0;
	top:40px;
	display:block;
	clear:both;
	background-color: #fff;
	width:100%;
	height:auto;
	padding:10px 0;
	box-shadow:0px 15px 15px 0 rgba(0,0,0,.15);
	/*
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;*/
}
header .container{
	padding-top:0;
	padding-bottom:0;
	border-bottom:solid 0px rgba(255,255,255,.2);
	position:relative;
	display:flex;
}
header .logo{
	width:20%;
	text-align:left;
	overflow:hidden;
	padding:0;
}
header .logo img{
	height:60px;
	width:auto;
	max-width: 100%;
}
header .logo a{
	display:block;
}
header .header-r{
	width:58%;
    padding: 5px 0;
}
header .header-right2{
	width:32%;
	padding-top:10px;
}
header .header-right2 a{
	float:right;
	text-align:left;
	color:#fff;
	font-size:16px;
	line-height:40px;
    height: 40px;
    background-color: #fd7702;
    padding: 0 10px;
    border-radius: 4px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 700;
    margin-left: 5px;
}
header .header-right2 a i{
	color:#fff;
	margin: 0 5px 0 0;
    vertical-align: middle;
}
header .header-right2 a.post{
	font-size:13px;
	line-height:15px !important;
    background-color: #1991C5;
    padding: 5px 10px;
    display: flex;
}
header .header-right2 a.post .fa-stethoscope{
	font-size:20px;
	line-height:30px;
}


@media screen and (max-width: 1200px) {
header .header-right2 a{
	font-size:14px;
    padding: 0 8px;
    font-weight: 700;
    margin-left: 5px;
}
header .header-right2 a i{
	color:#fff;
	margin: 0 3px 0 0;
    vertical-align: middle;
}
header .header-right2 a.post{
	font-size:12px;
    padding: 5px 8px;
}
}
@media screen and (max-width: 1024px) {
.top-nav{
	display:none;
	position:relative;
	z-index:auto;
}
header{
	position:relative;
    height: auto;
	top:0;
	left:0;
	border-top:solid 3px #1991C5;
}
header .logo{
	float:left;
	width:24%;
	text-align:left;
}
header .logo img{
	height:32px;
	width:auto;
}
header .header-right{
	width:1%;
}
header .header-r{
	width:1%;
}
header .header-right2{
	float:left;
	width:75%;
	padding-top:0;
    padding-right:40px;
}
header .header-right2 a{
	font-size:16px;
	line-height:32px;
    height: 32px;
    padding: 0 8px;
}
header .header-right2 a i{
	color:#fff;
	margin: 0 5px 0 0;
    vertical-align: middle;
}
header .header-right2 a.post{
	font-size:13px;
	line-height:11px !important;
    padding: 5px 8px;
}
header .header-right2 a.post i{
	color:#fff;
	font-size:16px;
	line-height:22px;
    margin-right: 5px;
}
}
@media screen and (max-width: 575px) {
header .logo{
	width:36%;
}
header .header-right2 a span{
	display: none;
}
header .header-right2 a i{
    font-size: 18px;
	margin: 0 1px;
}
header .header-right2 a.post{
	font-size:9px;
	line-height:11px !important;
    padding: 5px 8px;
}
}


.banner{
    width:100%;
    height:auto;
}
.banner img{
    width:100%;
    height:auto;
}
.banner .b-form{
	position: absolute;
	z-index: 1;
	right: 60%;
	top: 40%;
	bottom: 50%;
	width: 100%;
	height: auto;;
}
.banner .b-form .container{
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.banner .b-form form{
	float: right;
	width: 320px;
	padding: 20px;
	background-image: linear-gradient(-45deg, #1AA5E1 0%, #1991C5 100%);
	border-radius: 0 20px 0 20px;
	box-shadow: 0px 2px 15px rgba(0,0,0,.5);
}
.banner .b-form form h5{
	color: #fff!important;	
}



@media screen and (max-width: 1380px) {
.banner .b-form{
	right: 60%;
	top: 30%;
}
}

@media screen and (max-width: 1200px) {
.banner .b-form{
	right: 60%;
	top: 20%;
}
}

@media screen and (max-width: 992px) {
.banner .b-form{
	position: relative;
	z-index: auto;
	right: 0;
	top: auto;
	bottom: auto;
	width: 100%;
	height: auto;
	padding: 0;
	background-image: linear-gradient(-45deg, #48dc80 0%, #10a749 100%);
}
.banner .b-form form{
	float: none;
	width: 100%;
	padding: 20px;
	background-color: transparent!important;
	border-radius: 0;
	box-shadow: 0px 2px 15px rgba(0,0,0,0);
}
}

.point-img{
	width:100%;
	height:auto;
	border-radius:10px;
	overflow:hidden;
	margin-bottom:30px;
	box-shadow: 0 10px 22px 0 rgba(0,0,0,.15);
}
.point-img img{
	width:100%;
	height:auto;
}


@media screen and (max-width: 992px) {
}


.ads{
    position: relative;
	margin:15px 0;
	background-image: url("images/ads/home-visit.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	box-shadow: 0px 1px 15px rgba(0,0,0,.15);
}
.ads .ads-cont{
    position: relative;
	padding: 50px;
	border-radius: 10px;
	background-image: linear-gradient(90deg, rgb(22, 140, 207) 10%, rgba(51, 160, 223, 0.8) 35%, rgba(52, 127, 240, 0.7) 50%, rgba(16,69,167,0) 110%)
}
.ads .ads-cont p{
    line-height: 1.3;
}
.ads .ads-cont a{
    display: inline-block;
    font-weight: 500;
    line-height: 44px;
    border: 2px solid rgba(0,0,0,.3);
    padding: 0 25px;
    color: #fff;
	border-radius: 5px;
    text-decoration: none;
	-webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;        
}
@-webkit-keyframes glowing {
  0% { background-color: #00b700; -webkit-box-shadow: 0 0 3px #00b700; }
  50% { background-color: #00b700; -webkit-box-shadow: 0 0 20px #00b700; }
  100% { background-color: #00b700; -webkit-box-shadow: 0 0 3px #00b700; }
}

@-moz-keyframes glowing {
  0% { background-color: #00b700; -moz-box-shadow: 0 0 3px #00b700; }
  50% { background-color: #00b700; -moz-box-shadow: 0 0 20px #00b700; }
  100% { background-color: #00b700; -moz-box-shadow: 0 0 3px #00b700; }
}

@-o-keyframes glowing {
  0% { background-color: #00b700; box-shadow: 0 0 3px #00b700; }
  50% { background-color: #00b700; box-shadow: 0 0 20px #00b700; }
  100% { background-color: #00b700; box-shadow: 0 0 3px #00b700; }
}

@keyframes glowing {
  0% { background-color: #00b700; box-shadow: 0 0 3px #00b700; }
  50% { background-color: #00b700; box-shadow: 0 0 20px #00b700; }
  100% { background-color: #00b700; box-shadow: 0 0 3px #00b700; }
}


.ads .ads-cont a.hv{
    display: inline-block;
    font-weight: 500;
    line-height: 44px;
    border: 2px solid rgba(0,0,0,.3);
    padding: 0 25px;
    color: #fff;
	border-radius: 5px;
    text-decoration: none;
	-webkit-animation: glowing2 1500ms infinite;
  -moz-animation: glowing2 1500ms infinite;
  -o-animation: glowing2 1500ms infinite;
  animation: glowing2 1500ms infinite;        
}
@-webkit-keyframes glowing2 {
  0% { background-color: #fd7702 ; -webkit-box-shadow: 0 0 3px #fd7702 ; }
  50% { background-color: #fd7702 ; -webkit-box-shadow: 0 0 20px #fd7702 ; }
  100% { background-color: #fd7702 ; -webkit-box-shadow: 0 0 3px #fd7702 ; }
}

@-moz-keyframes glowing2 {
  0% { background-color: #fd7702 ; -moz-box-shadow: 0 0 3px #fd7702 ; }
  50% { background-color: #fd7702 ; -moz-box-shadow: 0 0 20px #fd7702 ; }
  100% { background-color: #fd7702 ; -moz-box-shadow: 0 0 3px #fd7702 ; }
}

@-o-keyframes glowing2 {
  0% { background-color: #fd7702 ; box-shadow: 0 0 3px #fd7702 ; }
  50% { background-color: #fd7702 ; box-shadow: 0 0 20px #fd7702 ; }
  100% { background-color: #fd7702 ; box-shadow: 0 0 3px #fd7702 ; }
}

@keyframes glowing2 {
  0% { background-color: #fd7702 ; box-shadow: 0 0 3px #fd7702 ; }
  50% { background-color: #fd7702 ; box-shadow: 0 0 20px #fd7702 ; }
  100% { background-color: #fd7702 ; box-shadow: 0 0 3px #fd7702 ; }
}


@media screen and (max-width: 992px) {
.ads .ads-cont p{
	display:none;
    margin: 0 0 10px 0!important;        
}
.ads{
    position: relative;
	margin:15px 0;
	background-image: url("images/ads/home-visit.jpg");
	background-position: right bottom;
	border-radius: 10px;
	background-size: 140%;
	box-shadow: 0px 1px 15px rgba(0,0,0,.15);
}
.ads .ads-cont{
    position: relative;
	padding: 20px 20px 150px 20px;
	border-radius: 10px;	
	background-image: linear-gradient(180deg, rgb(49, 16, 167) 10%, rgb(38, 26, 207) 35%, rgba(90, 25, 241, 0.9) 65%, rgba(16,69,167,0) 100%)
}
}



.box {
    position: relative;
    width: 100%;
}

.our-services {
    margin-top: 75px;
    padding-bottom: 30px;
    padding: 0 30px;
    min-height: 215px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17)
}
.our-services h5 {
    color:#111!important;
}
.our-services p {
  line-height: 1.6 !important;
  margin: 0 0 0 0 !important;
    text-align: center!important;
  color: #666;
}

.our-services .icon {
    margin-bottom: -21px;
    transform: translateY(-50%);
    text-align: center
}

.our-services:hover h5,
.our-services:hover p {
    color: #fff !important;
}

.speedup:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%)
}

.settings:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%)
}

.privacy:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%)
}

.backups:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%)
}

.ssl:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%)
}

.database:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #27b88d 0%, #22dd73 100%)
}



 .featured-img {
     display: block;
	 width: 100%;
	 position: relative;
     text-align: center;
     margin: 15px 0;
}
 .featured-img .f-img {
     position: relative;
	 width: 100%;
     display: block;
	 height: auto;
     border-radius: 100%;
     margin-bottom: 20px;
         
}
.featured-img .f-img img {
     position: relative;
	 width: 100%;
     display: block;
	 height: auto;
     border-radius: 100%;
     border: 10px solid #fff;
         
}
 .featured-img .f-img::before, .featured-img .f-img::after {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 z-index: -1;
	 transition: 0.3s ease;
     border-radius: 100% 100% 100% 0;
}
 .featured-img .f-img::before {	 
     background-color: #1991C5;
	 bottom: 10px;
	 right: 10px;
}
 .featured-img .f-img::after {
	 background-color: #fd7702;
	 top: 10px;
	 left: 10px;
}
 .featured-img:hover .f-img::before {
	 bottom: 20px;
	 right: 20px;
}
 .featured-img:hover .f-img::after {
	 top: 20px;
	 left: 20px;
}


.treatment{
    position: relative;
	width:100%;
	height:auto;
    padding: 15px 0;
    margin: 15px 0;
    text-align: center;
}
.treatment a{
    display: block;
    position: relative;
    color: #fff;
    border-radius:10px;
    padding: 20px 10px;
    box-shadow: 0px 10px 30px 0 rgba(0,0,0,.15);
    background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%); 
    -moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.treatment a.t-2{
    background-image: linear-gradient(-45deg, #48dc80 0%, #10a749 100%)
}
.treatment a.t-3{
    background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%)
}
.treatment a.t-4{
    background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%)
}
.treatment a.t-5{
    background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%)
}
.treatment a.t-6{
    background-image: linear-gradient(-45deg, #f96fa6 0%, #cf1379 100%)
}
.treatment a.t-7{
    background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%)
}
.treatment a.t-8{
    background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%);
}
.treatment a .tr-img{
    width: 64px!important;
    height: 64px!important;
	font-size:30px;
	color:#063d71;
	text-align:center;
	line-height:40px;
	font-weight:600;
    height: inherit;
    margin: -50px auto 0px auto;
    padding: 12px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
     -moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.appointment-page .treatment a .tr-img{
    width: 75%!important;
	font-size:32px;
	font-weight:700;
	border-radius:10px;
	letter-spacing:-1px;
	text-shadow:2px 2px 0px rgba(0,0,0,.1);
}
.appointment-page .treatment a.t-4 .tr-img{
    color:#fd7702;
}
.appointment-page .treatment a.t-8 .tr-img{
    color:#fa144b;
}

.treatment a .tr-img img{
    width: 100%;
    height: auto;
    
}
.treatment:hover a .tr-img{
    box-shadow: 0px 10px 25px rgba(0,0,0,.2);
}
.treatment a h5{
    color: #fff !important;
    font-size: 15px !important;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0 0 0 !important;
}
.treatment a:hover{
    box-shadow: 0px 0px 35px 0 rgba(0,0,0,.1);
}
.treatment a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border: 3px solid #fff;
  top: 15px;
  left: 15px;
  border-bottom: 0;
  border-right: 0;
    border-radius:8px 0 0 0;
    -moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.treatment a::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border: 3px solid #fff;
  bottom: 15px;
  right: 15px;
  border-top: 0;
  border-left: 0;
    border-radius:0 0 8px 0;
    -moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.treatment:hover a::before {
  top: 5px;
  left: 5px;
    border-bottom: 0;
    border-right: 0;
}
.treatment:hover a::after {
  right: 5px;
  bottom: 5px;
    border-top: 0;
    border-left: 0;
  
}

@media screen and (max-width : 768px) {
.treatment a{
    padding: 20px 10px;
}
.treatment a h5{
    font-size: 12px !important;
    margin: 20px 0 0 0 !important;
}
.treatment a::before {
  height: 14px;
  width: 14px;
  border: 2px solid #fff;
  top: 8px;
  left: 8px;
  border-bottom: 0;
  border-right: 0;
}
.treatment a::after {
  height: 14px;
  width: 14px;
  border: 2px solid #fff;
  bottom: 8px;
  right: 8px;
  border-top: 0;
  border-left: 0;
}
}


.home-0{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(images/home-1.html);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:200px 0 0 0;
	position:relative;
	font-size:16px;
	color:#000;
	box-shadow:inset 0px 50px 80px rgba(0,0,0,.4);
}
.home-0 .container{
	width:100%;
	padding:30px 5%!important;
	background-color:rgba(255,255,255,.9);
}
.home-0 ul{	
}
.home-0 ul li{
	float:left;
	list-style:none;
	width:14.66%;
	text-align:center;
	margin:1%;
}
.home-0 ul li a{
	display:block;
	font-weight:700;
	font-size:12px;
	color:#006699;
}
.home-0 ul li a img{
	background-color:rgba(0,0,0,.7);
	border:solid 5px rgba(255,255,255,.2);
	padding:15px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.home-0 ul li a:hover img{
	background-color:rgba(221,38,39,.95);
}
.home-0 .container h3{
	font-weight:700;
	color:#000;
}
@media screen and (max-width : 768px) {
.home-0{
	background-attachment: scroll;
	background-size: 100%;
	background-image: url(images/home-1.html);
	background-repeat: no-repeat;
	background-position: center -30px;
	padding:100px 0 0 0;
	position:relative;
	font-size:16px;
	color:#000;
	box-shadow:inset 0px 50px 80px rgba(0,0,0,.4);
}
.home-0 ul{	
}
.home-0 ul li{
	float:left;
	list-style:none;
	width:31.33%;
	text-align:center;
	margin:1%;
}
.home-0 ul li a{
	display:block;
	font-weight:400;
	font-size:11px;
	color:#006699;
	line-height:normal;
}
.home-0 ul li a img{
	background-color:rgba(0,0,0,.7);
	border:solid 5px rgba(255,255,255,.2);
	padding:15px;
	width:auto;
	height:auto;
	max-width:75%;
}
}

.h-service{
	position:relative;
}
.h-service h2{
	margin:0 0 50px 0!important;
	text-align:center;
	color:#fff!important;
}
.h-service a{	
	display:inline-block;
	width:100%;
	position:relative;
	height:100%;
	color:#fff;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.h-service a:hover{
	color:#fff;
}
.h-service a .hs-box{
	background-color:rgba(221,38,39,.8);
	margin:240px 0 0 0;
	height:100%;
	padding:15px;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-shadow:1px 1px 3px rgba(0,0,0,.5);	
}
.h-service a:hover .hs-box{
	margin:0;
	background-color:rgba(221,38,39,.9);
}
.h-service a .hs-box ul li {
	list-style:none;
	float:left;
	width:50%;
	font-size:11px;
}
h1, h2, h3, h4, h5{
}

h1{
	font-weight:500!important;
	font-size:26px!important;
	line-height:normal;
	color:#fd7702!important;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
	position:relative;
}
h1 span, h1 strong{
	color:#00c194;
	font-weight:600!important;
}
h1::after{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:40px;
	height:4px;
	border-radius:2px;
	background-color:#1991C5;
}
.text-center h1::after, h1.text-center::after{
	left:50% !important;
    margin-left: -20px!important;
}
h1 a{
	color:#fd7702!important;
}
h2{
	font-weight:500!important;
	font-size:26px!important;
	line-height:normal;
	color:#1991C5!important;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
	position:relative;
}
h2 span, h2 strong, h2 a{
	color:#1991C5!important;
	display:inline-block;
}
h2::after{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:40px;
	height:4px;
	border-radius:2px;
	background-color:#fd7702;
}
.text-center h2::after, h2.text-center::after{
	left:50% !important;
    margin-left: -20px!important;
}
.brown{
	color:#5f1717!important;
}
h3{
	font-weight:500!important;
	font-size:20px!important;
	line-height:normal;
	color:#fd7702!important;
	padding:0!important;
	margin:0 0 10px 0!important;
}
h3 span{
	color#0b5e2a;
	display:inline-block;
}
h4{
	font-weight:600!important;
	font-size:18px!important;
	line-height:normal;
	color:#111!important;
	padding:0!important;
	margin:0 0 5px 0!important;
}
h4 span{
	color:#0b5e2a;
	display:inline-block;
}
h5{
	font-weight:500!important;
	font-size:18px!important;
	color:#666!important;
	padding:0!important;
	margin:0 0 5px 0!important;
}

h6{
	font-style:italic;
	color:rgba(0,0,0,.8)!important;
	font-size:16px!important;
	line-height:28px!important;
}
.container{
	padding:50px 0;
	position:relative;
}
.center-heading h1{
	text-align:center!important;
	position:relative;
	margin:0 0 10px 0!important;
	padding:0 0 10px 0!important;
}
.center-heading h1:after{
	content: "";
	position:absolute;
	left:50%;
	bottom:0;
	width:80px;
	height:2px;
	margin-left:-40px;
	background-color:#00c194;
}
@media screen and (max-width: 992px) {
.container{
	padding:30px 0
}
h1{
	font-size:20px!important;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
}
h2{
	font-size:20px!important;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
}
h3{	
	font-size:18px!important;
	margin:0 0 10px 0!important;
}
h4{
	font-size:18px!important;
	margin:0 0 5px 0!important;
}
h5{	
	font-size:16px!important;
	margin:0 0 10px 0!important;
}
h6{
	font-style:italic;
	color:rgba(0,0,0,.8)!important;
	font-size:16px!important;
	line-height:28px!important;
}
}


.h-award ul{
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ddd;
}
.h-award ul:last-child{
    border-bottom: solid 0px #ddd;
}
.h-award ul li{
	list-style:none;
	float:left;
	width:25%;
    text-align: center;
    padding: 25px 0;
	margin:0 0 0 0;
	border:solid 0px #fff;
    border-right: solid 1px #ddd;
}
.h-award ul li:last-child{
    border-right: solid 0px #ddd;
}
.h-award ul li img{
	width:auto;
	height:200px;	
}
.img-thumbnail{
	margin-top:10px;
	margin-bottom:15px;
}
@media screen and (max-width: 768px) {
.h-award ul li{
	padding: 10px 0;
}
.h-award ul li img{
	width:90%;
	height:auto;	
}
.container.h-award p{
	margin:0 0 0 0!important;
}
}

.presence{
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	text-align:text;
	border-radius:40px 0 40px 0;
	margin:15px 0;
	padding:20px 5px;
    position: relative;
}
.presence .video-container{
    border-radius:30px 0 30px 0;
    box-shadow: 0px 0px 0px 0;
}
.presence .pr-img{
    position: absolute;
    z-index: 1;
    right: -15px;
    top: -15px;
	background-color:#f1f3f4;
	display:inline-block;
	clear:both;
	border-radius:100%;
}
.presence img{
    width:100%;
    height:auto;
}
.presence .pr-img i{
    font-size: 22px;
	height:52px;
	width:52px;
    line-height: 52px;
    text-align: center;
}
.presence h3{
    text-align:right;
	color:#001f5e !important;
    padding: 0!important;
    margin: 0!important;
}
.container .presence p{
    line-height: 1.6!important;
	margin:25px 0 0 0!important;
    color: #666;
    font-style: italic;    
}



.h-event{
	text-align:center;	
}
.h-event img{
	width:80%;
	height:auto;
	padding:5px;
	box-shadow:0px 0px 3px rgba(0,0,0,.5);
	background-color:rgba(255,255,255,.8);
}

.home-visit{
	background-image: url(images/home-visit.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:center center;
	text-align:left;
	box-shadow:inset 0px -100px 100px -50px rgba(0,0,0,.5);
	border-bottom:solid 3px #eee;
	text-shadow:1px 1px 4px rgba(0,0,0,.5);
	position:relative;
	border-bottom:solid 5px #006699;
	padding:80px 0 0 0;
	overflow:hidden;
	color:#fff;
	font-size:20px!important;
}
.home-visit h1{
	color:#fd7702!important;
	margin:0 0 20px 0!important;
	padding:0 0 15px 0!important;
	position:relative;
}
.home-visit h1::after{
	background-color:#fff;
}
.home-visit h2{
	color:#fd7702!important;
	margin:0 0 20px 0!important;
	padding:0 0 15px 0!important;
	position:relative;
}
.home-visit h2 span{
	position:absolute;
	width:80px;
	height:2px;
	background-color:#fff;
	left:0;
	bottom:0;
}
.home-visit .fa{
	color:#fd7702!important;
}
.home-visit h4{
	color:#FFF!important;
	font-weight:400!important;
}
.home-visit h4 a{
	color:#FF6600;
	font-weight:700;
}
.home-visit form{
	background-color:rgba(0,0,0,.8);
	padding:20px;
	border-radius:20px;
	margin:10px 0 0 0;
}
.home-visit ul{
	margin:10px 0 0 0!important;
}
.home-visit ul li{
	list-style-type: none;
	padding:0 0 0 33px;
	text-indent:3px;
	border-left:solid 0px #FF6600;
	margin:15px 0!important;
	text-align:left;
	line-height:normal;
}
.home-visit ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -33px;
    content: "\f00c";
	color: #fd7702;
	font-size:18px;
}
.home-visit input[type="text"], .home-visit input[type="tel"], .home-visit input[type="email"] {
	border:solid 0px rgba(0,0,0,.1);
	border-bottom:solid 1px rgba(255,255,255,.5);
	color: #fff;
	height: 40px;
	background-color:rgba(255,255,255,0);
	border-radius:0;
}
.home-visit input[type="text"]:focus, .home-visit input[type="email"]:focus, .home-visit input[type="tel"]:focus{ 
	border-bottom:solid 1px #075482;	
}
.home-visit .f-user:before {
    color: #fd7702;
    bottom: 10px;
}
.home-visit .f-email:before {
    color: #fd7702;
    bottom: 10px;
}
.home-visit .f-message:before {
    color: #fd7702;
    bottom: 10px;
}
.home-visit .f-mobile:before {
    color: #fd7702;
    bottom: 10px;
}


.home-visit input[type="submit"] {	
	display:block;
	width:100%;
	border:0!important;
	background-color:#fd7702!important;
	height:50px!important;
	line-height:50px!important;
	color:rgba(0,0,0,.8);
	text-decoration:none!important;
	padding:0 15px!important;
	border-radius:3px!important;
	font-weight:bold!important;
	font-size:18px!important;
	margin:5px 0 0 0!important;
	box-shadow:inset 0px 25px 3px rgba(255,255,255,.2)!important;
}

.f-user:before {
    color: #0f4a8c;
}
.f-email:before {    
    color: #0f4a8c;
}
.f-message:before {    
    color: #0f4a8c;
}
.f-phone:before {   
    color: #0f4a8c;
}
.bb{
	background-color:#006699;
	text-align:center;
	font-weight:700!important;
	color:#fff;
}
.bb strong{
	font-size:18px;
	font-weight:700!important;
	color:#fff;
}
.bb img{
	width:45px;
	height:auto;
	margin:0 0 10px 0;
}
@media screen and (max-width : 768px) {
.g-cap{
	text-align:center!important;
}
.g-cap .g-recaptcha{
	text-align:center!important;
	margin:0 auto;
}

.home-visit{
	font-size:14px!important;
	padding:0px 0;
}
.home-visit form{
	margin:10px 0 0 0;
}
.bb{
	font-size:10px;
	line-height:normal;
}
.bb img{
	width:45px;
	height:auto;
	margin:0 0 5px 0;
}
}



.inner-banner{
	background-size: 100%;
	background-image: url(images/inner-bg.jpg);
	background-repeat: no-repeat;
	background-position:center bottom;
	text-align:left;
	box-shadow:inset 0px -100px 100px -50px rgba(0,0,0,.5);
	border-bottom:solid 3px #eee;
	text-shadow:1px 1px 4px rgba(0,0,0,.5);
	position:relative;
	border-bottom:solid 5px #eee;
	padding:250px 0 0 0 ;
	overflow:hidden;
}
.banner-s{
    background-color: #1991C5;
	padding:30px 0 0 0!important ;
    background-image: none;
    box-shadow:inset 0px -100px 100px -50px rgba(0,0,0,0);
}
.inner-banner img{
	width:100%;
	height:auto;
}
.inner-banner h1{
	color:#fff;
	font-size:35px;
	line-height:normal;
	width:100%;
}
.inner-banner h3{
	color:#fff;
	font-size:16px;
	font-family: 'Open Sans', sans-serif!important;
}
@media screen and (max-width : 768px) {
.inner-banner{
	padding:25px 0;
}
.banner-s{	
	padding:0px 0!important ;
}
}


.container p{
	text-align:justify;
	margin:0 0 30px 0!important;
}
.container p:last-child {
	margin:0 0 0 0!important;
}

.container p a{
	color:#ff6600;
	text-decoration:none;
}
.container .heading{
	text-align:center;
}
.container .heading h2{
	text-align:center;
	display:inline-block;
	color:#3399ff;
	border-bottom:solid 3px #999;
	font-size:35px;
	line-height:normal;
	margin:0 0 20px 0;
}
.container .heading h2 a{	
	color:#3399ff;
	text-decoration:none;
}
.container .heading h2 a:hover{
	color:#666;
}



.container2{
	background-color: #f1f3f4;
}


.container-red{
	background-color:#f1f3f4;
}
.container-red img{
	width:auto;
	height:auto;
	max-width:320px;
	border-radius:25px 0 25px 0;
	margin:0 0 0 15px;
}
.container-red p{
	text-align:justify;
}
.container-red ul{
	margin:0;
    display: table;
    width:100%;
}
.container-red ul li{
	list-style-type: none;
	padding:0 0 0 33px;
	text-indent:3px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
}
.container-red ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -33px;
    content: "\f00c";
	color: #006699;
	font-size:18px;
}
.container-red .list-subcat{
	margin:0;
    width:100%;
    display: table;
}
.container-red .list-subcat li{
	list-style-type: none;
	padding:0;
	font-size:15px;
	font-weight:700;
	margin:1%;
	text-align:center;
	float:left;
	width:23%;
}
.container-red .list-subcat li a{
	background-color:#fff;
	display:block;
	color:#1991C5;
	border:solid 0px rgba(0,0,0,.1);
	padding:15px 0;
	border-radius:10px;
	box-shadow:0px 5px 15px 0px rgba(0,0,0,.15);
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.container-red .list-subcat li a:hover{
	background-color:#fd7702;
	display:block;
	color:#fff;
}
.container-red .list-subcat li:before {
    font-family: font-family: 'Open Sans', sans-serif!important;
    top:0;
	margin:0;
    content: "";
	color: #fff;
	font-size:18px;
}
@media screen and (max-width : 920px) {
.container-red .list-subcat li{
	list-style-type: none;
	padding:0;
	text-indent:3px;
	font-size:12px;
	font-weight:700;
	margin:2%;
	text-align:center;
	float:left;
	width:46%;
}
.container-red .list-subcat li a{
	border:solid 3px rgba(0,0,0,.1);
	padding:10px 0;
	border-radius:5px 0 5px 0;
	box-shadow:3px 3px 0px rgba(0,0,0,.3);
}
}
@media screen and (max-width : 480px) {
.container-red .list-subcat li{
	list-style-type: none;
	padding:0;
	text-indent:3px;
	font-size:12px;
	font-weight:700;
	margin:5%;
	text-align:center;
	float:none;
	width:90%;
}
.container-red .list-subcat li a{
	border:solid 3px rgba(0,0,0,.1);
	padding:10px 0;
	border-radius:5px 0 5px 0;
	box-shadow:3px 3px 0px rgba(0,0,0,.3);
}
}




.container3{
    background-image: url(images/bg-testimonials.jpg);
	background-color:#fff;
	background-size: cover;
	position:relative;
    padding: 100px 0;
	background-position: center center;
	background-repeat: no-repeat;
}
.container3 form{
    background-color: rgba(0,51,102,.95);
    border: solid 0px #fff;
    padding: 30px;
}
.container3 form h5{
	color:#fd7702!important;
}
.container3 form h2{
	color:#fff!important;
}
.container3 form .btn1{
	width: 100%;
}


@media screen and (max-width : 768px) {
.container3{
    background-image: url(images/bg-testimonials.jpg);
	background-color:#eceeed;
	background-size: 130%;
	position:relative;
    padding: 0 0 180px 0;
	background-position: 100px bottom;
	background-repeat: no-repeat;
}	
}
.time-schedule{
    border: solid 10px #fff;
    padding: 20px;
    border-right: 0;
    background-color: rgba(255,255,255,.9);
	text-align:left;
}
.time-schedule h2{
    font-size:18px !important;
}
.time-schedule p{
    text-align:left;
}
.time-schedule .call{
  font-size: 18px;
    border: solid 0px #fff;
    border-radius:5px;
    padding: 20px;
    margin: 20px 0 0 0;
    font-weight: 600;
    background-color: rgba(0,0,0,.05);
}
.time-schedule .call i {
  font-size: 58px;
    color: #fd7702;
  line-height: normal;
  float: left;
  margin: 0 10px 0 0;
}
.time-schedule .call a {
  text-indent: -5px;
  color: #111;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
}
.container3 ul{
    list-style: none;
}
    
.testimonials h2{
	margin:0 0 30px 0;
}
.testimonials h4 a{	
	font-weight:700;
	color:#F30;
}
.testimonial{
	margin:0 0 30px 0;
}
.testimonial img{
	width:100px;
}
.testimonial .t-con{
	padding:25px;
	background-color:#eee;
	position:relative;
	margin:0 0 35px 0;
	color:#333;
	font-style:italic;
	border-radius:3px;
}
.testimonial .t-con .t-arrow{
	width:34px;
	height:34px;
	background-color:#eee;
	position:absolute;
	z-index:10;
	bottom:-17px;
	left:40px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
}
@media screen and (max-width : 768px) {
.testimonials{	
	font-size:12px;
	padding:10px 0;
}
}
@media screen and (max-width : 480px) {
.testimonial img{
	width:80px;
}
}

.contact{
	text-align:center;
	margin:20px 0;
}

.contact i{
	width:70px;
	height:70px;
	line-height:70px;
	font-size:40px;
	border-radius:50%;
	background-color:#1991C5;
	color:#fff;
	margin:0 0 15px 0;
}
.contact iframe{
	width:100%!important;
	height:200px!important;
	padding:10px;
	margin:15px 0 0 0;
	box-shadow:1px 1px 3px rgba(0,0,0,.5);
}




.smile-gal{
}

.smile-gal img{
	height:380px;
	width:auto;
	padding:7px;
	box-shadow:0px 0px 3px rgba(0,0,0,.5);
	margin:0 10px;
}

.box1{	
}
.box1 .img{
	width:100%;
	height:auto;
	height:auto;
}
.box1 .img img{
	width:100%;
	height:auto;
	border:solid 3px #fff;
	box-shadow:0px 0px 5px #ccc;
}
.box1 h3{
	border-bottom:solid 1px #ddd;
	padding:10px 0;
	margin:0 0 10px 0;
	font-size:20px;
	text-align:left;
	font-family: 'Museo700-Regular';
	color:#09C;
}
.blog{
	margin:15px 0;
}
.blog .blog-img{
    position: relative;
    display: block;
	width:100%;
	height:auto;
	border-radius:4px;
    padding-top: 60%;
	overflow:hidden;
	margin:0 auto 20px auto;
}
.blog .blog-img img{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	width:100%;
	height:auto;
	min-height:100%;
}
.blog h3{
	color: rgba(0,0,0,.9) !important;
}
.blog h3:hover{
	color:#1fbce7!important;
}
.blog p{
	margin:0 0 20px 0;
}
.form-box{
	border:solid 5px #ddd;
	background-color:#f9f9f9;
	box-shadow:10px 10px 0px rgba(0,0,0,.3);
	margin:0!important;
	padding:10px;
}
.form-box iframe{
	margin:0!important;
	padding:0!important;
}
.video{
	background-color:#f9f9f9;
	border-radius:10px;
	width:100%;
	height:350px;
	box-shadow:10px 10px rgba(0,0,0,.2);
}
.video iframe{
	margin:0!important;
	padding:0!important;
	width:100%;
	height:350px;
	border-radius:10px;
}

input[type="text"], input[type="tel"], input[type="number"], input[type="email"] {
	border: 0px;
	border:solid 1px rgba(0,0,0,.15);
	color: #111;	
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 44px;
	margin:5px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:4px;
	line-height:1!important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus { 
border-bottom:solid 3px #075482;	
}


select {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.15);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 46px;
	margin:5px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:4px;
	line-height:1!important;
}
select option {	
	color: #666;
}
textarea {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.15);
	color: #666;
	padding: 15px 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 138px;
	margin:5px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:4px;
	line-height:1!important;
}
 input[type="submit"]{
	display:inline-block;
	background-color:#fd7702;
	line-height:44px;
	height:44px;
	color:#fff!important;
	text-decoration:none;
	padding:0 25px;
	 margin: 5px 0;
	border-radius:4px;
	font-weight:500;
	font-size:15px;
	border:0;
    text-transform: uppercase;
    -moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
    text-shadow:1px 1px 3px rgba(0,0,0,.15);
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,.15);
}


.f-user:before {
    content: "\f007";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-map:before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-email:before {
    content: "\f2b6";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-message:before {
    content: "\f044";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-mobile:before {
    content: "\f3cd";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-company:before {
    content: "\f0b1";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-calendar:before {
    content: "\f073";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
   color: #fd7702;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
	z-index:10;
    top: 10px;
    left: 20px;
}
.f-clock:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
	z-index:10;
    top: 10px;
    left: 20px;
}
.f-pass:before {
    content: "\f084";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-plane:before {
    content: "\f1d8";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-doctor:before {
    content: "\f0f0";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-office:before {
    content: "\f1ad";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-pay:before {
    content: "\f09d";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-wapp:before {
    content: "\f232";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}


.f-web:before {
    content: "\f0ac";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-tel:before {
    content: "\f2a0";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-car:before {
    content: "\f4df";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700!important;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-card:before {
    content: "\f283";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-cate:before {
    content: "\f036";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-id:before {
    content: "\f2c2";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-image:before {
    content: "\f1c5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}
.f-otp:before {
    content: "\f0e5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fd7702;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 10px;
    left: 20px;
}

.book-app{
    display:inline-block;
    background-color:#1fbce7;
    color:#fff !important;
    text-decoration:none;
    border-radius:3px;
    padding:0px 15px;
    line-height:30px;
    font-weight:600;
    font-size:12px;
    
    
}
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
    cursor: pointer;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


a.more{
	float:right;
	right:0;
	position:absolute;
	z-index:1;
	font-weight:600;
	padding:0 0 0 0;
    margin-right: 10px;
	color:#fd7702;
    -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
a.more::after {  
	font-family: 'Font Awesome 5 Free'!important;
	font-weight: 700;
	content: "\f30b";  
    top:0;
	right:0;
	margin:0 5px 0 5px;
	color: #fd7702 ;
    -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
a.more:hover{	
	color:#fd7702;
}
a.more:hover::after {  
	margin:0 0 0 10px;
}


.card-header .title {
    font-size: 17px;
    color: #000;
}
.card-header .title h2 {
    display: inline-block;
    font-size: 17px !important;
    color: #000 !important;
    margin: 0!important;
    padding: 0!important;
}
.card-header .title h2::after {
    display: none;
}
.card-header .accicon {
  float: right;
  font-size: 20px;  
  width: 1.2em;
}
.card-header{
  cursor: pointer;
  border-bottom: none;
}
.card{
  border: 1px solid #ddd;
    margin: 5px 0;
}
.card-body{
  border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}   


.btn1{
	display:inline-block;
	background-color:#fd7702;
	line-height:44px;
	height:44px;
	color:#fff!important;
	text-decoration:none;
	padding:0 25px;
	border-radius:4px;
	font-weight:500;
	font-size:15px;
	border:0;
	margin: 5px 0;
    text-transform: uppercase;
    -moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
    text-shadow:1px 1px 3px rgba(0,0,0,.15);
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,.15);
}
.btn1 i{
	font-size:25px;
	line-height:44px;
}
.btn1:hover{
    background-color: #1991C5;
	text-decoration:none;
}
.btn-full{
	display:block!important;
	width: 100%;
}
.btn2{
	display:inline-block;
	background-color:#006699;
	line-height:50px;
	color:#fff;
	text-decoration:none;
	padding:0 25px;
	border-radius:3px;
	font-weight:bold;
	font-size:18px;
	margin:5px 0 0 0;
	box-shadow:inset 0px 25px 3px rgba(255,255,255,.2);
}
.btn2:hover{
	text-decoration:none;
	background-color:#FF3300;
	color:#fff;
}
.btn2-2{
	display:inline-block;
	background-color:#FF6600;
	line-height:50px;
	color:#fff;
	text-decoration:none;
	padding:0 25px;
	border-radius:3px;
	font-weight:bold;
	font-size:18px;
	margin:5px 0 0 0;
	box-shadow:inset 0px 25px 3px rgba(255,255,255,.2);
}
.btn2-2:hover{
	text-decoration:none;
	background-color:#333;
	color:#fff;
}
.btn3{
	display:inline-block;
	background-color:#fff;
	box-shadow:inset 0px 0px 0px 2px #006699;
	line-height:50px;
	height:50px;
	color:#666;
	text-decoration:none;
	padding:0 30px;
	border-radius:8px;
	font-weight:bold;
	font-size:14px;
	margin:5px 0 0 0;
}
.btn3:hover{
	text-decoration:none;
}
.btn4{
	display:inline-block;
	background-color:rgba(0,0,0,.05);
	box-shadow:inset 0px 0px 0px 2px #fff;
	line-height:50px;
	height:50px;
	color:#fff;
	text-decoration:none;
	padding:0 30px;
	border-radius:8px;
	font-weight:bold;
	font-size:14px;
	margin:5px 0 0 0;
}
.btn4:hover{
	text-decoration:none;
}
.btn4-2{
	display:inline-block;
	background-color:rgba(0,0,0,.05);
	box-shadow:inset 0px 0px 0px 2px #fff;
	line-height:30px;
	height:30px;
	color:#fff;
	text-decoration:none;
	padding:0 15px;
	border-radius:8px;
	font-weight:bold;
	font-size:13px;
	margin:0px 0 8px 0 ;
}
.btn4-1:hover{
	text-decoration:none;
}
.btn5{
	display:inline-block;
	background-color:#006699;
	line-height:30px;
	height:30px;
	color:#fff;
	text-decoration:none;
	padding:0 15px;
	border-radius:3px;
	font-weight:bold;
	font-size:14px;
	margin:5px 0 0 0;	
}
.btn5:hover{
	text-decoration:none;
}
.btn6 {
  display: inline-block;
  border: 0 !important;
  background-color: #fd7702;
  height: 40px !important;
  line-height: 40px !important;
  color: rgba(0,0,0,.8);
  text-decoration: none !important;
  padding: 0 35px !important;
  border-radius: 3px !important;
  font-weight: bold !important;
  font-size: 14px !important;
  margin: 5px auto 0 auto !important;
  box-shadow: inset 0px 25px 3px rgba(255,255,255,.2) !important;
}
.btn-file {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	line-height: 46px;
	height: 46px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	border: solid 1px rgba(0,0,0,.15);
	margin:5px 0;
	border-radius: 4px;
}
.btn-file:hover {	
	background-color:#f9f9f9;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}


.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background-color: rgba(0,0,0,1)!important;
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control:hover,
.carousel-control:focus {
  	color: #fff;
  	text-decoration: none;
  	filter: alpha(opacity=90);
  	outline: 0;
  	opacity: .9;
}
.carousel-control.left, .carousel-control.right{
	width:50px;
	height:50px;
	line-height:50px;
  	position: absolute;
  	top: 50%;
  	z-index: 5;
  	display: inline-block;
  	margin-top: -25px;
  	font-size:26px;
  	text-align:center;
}
.carousel-control.left i{
  	left: 50%;
  	margin-left: -10px;
}
.carousel-control.right i{
  	right: 50%;
  	margin-right: -10px;
}
@media screen and (max-width : 768px) {
.carousel-control.left, .carousel-control.right{
	width:30px;
	height:30px;
	line-height:30px;
  	margin-top: -15px;
  	font-size:16px;
}
}

.footer-form{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(images/form-bg.html);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:30px 0;
	position:relative;
	font-size:16px;
	color:#fff;	
}
.footer-form h2{
	color:#fff;
	text-align:center;
	margin:0 0 40px 0;
	text-shadow:1px 1px 3px rgba(0,0,0,.5);	
}
.footer-form input[type="submit"] {
	background-color: rgba(0,0,0,.1);
	box-shadow:inset 0px 0px 0px 2px rgba(255,255,255,1);
	font-size: 14px;
	text-transform:capitalize;
	height:55px;
	border-radius:8px;
}
.home-banner .practo{
	top:-52px;
}
.practo{
	position:absolute;
	z-index:1;
	padding:0;
	display:inline-block;
	top:-43px;
	left:50%;
	margin-left:-80px;
	height:40px;
	overflow:hidden;
}
.practo .practo_abs_widget_button::after {
    color: white;
    content: 'Book Appointment';
    background: #1ebef0;
    position: relative;
    font-weight: 500;
    float: left;
    height: 28px;
    margin: 7px 0px 0px 5px;
    line-height: 30px;
    width: 160px;
}
.practo .practo_abs_widget_button {
    color: #1ebef0;
    font-weight: bold;
    background-color: #ffd633 !important;
    background: url('https://www.practo.com/health/widgets/c09e21045d3f994a/icon?practice_id=null') no-repeat -0px -0px !important;
    padding: 0 0 0 55px !important;
    display: inline-block;
    line-height: 41px !important;
    width: 175px !important;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    border: 0px solid #e0e0e0;
}

.affix .practo{
	position:absolute;
	z-index:1;
	padding:0;
	display:inline-block;
	top:7px;
	left:140px;
	margin-left:0;
	height:40px;
	overflow:hidden;
}
.affix .practo .practo_abs_widget_button::after {
    color: white;
    content: 'Book Appointment';
    background: #1ebef0;
    position: relative;
    font-weight: 500;
    float: left;
    height: 28px;
    margin: 7px 0px 0px 5px;
    line-height: 30px;
    width: 160px;
}
.affix .practo .practo_abs_widget_button {
    color: #1ebef0;
    font-weight: bold;
    background-color: #ffd633 !important;
    background: url('https://www.practo.com/health/widgets/c09e21045d3f994a/icon?practice_id=null') no-repeat -0px -0px !important;
    padding: 0 0 0 55px !important;
    display: inline-block;
    line-height: 41px !important;
    width: 175px !important;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    border: 0px solid #e0e0e0;
}
@media screen and (max-width : 1200px) {
.home-banner .practo{
	top:-42px;
}
.practo{
	position:absolute;
	z-index:1;
	padding:0;
	display:inline-block;
	top:-42px;
	left:50%;
	margin-left:-80px;
	height:40px;
	overflow:hidden;
}
.affix .practo{
	position:absolute;
	z-index:1;
	padding:0;
	display:inline-block;
	top:7px;
	left:130px;
	margin-left:0;
	height:40px;
	width:170px;
	overflow:hidden;
}
.affix .practo .practo_abs_widget_button::after {
    color: white;
    content: 'Book Appointment';
    background: #1ebef0;
    position: relative;
    font-weight: 500;
    float: left;
    height: 28px;
    margin: 7px 0px 0px 5px;
    line-height: 30px;
    width: 150px;
}
.affix .practo .practo_abs_widget_button {
    color: #1ebef0;
    font-weight: bold;
    background-color: #ffd633 !important;
    background: url('https://www.practo.com/health/widgets/c09e21045d3f994a/icon?practice_id=null') no-repeat -0px -0px !important;
    padding: 0 0 0 20px !important;
    display: inline-block;
    line-height: 41px !important;
    width: 160px !important;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    border: 0px solid #e0e0e0;
}
}
@media screen and (max-width : 768px) {
.home-banner .practo{
	top:10px;
}
.practo{
	position:absolute;
	z-index:10;
	right:60px;
	left:auto;
	margin-left:0;
	top:10px;
	padding:0;
	display:inline-block;
	margin-top:-2px;
	width:170px;
	overflow:hidden;
}
.practo .practo_abs_widget_button::after {
    color: white;
    content: 'Book Appointment';
    background: #1ebef0;
    position: relative;
    font-weight: 500;
    float: left;
    height: 28px;
    margin: 7px 0px 0px 5px;
    line-height: 30px;
    width: 150px;
}
.practo .practo_abs_widget_button {
    color: #1ebef0;
    font-weight: bold;
    background-color: #ffd633 !important;
    background: url('https://www.practo.com/health/widgets/c09e21045d3f994a/icon?practice_id=null') no-repeat -0px -0px !important;
    padding: 0 0 0 20px !important;
    display: inline-block;
    line-height: 41px !important;
    width: 160px !important;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    border: 0px solid #e0e0e0;
}
.affix .practo{
	position:absolute;
	z-index:10;
	right:60px;
	left:auto;
	margin-left:0;
	top:10px;
	padding:0;
	display:inline-block;
	margin-top:-2px;
	width:170px;
	overflow:hidden;
}
.affix .practo .practo_abs_widget_button::after {
    color: white;
    content: 'Book Appointment';
    background: #1ebef0;
    position: relative;
    font-weight: 500;
    float: left;
    height: 28px;
    margin: 7px 0px 0px 5px;
    line-height: 30px;
    width: 150px;
}
.affix .practo .practo_abs_widget_button {
    color: #1ebef0;
    font-weight: bold;
    background-color: #ffd633 !important;
    background: url('https://www.practo.com/health/widgets/c09e21045d3f994a/icon?practice_id=null') no-repeat -0px -0px !important;
    padding: 0 0 0 20px !important;
    display: inline-block;
    line-height: 41px !important;
    width: 160px !important;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
    border: 0px solid #e0e0e0;
}
}

.footer3{
	background-color:#f9f9f9;
}
.footer3 p{
	font-size:11px;
	line-height:20px;
	margin:0;
}
.footer3 h2{
	font-size:16px !important;
}


.footer2 {
	background-color: #101010;
	padding:0 0;
    color: rgba(255,255,255,.8);
}
.footer2 h3{
	font-size:20px!important;
	color:#fff!important;
	font-weight:600;
	padding:0 0 10px 0!important;
	margin:20px 0 10px 0!important;
    position: relative;
}
.footer2 h3::after{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:40px;
	height:3px;
	border-radius:2px;
	background-color:#fd7702;
}
.footer2 h3 a{
	color:#fff!important;
}
.footer2 h3 i{
	width:25px;
}
.footer2 ul{
	margin:0 !important;
	padding:0!important;
	width:100%;
	display:table;
}
.footer2 ul li{
	font-size:14px;
	line-height:1!important;
	display:inline-block;
	list-style:none;
	line-height:normal;
	padding:0 5px 0 0;
	margin:3px 5px 3px 0;
	position:relative;
	border-right:solid 1px #ccc;
}
.footer2 ul li:last-child{
	border-right:solid 0px #ccc;
}
.footer2 ul li i{
	font-size:20px;
	margin:0 10px 0 0;
}
.footer2 ul li a{
	color: rgba(255,255,255,.8);
}
.footer2 ul li a:hover{
	color: rgba(255,255,255,1);
}
.footer2 .social{
    width: 100%;
	text-align:left;
	margin:1rem 0 0 0;
}
.footer2 .social ul{
    width: 100%!important;
	display:table;
}
.footer2 .social ul li{
    display: inline-block;
	list-style:none;
	margin:0 0px 0 0!important;
	border:0;
	padding:0!important;
}
.footer2 .social ul li:before{
	content:'';
	position:absolute;
	left:0;
	top:20px;
	width:0px;
	height:0px;
	background-color:#00c194;
}
.footer2 .social ul li a i{
    display: block;
	width:40px;
	height:40px;
	font-size:1.2rem;
	line-height:40px;
	text-align:center;
	border-radius:100%;
	background-color:rgba(255,255,255,.8);
	border:solid 0px #0b5e2a;
	color: #fff;
}
.footer2 .social ul li a:hover i{
	border:solid 0px #0b5e2a;
	color: #fff;
}
.footer2 .social ul li a .fa-facebook-f{
    background-color: #143172;
}
.footer2 .social ul li a .fa-twitter{
    background-color: #38b2e1;
}
.footer2 .social ul li a .fa-linkedin-in{
    background-color: #143172;
}
.footer2 .social ul li a .fa-instagram{
    background-color: #9c2a95;
}
.footer2 .social ul li a .fa-youtube{
    background-color: #f30007;
}
.footer2 .call{
  font-size: 18px;
    border: solid 0px #fff;
    border-radius:5px;
    padding: 20px;
    margin: 20px 0;
    background-color: rgba(255,255,255,.05);
}
.footer2 .call i {
  font-size: 58px;
    color: #fff;
  line-height: normal;
  float: left;
  margin: 0 10px 0 0;
}
.footer2 .call a {
  text-indent: -5px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
}
.footer2 ul.awards{
	list-style:none;
	display:table;
    width: 100%;
	margin:20px 0 !important;
	padding:0;
}
.footer2 ul.awards li{
	display:inline-block;
	margin:0 5px 0 0;
	padding:0 5px 0 0;
	border-right:solid 0px #ccc;
}
.footer2 ul.awards li:last-child{
	border-right:solid 0px #fff;
}
.footer2 ul.awards li img{
	height:60px;
	width:auto;
    border-radius: 5px;
}

footer{
	background-color:#090909;
	padding: 10px 0;
	position: relative;
	color: #333;
	font-size:13px;
	text-align:center;
	margin:0;
    color: rgba(255,255,255,.8);
}
footer a{	
	color: rgba(255,255,255,.8);
	text-decoration:none;
}
footer .copy{	
	font-size:9px;
	line-height:1.5;
    text-align: justify;
}

@media screen and (max-width: 768px) {
.footer2 ul.awards li{
}
.footer2 ul.awards li img{
	height:40px;
	width:auto;
	max-width:100%;
}
footer{
	padding-bottom:60px;
}
}

footer a{	
	color: rgba(255,255,255,1);
	text-decoration:none;
}

.left-fix{
	position:fixed;
	z-index:100;
	right:0;
	top:72%;
}
.left-fix a{
	display:block;
	background-color:#f9f9f9;
	margin:10px 0;
	line-height:15px;
	border-radius:20px 0px 0px 20px;
	padding:5px 10px;
	box-shadow:0px 0px 3px rgba(0,0,0,.25);
	width:135px;
	clear:both;
	font-size:12px;
	color:#fff!important;	
}
.left-fix a strong{
	color:#fff!important;	
}
.left-fix a:hover{	
}
.left-fix a.lf-first{
	margin-left:-90px;
	background-color:#00b700;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.left-fix a.lf-first:hover{
	margin-left:0;	
}
.left-fix a.lf-midd{
	width:150px;
	margin-left:-105px;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color:#fd7702;
}
.left-fix a.lf-midd:hover{
	margin-left:0;
}
.left-fix a.lf-midd i{
	margin:1px 0 0 10px;
}
.left-fix a.lf-last{
	margin-left:-90px;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color:#1fbce7;
}
.left-fix a.lf-last:hover{
	margin-left:0;
}
.left-fix a i{
	color:#fff;
	float:right;
	font-size:26px;
	margin:3px 0 0 10px;
}

@media screen and (max-width: 992px) {
.left-fix{
	display:none;
}
}

.ff-wa{
    position:fixed;
    z-index:100;
    right:20px;
    bottom:20px;
	width:140px;
	height:auto;
}
.ff-wa img{
	width:100%;
	height:auto;
	box-shadow:-3px 3px 3px rgba(0,0,0,.1);
	border-radius:8px;
}

.f-fix{
	display:none;
	position:fixed;
	width:100%;
	z-index:100;
	left:0;
	bottom:0;
	background-color:#fff;
	line-height:normal;
	height:auto;
	padding:5px 0 10px 0;
	box-shadow:0px 0px 15px rgba(0,0,0,.3);
}
.f-fix a{
	display:table-cell;
	text-align:center;
	font-weight:500;
	font-size:9px;
	color:#666;
	width:20%;
}
.f-fix a i{
	display:block;
	margin:0 auto 3px auto;
	clear:both;
	font-size:20px;
	color: #001f5e ;
}
.f-fix a i.fa-award{
	color: #00cc66;
}
.f-fix a i.fa-youtube{
	color: #ff0000;
}
.f-fix a i.fa-user-check{
	color: #1468b3;
}
.f-fix a i.fa-stethoscope{
	color: #1fbce7;
}
.f-fix a i.fa-whatsapp{
	font-size:24px;
	color: #48a91f;
}
.f-fix a i.fa-phone-volume{
	color: #fd7702;
}



.f-fix a.f-l{
	background-color:#004274;
}
@media screen and (max-width: 992px) {
.f-fix{
	display:table;
}
}
.team{
	border:solid 0px #eee;
	display:block;
	padding:0;
	margin:0 0 30px 0;
	min-height:640px;
	text-align:left;
	overflow:hidden;
	border-radius:5px;
	box-shadow:0px 5px 20px rgba(0,0,0,.1);
}
.team .tm-img{
	position:relative;
	padding-top:100%;
	overflow:hidden;
	width:100%;
	height:auto;
	border-bottom:solid 1px rgba(0,0,0,.1);
}
.team .tm-img img{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
}
.team h3{
	color:#1991C5 !important;
}
.team h4{
	font-size:16px!important;
	color:#fd7702 !important;
}
.team p{
	font-size:14px;
	line-height:1.6;
	text-align:left;
	margin:0!important;
}
.team h5{
	color:#999 !important;
	border-bottom:solid 1px #eee;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
}
.team h6{
	color:#1fbce7!important;
	font-style:normal;
	line-height:normal!important;
}

@media screen and (max-width : 768px) {
.team{
	margin:0 0 30px 0;
	min-height:auto;
}
.team img{
	float:none;
	margin:0;
	width:100%;
	height:auto;
	border-right:solid 0px rgba(0,0,0,.1);
	border-bottom:solid 1px rgba(0,0,0,.1);
}
}

.dynamic{
}

.dynamic ul{
	margin:0 0 20px 0;
}
.dynamic ul li{
	list-style-type: none;
	padding:0 0 0 15px;
	text-indent:0;
	background-color:#fff;
	border-left:solid 0px #FF6600;
	margin:0 2% 0 0;
}
.dynamic ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -15px;
    content: "\f164";
	color: #FF6600;
	font-size:18px;
}
.dynamic ol{
	margin:0 0 0 17px;
}

@media screen and (max-width : 768px) {
.dynamic ul{
	margin:0 0 20px 15px;
}
.dynamic ul li{
	list-style-type: circle;
	padding:0 0 0 10px;
	text-indent:0;
	background-color:#fff;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
}
.dynamic ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0;
    content: "";
	color: #FF6600;
	font-size:18px;
}
}
ul.point-list{
	width:100%;
	margin:20px 0 0 0;
	padding:0;
	display:table;
	list-style:none;
	
}
ul.point-list li{
	float:left!important;
	width:50%!important;
	padding:10px 0;
	margin:0 0 0 0;
	font-size:16px;
	line-height:40px;
}
ul.point-list li div{
	margin:0 0 0 0;
	font-weight:600;
}
ul.point-list li i{
	float:left;
	background-color:#1991C5;
	color:#fff;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:22px;
	border-radius:100%;
	margin:0 10px 0 0;
}

@media screen and (max-width : 768px) {
ul.point-list{
	margin:20px 0;
}
ul.point-list li{
	float:left!important;
	width:50%!important;
	padding:5px 0;
	margin:0 0 0 0;
	font-size:12px;
	line-height:1.3;
}
ul.point-list li div{
	margin:0 0 0 0;
	font-weight:500;
}
ul.point-list li i{
	float:left;
	background-color:transparent;
	color:#1991C5;
	width:18px;
	height:30px;
	line-height:20px;
	text-align:center;
	font-size:16px;
	border-radius:100%;
	margin:0 5px 0 0;
}
}

.list1{
	margin:0;
}
.list1 li{
	list-style-type: none;
	padding:0 0 0 33px;
	text-indent:3px;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
	text-align:justify;
	line-height:normal;
}
.list1 li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -33px;
    content: "\f164";
	color: #FF6600;
	font-size:18px;
}
.list1-link{
	margin:0;
}
.list1-link li{
	list-style-type: none;
	border-bottom:dotted 1px #eee;
}
.list1-link li a{
	padding:5px 0 5px 33px;
	text-indent:3px;
	border-left:solid 0px #FF6600;
	margin:0 2% 0 0;
	text-align:justify;
	display:block;
	color:#333;
}
.list1-link li a:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -33px;
    content: "\f164";
	color: #ef0108;
	font-size:18px;
}
.list1-link li a:hover {
	text-decoration:none;
	color:#006699;
}



.list2{	
	margin:10px 0 30px 0!important;
}
.list2:before, .list2:after{
	display: table;
	content: "";
}
.list2:after{	
	clear: both;
}
.list2 li{
	list-style-type: none;
	padding:0 0 0 30px!important;
	text-indent:0!important;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
	text-align:left;
	float:left;
	width:47%;
	line-height:normal;
}
.list2 li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -30px!important;
    content: "\f164";
	color: #FF3300;
	font-size:18px;
}

.list3{	
	margin:10px 0 30px 0!important;
}
.list3:before, .list3:after{
	display: table;
	content: "";
}
.list3:after{	
	clear: both;
}
.list3 li{
	list-style-type: none;
	padding:0 0 0 30px!important;
	text-indent:0!important;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
	text-align:left;
	float:left;
	width:31.33%;
	line-height:normal;
}
.list3 li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -30px!important;
    content: "\f164";
	color: #FF3300;
	font-size:18px;
}


.list4{	
	margin:10px 0 30px 0!important;
}
.list4:before, .list4:after{
	display: table;
	content: "";
}
.list4:after{	
	clear: both;
}
.list4 li{
	list-style-type: none;
	padding:0 0 0 30px!important;
	text-indent:0!important;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
	text-align:left;
	float:left;
	width:22%;
	line-height:normal;
}
.list4 li a{
	color:#333;
}
.org_clr li:before{
	color: #FF6600 !important;
}
.list4 li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -30px!important;
    content: "\f164";
	color: #FF3300;
	font-size:18px;
}

@media screen and (max-width : 768px) {
.list2 li, .list2-2 li{
	list-style-type: none;
	padding:0 0 0 33px;
	text-indent:3px;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
	text-align:left;
	float:none;
	width:96%;
}
.list4 li{
	list-style-type: none;
	padding:0 0 0 30px!important;
	text-indent:0!important;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
	text-align:left;
	float:none;
	width:96%;
	line-height:normal;
}
}

.cat-icon{
	float: right;
	padding: 80px;
	margin:0 0 0 30px;
	width: 126px;
	height: 126px;
	background-image: url(images/h-slide-bg.html);
	background-repeat: no-repeat;
	background-position: center top;
	border:solid 5px #fff;
	box-shadow:0px 0px 10px #999;
	border-radius:50%;
}
.map{
	border:solid 3px #fff;
	box-shadow:0px 0px 10px #999;
	overflow:hidden;
}
.home-img{
	width:100%;
	height:auto;
	padding:0 30px;
	border-bottom:solid 1px #eee;
	box-shadow:0px 15px 15px -15px rgba(0,0,0,.15);
}
@media screen and (max-width : 768px) {
.home-img{
	margin-bottom:30px;
}
}
.img-r{
	float:right;
	width:auto;
	max-width:500px;
	height:auto;
	margin:0 0 0 20px;
}

@media screen and (max-width : 480px) {
.img-r{
	float:none;
	width:100%;
	max-width:100%;
	height:auto;
	margin:10px 0;
}
}
/*hr{	
	border: 0!important;
	height: 1px!important;
	margin:10px 0!important;
	background: #333!important;
	background-image: linear-gradient(to right, #bbb, #ccc, #aaa)!important;
}*/
hr{	
	border: 0!important;
	height: 1px!important;
	margin:15px 0!important;
	background: #006699!important;
	background-image: linear-gradient(to right, #ccc, #ddd, #ccc)!important;
}
.sitemap{	
}
.sitemap li{
	list-style:none;
	margin:0 0 5px 0;
}
.sitemap li a{
	list-style:none;
	color:#333;
	font-size:13px;
	text-decoration:none;
}
.sitemap li a i{
	width:15px;
	color:#999;	
}
.sitemap li a:hover{
	color:#993300;
}
.sitemap li{
	list-style:none;
}
.sitemap li ul{
	margin:5px 0 0 35px;
	float:left;
}
.sitemap li ul li{
	list-style:square;
}
.sitemap li ul li ul li{
	list-style:disc;
}
.page_nation{
	height: 45px;
	margin:30px 0 0 0;
}
.page_nation a{
	text-decoration: none;
	color: #fff!important;
	line-height: 30px;
	background-color: #242B34;
	height: 30px;
	border: 1px solid #242B34;
	font-weight: lighter;
	display: block;
	float: left;
	margin-right: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;


	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.page_nation a:hover{
	text-decoration: none;
	color: #242B34;
	background-color: #F6D600;
	border: 1px solid #F6D600;
}
.page_nation .pn-sel{
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	height: 30px;
	background-color: #dd2627;
	border: 1px solid #dd2627;
	font-weight: lighter;
	display: block;
	float: left;
	margin-right: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;


	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}


.modal-content {  
  border: 0px solid rgba(255, 255, 255, 0.5)!important;
  border-radius: 0!important;
  outline: 0;
  box-shadow:15px 15px 25px rgba(0,0,0,.3);
}
.modal-body h4{
	color:#069!important;
	font-size:28px!important;
}
.modal-body {  
  padding: 0!important;
  padding:30px!important;
}
.modal-body .close {
  float: right;
  font-size: 28px!important;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0px 0 rgba(255,255,255,0);
  opacity: 1;
  margin:-40px -40px 0 0;
  background-color:#023b67;
  width:42px;
  height:42px;
  line-height:32px;
  border-radius:50%;
  border:solid 3px #fff;
  box-shadow:0px 0px 3px rgba(255,255,255,1);
}
.modal-body .close:hover, .modal-body.close:focus {
	background-color:#4fc734;
	opacity: 1;
	color:#fff;
}
.top-nav .btn-demo{
	display:inline-block!important;
	clear:none!important;
	position:relative;
	border-radius:3px;
	background: -webkit-linear-gradient(45deg, #e57825, #ff6607);
	background: linear-gradient(45deg, #e57825, #ff6607);
	color:#fff;
	padding:3px 15px;
	font-weight:700;
	font-size:16px;
	line-height:28px;
	border:solid 2px #fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
	margin:3px 0 0 0!important;
}
.top-nav .btn-demo i{
	font-size:28px;
	float:left;
	margin:0 5px 0 0;
}
@media screen and (max-width : 992px) {
.modal-body h4{
	color:#069!important;
	font-size:16px!important;
}
.modal-body {  
  padding: 0!important;
  padding:15px!important;
}
.modal-body .close {
  margin:-25px -25px 0 0;
  line-height:30px;
}
.btn-demo{
	position:fixed;
	right:10px;
	bottom:50px;
	z-index:99;
	width:40px;
	height:40px;
	line-height:34px;
	border-radius:100%;
	background: -webkit-linear-gradient(45deg, #e57825, #ff6607);
	background: linear-gradient(45deg, #e57825, #ff6607);
	color:#fff;
	border:solid 2px #fff;
	font-size:26px;
	text-align:center;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
.btn-demo:hover{
	color:rgba(0,0,0,.8);
}
}


.video-container {
	position: relative;
	padding-bottom: 58%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border:solid 1px #ccc;
	margin:0 0;
	box-shadow:0px 10px 10px -5px rgba(0,0,0,.2);
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
}

.appointment-page{
	background: linear-gradient(80deg, #001f5e, #1d9eb6);
	padding-top:80px;
}
.appointment-page h1{
}
h1::after{
	background-color:rgba(0,0,0,.9);
}
.appointment-page h1, .appointment-page p{
	color:#fff!important;
}
.appointment-page h5{
	color:#fd7702!important;
}
.app-box{
	background-color:rgba(0,204,102,1);
	padding:30px;
	color:#fff;
	box-shadow:0px 5px 25px rgba(0,0,0,.5);
}
.app-box p{
	margin:0!important;
	padding:0!important;
}
.app-box .form-check-label {
  margin: 0 0 0 25px !important;
}
.app-box .form-check-input {
  position: absolute;
  margin-top: 8px!important;
  margin-left: -25px!important;
}
@media screen and (max-width : 992px) {
.appointment-page{	
	padding-top:0px;
}
.app-box{
}
}
.grecaptcha-badge { opacity:0;}