@charset "UTF-8";
/* CSS Document */


/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	width: 100%;
}
.accordion-section
{
	box-shadow:0px 1px 3px rgba(0,0,0,0.10);
	border:1px solid #c0c0c0;
	border-radius:3px;
	background:#fff;
	overflow:hidden;
	width: 100%;
	margin:0px 0px 15px;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding-left:15px;
	padding-bottom:15px;
	padding-top:18px;
	display:inline-block;
	/*border-bottom:1px solid #e8e8e8;*/
	background:#fcfcfc;
	transition:all linear 0.15s;
	/* Type */
	/*text-shadow:0px 1px 0px #1a1a1a;*/
	color:#cca876;
	cursor:pointer;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:22px;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background:#CCA876;
	/* Type */
	text-decoration:none;
}

/*.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}*/

/*----- Section Content -----*/
.accordion-section-content {
	padding:30px 30px 0px;
	display:none;
}





body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bed-bug-cycle img{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.footer-container
{
	background-color:#7c7922;
	width:100%;
	height:auto;
}


.header
{
	width:100%;
	height:auto;
	background-image:url(../images/headerbg-c.png);
	background-color:#000;
	margin:0px;
	padding:0px;
}

.topheader
{
	width:100%;
	height:auto;
	background-image:url(../images/headebg-white.png);
	padding-top:30px;
	padding-bottom:28px;

}

.mainbody
{
	width:60%;
	
	margin-left:auto;
	margin-right:auto;
	
}

.header-left
{
	width:50%;
	float:left;
}

.header-right
{
	width:49%;
	float:right;
}

.logo
{
	width:291px;
	height:auto;
	
}

.calltoaction
{
	width:31%;
	float:right;
}

.callicon
{
	width:9%;
	float:left;
	padding-top:5px;
}

.callnumber
{
	width:91%;
	float:right;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:28px;
	color:#FFF;
	text-align:right;
	letter-spacing:1px;
}

a.callnumber
{
	color:#000000;
	text-decoration:none;
}

.freeconsultation
{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:14px;
	color:#FFF;
	text-align:right;
	letter-spacing:0px;
}

.banner-left
{
	width:55%;
	float:left;
	padding-top:70px;
}

.banner-right
{
	width:43%;
	float:right;
}

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

.content-left
{
	border-left: medium solid #e3e3e3;
	padding-left:44px;
	
	width:23%;
	float:left;
	margin-top:30px;
	
	
	
   
}

.title
{
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	color:#000000;
	padding-bottom:20px;
}

.content-text
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#000;
	text-align:justify;
	line-height:22px;
	
	padding-bottom:20px;
}

a.content-text
{
	font-family: 'Lato', sans-serif;
	
	
	color:#CCA876;
	text-decoration:none;
	
	
	
	
}
	
.subtitle
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
}

.profile-img
{
	width:264px;
	height:auto;
	padding-bottom:20px;
}
	

.content-right
{
	width:69%;
	float:right;
	margin-top:30px;
	 
	 padding-right:44px;
	
	
	
   
}

.services-left
{
	width:47%;
	float:left;
}

.services-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}



.services-right
{
	width:47%;
	float:right;
}

.other-services
{
	border:medium solid #e3e3e3;
	margin-top:20px;
}

.other-services-container
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:3%;
	
}

.otherservices-left
{
	width:47%;
	float:left;
}

.otherservices-right
{
	width:47%;
	float:right;
}

.enquiry-container
{
	width:100%;
	background-image:url(../images/formbg.jpg);
	margin-top:40px;
}

.bar
{
	height:5px;
	background-color:#000;
}

.enquiry-title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:28px;
	color:#4a4f55;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
}

.form-left
{
	width:30%;
	float:left;
	padding-right:5%;
}
.form-right
{
	width:30%;
	float:right;
	
}

.form-half-l
{
	width:35%;
	float:left;
}
.form-half-r
{
	width:65%;
	float:right;
}

.form{
	padding-left:0px;
	padding-right:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	padding-bottom:50px;
	padding-top:0px;
}

input{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 6%; 
		width:93%; 
		height: 50px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
textarea{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 2%; 
		width:97.8%; 
		height: 50px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		
		
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
	
.contactus-container
{
	width:100%;
	height:auto;
	
	background-color:#fff;
	margin:0px;
	padding-bottom:35px;
}

.bar2
{
	height:5px;
	background-color:#CCA876;
}

.title-white
{
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	color:#ffffff;
	padding-bottom:20px;
	text-align:center;
	padding-top:30px;
}

.contactus-left
{
	width:25%;
	float:left;
}

.contactus-center
{
	width:50%;
	float:left;
}

.contactus-right
{
	width:22%;
	float:right;
}

.content-text-white
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
	
	padding-bottom:20px;
}

a.content-text-white
{
	
	color:#ffffff;
	text-decoration:none;
}

.mapframe
{
	border:thin solid #CCA876;
	
}

.footer-left
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:left;
		width:45%;
		padding-top:20px;
		padding-bottom:20px;
}

.footer-right
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:right;
		width:45%;
		text-align:right;
		padding-top:20px;
		padding-bottom:20px;
}

a.footerlink
{
	color:#ffffff;
	text-decoration:none;
}







@media (min-width:320px)
{
	
	.testi-left
{
	width:100%;
	float:left;
}

.testi-right
{
	width:100%;
	float:right;
}

.testi-box
{
	border:medium solid #e3e3e3;
	margin-top:30px;
	padding:20px;
}

.testimonial
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
	text-align:justify;
}

.header
{
	width:100%;
	height:auto;
	background-image:url(../images/headerbg-c.png);
	background-color:#000;
	margin:0px;
	padding:0px;
}

.topheader
{
	width:100%;
	height:auto;
	background-image:url(../images/headebg-white.png);
	padding-top:30px;
	padding-bottom:15px;
	border-top:5px solid #999639;

}

.mainbody
{
	width:92%;
	
	margin-left:auto;
	margin-right:auto;
	
}

.header-left
{
	width:50%;
	float:left;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}

.header-right
{
	width:45%;
	float:right;
	padding-top:0px;
}

.logo
{
	width:100%;
	height:auto;
	
}

.calltoaction
{
	width:50%;
	float:right;
}

.calltoaction-left
{
	width:100%;
	float:right;
	padding-left:0%;
}

.calltoaction-right
{
	width:75%;
	float:right;
	display:none;
}

.callicon
{
	width:100%;
	height:auto;
	text-align:right;
	margin-top:-3px;
	
	
}


.callnumber
{
	
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:31px;
	color:#FFF;
	text-align:right;
	letter-spacing:1px;
	padding-bottom:2px;
}

.freeconsultation
{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#CCA876;
	text-align:right;
	letter-spacing:0px;
	
}
.banner-left
{
	width:100%;
	float:left;
	padding-top:30px;
}

.banner-right
{
	width:100%;
	float:right;
	padding-top:0px;
	padding-bottom:20px;
}

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

.content-left
{
	border-left: medium solid #e3e3e3;
	padding-left:44px;
	width:100%;
	float:right;
	margin-top:20px;
	
	
	
   
}

.title
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:22px;
	color:#000000;
	padding-bottom:20px;
}

.content-text
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:15px;
	color:#000;
	text-align:justify;
	line-height:23px;
	
	padding-bottom:20px;
}
	
.subtitle
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
}

.profile-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}
	

.content-right
{
	width:100%;
	float:left;
	margin-top:30px;
	border:none;
	 padding-right:0px;
	
	
	
   
}

.services-left
{
	width:100%;
	float:left;
}

.services-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}



.services-right
{
	width:100%;
	float:right;
}

.other-services
{
	border:medium solid #e3e3e3;
	margin-top:20px;
}

.other-services-container
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:3%;
	
}

.otherservices-left
{
	width:100%;
	float:left;
}

.otherservices-right
{
	width:100%;
	float:right;
}

.enquiry-container
{
	width:100%;
	background-image:url(../images/formbg.jpg);
	margin-top:40px;
}

.bar
{
	height:5px;
	background-color:#000;
}

.enquiry-title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:24px;
	color:#4a4f55;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
}

.form-left
{
	width:100%;
	float:left;
	padding-right:0%;
}
.form-right
{
	width:100%;
	float:left;
	
}

