@charset "UTF-8";
/* CSS Document */

/*==============================================================
	Common Styles Initials
==============================================================*/

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

*, *:after, *:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	width: 100%;
	min-height: 100%;
	color: #666;
}

a {
	outline: none;
	text-decoration: none;
	color: #555;
}

a:hover, a:focus{
	outline: none;
	text-decoration: none;
}

input, textarea, select {
	outline: none;
	resize: none;
}

a, input, button{
	outline:none !important;
}

 button::-moz-focus-inner {
 	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

.slick-slide{
	outline: none !important;
}

.bg_img{
	display: none;
}

/*==============================================================
	Bootstrap Hack
==============================================================*/

.form-control::-webkit-input-placeholder{opacity:1;}
.form-control:-moz-placeholder{opacity:1;}
.form-control::-moz-placeholder{opacity:1;}
.form-control:-ms-input-placeholder{opacity:1;}

.nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a, .nav > li.active > a:focus{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/*==============================================================
	Custom Style
==============================================================*/

.container {
	width:100%;
	max-width: 1114px;
	padding: 0 15px;
}

.pre-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff url(../images/pre-loader.gif) no-repeat;
	background-size: 100px;
	background-position: center center;
	z-index: 1234;
}

/*==============================================================
	Header Style
==============================================================*/
.header-wrap{
	padding: 8px 0 0 0;
	position: relative;
}
.header-wrap:before{
	content: "";
	width: 100%;
	height: 52px;
	background: url(../images/header-before-bg.png);
	position: absolute;
	bottom: -52px;
	left: 0;
	background-size: contain !important;
	z-index: 123;
	background-repeat: no-repeat;
}
.header-wrap .container{
	max-width: 1213px;
}
.header-left{
	width: 40%;
	float: left;
}
.header-right{
	width: 60%;
	float: right;
	text-align: right;
}
.header-right-top .contact-info{
	display: inline-block;
}
.header-right-top .contact-info ul li{
	display: inline-block;
	padding: 0 18px;
	position: relative;
}
.header-right-top .contact-info ul li:last-child{
	padding-right: 0;
}
.header-right-top .contact-info ul li:before{
	content: "";
	width: 1px;
	height: 15px;
	background: #474747;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0;
}
.header-right-top .contact-info ul li a{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #474747;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-right-top .contact-info ul li a:hover{
	color: #a89b59;
}
.header-right-top .contact-info ul li img{
	position: relative;
	bottom: -4px;
	margin-right: 8px;
}
.header-search{
	display: inline-block;
	position: relative;
	top: 8px;
	padding-right: 10px;
}
.header-search-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 190px;
    background: #ffffff;
    display: none;
    z-index: 123;
}
.header-search-box .input-group {
    position: relative;
    width: 100%;
    margin-top: 64px;
}
.header-search-box .input-group-addon {
    background-color: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    color: #474747;
}
.header-search-box .form-control {
    border-color: #474747;
    border-width: 0 0 2px 0;
    border-style: solid;
    background-color: transparent;
    border-radius: 0;
    padding-left: 35px;
    padding-right: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 20px;
    font-weight: 400;
    color: #474747;
}
.header-search-box .close {
    position: absolute;
    right: 0;
    top: -10;
    z-index: 12;
    font-size: 15px;
    text-shadow: none;
    opacity: 1;
    color: #474747;
}
.header-search-box .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #474747;
}
.header-search-box .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #474747;
}
.header-search-box .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #474747;
}
.header-search-box .form-control:-moz-placeholder { /* Firefox 18- */
  color: #474747;
}
.header-wrap header .header-search a {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: rgba(255,255,255,0.5);
}
.header-wrap header .navbar{
	padding: 30px 0 0 0;
	float: right;
}
.header-wrap header .navbar-nav > li{
	float: right;
	padding: 0 14px;
	position: relative;
}
.header-wrap header .navbar-nav > li:last-child{
	padding-right: 0;
}
.header-wrap header .navbar-nav > li:first-child{
	padding-left: 0;
}
.header-wrap header .navbar-nav li:first-child:before{
	display: none;
}
.header-wrap header .navbar-nav > li:before{
	content: "";
	width: 1px;
	height: 15px;
	background: #474747;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0;
}
.header-wrap header .navbar-nav li a{
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #4d4d4d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-wrap header .navbar-nav li a:hover, .header-wrap header .navbar-nav > li.active > a{
	color: #a89b59;
}
.header-wrap header .navbar-nav li .dropdown-menu ul li.active a{
	color: #a89a59;
}
.header-wrap header .navbar-nav li a.dropdown-toggle::after{
	display: none;
}
.header-wrap header .navbar-nav li.dropdown{

}
.header-wrap header .navbar-nav li.dropdown .dropdown-menu{
	border: 0;
	background: #f4efe4;
	border-radius: 0;
	padding: 10px 0 10px 0;
	border-bottom: 4px solid #a89b59;
	margin-left: -40px;
	margin-top: 0;
}
.header-wrap header .navbar-nav li.dropdown .dropdown-menu:before{
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.dropdown-menu ul li{
	padding: 0 15px 5px 15px;
	text-align: center;
}
.dropdown-menu ul li a{
	display: inline-block;
	padding: 0;
	background: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.dropdown-menu ul li a:hover{
	color: #a89b59;
	background: transparent;
}
.dropdown-item.active, .dropdown-item:active{
	background: transparent;
}
.header-wrap header .navbar-nav li.dropdown:hover .dropdown-menu{
	display: block;
}
.navbar-toggler{
	padding: 0;
}
.menu-icon{
	width: 66px;
	height: 66px;
	background: #a89a59;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.menu-icon a{
	width: 100%;
	height: 100%;
	background: url(../images/menu-icon.png);
	display: block;
	background-size: contain;
}
.navbar-toggler{
	display: none;
}

.leftmenu{
	right: -100%;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 123456;
	overflow: hidden;
	max-width: 280px;
	background: #ffffff;
	-webkit-transform: translate(330px, 0px);
	-moz-transform: translate(330px, 0px);
	-o-transform: translate(330px, 0px);
	-ms-transform: translate(330px, 0px);
	transform: translate(330px, 0px);
	-webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.4);
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 50px 0;
}
.leftmenu .close {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	color: #a89b59;
	font-size: 40px;
	margin: 0 auto;
	text-shadow: none;
	opacity: 1;
	text-align: center;
}
.leftmenu.open {
	right: 0;
	top: 0;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
.leftmenu.open .wrap {
	right: 0;
}
.leftmenu .wrap{
	position: relative;
	overflow: auto;
	float: none;
	right: 0;
	background: #ffffff;
	width: 100%;
	height: calc(100% - 0px);
	letter-spacing: 0.150em;
	text-align: left;
}
.leftmenu .wrap nav li{
	padding: 15px 15px 0;
	display: block;
}
.leftmenu .wrap nav li a{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	color: #474747;
}
.leftmenu .dropdown-menu{
	position: relative;
	border: 0;
	background: #f4efe4;
	border-radius: 0;
	padding: 10px 0 10px 0;
	border-bottom: 4px solid #a89b59;
}

.leftmenu .wrap nav li.active a{
	color: #a89a59;
}

/*==============================================================
	Banner Style
==============================================================*/
.banner-wrap{
	height: 675px;
	background-size: cover !important;
	position: relative;
}
.banner-desc{
	width: 100%;
	padding: 0;
	position: relative;
	background: url(../images/banner-desc-bg.png);
	background-size: cover;
	background-position: center center;
	min-height: 77px;
	margin-bottom: -30px;
	line-height: 77px;
}
/* .banner-desc:after{
	content: "";
	width: 100%;
	height: 39px;
	background: url(../images/banner-desc-top-bg.png);
	position: absolute;
	top: -20px;
	left: 0;
}
.banner-desc:before{
	content: "";
	width: 100%;
	height: 38px;
	background: url(../images/banner-desc-bottom-bg.png);
	position: absolute;
	bottom: -24px;
	left: 0;
} */
.banner-desc a{
	font-family: "eurostile",sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
	position: relative;
}
.watch-practice-video{
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 30px;
	position: relative;
	z-index: 12;
}
.make-appointment{
	width: 50%;
	float: right;
	text-align: left;
	padding-left: 30px;
	z-index: 12;
	position: relative;
}
.watch-practice-video a{
	padding-right: 70px;
	position: relative;
	display: inline-block;
	line-height: 41px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.watch-practice-video a:hover{
	color: #414141;
}
.watch-practice-video a:before{
	content: "";
	width: 41px;
	height: 41px;
	background: url(../images/paly-icon.png);
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
}
.make-appointment a{
	padding-left: 70px;
	position: relative;
	display: inline-block;
	line-height: 41px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.make-appointment a:hover{
	color: #414141;
}
.make-appointment a:before{
	content: "";
	width: 41px;
	height: 41px;
	background: url(../images/calendar-icon.png);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.make-appointment-pop-up-wrap{
	width: 100%;
	position: absolute;
	top: 104%;
	left: 0;
	right: 0;
	z-index: 123;
}
.make-appointment-pop-up{
	background-color: rgb(240, 240, 240);
	box-shadow: 0px 1px 9px 0px rgba(195, 195, 195, 0.75);
	padding: 50px 0 50px;
	position: relative;
}
.close-btn{
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.make-appointment-form{
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 15px;
}
.make-appointment-form h3{
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	color: #2b4674;
	text-align: center;
	margin-bottom: 30px;
}
.make-appointment-form .form-group{
	position: relative;
}
.make-appointment-form .wpcf7-form-control-wrap{
	position: relative;
	width: 100%;
	display: block;
}
.make-appointment-form span.wpcf7-not-valid-tip{
	display: none;
}
.make-appointment-form .form-group label{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #2b4674;
	margin-bottom: 2px;
}
.make-appointment-form .form-group .form-control{
	background: #ffffff;
	border: 1px solid #afafaf;
	height: 36px;
	outline: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0 15px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #afafaf;
}
.make-appointment-form .form-group .form-control.wpcf7-not-valid{
	border: 1px solid #f00;
}
.make-appointment-form .form-group.date{
	position: relative;
}
.make-appointment-form .form-group.date .datepicker-here{
	position: absolute;
	top: 30px;
}
.make-appointment-form .form-group.submit-btn{
	padding-top: 20px;
	margin-bottom: 0;
	position: relative;
}
.make-appointment-form .form-group.submit-btn p{
	margin-bottom: 0;
}
.make-appointment-form .form-group.submit-btn div.wpcf7 .ajax-loader{
	position: absolute;
	top: 10px;
	left: 0;
}
.make-appointment-form .form-group.submit-btn .submit{
	width: 100%;
	height: 44px;
	line-height: 44px;
	background-color: rgb(168, 155, 89);
	border-radius: 3px;
	border: 0px;
	box-shadow: none;
	outline: none;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.make-appointment-form .form-group.submit-btn .submit:hover{
	background: #414141;
}
.close-window{
	text-align: center;
}
.close-window a{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #8a8a8a;
	font-weight: 400;
}
.close-window a:hover{
	color: #a89b59;
}
/*==============================================================
	Title Style
==============================================================*/

.title h2{
	font-family: 'Julius Sans One', sans-serif;
	font-size: 35px;
	font-weight: 400;
	color: #414141;
	text-align: center;
}

/*==============================================================
	Welcome World Style
==============================================================*/
.welcome-world{
	padding: 85px 0 65px;
}
.welcome-world-desc{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #272727;
	padding-top: 20px;
	text-align: center;
}

.service-box{
	width: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #ededed;
	padding: 9px 0;
	overflow: hidden;
	max-width: 192px;
	margin: 0 auto;
}
.service-title{
	padding: 9px 0;
	background: #a89b59;
	margin-top: 10px;
}
.service-title h4{
	font-size: 16px;
	line-height: 18px;
	color: #ffffff;
	padding: 0 10px;
}
.service-desc{
	font-size: 16px;
	line-height: 24px;
	color: #272727;
}
.service-desc p{
	margin-bottom: 0;
}
.service-desc a{
	font-size: 14px;
	color:#2b9cd8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-desc a:hover{
	color: #a89b59;
}
.service-listing li{
	width: 20%;
	float: left;
	padding: 0 12px;
}
.service-listing{
	padding: 20px 0 40px;
}

/*==============================================================
	Our Practice Style
==============================================================*/
.our-practice{
	padding: 31px 0 26px;
	background: url(../images/our-practice-bg.jpg);
}
.our-practice-listing{
	padding: 34px 0 0;
}
.our-practice-video img{
	width: 100%;
}
.our-practice-video a:hover h3{
	color: #414141;
	border-color: #414141;
}
.our-practice-video h3{
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	margin: 0 52px;
	text-align: center;
	padding-top: 15px;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.our-practice-images ul li{
	width: 50%;
	float: left;
	padding: 8px;
}
.our-practice-images ul li:first-child{
	padding-top: 0;
}
.our-practice-images ul li:nth-child(2){
	padding-top: 0;
}
.our-practice-images h3{
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	margin: 0 52px;
	text-align: center;
	padding-top: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.our-practice-images h3 a{
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
}
.our-practice-images h3 a:hover{
	color: #414141;
	border-color: #414141;
}
/*==============================================================
	Patients Recommend Us Style
==============================================================*/
.patients-recommend-us{
	padding: 85px 0 85px;
}
.patients-recommend-us-listing{
	padding-top: 30px;
}
.recommend-us-imageas{
	text-align: center;
}

/*==============================================================
	Testimonial Style
==============================================================*/
.testimonial{
	border-bottom: 6px solid #ffffff;
}
.testimonial .mobile-img{
	display: none;
}
.testimonial-slide{
	padding: 60px 0 60px;
	background-size: cover !important;
}
.testimonial-slider{
	position: relative;
}
.testimonial-desc{
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #474747;
	width: 100%;
	max-width: 570px;
	margin: 0 auto;
}
.testimonial-desc h3{
	font-family: 'Julius Sans One', sans-serif;
	font-size: 35px;
	font-weight: 400;
	color: #414141;
	margin-bottom: 15px;
}
.testimonial-desc span{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #2b4674;
}
.testimonial .slick-dots{
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 0px;
	position: absolute;
	bottom: 10px;
}
.testimonial .slick-dots li{
	display: inline-block;
	padding: 0 7px;
}
.testimonial .slick-dots li button{
	width: 19px;
	height: 19px;
	background: #ffffff;
	border: 2px solid #ffffff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 0;
	cursor: pointer;
}
.testimonial .slick-dots li.slick-active button{
	background: #a89a59;
}

/*==============================================================
	Contact Us Style
==============================================================*/
.contact-us-wrap{
	padding: 99px 0 20px;
	background: #f1f1f1;
}
.contact-us-wrap .contact-us{
	width: 100%;
	max-width: 987px;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #4a4a4a;
}
.contact-us-wrap .contact-us .contact-us-info{
	width: 50%;
	float: left;
	padding: 0 15px;
}
.contact-us-wrap .contact-us-info h5{
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #4a4a4a;
}
.contact-us-wrap .contact-us-info h6{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #4a4a4a;
	margin-bottom: 5px;
}
.contact-us-wrap .contact-us-info p{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #4a4a4a;
	margin-bottom: 0;
	font-weight: 400;
}
.contact-us-wrap .contact-us .contact-us-form{
	width: 50%;
	float: left;
	padding-left: 25px;
	padding-right: 10px;
}
.phone-num{
	padding-top: 5px;
}
.phone-num a, .email a{
	display: inline-block;
	color: #4a4a4a;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.phone-num a:hover, .email a:hover{
	color: #a89b59;
}
.contact-us-form .row{
	margin-right: -7px;
	margin-left: -7px;
}
.contact-us-form .form-group{
	width: 50%;
	float: left;
	padding: 0 7px;
	margin-bottom: 5px;
}
.contact-us-form .form-group .form-control{
	width: 100%;
	background: #ffffff;
	height: 29px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3c3c3c;
	line-height: 29px;
	padding: 0 11px;
	border: 1px solid transparent;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
}
.contact-us-form .form-group .form-control.wpcf7-not-valid{
	border-color: #f00;
}
.contact-us-form span.wpcf7-not-valid-tip{
	display: none;
}
.contact-us-form .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3c3c3c;
}
.contact-us-form .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3c3c3c;
}
.contact-us-form .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3c3c3c;
}
.contact-us-form .form-group .form-control:-moz-placeholder { /* Firefox 18- */
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3c3c3c;
}
.form-group.textarea textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3c3c3c;
}
.form-group.textarea textarea::-moz-placeholder { /* Firefox 19+ */
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3c3c3c;
}
.form-group.textarea textarea:-ms-input-placeholder { /* IE 10+ */
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3c3c3c;
}
.form-group.textarea textarea:-moz-placeholder { /* Firefox 18- */
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3c3c3c;
}
.form-group.textarea{
	width: 100%;
}
.form-group.textarea textarea{
	width: 100%;
	background: #ffffff;
	min-height: 52px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3c3c3c;
	line-height: 24px;
	padding: 0 11px;
	border: 0;
	border-radius: 0;
	outline: 0;
	box-shadow: none;
}
.contact-us-form h3{
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #4a4a4a;
	margin-bottom: 10px;
}
.contact-us-form .submit-btn{
	width: 100%;
	text-align: right;
	padding: 0 7px;
	display: block;
	position: relative;
}
.contact-us-form div.wpcf7 .ajax-loader{
	position: absolute;
	top: 10px;
	right: 170px;
}
.contact-us-form .submit-btn .submit{
	padding: 8px 20px;
	background: #808080;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	border: 0;
	box-shadow: 0;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-us-form .submit-btn .submit:hover{
	background: #a89b59;
}

/*==============================================================
	Footer Style
==============================================================*/
.footer-wrap{
	padding: 30px 0 30px;
	background: #a89b59;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.footer-wrap a{
	display: inline-block;
	text-align: center;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-wrap a:hover{
	color: #414141;
}

/*==============================================================
	Service Page Style
==============================================================*/
.service-page-wrap{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #272727;
	padding: 40px 0 0 0;
}
.service-page-wrap .container{
	max-width: 1014px;
}
.service-page-info-box .title{
	padding-bottom: 20px;
}
.service-page-info-box .title h2{
	font-size: 30px;
	line-height: 40px;
	text-align: left;
	word-break: break-word;
}
/* .service-page-info-box.oral-surgery{
	padding-bottom: 20px;
} */
.service-page-info-box{
	padding: 30px 0 20px;
}
.service-page-info-box.bg-grey{
	background: #ededed;
}
.singel-images{
	border-bottom: 4px solid #ffffff;
}
.singel-images img{
	width: 100%;
}
.service-page-info-box.weisheitszahnentfernung{
	padding-bottom: 40px;
}
.service-page-info-box.tissue-transplants{
	padding: 70px 0 70px;
}
.page-template-thank-you .service-page-wrap, .error404 .service-page-wrap{
	padding: 60px 0 60px;
}
.page-template-thank-you .service-page-wrap .title h1{
	text-align: center;
	font-size: 30px;
	line-height: 40px;
}
.view-menu-btn{
	text-align: center;
}
.view-menu-btn a{
    padding: 8px 20px;
    background: #808080;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    border: 0;
    box-shadow: 0;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.view-menu-btn a:hover {
    background: #a89b59;
}
.error404 h1,
.error404 h3{
	text-align: center;
}

.leftmenu .contact-info{
	float: none;
	padding: 30px 15px;
	border-top: 2px solid #a89b59;
}
.leftmenu nav{
	padding-bottom: 30px;
}
.leftmenu .contact-info ul li{
	margin-bottom: 10px;
}
.leftmenu .contact-info ul li a:hover{
	color: #a89b59;
}
.leftmenu .wrap nav li{
	text-align: left;
}
.menu-search-icon{
	display: none;
}
.header-search-box-left-menu{
	padding-bottom: 20px;
	display: none;
}
.header-search-box-left-menu .input-group-addon{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	line-height: 40px;
	color: #414141;
	z-index: 12;
	opacity: 0.6;
}
.header-search-box-left-menu .form-control{
	height: 40px;
	background: #ffffff;
	outline: none;
	box-shadow: none;
	border: 1px solid #414141;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-left: 40px;
	border-radius: 0;
}
.header-search-box-left-menu .form-control:focus{
	border-color: #a89b59;
}