menu*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
*:after, *:before{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
*, body, html{
	margin:0px;
	padding: 0px;	
}
body{
  font-family: 'Lato', sans-serif;
   font-size: 15px;
     color: #777777;

}
a, .social ul li a span, .social ul li, .social ul, .service-item-img img, .service-item-text, .service-item-text:before, .service-item, .service-menu-item{
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
#wrapper{
	width:100%;
}
.row{
    margin: 0;
}
.container{
	max-width:1200px;
    width: 100%;
    padding:0px;
}
#header{
	float:left;
	width:100%;
	padding:0px;
	margin:35px 0px 26px;
}
.logo{
	float:left;
	width:100%;
	margin:0px;
	padding:0px 0px 0px 10px;
}
.logo img{
     float:left;
	width:350px;
}
.alignright {
    float: right;
}
.social{
	float:right;
	width:100%;
	position:relative;
	padding:0px;
	margin:0px;
}
.social ul{
	float:right;
	padding:0px;
	margin:0px;
}
.social ul li{
	float:left;
	width:auto;
	display:inline-block;
	margin:0px 10px;
	padding:0px;
}
.social ul li a{
	float:left;
    color: #cccccc;
    font-size: 13px;
	text-decoration:none;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
}
.social ul li a:hover{
    color: #3fc9e2;    
}
.social ul li a span{
    font-size: 13px;
    color: #3fc9e2;
    margin-left: 3px;
    vertical-align: top;
    display: inline-block;
    font-family: 'OpenSans';
/*    display: none;*/
    
    opacity: 0;
    visibility: hidden;
    width: 0;
    overflow: hidden;
}
.social ul li a:hover span{
/*    display: block;*/
    opacity: 1;
    visibility: visible;
    width: auto;
    overflow: visible;
}
.social ul li:hover .hv-effect{
	opacity:1;
	z-index:9;
   transition:all 0.6s linear;

}
.spreter{
	 width:auto;
	 padding:0px 4px;
}
.hv-effect{
	float:left;
	width:auto;
	padding:0px;
	opacity:0;
	margin:0px;
	position:absolute;
	top:0px;
}
.hv-effect img{
	width:auto;
	padding:0px;
	margin:0px;
}
.hv-effect a {
	text-decoration:none;
}
.hv-effect p{
	float:right;
	font-family: 'OpenSans-Light';
	font-size:13px;
	text-decoration:none;
	color:#3fc9e2;
	margin:0px;
	padding:0px;
}
.click{
	float:right;
	width:auto;
	padding:0px;
	margin-top:-60px;
}
.click img{
	float:right;
	width:580px;
	padding:0px;
	margin:0px;
}
.bar{
	float:left;
	width:100%;
	background:#3fc9e2;
	background-size:100% 100%;
	-webkit-background-size:cover;
	padding:0px;
	margin:0px;
}
.header-menu{
	float:left;
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px;
}
.header-menu ul{
	text-align:center;
	width:100%;
	padding:0px;
	margin:0px;
}
.header-menu ul li {
	display:inline-block;
	margin:5px 2px;
	height:40px;
}
.header-menu ul li a{
	float:left;
    padding:10px 10px 10px 10px;
	font-family: 'Montserrat-Regular';
	font-size:13px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	margin:0px;
}
.header-menu ul li a:hover , .header-menu ul li.active a{
	color:#261e4c;
    background:url(../images/hover.png) no-repeat;
	 background-size:100% 100%;
	 -moz-background-size:100% 100%;
	 -webkit-background-size:100% 100%;
}
.header-menu ul li.active a{
    font-family: 'Montserrat-Bold';
}
.banner{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.banner img{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.back1{
	float:left;
	width:100%;
	background:url(../images/back1.png) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	padding:0px;
	margin:0px;
}
.dental-service{
	float:left;
	width:100%;
	padding:0px;
	margin:0px 0px;
}
.dental{
	float:left;
	width:25%;
	height:140px;
	position:relative;
	padding:17px 0px;
	margin:5px 0px;
}
.dental-left{
	float:left;
	width:35%;
	padding:0px;
	margin:0px;
}
.dental-left img{
	float:right;
	width:auto;
	padding:24px 25px 24px 0px;
	margin:0px;
}
.dental-right{
	float:left;
	width:65%;
	padding:0px;
	margin:0px;
}
.dental-right img{
	float:left;
	width:auto;
	padding:25px 0px;
	margin:0px;
}
.dental-right p{
	width:auto;
	position:relative;
	font-family: 'Montserrat-Bold';
	 font-size:14.30px;
	 color:#ffffff;
	 border-left:2px solid#ffffff;
	 padding:25px 0px 25px 22px;
	 margin:0px;
}
.dental:hover .hv-see{
	opacity:1;
	z-index:9;
	border-left:none;
}
.dental:hover p{
    border: none;   
}
.dental:hover .dental-left, .dental:hover .dental-right{
    display: none;
}
.hv-see{
	float:left;
	width:100%;
	height:130px;
	background:url(../images/hv-effect.png) no-repeat;
	background-size:100% 100%;
	position:absolute;
	top:0px;
	opacity:0;
	border-left:none;
	padding:12px 0px;
	transition:all 0.6s linear;
	margin:5px 0px;
}
.hv-see-left{
	float:left;
	width:35%;
	padding:0px;
	margin:0px;
}
.hv-see-left img{
	float:right;
	width:auto;
	padding:24px 25px 24px 0px;
	margin:0px;
}
.hv-see-right{
	float:left;
	width:65%;
	padding:0px;
	margin:0px;
}
.hv-see-right img{
	float:left;
	width:auto;
	padding:0px 0px;
	margin:0px;
}
.hv-see P{
	width:auto;
	position:absolute;
	font-family: 'Montserrat-Bold';
	 font-size:14.30px;
	 border-left:none;
	 color:#261e4c;
	padding:25px 0px 25px 24px;
	 margin:0px;
}
.mid-part{
	float:left;
	width:100%;
	padding:0px;
	margin:80px 0px 60px;
}
.girl{
	float:left;
	width:30%;
	padding:0px;
	margin:0px;
}
.girl img{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.text{
	float:left;
	width:100%;
	padding:0px 0px 0px 25px;
	margin:0px;
}
.text h1{
	float:left;
	width:100%;
	font-family: 'Montserrat-Regular';
	font-size:35px;
	color:#65d4e8;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
}
.text h2{
	float:left;
	width:100%;
	 font-family: 'Montserrat-Bold';
	font-size:35px;
	color:#65d4e8;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
}
.text h4{
	float:left;
	width:100%;
	font-family: 'OpenSans';
	font-size:14px;
	line-height:24px;
	color:#6a6a6a;
	padding:15px 0px 20px 0px;
	margin:0px;
}
.text h3{
	float:left;
	width:100%;
	font-family: 'Montserrat-Bold';
	font-size:16px;
	color:#221f26;
	padding:0px;
	margin:0px;
}
.text img{
	float:left;
	width:auto;
	padding:18px 0px;
	margin:0px;
}
.text h5{
	float:left;
	width:100%;
	font-family: 'OpenSans';
	font-size:18px;
	color:#58d2f7;
	font-style:italic;
	padding:0px;
	margin:0px;
}
.text p{
	float:left;
	width:100%;
	font-family: 'Montserrat-Bold';
	font-size:14px;
	line-height:22px;
	text-transform:uppercase;
	color:#878787;
	padding:12px 0px 18px;
	margin:0px;
}
.text span{
	float:left;
	width:100%;
	font-family: 'OpenSans-Light';
	font-size:14px;
	line-height:24px;
	color:#6f6f6f;
	padding:0px;
	margin:0px;
}
.back2{
	float:left;
	width:100%;
	background:url(../images/back2.jpg) no-repeat center center;
	background-size:cover;
	-webkit-background-size:cover;
	padding:0px;
	margin:0px;
	
}
.circle-section{
	float:left;
	width:100%;
	padding:40px 0px 85px 0px;
	margin:px;
}
.first{
	float:left;
	margin:0 auto;
	width:30%;
	padding:37px 0px 0px;
	margin:0px 0px 0px 0px;
}
.circle1{
	float:left;
	width:auto;
	text-align:center;
	background:#65d4e8;
	background:url(../images/circle1.png) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	/*padding:92px 52px 30px 52px;*/
        padding: 110px 70px 35px 52px;
	margin:0px 0px 0px;
	transition:all 0.3s linear;
}
.circle1 h3{
	width:243px;
	text-align:center;
	font-family: 'Montserrat-Bold';
	font-size:21.75px;
	color:#ffffff;
	padding:0px;
	margin:0px;
}
.circle1 p{
	width:243px;
	text-align:center;
	font-family: 'Lato-Regular';
	font-size:14px;
	line-height:26px;
	color:#ffffff;
	padding:13px 0px 19px;
	margin:0px;
}
.circle1 button{
	background:none;
	text-align:center;
	font-size:14.50px;
	color:#ffffff;
	border:2px solid#d7eaee;
	text-transform:uppercase;
	padding:9px;
	margin:0px;
}
.circle1:hover{
	transition:all 0.8s linear;
	background:url(../images/circlehv.png) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	
}
.small{
	float:right;
	width:auto;
	padding:0px;
	margin:0px;
	position:relative;
	top:100px;
	right:16px;
}
.small img{
	width:auto;
	padding:0px;
	margin:0px;
}
.first:hover .small .hv-sm, .thried:hover .small .hv-sm{
	opacity:1;
	z-index:9;
	transition:all 0.8s linear;
}
.hv-sm{
	float:right;
	width:auto;
	padding:0px;
	margin:0px;
	position:absolute;
	top:0px;
	opacity:0;
	padding:0px;
	margin:0px;
}
.hv-sm img{
	width:auto;
	padding:0px;
	margin:0px;
}
.second{
	float:left;
	margin:0 auto;
	width:40%;
	padding:0px;
	margin:0px 0px 0px 0px;
	
}
.circle2{
	float:left;
	width:auto;
	text-align:center;
	background:#65d4e8;
	background:url(../images/circle1.png) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	/*padding:117px 88px 34px 88px;*/ 
        padding: 130px 80px 34px 88px;
	/*margin:0px 20px;*/
        margin: 0px 35px;
	transition:all 0.3s linear;
}
.circle2 h3{
	width:243px;
	text-align:center;
	font-family: 'Montserrat-Bold';
	font-size:22.57px;
	color:#ffffff;
	padding:0px;
	margin:0px;
}
.circle2 p{
	width:260px;
	text-align:center;
	font-family: 'Lato-Regular';
	font-size:14px;
	line-height:26px;
	color:#ffffff;
	padding:13px 0px 75px;
	margin:0px;
}
.circle2 button{
	background:none;
	text-align:center;
	font-size:14.50px;
	color:#ffffff;
	border:2px solid#d7eaee;
	text-transform:uppercase;
	padding:9px;
	margin:0px;
}
.circle2:hover{
	background:url(../images/cirlce2hv.png) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;

}
.small2{
	float:right;
	width:auto;
	padding:0px;
	margin:0px;
	position:relative;
	top:110px;
	right:32px;
}
.small2 img{
	width:auto;
	padding:0px;
	margin:0px;
}
.second:hover .small2 .hv2-sm{
	opacity:1;
	z-index:9;
	transition:all 0.8s linear;
}
.hv2-sm{
	float:right;
	width:auto;
	padding:0px;
	margin:0px;
	position:absolute;
	top:0px;
	opacity:0;
	padding:0px;
	margin:0px;
}
.hv2-sm img{
	width:auto;
	padding:0px;
	margin:0px;
}
.thried{
	float:right;
	margin:0 auto;
	width:30%;
	padding:30px 0px 0px;
	margin:0px 0px 0px 0px;
}
.circle3{
	float:right;
	width:auto;
	text-align:center;
	background:#65d4e8;
	background:url(../images/circle1.png) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	/*padding:108px 56px 30px 56px;*/
        padding: 100px 40px 60px 70px;
	margin:0px 0px 0px;
	transition:all 0.3s linear;
}
.circle3 h3{
	width:243px;
	text-align:center;
	font-family: 'Montserrat-Bold';
	font-size:21.75px;
	color:#ffffff;
	padding:0px;
	margin:0px;
}
.circle3 p{
	width:243px;
	text-align:center;
	font-family: 'Lato-Regular';
	font-size:14px;
	line-height:26px;
	color:#ffffff;
	padding:3px 0px 19px;
	margin:0px;
}
.circle3 button{
	background:none;
	text-align:center;
	font-size:14.50px;
	color:#ffffff;
	border:2px solid#d7eaee;
	text-transform:uppercase;
	padding:9px;
	margin:0px;
}
.circle3:hover{
	transition:all 0.8s linear;
	background:url(../images/circlehv.png) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	
}
.four{
	float:left;
	text-align:center;
	margin:0 auto;
	width:50%;
	padding:80px 0px 0px;
	margin:0px 0px 0px 0px;
}
.circle4{
	float:right;
	width:auto;
	text-align:center;
	background:#65d4e8;
	background:url(../images/circle1.png) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	/*padding:108px 56px 30px 56px;*/
        padding: 120px 80px 80px 80px;
        margin: -30px 0px 0px;
	transition:all 0.3s linear;
}
.circle4 h3{
	width:243px;
	text-align:center;
	font-family: 'Montserrat-Bold';
	font-size:21.75px;
	color:#ffffff;
	padding:0px;
	margin:0px;
}
.circle4 p{
	width:243px;
	text-align:center;
	font-family: 'Lato-Regular';
	font-size:14px;
	line-height:23px;
	color:#ffffff;
	padding:3px 0px 25px;
	margin:0px;
}
.circle4 button{
	background:none;
	text-align:center;
	font-size:14.50px;
	color:#ffffff;
	border:2px solid#d7eaee;
	text-transform:uppercase;
	padding:9px;
	margin:0px;
}
.circle4:hover{
	transition:all 0.8s linear;
	background:url(../images/circlehv.png) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	
}
	
.five{
	float:left;
	text-align:center;
	margin:0 auto;
	width:50%;
	padding:80px 0px 0px;
	margin:0px 0px 0px 0px;
}
.circle5{
	float:right;
	width:auto;
	text-align:center;
	background:#65d4e8;
	background:url(../images/circle1.png) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	/*padding:108px 56px 30px 56px;*/
        padding: 80px 80px 80px 80px;
	margin:0px 0px 0px;
	transition:all 0.3s linear;
}
.circle5 h3{
	width:243px;
	text-align:center;
	font-family: 'Montserrat-Bold';
	font-size:21.75px;
	color:#ffffff;
	padding:0px;
	margin:0px;
}
.circle5 p{
	width:243px;
	text-align:center;
	font-family: 'Lato-Regular';
	font-size:14px;
	line-height:26px;
	color:#ffffff;
	padding:12px 0px 38px;
	margin:0px;
}
.circle5 button{
	background:none;
	text-align:center;
	font-size:14.50px;
	color:#ffffff;
	border:2px solid#d7eaee;
	text-transform:uppercase;
	padding:9px;
	margin:0px;
}
.circle5:hover{
	transition:all 0.8s linear;
	background:url(../images/circlehv.png) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.small3{
	float:right;
	width:auto;
	padding:0px;
	margin:0px;
	position:relative;
	top:0px;
	right:130px;
}
.small3 img{
	width:auto;
	padding:0px;
	margin:0px;
}
.four:hover .hv3-sm, .five:hover .hv3-sm{
	opacity:1;
	z-index:9;
	transition:all 0.8s linear;
}
.hv3-sm{
	float:right;
	width:auto;
	padding:0px;
	margin:0px;
	position:absolute;
	top:0px;
	opacity:0;
	padding:0px;
	margin:0px;
}
.hv3-sm img{
	width:auto;
	padding:0px;
	margin:0px;
}
.plus{
	float:left;
	width:auto;
	padding:0px;
	margin-top:-78px;
}
.plus img{
	width:auto;
	padding:0px;
	margin:0px;
}
.fullrange{
	float:left;
	width:100%;
	text-align:center;
	background:#65d4e8;
	background-size:100% 100%;
	-webkit-background-size:cover;
	padding:0px;
	margin:0px;
}
.fullrange a{
	text-align:center;
	width:100%;
	text-decoration:none;
	font-family: 'CrimsonText-Italic';
	font-size:24px;
	color:#ffffff;
	padding:10px 0px 15px;
	margin:0px;
}
.back3{
	float:left;
	width:100%;
	background:url(../images/back3.jpg) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:cover;
	padding:0px;
	margin:0px 0px 0px;
}
#testimonial{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.test{
	float:left;
	width:100%;
	text-align:center;
	padding:85px 45px 100px;
	margin:0px;
}
.test h1{
	float:left;
	width:auto;
	padding:0px;
	margin:0px;
}
.test-heading{
	text-align:center;
	width:100%;
	font-family: 'Montserrat-Regular';
	font-size:33px;
	text-transform:uppercase;
	color:#ffffff;
	padding:px 0px;
	margin:0px;
	position:absolute;
    top: 95px;
}
.test p{
	text-align:center;
	width:990px;
	font-family: 'Merriweather-Italic';
	font-size:18px;
	line-height:32px;
	color:#ffffff;
	padding:0px;
	margin:0 auto;
}
.test h5{
	text-align:center;
	width:100%;
	font-family: 'Lato-Bold';
	font-size:16px;
	color:#ffffff;
	padding:40px 0px 0px;
	margin:0px;
}
.test img{
	text-align:center;
	width:auto;
	padding:35px 0px 32px;
	margin:0px;
}
.test span{
	float:right;
	width:auto;
	margin-top:0px;
	padding:0px;
}
.carousel-control.left{
	background:none;
}
.carousel-control.right{
	background:none;
}
.glyphicon-chevron-left::before{
	display:none;
}
.glyphicon-chevron-right::before{
	display:none;
}
.carousel-control{
	opacity:1;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	margin-left:-80px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
	margin-right:-30px;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
	top:43%;
}
.back4{
	float:left;
	width:100%;
	background:#46c9bb;
	background-size:100% 100%;
	-webkit-background-size:cover;
	padding:0px;
	margin:0px;
}
.video-section{
	float:left;
	width:100%;
	padding:15px 0px;
	margin:0px;
}
.video{
	float:left;
	width:100%;
	border:20px solid#36b9ab;
	padding:0px;
	margin:0px;
}
iframe{
	width:100%;
	height:415px;
}
.content{
	float:left;
	width:100%;
	padding:42px 0px 42px 24px;
	margin:0px;
}
.content h2{
	float:left;
	width:250px;
	font-family: 'Merriweather-Italic';
	font-size:24px;
	line-height:35px;
	color:#ffffff;
	margin:0px;
	padding:0px 0px 12px;
}
.content span{
	font-family: 'Merriweather-BoldItalic';
	font-size:24px;
	color:#ffffff;
	margin:0px 5px;
	padding:0px;
}
.content p{
    float: left;
    width: 100%;
    font-family: 'OpenSans-Light';
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    margin: 0px;
    padding: 2px 0px;
    padding-bottom: 18px;
}
.back5{
	float:left;
	width:100%;
	height:148px;
	background:#178f82;
	background-size:100% 100%;
	-webkit-background-size:cover;
	padding:0px;
	margin:0px;
}
.data{
	float:left;
	width:100%;
	padding:25px 0px 23px 65px;
	margin:0px;
}
.data h3{
	float:left;
	max-width:640px;
	width:100%;
	font-family: 'Montserrat-Bold';
	font-size:24px;
	line-height:32px;
	color:#ffffff;
	padding:0px;
	margin:0px;
}
.data a{
	float:left;
	width:100%;
	font-family: 'Merriweather-BoldItalic';
	font-size:18px;
	color:#46c9bb;
	text-decoration:none;
	padding:10px 0px 0px;
	margin:0px;
}
.data a:hover{
	color:#ffffff;
	transition:all 0.6s linear;
}
.back6{
	float:left;
	width:100%;
	height:152px;
	background:#34b6a4;
	background-size:100% 100%;
	-webkit-background-size:cover;
	padding:0px;
	margin:0px;
}
.cover{
	float:left;
	width:100%;
	padding:25px 0px 0px 65px;
	margin:0px;
}
.cover h2{
	float:left;
	width:100%;
	font-family: "Lato",sans-serif;
	font-size:35px;	
	color:#ffffff;
	padding:0px 0px 10px;
	margin:0px;
	text-transform:uppercase;
}
.cover p{
	float:left;
	width:100%;
	font-family: 'Merriweather-BoldItalic';
	font-size:16px;
	line-height:24px;
	color:#ffffff;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
.cover a{
	float:left;
	background:#c9f4ef;
	border:none;
	text-decoration:none;
	font-family: 'Merriweather-BoldItalic';
	font-size:16px;
	color:#46c9bb;
	text-decoration:none;
	padding:10px 20px;
	margin:20px 0px 0px;
}
.cover a:hover{
	background:#2f383d;
	transition:all 0.6s linear;
}
.news-section{
	float:left;
	width:100%;
	padding:0px;
	padding:80px 0px 0px 65px;
}
.news{
	float:left;
	width:100%;
	padding:0px 0px 0px 15px;
	margin:0px;
}
.news h2{
	float:left;
	width:100%;
	font-family: "Lato",sans-serif;
	text-transform:uppercase;
	font-size:23.62px;
	color:#45c5e0;
	padding:0px;
	margin:0px;
}
.news img{
	float:left;
	width:auto;
	padding:18px 0px 28px;
	margin:0px;
}
.left-side{
	float:left;
	width:48%;
	padding:0px;
	margin:0px;
}
.view1{
	float:left;
	width:100%;
	background:url(../images/gallery1.png) no-repeat;
	-webkit-background-size:cover !important;
	background-size:cover !important;
	padding:0px;
	margin:0px;
	background-repeat:no-repeat !important
}
.view1 h3{
	float:left;
	width:100%;
	background:#45c5e0;
	background-size:100% 100%;
	padding:40px 0px 30px 35px;
	margin:320px 0px 0px;
}
.view1 span{
	float:left;
	width:100%;
	font-family: 'OpenSans-Semibold';
    font-size:9.18px;
	color:#ffffff;
	padding:0px;
	margin:0px;
}
.view1 p{
	float:left;
	width:100%;
	font-family: 'OpenSans-Semibold';
    font-size:13.74px;
	color:#ffffff;
	padding:19px 0px 10px;
	margin:0px;
}
.view1:hover{
	background:#45c5e0;
	transition:all 0.4s linear;
}
.right-side{
	float:left;
	width:48%;
	padding:0px;
	margin:0px 0px 0px 25px;
}
.view2{
	float:left;
	width:100%;
	background:url(../images/gallery2.png) no-repeat;
	-webkit-background-size:cover !important;
	background-size:cover !important;
	padding:0px;
	margin:0px;
	background-repeat:no-repeat !important
}
.view2 h3{
	float:left;
	width:100%;
	background:#45c5e0;
	background-size:100% 100%;
	padding:24px 0px 20px 35px;
	margin:130px 0px 0px;
}
.view2 span{
	float:left;
	width:100%;
	font-family: 'OpenSans-Semibold';
    font-size:9.18px;
	color:#ffffff;
	padding:0px;
	margin:0px;
}
.view2 p{
	float:left;
	width:260px;
	font-family: 'OpenSans-Semibold';
    font-size:13.74px;
	line-height:20px;
	color:#ffffff;
	padding:0px 0px 10px;
	margin:0px;
}
.view2:hover{
	background:#45c5e0;
	transition:all 0.4s linear;
}
.view3{
	float:left;
	width:100%;
	background:url(../images/gallery2.png) no-repeat;
	-webkit-background-size:cover !important;
	background-size:cover !important;
	padding:0px;
	margin:20px 0px 0px;
	background-repeat:no-repeat !important
}
.view3 h3{
	float:left;
	width:100%;
	background:#45ccb9;
	background-size:100% 100%;
	padding:24px 0px 20px 35px;
	margin:95px 0px 0px;
}
.view3 span{
	float:left;
	width:100%;
	font-family: 'OpenSans-Semibold';
    font-size:9.18px;
	color:#ffffff;
	padding:0px;
	margin:0px;
}
.view3 p{
	float:left;
	width:200px;
	font-family: 'OpenSans-Semibold';
    font-size:13.74px;
	line-height:20px;
	color:#ffffff;
	padding:0px 0px 10px;
	margin:0px;
}
.view3:hover{
	background:#45ccb9;
	transition:all 0.4s linear;
}
.face{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.face h2{
	float:left;
	width:100%;
	font-family: "Lato",sans-serif;
	text-transform:uppercase;
	font-size:23.62px;
	color:#45c5e0;
	padding:0px;
	margin:0px;
}
.face img{
	float:left;
	width:auto;
	padding:18px 0px 28px;
	margin:0px;
}
.facbk{
	float:left !important;
	width:100% !important;
	padding:0px !important;
	margin:0px !important;
}
.latest{
	float:left;
	width:100%;
	padding:42px 0px 0px;
	margin:0px;
}
.latest img{
	float:left;
	width:auto;
	padding:0px 10px 0px 0px;
	margin:0px;
}
.latest a{
	float:left;
	width:auto;
	text-decoration:none;
	font-family: 'Merriweather-Italic';
	font-size:11.81px;
	color:#45c5e0;
	padding:0px;
	margin:0px;
}
.latest a:hover{
	color:#333333;
	transition:all 0.6s linear;
}
.new-start{
	float:left;
	width:100%;
	padding:20px 0px 0px;
	margin:0px;
}
.leftpart{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.leftpart img{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	max-width: 300px;
        margin-bottom:-30px;
}
.rightpart{
	float:left;
	width:100%;
	padding:0px;
	margin: 0;
	text-align: right;
	color:#fff;
}
.rightpart h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin: 265px 0 0;
  padding: 0;
  text-transform: uppercase;
}
.rightpart span{
	font-size: 1em !important;
	color:#fff;
	padding:0px;
	margin:0px;
	font-weight:900;
}
.rightpart p {
  color: #fff;
  float: right;
  font-size: 15px;
  line-height: 12px;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 100%;
}
.back7{
	float:left;
	width:100%;
	text-align:center;
	background:#45ccbc;
	background-size:100% 100%;
	padding:0px;
	margin:0px;
}
.mail{
	float:left;
	width:100%;
	text-align:center;
	padding:32px 0px 32px 35px;
	margin:0px;
}
.mail-text{
	float:left;
	text-align:center;
	width:50%;
	padding:0px;
	margin:8px 0 0;
}
.mail-text h3{
	text-align:center;
	width:100%;
	font-family: 'CrimsonText-Italic';
	font-size:37px;
	color:#f8f6f7;
	padding:4	px 0px;
	margin:0px;
}
.mail-enter{
	float:left;
	width:50%;
	padding:0px;
	margin:0px;
}
.srch{
	float:right;
	max-width:515px;
	width:100%;
	height:51px;
	font-family: 'CrimsonText-Italic';
	background:#ffffff;
	border:none;
	font-size:22px;
	color:#b9b9b9;
	padding:14px 15px 14px 30px;
}
.mail-enter button{
	float:right;
	 width:auto;
	 background:#45c5e0;
	 border:none;
	 text-align:center;
	 text-transform:uppercase;
	 font-family: 'Montserrat-Bold';
	 font-size:12px;
	 color:#ffffff;
	 padding:10px 20px;
	 margin:-44px 10px 0px 0px;
}
.mail-enter button:hover{
	background:#2f383d;
	transition:all 0.4s linear;
}
#footer{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.back8{
	float:left;
	width:100%;
	background:url(../images/footer.png) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	padding:34px 0px 46px 0px;
	margin:0px;
}
.btmdata{
	float:left;
	width:100%;
	padding:0px 0px 0px 35px;
	margin:0px;
}
.btmdata h2{
	float:left;
	width:190px;
	font-family: 'Montserrat-Bold';
	font-size:22.56px;
	color:#ffffff;
	padding:0px 0px 15px;
	margin:0px;
}
.btmdata p{
	float:left;
	max-width:328px;
	width:100%;
	 font-family: 'OpenSans-Light';
	font-size:13px;
	line-height:24px;
	color:#ffffff;
	padding:0px;
	margin:0px;
}
.address{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.address h2{
	 float:left;
     width:100%;
	 font-family: 'OpenSans-Semibold';
	font-size:14px;
	text-transform:uppercase;
	color:#ffffff;
	padding:0px;
	margin:0px;
}
.address h3{
	 float:left;
     width:100%;
	 font-family: 'OpenSans-Semibold';
	font-size:13px;
	text-transform:uppercase;
	color:#ffffff;
	padding:0px;
	margin:0px;
}
.address img{
	float:left;
	width:auto;
	padding:0px;
	margin:0px;
}
.address table{
	float:left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.address table tr{
	float:left;
	width:100%;
	margin:15px 0px 0px;
	
}
.address  table td {
   float:left;
   width:auto;	
}
.address  table td h4{
	 font-family: 'OpenSans-Semibold';
	font-size:13px;
	color:#ffffff;
    padding:5px 0px 0px 20px;
	margin:0px;
}
.address  table td a{
	 font-family: 'OpenSans-Semibold';
	font-size:14px;
	text-decoration:none;
		color:#ffffff;
    padding:5px 0px 0px 20px;
	margin:0px;
}
.address  table td a:hover{
	color:#2f383d;
	transition:all 0.6s linear;

}
.back9{
	float:left;
	width:100%;
	background:#1799b5;
	background-size:100% 100%;
	padding:34px 0px 34px 0px;
	margin:0px;
}
.back9 p{
	float:left;
	width:100%;
	font-family: 'Montserrat-Regular';
	font-size:13px;
	text-transform:uppercase;
	color:#ffffff;
	padding:0px 0px 0px 35px;
	margin:0px;
}


.media{
	float:right;
	width:100%;
	position:relative;
	padding:34px 0px 0px;
	margin:0px;
}
.media ul{
	float:right;
	padding:0px 0px 0px;
	margin:0px;
}
.media ul li{
	float:left;
	width:75px;
	display:inline-block;
	margin:0px 4px;
	padding:0px;
}
.media ul li img{
	float:left;
	position:relative;
	width:auto;
	padding:0px;
	margin:0px;
}
.media ul li a{
	float:left;
	text-decoration:none;
}
.media ul li:hover .hv-blue{
	opacity:1;
	z-index:9;
   transition:all 0.6s linear;

}
.split{
	 width:auto;
	 padding:0px 4px;
}
.hv-blue{
	float:left;
	width:auto;
	padding:0px;
	opacity:0;
	margin:0px;
	position:absolute;
	top:34px;
}
.hv-blue img{
	width:auto;
	padding:0px;
	margin:0px;
}
.hv-blue a {
	text-decoration:none;
}
.hv-blue p{
	float:right;
	font-family: 'OpenSans-Light';
	font-size:13px;
	text-decoration:none;
	color:#261e4c;
	margin:0px;
	padding:0px;
}
.btmdata .social{
    margin-top: 20px;
}
.btmdata .social ul{
    float: left;
}
.btmdata .social ul li a{
    color: #fff;   
}
.btmdata .social ul li a:hover, .btmdata .social ul li a:hover span{
    color: #261e4c;   
}


.our-services{
    width: 100%;
    float: left;
    background-color: #3fc9e2;
    /*background: url(../images/back1.png) no-repeat center center;*/
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    padding: 6px 0;
}

.dental-servics{
    width: 100%;
    float: left;
    background: url(../images/back1.png) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    padding: 6px 0;
}
.service-item{
    width: 25%;
    float: left;
    padding: 15px 15px;
}
.service-item-img{
    width: 25%;
    height: 80px;
    float: left;
    position: relative;
    text-align: center;
}
.service-item-img img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
    opacity: 1;
}
.service-item-img img.hover{
    opacity: 0;
}   
.service-item:hover .service-item-img img.defalut{
    opacity: 0;
}   
.service-item:hover .service-item-img img.hover{
    opacity: 1;
}   
.service-item-text{
    width: 75%;
    float: right;
    padding-left: 30px;
    font-size: 15px;
    color: #ffffff;
    font-family: 'Montserrat-Bold';
    position: relative;
    margin-top: 15px;
}
.service-item:hover {
    background: url(../images/dental-service-hover.png);
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
.service-item:hover .service-item-text{
    color: #261e4c;   
}
.service-item-text:before{
    width: 1px;
    height: 80px;
    position: absolute;
    content: "";
    background: #fff;
    left: 10px;
    top: -15px;
}
.service-item:hover .service-item-text:before{
    background: #261e4c;       
    transform: rotate(20deg)
}
.mc4wp-response p{ float:left; width:100%; text-align:center;}
.left-side:hover img{ transform:scale(1.1)}





/******************* service Menu Item  **********************************/

.service-menu-item{
    width: 33%;
    float: left;
    padding: 15px 15px;
}
.service-item-img{
    width: 25%;
    height: 80px;
    float: left;
    position: relative;
    text-align: center;
}
.service-item-img img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
    opacity: 1;
}
.service-item-img img.hover{
    opacity: 0;
}   
.service-menu-item:hover .service-item-img img.defalut{
    opacity: 0;
}   
.service-menu-item:hover .service-item-img img.hover{
    opacity: 1;
}   
.service-item-text{
    width: 75%;
    float: right;
    padding-left: 30px;
    font-size: 15px;
    color: #ffffff;
    font-family: 'Montserrat-Bold';
    position: relative;
    margin-top: 15px;
}
.service-menu-item:hover {
    background: url(../images/dental-service-hover.png);
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
.service-menu-item:hover .service-item-text{
    color: #261e4c;   
}
.service-item-text:before{
    width: 1px;
    height: 80px;
    position: absolute;
    content: "";
    background: #fff;
    left: 10px;
    top: -15px;
}
.service-menu-item:hover .service-item-text:before{
    background: #261e4c;       
    transform: rotate(20deg)
}


/******************* service Menu Item  **********************************/
/*--------------------------------------inner css-------------------------------*/


/*--------------------About-us------------------*/
.top{
	float:left;
    width:260px;
	height:150px;
	background:url(../images/shape.png) no-repeat;
	-webkit-background-size:cover;
	background-size:100% 100%;
	margin-top:-95px;
	padding:0px;
}

.top h2{
	text-align:center;
    font-family: 'Montserrat-Bold';
	font-size:35px;
	text-transform:uppercase;
	color:#ffffff;
	padding:35px 0px 0px 0px;
	margin:0px;
}
.top h3{
    font-family: 'Montserrat-Bold';
	font-size:35px;
	text-transform:uppercase;
	color:#ffffff;
	padding:18px 0px 0px 44px;
	margin:0px;
}
.top h4{
	text-align:center;
    font-family: 'Montserrat-Bold';
	font-size:30px;
	text-transform:uppercase;
	color:#ffffff;
	padding:35px 0px 0px 0px;
	margin:0px;
}
.back10{
	float:left;
	width:1252px;
	background:#f2f3f7;
	background-size:100% 100%;
	padding:0px 0px 0px 72px;
	margin:0px 0px 0px 270px;
}
.about-section{
	float:left;
	width:100%;
	padding:0px 0px 0px;
	margin:0px;
}
.about{
	float:left;
	width:100%;
	padding:12px 0px 100px;
	margin:0px 0px 0px px;
}
.about-text{
	float:left;
	width:70%;
	padding:24px 0px 0px;
	margin:0px;
}
.about-text h3{
	float:left;
	width:100%;
	 font-family: 'OpenSans-Bold';
	background:#3fc9e2;
	background-size:100% 100%;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	padding:23px 90px 23px 26px;
	margin:0px;
}
.about-text span{
	float:left;
	width:711px;
	font-family: 'Merriweather-Italic';
	font-size:16px;
    line-height:26px;
	color:#3fc9e2;
	padding:35px 0px 35px 23px;
	margin:0px;
}
.about-text p{
	float:left;
	width:730px;
	font-family: 'OpenSans';
	font-size:16px;
	line-height:26px;
	color:#6a6a6a;
	padding:0px 0px 35px 23px;
	margin:0px;
}
.about-text-right{
	float:right;
	width:30%;
	padding:0px 13px 0px 0px;
	margin:0px;
}
.about-text-right img{
	float:right;
	width:100%;
	padding:0px;
	margin:0px;
}
.full-view{
	float:left;
	width:100%;
	padding:0px;
	margin-top:-138px;
}
.full-view img{
	float:left;
	width:100%;
	padding:0px 48px 0px 0px;
	margin:0px;
}

/*--------------------Return-cover------------------*/
.return-section{
	float:left;
	width:100%;
	text-align:center;
	padding:0px;
	margin:70px 0px 130px;
}
.return{
	float:left;
	width:100%;
	text-align:center;
	padding:0px 80px;
	margin:0px;
}
.return p{
	text-align:left;
	font-family: 'OpenSans';
	font-size:16px;
	line-height:26px;
	color:#6a6a6a;
	padding:0px 0px 40px;
	margin:0px;
}
.return h2{
	text-align:left;
	width:100%;
	 font-family: 'Montserrat-Bold';
	font-size:16px;
	line-height:26px;
	text-transform:uppercase;
	color:#6a6a6a;
	padding:40px 0px 70px;
	margin:0px;
}
.round1{
	float:left;
	width:33.3%;
	padding:0px;
	margin:0px;
}
.round1 p{
	float:left;
    width:80%;
	text-align:center;
	font-family: 'OpenSans';
	font-size:16px;
	line-height:26px;
	color:#6a6a6a;
	padding:25px 0px 0px;
	margin:0px;
}
.doller1{
	float:left;
	width:auto;
	text-align:left;
	background:url(../images/doller.png) no-repeat;
	background-size:100% 100%;	
	padding:0px;
	margin:0px;
}
.doller1 h1{
	font-family: 'Merriweather-Bold';
	text-align:left;
	font-size: 95.58px;
    margin: 0;
    padding: 60px 52px 72px 35px;
	color:#3fc9e2;

}
.round2{
	float:left;
	width:33.3%;
	text-align:center;
	padding:0px;
}
.round2 p{
      width:100%;
	text-align:center;
	font-family: 'OpenSans';
	font-size:16px;
	line-height:26px;
	color:#6a6a6a;
	padding:25px 0px 0px;
	margin:0px;
}
.doller2{
	display:inline-block;
	width:auto;
	text-align:left;
	background:url(../images/doller.png) no-repeat;
	background-size:100% 100%;	
	padding:0px;
	margin:0 auto;
}
.doller2 h1{
	font-family: 'Merriweather-Bold';
	text-align:left;
	font-size: 95.58px;
    margin: 0;
    padding: 60px 33px 72px 35px;
	color:#3fc9e2;
	
}
.round3{
	float:right;
	width:33.3%;
	text-align:center;
	padding:0px;
}
.round3 p{
	float:right;
	  width:70%;
	text-align:center;
	font-family: 'OpenSans';
	font-size:16px;
	line-height:26px;
	color:#6a6a6a;
	padding:25px 0px 0px;
	margin:0px;
}
.doller3{
	float:right;
	width:auto;
	text-align:left;
	background:url(../images/doller.png) no-repeat;
	background-size:100% 100%;	
	padding:0px;
	margin:0px;
}
.doller3 h1{
	font-family: 'Merriweather-Bold';
	text-align:left;
	font-size: 95.58px;
    margin: 0;
    padding: 60px 52px 72px 35px;
	color:#3fc9e2;
}
.middle{
	float:left;
	width:100%;
	text-align:center;
	padding:120px 0px 0px;
	margin:0px;
}
.middle p{
	font-family: 'Merriweather-Italic';
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#3fc9e2;
	padding:0px;
	margin:0px;
}
/*--------------------Testimonial-section------------------*/
.testimonial-section{
	float:left;
	width:100%;
	padding:75px 0px 135px 28px;
	margin:0px;
}
.heading{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.heading h2{
	float:left;
	width:100%;
	font-family: 'Merriweather-Italic';
	font-size:30px;
	color:#3fc9e2;
	padding:0px 0px 40px;
	margin:0px;
}
.client{
	float:left;
	width:100%;
	background:#3fc9e2;
	padding:70px 20px 84px 30px;
	margin:45px 0px 0px;
}
.client p{
	float:left;
	width:100%;
	font-family: 'Merriweather-Italic';
	font-size:14px;
	line-height:26px;
	color:#ffffff;
	padding:0px;
	margin:0px;
}
.client img{
	float:left;
	width:auto;
	padding:25px 0px 18px;
	margin:0px;
}
.client span{
	float:left;
	width:100%;
	font-family: 'Merriweather-Bold';
	font-size:14px;
	color:#ffffff;
	padding:0px;
	margin:0px;
}
.fce{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.fce img{
	width:auto;
	padding:0px 0px 0px 55px;
	margin-top:-56px;
}
/*--------------------Hospital-section------------------*/
.hospital-section{
	float:left;
	width:100%;
	padding:50px 0px 0px;
	margin:0px;
}
.hospital{
	float:left;
	width:100%;
	padding:0px 0px 74px 28px;
	margin:0px;
}
.hospital-text{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.hospital-text h2 {
  color: #6a6a6a;
  font-style: unset;
  text-transform: uppercase;
  font-size:16px;
  font-family: "Montserrat-Bold";
}
.hospital-text p{
	float:left;
	 font-family: 'OpenSans';
	font-size:15px;
	line-height:26px;
	color:#6a6a6a;
	padding:0px 0px 35px;
	margin:0px;
}
.hospital-view{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.hospital-view img{
	float:right;
	width:auto;
	padding:35px 0px 0px;
	margin:0px;
}
.back11{
	float:left;
	width:100%;
	background:url(../images/hopital-back.jpg) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:cover;
	padding:0px;
	margin:0px;
}
.back11 h2{
	float:left;
	width:100%;
	font-family: 'Merriweather-Bold';
	font-size:22.71px;
	color:#3fc9e2;
	padding:68px 0px 14px 64px;
	margin:0px;
}
.back11 img{
	width:auto;
	padding:0px 0px 0px 22px;
	margin:0px;
}
.white-board{
	float:left;
	width:100%;
	background:#ffffff;
	background-size:100% 100%;
	-webkit-background-size:cover;
	border:1px solid#dde6e9;
	border-radius:3px;
	padding:35px 84px 85px 64px;
	margin:0px 0px 195px 28px;
}
.board{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.board p{
	float:left;
	width:100%;
	 font-family: 'OpenSans';
	font-size:14px;
	color:#6a6a6a;
	padding:0px 0px 38px;
	margin:0px;
}
.board-left{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.board-left h2{
	float:left;
	width:100%;
	 font-family: 'Montserrat-Bold';
	font-size:16px;
	text-transform:uppercase;
	color:#6a6a6a;
	padding:32px 0px 22px;
	margin:0px;
}
.board-left ul{
	float:left;
	padding:0px;
	margin:0px 0px 0px -20px;
}
.board-left ul li{
	display:list-item;
	list-style:none;
	padding:0px 0px 12px;
	font-family: 'OpenSans';
	font-size:14px;
	color:#6a6a6a;
	margin:0px;
}
.board-left ul li img{
	width:auto;
	padding:0px 13px 0px 0px;
	margin:0px;
}
.board-right{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.board-right h2{
	float:left;
	width:100%;
	 font-family: 'Montserrat-Bold';
	font-size:16px;
	text-transform:uppercase;
	color:#6a6a6a;
	padding:32px 0px 22px;
	margin:0px;
}
.board-right p{
	float:left;
	width:100%;
	font-family: 'OpenSans';
	font-size:14px;
	line-height:26px;
	color:#6a6a6a;
	padding:0px 0px 36px;
	margin:0px;
}
.board-right span{
	float:left;
	width:100%;
	font-family: 'OpenSans';
	font-size:14px;
	line-height:26px;
	color:#6a6a6a;
	padding:30px 0px 0px;
	margin:0px;
}
.line1{
	text-transform:uppercase;
	background:#3fc9e2;
	font-size:12.37px;
	color:#ffffff;
	text-align:center;
	padding:0px;
	margin:0px;
}
.table{
	margin-top:127px;
	margin-bottom:0px;
}
tr{
	border:none;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	border:none;
	text-align:center;
	padding:10px;
}
.line2{
    font-family: 'OpenSans-Bold';
	background:#daf7fc;
	color:#3fc9e2;
	font-size:12.37px;
	padding:0px;
	margin:0px;
}
.line3{
    font-family: 'OpenSans-Bold';
	color:#3fc9e2;
	font-size:12.37px;
	padding:0px;
	margin:0px;
}
.blank{
	width:60px;
}
  
/*--------------------Contact-section------------------*/
.contact-section{
	float:left;
	width:100%;
	margin:37px 0px 65px 0px;
	padding:0px;
}
.adress-top{
	float:left;
	width:100%;
	padding:0px;
	margin:0px 0px 0px 28px;
}
.adress-top h2{
	float:left;
	width:100%;
	font-family: 'Merriweather-Italic';
	font-size:30px;
	color:#3fc9e2;
	padding:0px;
	margin:0px;
}
.add1{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	padding:0px;
	margin:75px 0px 0px;
}
.add1 img{
	text-align:center;
	width:auto;
	padding:0px;
	margin:0px;
}
.add1 h3{
	text-align:center;
	font-family: 'Montserrat-Regular';
	font-size:17.03px;
	color:#2f383d;
	padding:16px 0px 14px;
	margin:0px;
}
.add1 p{
	text-align:center;
	ffont-family: 'Montserrat-Bold';
	font-size:16px;
	color:#99abb7;
	padding:0px;
	margin:0px;
}
.add1 a{
	text-align:center;
	text-decoration:none;
	font-family: 'Montserrat-Bold';
	font-size:16px;
	color:#99abb7;
	padding:0px;
	margin:0px;
}
.add1 a:hover{
	color:#000;
}
.add1:hover .add-hv{
	opacity:1;
	transition:all 0.6s linear;
	z-index:9;
}
.add-hv{
	float:left;
	width:100%;
	text-align:center;
	opacity:0;
	position:absolute;
	top:0px;
	padding:0px;
	margin:0px;
}
.add-hv img{
	text-align:center;
	width:auto;
}
.enquiry{
	float:left;
	width:100%;
	padding:130px 0px 0px;
	margin:0px 0px 0px 48px;
}
.enquiry h2{
	 float:left;
	 width:100%;
	font-family: 'Montserrat-Bold';
	font-size:16px;
	text-transform:uppercase;
	color:#73797c;
	padding:0px 0px 0px 20px;
	margin:0px;
}
.enquiry p{
	 float:left;
	  width:100%;
	font-family: 'Merriweather-Italic';
	font-size:16px;
	color:#3fc9e2;
	padding:20px 0px 13px 20px;
	margin:0px;
}
.form-control{
	height:auto;
	background:none;
	margin:15px 0px 0px;
	border:1.8px solid#d6dbe1;
    font-family: 'OpenSans-Italic';
	color:#99abb7;
	font-size:14.9px;
	box-shadow:none;
	padding:14px 20px;
	border-radius:0px;
}
.form-control::first-letter {
	text-transform:capitalize !important;
}
.form-group .name{
	background-image:url(../images/c1.png);
	background-repeat:no-repeat;
	background-position:98% center;
}
.form-group .email{
	background-image:url(../images/c3.png);
	background-repeat:no-repeat;
	background-position:98% center;
}
.form-group .sub{
	background-image:url(../images/c2.png);
	background-repeat:no-repeat;
	background-position:98% center;
}
.form-group .arya{
	background-image:url(../images/c4.png);
	background-repeat:no-repeat;
	background-position:98% 20px;
}
option{
	padding:2px 0px 2px 20px;
}
textarea{
	width:100%;
	height:auto;
	background:none;
	margin:15px 0px 0px;
	border:1.8px solid#d6dbe1;
    font-family: 'OpenSans-Italic';
	color:#99abb7;
	font-size:14.9px;
	box-shadow:none;
	padding:14px 20px;
	box-shadow:none;
    border-radius:0px;
	
}
.btn{
	background:#3fc9e2;
	font-size:14.9px;
	color:#ffffff;
	white-space:normal;
	border:none;
	text-transform:uppercase;
	font-family: 'Montserrat-Bold';
	margin:25px 0px 0px 16px;
	padding:22px 90px;
	border-radius:0px;

}
.btn:hover{
	background:#2f383d;
	color:#ffffff;
	transition:all 0.6s linear;
}
/*--------------------Packages-section------------------*/
.packages-section{
	float:left;
	width:100%;
	padding:35px 0px 0px;
	margin:0px;
}
.package{
	float:left;
	width:100%;
	padding:0px 0px 0px 28px;
	margin:0px;
}
.package-left{
	float:left;
	width:100%;
	padding:26px 0px 0px;
	margin:0px;
}
.package-left h2{
	float:left;
	width:100%;
	font-family: 'Merriweather-Italic';
	font-size:24px;
	color:#50c8e7;
	padding:0px 0px 12px;
	margin:0px;

}
.package-left h3{
	float:left;
	width:100%;
	 font-family: 'OpenSans';
	font-size:13.7px;
	color:#6a6a6a;
	padding:10px 0px 0px;
	margin:0px;

}
.package-left span{
	float:left;
	width:100%;
	font-family: 'OpenSans-Bold';
	font-size:12px;
	color:#50c8e7;
	padding:44px 0px 0px;
	margin:0px;

}
.package-left p{
	float:left;
	width:100%;
	 font-family: 'OpenSans';
	font-size:12px;
	color:#50c8e7;
	padding:5px 0px 0px;
	margin:0px;
}
.package-right{
	float:right;
	width:100%;
	padding:0px;
	margin:0px;
}
.package-right img{
	float:right;
	width:100%;
	padding:0px;
	margin:0px;
}
.back12{
	float:left;
	width:100%;
	border-top:1px solid#f9fafb;
	border-bottom:1px solid#f9fafb;
	background:#f9fafb;
	background-size:100% 100%;
	padding:0px;
	margin:0px;
}
.pack1{
	float:left;
	width:100%;
	padding:0px;
	margin:66px 0px 0px 28px;
}
.pack1 h2{
	float:left;
	width:auto;
	font-family: 'Montserrat-Bold';
	background:#ababab;
	font-size:22.71px;
	color:#ffffff;
	padding:22px 60px;
	margin:0px;
}

.pack1 h3{
	float:left;
	width:auto;
	text-align:center;
	background:url(../images/silverball.png) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	font-family: 'Montserrat-Bold';
	text-align:center;
	font-size:32px;
	color:#6a6a6a;
	padding:58px 35px;
	position:relative;
	top:-60px;
	left:-35px;

}
.silver{
	float:left;
	width:100%;
	background:url(../images/sliver.jpg) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:cover;
	padding:25px 240px 35px 65px;
	margin-top:-100px;
}
.silver-data{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;

}
.silver-data span{
	float:left;
	width:100%;
	font-size:14px;
	color:#6a6a6a;
	font-family: 'OpenSans-Bold';
	padding:34px 0px;
	margin:0px;
}
.silver-data p{
	float:left;
	width:100%;
	font-size:14px;
	color:#6a6a6a;
	font-family: 'OpenSans';
	padding:0px 0px 34px;
	margin:0px;
}
.silver-data h4{
	float:left;
	width:100%;
	text-align:left;
	text-transform:uppercase;
	font-size:16px;
	color:#6a6a6a;
	font-family: 'Montserrat-Bold';
	padding:0px 0px 22px;
	margin:0px;
}
.silver-data ul{
	float:left;
	width:410px;
	padding:0px;
	margin:0px 0px 0px -2px;
}
.silver-data ul li{
	display:list-item;
	font-family: 'OpenSans';	
	font-size:14px;
	color:#6a6a6a;
	padding:0px 0px 10px;
	margin:0px;
}
.pack2{
	float:left;
	width:100%;
	padding:0px;
	margin:66px 0px 0px 28px;
}
.pack2 h2{
	float:left;
	width:auto;
	font-family: 'Montserrat-Bold';
	background:#c3a349;
	font-size:22.71px;
	color:#ffffff;
	padding:22px 60px;
	margin:0px;
}

.pack2 h3{
	float:left;
	width:auto;
	text-align:center;
	background:url(../images/silverball.png) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	font-family: 'Montserrat-Bold';
	text-align:center;
	font-size:30px;
	color:#c3a349;
	padding:45px 35px;
	position:relative;
	top:-64px;
	left:-35px;
}
.pack2 h1{
	float:left;
	width:auto;
	text-align:center;
	background:url(../images/silverball.png) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	font-family: 'Montserrat-Bold';
	text-align:center;
	font-size:30px;
	color:#c3a349;
	padding:45px 35px;
	position:relative;
	top:-64px;
	left:-50px;
}
.pack2 span{
	font-size:16px;
	color:#c3a349;
	padding:0px;
	margin:0px;
}
.gold{
	float:left;
	width:100%;
	background:url(../images/gold.jpg) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:cover;
	padding:25px 107px 35px 65px;
	margin-top:-100px;
}
.gold-data{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;

}
.gold-data h5{
	float:left;
	width:100%;
	font-size:14px;
	color:#6a6a6a;
	font-family: 'OpenSans-Bold';
	padding:34px 0px;
	margin:0px;
}
.gold-data p{
	float:left;
	width:100%;
	font-size:14px;
	color:#6a6a6a;
	font-family: 'OpenSans';
	padding:0px 0px 34px;
	margin:0px;
}
.gold-data h4{
	float:left;
	width:456px;
	text-align:left;
	text-transform:uppercase;
	font-size:16px;
	color:#6a6a6a;
	font-family: 'Montserrat-Bold';
	padding:0px 0px 22px;
	margin:0px;
}
.gold-data ul{
	float:left;
	width:480px;
	padding:0px;
	margin:0px 0px 0px -20px;
}
.gold-data ul li{
	display:list-item;
	list-style:none;
	font-family: 'OpenSans';	
	font-size:14px;
	color:#6a6a6a;
	padding:0px 0px 10px;
	margin:0px;
}
.gold-data ul li img{
	float:left;
	width:auto;
	padding:8px 10px 0px 0px;
	margin:0px;
}
.choose2{
	float:right;
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px;
}
.choose2 a{
	float:right;
	text-align:center;
	width:auto;
	background:#c3a349;
	 font-family: 'Lato-Black';
	text-align:center;
	text-transform:uppercase;
	border:3px solid#ffffff;
	border-radius:5px;
	text-decoration:none;
	font-size:14.19px;
	color:#ffffff;
	padding:16px 31px;
	margin:-28px 45px 0px 0px;
        margin-bottom: 30px;
}
.choose2 a:hover{
	background:#ababab;
	transition:all 0.6s linear;
}
.pack3{
	float:left;
	width:100%;
	padding:0px;
	margin:66px 0px 0px 28px;
}
.pack3 h2{
	float:left;
	width:auto;
	font-family: 'Montserrat-Bold';
	background:#9d845f;
	font-size:22.71px;
	color:#ffffff;
	padding:22px 60px;
	margin:0px;
}

.pack3 h3{
	float:left;
	width:auto;
	text-align:center;
	background:url(../images/silverball.png) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	font-family: 'Montserrat-Bold';
	text-align:center;
	font-size:32px;
	color:#9d845f;
	padding:58px 35px;
	position:relative;
	top:-60px;
	left:-35px;

}
.plantinum{
	float:left;
	width:100%;
	background:url(../images/platinum.jpg) no-repeat;
	background-size:100% 100%;
	-webkit-background-size:cover;
	padding:25px 116px 35px 65px;
	margin-top:-100px;

}
.plantinum-data{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;

}
.plantinum-data span{
	float:left;
	width:100%;
	font-size:14px;
	color:#6a6a6a;
	font-family: 'OpenSans-Bold';
	padding:34px 0px;
	margin:0px;
}
.plantinum-data p{
	float:left;
	width:100%;
	font-size:14px;
	color:#6a6a6a;
	font-family: 'OpenSans';
	padding:0px 0px 34px;
	margin:0px;
}
.plantinum-data h4{
	float:left;
	width:456px;
	text-align:left;
	text-transform:uppercase;
	font-size:16px;
	color:#6a6a6a;
	font-family: 'Montserrat-Bold';
	padding:0px 0px 22px;
	margin:0px;
}
.plantinum-data ul{
	float:left;
	width:480px;
	padding:0px;
	margin:0px 0px 0px -20px;
}
.plantinum-data ul li{
	display:list-item;
	list-style:none;
	font-family: 'OpenSans';	
	font-size:14px;
	color:#6a6a6a;
	padding:0px 0px 10px;
	margin:0px;
}
.plantinum-data ul li img{
	float:left;
	width:auto;
	padding:8px 10px 0px 0px;
	margin:0px;
}
.choose3{
	float:right;
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px 0px 80px;
}
.choose3 a{
	float:right;
	text-align:center;
	width:auto;
	background:#9d845f;
	 font-family: 'Lato-Black';
	text-align:center;
	text-transform:uppercase;
	border:3px solid#ffffff;
	border-radius:5px;
	text-decoration:none;
	font-size:14.19px;
	color:#ffffff;
	padding:16px 31px;
	margin:-28px 45px 0px 0px;
}
.choose3 a:hover{
	background:#ababab;
	transition:all 0.6s linear;
}
.choose{
	float:right;
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px 0px;
}
.choose a{
	float:right;
	text-align:center;
	width:auto;
	background:#ababab;
	 font-family: 'Lato-Black';
	text-align:center;
	text-transform:uppercase;
	border:3px solid#ffffff;
	border-radius:5px;
	text-decoration:none;
	font-size:14.19px;
	color:#ffffff;
	padding:16px 31px;
	margin:-28px 45px 0px 0px;
}
.choose a:hover{
	background:#c3a349;
	transition:all 0.6s linear;
}
/*--------------------faq-section------------------*/
.faq-section{
	float:left;
	width:100%;
	margin:0px;
	padding:78px 0px 0px;
}
.faq{
	float:left;
	width:100%;
	margin:0px;
	padding:0px 0px 160px 90px;
}
.faq h2{
	float:left;
	width:100%;
    font-family: 'Merriweather-Italic';
	font-size:24px;
	color:#50c8e7;
	padding:0px;
	margin:0px;
}
.ina-tab{
	float:left;
	width:100%;
	padding:0px;
	margin-top:20px;
}	
.box{
	float:right;
	width:auto;
	border-left:1.5px solid #909090;
	margin-top: -20px;
    padding: 23px 33px;
}
.box2{
	float:right;
	width:auto;
	padding:0px 25px 0px 0px;
}
.panel-group .panel{
	border-radius:0px;
	 margin-bottom: 10px;
}

.panel-default > .panel-heading{
	background:none;
}
.panel{
	border:1px solid #909090;
	
}
.panel-title{
	font-size:14px;	
}
.panel-heading{
     padding: 20px 0px 15px 28px;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a{
	font-size:14px;
	color:#141414;
	  outline:none;
	padding:0px;
	margin:0px;
	text-decoration:none;
}
.panel-body{
	border:1px solid #909090;
	padding:25px 0px 30px 35px;
	background:none;
	margin-bottom:10px;
	
}
.panel-body h5{
	width:820px;
	font-family: 'Montserrat-Regular';
	font-size:13px;
	line-height:28px;
	color:#6f6f6f;
	text-align: justify;
	margin:15px;
}
.nav-tabs{
	margin-top:70px;	
	border-bottom:3px solid#ececec;
}
.nav-tabs > li > a{
	font-family: 'Montserrat-Regular';
	font-size:12px;
	color:#6f6f6f;
	border:none;
	 padding: 10px 30px;
	margin-right: 20px;
   
}
.nav-tabs > li > a:hover{
	background:none;
	outline:none;
	
}
.collapsed > p {
    outline: medium none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a .active > img :focus{
	border-color:transparent;
	color:#141414;
	border-top:20px;
	outline:none;
   
	
}
.nav.nav-tabs .active img {
   
	display:block;

}

.landingpage{
float: left; font-family: 'OpenSans'; font-size: 14px; line-height: 26px; color: #6a6a6a;
}

.landingh1{
    color: #42cee7;
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 22px;
    font-family: inherit;
    line-height: 1.1;
}


.landingpage h2{
    color: #42cee7;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 22px;
    font-family: inherit;
    line-height: 1.1;
}

.landingpage ul li {
    float: left;
    width: 100%;
    color: #6a6a6a;
    font-family: "OpenSans";
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    list-style: inside url("../images/dot.png") disc;
}

.enq-btn img
{


}

.enq-btn {
    float: left;
    margin-top: 40px;
    position: relative;
    z-index: 99; margin-left:20px;width: 200px;
     margin-top: -12px;
}

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    margin-right: 7px;
    float: right;
}

.pagination span, .pagination a {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #747474;
    float: left;
    line-height: 1.42857;
    margin-left: 8px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.pagination .current {
    background-color: #06b9bc;
    border-color: #06b9bc;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.nav.nav-tabs img {
    position:absolute;
    top: 38px;
	display:none;

}

.pack1 > br {
	display: none;
}

.pack2 > br {
	display: none;
}

.pack3 > br {
	display: none;
}

.board-left br {
	display: none
}

.silver-data br, .gold-data br, .plantinum-data br {
	display: none;
}

/*---------------popup form css--------------------------------*/
#the-radios {
	padding: 0px !important
}

#nex-forms div.radio-group label.checkbox-inline {
	height: auto !important;
	width: 28%;
	margin: 0.5% !important;
	border-radius: 8px;
	background: #261e4d;
	padding: 0 12px !important;
	position: relative;
	box-shadow: 1px 1px 0px #999
}

#nex-forms div.radio-group label.checkbox-inline .input-label {
	height: 112px;
	padding: 15px 0 !important;
	float: left
}

#nex-forms div.radio-group label.checkbox-inline {
	width: 215px;
	text-align: center;
	margin: 1% !important;
}

}
#nex-forms .prettyradio a:hover, #nex-forms .prettycheckbox a:hover {
	box-shadow: none !important;
	border: none !important
}

#nex-forms .prettyradio a, #nex-forms .prettycheckbox a {
	border: none !important
}

#nex-forms div.radio-group label.checkbox-inline h3 {
	font: 500 18px 'Open Sans', sans-serif !important;
}

#nex-forms div.radio-group label.checkbox-inline p {
	font: 400 12px 'Open Sans', sans-serif !important;
	margin: 7px 0 0 !important
}

#_85478 input {
	height: auto !important
}

.modal-title {
	display: none
}

.modal-dialog {
	max-width: 800px !important;
	width: 100% !important
}

.modal-content {
	background: #3fc9e2 !important;
	height: 466px
}

#nex-forms h1.the_input_element, #nex-forms h2.the_input_element, #nex-forms h3.the_input_element, #nex-forms h4.the_input_element, #nex-forms h5.the_input_element, #nex-forms h6.the_input_element, #nex-forms h1, #nex-forms h2, #nex-forms h3, #nex-forms h4, #nex-forms h5, #nex-forms h6, #nex-forms p {
	color: #fff !important;
	font-family: Arial !important;
	margin: 0 20px !important
}

h2.the_input_element.align_center {
	font-size: 43px
}

h2.the_input_element.align_center b {
	font-family: Arial !important
}

.modal-body {
	padding: 40px 70px !important
}

#nex-forms .btn, #nex-forms input {
	border-radius: 10px !important;
	height: 65px
}

#nex-forms input.form-control {
	font: 400 18px "Open Sans", sans-serif !important;
	height: 60px !important
}

#nex-forms textarea.form-control {
	font: 400 18px "Open Sans", sans-serif !important;
	height: 98px !important;
	border-radius: 10px !important
}

.checkbox-inline.align_left {
	background: none !important
}

#_85478 .input-label {
	height: auto !important;
	margin: -23px 11px !important;
	width: 100% !important
}