.form-half-l
{
	width:98%;
	float:left;
}
.form-half-r
{
	width:98%;
	float:right;
}

.form{
	padding-left:0px;
	padding-right:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	padding-bottom:50px;
	padding-top:0px;
}

input{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 6%; 
		width:91%; 
		height: 50px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
textarea{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 6%; 
		width:91%; 
		height: 50px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		
		
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
.submitsize
{
	width:98%;
	float:left;
	
	
}
	
	
.contactus-container
{
	width:100%;
	height:auto;
	
	background-color:#fff;
	margin:0px;
	padding-bottom:20px;
	margin-top:20px;
}

.bar2
{
	height:5px;
	background-color:#CCA876;
}

.title-white
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:26px;
	color:#000;
	padding-bottom:20px;
	text-align:center;
	padding-top:30px;
}

.contactus-left
{
	width:100%;
	float:left;
}

.contactus-center
{
	width:100%;
	float:left;
	padding-bottom:20px;
}

.contactus-right
{
	width:100%;
	float:right;
}

.content-text-white
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
	
	padding-bottom:20px;
}

.mapframe
{
	border:thin solid #CCA876;
	padding:5px;
	
	
}

.footer-left
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:11px;
		color:#000;
		float:left;
		width:100%;
		padding-top:10px;
		padding-bottom:10px;
		text-align:center;
}

.footer-right
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:11px;
		color:#000;
		float:right;
		width:100%;
		text-align:center;
		padding-top:5px;
		padding-bottom:20px;
}
.ad
{
	width:100%;
	height:auto;
	display:block;
}
}









@media (min-width:360px)
{
	
	.testi-left
{
	width:100%;
	float:left;
}

.testi-right
{
	width:100%;
	float:right;
}

.testi-box
{
	border:medium solid #e3e3e3;
	margin-top:30px;
	padding:20px;
}

.testimonial
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
	text-align:justify;
}

.header
{
	width:100%;
	height:auto;
	background-image:url(../images/headerbg-c.png);
	background-color:#000;
	margin:0px;
	padding:0px;
}

.topheader
{
	width:100%;
	height:auto;
	background-image:url(../images/headebg-white.png);
	padding-top:30px;
	padding-bottom:15px;
	border-top:5px solid #999639;

}

.mainbody
{
	width:90%;
	
	margin-left:auto;
	margin-right:auto;
	
}

.header-left
{
	width:50%;
	float:left;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}

.header-right
{
	width:45%;
	float:right;
	padding-top:0px;
	margin-top:-10px;
}

.logo
{
	width:100%;
	height:auto;
	
}

.calltoaction
{
	width:50%;
	float:right;
}

.calltoaction-left
{
	width:100%;
	float:right;
	padding-left:0%;
}

.calltoaction-right
{
	width:75%;
	float:right;
	display:none;
}

.callicon
{
	width:100%;
	height:auto;
	text-align:right;
	margin-top:-3px;
	
	
}

.callnumber
{
	
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:31px;
	color:#FFF;
	text-align:right;
	letter-spacing:1px;
	padding-bottom:2px;
}

.freeconsultation
{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#CCA876;
	text-align:right;
	letter-spacing:0px;
	
}
.banner-left
{
	width:100%;
	float:left;
	padding-top:30px;
}

.banner-right
{
	width:100%;
	float:right;
	padding-top:0px;
}

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

.content-left
{
	border-left: medium solid #e3e3e3;
	padding-left:44px;
	width:100%;
	float:right;
	margin-top:20px;
	
	
	
   
}

.title
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:22px;
	color:#000000;
	padding-bottom:20px;
}

.content-text
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:15px;
	color:#000;
	text-align:justify;
	line-height:23px;
	
	padding-bottom:20px;
}
	
.subtitle
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
}

.profile-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}
	

.content-right
{
	width:100%;
	float:left;
	margin-top:30px;
	border:none;
	 padding-right:0px;
	
	
	
   
}

.services-left
{
	width:100%;
	float:left;
}

.services-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}



.services-right
{
	width:100%;
	float:right;
}

.other-services
{
	border:medium solid #e3e3e3;
	margin-top:20px;
}

.other-services-container
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:3%;
	
}

.otherservices-left
{
	width:100%;
	float:left;
}

.otherservices-right
{
	width:100%;
	float:right;
}

.enquiry-container
{
	width:100%;
	background-image:url(../images/formbg.jpg);
	margin-top:40px;
}

.bar
{
	height:5px;
	background-color:#000;
}

.enquiry-title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:24px;
	color:#4a4f55;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
}

.form-left
{
	width:100%;
	float:left;
	padding-right:0%;
}
.form-right
{
	width:100%;
	float:left;
	
}

.form-half-l
{
	width:98%;
	float:left;
}
.form-half-r
{
	width:98%;
	float:right;
}

.form{
	padding-left:0px;
	padding-right:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	padding-bottom:50px;
	padding-top:0px;
}

input{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 6%; 
		width:91%; 
		height: 50px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
textarea{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 6%; 
		width:91%; 
		height: 50px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		
		
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
.submitsize
{
	width:98%;
	float:left;
	
	
}
	
	
.contactus-container
{
	width:100%;
	height:auto;
	
	background-color:#fff;
	margin:0px;
	padding-bottom:20px;
	margin-top:20px;
}

.bar2
{
	height:5px;
	background-color:#CCA876;
}

.title-white
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:26px;
	color:#000;
	padding-bottom:20px;
	text-align:center;
	padding-top:30px;
}

.contactus-left
{
	width:100%;
	float:left;
}

.contactus-center
{
	width:100%;
	float:left;
	padding-bottom:20px;
}

.contactus-right
{
	width:100%;
	float:right;
}

.content-text-white
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
	
	padding-bottom:20px;
}

.mapframe
{
	border:thin solid #CCA876;
	padding:5px;
	
	
}

.footer-left
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:11px;
		color:#000;
		float:left;
		width:100%;
		padding-top:10px;
		padding-bottom:10px;
		text-align:center;
}

.footer-right
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:11px;
		color:#000;
		float:right;
		width:100%;
		text-align:center;
		padding-top:5px;
		padding-bottom:20px;
}
.ad
{
	width:100%;
	height:auto;
	display:block;
}
}






@media (min-width:375px)
{
	
	.testi-left
{
	width:100%;
	float:left;
}

.testi-right
{
	width:100%;
	float:right;
}

.testi-box
{
	border:medium solid #e3e3e3;
	margin-top:30px;
	padding:20px;
}

.testimonial
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
	text-align:justify;
}

.header
{
	width:100%;
	height:auto;
	background-image:url(../images/headerbg-c.png);
	background-color:#000;
	margin:0px;
	padding:0px;
}

.topheader
{
	width:100%;
	height:auto;
	background-image:url(../images/headebg-white.png);
	padding-top:30px;
	padding-bottom:15px;
	border-top:5px solid #999639;

}

.mainbody
{
	width:90%;
	
	margin-left:auto;
	margin-right:auto;
	
}

.header-left
{
	width:50%;
	float:left;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}

.header-right
{
	width:45%;
	float:right;
	padding-top:5px;
}

.logo
{
	width:100%;
	height:auto;
	
}

.calltoaction
{
	width:50%;
	float:right;
}

.calltoaction-left
{
	width:100%;
	float:right;
	padding-left:0%;
}

.calltoaction-right
{
	width:75%;
	float:right;
	display:none;
}

.callicon
{
	width:100%;
	height:auto;
	text-align:right;
	margin-top:-3px;
	
	
}

.callnumber
{
	
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:31px;
	color:#FFF;
	text-align:right;
	letter-spacing:1px;
	padding-bottom:2px;
}

.freeconsultation
{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#CCA876;
	text-align:right;
	letter-spacing:0px;
	
}
.banner-left
{
	width:100%;
	float:left;
	padding-top:30px;
}

.banner-right
{
	width:100%;
	float:right;
	padding-top:0px;
}

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

.content-left
{
	border-left: medium solid #e3e3e3;
	padding-left:44px;
	width:100%;
	float:right;
	margin-top:20px;
	
	
	
   
}

.title
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:22px;
	color:#000000;
	padding-bottom:20px;
}

.content-text
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:15px;
	color:#000;
	text-align:justify;
	line-height:23px;
	
	padding-bottom:20px;
}
	
.subtitle
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
}

.profile-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}
	

