/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
  
    
}
/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) { 
    
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
 .heading-section h2 {
	font-size: 30px;
}
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
    .main-left {
	margin-bottom: 20px;
}
.contact-info {
	margin-bottom: 15px;
}
    
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

}
@media only screen and (max-width: 480px) { 
	.heading-section h2 {
	font-size: 34px;
}
.main {
	padding: 40px 0px;
}
.gov-img a img {
	margin-left: 0;
}
.wrapper-1 {
	width: 100%;
	height: 270px;
}
}
