/*
Theme Name: Drummoyne Dental Service
Theme URI: http://www.totalmarketingaustralia.com.au
Description: This is Drummoyne Dental Services Wordpress Theme
Version: 1.01
Author: TMA
Tags: Drummoyne , Dental Services, Dental, Drummoyne Dental Service
*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Exo:400,100,100italic,200,200italic,300,300italic,400italic,500,600italic,700italic,900italic,900,800italic,800,600,500italic,700);
html {
  font-size: 16px; }

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0; color: #556273; font-size: 16px; font-weight: 300;}

a, a:hover {
  text-decoration: none !important;
  color: #fe9c3d; }

a:hover{
	color: #478087;
}

#navbar-mob > ul > li > a{
	color : white !important;
}
#navbar-mob > ul > li > a:hover{
	color : #9a5008 !important;
}

span.fnt-light.footer-call a, span.fnt-light.footer-call a:hover {
    color: #fff;
}
/*Text Structuring*/
/*Golden Ratio is 0.8333333333333333 per desktop text size for Mobile potrait and landcsape (ratio point 25px on 30px) */
.hd {
  font-size: 25px !important; }

.hd2 {
  font-size: 24.16667px !important; }

.hd3 {
  font-size: 16.66667px !important; }

.hd4 {
  font-size: 15.83333px !important; }

.t {
  font-size: 16px !important; }

.t2 {
  font-size: 14.16667px !important; }

.t3 {
  font-size: 15px !important; }  

h1, h2, h3{
  color: #fe9c3d;
	text-transform: capitalize;
  }

h1{
  font-size: 30px;
  }

h2 {
padding: 20px 0 10px;
font-size: 27px;
color: #fe9c3d;
font-size: 22px !important;
}

h3{
	font-size: 20px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 16px;
}

  p {
    /*margin-bottom: 20px;*/ }

.img-rite{
	float: right;
max-width: 300px;
padding-left: 20px;
}

.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    margin-top: 0;
    animation: fadeIn 1s ease-in both;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0px 10px 30px 2px rgba(0,0,0,.06);
    -moz-box-shadow: 0px 10px 30px 2px rgba(0,0,0,.06);
    box-shadow: 0px 10px 30px 2px rgba(0,0,0,.06);
    padding-bottom: 0;
}
	
.block-news	{
	margin: 30px 0;
}

.block-circle-slide .owl-item p, .services-cont p{
    /*position: absolute;
    bottom: 30px;
    text-align: center;
    left: 50%;*/
    font-size: 21px;
    /*width: 120px;
    margin-left: -60px;
    line-height: 27px;*/
}

.block-circle-slide .owl-item p a, .services-cont p a{
	color: #000;
}

.block-circle-slide .owl-item p a:hover, .services-cont p a:hover{
	color: #f6800e;
}

.form-appoint .hd2{
	padding: 0;
	color: #556273;
}

.form-appoint .hd4{
	color: #556273;
}

#crumbs{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #75777a;
  padding: 40px 0 25px;
  }

#crumbs a{
  color: #fe9c3d;
  }

ul.norm, ul.list {
    list-style: disc;
    padding: 0;
    list-style-position: inside;
}
ul.norm li, ul.list li {
    padding: 6px 0;
    line-height: 22px
}
ul.norm a, ul.list a {
    color: #545454;
	transition: 0.5s all;
}
ul.norm a:hover {
	color: #fe9c3d
}

.bullet-wrap ul.norm li{
  
    line-height: 22px;
    width: 250px;
    float: left;
}

ul.norm{
	list-style: none;
}

ul.norm li{
	padding: 6px 0 6px 15px;
	line-height: 22px;
	background: url('https://www.drummoynedentist.com.au/wp-content/uploads/2019/06/bullet.png') no-repeat left top 14px;
}

.img_rite {
    width: auto;
    height: auto;
    padding: 5px 0 10px 10px;
    float: right;
    z-index: 8
}
.img_left {
    width: auto;
    height: auto;
    padding: 10px 20px 0 0;
    float: left;
    z-index: 8
}
.nav1{
}

.services-page{
  	margin: 0 -15px;
  }

.services-page .col-sm-3{
  padding: 0 19px;
  }

.services-cont a{
  	color: #000;
  }

.services-cont a:hover{
  	color: #f6800e;
  }

.inside_submit{
background: #94d3cf;
border: none;
color: #fff;
border-radius: 0px;
padding: 10px 20px;
  }

.inside_submit:hover{
	background: #fe9c3d;
}

.top-fb{
  	display: inline;
  	margin-right: 15px;
  }

.follow-us{
  	text-transform: uppercase;
  	display: inline-block;
  	margin-right: 10px;
  	margin-left: 5px;
  }

.footer-fb{
  	position: relative;
  	top: 10px;
  }

.banner-inner .address-box{
	margin: 20px 0 0;
}