.content-right
{
	width:100%;
	float:left;
	margin-top:30px;
	border:none;
	 padding-right:0px;
	
	
	
   
}

.services-left
{
	width:100%;
	float:left;
}

.services-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}



.services-right
{
	width:100%;
	float:right;
}

.other-services
{
	border:medium solid #e3e3e3;
	margin-top:20px;
}

.other-services-container
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:3%;
	
}

.otherservices-left
{
	width:100%;
	float:left;
}

.otherservices-right
{
	width:100%;
	float:right;
}

.enquiry-container
{
	width:100%;
	background-image:url(../images/formbg.jpg);
	margin-top:40px;
}

.bar
{
	height:5px;
	background-color:#000;
}

.enquiry-title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:24px;
	color:#4a4f55;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
}

.form-left
{
	width:100%;
	float:left;
	padding-right:0%;
}
.form-right
{
	width:100%;
	float:left;
	
}

.form-half-l
{
	width:98%;
	float:left;
}
.form-half-r
{
	width:98%;
	float:right;
}

.form{
	padding-left:0px;
	padding-right:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	padding-bottom:50px;
	padding-top:0px;
}

input{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 6%; 
		width:91%; 
		height: 50px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
textarea{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 6%; 
		width:91%; 
		height: 50px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		
		
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
.submitsize
{
	width:98%;
	float:left;
	
	
}
	
	
.contactus-container
{
	width:100%;
	height:auto;
	
	background-color:#fff;
	margin:0px;
	padding-bottom:20px;
	margin-top:20px;
}

.bar2
{
	height:5px;
	background-color:#CCA876;
}

.title-white
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:26px;
	color:#000;
	padding-bottom:20px;
	text-align:center;
	padding-top:30px;
}

.contactus-left
{
	width:100%;
	float:left;
}

.contactus-center
{
	width:100%;
	float:left;
	padding-bottom:20px;
}

.contactus-right
{
	width:100%;
	float:right;
}

.content-text-white
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
	
	padding-bottom:20px;
}

.mapframe
{
	border:thin solid #CCA876;
	padding:5px;
	
	
}

.footer-left
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:11px;
		color:#000;
		float:left;
		width:100%;
		padding-top:10px;
		padding-bottom:10px;
		text-align:center;
}

.footer-right
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:11px;
		color:#000;
		float:right;
		width:100%;
		text-align:center;
		padding-top:5px;
		padding-bottom:20px;
}
.ad
{
	width:100%;
	height:auto;
	display:block;
}
}






@media (min-width:600px)
{
	
	.testi-left
{
	width:100%;
	float:left;
}

.testi-right
{
	width:100%;
	float:right;
}

.testi-box
{
	border:medium solid #e3e3e3;
	margin-top:30px;
	padding:20px;
}

.testimonial
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
	text-align:justify;
}

.header
{
	width:100%;
	height:auto;
	background-image:url(../images/headerbg-c.png);
	background-color:#000;
	margin:0px;
	padding:0px;
}

.topheader
{
	width:100%;
	height:auto;
	background-image:url(../images/headebg-white.png);
	padding-top:30px;
	padding-bottom:15px;
	border-top:5px solid #999639;

}

.mainbody
{
	width:95%;
	
	margin-left:auto;
	margin-right:auto;
	
}

.header-left
{
	width:50%;
	float:left;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}

.header-right
{
	width:45%;
	float:right;
	padding-top:10px;
}

.logo
{
	width:100%;
	height:auto;
	
}

.calltoaction
{
	width:40%;
	float:right;
}

.calltoaction-left
{
	width:100%;
	float:right;
	padding-left:0%;
}

.calltoaction-right
{
	width:75%;
	float:right;
	display:none;
}

.callicon
{
	width:100%;
	height:auto;
	text-align:right;
	margin-top:-3px;
	
	
}

.callnumber
{
	
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:31px;
	color:#FFF;
	text-align:right;
	letter-spacing:1px;
	padding-bottom:2px;
}

.freeconsultation
{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#CCA876;
	text-align:right;
	letter-spacing:0px;
	
}
.banner-left
{
	width:80%;
	
	padding-top:30px;
	padding-left:10%;
	padding-right:10%;
}

.banner-right
{
	width:60%;
	padding-left:20%;
	padding-right:20%;
	
	margin-top:-20px;
}

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

.content-left
{
	border-left: medium solid #e3e3e3;
	padding-left:44px;
	width:100%;
	float:right;
	margin-top:20px;
	
	
	
   
}

.title
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:22px;
	color:#000000;
	padding-bottom:20px;
}

.content-text
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:15px;
	color:#000;
	text-align:justify;
	line-height:23px;
	
	padding-bottom:20px;
}
	
.subtitle
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
}

.profile-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}
	

.content-right
{
	width:100%;
	float:left;
	margin-top:30px;
	border:none;
	 padding-right:0px;
	
	
	
   
}

.services-left
{
	width:100%;
	float:left;
}

.services-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}



.services-right
{
	width:100%;
	float:right;
}

.other-services
{
	border:medium solid #e3e3e3;
	margin-top:20px;
}

.other-services-container
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:3%;
	
}

.otherservices-left
{
	width:100%;
	float:left;
}

.otherservices-right
{
	width:100%;
	float:right;
}

.enquiry-container
{
	width:100%;
	background-image:url(../images/formbg.jpg);
	margin-top:40px;
}

.bar
{
	height:5px;
	background-color:#000;
}

.enquiry-title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:24px;
	color:#4a4f55;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
}

.form-left
{
	width:100%;
	float:left;
	padding-right:0%;
}
.form-right
{
	width:100%;
	float:left;
	
}

.form-half-l
{
	width:98%;
	float:left;
}
.form-half-r
{
	width:98%;
	float:right;
}

.form{
	padding-left:0px;
	padding-right:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	padding-bottom:50px;
	padding-top:0px;
	font-weight:300;
}

input, textarea{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 3%; 
		width:96%; 
		height: 30px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		font-weight:400;
		
		
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
.submitsize
{
	width:98%;
	float:left;
	
	
}
	
	
.contactus-container
{
	width:100%;
	height:auto;
	
	background-color:#fff;
	margin:0px;
	padding-bottom:20px;
	margin-top:20px;
}

.bar2
{
	height:5px;
	background-color:#CCA876;
}

.title-white
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:26px;
	color:#000;
	padding-bottom:20px;
	text-align:center;
	padding-top:30px;
}

.contactus-left
{
	width:100%;
	float:left;
}

.contactus-center
{
	width:100%;
	float:left;
	padding-bottom:20px;
}

.contactus-right
{
	width:100%;
	float:right;
}

.content-text-white
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
	
	padding-bottom:20px;
}

.mapframe
{
	border:thin solid #CCA876;
	padding:5px;
	
	
}

.footer-left
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:11px;
		color:#000;
		float:left;
		width:100%;
		padding-top:10px;
		padding-bottom:10px;
		text-align:center;
}

.footer-right
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:11px;
		color:#000;
		float:right;
		width:100%;
		text-align:center;
		padding-top:5px;
		padding-bottom:20px;
}
.ad
{
	width:100%;
	height:auto;
	display:none;
}
}



@media (min-width:640px)
{
	
	.testi-left
{
	width:100%;
	float:left;
}

.testi-right
{
	width:100%;
	float:right;
}

.testi-box
{
	border:medium solid #e3e3e3;
	margin-top:30px;
	padding:20px;
}

.testimonial
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
	text-align:justify;
}

.header
{
	width:100%;
	height:auto;
	background-image:url(../images/headerbg-c.png);
	background-color:#000;
	margin:0px;
	padding:0px;
}

.topheader
{
	width:100%;
	height:auto;
	background-image:url(../images/headebg-white.png);
	padding-top:30px;
	padding-bottom:15px;
	border-top:5px solid #999639;

}

.mainbody
{
	width:95%;
	
	margin-left:auto;
	margin-right:auto;
	
}

.header-left
{
	width:50%;
	float:left;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}

.header-right
{
	width:40%;
	float:right;
	padding-top:0px;
}

.logo
{
	width:100%;
	height:auto;
	
}

.calltoaction
{
	width:40%;
	float:right;
}

.calltoaction-left
{
	width:100%;
	float:right;
	padding-left:0%;
}

.calltoaction-right
{
	width:75%;
	float:right;
	display:none;
}

