/* Spacing utilities used across Praja Sarathi pages */
.p-t-0 { padding-top: 0 !important; }
.p-t-40 { padding-top: 40px !important; }
.p-t-60 { padding-top: 60px !important; }
.p-t-80 { padding-top: 80px !important; }
.p-t-100 { padding-top: 100px !important; }
.p-t-115 { padding-top: 115px !important; }
.p-t-120 { padding-top: 120px !important; }
.p-t-125 { padding-top: 125px !important; }

.p-b-0 { padding-bottom: 0 !important; }
.p-b-60 { padding-bottom: 60px !important; }
.p-b-70 { padding-bottom: 70px !important; }
.p-b-80 { padding-bottom: 80px !important; }
.p-b-100 { padding-bottom: 100px !important; }
.p-b-120 { padding-bottom: 120px !important; }

.m-t-15 { margin-top: 15px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-t-40 { margin-top: 40px !important; }
.m-t-50 { margin-top: 50px !important; }
.m-t-60 { margin-top: 60px !important; }

.m-b-0 { margin-bottom: 0 !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-b-50 { margin-bottom: 50px !important; }
.m-b-60 { margin-bottom: 60px !important; }

@media (max-width: 991px) {
	.p-t-md-80 { padding-top: 80px !important; }
	.p-b-md-80 { padding-bottom: 80px !important; }
	.p-t-lg-80 { padding-top: 80px !important; }
}

@media (max-width: 767px) {
	.p-t-xs-60 { padding-top: 60px !important; }
	.p-t-xs-80 { padding-top: 80px !important; }
	.p-b-xs-80 { padding-bottom: 80px !important; }
}
