.row-contact{
	background-image: url('../img/contact-us-banner.png');
  	background-repeat: no-repeat;
  	background-size: cover;
  	height: 500px;
}
.set-content{
	margin-right: 10%;
	margin-top: 155px;
}
.how-can-we{
  font-size: 50px;
  font-family: "Lato-Lig";
  color: rgb( 255, 255, 255 );
  line-height: 1.2; 
}
.help-u{
	color: rgb( 40, 224, 158 );
}
.future {
  font-size: 20px;
  font-family: "Lato-Lig";
  color: rgb( 255, 255, 255 );
 	margin-top: 15px;
  margin-bottom: 25px;
}

.chat {
  font-size: 20px;
  padding-right: 35px;
  padding-left: 35px;
  margin-right: 8px;
  border: 1px solid #28e09e;
}
.call {
  font-size: 20px;
  height: 49px;
  padding-right: 35px;
  padding-top: 12px;
  padding-left: 35px;
  border-radius: 5px;
  border: 1px solid;
  margin-left: 8px;
}
.call:hover{
	color: #FFF;
	border: 1px solid #28e09e;
}
.bg-col{
	background: #F9F9F9;
}
.detail-box{
	padding-top: 30px ;
	 padding-bottom: 30px;
}
.get-in-touch {
  font-size: 30px;
  font-family: "Lato";
  color: rgb( 82, 82, 82 );
  font-weight: bold;
  padding-top: 20px ;
  padding-bottom: 45px;
}
.get-in-det{
padding-top: 10px ;
  padding-bottom: 10px;
}
.det-space{
	margin-left: 15px;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact select,
#contact button[type="submit"] {
  font: 400 12px/16px "Lato";
}
#contact {
  background: #F9F9F9;
  padding-top: 30px ;
  margin-right: 25%;
  padding-bottom: 30px;
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;


  font-size: 30px;
  font-family: "Lato";
  color: rgb( 40, 224, 158 );
  font-weight: bold;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 15px;
  font-family: "Lato";
  color: rgb( 185, 185, 185 );
  font-weight: bold;
  line-height: 1.53;
  text-align: left;

}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact select {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  color: #888;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact textarea:hover,
#contact select:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 217px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  border-radius: 5px;
  background: rgb( 40, 224, 158 );
  color: #FFF;
  margin: 0 0 5px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  border-color: rgb( 40, 224, 158 );
}


#contact button[type="submit"]:hover {
  border-radius: 5px;
  background: rgb( 40, 224, 158 );
  color: #FFF;
  border-color: rgb( 40, 224, 158 );
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
   border-radius: 5px;
  background: rgb( 40, 224, 158 );
  color: #FFF;
  border-color: rgb( 40, 224, 158 );
}


#contact input:focus,
#contact textarea:focus,
#contact select:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
.g-map{
	width:100%;height:356px;
}