.callicon
{
	width:100%;
	height:auto;
	text-align:right;
	margin-top:-3px;
	
	
}

.callnumber
{
	
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:31px;
	color:#FFF;
	text-align:right;
	letter-spacing:1px;
	padding-bottom:2px;
}

.freeconsultation
{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#CCA876;
	text-align:right;
	letter-spacing:0px;
	
}
.banner-left
{
	width:80%;
	padding-left:10%;
	padding-right:10%;
	padding-top:30px;
}

.banner-right
{
	width:50%;
	padding-left:25%;
	padding-right:25%;
	
	margin-top:-20px;
}

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

.content-left
{
	border-left: medium solid #e3e3e3;
	padding-left:44px;
	width:100%;
	float:right;
	margin-top:20px;
	
	
	
   
}

.title
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:22px;
	color:#000000;
	padding-bottom:20px;
}

.content-text
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:15px;
	color:#000;
	text-align:justify;
	line-height:23px;
	
	padding-bottom:20px;
}
	
.subtitle
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
}

.profile-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}
	

.content-right
{
	width:100%;
	float:left;
	margin-top:30px;
	border:none;
	 padding-right:0px;
	
	
	
   
}

.services-left
{
	width:100%;
	float:left;
}

.services-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}



.services-right
{
	width:100%;
	float:right;
}

.other-services
{
	border:medium solid #e3e3e3;
	margin-top:20px;
}

.other-services-container
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:3%;
	
}

.otherservices-left
{
	width:100%;
	float:left;
}

.otherservices-right
{
	width:100%;
	float:right;
}

.enquiry-container
{
	width:100%;
	background-image:url(../images/formbg.jpg);
	margin-top:40px;
}

.bar
{
	height:5px;
	background-color:#000;
}

.enquiry-title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:24px;
	color:#4a4f55;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
}

.form-left
{
	width:100%;
	float:left;
	padding-right:0%;
}
.form-right
{
	width:100%;
	float:left;
	
}

.form-half-l
{
	width:98%;
	float:left;
}
.form-half-r
{
	width:98%;
	float:right;
}

.form{
	padding-left:0px;
	padding-right:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	padding-bottom:50px;
	padding-top:0px;
	font-weight:300;
}

input, textarea{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 3%; 
		width:96%; 
		height: 30px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		font-weight:400;
		
		
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
.submitsize
{
	width:98%;
	float:left;
	
	
}
	
	
.contactus-container
{
	width:100%;
	height:auto;
	
	background-color:#fff;
	margin:0px;
	padding-bottom:20px;
	margin-top:20px;
}

.bar2
{
	height:5px;
	background-color:#CCA876;
}

.title-white
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:26px;
	color:#000;
	padding-bottom:20px;
	text-align:center;
	padding-top:30px;
}

.contactus-left
{
	width:100%;
	float:left;
}

.contactus-center
{
	width:100%;
	float:left;
	padding-bottom:20px;
}

.contactus-right
{
	width:100%;
	float:right;
}

.content-text-white
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
	
	padding-bottom:20px;
}

.mapframe
{
	border:thin solid #CCA876;
	padding:5px;
	
	
}

.footer-left
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:11px;
		color:#000;
		float:left;
		width:100%;
		padding-top:10px;
		padding-bottom:10px;
		text-align:center;
}

.footer-right
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:11px;
		color:#000;
		float:right;
		width:100%;
		text-align:center;
		padding-top:5px;
		padding-bottom:20px;
}
.ad
{
	width:100%;
	height:auto;
	display:none;
}
}









@media (min-width:667px)
{
	.testi-left
{
	width:100%;
	float:left;
}

.testi-right
{
	width:100%;
	float:right;
}

.testi-box
{
	border:medium solid #e3e3e3;
	margin-top:30px;
	padding:20px;
}

.testimonial
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
	text-align:justify;
}

.header
{
	width:100%;
	height:auto;
	background-image:url(../images/headerbg-c.png);
	background-color:#000;
	margin:0px;
	padding:0px;
}

.topheader
{
	width:100%;
	height:auto;
	background-image:url(../images/headebg-white.png);
	padding-top:30px;
	padding-bottom:15px;
	border-top:5px solid #999639;

}

.mainbody
{
	width:95%;
	
	margin-left:auto;
	margin-right:auto;
	
}

.header-left
{
	width:54%;
	float:left;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}

.header-right
{
	width:40%;
	float:right;
	padding-top:10px;
}

.logo
{
	width:100%;
	height:auto;
	
}

.calltoaction
{
	width:40%;
	float:right;
}

.calltoaction-left
{
	width:100%;
	float:right;
	padding-left:0%;
}

.calltoaction-right
{
	width:75%;
	float:right;
	display:none;
}

.callicon
{
	width:100%;
	height:auto;
	text-align:right;
	margin-top:-3px;
	
	
}

.callnumber
{
	
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:31px;
	color:#FFF;
	text-align:right;
	letter-spacing:1px;
	padding-bottom:2px;
}

.freeconsultation
{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#CCA876;
	text-align:right;
	letter-spacing:0px;
	
}
.banner-left
{
	width:75%;
	padding-top:30px;
	padding-left:12.5%;
	padding-right:12.5%;
	
}

.banner-right
{
	width:50%;
	float:right;
	padding-left:25%;
	padding-right:25%;
	
	margin-top:-20px;
	
	
}

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

.content-left
{
	border-left: medium solid #e3e3e3;
	padding-left:44px;
	width:100%;
	float:right;
	margin-top:20px;
	
	
	
   
}

.title
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:22px;
	color:#000000;
	padding-bottom:20px;
}

.content-text
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:15px;
	color:#000;
	text-align:justify;
	line-height:23px;
	
	padding-bottom:20px;
}
	
.subtitle
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
}

.profile-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}
	

.content-right
{
	width:100%;
	float:left;
	margin-top:30px;
	border:none;
	 padding-right:0px;
	
	
	
   
}

.services-left
{
	width:100%;
	float:left;
}

.services-img,.bed-bug-cycle img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}



.services-right
{
	width:100%;
	float:right;
}

.other-services
{
	border:medium solid #e3e3e3;
	margin-top:20px;
}

.other-services-container
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:3%;
	
}

.otherservices-left
{
	width:100%;
	float:left;
}

.otherservices-right
{
	width:100%;
	float:right;
}

.enquiry-container
{
	width:100%;
	background-image:url(../images/formbg.jpg);
	margin-top:40px;
}

.bar
{
	height:5px;
	background-color:#000;
}

.enquiry-title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:24px;
	color:#4a4f55;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
}

.form-left
{
	width:100%;
	float:left;
	padding-right:0%;
}
.form-right
{
	width:100%;
	float:left;
	
}

.form-half-l
{
	width:98%;
	float:left;
}
.form-half-r
{
	width:98%;
	float:right;
}

.form{
	padding-left:0px;
	padding-right:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	padding-bottom:50px;
	padding-top:0px;
	font-weight:300;
}

input, textarea{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 3%; 
		width:96%; 
		height: 35px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		font-weight:400;
		
		
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
.submitsize
{
	width:98%;
	float:left;
	
	
}
	
	
.contactus-container
{
	width:100%;
	height:auto;
	
	background-color:#fff;
	margin:0px;
	padding-bottom:20px;
	margin-top:20px;
}

.bar2
{
	height:5px;
	background-color:#CCA876;
}

.title-white
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:26px;
	color:#000;
	padding-bottom:20px;
	text-align:center;
	padding-top:30px;
}

.contactus-left
{
	width:100%;
	float:left;
}

.contactus-center
{
	width:100%;
	float:left;
	padding-bottom:20px;
}

.contactus-right
{
	width:100%;
	float:right;
}

.content-text-white
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
	
	padding-bottom:20px;
}

.mapframe
{
	border:thin solid #CCA876;
	padding:5px;
	
	
}

.footer-left
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:left;
		width:50%;
		padding-top:20px;
		padding-bottom:20px;
		text-align:left;
}

.footer-right
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:right;
		width:50%;
		text-align:right;
		padding-top:20px;
		padding-bottom:20px;
}
.ad
{
	width:100%;
	height:auto;
	display:none;
}
}

