
.contact_sec2 {
	width:100%;
	height: 480px;
	background: #fff url("../images/malpractice_final_site_09.jpg") no-repeat right top;
	background-size:cover;
	position:relative;
}

.contact_sec2 .left_column {
	background: none;
	width: 100%;
	height: 480px;
}

.contact_sec2 .contact_form {
	margin: auto;
	color: #000;
	position:relative;
	top: 50px;
}

.contact_sec2 .input_1, .contact_sec2 .input_2 {
	border: solid 1px #c2c2c2;
}

.half_column {
	width: 50%;
	float: left;
	height: 0;
	position: relative;
	top: 120px;
}

.contact_details {
	width: 300px;
    line-height: 45px;
    float: right;
    margin-right: 374px;
    position: relative;
	bottom: 257px;
	font-size: 19px;
}

.icons::before {
	font-size:30px;
}

.icons {
	margin-left: 30px;
}

.contact_sec2 .left_column {
	height: auto;
}

@media screen and (max-width: 1500px){
	.half_column {
		width: 100%;
		height: auto;
		background-color: #f3f3f2;
		display: flex;
		justify-content: center;
		margin-top: -180px;
	}
	.contact_sec2 .left_column {
		
		height: 480px;
	}
	.contact_details {
		position: static;
		display: block;
		margin:0;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.contact_details>p {
		margin-right: 20px;
	}
	
	.contact_sec2 .left_column {
		background-color: #f3f3f2;
	}
	
}

@media screen and (max-width: 1250px){
	
	
}