
.pro_restric {
	padding: 40px 0px;
}
.pro_restric ul {
	text-decoration: none;
	list-style: none;
}
.pro_restric h2 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,"sans-serif";
	color: #676767;
	margin-bottom: 20px;
	font-size: 1.7rem;
	font-weight: 600;
}
.pro_restric h3 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,"sans-serif";
	color: #676767;
	font-size: 1.4rem;
	font-weight: 300;
	margin-bottom: 20px;
}
.pro_restric 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;
}
.pro_restric h5 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,"sans-serif";
	color: #636363;
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 20px;
}
.pro_restric_text {
	padding-left: 100px;
	box-sizing: border-box;
}

@media screen and (max-width : 991px) {
	.pro_restric_text {
		padding-left: 50px; 
	}
	
	#sub-navigation .navbar-toggler {
		margin-left: 0px;
	}
}

@media screen and (max-width : 425px) {
	.pro_restric ul {
		padding-left: 20px; 
	}
}