@media (min-width:736px)
{

.testi-left
{
	width:100%;
	float:left;
}

.testi-right
{
	width:100%;
	float:right;
}

.testi-box
{
	border:medium solid #e3e3e3;
	margin-top:30px;
	padding:20px;
}

.testimonial
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
	text-align:justify;
}

.header
{
	width:100%;
	height:auto;
	background-image:url(../images/headerbg-c.png);
	background-color:#000;
	margin:0px;
	padding:0px;
}

.topheader
{
	width:100%;
	height:auto;
	background-image:url(../images/headebg-white.png);
	padding-top:30px;
	padding-bottom:15px;
	border-top:5px solid #999639;

}

.mainbody
{
	width:95%;
	
	margin-left:auto;
	margin-right:auto;
	
}

.header-left
{
	width:49%;
	float:left;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}

.header-right
{
	width:42%;
	float:right;
	padding-top:0px;
}

.logo
{
	width:100%;
	height:auto;
	
}

.calltoaction
{
	width:80%;
	float:right;
}

.calltoaction-left
{
	width:20%;
	float:right;
	padding-left:3%;
}

.calltoaction-right
{
	width:75%;
	float:right;
	display:block;
}

.callicon
{
	width:100%;
	height:auto;
	text-align:right;
	margin-top:-3px;
	
	
}

.callnumber
{
	
	font-family: 'Lato', sans-serif;
	font-weight:900;
	font-size:31px;
	color:#FFF;
	text-align:right;
	letter-spacing:1px;
	padding-bottom:2px;
}

.freeconsultation
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#CCA876;
	text-align:right;
	letter-spacing:0px;
	
}
.banner-left
{
	width:55%;
	float:left;
	padding-top:50px;
	padding-left:0%;
}

.banner-right
{
	width:45%;
	float:right;
	margin-top:-200px;
	padding-right:0%;
	padding-bottom:20px;
}

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

.content-left
{
	border-left: medium solid #e3e3e3;
	padding-left:44px;
	width:100%;
	float:right;
	margin-top:20px;
	
	
	
   
}

.title
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:22px;
	color:#000000;
	padding-bottom:20px;
}

.content-text
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:15px;
	color:#000;
	text-align:justify;
	line-height:23px;
	
	padding-bottom:20px;
}
	
.subtitle
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
}

.profile-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}
	

.content-right
{
	width:100%;
	float:left;
	margin-top:30px;
	border:none;
	 padding-right:0px;
	
	
	
   
}

.services-left
{
	width:100%;
	float:left;
}

.services-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}



.services-right
{
	width:100%;
	float:right;
}

.other-services
{
	border:medium solid #e3e3e3;
	margin-top:20px;
}

.other-services-container
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:3%;
	
}

.otherservices-left
{
	width:100%;
	float:left;
}

.otherservices-right
{
	width:100%;
	float:right;
}

.enquiry-container
{
	width:100%;
	background-image:url(../images/formbg.jpg);
	margin-top:40px;
}

.bar
{
	height:5px;
	background-color:#000;
}

.enquiry-title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:24px;
	color:#4a4f55;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
}

.form-left
{
	width:100%;
	float:left;
	padding-right:0%;
}
.form-right
{
	width:100%;
	float:left;
	
}

.form-half-l
{
	width:98%;
	float:left;
}
.form-half-r
{
	width:98%;
	float:right;
}

.form{
	padding-left:0px;
	padding-right:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	padding-bottom:50px;
	padding-top:0px;
	font-weight:300;
}

input, textarea{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 3%; 
		width:96%; 
		height: 35px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		font-weight:400;
		
		
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
.submitsize
{
	width:100%;
	float:left;
	
	
}
	
	
.contactus-container
{
	width:100%;
	height:auto;
	
	background-color:#fff;
	margin:0px;
	padding-bottom:20px;
	margin-top:20px;
}

.bar2
{
	height:5px;
	background-color:#CCA876;
}

.title-white
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:26px;
	color:#000;
	padding-bottom:20px;
	text-align:center;
	padding-top:30px;
}

.contactus-left
{
	width:100%;
	float:left;
}

.contactus-center
{
	width:100%;
	float:left;
	padding-bottom:20px;
}

.contactus-right
{
	width:100%;
	float:right;
}

.content-text-white
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
	
	padding-bottom:20px;
}

.mapframe
{
	border:thin solid #CCA876;
	padding:5px;
	
	
}

.footer-left
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:left;
		width:50%;
		padding-top:20px;
		padding-bottom:20px;
		text-align:left;
}

.footer-right
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:right;
		width:50%;
		text-align:right;
		padding-top:20px;
		padding-bottom:20px;
}
.ad
{
	width:100%;
	height:auto;
	display:none;
}
}






@media (min-width:768px)
{
	.header
{
	width:100%;
	height:auto;
	background-image:url(../images/headerbg-c.png);
	background-color:#FFF;
	margin:0px;
	padding:0px;
}

.topheader
{
	width:100%;
	height:auto;
	background-image:url(../images/headebg-white.png);
	padding-top:30px;
	padding-bottom:28px;
	border-top:5px solid #999639;

}

.mainbody
{
	width:95%;
	
	margin-left:auto;
	margin-right:auto;
	
}

.header-left
{
	width:59%;
	float:left;
}

.header-right
{
	width:35%;
	float:right;
	margin-top:0px;
}

.logo
{
	width:75%;
	height:auto;
	
}

.calltoaction
{
	width:88%;
	float:right;
}

.calltoaction-left
{
	width:20%;
	float:right;
	padding-left:5%;
}

.calltoaction-right
{
	width:75%;
	float:right;
}

.callicon
{
	width:100%;
	height:auto;
	text-align:right;
	
	
}

.callnumber
{
	
	font-family: 'Lato', sans-serif;
	font-weight:900;
	font-size:33px;
	color:#000000;
	text-align:right;
	letter-spacing:1px;
	padding-bottom:2px;
	display:block;
}

.freeconsultation
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#B89B47;
	text-align:right;
	letter-spacing:0px;
	display:block;
	
}

.banner-left
{
	width:55%;
	float:left;
	padding-top:70px;
}

.banner-right
{
	width:43%;
	float:right;
	padding-bottom:50px;
	
	
}

.banner-img
{
	width:100%;
	height:auto;
	margin-bottom:-30px;
}

.content-left
{
	border-left: medium solid #e3e3e3;
	padding-left:44px;
	width:31%;
	float:right;
	margin-top:30px;
	
	
	
   
}

.title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	letter-spacing:1px;
	font-size:26px;
	color:#000000;
	padding-bottom:20px;
}

.content-text
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#000;
	text-align:justify;
	line-height:24px;
	
	padding-bottom:20px;
}
	
.subtitle
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
}

.profile-img
{
	width:264px;
	height:auto;
	padding-bottom:20px;
}
	

.content-right
{
	width:57%;
	float:left;
	margin-top:30px;
	 
	 padding-right:34px;
	
	
	
   
}

.services-left
{
	width:100%;
	float:left;
}

.services-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}



.services-right
{
	width:100%;
	float:right;
}

.other-services
{
	border:medium solid #e3e3e3;
	margin-top:20px;
}

.other-services-container
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:3%;
	
	
}

.otherservices-left
{
	width:47%;
	float:left;
}

.otherservices-right
{
	width:47%;
	float:right;
}

.enquiry-container
{
	width:100%;
	background-image:url(../images/formbg.jpg);
	margin-top:40px;
}

.bar
{
	height:5px;
	background-color:#000;
}

.enquiry-title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:28px;
	color:#000000;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
}

.form-left
{
	width:30%;
	float:left;
	padding-right:5%;
}
.form-right
{
	width:30%;
	float:right;
	
}

.form-half-l
{
	width:35%;
	float:left;
}
.form-half-r
{
	width:65%;
	float:right;
}

.form{
	padding-left:0px;
	padding-right:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	padding-bottom:50px;
	padding-top:0px;
	font-weight:300;
}

input, textarea{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 3%; 
		width:96%; 
		height: 35px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		font-weight:400;
		
		
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
	
.contactus-container
{
	width:100%;
	height:auto;
	
	background-color:#fff;
	
	padding-bottom:35px;
	margin-top:30px;
}

.bar2
{
	height:5px;
	background-color:#CCA876;
}

.title-white
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	letter-spacing:1px;
	font-size:26px;
	color:#000000;
	padding-bottom:20px;
	text-align:center;
	padding-top:30px;
}

