.vertical-center {
  display: flex;
  align-items: center;
}

.seonav {
	margin-bottom: 0;
}

.headerjumbo {
	height: 480px;
}

.default-jumbo-image {
	background:  linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ), url('../img/bg-edit.jpg') no-repeat center center;
	width: 100%;
	height: 480px; /*same height as jumbotron */
	top:0;
	left:0;
	z-index: -1;
	background-size: cover;
    margin-bottom: 0px;
	
}

.jumboheadertext {
	font-family: 'Avenir', sans-serif !important;
}

.breadcrumbs {
	height: 100%;
	background: #FFF;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}

.breadcrumb-link, .breadcrumbs a {
	color: #474b56;
	font-size:17px;
}

.breadcrumb-seperator {
	color: #e5e5e5;
	margin-left:10px;
	margin-right:10px;
    font-size: 17px;
}

.breadcrumb-link.active, .breadcrumbs a.active {
	color: #ecac2e;
}

.breadcrumbs ol {
    margin-top: 5px;
}

.pages-main-content {
	background: #fff;
	padding: 80px 0;
}

.pages-subheader {
	font-size: 40px !important;
}

.pages-subheader-text {
	max-width:636px;
	margin: 0 auto;
	padding-bottom:80px;
}

.image-banner {
	height: 220px;
	border-radius: 5px;
	border: solid 1px #eeeeee;
	text-align:center;
	margin-bottom: 30px;
	font-size: 29px;
	color: #FFF;
	top:0;
	left:0;
	z-index: -1;
	background-size: cover;
	cursor: pointer;
}

.justify-center {
	margin: 0 auto;
}


.banner-NSW {
	background:  linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ), url('../img/banner-NSW.jpg') no-repeat center center;
}
.banner-ACT {
	background:  linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ), url('../img/banner-ACT.jpg') no-repeat center center;
}
.banner-VIC {
	background:  linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ), url('../img/banner-VIC.jpg') no-repeat center center;
}
.banner-TAS {
	background:  linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ), url('../img/banner-TAS.jpg') no-repeat center center;
}
.banner-SA {
	background:  linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ), url('../img/banner-SA.jpg') no-repeat center center;
}
.banner-WA {
	background:  linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ), url('../img/banner-WA.jpg') no-repeat center center;
}
.banner-QLD {
	background:  linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
    ), url('../img/banner-QLD.jpg') no-repeat center center;
}

.banner-text {
	height: 160px;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding: 30px;
	cursor: pointer;
	text-align: center;
}

