@font-face{
	font-family: "OpenSans-Light";
	src: url(../source/fonts/OpenSans-Light.ttf) format("truetype");
}
.newslettercontent{
    margin-bottom: 0;
}
.contact{
	background-color: #fff;
padding: 0 30px;
}
.contacttitle {
  width: inherit;
  margin: 0 auto;
  text-align: center;
}
.contactleftside{
  position: relative;
  overflow: hidden;;
}
.contactleftside img{
  width: 100%;
}
.contact-form>h1{
	margin-top: 5%;
 text-align: center;
	font-family: "OpenSans-Light";
}
.group-coustume{
    position: absolute;
    left: 0;
    margin: 30px 0 0 0;
}
.leftside > img{
	position: absolute!important;
    max-width: 696px;
}
.contact-form{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
    width: 50%;
    margin-left: 13%;
}
.name-form{
width: 100%;
background: none;
background-color: none;
margin-bottom: 20px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid #636363;
border-radius: 0px;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
}
.email-form{
width: 100%;
background: none;
background-color: none;
margin-bottom: 20px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid #636363;
border-radius: 0px;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
}
.subject-form{
width: 100%;
background: none;
background-color: none;
margin-bottom: 20px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 1px solid #636363;
border-radius: 0px;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
}
.message-form{
width: 100%;
margin-bottom: 20px;
 
}
.btn-submit{
	margin-left: 75%;
}

 .google-maps{
    padding-left: 50%;
    padding-top: 190px;
    margin-bottom: 10%;
    max-width: 1349px;
 
 }
.google-maps{
  margin: 50px 0 100px 0;
  width: 49%;
  overflow:hidden;
  padding-bottom:30%;
  position:relative;
  height:0;
}
.google-maps iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}
 #googleMap{
    max-width: 90%;
 
 }
 @media screen and (min-width: 980px) and (max-width: 1279px){
.group-coustume{
    top:30px;
}
}
 @media screen and (min-width: 768px) and (max-width: 979px){
.group-coustume{
    top:80px;
} 
.group-coustume>input{
    margin-bottom: 10px;
} 
 .group-coustume>textarea{
        height: 50px;
    }
 }
 @media screen and (min-width: 677px)and (max-width: 767px){
.group-coustume{
    top:60px;
}
 .group-coustume>textarea{
        height: 40px;
    }
.group-coustume>input{
    margin-bottom: 10px;
}
.message-form{
    margin-bottom: 10px;
}
 }
 @media screen and (max-width: 676px){
      .google-maps{
    padding-left: 0px;
    height:500px;
 } 
  #googleMap{
    max-width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:90%;
 
 } 
 .contact-form{
    width: 100%;
    margin: 0px;
    padding: 0px;
 }
 .group-coustume{
width: 50%;
text-align: center;
display: block;
margin-left: 10%;
 }
 }
 @media screen and (max-width: 500px){

    .group-coustume>button{
        text-align: center;
        margin: 0px;
    }
 }
 @media screen and (max-width: 461px){
    .contact-form>h1{
    margin-top: 3%;
    font-size: 20px;
}
.group-coustume{
   top: 80px;
}
 }
@media screen and (max-width: 400px){
    .group-coustume>input{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 376px){
    .group-coustume{
        top:60px;
    }
    .group-coustume>textarea{
        height: 40px;
    }
}

#returnmessage{
font-size:14px;
color:green;
text-align:center;
}

@media (max-width: 981px) {
  .contactleftside {
    display: block;
    margin: 0 0 0 0;
    height: auto;
  }
  .contactleftside img {
    margin: 90px 0 0 0;
    min-height: 500px;
    max-height: 600px;
  }
  .google-maps {
    display: block;
    width: 80%;
    margin: 30px auto;
    padding-top: 0;
  }
  .google-maps iframe {
    position: relative;
    width: 100%;
  }
  .group-coustume {
    top: 110px;
  }

}

/* For Tablets */
@media (min-width: 982px) {
  .contactleftside {
    max-width: 50%;
    margin: 50px 0 0 0;
    display: inline-block;
    float: left;
  }
  .contactleftside img {
    height: 500px;
  }
}