#_85478 .ui-state-default, #_85478 .checked.ui-state-active.fa.fa-check {
	background: #354259 !important;
	display: none !important
}

#_61112 h2 {
	margin-bottom: 0px !important
}

#_61112 {
	margin-bottom: 0px !important
}

#_24516 {
	padding-top: 104px
}

#_53696 {
	padding-top: 98px
}

#i_dont_have_one {
	display: block !important
}

.the-radios.error_message.input_container.col-sm-10 {
	float: left;
	width: 100% !important
}

#_85478 .input-label {
	display: none !important
}

#_85478 label {
	background: none !important
}

#_85478 .the_label {
	color: #fff !important;
	left: 40px;
	position: absolute;
	width: 100%;
	font-family: 'Roboto-Medium'
}

}
#_85478 .input-inner {
	float: left !important
}

#_85478 .checkbox-inline {
	position: absolute;
	top: -33px !important;
	text-align: left !important
}

#nex-forms .submit-button {
	float: left !important;
	width: 100% !important
}

#nex-forms .btn {
	text-align: center !important;
	background: #f5cb36 !important;
	border: none !important;
	font-family: Arial !important;
	padding: 18px 28px !important;
	font-size: 20px !important;
	max-width: 205px;
	width: 100% !important;
	color: #261E4D !important;
	border-radius: 0px !important
}