.map-link {
    position: absolute;
    bottom: 0;
    color: #fff !important;
    background: #94d3cf;
    padding: 10px 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 260px;
    text-align: center;
	transition-duration: .5s;
}

.map-link:hover{
	background: #fe9c3d;
}

.single-team_member .banner-inner{
background: url('https://www.drummoynedentist.com.au/wp-content/uploads/2019/06/about-us.jpg') no-repeat center top !important;
}

.single-team_member .left{
	width: 100%;
}

.single-team_member .rite{
	display: none;
}

.map-icons{
width: 20px;
display: inline-block;
}

.bullet-wrap{
	position: relative;
	max-width: 600px;
}

.opening-hours-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.opening-hours-list li{
    font-size: 16px;
    color: #4d4d4f;
    border-bottom: 1px solid #478087;
    padding: 5px 0;
}

.opening-hours-contact-page-list li{
	padding: 10px 0;
	font-size: 18px;
}

.address-blue .opening-hours-list li{
	color: #fff;
}

.find-us-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.find-us-list li{
	font-size: 16px;
	color: #4d4d4f;
}

.find-us-list li a{
	color: #4d4d4f;
}

.contact-us-find-list li{
	margin: 20px 0;
	font-size: 18px;
}

.contact-us-find-list span {
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.address-blue .find-us-list li, .address-blue .find-us-list li a, .footer-bg .find-us-list li, .footer-bg .find-us-list li a{
	color: #fff;
}

.find-us-list li:nth-child(1)
{
	background: url(images/map-location-icon.png) no-repeat left top 8px;
	padding: 0 0 0 25px;
}

.find-us-list li:nth-child(2)
{
	background: url(images/map-call-icon.png) no-repeat left;
	padding: 0 0 0 25px;
}

.find-us-list li:nth-child(3)
{
	background: url(images/map-mail-icon.png) no-repeat left;
	padding: 0 0 0 25px;
}

.contact-us-find-list li:nth-child(1)
{
	background: url(https://www.drummoynedentist.com.au/wp-content/uploads/2019/06/map-location-icon-1.png) no-repeat left top 8px;
}

.contact-us-find-list li:nth-child(2)
{
	background: url(https://www.drummoynedentist.com.au/wp-content/uploads/2019/06/map-call-icon-1.png) no-repeat left;
}

.contact-us-find-list li:nth-child(3)
{
	background: url(https://www.drummoynedentist.com.au/wp-content/uploads/2019/06/map-mail-icon-1.png) no-repeat left;
}

.get-touch-bg{
	background: #94d3cf;
	min-height:356px;
	
	padding-bottom:30px;
	
}



.get-touch-bg h2{
	padding-top:30px;
	color : #fff;
	font-size:38px;
	font-weight: 900 ;
	position:relative;
}

.get-touch-bg span.sep:after{
	content:'';
	display:block;
	border-bottom: 1px solid #fff;
    margin-top: 18px;
    width: 58px;
	
}

.get-touch-bg span{
	color : #fff;
	font-size:20px;
	font-weight: 400 ;
}

.get-form-control {
	margin-top:50px;
    background-color: transparent;
    height: 40px;
	width: 100%;
	font-size:16px;
	font-weight: 400 ;
    color: #fff;	
	border:none;
	border-bottom:1px solid #fff;			
	outline: none;
}

.get-form-control::placeholer{
	opacity: 1;
	color: #fff;
}

.get-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1;
  color: #fff;
}
.get-form-control::-moz-placeholder { /* Firefox 19+ */
	opacity: 1;
  color: #fff;
}
.get-form-control:-ms-input-placeholder { /* IE 10+ */
	opacity: 1;
  color: #fff;
}
.get-form-control:-moz-placeholder { /* Firefox 18- */
	opacity: 1;
  color: #fff;
}

.get-form-control {
	margin-top:50px;
    background-color: transparent;
    height: 40px;
	width: 100%;
	font-size:16px;
	font-weight: 400 ;
    color: #fff;	
	border:none;
	border-bottom:1px solid #fff;			
	outline: none;
}

.get-form-control::placeholer{
	opacity: 1;
	color: #fff;
}

.get-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1;
  color: #fff;
}
.get-form-control::-moz-placeholder { /* Firefox 19+ */
	opacity: 1;
  color: #fff;
}
.get-form-control:-ms-input-placeholder { /* IE 10+ */
	opacity: 1;
  color: #fff;
}
.get-form-control:-moz-placeholder { /* Firefox 18- */
	opacity: 1;
  color: #fff;
}

.field-sec-1{
	padding-top:20px;
}

.get-sub-btn{
	border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 20px;
    width: 166px;
    height: 35px;
	margin-top: 40px;
}

.get-sub-btn:hover{
	background: #fe9c3d;
}

.appointment-submit-button{
    border: 1px solid #8cf086;
    background-color: transparent;
    color: #8cf086;
    font-size: 18px;
    font-weight: 600;
    border-radius: 20px;
    width: 166px;
    padding: 5px;
    height: 35px;
    margin-top: 0;
}

.text-right{
	text-align: right;
}

.top-heading h3 {
    padding-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}

.post_details h2 {
    font-size: 19px;
    font-weight: 400;
	min-height: 70px;
}

.post_details h2 a{
	color: #231f20;
}

.post_details h2 a:hover{
	text-decoration: none;
}

.blog-read-more {
	border: 1px solid #478087;
display: inline-block;
color: #556273;
padding: 10px;
transition-duration: .3s;
text-align: center;
}

.blog-read-more:hover{
	text-decoration: none;
color: #fff;
background-color: #478087;
}

.post_details .insider {
    padding: 20px;
}

.post_details {
    position: relative;
    height: 216px;
    min-height: 270px;
    background-color: #F5F5F5;
    margin-bottom: 30px;
}

.post_details .postbody {
    word-break: break-all;
    min-height: 100px;
}

.blog .news_banner, .single-post .banner-inner {
    display: none;
}

.about-sec-1, .single-post-spacing {

}

.field-sec-1 div.wpcf7-response-output{
	color: #fff;
}

.request-appointment, .read-more-button, .appointment-button, .request-appointment-blog a {
    background: #94d3cf;
    width: auto;
    height: auto;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 14px;
    display: inline-block;
    text-align: center;
    margin-top: 8px;
    border: none;
    cursor: pointer;
}

.request-appointment:hover, .read-more-button:hover, .appointment-button:hover, .request-appointment-blog a:hover{
	background: #fe9c3d;
}

.team_txt button {
	background: transparent;
    padding: 8px 0px;
    display: block;
    border: 1px solid #3ec1cd;
    border-radius: 30px;
    width: 130px;
    text-align: center;
    text-decoration: none;
    color: #3ec1cd;
    margin-top: 20px;
	transition: 0.5s all;
}
.team_txt button:hover {
    background: #3ec1cd;
    color: #fff;
}
.team_txt button:focus {
	outline:none;
}

.team_txt h2 {
    margin: 0px;
	padding: 0;
    display: inline-block;
}

.team_txt p{
	padding-top: 10px;
}

.parking-instructions-bg{
	background: #fe9c3d;
}

/*div.ufaq-faq-title h4, .ewd-ufaq-post-margin-symbol, .ufaq-faq-post{
color: #fff;
}*/

div.ufaq-faq-title h4{
	font-size: 22px;
}

.top-heading a:hover{
	color: #fff;
}

.field-sec-1 .get-form-control{
	background-color: #93d2ce;
}

.wpcf7-form-control-signature-body{
	border: 1px solid #000;
}

.post_img img {
    width: 100%;
    height: auto !important;
}

.post_img {
    height: 260px;
    overflow: hidden;
}

.dm-form .default-field {
    float: none !important;
    text-align: left !important;
	font-weight:500;
}

.dm-form .any_diseases > span > span {
    width: 32%;
    margin: 0.4em 0em;
}

.req_form {
    min-height: calc(100vh - 736.15px);
	padding-bottom:4em;
}

@media(min-width:992px){
.nav2{
  visibility : hidden;
     height: 0px;
  }
}
@media(max-width:991px){
	
	.MenuFixed{
		position: relative !important;
	}	

	.menu-mob-panel{
		text-align: right;
	}	
	
.top-fb {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    padding-top: 7px;
}	
	
.req_btn {
    display: inline-block !important;
    margin-top: 10px !important;
    padding: 5px 5px !important;
    max-width: 200px !important;
	}
	
.nav1{
  visibility : hidden;
  display: none;}
	
.nav2 .call-header {
float: none !important;
left: auto !important;
position: relative;
padding-left: 0%;
text-align: right;
}	
	
.menupanel-call, .menupanel-icon {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}	
.nav2 .call-header .nav-link {
    margin: 10px 20px !important;
}	
}
@media(max-width:768px){
#navbar-mob{
    top : 95px !important;
  }
	
	.banner-slide{
		/*background-image:url('https://www.drummoynedentist.com.au/wp-content/uploads/2020/01/home-mb-banner.jpg') !important;*/
	}
	.ser_box h3 {
    font-size: 14px !important;
}
	.ser_box{
		padding: 20px 0 !important;
	}
}
@media(max-width:416px){
#navbar-mob{
    top : 155px !important;
  }
}