.contactus-left
{
	width:50%;
	float:left;
}

.contactus-center
{
	width:50%;
	float:left;
}

.contactus-right
{
	width:50%;
	float:right;
}

.content-text-white
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
	
	padding-bottom:20px;
}

.mapframe
{
	border:thin solid #CCA876;
	
}

.footer-left
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:left;
		width:45%;
		padding-top:20px;
		padding-bottom:20px;
}

.footer-right
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:right;
		width:45%;
		text-align:right;
		padding-top:20px;
		padding-bottom:20px;
}

.testi-left
{
	width:47%;
	float:left;
}

.testi-right
{
	width:47%;
	float:right;
}

.testi-box
{
	border:medium solid #e3e3e3;
	margin-top:30px;
	padding:20px;
}

.testimonial
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
	text-align:justify;
}

.ad
{
	width:100%;
	height:auto;
	display:block;
}
}






@media (min-width:980px)
{
	.header
{
	width:100%;
	height:auto;
	background-image:url(../images/headerbg-c.png);
	background-color:#FFF;
	margin:0px;
	padding:0px;
}

.topheader
{
	width:100%;
	height:auto;
	background-image:url(../images/headebg-white.png);
	padding-top:30px;
	padding-bottom:28px;
	border-top:5px solid #999639;

}

.mainbody
{
	width:95%;
	
	margin-left:auto;
	margin-right:auto;
	
}

.header-left
{
	width:50%;
	float:left;
}

.header-right
{
	width:30%;
	float:right;
	margin-top:0px;
}

.logo
{
	width:75%;
	height:auto;
	
}

.calltoaction
{
	width:68%;
	float:right;
}

.calltoaction-left
{
	width:20%;
	float:right;
	padding-left:5%;
}

.calltoaction-right
{
	width:75%;
	float:right;
}

.callicon
{
	width:100%;
	height:auto;
	text-align:right;
	
	
}

.callnumber
{
	
	font-family: 'Lato', sans-serif;
	font-weight:900;
	font-size:33px;
	color:#000000;
	text-align:right;
	letter-spacing:1px;
	padding-bottom:2px;
	display:block;
}

.freeconsultation
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#B89B47;
	text-align:right;
	letter-spacing:0px;
	display:block;
	
}

.banner-left
{
	width:55%;
	float:left;
	padding-top:100px;
	padding-left:3%;
}

.banner-right
{
	width:40%;
	float:right;
	padding-top:20px;
	padding-bottom:150px;
}

.banner-img
{
	width:100%;
	height:auto;
	margin-bottom:-120px;
	
}

.content-left
{
	border-left: medium solid #e3e3e3;
	padding-left:35px;
	width:24%;
	float:right;
	margin-top:30px;
	
	
	
   
}

.title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	letter-spacing:1px;
	font-size:26px;
	color:#000000;
	padding-bottom:20px;
}

.content-text
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#000;
	text-align:justify;
	line-height:24px;
	
	padding-bottom:20px;
}
	
.subtitle
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
}

.profile-img
{
	width:264px;
	height:auto;
	padding-bottom:20px;
}
	

.content-right
{
	width:68%;
	float:left;
	margin-top:30px;
	 
	 padding-right:35px;
	
	
	
   
}

.services-left
{
	width:47%;
	float:left;
}

.services-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}



.services-right
{
	width:47%;
	float:right;
}

.other-services
{
	border:medium solid #e3e3e3;
	margin-top:20px;
}

.other-services-container
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:3%;
	
	
}

.otherservices-left
{
	width:47%;
	float:left;
}

.otherservices-right
{
	width:47%;
	float:right;
}

.enquiry-container
{
	width:100%;
	background-image:url(../images/formbg.jpg);
	margin-top:40px;
}

.bar
{
	height:5px;
	background-color:#000;
}

.enquiry-title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:28px;
	color:#000000;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
}

.form-left
{
	width:30%;
	float:left;
	padding-right:5%;
}
.form-right
{
	width:30%;
	float:right;
	
}

.form-half-l
{
	width:35%;
	float:left;
}
.form-half-r
{
	width:65%;
	float:right;
}

.form{
	padding-left:0px;
	padding-right:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	padding-bottom:50px;
	padding-top:0px;
	font-weight:300;
}

input, textarea{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 3%; 
		width:96%; 
		height: 35px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		font-weight:400;
		
		
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
	
.contactus-container
{
	width:100%;
	height:auto;
	
	background-color:#fff;
	
	padding-bottom:35px;
	margin-top:30px;
}

.bar2
{
	height:5px;
	background-color:#CCA876;
}

.title-white
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	letter-spacing:1px;
	font-size:26px;
	color:#000000;
	padding-bottom:20px;
	text-align:center;
	padding-top:30px;
}

.contactus-left
{
	width:50%;
	float:left;
}

.contactus-center
{
	width:50%;
	float:left;
}

.contactus-right
{
	width:50%;
	float:right;
}

.content-text-white
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
	
	padding-bottom:20px;
}

.mapframe
{
	border:thin solid #CCA876;
	
}

.footer-left
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:left;
		width:45%;
		padding-top:20px;
		padding-bottom:20px;
}

.footer-right
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:right;
		width:45%;
		text-align:right;
		padding-top:20px;
		padding-bottom:20px;
}

.testi-left
{
	width:47%;
	float:left;
}

.testi-right
{
	width:47%;
	float:right;
}

.testi-box
{
	border:medium solid #e3e3e3;
	margin-top:30px;
	padding:20px;
}

.testimonial
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
	text-align:justify;
}

.ad
{
	width:100%;
	height:auto;
	display:block;
}
}





@media (min-width:1024px)
{
	
	.header
{
	width:100%;
	height:auto;
	background-image:url(../images/headerbg-c.png);
	background-color:#FFF;
	margin:0px;
	padding:0px;
}

.topheader
{
	width:100%;
	height:auto;
	background-image:url(../images/headebg-white.png);
	padding-top:30px;
	padding-bottom:28px;
	border-top:5px solid #999639;

}

.mainbody
{
	width:95%;
	
	margin-left:auto;
	margin-right:auto;
	
}

.header-left
{
	width:52%;
	float:left;
}

.header-right
{
	width:30%;
	float:right;
	margin-top:10px;
}

.logo
{
	width:75%;
	height:auto;
	
}

.calltoaction
{
	width:68%;
	float:right;
}

.calltoaction-left
{
	width:20%;
	float:right;
	padding-left:5%;
}

.calltoaction-right
{
	width:75%;
	float:right;
}

.callicon
{
	width:100%;
	height:auto;
	text-align:right;
	
	
}

.callnumber
{
	
	font-family: 'Lato', sans-serif;
	font-weight:900;
	font-size:33px;
	color:#000000;
	text-align:right;
	letter-spacing:1px;
	padding-bottom:2px;
}

.freeconsultation
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#B89B47;
	text-align:right;
	letter-spacing:0px;
	
}

.banner-left
{
	width:55%;
	float:left;
	padding-top:100px;
	padding-left:3%;
}

.banner-right
{
	width:40%;
	float:right;
	padding-top:20px;
	padding-bottom:150px;
}

.banner-img
{
	width:100%;
	height:auto;
	margin-bottom:-120px;
	
}

.content-left
{
	border-left: medium solid #e3e3e3;
	padding-left:35px;
	width:25%;
	float:right;
	margin-top:30px;
	
	
	
   
}

.title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	letter-spacing:1px;
	font-size:26px;
	color:#000000;
	padding-bottom:20px;
}

.content-text
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#000;
	text-align:justify;
	line-height:24px;
	
	padding-bottom:20px;
}
	
.subtitle
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
}

.profile-img
{
	width:264px;
	height:auto;
	padding-bottom:20px;
}
	

.content-right
{
	width:67%;
	float:left;
	margin-top:30px;
	 
	 padding-right:35px;
	
	
	
   
}

.services-left
{
	width:47%;
	float:left;
}

.services-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}



.services-right
{
	width:47%;
	float:right;
}

.other-services
{
	border:medium solid #e3e3e3;
	margin-top:20px;
}

.other-services-container
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:3%;
	
	
}

.otherservices-left
{
	width:47%;
	float:left;
}

.otherservices-right
{
	width:47%;
	float:right;
}

.enquiry-container
{
	width:100%;
	background-image:url(../images/formbg.jpg);
	margin-top:40px;
	
}

