.contactcontent-container{
	float:left;
	width:100%;
	position:relative;
	clear:both !important;
	padding: 0;
	margin: 30px 0 50px 0;
}

.contactcontent{
	width:100%;
	max-width:1440px;
	margin:0 auto; 
}

.contactcontent h3{
	float: left;
	width:100%;
	text-align: center;
	font-size: 32px;
	line-height: 42px;
	color: #282828;
	background-color: #e2e2e2;
	padding: 15px 30px 30px 30px;
	font-weight: 400;
}

.contactbanner-container{
	float:left;
	width:100%;
	position:relative;
	clear:both !important;
	padding: 0;
	text-align: center;
	height: 577px;		
}

.contactbanner-mobile{display: none;}


.contactbanner{
	width:100%;
	max-width:1920px;
	margin:0 auto; 
}

.contactbanner-text{
	position: absolute;
	left: 0;
	bottom:8%;
	margin: 0 auto;
	width:100%;
	padding: 10px 0;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
	background: rgb(0, 0, 0, 0.6);
}


.contactbody{margin: 0 auto; width: 1440px; background-color: #fff;}

.contact-text{
	float: left;
	width:100%;
	color: #282828;
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
	margin-top: 20px;
}

.address{
	
	width:50%;
	margin:10px auto 30px auto;
}

.address h4{
	float: left;
	width:100%;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 36px;
	line-height: 42px;
	color: #282828;
	font-weight: 500;
	margin-bottom: 15px;
}

.address p{
	float: left;
	width:100%;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 32px;
	color: #282828;
	margin: 20px 0 50px 0;
}


.email-details{
	float: left;	 
	width:48%;
	margin-bottom: 20px;
}

.phone-details{
	float: right;	 
	width:48%;
	margin-bottom: 20px;
}

.address-icon{	
	 float: left;
	text-align: center;
	width:auto;
}

.address-text{
	float: left;
	margin-left: 5px;
	 
	width:75%;
	color: #282828;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	margin-top: 11px;
}

.address-text a{
	text-decoration: underline;	 
	color: #282828;
}


.map{
	float: left;
	width:50%;
}

.map iframe{
	height: 500px; width:600px
}

.form-container{
	margin: 30px auto 50px auto;
	width:60%;
	
}

.form-height{
	float:left;
	width:100%;
	height: 25px;
	background-color: #f5f5f5;
}

.enquiry-form{
	float: left;
	width:100%;
	color: #282828;
	font-size: 32px;
	line-height: 40px;
	padding: 10px 0 2px 5px;
	font-weight: 300;
	 
	border-bottom: 1px solid #282828;
	margin-top: 20px;
}

.columns{
	float: left;
	width:100%;
	padding: 20px 0 20px 60px;
	background-color: #f5f5f5;
}

.form-field{
	float: left;
	width:45%;
	margin-left: 0px;
}

.form-field2{
	float: left;
	width:45%;
	margin-left: 24px;
}

.form-field3{
	float: left;
	width:93%;
	margin-left: 0px;
}

.textarea-field{
	float: left;
	width:93%;
	margin-left: 0px;
	height: 100px;
	padding: 10px;
	color: #282828;
	font-size: 14px;
	line-height: 20px;	 
	font-weight: 300;
	border: 1px solid #dbdbdb;
	 
}

.text-field{
	float: left;
	width:100%;
	color: #282828;
	font-size: 14px;
	line-height: 20px;	 
	font-weight: 300;
	border: 1px solid #dbdbdb;
	padding: 10px;	
}
 
.service-dropdown{
	width:100%; 
	color:#282828;	
	font-size:14px;
	line-height: 20px;
	background-color:#fff;
	border:1px solid #dbdbdb; 
	padding: 10px;
	font-weight: 300;
}




.submit{
	float: left;
	width:18%;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	 border: 1px solid #fff;
	font-weight: 300;
	padding: 7px 0;
	background-color: #eb8d33;
	margin-right: 5px;
}

.contactfrm .php-email-form {
  width: 100%;
  background: #fff;
}

.contactfrm .php-email-form .form-group {
  padding-bottom: 8px;
}

.contactfrm .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contactfrm .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contactfrm .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.error-msg {
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.done-message {
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}


.contactfrm .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contactfrm .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

/*.contactfrm .php-email-form input,
.contactfrm .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contactfrm .php-email-form input:focus,
.contactfrm .php-email-form textarea:focus {
  border-color: #5fcf80;
}

.contactfrm .php-email-form input {
  height: 44px;
}

.contactfrm .php-email-form textarea {
  padding: 10px 12px;
}

.contactfrm .php-email-form button[type=submit] {
  background: #5fcf80;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contactfrm .php-email-form button[type=submit]:hover {
  background: #3ac162;
}*/
.success {
	color: #00f;
	/*font-weight: bold; */
	font-size: 1.2em;
}
.error {
	display: block;
    text-align: left;
}
.error_msg{
	font-size: 14px;
	color: #f00; 
	float:left;
	padding-left:4px;
	padding-top:4px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1600px) {
 
.contactbanner-container img{width:100%;}

.contactbanner-container{height: 480px;}
	
}


@media screen and (max-width: 1440px) {
	
.contactbody, .contactcontent{width:100%; padding: 0 20px;}

.address{ margin:10px auto 30px auto;}
	
.map{width:46%;}

.contactbanner-container{height: 432px;}

}


@media screen and (max-width: 1368px) {
 
 
	
.contactbanner-container{height: 405px;}
	
.address h4{font-size: 28px; line-height: 34px;}

.address p, .address-text{font-size: 18px; line-height: 24px;}
	

.enquiry-form{ 
	font-size: 24px;
	line-height: 30px; 
}
	
.text-field{font-size: 14px; line-height: 20px;}
	
.submit{font-size: 16px; line-height: 20px;}
	
 
	
.contactbanner-text{	
	font-size: 32px;
	line-height: 40px;
	padding: 6px 0;
}

}

@media screen and (max-width: 1280px) {

.contactbanner-container{height: 384px;}

.contactcontent{padding: 0;}	

}



@media screen and (max-width: 1024px) {

.contactbanner-container{height: 308px;}
	
.address{width:55%; margin: 60px auto 0 auto;}
	
.map{width:53%; float: right;}
	
.map iframe{width: 100%; height: 400px;}
	
.address h4{font-size: 24px; line-height: 32px;}
	
.address-icon img{width:65%;}
	
.form-container{width:80%;}
	
	
}



@media screen and (max-width: 980px) {

.contactbanner{display: none;}
	
.contactbanner-container{height: 300px;}

.contactbanner-mobile{
	position: relative;
	display: block;
	float: left;
	width:100%;
	background-image:url("../images/contact-us/contact-banner-mobile.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 300px;
}
	
.address{width:65%; margin: 30px auto 0 auto;}
	
	
}

@media screen and (max-width: 800px) {

.form-container{width:90%;}

	
.address{width:75%; }
	
	
}

@media screen and (max-width: 768px) {

.form-container{width:100%;}

	
	
}


@media screen and (max-width: 660px) {

.columns{padding:10px 0 10px 20px;}
	
.address{width:95%; }
	
}



@media screen and (max-width: 603px) {

 
.address{width:100%; }
	
.address-icon{text-align: right;}
	
}

@media screen and (max-width: 414px) {

	.email-details, .phone-details{width:100%;}
	
}


@media screen and (max-width: 360px) {

.columns{padding:10px 5px 10px 10px;}
	
	
}