.banner-text-link {
	font-size: 24px;
	text-decoration: none;
	color: #2b2f31;
	margin-bottom: 15px;
}
.banner-text-sub {  
	font-size: 14px;
	color: #848484;  
	line-height: 2.14;
	letter-spacing: 1.5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.banner-rating {
	font-size: 14px;
	color: #474b56;
    white-space: nowrap;
}


.star-yellow {
	color: #ffb626;
	font-size: 24px !important;
}

.smallStar {
	font-size: 14px !important;
}
.review-amt-text {
	padding-left: 15px;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {

	font-family: 'Avenir-Heavy', sans-serif;
	text-align: center;
	color: #ecac2e;
	border: 0;
    border-bottom: 1px solid #ecac2e;
    margin-right: 0;
    background-color: transparent;
}
.nav-tabs>li>a {
	font-family: 'Avenir-Heavy', sans-serif;
	text-align: center;
	color: #848484;
	border: 0;
    border-bottom: 1px solid #000;
    margin-right: 0;
}
.nav>li>a:focus, .nav>li>a:hover {
    background: transparent;
}

.nav-tabs {
	border: 0;
}
.nav-tabs>li {
	width: 33%;
}

.tab-pane {
    padding-top: 40px;
}

.servicelink {
	font-family: 'Avenir', sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.53;
	letter-spacing: normal;
	color: #474b56;
    margin-bottom: 5px;
    display: block;
}

.pages-avg-text {
	font-size: 14px !important;
	font-weight: 900 !important;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.14;
	letter-spacing: 1.5px;
	text-align: center;
	color: #848484;
	font-family: 'Avenir', sans-serif !important;
}

.pb-banner-top {
	border-radius: 5px 5px 0 0;
	background-color: #ffffff;
	padding: 30px 30px 0;
    border: 2px solid #EEE;
    border-bottom: 1px solid #EEE;
	padding-bottom:10px;
}

.pb-banner-middle {
	background-color: #ffffff;
	padding: 0px 30px 0;
    border-left: 2px solid #EEE;
    border-right: 2px solid #EEE;
}

.pb-banner-bottom {
	border-radius: 0px 0px 5px 5px;
	background-color: #ffffff;
	padding: 20px 30px 30px;
	margin-bottom: 30px;
    border: 2px solid #EEE;
    border-top: 1px solid #EEE;
}

.pb-banner-img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.m80 {
	margin-bottom: 80px;
}

.pb-banner-name {
	font-size: 29px !important;
	line-height: 1.03 !important;
  	color: #2b2f31;
	margin-bottom: 10px;
	margin-top:0;
}


.pb-banner-address {
	line-height: 1.53;
	color: #474b56;
	margin-bottom: 10px;
}

.pb-info-head {  
	font-size: 14px;
	line-height: 2.14;
	color: #2b2f31;
}

.pb-info-text {  
	font-size: 15px;
	line-height: 1.6;
	color: #474b56;
	max-height:100px;
	overflow: hidden;
	text-overflow:ellipsis;
	display:block;
}


.badge-text {
	font-size: 15px;
	line-height: 1.6;
	color: #474b56;	    
	margin-bottom: 7px;
    display: inline;
}


.badge-img {
    width: 20px;
	margin-right:20px;	
}

.make-banner {
	height: 130px;
	border-radius: 5px;
	background-color: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding:20px;
	margin-bottom: 30px;
}

.make-banner h3 {
    display: inline;
}

.make-link {
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 0.5px;
	color: #2b2f31;
}

.make-logo {
	width: 90px;
	height: 90px;
	margin-right:20px;
}



.rating-divider {
	width: 100%;
	max-width: 485px;
	margin-left: 0;
	background-color: #ecac2e;
}

.review-amt-text {
	padding-left: 15px;
}

.view-profile-text {
	padding-top: 30px;
	display: inline-block;
}


.slick-slide {
	background: white;
	margin: 10px;
    height: 330px;
    width: 360px;
	padding: 30px !important;
    overflow-x: scroll;
    overflow-y: auto;
}

.slick-current {

  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

.slick-slide:not(.slick-current) {
	opacity: .5;
}

.pb-review-name {
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 15px;
	font-weight: 900;
	color: #2b2f31;
	text-align: left;
	height: 45px;
}
.pb-review-logo {
	width:50px;
    float: left;
    margin-right: 20px;
}
.padName {
	padding-top: 3px;
    display: inherit;
}

.reviewStarRating {
	padding-top: 28px;
	padding-bottom: 20px;
} 
.reviewSectionText {
	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	line-height: 1.53;
	color: #474b56;
}
.reviewSectionName {
	padding-top:10px;
	font-family: 'Avenir', sans-serif;
	font-size: 14px;
	color: #848484;
}

.slick-next:before {
    color: #ecac2e;
}

.slick-prev:before {
    color: #ecac2e;
}


.slick-next {
	margin-right: -10px;
}

.slick-prev {
	margin-left: -10px;
}

.customer-reviews {
    padding-top: 45px;
}

.reviewhead {
	font-size: 29px;
	font-weight: 900;
	line-height: 1.03;
	letter-spacing: 1px;
	color: #2b2f31;
	margin-top:80px;
	margin-bottom:35px;
}

.review-container {
	padding-bottom:80px;
}

.service-banner {
	height: 220px;
	border-radius: 5px;
	background-color: rgba(43, 47, 49, 0.45);
	border: solid 1px #eeeeee;
	margin-bottom: 30px;
    position: relative;
    text-align: center;
    color: white;
}

.service-link {
	font-size: 29px !important;
	line-height: 1.03 !important;
	letter-spacing: 1px;
	color: #ffffff;
	
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
	pointer-events: none;
    margin: 0;
	
}

.service-img {
	width: 100%;
    height: 100%;
    filter: brightness(65%);
	  border-radius: 5px;
}


.internalsubheader {
	display: block;
	margin-top:20px;
	margin-bottom:20px;	
    font-weight: bold;
}

.internalsmall {
	font-size: 15px;	
}

.internalsubsection {
	padding-left: 20px;
	display:block;	
}

.faqp {
	cursor: pointer;	
}

.faq-header {
  font-size: 29px !important;
  font-weight: 900;
  line-height: 1.03 !important;
	color: #2b2f31;
	padding: 80px 0;
}

.faq-section {
    min-height: 80px;
    border-top: 1px solid #CCC;    
	padding: 30px 0;
}
.faq-section.last {
    border-bottom: 1px solid #CCC;      
	margin-bottom: 80px;
}

.faqp {
	font-weight: bold;
	margin-bottom: 30px;
}

.faqa {
	margin-top: 30px;
}

.faqcontainer {
	border-bottom: 1px solid #f4f3f2;
	
}


.reviewPane {
	height: 320px;
	border-radius: 5px;
	padding:27px;
	border: solid 1px rgba(132, 132, 132, 0.5);
    overflow-y: auto;
    overflow-x: auto;
    margin-bottom: 10px;
}



/* Call To Action Section
--------------------------------*/
#call-action {
	padding: 30px 0 20px;
	overflow: hidden;
	background: #eeeae1;
}

#call-action .callout {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.03;
	color: #2b2f31;
}

#call-action .action-btn {
	margin-top: -10px;
	float: right;
}


@media (max-width: 850px) {
	#call-action .action-btn {
    	margin-top: 30px;
    	display: block;
		float: none; 
	}
}


.breadcrumbs li {
     display: inline;
}

.banner-text h3 {
	margin: 0;
}

.faqp h3 {
	font-weight: bold;
	display: inline;;
    margin-left: 20px;
}



.df-text {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.df-input {
    width: 100%;
    height: 50px;
    padding-left: 17px;
    border-radius: 5px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    line-height: 1.53;
    margin-bottom: 30px;
	max-width:300px;
}


.joinm {
	padding-top: 7px;
	margin-bottom:20px;
}

.seomoreinfo {
	cursor: pointer;
	font-size: 20px;
}

.moreinfoheader {
	font-weight: bold;
	font-size: 30px;;
}

.pcodesearch {    
	background: #eeeae1;
    border-radius: 4px;
    margin: 40px auto;
    padding: 17px;
    font-size: 20px;
    max-width: 500px;
    font-weight: bold;
    border: 4px solid #ecac2e;
}


.pcodeinp {
    height: 70px;
    border-radius: 4px;
    border: 1px solid #000;
    font-size: 23px;
    font-weight: normal;
    text-align: center;
	padding-right:20px;
	padding-left:20px;
}

.pcodebtn {
    height: 70px;
    width: 100px;
    background: #ecac2e;
    border: 1px solid #ecac2e;
    border-radius: 4px;
    margin-left: 20px;
}