.btn.the_input_element.selectpicker.btn-default.left.ui-state-default {
	max-width: 100% !important;
	background: none !important
}

#nex-forms .btn.selectpicker {
	background: #fff !important;
	border-radius: 10px !important;
	text-align: left !important;
	color: rgb(85, 85, 85) !important
}

.checked.ui-state-active.fa.fa-check, .checked {
	color: #fff
}

#_81635 {
	margin-top: 25px;
	text-align: center
}

#_52168 {
	margin-top: 20px
}

#_23765 {
	margin-top: 59px
}

.panel-body.alert {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none !important;
	color: #fff !important;
	font-size: 20px;
	text-align: center;
	font-family: 'Roboto-Medium';
	padding: 25% 0 !important
}

.modal-header.alert.alert-info {
	border: none;
	float: right;
	height: 25px;
	width: 25px;
	position: absolute;
	right: -11px;
	top: -27px;
	z-index: 9999
}

.modal-header .close {
	margin-right: -15px;
	margin-top: 0 !important;
	color: #e3000c
}

.input-label.check-label {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: Arial;
}

.input-label.check-label b {
	float: left;
	width: 100%;
	font-family: Arial
}

.modal-header .close {
	background: #261e4d;
	border: 1px solid rgb(153, 153, 153);
	border-radius: 100%;
	margin-top: -2px;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
	width: 35px;
	height: 35px;
	opacity: 1;
}