.nav ul{
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(154, 80, 24, 0.92);
    
  	visibility: hidden;
  	opacity: 0;
  	transition-duration: .2s;
  	font-size: 13px;
  }

.nav ul li{
  
      border-bottom: 1px dotted white;
  }

.nav ul li a{
  	padding: 10px 20px 10px 20px;
    	display: block;
	text-transform: uppercase;
  }

.nav-item:hover .sub-menu{
  	display: block;
  	visibility: visible;
  	opacity:1;
  }

.current-menu-item .sub-menu li a{
  	color: #fff;
  }

.sub-menu .current-menu-item a{
  	color: #fe9c3d;
  }

.sub-menu a:hover{
  	color: #fff !important;
      background: #E87709;
  }

.banner-inner{
  position: relative;
  width: 100%;
  min-height: 304px;
  }

.other-banner-bg{
  position: relative;
  width: 100%;
  min-height: 304px;
  background: url('https://drummoynedentist.com.au/wp-content/uploads/2012/03/about_banner.jpg') repeat-x center top;
  }

.banner-slide{
  position: relative;
  width: 100%;
  min-height: 454px;
  }

#owl-banner{
  	padding: 0;
  }

#owl-banner .owl-buttons{
  display: none;
  }

#owl-banner .owl-page span{
  background: url('images/scroll_deactive.png') repeat-x center top;
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 5px 4px;
  }

