
/* responsive  Document */
@media (min-width: 980px) and (max-width: 1220px) {
.banner-text {
	margin-bottom: 70px;
}
}
@media (max-width:971px){
	.banner-text img {
		display:none;
}
}
@media (max-width: 768px) {
.form-container {
	width: 100%;
}
.banner-text {
	margin-bottom: 70px;
	margin-top: 0px;
}
#banner {
	position: relative;
	background-attachment: fixed;
}
.overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.39);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
img {
	max-width: 100%;
}
.support-img {
	margin-top: 50px;
}
}

@media (max-width: 560px) {
h1 {
	font-weight: 600;
	color: #014397;
	font-size: 28px;
	text-transform: capitalize;
}
h2 {
	font-size: 26px;
	margin-top: 15px;
}
h3 {
	font-size: 25px;
}
br {
	display: none;
}
.logo{
	text-align:center;
}
.form-container{
	width:100%;
}
.banner-text {
	margin-bottom: 70px;
	margin-top: 0px;
}
#banner {
	position: relative;
	background-attachment:fixed;
}
.overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.39);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.header-social{
	margin-top:30px;
}
.header-social p{
	text-align:center;
}
.support-img {
	margin-top: 50px;
}
.work_block {
	margin-bottom: 30px;
}
.support-text ul>li{
	font-size:14px;
	
}

}

@media (max-width:376px) {
h1 {
	font-size: 25px;
}
h2 {
	font-size: 25px;
}
#banner {
	padding: 55px 0px;
}
}

@media (max-width:345px) {
h1 {
	font-size: 22px;
	margin-bottom: 5px;
}
h2 {
	font-size: 20px;
}
h3 {
	margin-top: 40px;
}
.form-para p {
	padding: 30px 16px;
}
}