.bar
{
	height:5px;
	background-color:#000;
}

.enquiry-title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:28px;
	color:#000000;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
}

.form-left
{
	width:30%;
	float:left;
	padding-right:5%;
}
.form-right
{
	width:30%;
	float:right;
	
}

.form-half-l
{
	width:35%;
	float:left;
}
.form-half-r
{
	width:65%;
	float:right;
}

.form{
	padding-left:0px;
	padding-right:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	padding-bottom:50px;
	padding-top:0px;
	font-weight:300;
}

input, textarea{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 3%; 
		width:96%; 
		height: 35px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		font-weight:400;
		
		
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
	
.contactus-container
{
	width:100%;
	height:auto;
	
	background-color:#fff;
	margin-top:30px;
	padding-bottom:35px;
}

.bar2
{
	height:5px;
	background-color:#CCA876;
}

.title-white
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	letter-spacing:1px;
	font-size:26px;
	color:#000000;
	padding-bottom:20px;
	text-align:center;
	padding-top:30px;
}

.contactus-left
{
	width:50%;
	float:left;
}

.contactus-center
{
	width:50%;
	float:left;
}

.contactus-right
{
	width:50%;
	float:right;
}

.content-text-white
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
	
	padding-bottom:20px;
}

.mapframe
{
	border:thin solid #CCA876;
	
}

.footer-left
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:left;
		width:45%;
		padding-top:20px;
		padding-bottom:20px;
}

.footer-right
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:right;
		width:45%;
		text-align:right;
		padding-top:20px;
		padding-bottom:20px;
}

.testi-left
{
	width:47%;
	float:left;
}

.testi-right
{
	width:47%;
	float:right;
}

.testi-box
{
	border:medium solid #e3e3e3;
	margin-top:30px;
	padding:20px;
}

.testimonial
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
	text-align:justify;
}

.ad
{
	width:100%;
	height:auto;
	display:block;
}
}









@media (min-width:1280px)
{
	
	.header
{
	width:100%;
	height:auto;
	background-image:url(../images/headerbg-c.png);
	background-color:#FFF;
	margin:0px;
	padding:0px;
}

.topheader
{
	width:100%;
	height:auto;
	background-image:url(../images/headebg-white.png);
	padding-top:30px;
	padding-bottom:28px;
	border-top:5px solid #999639;

}

.mainbody
{
	width:84%;
	
	margin-left:auto;
	margin-right:auto;
	
}

.header-left
{
	width:47%;
	float:left;
}

.header-right
{
	width:28%;
	float:right;
	margin-top:0px;
}

.logo
{
	width:75%;
	height:auto;
	
}

.calltoaction
{
	width:68%;
	float:right;
}

.calltoaction-left
{
	width:20%;
	float:right;
	padding-left:5%;
}

.calltoaction-right
{
	width:75%;
	float:right;
}

.callicon
{
	width:100%;
	height:auto;
	text-align:right;
	
	
}

.callnumber
{
	
	font-family: 'Lato', sans-serif;
	font-weight:900;
	font-size:33px;
	color:#000000;
	text-align:right;
	letter-spacing:1px;
	padding-bottom:2px;
}

.freeconsultation
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#B89B47;
	text-align:right;
	letter-spacing:0px;
	
}

.banner-left
{
	width:55%;
	float:left;
	padding-top:100px;
	padding-left:2%;
}

.banner-right
{
	width:40%;
	float:right;
	padding-top:20px;
	padding-bottom:150px;
}

.banner-img
{
	width:100%;
	height:auto;
	margin-bottom:-120px;
	
}

.content-left
{
	border-left: medium solid #e3e3e3;
	padding-left:35px;
	width:24%;
	float:right;
	margin-top:30px;
	
	
	
   
}

.title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	letter-spacing:1px;
	font-size:26px;
	color:#000000;
	padding-bottom:20px;
}

.content-text
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#000;
	text-align:justify;
	line-height:24px;
	
	padding-bottom:20px;
}
	
.subtitle
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
}

.profile-img
{
	width:264px;
	height:auto;
	padding-bottom:20px;
}
	

.content-right
{
	width:68%;
	float:left;
	margin-top:30px;
	 
	 padding-right:35px;
	
	
	
   
}

.services-left
{
	width:47%;
	float:left;
}

.services-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}



.services-right
{
	width:47%;
	float:right;
}

.other-services
{
	border:medium solid #e3e3e3;
	margin-top:20px;
}

.other-services-container
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:3%;
	
	
}

.otherservices-left
{
	width:47%;
	float:left;
}

.otherservices-right
{
	width:47%;
	float:right;
}

.enquiry-container
{
	width:100%;
	background-image:url(../images/formbg.jpg);
	margin-top:40px;
}

.bar
{
	height:5px;
	background-color:#000;
}

.enquiry-title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:28px;
	color:#000000;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
}

.form-left
{
	width:30%;
	float:left;
	padding-right:5%;
}
.form-right
{
	width:30%;
	float:right;
	
}

.form-half-l
{
	width:35%;
	float:left;
}
.form-half-r
{
	width:65%;
	float:right;
}

.form{
	padding-left:0px;
	padding-right:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	padding-bottom:50px;
	padding-top:0px;
	font-weight:300;
}

input, textarea{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 3%; 
		width:96%; 
		height: 35px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		font-weight:400;
		
		
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
.contactus-container
{
	width:100%;
	height:auto;
	
	background-color:#fff;
	margin-top:30px;
	padding-bottom:35px;
}

.bar2
{
	height:5px;
	background-color:#CCA876;
}

.title-white
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	letter-spacing:1px;
	font-size:26px;
	color:#000000;
	padding-bottom:20px;
	text-align:center;
	padding-top:30px;
}

.contactus-left
{
	width:50%;
	float:left;
}

.contactus-center
{
	width:50%;
	float:left;
}

.contactus-right
{
	width:50%;
	float:right;
}

.content-text-white
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
	
	padding-bottom:20px;
}

.mapframe
{
	border:thin solid #CCA876;
	
}

.footer-left
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:left;
		width:45%;
		padding-top:20px;
		padding-bottom:20px;
}

.footer-right
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:right;
		width:45%;
		text-align:right;
		padding-top:20px;
		padding-bottom:20px;
}

.testi-left
{
	width:47%;
	float:left;
}

.testi-right
{
	width:47%;
	float:right;
}

.testi-box
{
	border:medium solid #e3e3e3;
	margin-top:30px;
	padding:20px;
}

.testimonial
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
	text-align:justify;
}

.ad
{
	width:100%;
	height:auto;
	display:block;
}
}



@media (min-width:1366px)
{
	
	.header
{
	width:100%;
	height:auto;
	background-image:url(../images/headerbg-c.png);
	background-color:#FFF;
	margin:0px;
	padding:0px;
}

.topheader
{
	width:100%;
	height:auto;
	background-image:url(../images/headebg-white.png);
	padding-top:30px;
	padding-bottom:28px;
	border-top:5px solid #999639;

}

.mainbody
{
	width:78%;
	
	margin-left:auto;
	margin-right:auto;
	
}

.header-left
{
	width:47%;
	float:left;
}

.header-right
{
	width:28%;
	float:right;
	margin-top:10px;
}

.logo
{
	width:75%;
	height:auto;
	
}

.calltoaction
{
	width:68%;
	float:right;
}

.calltoaction-left
{
	width:20%;
	float:right;
	padding-left:5%;
}

.calltoaction-right
{
	width:75%;
	float:right;
}

.callicon
{
	width:100%;
	height:auto;
	text-align:right;
	
	
}

.callnumber
{
	
	font-family: 'Lato', sans-serif;
	font-weight:900;
	font-size:33px;
	color:#000000;
	text-align:right;
	letter-spacing:1px;
	padding-bottom:2px;
}

.freeconsultation
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#B89B47;
	text-align:right;
	letter-spacing:0px;
	
}

.banner-left
{
	width:55%;
	float:left;
	padding-top:100px;
	padding-left:3%;
}

.banner-right
{
	width:40%;
	float:right;
	padding-top:20px;
	padding-bottom:150px;
}

.banner-img
{
	width:100%;
	height:auto;
	margin-bottom:-120px;
	
}