.alert {
	font-family: Arial !important;
	font-size: 26px !important
}

#_79329 {
	text-align: center
}

#_81681 .col-sm-10 {
	padding: 0px !important;
}

#_80053 .col-sm-10 {
	padding: 0px !important;
}

#_17622 .col-sm-10 {
	padding: 0px !important;
}

#_58264 {
	margin-left: 10px;
	width: 100%
}

#_58264 {
	padding: 0px 10px 0 15px
}

#_58264 .col-sm-10 {
	padding: 0px !important;
}

#_68387 {
	padding: 0 10px;
	width: 104% !important;
}

.prev-step {
	margin: 0px;
	text-align: center !important
}

.nex-step {
	margin: 0px;
}

.nex-submit, #_34631, #_97567 .form_field.custom-fields.submit-button {
	text-align: center !important
}

.modal-header.alert.alert-info {
	background: none !important
}

/*---blog---*/
.container-blog {
	width: 1280px;
	margin: 0 auto;
}

.blog-banner {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.blog-banner img {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.blog {
	float: left;
	width: 100%;
	padding: 0px 0PX 0PX;
	margin: 0px;
}

.blog-head {
	float: left;
	width: 100%;
	padding: 57px 0px 124px;
	margin: 0px;
}

.blog-head h2 {
	float: left;
	width: 100%;
	font-size: 50px;
	color: #06b9bc;
	font-weight: 700;;
	padding: 0px;
	margin: 0px;
}

.blog-head span {
	font-size: 50px;
	color: #06b9bc;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
}

.blogline {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 78px 0px 0px;
}

.blogleft {
	float: left;
	width: 45%;
	padding: 0px;
	margin: 0px;
}

.blogimg {
	float: left;
	width: 100%;
	height: 310px;
	transform: scale(1);
	background-size: cover !important;
	background-position: center !important;
	padding: 0px;
	margin: 0px;
}

.blogimg:hover {
	transition: all 0.5s linear 0s;
}

.blogimg h3 {
	float: right;
	width: auto;
	text-align: center;
	font-size: 17.62px;
	color: #ffffff;
	background: #06b9bc;
	font-weight: 300;
	padding: 13px 15px;
	margin: 11px 14px 0px 0px;
}

.blogimg h3:hover {
	background: #4C7119;
	transition: all 0.5s linear 0s;
}

.blogright {
	float: left;
	width: 55%;
	padding: 0px 0px 0px 30px;
	margin: 0px;
}

.blogright h2 a, .blogright h2 {
	float: left;
	width: 100%;
	font-size: 27.69px;
	color: #2f2f2f;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.blogright h2 a {
	margin-bottom: 10px;
}

.comment {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.comment ul {
	padding: 0px;
	margin: 0px;
}

.comment ul li {
	display: inline-block;
	padding: 0px 24px 0px 0px;
	margin: 0px;
}

.comment ul li span {
	font-size: 15.10px;
	color: #848484;
	font-weight: 300px;
	padding: 0px;
	margin: 0px;
}

.comment ul li img {
	width: auto;
	transform: scale(1);
	transition: all 0.9s linear 0s;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.blogright p {
	float: left;
	width: 100%;
	font-size: 15.62px;
	color: #848484;
	font-weight: 300;
	text-align: justify;
	padding: 23px 0px 20px 0px;
	margin: 0px;
}

.blogright button {
	float: left;
	background: none;
	border: 2px solid #848484;
	font-size: 17.62px;
	color: #848484;
	border-radius: 30px;
	font-weight: 300;
	height: 60px;
	padding: 17px 40px;
	margin: 0px;
}

.blogright button:hover {
	background: #06b9bc;
	border: none;
	height: 60px;
	border: 2px solid #06b9bc;
	transition: all 0.9s linear 0s;
	color: #ffffff;
}

.dentback {
	float: left;
	width: 100%;
	background: url(../images/dentback.png) no-repeat;
	background-size: cover;
	padding: 0px 0px 230px;
	margin: 0px;
}

.sidebar {
	float: left
	width: 100%;
	padding: 50px 0px 0px;
	margin: 0px;
}

.search {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.search p {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-bottom: 2px solid #2f2f2f;
}

.see {
	background: none;
	font-size: 17.62px;
	color: #2f2f2f !important;
	border: none;
	width: 245px;
	font-weight: 300;
	padding: 15px;
	margin: 0px;
}

.search button {
	float: right;
	background: none;
	border: none;
	padding: 15px;
	margin: 0px;
}

*::-moz-placeholder {
	color: #2f2f2f;
}

.sidebar .widget,
.categories {
	float: left;
	width: 100%;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

.sidebar .widget h2,
.categories h2 {
	float: left;
	width: 100%;
	font-size: 20.14px;
	color: #0a0a0a;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0px 0px 13px;
	margin: 0px;
}

.sidebar .widget ul,
.categories ul {
	padding: 0px;
	margin: 0px;
}

.sidebar .widget ul li,
.categories ul li {
	display: inline-block;
	padding: 14px 0px 0px;
	width: 100%;
	border-bottom: 2px solid #eaeaea;
}

.sidebar .widget ul li a,
.categories ul li a {
	float: left;
	font-size: 15.10px;
	color: #2f2f2f;
	font-weight: 300;
	padding: 0px 0px 14px;
	margin: 0px;
	text-decoration: none;
}

.sidebar .widget ul  lo,
.categories ul li {
	font-size: 17.62px;
	color: #2f2f2f;
	font-weight: 300;
	margin: 0px;
	text-decoration: none;
}

.sidebar .widget ul li span,
.categories ul li span {
	float: right;
	font-size: 15.10px;
	color: #848484;
	font-weight: 300;
	padding: 0px 0px 14px;
	margin: 0px;
}
.widget.widget_recent_comments ul li span {
	float: none;
}
.archives {
	float: left;
	width: 100%;
	padding: 70px 0px 0px 0px;
	margin: 0px;
}

.archives h2 {
	float: left;
	width: 100%;
	font-size: 20.14px;
	color: #0a0a0a;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0px 0px 13px;
	margin: 0px;
}

.archives ul {
	padding: 0px;
	margin: 0px;
}

.archives ul li {
	display: inline-block;
	padding: 25px 0px 0px;
	width: 100%;
	border-bottom: 2px solid #eaeaea;
}

.archives ul li p {
	float: left;
	font-size: 17.62px;
	color: #2f2f2f;
	font-weight: 300;
	padding: 0px 0px 23px;
	margin: 0px;
}

.archives ul li span {
	float: right;
	font-size: 15.10px;
	color: #848484;
	font-weight: 300;
	padding: 0px 0px 23px;
	margin: 0px;
}

.post {
	float: left;
	width: 100%;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

.post h2 {
	float: left;
	width: 100%;
	font-size: 20.14px;
	color: #0a0a0a;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0px 0px 13px;
	margin: 0px;
}

.post ul {
	padding: 0px;
	margin: 0px;
}

.post ul li {
	padding: 17px 0px 0px;
	width: 100%;
	border-bottom: 2px solid #eaeaea;
	list-style: none;
	float: left;
}

.post ul li img {
	width: 25%;
	padding: 0px 0px 20px;
}

.post ul li p {
	width: 75%;
	float: right;
	font-size: 15.10px;
	color: #2f2f2f;
	font-weight: 300;
	padding: 0px 0px 12px 11px;
	margin: 0px;
}

.post ul li span {
	float: left;
	text-align: left;
	font-size: 15.10px;
	color: #2f2f2f;
	font-weight: 300;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	float: left;
}

.tags {
	float: left;
	width: 100%;
	padding: 15px 0px 0px 0px;
	margin: 0px;
}

.tagcloud a {
	float: left;
	width: 100%;
	font-size: 20.14px;
	color: #0a0a0a;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0px 0px 2px;
	margin: 0px;
}

.tags h2 {
	float: left;
	width: 100%;
	font-size: 20.14px;
	color: #0a0a0a;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0px 0px 15px;
	margin: 0px;
}

.tags ul {
	padding: 0px;
	margin: 0px;
}

.tags ul li {
	display: inline-block;
	padding: 0px 0px 28px;
}

.tags ul li p {
	font-size: 16.62px;
	color: #848484;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
}

.dates {
	text-transform: uppercase
}

.search-form {
	border-bottom: 2px solid #000;
}

.blogleft.blog-single {
	width: 100%;
}

.blogleft.blog-single .blogimg {
	height: auto;
}

.single-right {
	float: left;
	width: 100%;
	padding-left: 0px;
	margin-top: 20px
}

.post span {
	float: left;
	width: 100%;
}

.submit {
	background: #3fc9e2 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #ffffff;
	font-family: "Montserrat-Bold";
	font-size: 14.9px;
	margin: 25px 0 0 0px;
	padding: 22px 90px;
	text-transform: uppercase;
	white-space: normal;
}

.comment-form label {
	float: left;
	width: 100%;
}

.comment-form-author > input, .comment-form-email > input, .comment-form-url > input {
	padding: 6px 0;
}

#nex-forms input {
	padding: 0 10px !important
}

.hospital-text ul {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.hospital-text ul li {
	float: left;
	width: 100%;
	color: #6a6a6a;
	font-family: "OpenSans";
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	list-style: inside url("../images/dot.png") disc;
}

.pkgsection {
	float: left;
	width: 100%;
	margin-bottom: 50px !important
}

.wpcf7-response-output {
	float: left;
	width: 100%;
}

.modal {
	z-index: 9999 !important
}