
.coontact-form
{
	
	background: white;
	position: absolute;
	width:50%;
	min-width:600px;
	
	left:15%;
	/* transform: translate(-50%,-55%); */
	
	padding:20px 5px;
	box-sizing: border-box;
	border-radius: 8px;
	text-align: center;
	
}

.coolumn {
  float: left;
  width: 35%;
  padding: 10px;
  background-color:#00b386;
  font-size:14px;
 
}
.coolumn1 {
  float: left;
  width: 50%;
  padding: 10px;
  font-size:14px;
  height: 5px; 
}


.roow:after {
  content: "";
  display: table;
  clear: both;
  padding:5px;
}

img1
{
  height: 150px;
  width : 150px; 
  
 
}