#owl-banner .owl-page.active span{
  background: url('images/scroll_active.png') repeat-x center top;
  }

#owl-banner .owl-controls{
  	margin-top: -40px;
  	position: relative;
  }

@media (min-width: 768px) {
  /*Golden Ratio is 0.8620689655172414 per desktop text size for Tablets potrait and landcsape (ratio point 25px on 29px) */
	
	.for-mobile{
		display: none;
	}	
	
  .hd {
    font-size: 25.86207px !important; }

  .hd2 {
    font-size: 25px !important; }

  .hd3 {
    font-size: 17.24138px !important; }

  .hd4 {
    font-size: 16.37931px !important; }

  .t {
    font-size: 16px !important; }

  .t2 {
    font-size: 12px !important; }

  .t3 {
    font-size: 15.51724px !important; }
}
@media (min-width: 992px) {
  .hd {
    font-size: 26.66667px !important; }

  .hd2 {
    font-size: 25.77778px !important; }

  .hd3 {
    font-size: 17.77778px !important; }

  .hd4 {
    font-size: 16.88889px !important; }

  .t {
    font-size: 14.22222px !important; }

  .t2 {
    font-size: 12px !important; }

  .t3 {
    font-size: 16px !important; } }
@media (min-width: 1200px) {
  .hd {
    font-size: 30px !important; }

  .hd2 {
    font-size: 29px !important; }

  .hd3 {
    font-size: 20px !important; }

  .hd4 {
    font-size: 19px !important; }

  .t {
    font-size: 16px !important; }

  .t2 {
    font-size: 17px !important;}

  .t3 {
    font-size: 18px !important; } }
/*text Structuring*/
/*Structuring*/
.fnt-exo {
  font-family: 'Poppins', sans-serif !important; }

.fnt-light {
  font-weight: 300; 
}

.fnt-normal {
  font-weight: 400; }

.fnt-bold {
  font-weight: 700; }

.fnt-italic {
  font-style: italic; }

