#Request-pg section{
    position: relative;
}

#Request-pg .container{
	padding: 50px;
	/*border: 1px groove #25388e;*/
	border-style: ridge;
	border-color: #3EC1D5;
	margin-bottom: 20px;
}

#Request-pg form{
	padding-bottom: 50px;
}

#Request-pg #banner2.small {
    height: 300px;
}

#Request-pg #banner2 {
	display: flex;
	/*align-items: center;*/
    flex-direction: column;
    justify-content: center;
	width: 100%;
    background-image: url(../../Images/Requests/request.png);
	background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center;
}

#Request-pg .patteren {
	display: table;
    background: url(../../Images/Requests/request.png) repeat;
	background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#Request-pg .patteren .title{
	display: table-cell;
	vertical-align: middle;
    text-align: left;
	padding-top: 100px;
}

#Request-pg .patteren h2 {
	margin-left: 100px;
	line-height: 48px;
	font-weight: bolder;
	display: inline-block;
	color: #fff;
	font-family: 'Lucida Calligraphy';
}

#Request-pg .form-group .col-form-label {
	font-size: 14px;
}

#Request-pg form .row {
	display: flex;
	width: auto;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
#Request-pg form .row .col-sm-8{
	justify-content: center;
	margin-left: 0;
	margin-right: 0;
}

#Request-pg .input-group {
	margin: auto;
}

#Request-pg .input-group-btn{
	width: auto;
	margin: 10px;
	font-size: 16px;
	font-weight: 500;
}

#Request-pg .col-md-6.col-form-label{
	width: 20%;
}

#Request-pg .col-md-6 {
	width: 50%;
}

@media (max-width: 992px) {
	#Request-pg .patteren h2 {
		margin-left: 20px;
		font-size: 30px;
	}
}

@media (max-width: 678px) {
	#Request-pg .patteren h2 {
		margin-left: 20px;
		font-size: x-large;
	}
}

@media (max-width: 660px) {
	#Request-pg .col-md-6.col-form-label {
		width: 50%;
		padding: 0;
	}
	#Request-pg .col-md-6 {
		width: 70%;
		padding: 0;
	}
	.col-md-12{
		width: 100%;
	}
}

@media (min-width: 661px) and (max-width: 991px) {
	#Request-pg .col-md-6.col-form-label {
		width: 30%;
		padding: 0;
	}
	#Request-pg .col-md-6 {
		width: 50%;
		padding: 0;
	}
	.col-md-12{
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.col-md-6{
		width: 50%;
	}
}



/*Responsive For Mob*/

@media only screen and (max-width: 600px) {
	#Request-pg .container{
		padding: 50px 10px;
	}
	#Request-pg .col-md-6.col-form-label{
		width: 30%;
		font-size: 12px;
	}
	.form-control{
		width: 100% !important;
	}
	#fileselect .select2-container{
		width: 100% !important;
	}
	#Request-pg .input-group-btn{
		font-size: 12px;
	}
}