/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 10 2025 | 07:43:06 */
.job-tab .col-1 {
	width: 25%;
}

.job-tab .col-2 {
	width: 75%;
}
@media screen and (max-width:1024px) {
	.job-tab .col-1 {
		width: 30%;
	}
	.job-tab .col-2 {
		width: 70%;
	}
}
@media screen and (max-width:767px) {
	.job-tab .col-1 {
		width: 100%;
		margin-bottom: 10px;
	}
	.job-tab .col-2 {
		width: 100%;
	}
	.job-tab .col-1 h6 {
		text-align: left;
	}
}

.job-tab .col-2 ul {
	padding-left: 16px;
}

.job-tab .col-2 ul li::marker {
	color: var(--e-global-color-b7381c4);
}

.job-tab .row {
	border-bottom: 1px solid var(--e-global-color-6e1cebc);
}
.job-tab .row:first-child {
	border-top: 1px solid var(--e-global-color-6e1cebc);
	border-bottom: 1px solid var(--e-global-color-6e1cebc);
}

.job-tab .e-n-tabs-heading {
	justify-content: start !important;
}

.job-tab button {
	min-height: 72px;
	min-width: calc(25% - 3px);
	max-width: calc(25% - 3px);
}
@media screen and (max-width:740px) {
	.job-tab button span {
		line-height: var(--e-global-typography-0a840eb-line-height);
	}
	.job-tab button {
		min-height: 56px;
		max-height: 56px;
		min-width: calc(33.333% - 2.666px);
		max-width: calc(33.333% - 2.666px);
	}
}
@media screen and (max-width:580px) {
	.job-tab button span {
		line-height: var(--e-global-typography-0a840eb-line-height);
	}
	.job-tab button {
		min-height: 56px;
		max-height: 56px;
		min-width: calc(50% - 2px);
		max-width: calc(50% - 2px);
	}
}