.clr-white, .clr-white a {
  color: #fff; }

.clr-org {
  color: #fe9c3d; }

.clr-org2 {
  color: #da8634; }

.clr-dim {
  color: #556273; }

.clr-dark {
  color: #15191e; }

.clr-58 {
  color: #585858; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.text-center {
  text-align: center !important; }

.text-udrln {
  text-decoration: underline !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-left {
  margin-left: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.img-border {
  width: 100%;
  border: 1px solid #e9e9e9; }

.img-grey {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.3s filter ease-in-out; }

.img-grey:hover, .img-grey:focus {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%); }

.crsr-p {
  cursor: pointer; }

.fixed {
  position: fixed !important;
  width: 100%; }

.margin-bottom-mob {
  margin-bottom: 1rem; }

.visible-md {
  display: none !important; }

.footer-call{
  	background: url('https://drummoynedentist.com.au/wp-content/uploads/2016/02/top_call.png') no-repeat left; 
  	padding-left: 30px;
  }
.footer-location {
    background: url(https://www.drummoynedentist.com.au/wp-content/uploads/2019/06/location-1.png) no-repeat left;
    padding-left: 30px;
    margin-top: 10px;
    display: block;
}
.searchfield{
  width: 85%; padding-left:10px
  }

@media (min-width: 768px) {
  .margin-bottom-mob {
    margin-bottom: 0; }

  .visible-md {
    display: inline-block !important; } }
@media (min-width: 992px) {
  .visible-md {
    display: none !important; } }
/*STructure Ends here*/
/*PADS*/
.pad-1 {
  display: block;
  width: 100%;
  height: 40px;
  clear: both; }

.pad-2 {
  display: block;
  width: 100%;
  height: 20px;
  clear: both; }

@media (min-width: 992px) {
  .pad-1 {
    height: 60px; }

  .pad-2 {
    height: 30px; } }
.clear {
  clear: both; }

/*PADS ENDS HERE*/
/*HEADER*/
header {
  background: #fe9c3d;
  border-bottom: 1px solid #da8634; }

.navbar {
  padding: 0 !important; z-index:999;}

.nav-item a {
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s color ease-in-out; }

.nav-item a:hover {
  color: #9a5008; }

.current-menu-item {
  color: #9a5008 !important;
  /*background: url("images/nav_hover.png");
  background-repeat: no-repeat;
  background-position: top;*/
  padding-top: 20px !important;
  margin-top: -20px; }

.current-menu-item a{
  color: #9a5008;
  }

.nav1 .call-header{
    float: right;
    background: url('images/top_call_sep.png') no-repeat left;
    padding-left: 20px;
    margin-left: 20px;
	text-align: center;
  }

.nav1 .call-header .nav-link{
  position: relative;
  font-family: 'Poppins', sans-serif !important;
  width: auto;
  height: auto;  
  background: url('https://drummoynedentist.com.au/wp-content/uploads/2016/02/top_call.png') no-repeat left;
  font-size: 20px;
  color: #fff;
  padding-left: 30px;
  margin: 15px 0 0px;
	font-weight: 500;
  }
@media (min-width: 640px) and (max-width: 767px){
.nav2 .call-header {
    float: left ;
    /*left: 150px !important;*/
    position: relative;
    padding-left: 0%;
	}
  .menupanel-call, .menupanel-icon{
  	/*padding-top: 17px !important;*/
  }
}
@media (min-width: 280px) and (max-width: 543px){
.nav2 .call-header {
    position: inherit !important;
    padding-left: 0%;
    width : 100%;
	text-align: center;
	}
	
	.menupanel-call, .menupanel-icon{
		float: none;
	}	
	
  #nav-icon{
  position: inherit !important;
  }
  #navbar-mob {
    top: 138px !important;
}
  .default-field{
  text-align : left !important;
    padding-top : 15px !important;
  }
  .size-field{
	height : 28px !important;
}
  #nav-icon {
    top: 0px !important;
}
}

@media(min-width : 641px){
.nav2 .call-header{
    float: left;
    left: 230px;
    position: relative;
    padding-left : 0%;
}	
  .nav2 .call-header .nav-link{
   position: relative;
  font-family: 'Poppins', sans-serif !important;
  width: auto;
  height: auto;  
  background: url('https://drummoynedentist.com.au/wp-content/uploads/2016/02/top_call.png') no-repeat left;
  font-size: 16px;
  color: #fff;
  padding-left: 30px;
  margin: 37px 0;
  }
 }

@media(max-width : 640px){
	.nav2 .call-header{
    float: left;
    left: 140px;
    /*top: 35px;*/
    position: relative;
    padding-left : 0%;
}
  #nav-icon{
  /*top:25px;*/
  }
  	.nav2 .call-header .nav-link{
  	position: relative;
  	font-family: 'Poppins', sans-serif !important;
  	width: auto;
  	height: auto;  
  	background: url('https://drummoynedentist.com.au/wp-content/uploads/2016/02/top_call.png') no-repeat left;
  	font-size: 16px;
  	color: #fff;
  	padding-left: 30px;
   }
}

@media(max-width : 415px){
  .nav2 .call-header{
    float: left;
    left: 0px;
    top: 0px;
  }
	.nav2 .call-header .nav-link{
  	position: relative;
  	font-family: 'Poppins', sans-serif !important;
  	width: auto;
  	height: auto;  
  	background: url('https://drummoynedentist.com.au/wp-content/uploads/2016/02/top_call.png') no-repeat left;
  	font-size: 16px;
  	color: #fff;
  	padding-left: 30px;
   }
    #nav-icon{
  top:auto;
  }
  
}

.logo{
  position: relative;
  float: left;
  margin: 16px 0;
  z-index: 9999;
  }

@media (min-width: 768px) {
  .navbar-brand {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .nav-sep {
    display: inline-block;
    width: 0;
    height: 2.3125rem;
    border-right: 1px solid white;
    margin-right: 8px;
    margin-left: 8px; } }
@media (min-width: 992px) {
  .navbar span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal; }

  .nav-sep {
    height: 2.3125rem;
    border-right: 1px solid white;
    padding-right: 0;
    margin-left: 0; }

  .navbar-brand {
    padding-top: 1.46875rem !important;
    padding-bottom: 1.46875rem !important; }

  #nav-list-block {
    padding-top: 35.5px !important;
    padding-bottom: 35.5px !important; } }
/*HEADER ENDS HERE*/
/*navbar brand Fixture*/
@media (max-width: 767px) {
  .navbar-brand {
    width: 100%;
    display: block;
    padding-top: 15px; } }
/*navbar brand mobile fixture ends here*/
/*Mobile menu here*/
.menu-mob-panel {
  width: 100%;
  display: block; }

.menupanel-call, .menupanel-icon {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px; }

@media (min-width: 768px) {
  .menu-mob-panel {
    width: auto;
    display: block;
    padding-top: 25px; } }
/*Nav Icon MEnu Hamburger*/
#nav-icon {
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 101;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

/* Icon 2 */
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(even) {
  left: 50%; }

#nav-icon span:nth-child(odd) {
  left: 0px; }

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0px; }

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 10px; }

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 20px; }

#nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon.open span:nth-child(2), #nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px; }

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 12px; }

#nav-icon.open span:nth-child(6) {
  left: 10px;
  top: 12px; }

#navbar-mob {
  list-style-type: none;
  position: absolute;
  top: 115px;
  left: 0;
  width: 100vw;
  height: auto;
  background: #fe9c3d;
  border-bottom: 1px solid #da8634;
  z-index: 100; }

#navbar-mob ul {
  list-style-type: none;
  padding-left: 20px;
  margin-top: 20px; }

#navbar-mob ul li {
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s color ease-in-out;
  text-align: left;
  margin-bottom: 1rem; }

#navbar-mob ul li a:hover, #navbar-mob ul li a:focus {
  color: #424242; }

@media (min-width: 768px) {
  
  #navbar-mob {
    top: 93.2px; }

  #navbar-mob ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
    text-align: center; }

  #navbar-mob ul li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 0; } }
/*Mobile - Tablet Menu ends here*/
/*Footer*/
footer {
  background-color: #424242;
  color: #fff;
  border-top: 5px solid #fe9c3d;
  text-align: center;
  font-size: 0.9rem; margin: 0px;}

.info-foot {
  padding-top: 30px; }

.logo-foot {
  padding-bottom: 30px;
  padding-top: 15px; }

@media (min-width: 992px) {
  footer {
    text-align: left; }

  .logo-foot {
    padding-top: 35px;
    padding-bottom: 26px; }

  .info-foot {
    padding-top: 22.5px;
    padding-bottom: 22.5px; } }
/*Footer Ends here*/
/*INDEX PAGE CONTENT*/
/*First Block*/

.form-appoint {
  background: #ededed;
  border: 1px solid #d2d2d2;
  border-radius: 0.25rem;
  width: 100%;
  max-width: 357px;
  height: auto; }

.form-appoint-head {
  border-bottom: 1px solid #d2d2d2;
  padding: 15px; }

.form-appoint-f {
  border-top: 1px solid #fff;
  padding: 20px; }

.form-control-fix {
  padding: 9px !important; }

.dd-fix {
  width: 100%;
  background: #fff;
  text-align: left;
  color: #55595c; }

.drpmenu-fix {
  width: 100%; }

@media (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
  .form-appoint {
    width: 357px;
    margin-left: 37.5px; } }
@media (min-width: 544px) {
  .form-appoint {
    width: 100%;
    margin-left: 0; } }
@media (min-width: 768px) {
  .form-appoint {
    width: 100%;
    margin-left: 0; } }
@media (min-width: 992px) {
  .form-appoint {
    /*width: 357px;*/
    margin-left: 0; } }
.btn {
  outline: none !important; }

.btn-custom {
  background: #fe9c3d;
  padding-right: 25px;
  padding-left: 25px;
  color: #fff; padding: .375rem 1rem;
	border: none;
	border-radius: 5px;
}

/*Block-1 Ends here*/
/*circle coursel*/
.block-circle-slide {
  width: 100%;
  background: #fe9c3d; 
  padding: 30px 0;
  }
  
#owl-demo .item {
  margin: 15px; 
  text-align: center;
  }

.block-circle-slide .owl-next, .block-circle-slide .owl-prev {
	border: none;
 }
  
  .block-circle-slide .owl-next{
	  background: url(images/service_arrow_right.png) no-repeat !important;
	  width: 60px;
	  height: 60px;
  }
  
  .block-circle-slide .owl-prev{
	  background: url(images/service_arrow_left.png) no-repeat !important;
	  width: 60px;
	  height: 60px;	  
  }  

/*Making coursel show 4 images in a column*/
/*Coursel ends here*/
/*Team Block*/
.block-team {
  background: #424242; 
  padding: 50px 0 70px;
  }

.block-team h2{
	padding: 0 0 30px;
}

.team-img {
  width: 100%;
  margin-top: 15px; }

@media (min-width: 992px) {
  .team-img {
    margin-top: 0; }

  .owl-next, .owl-prev {
    background: none !important;
    border: 1px solid #fff;
    font-size: 24px !important;
    padding: 5px 13.21875px !important;
    position: absolute;
    top: -175px; }

  .owl-buttons {
    position: relative; }

  .owl-next {
    float: right;
    right: -60px; }

  .owl-prev {
    float: left;
    left: -60px; } }