.content-left
{
	border-left: medium solid #e3e3e3;
	padding-left:35px;
	width:24%;
	float:right;
	margin-top:30px;
	
	
	
   
}

.title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	letter-spacing:1px;
	font-size:26px;
	color:#000000;
	padding-bottom:20px;
}

.content-text
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#000;
	text-align:justify;
	line-height:24px;
	
	padding-bottom:20px;
}
	
.subtitle
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
}

.profile-img
{
	width:264px;
	height:auto;
	padding-bottom:20px;
}
	

.content-right
{
	width:68%;
	float:left;
	margin-top:30px;
	 
	 padding-right:35px;
	
	
	
   
}

.services-left
{
	width:47%;
	float:left;
}

.services-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}



.services-right
{
	width:47%;
	float:right;
}

.other-services
{
	border:medium solid #e3e3e3;
	margin-top:20px;
}

.other-services-container
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:3%;
	
	
}

.otherservices-left
{
	width:47%;
	float:left;
}

.otherservices-right
{
	width:47%;
	float:right;
}

.enquiry-container
{
	width:100%;
	background-image:url(../images/formbg.jpg);
	margin-top:40px;
}

.bar
{
	height:5px;
	background-color:#000;
}

.enquiry-title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:28px;
	color:#000000;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
}

.form-left
{
	width:30%;
	float:left;
	padding-right:5%;
}
.form-right
{
	width:30%;
	float:right;
	
}

.form-half-l
{
	width:35%;
	float:left;
}
.form-half-r
{
	width:65%;
	float:right;
}

.form{
	padding-left:0px;
	padding-right:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	padding-bottom:50px;
	padding-top:0px;
	font-weight:300;
}

input, textarea{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 3%; 
		width:96%; 
		height: 35px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
		font-weight:400;
		
		
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
.contactus-container
{
	width:100%;
	height:auto;
	
	background-color:#fff;
	margin-top:30px;
	padding-bottom:35px;
}

.bar2
{
	height:5px;
	background-color:#CCA876;
}

.title-white
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	letter-spacing:1px;
	font-size:26px;
	color:#000000;
	padding-bottom:20px;
	text-align:center;
	padding-top:30px;
}

.contactus-left
{
	width:50%;
	float:left;
}

.contactus-center
{
	width:50%;
	float:left;
}

.contactus-right
{
	width:50%;
	float:right;
}

.content-text-white
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
	
	padding-bottom:20px;
}

.mapframe
{
	border:thin solid #CCA876;
	
}

.footer-left
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:left;
		width:45%;
		padding-top:20px;
		padding-bottom:20px;
}

.footer-right
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:right;
		width:45%;
		text-align:right;
		padding-top:20px;
		padding-bottom:20px;
}

.testi-left
{
	width:47%;
	float:left;
}

.testi-right
{
	width:47%;
	float:right;
}

.testi-box
{
	border:medium solid #e3e3e3;
	margin-top:30px;
	padding:20px;
}

.testimonial
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
	text-align:justify;
}

.ad
{
	width:100%;
	height:auto;
	display:block;
}
}





@media (min-width:1500px)
{
	.header
{
	width:100%;
	height:auto;
	background-image:url(../images/headerbg-c.png);
	background-color:#FFF;
	margin:0px;
	padding:0px;
}

.topheader
{
	width:100%;
	height:auto;
	background-image:url(../images/headebg-white.png);
	padding-top:30px;
	padding-bottom:28px;
	border-top:5px solid #999639;

}

.mainbody
{
	width:60%;
	
	margin-left:auto;
	margin-right:auto;
	
}

.header-left
{
	width:47%;
	float:left;
}

.header-right
{
	width:25%;
	float:right;
	margin-top:20px;
}

.logo
{
	width:75%;
	height:auto;
	
}

.calltoaction
{
	width:45%;
	float:right;
}

.calltoaction-left
{
	width:20%;
	float:left;
	padding-left:0%;
}

.calltoaction-right
{
	width:80%;
	float:left;
}

.callicon
{
	width:100%;
	height:auto;
	text-align:right;
	
	
}

.callnumber
{
	
	font-family: 'Lato', sans-serif;
	font-weight:900;
	font-size:33px;
	color:#000000;
	text-align:left;
	letter-spacing:1px;
	padding-bottom:2px;
}

.freeconsultation
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#B89B47;
	text-align:left;
	letter-spacing:0px;
	
}

.banner-left
{
	width:50%;
	float:left;
	padding-top:80px;
	padding-left:0%;
}

.banner-right
{
	width:45%;
	float:right;
	padding-top:0px;
	padding-bottom:120px;
}

.banner-img
{
	width:100%;
	height:auto;
	margin-bottom:-120px;
	
}

.content-left
{
	border-left: medium solid #e3e3e3;
	padding-left:44px;
	
	width:23%;
	float:right;
	margin-top:30px;
	
	
	
	
   
}

.title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	letter-spacing:1px;
	font-size:26px;
	color:#000000;
	padding-bottom:20px;
}

.content-text
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#000;
	text-align:justify;
	line-height:24px;
	
	padding-bottom:20px;
}
	
.subtitle
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
}

.profile-img
{
	width:264px;
	height:auto;
	padding-bottom:20px;
}
	

.content-right
{
	width:69%;
	float:left;
	margin-top:30px;
	 
	 
	
	
	
   
}

.services-left
{
	width:47%;
	float:left;
}

.services-img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}

.bed-bug-cycle img{
    width: 50%;
}

.services-right
{
	width:47%;
	float:right;
}

.other-services
{
	border:medium solid #e3e3e3;
	margin-top:20px;
}

.other-services-container
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5%;
	padding-bottom:3%;
	
	
}

.otherservices-left
{
	width:47%;
	float:left;
}

.otherservices-right
{
	width:47%;
	float:right;
}

.enquiry-container
{
	width:100%;
	background-image:url(../images/formbg.jpg);
	margin-top:40px;
}

.bar
{
	height:5px;
	background-color:#000;
}

.enquiry-title
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:28px;
	color:#000000;
	text-align:center;
	padding-top:30px;
	padding-bottom:20px;
}

.form-left
{
	width:30%;
	float:left;
	padding-right:5%;
}
.form-right
{
	width:30%;
	float:right;
	
}

.form-half-l
{
	width:35%;
	float:left;
}
.form-half-r
{
	width:65%;
	float:right;
}

.form{
	padding-left:0px;
	padding-right:0px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	padding-bottom:50px;
	padding-top:0px;
}

input, textarea{
		border: 1px solid #dbe0e5; 
		background-color:#ffffff; 
		padding-left: 3%; 
		width:96%; 
		height: 30px; 
		margin-bottom:15px; 
		margin-bottom:15px; 
		font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#000;
		
		
		border-top-left-radius:4px; 
		border-top-right-radius:4px; 
		border-bottom-right-radius:4px; 
		border-bottom-left-radius:4px;
	}
	
	
	
.contactus-container
{
	width:100%;
	height:auto;
	
	background-color:#fff;
	margin-top:30px;
	padding-bottom:35px;
}

.bar2
{
	height:5px;
	background-color:#CCA876;
}

.title-white
{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	letter-spacing:1px;
	font-size:26px;
	color:#000000;
	padding-bottom:20px;
	text-align:center;
	padding-top:30px;
}

.contactus-left
{
	width:50%;
	float:left;
}

.contactus-center
{
	width:50%;
	float:left;
}

.contactus-right
{
	width:50%;
	float:right;
}

.content-text-white
{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	text-align:left;
	line-height:22px;
	
	padding-bottom:20px;
}

.mapframe
{
	border:thin solid #CCA876;
	
}

.footer-left
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:left;
		width:45%;
		padding-top:20px;
		padding-bottom:20px;
}

.footer-right
{
		font-family: 'Lato', sans-serif;
		font-weight:400;
		font-size:12px;
		color:#000;
		float:right;
		width:45%;
		text-align:right;
		padding-top:20px;
		padding-bottom:20px;
}

.testi-left
{
	width:47%;
	float:left;
}

.testi-right
{
	width:47%;
	float:right;
}

.testi-box
{
	border:medium solid #e3e3e3;
	margin-top:30px;
	padding:20px;
}

.testimonial
{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	color:#cca876;
	letter-spacing:0px;
	padding-bottom:20px;
	text-align:justify;
}

.ad
{
	width:100%;
	height:auto;
	display:block;
}
}

