.header-image
{
	background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-color: #fff;
    background-repeat: repeat-x;
    height: 500px;
  
}
.intellyze-products-header-title h1
{
	font-size: 52px;
    font-weight: bold;
}
.intellyze-products-header-title { color: #fff; padding: 15% 0px 2%; }
.intellyze-address li
{
	line-height: 35px;
    font-size: 20px;
    font-weight: 400;
    list-style: none;
    margin-bottom: 1em;
}
.location:before
{

    content: "";
    background-image: url(../img/placeholder.svg);
    left: 0;
    margin-right: 8px;
    position: absolute;
    background-size: 40px 40px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}
.mail:before
{
	content: "";
    background-image: url(../img/e-mail-envelope.svg);
    left: 0;
    margin-right: 8px;
    position: absolute;
    background-size: 33px 33px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}
.intellyze-phone:before
{
    content: "";
    background-image: url(../img/phone-call.svg);
    left: 0;
    margin-right: 8px;
    position: absolute;
    background-size: 33px 33px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
}
#Name { 
    background-image: url(../img/user-black-close-up-shape.svg);
    background-repeat: no-repeat;
    background-position: 5px 7px;
     background-size: 20px 20px;
 }
 .intellyze-contact input[type="text"],  .intellyze-contact .form-control { padding-left: 40px; }
 #Email_Id
 {

 	background-image:url(../img/email-filled-closed-envelope.svg);
    background-repeat: no-repeat;
    background-position: 5px 7px;
    background-size: 20px 20px;
 }
 #Phone 
 {
	background-image:url(../img/call-answer.svg);
    background-repeat: no-repeat;
    background-position: 5px 7px;
    background-size: 20px 20px;
 }
  #Message
 {

 	background-image: url(../img/info.svg);
    background-repeat: no-repeat;
    background-position: 5px 7px;
    background-size: 20px 20px;
 }
 .intellyze-contact input[type="text"],
 .intellyze-contact .form-control
 {
 	border: 1px solid #d6d6d6;
    width: 100%;
    max-width: 500px;
    border-radius: 0;
 }
 .intellyze-contact .btn-1
 {
 	width: 100%;
    max-width: 250px;
    padding: 15px 28px 14px;
    background:#312f3a;
    border-color: #312f3a;
    font-weight: 600;
 }
  .intellyze-contact textarea
 {
 	height: 200px;
 }
 .contact-sub-title
 {
 	text-transform: capitalize;
    font-weight: 400;
    color: #484848;
}
 .intellyze-contact .form-control:focus { border:1px solid #00ff00; box-shadow: none; }
 .intellyze-address{ margin-top: 0.2em; }
 @media(max-width:1024px)
 {
	 .intellyze-products-header-title { padding-top:30%; }
 }
 @media(max-width:991px)
 {
    .intellyze-address { margin-top: 3em; }
     .intellyze-contact input[type="text"], .intellyze-contact .form-control { max-width: 100%; }
 }
 @media(max-width:800px)
{
	.intellyze-products-header-title { padding-top:40%; }
}
 @media(max-width:768px)
 {
	 .intellyze-products-header-title { padding:0px; }
 }
 @media (max-width: 576px)
 {
 	
 .location:before, .mail:before, .intellyze-phone:before
 {
   left: 15px;
    margin-right: 15px;	
 }

   
 }