/*Team Block Ends here*/
/*Map Block*/
.block-map {
	position: relative;
  background-image: url("https://www.drummoynedentist.com.au/wp-content/uploads/2019/06/map-banner-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
	background-size: cover;
  width: 100%;
  padding: 0px;
  display: block;
  align-items: center; }

.address-box {
  display: table;
  align-items: center;
  width: 458px;
  height: 179px;
  background: #fe9c3d;
  padding: 10px 20px 20px;
  opacity: 0.86;
	font-size: 14px !important;
}

.address-box .inner-block {
  display: table-cell;
  vertical-align: middle;
  text-align: left !important; }

.address-box .inner-block h5 {
	font-size: 20px;
	color: #fff;
    margin: 10px 0px 5px;
}

@media (max-width: 767px) {
  .address-box {
    /*visibility: hidden;*/
  width:100%; } }
.inner-block p {
  line-height: 2rem;
  margin-bottom: 0;
  width: auto; }

/*Map Block Ends Here*/
/*Banner Styling*/
.banner-bg {
  background: url("images/banner.jpg"); }

.banner-bg-2 {
  background: url("images/about/about_banner.jpg"); }

.banner-bg, .banner-bg-2 {
  width: 100%;
  height: auto;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat; }

.banner-bg img, .banner-bg-2 img {
  width: 100%;
  height: auto; }

/*for Desktops*/
@media (min-width: 1200px) {
  .banner-bg {
    width: 100%;
    height: 454px;
    background: url("images/banner.jpg");
    background-position: center;
    background-repeat: no-repeat; }

  .banner-bg-2 {
    width: 100%;
    height: 304px;
    background: url("images/about/about_banner.jpg");
    background-position: center;
    background-repeat: no-repeat; } }
/*Banner Styling Ends*/
/*ABOUT PAGE*/
.bread-crumbs {
  padding: 20px 15px; }

@media (min-width: 992px) {
  .bread-crumbs {
    padding: 30px 15px; } }

/*# sourceMappingURL=style.css.map */

.img-responsive{
	max-width: 100%;
}

.owl-carousel{
	padding: 0 15px;
}

#sidebar-wrap2 ul {
    list-style: none;
    font-size: 12px
}
.coment_tracback {
    list-style: none;
    padding: 0;
    margin: 0
}
.coment_tracback li {
    float: left;
    padding-right: 10px
}
.coment_tracback li a {
    font-size: 18px;
    color: #494748;
    font-weight: 700
}
#tab-1 ol {
    list-style: none
}
.details,
.details span {
    font-size: 12px
}
#submitbox a {
    font-size: 16px;
    color: #494748;
    padding: 5px 0
}
.coment_unknown,
.small {
    font-size: 12px
}
.widget-area {
    padding: 10px
}
.xoxo {
    padding: 0;
    margin: 0
}
.xoxo li {
    list-style: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.xoxo li li{
  	border: none;
    margin: 0;
    padding: 0px 0;
list-style:disc;
margin-left:20px
  }

.xoxo ul {
    margin-left: 20px;
    list-style: disc;
  	margin: 0;
  	padding: 0;
}

.text-field > span > input{
		width : 100%;
  	padding-left : 6px;
      border: 1px solid #ccc;
      border-radius: 8px;
}
.default-field{
		text-align:right;
  font-size : 16px !important;
  	margin: 10px 0;
}

.text-field{
font-size : 16px !important;
}

.any_diseases{
font-size : 16px !important;
}

.any_diseases > span > span{
      display: inline-block;
  width: 190px;
    
}
.new-patient > div > div > h2{
		padding : 0px !important;
}

.new-patient > div > h2{
		padding : 0px !important;
}

.new-patient{
   padding : 10px 0px;
}

@media (min-width: 768px){
.text-field{
  height: 36px !important;
    margin: 5px 0;
  }
}

.wpcf7-form-control-signature-wrap{
background-color: whitesmoke;
}

@media (max-width: 767px){
  .wpcf7-form-control-signature-wrap{
width : 100% !important;  }
  
  .footer-fb{
    	top: 27px;
    }
  .top-fb{
    	display: inline-block;
      margin-right: 15px;
	  margin-bottom: 20px;
    /*margin-top: 8px;*/
  }
}

.wpcf7-form-control-clear-wrap{
	padding : 6px 0px;
}

.side-bar{
    padding: 20px;
    border: 1px solid black;
    border-radius: 15px;
    margin-top: 35px;
}

@media (max-width: 768px){
.side-bar{
  margin-top : auto;
  }
  .top-fb{
    	/*display: inline-block;
    	margin-right: 15px;
    	margin-top: 8px;*/
    }
}

.dotted{
    border: 1px dotted #F9A14E;
    height: 0;
    width: 100%;
    margin: 10px 0;
}


@media (max-width: 1180px){
  .banner-slide{
  position: relative;
  width: 100%;
  min-height: initial;
  padding: 105px 0;
  }
  }











@media (min-width: 620px){
  .banner-slide, .banner-inner, .other-banner-bg{
    	background-size: cover !important;    	
    }
  }

@media (max-width: 619px){
  .banner-slide, .banner-inner, .other-banner-bg{
    	padding: 75px 0;
    	background-size: cover !important;
    	min-height: initial;
    }
  }
@media (max-width: 420px){
  .banner-slide{
    	padding: 55px 0;
    	background-size: cover !important;
    	min-height: initial;
    }
  #owl-banner .owl-controls{
    	margin-top: -30px;
    }
  }


