.contact_details{
	text-align:center;
	padding: 50px 0;
}
.info_box h5 {
    background-image: url("../images/address-img.png");
    background-position: left center;
    background-repeat: no-repeat;
    font-family: raleway;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    padding-bottom: 14px;
    padding-left: 55px;
    text-align: left;
}
.info_box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
	padding-left: 55px;
    text-align: left;
}
.info_box.phone {
    background-image:url(../images/phn-img.png);
    background-position: left 5px;
    background-repeat: no-repeat;
}
.info_box.phone.mail {
	background-image:url(../images/mail-img.png);
}
.info_box.phone.mail a {
    color: #000;
    display: inline-block;
    font-family: raleway;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.information_contents {
    display: inline-block;
    margin: 0 15px;
    vertical-align: top;
    width: 368px;
}
/*--------------placeholder--------*/
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
   color:#000;
   opacity:1;
   font-size:14px;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder { 
   color:#000;
   opacity:1;
   font-size:14px;
}
input[type="text"]  :-ms-input-placeholder,
input[type="email"]  :-ms-input-placeholder {  
   color:#000;
   opacity:1;
   font-size:14px;
}
/*------------textare------*/
textarea:-moz-placeholder { 
   color: #000; 
   opacity:1; 
   font-size:14px;
}
textarea::-moz-placeholder {
   color: #000;  
   opacity:1;
   font-size:14px; 
}
textarea:-ms-input-placeholder {  
   color: #000;
   opacity:1; 
   font-size:14px;  
}
/*---------------------------------------*/
input[type="text"],
input[type="email"],
textarea {
    width:100%;
	color:#000;
}
table tr td{
	padding:15px 0;
}
.banner_bt a {
    font-size: 20px;
    min-width: 200px;
    padding: 10px;
}
.contact_bt {
	padding-top:25px;
}
.contact_bt > input[type="submit"] {
    background-color: #ec1d25;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: raleway;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 50px;
}
table tr:first-child td {
    padding-top: 0;
}
.form_inner h4 {
    font-family: lato;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 25px;
}
.sec_seprator {
    display: none;
}
@media only screen and (max-width: 1229px) {
	.information_contents {
		width: 280px;
	}
}
@media only screen and (max-width: 991px) {	
	.information_contents {
		width: 218px;
	}
	.info_box h5,
	.info_box .address_details,
	.info_box .address_details.phone {
    	padding-left: 45px;
	}
	.form_inner h4 {
		text-align: center;
		margin-bottom:10px;
	}
	.sec_seprator {
		display: block;
	}
	.contact_bt {
		text-align: center;
		padding-top: 15px;
	}
}
@media only screen and (max-width:767px) {	
	.information_contents {
		display: block;
		margin: auto;
		width:40%;
	}
	.information_contents + .information_contents {
		margin-top: 30px;
	}
}
@media only screen and (max-width:600px) {	
	.information_contents {
			width:50%;
		}
}
@media only screen and (max-width: 520px) {
	.contact_details {
		padding: 30px 0;
	}
	.information_contents {
		width: 90%;
	}
	
}