
.pro_req {
	padding: 40px 0px;
}
.pro_req_text {
	padding-left: 115px;
	box-sizing: border-box;
}

.pro_req ul {
	text-decoration: none;
	list-style: none;
}
.pro_req h2 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,"sans-serif";
	color: #676767;
	margin-bottom: 15px;
	font-size: 1.7rem;
	font-weight: 600;
}

.pro_req h4 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,"sans-serif";
	color: #666666;
	font-size: 1.3rem;
    margin-bottom: 20px;
    margin-top: 21px;
	font-weight:600;
}

.pro_req h3 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,"sans-serif";
	color: #676767;
	font-size: 1.4rem;
	font-weight: normal;
	margin-bottom: 15px;
}

.pro_req h5 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,"sans-serif";
	color: #676767;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 15px;
}

@media screen and (max-width : 991px) {
	.pro_req ul {
		padding-left: 25px;
	}
	.pro_req_text {
		padding-left: 40px;
		padding-right: 40px;
	}
		
	#sub-navigation .navbar-toggler {
		margin-left: 0px;
	}
}