@media (max-width: 543px){
    	.logo {
    position: relative;
    float: none;
    margin: 0 0;
    z-index: 9999;
    padding: 20px 0 10px;
}
	
	.menu-mob-panel{
		text-align: center;
	}	
	
  }


@media (min-width: 544px) and (max-width: 641px)
  {
  	.nav2 .call-header .nav-link{
    	   margin: 37px 0;
    }
  .menupanel-call, .menupanel-icon{
    	/*padding-top: 35px !important;*/
    }
  }


@media (max-width: 1200px){
  .banner-inner, .other-banner-bg{
    	padding: 120px 0;
    }
  }
@media (max-width: 930px){
  .banner-inner, .other-banner-bg{
    	padding: 90px 0;
    }
  }

@media (max-width: 720px){
  .banner-inner, .other-banner-bg{
    	padding: 60px 0;
    }
  }

@media (max-width: 500px){
  .banner-inner, .other-banner-bg{
    	padding: 40px 0;
    }
  }

.banner-inner, .other-banner-bg{
  	/*min-height: initial;*/
  }


@media (max-width: 543px){
  .nav2{
    	padding: 0;
    }
  }








.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}


.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.contact_l .wpcf7-textarea { height:120px}


.req_btn {
display: block;
color: #fff;
background: #fff;
background: #94d3cf;
text-align: center;
margin-top: 10px;
padding: 7px 10px;
font-size: 13px;
font-weight: 500;
	transition-duration: .5s;
}

.req_btn:hover{
display: block;
color: #478087;
background: #fff;
background: #fff;
text-align: center;
margin-top: 10px;
padding: 7px 10px;
font-size: 13px;
font-weight: 500;	
}
.req_btn:focus {
	color: #fe9c3d;
	text-decoration: none;
}

.news_banner {
    position: relative;
    width: 100%;
    min-height: 304px;
    background: url(https://www.drummoynedentist.com.au/wp-content/uploads/2019/06/news-1.jpg) center top no-repeat;
}
.team_img {
	float: right;
}
.ser_box {
    position: relative;
    text-align: center;
    padding: 40px 0px;
	transition: 0.5s all;
}
.ser_box:hover {
	background: #94d3cf;
}
.ser_box img {
	margin: 0 auto;
}
.ser_box h3 {
	color: #fff;
    padding: 15px 0;
	font-size: 18px;
}

.services-page .ser_box h3{
	 color: #000;
}

.services-page .ser_box:hover h3{
	color: #fff;
}

.foo_abt h2 {
	color: #fe9c3d;
    padding: 20px 0px 5px;
    margin: 10px 0px 15px;
}
.info-foot h2 {
    color: #fe9c3d;
    padding: 0px;
    margin: 10px 0px 15px;
}
.foo_sep {
    margin: 15px auto;
    background: #fe9c3d;
    width: 100%;
}
.tlp-team h3.name {
    margin: 15px 0px 0px;
}
.tlp-team .designation {
    font-size: 16px;
    margin-top: 15px;
}
.tlp-team .short-bio p {
    font-size: 14px;
    margin-top: 10px;
}
.single-team > .banner-inner {
	background: url(https://www.drummoynedentist.com.au/wp-content/uploads/2019/06/about-us.jpg) no-repeat center top !important;
}
.req_form h1 {
	margin: 0px 0px 25px;
}

/*............................... For Mobile Vertical ...............................*/
@media only screen and (max-width: 767px) {
	
	.for-desktop{
		display: none;
	}	
	
	.block-map{
		background: none;
	}	

header {
    /*min-height: 180px;*/
}

}

@media (min-width: 1250px)
{
.navbar-nav .nav-item + .nav-item {
    margin-left: 30px;
	margin-left: 20px;
}	
}

@media (min-width: 992px)
{
	.field-sec-1 .col-lg-6, .col-lg-12{
		padding: 0 30px;
	}
	.navbar-nav .nav-item + .nav-item {

}
}

@media (max-width: 1199px)
{
.navbar-nav .nav-item + .nav-item {
    margin-left: 10px;
}	
}

.map_list {
	padding: 0px;
}
.map_list li {
	font-size: 14px;
    list-style: none;
    color: #fff;
    padding: 5px 0px;
    border-bottom: 1px solid #ffffff6b;
}

.error404 > .other-banner-bg {
	background: url(https://www.drummoynedentist.com.au/wp-content/uploads/2019/06/home-banner-1-1.jpg) top center;
}