.toplogo h1{
	display: block;
	font-size: 34px;
	font-weight: 700;
}
.toplogo h1 span{
	display: block;
	letter-spacing: 9.5px;
	font-size: 22px;
	font-weight: 300;
}
#switcher{
	display: none;
}
.appbtn{
	padding: 15px 15px;
	color: #fff;
	border-radius: 0;
	background: #006a93;
	position: relative;
	border: none;
	overflow: hidden;
}
.appbtn:after{
	content: 'Appointment';
	line-height: 45px;
	position: absolute;
	background: #fe824b;
	top: -60px;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1px;
	transition: 0.5s ease;
}
.appbtn:hover:after{
	top: 0;
}
.mainslide{
	position: absolute;
	left: 6%;
	top: 18%;
	width: 50%;
	text-align: left;
}
.mainslide h1{
	color: #0a82b1;
	font-size: 60px;
	font-weight: 500;
	margin: 0;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 25px;
	    font-family: "Satisfy", cursive;
	    text-transform: none;
}
.mainslide h1:after{
	position: absolute;
	content: '';
	width: 100px;
	height: 5px;
	background: #fe824b;
	left: 0;
	bottom: 0;
}
.mainslide h3{
	margin: 0;
	font-size: 23px;
	padding-bottom: 15px;
	color: #666;
}
.mainslide p{
	color: #333;
	font-size: 18px;
	margin-bottom: 30px;
}
.buttonshome{
	margin-top: 30px;
}
.buttonshome a{
	font-size: 14px;
	font-weight: 300;
	padding: 15px;
	margin-right: 5px;
}
.vertical-item{
	padding: 10px;
}
p.subh{
	margin: 0!important;
	padding: 0!important;
	color: #006a9395!important;
	padding-top: 5px!important;
	font-weight: 500;
}
.habout p{
	color: #333!important;
}

.before-after-section{
	padding: 5rem 0;
}
.plan-name{
	background: #006a93;
	transition: 0.2s ease;
}
.plan-name:hover{
	background: #fe824b;
}
.page_footer{
	padding: 5rem 0;
}
.widget_icons_list h1{
	font-size: 35px;
	margin: 0;
	padding: 0;
}
.widget_recent_posts ul li{
	list-style: none;
	line-height: 1.8;
	font-weight: 300;
	position: relative;
	padding-left: 18px;
	font-size: 15px;
}
.widget_recent_posts ul li i{
	position: absolute;
	left: 0;
	font-size: 9px;
	font-weight: 100;
	transform: translateY(8px);
}
.icon-top i{
	font-size: 20px!important;
	transform: translateY(2px)!important;
}
.page_copyright p{
	color: #ffffff;
}
.page_copyright {
	background: #171818;
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #fe824b50;
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 30px;
    height: 30px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 50px;
    height: 50px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 50px;
    height: 50px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.consultation-section h3{
	color: #ffffff;
}
.consultation-section p{
	color: #ffffff;
}
.innerbaner{
	  background:url(../images/innerbanner1.jpg);
	  padding: 5.0rem 0 0 0;
	  height: 250px;
	  text-align: center;
}
.innerbaner h1{
	margin-bottom: 5px;
	font-size: 40px;
	color: #0a82b1;
}
.innerbaner ul li{
	display: inline-block;
}
.innerbaner ul li a{
	color: #333;
	transition: 0.5s ease;
}
.innerbaner ul li a:hover{
	font-weight: 600;
}

.abtpg{
	padding-bottom: 4rem;
}
.abimg img{
	border: 1px solid #00000020;
	padding: 15px;
}
.abtbtn{
	margin-top: 30px;
}
.abtbtn a{
	display: block;
	font-size: 16px;
}
.innerpage{
	padding: 4rem 0;
}
.innerpage h1{
	margin-bottom: 5px;
	font-size: 30px;
	color: #333;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 2rem;
}
.innerpage h1:before{
	content: '';
	position: absolute;
	width: 50px;
	height: 3px;
	background: #0a82b1;
	bottom: 0;
}
.hosbox{
	border: 1px solid #ccc;
	box-shadow: 0 0 10px #00000025;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	transition: 0.4s ease;
	border-bottom: 5px solid #0a82b1;
}
.hosbox:hover{
	transform: translateY(-5px);
	box-shadow: 0 10px 10px #00000025;
}
.hosbox h2{
	font-size: 22px;
	margin: 0;
	text-transform: none;
	padding: 15px 0 5px 0;
}
.hosbox h3{
	text-transform: none;
	margin: 0;
	font-size: 17px;
	padding: 10px 0;
	color: #fe824b;
	font-weight: 400;
}

.hosbox p{
	padding: 10px 0 0 0;
	color: #333333;
	margin: 0;
}
.hosbox button{
	margin: 10px 0;
}
.mrtop{
	margin-top: 50px!important;
}
.innerpage{

}
.sidebar{
	background: #ecfaff;
	padding: 35px 30px;
	box-shadow: 0 0 1px #00000015;
}
.sidebar h2{
	text-align: left;
	font-size: 24px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sidebar ul{
	padding: 30px 0;
	padding-bottom: 0;
}
.sidebar ul li{
	list-style: none;
	line-height: 30px;
	padding-bottom: 10px;
	position: relative;
	padding-left: 35px;
}
.sidebar ul li:last-child{
	padding-bottom: 0;
}
.sidebar ul li a{
	color: #4a4a4a;
}
.sidebar ul li a:hover{
	color: #000;
}
.sidebar ul li i{
	color: #fff;
	width: 18px;
	text-align: center;
	line-height: 18px;
	height: 18px;
	font-size: 8px;
	background: #fe824b;
	position: absolute;
	top: 5px;
	left: 0;
	border-radius: 50%;
}
.sercnt p{
	color: #4a4a4a;
}
.sercnt h3{
	font-size: 24px;
	text-transform: none;
	font-weight: 500;
}
.sercnt h4{
	font-size: 25px;
	font-weight: 600;
	margin: 0;
	text-transform: none;
	color: #006a93;

}
.sercnt ul{
	margin: 0;
	margin-left: 24px;
}
.sercnt ul li{
	color: #4a4a4a;
	list-style: none;
	line-height: 23px;
	padding-bottom: 8px;
	position: relative;
	list-style: disc;
}
.sercnt ul li:last-child{
	padding-bottom: 0;
}
.sercnt ul li a{
	color: #4a4a4a;
}
.sercnt ul li a:hover{
	color: #000;
}
.philo{
	text-align: center;
	background: #056d9525;
	padding: 50px;
	position: relative;
}
.philo img{
	position: absolute;
	width: 120px;
	width: 120px;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 100%;
	border: 2px solid #fff;
	padding: 2px;
}
.philo h2{
	font-size: 50px;
	padding-top: 15px;
	padding-bottom: 20px;
	    font-family: "Satisfy", cursive;
	    text-transform: none;
	    color: #0a82b1;
	    font-weight: 400;
}
.philo p{
	text-align: justify;
	font-size: 18px;
	line-height: 1.6;
	font-style: italic;
	font-weight: 500;
}
#prices{
	padding-bottom: 4rem;
}