body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: unset;
    line-height: unset;
    color: unset;
   background-color: #e4edf2;
}

#loginForm {
	background: transparent;
}

#phoneNumbers {
	display: none;
}


.main-header #menu li a {
	background: none;
}


#menu li a:hover, .home #menu li#home a, .single #menu li#single a, .dropdown #menu li#dropdown a, .dropline #menu li#dropline a, .flyout #menu li#flyout a, .support #menu li#support a, .contact #menu li#contact a, #menu li a.active {
	background: none;
}


.main-header #menu {
	border-bottom: none;
}


.img-fluid.img-main-logo {
	height: 120px;
	width: 120px;
	max-width: 120px;
	margin: 6px 0;
}


.main-header #menu li a {
	padding: 0 12px 12px;
}

.main-header #menu {
	margin: 0;
}

.navbar.navbar-expand-lg.p-0 {
	align-items: flex-start;
}

.main-header #menu li:last-child a {
	padding-right: 0;
}

.inner-row .box {
	width: 50%;
	margin: 10px 10px 10px 0;
}

.jobspage .inner-row {
	display: flex;
	margin-top: 40px;
}

.table-top {
	display: flex;
	margin-bottom: 16px;
	justify-content: space-between;
}

.title-text {
	font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
}


.table-top select {
	padding: 0 14px;
	border: 1px solid #dbdbdb;
	font-size: 15px;
	height: 43px;
}

.para-text {
	font-size: 16px;
	color: #777;
	line-height: 28px;   
}


.sampletable td {
	border: 1px solid #dee2e6;
	padding: 10px !important;
	text-align: center;
	line-height: 20px;
	color: #ef8523;
	font-size: 13px;
}


.srnumber {
	font-size: 18px;
	font-weight: bold;
	margin: 14px 0;
}


.sampllist {
	padding: 0 10px;
	margin: 0;
	line-height: 18px;
	font-size: 12px;
}


.sampllist li {
	margin: 6px 0;
}


.serialText {
	font-size: 15px;
	color: #9c0c4a;
	margin-top: 20px;
}


.inputInrow {
	display: flex;
	width: 100%;
}

.inputInrow .form-group {
	width: 49%;
	margin: 0 10px 2rem 0;
}


.form-control[name="companyPhoneCode"] {
	width: 40px;
}


.videosColors .primary_color {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49%;
	color: white;
	margin: 1px;
	font-size: 17px;
	padding: 0;
}

.videosColors {
	display: flex;
	flex-flow: row wrap;
}


#slider {
	width: auto;
	background-image: url(/images/slideBg0.jpg);
	background-position: top left;
	margin-top: 5px;
	margin-left: 10px;
	height: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #FFF;
	font-size: 24px;
	text-shadow: #555 2px -2px 0px;
	overflow: hidden;
	float: none;
}

.companyLogo {
	border: 1px solid #ccc;
	margin-bottom: 28px;
	width: 42%;
}



.wizardTabs {
	display: flex;
	font-size: 15px;
	margin: 50px 0 40px;
}


.tabWz {
	background: #a8184b;
	padding: 16px 0;
	color: #fff;
	width: 288px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	margin-right: 70px;
	border-radius: 30px;
}


.tabWz.active {
	background: #117c8d;
}

.form-group.step2 {
	display: none;
}

.form-group.step3 {
	display: none;
}

.tabWz.step2 {
	position: relative;
}

.tabWz.step2::after {
	content: "";
	height: 2px;
	display: block;
	background: #a8184b;
	position: relative;
	top: -8px;
	width: 70px;
	left: -70px;
}

.tabWz.step2::before {
	content: "";
	height: 2px;
	display: block;
	background: #a8184b;
	position: absolute;
	top: 23px;
	width: 70px;
	right: -70px;
}


#menu li {
	list-style-type: none;
}


#job-history th {
	vertical-align: middle;
	background: no-repeat;
	color: black;
}

#allJobs {
	height: 850px;
	overflow-y: scroll;
}

div#big-logo {
    z-index: 1;
}
.dealer-text-box {
    z-index: 1;
}