@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility
}
a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, section, small, span, strike, strong, sub, sup, tt, ul, var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}
html {
	min-height: 100%;
	position: relative
}
body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	color: #919191;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	background: #fff;
	line-height: 1.5;
	letter-spacing: .5px
}
a, button {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: 0;
	display: inline-block;
	text-decoration: none;
	cursor: pointer
}
button:focus {
	outline: 0 dotted;
	outline: 0 auto -webkit-focus-ring-color
}
a:hover {
	text-decoration: none
}
.clear {
	clear: both
}
h1 {
	clear: both;
	color: #363636;
	font-size: 40px;
	padding: 0
}
h2 {
	color: #2d2d2d;
	font-size: 35px;
	padding: 0 0 15px;
	position: relative;
	font-weight: 700
}
h3 {
	color: #2d2d2d;
	font-size: 26px;
	padding-bottom: 15px;
	font-weight: 700
}
h4 {
	color: #2d2d2d;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: 700
}
h5 {
	color: #2d2d2d;
	font-size: 20px;
	padding-bottom: 10px
}
h6 {
	color: #2d2d2d;
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: 700
}
.dflex {
	display: flex
}
.alignItemCenter {
	align-items: center
}
.justifyContentCenter {
	justify-content: center
}
.dTable {
	display: table;
	width: 100%
}
.dTcell {
	display: table-cell;
	vertical-align: top
}
.valm {
	vertical-align: middle
}
.relative {
	position: relative
}
.radius2 {
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}
.radius3 {
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px
}
.radius5 {
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}
.radius6 {
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}
.SideLradius3 {
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}
.SideRradius3 {
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}
.downRradius3 {
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px
}
.SideRradius5 {
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0
}
.radius10 {
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
}
.fullradius {
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%
}
.radius3 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px
}
.radius0 {
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0
}
.no-padding {
	padding: 0!important
}
.no-margin {
	margin: 0!important
}
.pad_10-20 {
	padding: 10px 20px
}
.pad-15 {
	padding: 15px
}
.p-v-20-30 {
	padding: 20px 0 30px 0
}
.p-t-30 {
	padding: 30px 0 0 0
}
.p-v-75 {
	padding: 75px 0
}
.padding_60_20 {
	padding: 0 20px 0 60px
}
.padding_20_60 {
	padding: 0 60px 0 20px
}
.padding_33_30 {
	padding: 0 33px 0 30px
}
.p-v-10 {
	padding: 10px 0
}
.pad_30 {
	padding: 30px
}
.padding_60_30 {
	padding: 0 30px 25px 60px
}
.padding_15_30 {
	padding: 0 30px 25px 15px
}
.pad_0_31 {
	padding: 0 31px
}
.pad_0_30_0 {
	padding: 0 30px 0 0
}
.pad_15_hor {
	padding: 0 15px
}
.pad_10_hor {
	padding: 0 10px
}
.pad_20_hor {
	padding: 0 20px
}
.pad_30_hor {
	padding: 0 30px
}
.p-h-30 {
	padding: 0 30px
}
.p-h-30 {
	padding: 0 20px
}
.pad_30_ver {
	padding: 30px 0
}
.pad-v20 {
	padding: 20px 0!important
}
.pad-v15 {
	padding: 15px 0
}
.p-v-30 {
	padding: 30px 0
}
.p-v-40 {
	padding: 40px 0
}
.p-v-60 {
	padding: 60px 0
}
.p-v-60-30 {
	padding: 60px 0 30px
}
.pad-20-10 {
	padding: 20px 10px
}
.pad_0_30_0_80 {
	padding: 0 30px 80px 30px
}
.pad_0_15_0_30 {
	padding: 0 15px 30px 15px
}
.p-b-10 {
	padding-bottom: 10px!important
}
.p-h-40 {
	padding: 0 40px
}
.p-l-10 {
	padding-left: 10px
}
.p-l-15 {
	padding-left: 15px
}
.p-l-25 {
	padding-left: 25px
}
.p-r-10 {
	padding-right: 10px
}
.p-r-15 {
	padding-right: 15px
}
.p-b-20 {
	padding-bottom: 20px
}
.p-b-30 {
	padding-bottom: 30px
}
.p-b-40 {
	padding-bottom: 40px
}
.p-v-40-60 {
	padding: 40px 0 60px
}
.m-t-40 {
	margin-top: 40px!important
}
.m-t-55 {
	margin-top: 55px
}
.m-t-60 {
	margin-top: 60px!important
}
.m-t-80 {
	margin-top: 80px
}
.p-h-15 {
	padding: 0 15px
}
.p-h-20 {
	padding: 0 20px
}
.m-v15-40 {
	margin: 15px 0 40px
}
.m-v-55-40 {
	margin: 55px 0 40px
}
.pad_25-0 {
	padding: 25px 0
}
.pad_20-0 {
	padding: 20px 0
}
.pad_15-0 {
	padding: 15px 0
}
.pad_20 {
	padding: 20px
}
.m-l-15 {
	margin-left: 15px
}
.m-l-10 {
	margin-left: 10px
}
.p-l-30 {
	padding-left: 30px
}
.p-l-40 {
	padding-left: 40px
}
.m-r-15 {
	margin-right: 15px
}
.m-r-10 {
	margin-right: 10px
}
.m-t-30 {
	margin-top: 30px!important
}
.m-t-20 {
	margin-top: 20px!important
}
.m-t-10 {
	margin-top: 10px!important
}
.m-t-15 {
	margin-top: 15px!important
}
.m-t-5 {
	margin-top: 5px!important
}
.m-b-5 {
	margin-bottom: 5px!important
}
.m-b-10 {
	margin-bottom: 10px!important
}
.m-b-15 {
	margin-bottom: 15px!important
}
.m-b-20 {
	margin-bottom: 20px!important
}
.m-b-30 {
	margin-bottom: 30px!important
}
.m-b-50 {
	margin-bottom: 50px!important
}
.dt-sc-margin55 {
	margin: 25px 0 30px
}
.uc {
	text-transform: uppercase
}
.text-center {
	text-align: center
}
.full, footer, header, section {
	float: left;
	width: 100%
}
.autoautoWidL {
	width: auto;
	float: left
}
.autoWidR {
	width: auto;
	float: right
}
.wAuto {
	width: auto
}
.imgContainer {
	float: left;
	width: 100%
}
.imgContainer img {
	display: block;
	width: 100%
}
li, ul {
	list-style: none
}
.scrollup {
	position: fixed;
	bottom: 16px;
	right: 30px;
	z-index: 5;
	width: 43px;
	height: 43px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	background: #ff1d00;
	text-align: center;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: none;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
.scrollup:hover {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	background: rgba(0, 0, 0, .7);
	color: #fff
}
.header.sticky {
	top: 0;
	position: fixed;
	background: #fff;
	-moz-box-shadow: rgba(0, 0, 0, .5) 0 0 10px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .5) 0 0 10px -5px;
	box-shadow: rgba(0, 0, 0, .5) 0 0 10px -5px;
	z-index: 999
}
.logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 216px;
	flex: 0 0 216px;
	max-width: 100%
}
.logo a {
	display: block
}
.logo a img {
	display: block;
	max-width: 100%
}
.menu-responsive {
	display: none
}
.navigation ul li a {
	color: #000;
	font-size: 14px;
	display: block;
	line-height: 44px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative
}
.navigation ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ff1d00;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	transform-origin: right;
	transition: transform .4s ease;
	height: 2px;
	width: calc(100% - 10px);
	margin: 0 5px 0 5px
}
.navigation ul li a:hover::after, .navigation ul li.active a::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	transform-origin: left
}
.accountArea {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.accountArea ul li:last-child {
	margin-right: 0
}
.accountArea ul li {
	margin: 0 5px;
	position: relative
}
.accountArea ul li ul {
	position: absolute;
	top: calc(100% + 15px);
	right: 0;
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
	width: 150px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12), 0 4px 10px 0 rgba(0, 0, 0, .16);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12), 0 4px 10px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12), 0 4px 10px 0 rgba(0, 0, 0, .16);
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.accountArea ul li:hover ul {
	opacity: 1;
	visibility: visible;
	top: 100%
}
.accountArea ul li ul::after {
	content: "";
	position: absolute;
	top: -10px;
	right: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent
}
.accountArea ul li ul li a i {
	margin-right: 5px
}
.accountArea ul li a {
	padding: 0 16px;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	display: block;
	line-height: 44px
}
.accountArea .signUp a {
	background: #ff1d00;
	color: #fff;
	height: 35px;
	text-align: center;
	line-height: 35px
}
.accountArea .signUp a:hover {
	background: #000;
	color: #fff
}
.accountArea .signUp i {
	padding-right: 5px
}
.accountArea li a:hover {
	color: #ff1d00
}
.accountArea .logIn i {
	padding-right: 5px
}
.accountArea .download-app img {
	padding-right: 5px
}
.header {
	padding: 15px 0;
	top: -100px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.homeBann {
	position: relative
}
.bannSlogan {
	max-width: 1140px;
	width: 100%;
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 15px;
	z-index: 2
}
.bannSloganInner {
	width: 100%;
	max-width: 100%;
	position: relative;
	z-index: 1
}
.bannSloganInner .bannSloganInner-h2, .bannSloganInner h2 {
	color: #fff;
	font-size: 50px;
	line-height: 72px;
	text-shadow: 0 4px 8.28px rgba(0, 0, 0, .5);
	-moz-text-shadow: 0 4px 8.28px rgba(0, 0, 0, .5);
	-webkit-text-shadow: 0 4px 8.28px rgba(0, 0, 0, .5);
	text-align: center
}
.bannSloganInner .bannSloganInner-h2 {
	padding: 0 0 15px;
	position: relative;
	font-weight: 700
}
.bannSloganInner .bannSloganInner-h5, .bannSloganInner h5 {
	color: #fff;
	font-size: 18px;
	text-shadow: 0 4px 8.28px rgba(0, 0, 0, .5);
	-moz-text-shadow: 0 4px 8.28px rgba(0, 0, 0, .5);
	-webkit-text-shadow: 0 4px 8.28px rgba(0, 0, 0, .5);
	text-align: center
}
.bannSloganInner .bannSloganInner-h5 {
	padding-bottom: 10px
}
.homeBann .owl-dots {
	position: absolute;
	left: 15px;
	bottom: 20px
}
.homeBann .owl-dots .owl-dot {
	height: 15px;
	width: 15px;
	background: #fff;
	border: 1px solid #ff1d00;
	border-radius: 50%
}
.homeBann .owl-dots .owl-dot:not(:last-child) {
	margin-right: 5px
}
.homeBann .owl-dots .active {
	border: 1px solid #ff1d00;
	background: #ff1d00
}
.bannerbox {
	height: 730px;
	background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important
}
.search-fuiled {
	background: rgba(255, 255, 255, .8);
	max-width: 675px;
	width: 100%;
	margin: 22px auto 30px
}
.search-location {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.select-option {
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	background: rgba(255, 255, 255, 0) url(../images/bullet-arrow.png) center right 10px no-repeat;
	box-shadow: none;
	padding: 0 40px 0 38px;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	width: 100%;
	height: 39px;
	border-right: 1px solid #ff1d00;
	color: #999;
	outline: 0
}
.search-keyword .key-input {
	height: 39px;
	border: none;
	padding: 0 10px 0 33px;
	border-radius: 0;
	color: #999
}
 .search-keyword input::placeholder {
 font-size: 12px
}
.banner-src-btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 130px;
	flex: 0 0 130px;
	max-width: 130px
}
.banner-src-btn button {
	background-color: #fff;
	border: #ff1d00 1px solid;
	width: 100%;
	height: 39px;
	padding: 0;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	background: #ff1d00;
	text-transform: uppercase;
	font-weight: 700
}
.pin-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-size: 16px;
	color: #ff1d00
}
.search-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-size: 16px;
	color: #ff1d00
}
.about-you, .job-result-box, .when-box, .where-box, .where-town-box {
	width: 100%;
	margin: 3px 0;
	background-color: rgba(255, 255, 255, .8)
}
.about_box {
	border: 1px solid #ff1d00;
	border-top: 0;
	padding-top: 10px
}
.log-reg-form {
	padding: 0 15px
}
.need-jod-head {
	border: 1px solid #ff1d00;
	width: 100%;
	height: 44px;
	padding: 0 0 0 15px;
	line-height: 40px;
	color: #ff1d00;
	font-size: 16px;
	text-transform: capitalize
}
.need-jod-head .right-arrow {
	position: absolute;
	right: 0;
	height: 100%;
	background: #ff1d00;
	top: 0;
	color: #fff;
	text-align: center;
	font-size: 34px;
	line-height: 40px;
	width: 54px
}
.need-jod-ftr {
	border: 1px solid #ff1d00;
	width: 100%;
	height: 44px;
	padding: 0 60px 0 15px;
	line-height: 40px;
	color: #999;
	font-size: 12px;
	position: relative
}
.job-select-box {
	border-right: 1px solid #ff1d00;
	border-left: 1px solid #ff1d00;
	padding: 10px 15px;
	max-height: 250px;
	overflow-y: auto
}
.columns {
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	column-count: 2;
	column-gap: 1em
}
.columns ul {
	margin-top: 0
}
.need-jod-ftr-btn button {
	background-color: #fff;
	border: 1px solid #ff1d00;
	width: 100%;
	height: 44px;
	padding: 0 0 0 15px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: #ff1d00;
	text-transform: uppercase;
	font-weight: 700
}
.job-input-box {
	padding: 10px 15px
}
.job-input .job-input-style {
	height: 34px;
	border: #c6c6c6 1px solid;
	border-radius: 0;
	background-color: rgba(255, 255, 255, .76);
	color: #000
}
.job-input:not(:last-child) {
	margin-bottom: 15px
}
 .job-input input::placeholder {
 color: #999;
 font-size: 12px
}
.job-select-box .checkbox label::before {
	border-color: #343434;
	border-radius: 0
}
.job-select-box .checkbox label::after {
	color: #343434;
	font-size: 14px;
	line-height: 14px;
	padding-left: 2px
}
.job-select-box label {
	color: #343434
}
.deadline-text p {
	font-size: 12px;
	color: #1c1c1c
}
.text-head {
	color: #000;
	font-weight: 600;
	padding-right: 10px
}
.data-text {
	color: #000;
	font-size: 12px
}
.deadline-text {
	padding: 8px 15px;
	border-right: 1px solid #ff1d00;
	border-left: 1px solid #ff1d00
}
.need-jod-ftr .input-date-style {
	background-color: transparent;
	border: none;
	width: 100%;
	height: 42px;
	padding: 0;
	line-height: 40px;
	color: #999;
	font-size: 15px;
	border-radius: 0
}
.need-jod-ftr input:focus {
	box-shadow: none
}
.where_box .job-select-box {
	border-bottom: 1px solid #ff1d00
}
.need-jod-ftr-date .input-date-style {
	border: 1px solid #ff1d00;
	width: 100%;
	height: 44px;
	padding: 0 0 0 15px;
	line-height: 40px;
	color: #999;
	font-size: 15px;
	border-radius: 0
}
 .need-jod-ftr-date input::placeholder {
 color: #999;
 font-size: 12px
}
.need-jod-ftr-date input:focus {
	box-shadow: none
}
.need-jod-ftr-date .input-group-append {
	display: none
}
.what-need-job-sec h4 {
	color: #fff;
	font-size: 22px;
	text-shadow: 0 4px 8.28px rgba(0, 0, 0, .5);
	-moz-text-shadow: 0 4px 8.28px rgba(0, 0, 0, .5);
	-webkit-text-shadow: 0 4px 8.28px rgba(0, 0, 0, .5)
}
.register-btn button {
	background-color: #fff;
	border: 1px solid #ff1d00;
	width: 100%;
	height: 44px;
	padding: 0 15px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: #ff1d00;
	text-transform: uppercase;
	font-weight: 700
}
.register-btn {
	display: inline-block;
	margin-bottom: 10px
}
.log-reg-form .job-input {
	margin-bottom: 15px;
	position: relative;
	width: 100%
}
.register-text {
	font-size: 15px;
	padding-left: 15px;
	color: #000
}
.register-text a {
	color: #ff1d00;
	text-decoration: underline
}
.verfy-text {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	color: #fff;
	background: #ff1d00;
	height: 34px;
	line-height: 15px;
	text-align: center;
	padding: 0 5px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px
}
.verif-btn a:hover {
	color: #fff
}
.verfy-input .job-input-style {
	padding-right: 150px
}
.job-input .verif-btn a span {
	font-size: 12px;
	font-weight: lighter;
	text-transform: initial
}
#informationModal .modal-content .modal-header .modal-title span {
	color: red;
	font-weight: 700;
	text-transform: capitalize
}
#informationModal .modal-content .modal-header h5 {
	padding: 0
}
#informationModal .modal-body .information-user-body p {
	color: #1c2733
}
#informationModal .modal-body .information-user-body .thankUserCls {
	color: #28a745;
	font-weight: 600;
	padding-top: 15px
}
.verifiedphn .verfy-text {
	line-height: 34px
}
span.tryAgain {
	color: #ff1d00
}
span#phone_error_msg {
	position: absolute;
	font-size: 12px;
	color: #ff1d00;
	line-height: 1.2;
	white-space: nowrap
}
#verifyModalPhone .modal-header h3 {
	padding-bottom: 0
}
.papular-jobbox {
	text-align: center
}
.papular-jobbox a {
	text-align: center;
	background: #fff;
	margin: 12px 0;
	display: block;
	border-bottom: #ff1d00 1px solid;
	color: #333;
	font-size: 14px;
	text-transform: uppercase
}
.papular-jobbox a span {
	display: block;
	padding: 10px 0
}
.job-text p {
	text-align: center;
	color: #222529;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 700;
	transition: .5s;
	padding: 12px 0 0 0
}
.papular-jobbox a:hover {
	box-shadow: 0 3px 9px 0 rgba(191, 191, 191, .5);
	-webkit-box-shadow: 0 3px 9px 0 rgba(191, 191, 191, .5);
	-miz-box-shadow: 0 3px 9px 0 rgba(191, 191, 191, .5)
}
.defoult-sec-head .defoult-sec-head-h3, .defoult-sec-head h3 {
	font-size: 40px;
	color: #343434;
	text-transform: capitalize
}
.defoult-sec-head .defoult-sec-head-h3 {
	padding-bottom: 15px;
	font-weight: 700
}
.section-gap-50 {
	padding: 50px 0
}
.papular-jobbox:hover .job-text p {
	color: #ff1d00
}
.step-box-head {
	text-align: center;
	padding: 0 0 25px 0
}
.step-box-head p {
	color: #ff1d00;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 0
}
.step-box-head .step-box-head-h4, .step-box-head h4 {
	color: #343434;
	font-size: 20px
}
.step-box-head .step-box-head-h4 {
	padding: 0 0 10px 0;
	font-weight: 700
}
.step-box-text p {
	color: #999;
	font-size: 16px
}
.step-box-head span {
	position: absolute;
	left: 0;
	font-size: 122px;
	color: #e8e8e8;
	font-weight: 700;
	top: 0;
	z-index: -1;
	line-height: 80px
}
.get-app-heading .get-app-heading-h3, .get-app-heading h3 {
	font-size: 27px;
	color: #1c2733
}
.get-app-heading .get-app-heading-h3 {
	padding-bottom: 15px;
	font-weight: 700
}
.get-app-heading p {
	font-weight: 700;
	font-size: 20px;
	color: #1c2733
}
.get-app-heading li {
	font-size: 16px;
	color: #999;
	position: relative;
	padding-left: 30px
}
.get-app-heading li::before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-size: 16px;
	color: #ff1d00
}
.get-app-heading li span {
	color: #ff1d00;
	font-weight: 600
}
.get-app-heading ul {
	padding: 22px 0
}
.get-app-form {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 475px;
	flex: 0 0 475px;
	max-width: 475px
}
.get-app-form-input .get-app-inpt-style {
	height: 38px;
	border: 1px solid #ff1d00;
	padding: 0 22px;
	border-radius: 0;
	border-right: 0
}
.get-app-form-input {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 320px;
	flex: 0 0 320px;
	max-width: 320px
}
.get-app-form-btn {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.get-app-form-btn button {
	display: block;
	background: #ff1d00;
	color: #fff;
	text-align: center;
	line-height: 37px;
	text-transform: uppercase;
	border: 1px solid #ff1d00;
	height: 38px;
	padding: 0 18px;
	font-weight: 600
}
.get-app-form-btn button:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000
}
 .get-app-form-input input::placeholder {
 color: #999;
 font-size: 14px
}
.or {
	color: #999;
	font-size: 16px;
	text-decoration: underline;
	padding: 22px 0;
	text-align: center;
	font-weight: 600;
	display: block;
	text-transform: capitalize
}
.defoult-btn a {
	background: #ff1d00;
	color: #fff;
	text-align: center;
	line-height: 37px;
	text-transform: uppercase;
	border: 1px solid #ff1d00;
	height: 38px;
	padding: 0 35px;
	font-weight: 600
}
.defoult-btn a:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000
}
.btn-gap {
	margin: 30px 0 0 0
}
.better-future {
	position: absolute;
	right: 0;
	background: #ededed;
	top: 0;
	width: 47%;
	margin-top: 100px;
	padding: 0 0 24px;
	border-radius: 60% 0 0 60%
}
.better-future img {
	height: 400px;
	margin-top: -40px
}
.better-future::before {
	background: #ededed;
	top: 0;
	content: "";
	position: absolute;
	z-index: -1;
	border-radius: 165px 0 0 165px;
	width: 100%;
	height: 100%;
	right: 7%
}
.better-future h2 {
	position: absolute;
	text-align: right;
	color: #fbd7d3;
	font-size: 72px;
	right: 14%;
	bottom: 0;
	text-shadow: rgba(0, 0, 0, .5) 0 5px 4px
}
.defoult-head-text p {
	color: #999;
	max-width: 750px;
	text-align: center;
	margin: 0 auto
}
.reassuring-box {
	text-align: center;
	padding: 15px 0
}
.reassuring-box-text h4 {
	color: #343434;
	font-size: 22px;
	padding: 15px 0 7px 0;
	margin-bottom: 10px
}
.plan-section {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 808px;
	flex: 0 0 808px;
	max-width: 808px;
	padding: 0 15px;
	margin: 0 auto
}
.plan-box {
	background: #fff;
	border: 1px solid #efefef;
	padding: 20px 20px 40px 20px;
	transition: .5s;
	width: calc(100% + 2px);
	margin: -1px 0 0 -1px;
	min-height: 730px
}
.plan-box .plan-box-h4, .plan-box h4 {
	color: #343434;
	font-size: 19px;
	text-transform: uppercase;
	text-align: center
}
.plan-box .plan-box-h4 {
	padding-bottom: 10px;
	font-weight: 700
}
.plan-box-icon {
	text-align: center;
	padding: 5px 0 0;
	overflow: hidden
}
.plan-mainbox:hover .plan-box-icon::after {
	transform: translate(-50%, -48%)
}
.plan-tab .nav-tabs .nav-link {
	border: none
}
.plan-tab .card {
	border: none
}
.plan-tab .nav-item .nav-link {
	color: #343434;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700
}
.plan-tab .accoutTabs {
	padding: 0 30px
}
.plan-tab .nav-tabs {
	border: none
}
.nav-tabs .nav-link.active, .plan-tab .nav-tabs .nav-item.show .nav-link {
	background: #ff1d00;
	color: #fff;
	border-radius: 0
}
.plan-tab-body {
	text-align: center;
	padding: 15px 10px 5px
}
.plan-tab-body ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 12px
}
.plan-tab-body ul {
	margin-bottom: 20px
}
.plan-tab-body h5 {
	color: #ff1d00;
	font-size: 33px;
	font-weight: 700;
	padding: 0
}
.plan-tab-body p {
	color: #343434;
	font-size: 14px;
	margin-top: 20px;
	line-height: 1.8
}
.plan-tab-body a {
	background: #fff;
	color: #343434;
	text-align: center;
	line-height: 47px;
	text-transform: uppercase;
	border: 1px solid #ff1d00;
	height: 48px;
	padding: 0 35px;
	font-weight: 600
}
.plan-tab-body a:hover {
	background: #ff1d00;
	color: #fff;
	border: 1px solid #ff1d00
}
.plan-tab {
	margin-top: 25px
}
.plan-mainbox {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 25px 0 0 0;
	border-color: transparent
}
.plan-mainbox:hover .plan-box::after {
	position: absolute;
	content: "";
	height: 8px;
	width: 100%;
	background: #ff1d00;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.plan-mainbox:hover .plan-box {
	box-shadow: 0 3px 12.35px .65px rgba(191, 191, 191, .5);
	-webkit-box-shadow: 0 3px 12.35px .65px rgba(191, 191, 191, .5);
	-moz-box-shadow: 0 3px 12.35px .65px rgba(191, 191, 191, .5)
}
.testimonial-sec {
	padding: 15px 0
}
.testimonial-box {
	background: #fff;
	padding: 30px;
	transition: .5s;
	text-align: center
}
.testimonial-sec:hover .testimonial-box {
	-moz-box-shadow: rgba(0, 0, 0, .2) 0 0 10px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0 0 10px;
	box-shadow: rgba(0, 0, 0, .2) 0 0 10px
}
.user-img img {
	position: relative
}
.user-img i {
	content: "";
	position: absolute;
	right: 4px;
	bottom: 4px;
	color: #ff1d00;
	background: #fff;
	padding: 6px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 16px;
	-webkit-box-shadow: 0 3px 12.35px .65px rgb(191, 191, 191, 50%);
	-moz-box-shadow: 0 3px 12.35px .65px rgba(191, 191, 191, .5);
	box-shadow: 0 3px 12.35px .65px rgb(191, 191, 191, 50%)
}
.user-img {
	display: flex;
	justify-content: center;
	margin-bottom: 10px
}
.testimonial-box span {
	font-weight: 700;
	font-size: 18px;
	color: #343434;
	width: 100%;
	max-width: 230px
}
.testimonial-box .member-type {
	padding: 0;
	font-weight: 600;
	font-size: 16px;
	text-align: center
}
.test-user span {
	font-weight: 700;
	font-size: 15px
}
.testimonial-box p {
	font-size: 15px;
	color: #1c1c1c;
	padding: 10px 0;
	text-align: left
}
.test-user p {
	font-size: 20px;
	color: #343434;
	font-weight: 700
}
.review-star {
	background: url(../images/star.png);
	height: 19px;
	width: 100px;
	display: inline-block
}
.home-testimonial .owl-carousel .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	background: #e1e1e1;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 5px;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
.home-testimonial .owl-carousel .owl-dots .active {
	background: #ff1d00;
	border: 2px solid #ff1d00
}
.home-testimonial .owl-carousel .owl-dots {
	text-align: center
}
.sec-gap-top {
	padding-top: 50px
}
.newsDesc {
	padding-top: 10px
}
.newsDesc h4 {
	font-size: 20px
}
.newsDesc h4 a {
	color: #262626;
	transition: .5s
}
.newsDesc ul {
	margin-bottom: 10px
}
.newsDesc ul li {
	line-height: 1.9
}
.newsDesc ul li:not(:last-child) {
	margin-right: 20px
}
.newsDesc ul li i {
	font-size: 16px;
	margin-right: 8px
}
.newsDesc p, .newsDesc ul li {
	font-size: 12px;
	color: #919191
}
.newsDesc .readMore {
	background: #fff;
	line-height: 40px;
	padding: 0 33px;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
	border: 1px solid #ff1d00;
	transition: .5s
}
.newsBox:hover .newsDesc .readMore {
	background: #ff1d00;
	border: 1px solid #ff1d00;
	color: #fff
}
.newsBox:hover .newsDesc h4 a {
	color: #ff1d00
}
.newsBoxImg img {
	width: 100%;
	display: block
}
.newsBox {
	padding-top: 20px
}
.subscribeArea {
	padding: 30px 0;
	background: #2d2d2d
}
.subscribeLeft {
	max-width: 566px;
	-ms-flex: 566px;
	-webkit-flex: 566px;
	flex: 0 0 566px
}
.subscribeRight {
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding-left: 30px
}
.subscribeLeft p {
	font-size: 24px;
	color: #fff
}
.subscribeLeft .subscribeLeft-h4, .subscribeLeft h4 {
	font-size: 35px;
	color: #fff;
	padding: 0
}
.subscribeLeft .subscribeLeft-h4 {
	font-weight: 700
}
.clr-blue {
	color: #12bce0
}
.subscribeInput {
	-webkit-box-flex: 1;
	flex-grow: 1;
	height: 45px;
	border: none;
	border-right: none;
	font-size: 14px;
	padding: 0 155px 0 20px;
	background: #fff;
	color: #333
}
 .subscribeRight input::placeholder {
 font-size: 14px
}
.subscribeBtn {
	height: 45px;
	padding: 0 30px;
	background: #ff1d00;
	position: absolute;
	color: #fff;
	border: none;
	font-size: 18px;
	cursor: pointer;
	right: 0;
	top: 0;
	line-height: 45px;
	font-weight: 600
}
.heading {
	color: #343434;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase
}
.fnav li a {
	color: #909090;
	font-size: 16px;
	line-height: 34px
}
.fnav ul li a:hover {
	color: #ff1d00
}
.app-icon {
	padding-top: 20px
}
.app-icon li:not(:last-child) {
	margin-right: 10px
}
.copyright {
	padding: 5px 0;
	border-top: #eee 1px solid;
	margin-top: 15px;
	background: #f7f4f4
}
.ftr-sec-gap {
	padding: 30px 0 0 0
}
.copyright ul li:not(:last-child) {
	margin-right: 10px
}
.copyright ul li a {
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	color: #999;
	display: block;
	font-size: 18px
}
.copyright ul li a:hover {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.copyright ul li.facebook a:hover {
	color: #fff;
	background: #3b5998
}
.copyright ul li.twitter a:hover {
	color: #fff;
	background: #00acee
}
.copyright ul li.google-plus a:hover {
	color: #fff;
	background: #db4a39
}
.copyright ul li.instagram a:hover {
	color: #fff;
	background: #3f729b
}
.copyright ul li.linkedin a:hover {
	color: #fff;
	background: #0e76a8
}
.copyright ul li.pinterest a:hover {
	color: #fff;
	background: #c8232c
}
.copyrightRight span {
	font-weight: 600;
	color: #ff1d00
}
.what-need-job-sec {
	max-width: 675px;
	width: 100%;
	margin: 0 auto
}
.when-box.active {
	display: block!important
}
.job-result-box.inActive {
	display: none
}
.register-btn .nxtBtn {
	height: 35px;
	padding: 0 25px;
	line-height: 35px
}
.registerBtnTxt {
	font-size: 11px;
	color: #ff1d00;
	padding-left: 10px;
	line-height: 1.2
}
.mainSrc {
	background-color: transparent;
	box-shadow: none;
	padding: 0 15px 0 38px;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	width: 100%;
	height: 39px;
	border: 1px solid #ff1d00;
	color: #000;
	outline: 0
}
.job-select-box .checkbox input[type=checkbox], .job-select-box .checkbox input[type=radio] {
	display: none
}
.notDeactive {
	pointer-events: none;
	opacity: .5
}
.select-option-2 {
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	background: url(../images/bullet-arrow.png) center right 10px no-repeat #fff;
	box-shadow: none;
	padding: 0 40px 0 15px;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	height: 42px;
	border: 1px solid #ddd;
	color: #999;
	outline: 0;
	width: 100%
}
.grow-1 {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.pjsDd {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.p-r-70 {
	padding-right: 123px
}
.categorySlider.owl-carousel .owl-nav button.owl-next span, .categorySlider.owl-carousel .owl-nav button.owl-prev span {
	height: 40px;
	width: 40px;
	display: block;
	font-size: 30px;
	line-height: 32px
}
.categorySlider.owl-carousel .owl-nav button.owl-next, .categorySlider.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: -56px;
	background: #5c5c5c;
	color: #fff
}
.categorySlider.owl-carousel .owl-nav button.owl-next {
	right: 0
}
.categorySlider.owl-carousel .owl-nav button.owl-prev {
	right: 50px
}
.selectBtn {
	padding: 0 15px;
	border: none;
	background: #ff1d00;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	height: 46px;
	width: 100%
}
.everyoneWrap {
	background: #f9f9f9;
	padding: 30px 0;
	margin-bottom: 50px;
	margin-top: 10px
}
.everyoneInnerLogo {
	margin-bottom: 20px;
	display: inline-block
}
.everyoneInnerLogo img {
	mix-blend-mode: darken
}
.everyoneInnerLogo-h2 {
	color: #2d2d2d;
	font-size: 35px;
	padding: 0 0 15px;
	position: relative;
	font-weight: 700
}
.everyoneInnerLogo-h3 {
	color: #2d2d2d;
	font-size: 26px;
	font-weight: 700;
	margin-top: 20px
}
.everyoneInner h3 {
	padding: 0;
	margin-top: 20px
}
.everyoneInner h3 span {
	color: red;
	font-style: italic
}
.regBox h4 {
	padding: 0
}
.regBox h4 span {
	font-size: 70%;
	font-weight: 400
}
.ttArea li+li {
	margin-top: 10px
}
.ttArea li a {
	color: #333
}
.max-200 {
	width: 100%;
	max-width: 200px
}
.regBoxWrap {
	background: #f0f0f0;
	padding: 50px 0
}
.regBox {
	border: #eee 1px solid;
	padding: 30px;
	box-shadow: rgba(0, 0, 0, .3) 0 5px 10px -7px;
	background: #fff;
	width: 100%;
	margin: 0 auto
}
.regBoxWrap .regBox:not(:last-child) {
	margin-bottom: 20px
}
.regBox label {
	margin-bottom: 5px;
	color: #333;
	font-weight: 600;
	display: block
}
.regBox label i {
	color: #ff1d00;
	font-size: 10px
}
.regBoxHeader {
	margin-bottom: 20px;
	border-bottom: #ddd 1px solid;
	padding-bottom: 15px
}
.input-1 {
	height: 42px;
	border-color: #ddd;
	font-size: 14px
}
.regBoxHeader p i {
	color: #ff1d00;
	margin-left: 5px
}
.forBgInner {
	background: #fcf9ec;
	padding: 15px
}
.forBgInner:nth-child(odd) {
	background: #fcf9ec
}
.forBgInner:nth-child(even) {
	background: #e2e2e2
}
.cbArea li:not(:last-child) {
	margin-right: 25px;
}
.addMoreBtn {
	display: block
}
.addMoreBtn span {
	background: #f30;
	color: #fff;
	border-radius: 0 5px 5px 0;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	width: 190px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	vertical-align: middle
}
.addMoreBtn i {
	padding-left: 18px;
	background: #a32100;
	border-radius: 5px 0 0 5px;
	color: #fff;
	font-size: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	vertical-align: middle
}
.addMoreArea ul li:not(last-child) {
	margin-right: 20px
}
.addMoreArea ul li {
	font-weight: 600;
	color: #f30
}
.addMoreArea {
	margin-top: 20px
}
.regBox .forBgInner:not(last-child) {
	margin-bottom: 15px
}
.cbType ul li.checkbox:not(last-child) {
	padding: 0 25px 0 0
}
.dayType ul li label {
	font-size: 15px;
	color: #33314a;
	font-weight: 500;
	padding-top: 20px
}
.dayType ul li label span {
	padding-left: 6px;
	padding-bottom: 5px;
	display: inline-block;
	font-weight: 700
}
.dayType ul li label span.days_from {
	color: #f30;
	font-size: 13px;
	padding-left: 0;
	font-weight: 500
}
.dayType ul li label input.timex {
	width: 62px;
	height: 29px;
	font-size: 13px;
	font-style: italic;
	margin-left: 0;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #999;
	outline: 0;
	margin-right: 3px
}
.dayType ul li:not(last-child) {
	margin-right: 16px
}
.cbType {
	border-bottom: #ccc 1px dashed;
	padding-bottom: 10px;
	margin-bottom: 15px
}
.radeoArea ul li:not(:last-child) {
	padding: 0 25px 0 0
}
.checkbox label, .radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px
}
.radio label {
	line-height: 1
}
.field-icon {
	position: absolute;
	right: 22px;
	top: 50%
}
.saveButtonArea ul li .saveButton {
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	margin-right: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	height: 50px;
	text-align: center;
	margin-top: 30px;
	line-height: 50px;
	width: 140px;
	background: #f30;
	border: 1px solid
}
.saveButtonArea ul li a {
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	margin-right: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	height: 50px;
	text-align: center;
	margin-top: 30px;
	line-height: 50px;
	width: 140px;
	background: #33314a
}
.logInner {
	max-width: 600px;
	width: 100%;
	padding: 0 15px
}
.logInnerBox {
	background: rgba(255, 255, 255, .5);
	padding: 50px;
	box-shadow: #4cbcac 0 4px 29px -10px
}
.log-input .input-style {
	height: 44px;
	border: 1px #e5e5e5 solid;
	padding: 0 0 0 50px;
	color: #999;
	border-radius: 10px
}
.eye-icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	border-right: 1px #e5e5e5 solid;
	padding: 0 10px
}
.user-icn-lft {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	border-right: 1px #e5e5e5 solid;
	padding: 0 10px
}
.user-icn-lft i {
	color: #333;
	font-size: 18px
}
.chk-icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	border-right: 1px #e5e5e5 solid;
	padding: 0 10px
}
.foget-pas a {
	color: #999;
	font-size: 14px
}
.frm-chk-box label {
	display: block;
	position: relative;
	padding-left: 5px;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}
.logRegBtn {
	background: #ff481c;
	text-transform: uppercase;
	padding: 10px 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	text-align: center;
	margin-top: 20px;
	border: none;
	width: 100%
}
.dont-have-acc p {
	color: #4e4e4e;
	padding-top: 15px;
	font-size: 16px;
	font-weight: 700;
	text-align: center
}
.dont-have-acc p a {
	color: #ff481c;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px
}
.login100-social-item {
	display: block;
	background: 0 0;
	border: 1px solid #999;
	padding: 0;
	margin-bottom: 20px;
	border-radius: 5px;
	color: #000;
	font-weight: 600;
	text-decoration: none
}
.login100-social-item i {
	font-size: 25px;
	color: #fff;
	display: inline-block;
	width: 50px;
	text-align: center;
	height: 50px;
	border-right: 1px solid #777;
	line-height: 50px;
	margin-right: 15px
}
.bg3 i {
	color: #ea4335
}
.bg1 i {
	color: #3b5998
}
.orArea {
	z-index: 1;
	margin: 25px 0 30px
}
.orArea span {
	background: #fff;
	padding: 0 20px
}
.orArea::after {
	content: "";
	background: #999;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1
}
.select_account ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	list-style: none;
	margin-bottom: 10px;
	padding: 0 5px
}
.select_account ul.row {
	margin: 20px -5px 0
}
.select_account ul li a {
	text-decoration: none;
	padding: 20px;
	font-size: 15px;
	font-weight: 700;
	color: #403f3f;
	display: block;
	background: #f9f9f9;
	-moz-box-shadow: #ffe9e6 0 0 1px 1px;
	-webkit-box-shadow: #ffe9e6 0 0 1px 1px;
	box-shadow: #ffe9e6 0 0 1px 1px
}
.select_account ul li a img {
	max-width: 28px;
	margin-right: 5px;
	mix-blend-mode: darken
}
.select_account .close {
	position: absolute;
	right: 16px;
	top: 23px
}
.select_account h3, .select_account p {
	text-align: center
}
.modal-body.select_account {
	padding: 2rem 1rem
}
.removemorebtn {
	background: #ef3d3d;
	color: #fff;
	padding: 0 20px;
	line-height: 38px;
	font-weight: 600;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.removemorebtn:hover {
	color: #fff;
	background: #333
}
.removemorebtn i {
	margin-right: 10px
}
.sectionLoader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .7);
	z-index: 9999
}
.sectionLoader i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px;
	font-size: 60px;
	color: #5987c5
}
small.help-error {
	position: absolute;
	color: #ff1d00;
	left: 15px;
	top: calc(100% - 14px);
	line-height: 1
}
.uiTradeSkillDdLi {
	background: #7a779a
}
.uiTradeSkillDdLi:not(:last-child) {
	margin-bottom: 2px!important
}
.uiJobsDdLi {
	background: #fe977e
}
.uiJobsDdLi:not(:last-child) {
	margin-bottom: 2px!important
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header {
	background: #f30!important;
	color: #fff;
	border: none
}
.bayerSliderImg {
	height: 140px
}
.bayerSliderThumb span {
	width: 100px;
	display: block;
	margin: 0 auto 10px
}
.bayerSliderThumb h4 {
	padding-bottom: 3px;
	font-size: 18px
}
.bayerSliderThumb h6 {
	color: red;
	font-size: 14px
}
.bayerSliderThumb span img {
	display: block;
	width: 100%;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}
.bayerSliderSection .owl-carousel .owl-stage-outer {
	padding: 20px 0
}
.bayerSliderSection {
	padding: 30px 0
}
.bayerSliderThumb {
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	text-align: center;
	width: 100%
}
.bayerSliderImg {
	-moz-background-size: cover!important;
	-webkit-background-size: cover!important;
	background-size: cover!important;
	position: relative;
	z-index: 1
}
.bayerSliderImg::after {
	content: "";
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1
}
.bayerSliderInner {
	-moz-box-shadow: rgba(0, 0, 0, .3) 0 5px 19px -5px;
	-webkit-box-shadow: rgba(0, 0, 0, .3) 0 5px 19px -5px;
	box-shadow: rgba(0, 0, 0, .3) 0 5px 19px -5px;
	background: #fff;
	padding-bottom: 25px
}
.bayerSliderDesc {
	padding: 70px 20px 20px
}
.View_Profile {
	background: #f30;
	border-radius: 4px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
	font-weight: 700;
	letter-spacing: 1px
}
.View_Profile:hover {
	background: #333;
	color: #fff
}
.bayerSliderDesc ul:not(:last-child) {
	margin-bottom: 12px
}
.bayerSliderDesc ul li {
	color: #666
}
.bayerSliderDesc ul li.Inf {
	color: #333;
	font-weight: 600
}
.bayerSliderSection .owl-carousel .owl-nav button.owl-next, .bayerSliderSection .owl-carousel .owl-nav button.owl-prev {
	background: 0 0;
	position: absolute;
	top: 50%;
	margin: 0;
	width: 40px;
	height: 40px;
	font-size: 40px;
	line-height: 24px;
	background: rgba(255, 51, 0, .5);
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px)
}
.bayerSliderSection .owl-carousel .owl-nav button.owl-next span, .bayerSliderSection .owl-carousel .owl-nav button.owl-prev span {
	display: block;
	height: 40px;
	line-height: 31px
}
.bayerSliderSection .owl-carousel .owl-nav button.owl-next:hover, .bayerSliderSection .owl-carousel .owl-nav button.owl-prev:hover {
	background: #f30
}
.bayerSliderSection .owl-carousel .owl-nav button.owl-prev {
	left: -20px
}
.bayerSliderSection .owl-carousel .owl-nav button.owl-next {
	right: -20px
}

::-webkit-input-placeholder {
 color: #000
}

:-moz-placeholder {
 color: #000;
 opacity: 1
}

::-moz-placeholder {
 color: #000;
 opacity: 1
}

:-ms-input-placeholder {
 color: #000
}

::-ms-input-placeholder {
 color: #000
}

::placeholder {
 color: #000
}
.testimonial-box h5 {
	font-size: 18px;
	font-weight: 700
}
.content-text-sec {
	padding: 25px 0 0 0
}
.text-content-wrap h3 {
	padding-bottom: 20px;
	color: #000;
	font-size: 20px;
}
.text-content-wrap p {
	font-size: 17px;
	padding-bottom: 15px;
	margin: 0 !important;
	color: #292929;
	font-weight: 600;
}
.text-content-wrap h4 {
	padding: 0 0 18px 0;
	color: #000;
}
.text-content-wrap h5 {
	padding-bottom: 18px;
	color: #000;
	font-size: 22px;
	padding: 0 0 8px 0;
	font-weight: 600;
}
.content-text-sec .text-content-wrap {
	padding: 0 100px;
}
.subscription-plan-slider .owl-next, .subscription-plan-slider .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%)
}
.subscription-plan-slider .owl-next {
	right: -40px
}
.subscription-plan-slider .owl-prev {
	left: -40px
}
.subscription-plan-slider .owl-next, .subscription-plan-slider .owl-prev {
	background: 0 0!important;
	display: inline-block!important;
	border: none;
	padding: 0!important;
	margin: 0!important
}
.plan-box-icon img {
	display: block;
	width: 100%;
	height: 216px;
	object-fit: cover
}
.subscription-plan-slider .owl-next i, .subscription-plan-slider .owl-prev i {
	font-size: 100px!important;
	color: #ff1d00!important;
	border: none;
	border-radius: 50%;
	transform: scale(.6, 1);
	-webkit-transform: scale(.6, 1)
}
.owl-testimonial .owl-next, .owl-testimonial .owl-prev {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%)
}
.owl-testimonial .owl-next {
	right: -40px
}
.owl-testimonial .owl-prev {
	left: -40px
}
.owl-testimonial .owl-next, .owl-testimonial .owl-prev {
	background: 0 0!important;
	display: inline-block!important;
	border: none;
	padding: 0!important;
	margin: 0!important
}
.owl-testimonial .owl-next i, .owl-testimonial .owl-prev i {
	font-size: 100px!important;
	color: #ff1d00!important;
	border: none;
	border-radius: 50%;
	transform: scale(.6, 1);
	-webkit-transform: scale(.6, 1)
}
.resend-btn h5 {
	padding: 0
}
.resend-btn a {
	color: #ff1d00;
	text-decoration: underline
}
.resend-btn {
	padding: 5px 0 0 0
}
.otpArearight .otp-ok-btn {
	border: none;
	width: 100%;
	height: 38px;
	padding: 0 15px;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	background: #ff1d00;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0
}
.otp-heading {
	font-size: 18px;
	padding: 0
}
.otpAreamid .otp-input {
	height: 38px;
	border: #c6c6c6 1px solid;
	border-radius: 0;
	background-color: rgba(255, 255, 255, .76);
	color: #000
}
.otpArealeft {
	font-size: 16px;
	font-weight: 600;
	color: #ff1d00
}
.otp-ok-btn:not(:disabled):not(.disabled).active, .otp-ok-btn:not(:disabled):not(.disabled):active, .show>.otp-ok-btn.dropdown-toggle {
	background: #ff1d00;
	border: none
}
.otp-ok-btn:focus {
	box-shadow: none
}
span#phoneno-error {
	position: absolute;
	font-size: 12px;
	color: #ff1d00;
	line-height: 1.2
}
span.help-error {
	position: absolute;
	font-size: 12px;
	color: #ff1d00;
	line-height: 1.2;
	left: 0;
	top: 100%
}
.verfy-text-2 {
	color: #fff;
	background: #ff1d00;
	text-align: center;
	padding: 7px 8px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 10px;
	display: inline-block;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0
}
.verfy-text-2:hover, .verfy-text-3:hover {
	color: #fff;
	background: #d62008
}
.verfy-text-2 span {
	font-size: 8px;
	display: block;
	line-height: 1.5
}
.verif-btn-2 {
	position: absolute;
	bottom: 16px;
	right: 15px
}
.verfy-text-3 {
	color: #fff;
	background: #ff1d00;
	text-align: center;
	padding: 7px 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 10px;
	display: inline-block;
	line-height: 2.6;
}
.mobile-account {
	display: none;
}
.mobile-account button {
	color: #000;
	border: none;
	outline: 0;
	font-size: 18px;
	background: 0 0;
}
.m-menu>ul::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 14px solid #000;
	top: -14px;
	right: 24px;
}
.m-menu .signUp a:hover {
	background: #fff;
	color: #ff1d00;
}
.jobSelectedCls {
	width: 50%;
}
.md-multiselect-option .select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #ddd;
	border-radius: 0;
}
.md-multiselect-option .select2-container .select2-search--inline .select2-search__field {
	line-height: 40px;
	margin: 0;
}
.md-multiselect-option .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	display: block;
}
.select-option-3 {
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	background: url(../images/bullet-arrow.png) center right 10px no-repeat #fff;
	box-shadow: none;
	padding: 0 40px 0 15px;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	width: 100%!important;
	height: 42px;
	border: 1px solid #ddd;
	color: #999;
	outline: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.catalogsearch-box {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	height: 40px;
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	color: #2a2a2a;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	position: relative;
}
.catalogsearch-box>span {
	border: 1px solid #e6e6e6;
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #495057;
	padding: 0 14px 0 18px;
	cursor: pointer;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.catalogsearch-box>span::after {
	content: "\f0d7";
	display: block;
	font-size: 14px;
	font-family: FontAwesome;
	position: absolute;
	right: 6px;
	top: 50%;
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	border-radius: 50%;
	z-index: 1;
	background: #fff;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #767676;
}
.dd-container {
	background-color: #fff;
	position: absolute;
	z-index: 99;
	left: 0;
	max-height: 250px;
	overflow: auto;
	border: 1px solid #e6e6e6;
	width: 100%;
	left: 0;
	top: 100%;
	padding: 10px 0
}
.dd-container li {
	border: 0;
	color: #666;
	padding: 5px 25px;
	margin: 0;
	text-align: left;
	cursor: pointer
}
#select-box-category .float-right {
	display: none
}
.back-btn-reg button {
	background: #f30;
	color: #fff;
	padding: 0 20px;
	line-height: 38px;
	font-weight: 600;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.back-btn-reg button:hover {
	color: #fff;
	background: #333
}
.regBoxWrap .select2-container--default .select2-selection--multiple {
	border-color: #ddd
}
.regBoxWrap .md-multiselect-option .select2-container--default.select2-container--focus .select2-selection--multiple {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.dd-container li:nth-child(even) {
	background: #fff
}
.dd-container li:nth-child(odd) {
	background: #ececec
}
.qus-chkbox .checkbox {
	padding-left: 0
}
.qus-chkbox li:not(:last-child) {
	margin-right: 3px;
	padding-bottom: 10px
}
.qus-chkbox {
	padding: 10px 0 0 0
}
.need-chkbox .checkbox {
	padding-left: 3px
}
.need-chkbox {
	padding: 10px 0 0 0
}
.qualification-input {
	resize: none
}
.advisory-text {
	color: #000;
	font-weight: 600
}
.checkbox label {
	line-height: 19px
}
.bodies-and-card .select-option-3 {
	padding: 0 20px 0 15px
}
.what-Trade h6 {
	font-size: 15px;
	color: #000
}
.thankYouWrap {
	max-width: 800px;
	width: 100%;
	margin: 3rem auto;
	padding: 50px;
	box-shadow: rgba(0, 0, 0, .3) 0 0 15px 0;
	border-radius: 2rem
}
.thankYouWrap h3 i {
	display: block;
	font-size: 60px;
	margin-bottom: 20px
}
.verifiedphn a {
	background: green
}
.logo p {
	display: none;
	text-align: center;
	line-height: 1
}
.error_msg {
	font-size: 12px;
	font-weight: 500;
	color: red;
	line-height: 13px;
	margin-bottom: 20px!important
}
.ttInput {
	background-color: transparent;
	box-shadow: none;
	padding: 0 60px 0 15px;
	width: calc(100% + 17px)!important;
	height: 43px;
	color: #000;
	outline: 0;
	border: none;
	position: relative;
	left: -15px
}
 .ttInput::-webkit-input-placeholder {
 color: #ff1d00;
 opacity: 1
}
 .ttInput::-moz-placeholder {
 color: #ff1d00;
 opacity: 1
}
 .ttInput:-ms-input-placeholder {
 color: #ff1d00;
 opacity: 1
}
 .ttInput::-ms-input-placeholder {
 color: #ff1d00;
 opacity: 1
}
 .ttInput::placeholder {
 color: #ff1d00;
 opacity: 1
}
.mdcity li {
	padding: 7px 10px;
	background: #eee;
	margin-bottom: 1px!important
}
.mdcity li div {
	padding: 0!important;
	background-color: transparent!important;
	border: none!important
}
.mdcity li:hover div {
	background-color: transparent!important;
	border: none!important;
	color: #fff
}
.mdcity li:hover {
	background: #ff767d
}
.no-skillresult {
	padding: 10px 15px;
	border-left: #ff1d00 1px solid;
	border-right: #ff1d00 1px solid
}
.error_message_login {
	padding: 0 15px;
	color: red;
	font-size: 13px;
	font-weight: 700
}
.error_message_reg {
	padding: 0 15px;
	color: red;
	font-size: 13px;
	font-weight: 700
}
.regBoxWrap .form-group .iti {
	display: block
}
span#phone_error_msg.phone_error_reg {
	white-space: normal
}
select#city {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	min-height: 42px;
	height: auto
}
.sl-2 .select2-container .select2-selection .select2-selection__arrow {
	height: 44px
}
.sl-2 .select2-container .select2-selection {
	border-color: #ddd
}
.sl-2 .select2-container .select2-selection .select2-selection__rendered {
	line-height: 44px
}
.sl-2 .select2-container .select2-selection {
	min-height: 46px;
}
.regBoxWrap .sl-2 .select2-container .select2-selection {
	max-height: 46px;
	overflow-y: auto;
}
.sl-2 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0 10px
}
.mdTown li:nth-child(even) {
	background: #e2d9d9
}
.cat-noresult {
	text-align: center;
	font-weight: 700;
	font-size: 33px;
	box-shadow: rgba(0, 0, 0, .1) 0 13PX 16PX -3PX;
	padding: 30px;
	border: #f5f5f5 1px solid
}
.pjsDd .select2-container .select2-selection--single {
	height: 46px
}
.pjsDd .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px
}
.pjsDd .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	height: 46px;
	top: 0;
	right: 1px;
	width: 40px
}
.pjsDd .select2:not(:last-child) {
	margin-right: 10px
}
.md-multiselect-option .select2-container--default .select2-selection--multiple .select2-selection__choice {
	line-height: 32px
}
span.searchdatecls {
	margin-left: 10px;
	font-size: 15px
}
.need-jod-ftr .add-job-cls {
	position: absolute;
	right: 0;
	height: 100%;
	background: #ff1d00;
	top: 0;
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	width: 54px;
	border: none;
	font-weight: 700;
	text-transform: uppercase
}
.bayerSliderDesc ul li.Val {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 5px
}
p.ttArea {
	font-size: 13px
}
.worktimeSpan {
	position: relative
}
.worktimeSpan small.help-error {
	top: 100%;
	left: 0;
	white-space: nowrap
}
.footer-modalc {
	color: red;
	font-weight: 700
}
.addJobBtn {
	background: #ef3d3d;
	color: #fff;
	padding: 0 25px;
	line-height: 42px;
	font-weight: 600;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	border: none
}
.addJobBtn:hover {
	color: #fff;
	background: #333
}
.addNewJobSec h5 {
	text-align: center;
	border-bottom: #c1b9b9 1px solid;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 18px!important
}
.text-area {
	resize: none;
	height: 100px
}
.addNewJobSec {
	background: #fff1f0;
	padding: 15px;
	border: #fbdedc 1px solid;
	margin-bottom: 20px
}
.navbar {
	z-index: 999999999
}
.col-fixWidth {
	position: relative;
	min-height: 1px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%
}
.pjsDd .row {
	margin-left: -8px!important;
	margin-right: -8px!important
}
.pjsDd .row [class*=col-] {
	padding: 0 8px!important;
	margin: 0!important
}
.subscribeRight .subscribeErrorSpan {
	position: absolute;
	top: 100%;
	font-weight: 700
}
.faq-section .card {
	border: none;
	box-shadow: rgba(0, 0, 0, .3) 0 0 5px -2px;
	margin-bottom: 10px
}
.faq-section .card h2 {
	padding: 0
}
.faq-section .card-header {
	padding: 0;
	background-color: #fff
}
.faq-section .card button {
	padding: 15px 20px;
	color: #333;
	display: block;
	width: 100%;
	font-weight: 600;
	text-align: left;
	text-decoration: none;
	font-size: 18px
}
.faq-section .card button i {
	margin-right: 20px
}
.faq-section .card.active .card-body {
	background: #f4f4f4
}
.faq-section .card button:hover, .faq-section .card.active button {
	background: #332f2e;
	color: #fff;
	text-shadow: #b37878 1px 1px
}
.faqTitle {
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	color: #333
}
.faq-section {
	padding: 40px 0;
	background: #fcfcfc
}
.mdlBox {
	padding: 20px;
	border: #eee 1px solid;
	line-height: 1.8;
	height: 100%
}
.style-1 [class*=col-] {
	margin-bottom: 20px
}
.categoryPage {
	padding: 13px 0 30px;
	border-top: #ffefed 5px solid;
	background: #f7f7f7
}
.siteMap {
	padding: 30px 0;
	border-top: #ffefed 5px solid;
	background: #f7f7f7
}
.categoryPage .papular-jobbox a img {
	width: 100%;
	display: block
}
.categoryPage .papular-jobbox a {
	margin: 0
}
.categoryPage .row [class*=col-] {
	margin: 15px 0
}
.siteMapBox {
	background: #fff;
	padding: 20px;
	border: #eee 1px solid
}
.siteMapInner .siteMapBox:not(:last-child) {
	margin-bottom: 20px
}
.siteMapInner h4 {
	text-transform: uppercase;
	font-size: 18px
}
.siteMapBox ul li:not(:last-child) {
	margin-right: 40px
}
.siteMapBox ul li a {
	color: #333;
	line-height: 34px;
	border-radius: 6px;
	font-weight: 600;
	text-decoration: underline
}
.siteMapBox ul li {
	list-style: inside
}
.catSearch {
	width: 100%;
	display: block;
	height: 46px;
	border: none;
	background: #333;
	color: #fff;
	font-weight: 600;
	border-radius: 2px;
	padding: 0 30px
}
.catSearch:hover {
	background: #ff1d00
}
.about_box .abt-reg-form [class*=col-] {
	padding: 0 5px
}
.about_box .abt-reg-form {
	margin: 0 -5px
}
.job-input .select2-selection--single {
	height: 34px;
	border-color: #c6c6c6;
	background: rgba(255, 255, 255, .76);
	border-radius: 0
}
.job-input .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #686868;
	line-height: 32px;
	font-size: 12px
}
.job-input .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px
}
.job-input .select2-container {
	width: 100%!important
}
.pjsDd .row .select2-container {
	width: 100%!important
}
.profile-box-btn {
	padding: 0 20px
}
.profile-box-btn .View_Profile {
	width: 100%
}
.profile-box-btn a:not(:last-child) {
	margin-bottom: 10px
}
.user-type-login .user-type-login-select {
	height: 44px!important;
	border: 1px #e5e5e5 solid;
	color: #999;
	border-radius: 10px;
	padding: 0 0 0 50px
}
.when-boh-lft {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.specific-date-box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.ui-widget.ui-widget-content {
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	/*width: calc(100% - 30px) !important;*/
}
.avalability-des {
	color: #f30;
	font-weight: 600
}
.tick-for-all .checkbox label::before {
	width: 40px;
	height: 40px
}
.tick-for-all .checkbox label::after {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	padding-left: 0;
	padding-top: 0;
	font-size: 25px;
	color: #555;
	line-height: 39px;
	text-align: center
}
.tick-for-all .checkbox label {
	padding-left: 30px;
	margin: 0;
	line-height: 40px;
	cursor: pointer
}
.tick-for-all .checkbox {
	padding-left: 0;
	padding-top: 26px
}
.new-padding {
	padding: 15px 0
}
.new-padding .nameRate {
	padding: 0
}
.new-padding .nameRateLeft h3 {
	margin-bottom: 0
}
.nameRate h3 {
	margin: 0
}
.n-left {
	padding-right: 15px
}
.profileInner h3 {
	margin-bottom: 12px;
	font-size: 17px;
	width: 100%;
	padding: 0
}
.nameRateLeft {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.invAward ul li:not(:last-child) {
	margin-right: 10px
}
.invAward ul li a {
	color: #fff;
	background: #ff2700;
	padding: 0 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 13px
}
.associatedIndustry ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
	-moz-box-shadow: rgba(0, 0, 0, .1) 0 0 12px -4px;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 12px -4px;
	box-shadow: rgba(0, 0, 0, .1) 0 0 12px -4px;
	padding: 10px
}
.associatedIndustry ul li img, .indCur ul li img {
	width: 100%
}
.indCur ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(33.333337% - 10px);
	flex: 0 0 calc(33.333337% - 10px);
	max-width: 100%;
	-moz-box-shadow: rgba(0, 0, 0, .1) 0 0 12px -4px;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 12px -4px;
	box-shadow: rgba(0, 0, 0, .1) 0 0 12px -4px;
	padding: 10px
}
.myCredentials .row, .previousProject .col-lg-6 .row {
	margin: 0 -5px
}
.myCredentials [class*=col-], .previousProject .col-lg-6 [class*=col-] {
	padding: 0 5px
}
.myCredentials .qulExp li:not(:last-child) {
	margin-right: 10px
}
.myCredentials h6 {
	font-size: 13px;
	margin-bottom: 6px
}
.myCredentials .input-1 {
	width: 60px;
	outline: 0!important
}
.input-1 {
	padding: 0 15px;
	border-color: #bbb;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px
}
.myCredentials .input-1, .myCredentials .selectOption {
	border: #dfdfdf 1px solid;
	height: 36px;
	font-size: 13px
}
.aboutRev p {
	margin-bottom: 15px
}
.proInner.form-group {
	margin-bottom: 1rem
}
.indCur, .previousProject {
	margin-top: 20px
}
.aboutRev-wrap p {
	margin-bottom: 0
}
.aboutRev-wrap .aboutRev {
	margin-top: 0
}
.prf-box-bg {
	background-color: #fff;
	-moz-box-shadow: 0 3px 16px 0 rgba(143 143 143 / 20%);
	-webkit-box-shadow: 0 3px 16px 0 rgb(143 143 143 / 20%);
	box-shadow: 0 3px 16px 0 rgb(143 143 143 / 20%);
	padding: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px
}
.prf-box-bg+.prf-box-bg {
	margin-top: 15px
}
.prf-box-bg .profileImgBoxBtm {
	border-top: none;
	padding-top: 0
}
.scrollup i:before {
	font-family: FontAwesome!important
}
.prf-back-btn a {
	background: #013751;
	color: #fff;
	padding: 0 20px;
	line-height: 38px;
	font-weight: 600;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
.prf-back-btn a:hover {
	color: #fff;
	background: #ff2700
}
.proInner .selectOption {
	padding: 0 12px 0 7px
}
.prf-box-bg .myCredentials .input-1, .prf-box-bg .myCredentials .selectOption {
	font-size: 11px
}
.payment-info-details h2 {
	background: #3c4148;
	color: #fff;
	padding: 5px;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600
}
.payment-info-details {
	padding: 10px;
	border: 1px solid #dadada
}
.mdl-pay-btn {
	background: #f4bb39;
	border-color: #f4bb39;
	outline: 0
}
.mdl-pay-btn:hover {
	background: #3c4148;
	border-color: #3c4148
}
.payment-info-details .title {
	color: #000;
	font-weight: 600;
	padding-bottom: 5px
}
.innerPortion thead {
	background: #f7f7f7
}
.innerPortion thead th {
	color: #333!important
}
.innerPortion {
	margin-top: 10px
}
.innerPortion h5 {
	font-weight: 700
}
.pay-card-img h4 {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0
}
.pay-card-img li img {
	display: block;
	width: 100%
}
.pay-card-img li:not(:last-child) {
	margin-right: 5px
}
.pay-card-img {
	padding: 0 0 10px 0
}
.ribbon-banner {
	overflow: hidden;
}
.banner-ribbon-wrap {
	position: absolute;
	right: 0;
	bottom: 80px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transform-origin: 62% -110% 0;
}
.banner-ribbon-text {
	background: #ffff00;
	text-align: center;
	padding: 10px 90px 20px 90px;
}
.banner-ribbon-text .ribbon-text-p {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.banner-ribbon-text .ribbon-text-h4 {
	color: #416389;
	font-size: 26px;
	font-weight: 700;
	padding: 0;
}
.banner-ribbon-text .ribbon-text-h4 span {
	color: #ff1d00;
}
.reg-ribbon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 250px;
	flex: 0 0 250px;
	max-width: 250px;
	padding: 0 15px;
}
.reg-ribbon img {
	display: block;
	width: 100%;
}
.reg-ribbon span {
	position: absolute;
	top: -59px;
	display: block;
}
.forMobBanner .bannSlogan {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	left: 0;
	top: 0;
}
.forMobBanner {
	padding: 50px 0 0;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	z-index: 1;
	position: relative;
	height: calc(100vh - 66px);
	overflow-y: auto;
}
.forMobBanner::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: -1;
}
.sloganText p {
	text-align: left;
	color: #fff;
	font-size: 14px;
}
.sloganText h3 {
	text-align: left;
	color: #fff;
	font-size: 27px;
}
.sloganText {
	/* margin-top: 100px; */
	position: absolute;
	top: 40%;
	width: 100%;
	padding: 0 20px;/* z-index: 1; */
}
.workHire {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.workHire {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
	background: #fff;
	padding: 3px 0;
}
.workHire a {
	color: #f00;
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 3.5vw;
	padding: 3px 0;
	letter-spacing: 0;
}
.workHire .col:first-child a::after {
	content: "";
	height: 17px;
	background: #666;
	width: 1px;
	position: absolute;
	right: 0;
	transform: translateY(-50%);
	top: 50%;
}
.bannSloganInner h5 {
	padding-bottom: 5px;
}



/* mobForSection */
/* .mobForSection {
    background: #ffffff;
} */

.mobFormBanFooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 2rem 1rem;
}

.mfbfBtn .nxtBtn {
    background: #fff;
    box-shadow: rgba(0, 0, 0, .3) 0 2px 10px;
    display: block;
    color: #0b0b0b;
    padding: 0 1rem;
    line-height: 2.2;
    border-radius: 8px;
}

.mfbfBtn .prvBtn {
    background: #f3f3f3;
    box-shadow: rgba(0, 0, 0, .3) 0 2px 10px;
    display: block;
    color: #0b0b0b;
    padding: 0 1rem;
    line-height: 2.2;
    border-radius: 8px;
}

.mobFormBan {
    padding: 0 1rem;
}

.mfbpBar {
    height: 8px;
    background: #ececec;
    border-radius: 16px;
}

.mfbpBar span {
    height: 8px;
    background: #ff481c;
    display: block;
    border-radius: 16px;
}
.mobFormBanProgress{
    margin-bottom: 2rem;
}
.mobFormBanProgress h4 {
    font-size: 24px;
}



.mobForSection h2 , .mobForSection .steps {
    display: none !important;
}

.selectJob li{
    flex: 0 0 50%;
    max-width: 50%;
}
.forRadio li{
    padding-left: 20px !important;
    margin: .3rem 0;
}
.forRadio li input{
    display: none !important;
}
.selectResultBox h5{
    padding-bottom: 1.6rem;
}
.mobForSection > .wizard > .content > .body {
	width: 100%;
	padding: 5.5%;
}
.wizard > .actions {
	text-align: center;
	position: fixed;
	bottom: 0;
	background: #fff;
}
.mobForSection > .wizard > .content {
	background: #fff;
	min-height: 85vh;
	margin: 0;
}
 .notThere .addBtn {
    background: #f00;
    color: #fff;
    font-weight: bold;
    padding: 0 1.5rem;
    border: none;
 }
 
 .ulmiLeft {
    flex: 0 0 17vw;
 }
 .ulmiLeft span{
    display:block;
 }
 .ulmiLeft span img {
    display: block;
    width: 100%;
}
 .ulmiRight {
    flex-grow: 1;
 }
 .ulmiRight h4 {
	font-size: 16px;
	padding-bottom: 4px;
}
.ulmiRight ul {
    margin-bottom: 4px;
}
.ulmiRight ul li{
    font-size: 13px;
    color: #ffd000;
    margin-right: 3px;
}
.ulmiRight p{
    color: #666;
}
.ulmiRight p i{
    color: #ff1d00;
}
.userListMd .userListMdInner{
    box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px -2px;

}
.userListMd .userListMdInner:not(:last-child){
    margin-bottom: .8rem;
}
.userListMd {
	height: 67vh;
	position: relative;
	overflow-y: auto;
	padding-bottom: 20px;
}

.accountBox .formGroup {
	margin-bottom: 0.8rem;
}
.accountBox .formGroup.verify {
    position: relative;
}
.accountBox .formGroup.verify .input-1 {
    padding-right: 100px;
}
.accountBox .formGroup.verify .verifyBtn{
    position: absolute;
    top: 0;
    right: 0;
    background: #ff1d00;
    text-align: center;
    color: #fff;
    height: 100%;
    width: 90px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.nxtBtnMd {
	background: #ff1d00;
	text-align: center;
	color: #fff;
	height: 100%;
	padding: 0 22px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
}
.nxtBtnMdAtra p {
	font-size: 13px;
	line-height: 1.4;
	padding-left: .8rem;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
	background: #ff1d00;
}

.accountBox .input-1 {
	height: 38px;
}
/* mobFor

/* 09.09.2022 Start*/
.comon-sec-wrap{
    padding: 5.5%;
}
.next-btn{
    background: #ff1d00;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border: none;
	box-shadow: none;
	outline: none !important;
	text-transform: capitalize;
}
.prvs-btn{
    background: #565555;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border: none;
	box-shadow: none;
	outline: none !important;
	text-transform: capitalize;
}
.comon-sec-wrap .actions {
	text-align: center;
	position: fixed;
	bottom: 15px;
	width: 100%;
	display: block;
	left: 0;
}
.comon-sec-wrap .actions ul{
	display: flex;
	justify-content: center;
}
.comon-sec-wrap .actions ul li:not(:last-child){
	margin-right: 8px;
}
.comon-sec-wrap .job-data-box .checkbox {
	padding-left: 3px;
}
.comon-sec-wrap .userListMd .userListMdInner {
    padding: 0.5rem;
    background: rgba(0,0,0,.7);
    font-size: 12px;
}
.comon-sec-wrap .userListMd .userListMdInner.active{
	background: rgba(236, 33, 33, 0.8);
}
.comon-sec-wrap .accountBox .formGroup{
    position: relative;
}
.comon-sec-wrap .accountBox .input-1{
	margin-bottom: 1.2rem;
}
.comon-sec-wrap .veryfy-new .verfy-text{
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%) !important;
}
.comon-sec-wrap .veryfy-new #phone_error_msg {
    left: 0;
    top: 100%;
}
.comon-sec-wrap .workHire a {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
}
/* 09.09.2022 End*/

.mobFormBanBox.step-2 .input-1 , .mobFormBanBox.step-1 .input-1.mainSrc{
	border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	-ms-border-radius: 6px 0 0 6px;
	-o-border-radius: 6px 0 0 6px;
}
.input-1:focus {
	box-shadow: none;
  }

.mobFormBanBox.step-1 .next-btn{
	border-radius:  0 6px;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	-ms-border-radius: 0 6px 6px 0;
	-o-border-radius: 0 6px 6px 0;
}
section.backgroundImg {
    position: fixed;
    height: 100% !important;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-size: cover !important;
}
.color-white {
	color: #fff !important;
}
.mobForSection .mainSrc{
	background: #fff;
	color: #404040;
}
section.backgroundImg:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .6;
}
button.addBtn.add-job-cls {
    border-radius: 0 6px 6px 0;
}
.align-items-end{
	align-items: end;
}
.sellerInfoLeft h4{
	color: #fff !important;
}
.sellerInfoLeft p, .sellerInfoRight p {
    color: #ededed !important;
    font-size: 13px;
}

.sellerInfoLeft ul li{
	font-size: 11px;
}

.accountBoxM {
    background: rgb(255 251 251 / 94%);
    padding: 10px;
    border-radius: 10px;
}

.nxtBtnMdAtra .colorBlack {
    font-size: 12px;
    color: #333;
}
.selectJob .checkbox{
	margin-bottom: .8rem;
}
.selectJob .checkbox input[type=checkbox], .selectJob .checkbox input[type=radio] {
    display: none;
}

.extraMt {
	margin-bottom: 60px;
}
.comon-sec-wrap .job-data-box.selectJob .checkbox {
	padding-left: 20px;
}
.findSkilledPeople {
	margin-top: 20px;
}
.findSkilledPeople h5 {
	color: #f8d9d4;
	font-weight: bold;
	font-size: 18px;
	text-shadow: rgba(0, 0, 0, 0.8) 0 0px 2px;
}

.findSkilledPeople p {
	color: #dbdbdb;
	font-size: 13px;
}

.selectTownImg {
	margin-top: 30px;
}
.selectTownImg span {
	position: absolute;
	top: -10px;
	right: -10px;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 19px;
	border-radius: 20px;
	font-size: 12px;
	background: #ddd;
	box-shadow: rgba(0, 0, 0, .3) 0 0 5px;
	color: #000;
	font-weight: bold;
}
.selectTownImg img {
	display: block;
	width: 100%;
	max-width: 250px;
}
.selectTownImg a {
	display: inline-block;
	position: relative;
}

.home-actions {
    margin-top: 10px;
}
.home-actions ul{
	display: flex;
    justify-content: center;
}
.home-actions ul li:not(:last-child){
	margin-right: 15px;
}
.home-prvs-btn {
    background: #565555;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    outline: none !important;
    text-transform: capitalize;
}
.nextBtnHome {
    background: #ff1d00;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    outline: none !important;
    text-transform: capitalize;
}
.home-ads{
	max-width: 250px;
    margin: 20px auto 0;
}
.percent-wrap {
    max-width: 675px;
    width: 100%;
    margin: 10px auto;
}
.right-next {
    position: absolute;
    right: 0;
    height: 100%;
    background: #ff1d00;
    top: 0;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    width: 54px;
}
.bb-bottom{
	border-bottom: 1px solid #ff1d00;
}
.desktopHeading{
	width: 100%;
    margin: 3px 0;
    background-color: rgba(255, 255, 255, .8);
	border: 1px solid #ff1d00;
	padding: 10px;
}
.desktopHeading .need-job-title{
	align-items: center;
}
.userListMdD h3 {
    padding-bottom: 0;
    color: #1e1e1e;
    font-size: 18px;
    padding: 10px;
}
.jobSelected{
	width: 100%;
    margin: 3px 0;
    background-color: rgba(255, 255, 255, .8);
	border: 1px solid #ff1d00;
	padding: 10px;
}
.bb-top{
	border-top: 1px solid #ff1d00;
}
.mar-top{
	margin-top: 3px;
}
.userListMdD .ulmiLeft{
	flex: 0 0 170px;
}
.userListMdD .userListMdInner{
	padding: 5px;
	background-color: rgba(0, 0, 0, .4);
    border: 1px solid #ff1d00;
	cursor: pointer;
	display: none ;
}
.userListMd .userListMdInner {
	display: none ;
}

.userListMdD .userListMdInner.active{
	background: #d12e2d;
}

.sellerAvailibilities {
    background: #fff;
    margin-top: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66%;
	flex: 0 0 66%;
	max-width: 66%;
	position: relative;
}

.sellerAvailibilities .table td, .sellerAvailibilities  .table th {
    padding: 0.25em 0.75rem;
    font-size: 13px;
}
.sellerAvailibilities .what-need-job-sec h4 {
    color: #3e3e3e;
    font-size: 18px;
    text-shadow: none;
    padding: 10px;
}

.leftRightWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
    background: #000;
    padding: 14px;
}
.nxtPrvAbsolute {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.nxtPrvAbsolute li:not(:last-child){
	margin-right: 10px;
}
.NextArrowBtn {
	padding: 6px 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	border-radius: 4px;
	background: #ff1d00;
	font-size: 12px;

}
.prvArrowBtn {
	border: #ff1d00 1px solid;
	padding: 5px 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ff1d00;
	border-radius: 4px;
	background-color: transparent;
	font-size: 12px;
	
}
.selectJob .checkbox label::after {
	top: -2px;
}
.job-select-box.fff {
	overflow-y: unset;
	max-height: none;
}
/* 12.01.23 */
.new-plan-box .plan-box-lft {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    background: #ff1d00;
    padding: 50px 20px;
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	z-index: 1;
}
.new-plan-box .plan-box-lft::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 100px solid #b31804;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.new-plan-box .plan-box-rgt {
    flex: 0 0 300px;
    max-width: 300px;
    padding: 15px;
    border: 1px solid #ffe9e6;
    background: #f9f9f9;
}
.new-plan-box .plan-box-lft h4 {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0;
}
.new-plan-box .plan-box-rgt h4{
	color: #343434;
    font-size: 19px;
    text-transform: uppercase;
}
.new-pln-btn {
    background: #ff1d00;
    color: #fff;
    text-align: center;
    line-height: 27px;
    text-transform: uppercase;
    border: 1px solid #ff1d00;
    height: 30px;
    padding: 0 15px;
    font-weight: 600;
	margin-top: 20px;
}
.new-pln-btn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
/* 12.01.23 */
.advertisement-bannar img{
	display: block;
	width: 100%;
}
.colorRed{
	background-color: #ff1d00;
}
.colorWhite{
	color: #fff;
}

.card-header.redBg {
	background: #f6f6f6;
}
.card-header.redBg h4 {
	font-weight: bold;
	color: #333;
	padding: 0;
}
.card-header.redBg {
	padding: 8px 0;
}
.selectBtnMd{
	background: #ff1d00;
	color: #fff;
	text-transform: uppercase;
}
.selectBtnMd:hover{
	background: #02274c;
	color: #fff;
}

.featured-ribbon {
    height: 80px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: right;
    width: 80px;
    z-index: 2;
}

.featured-ribbon span {
    background: #d2281e none repeat scroll 0 0;
    box-shadow: 0 3px 12px -7px rgba(0, 0, 0, 1);
    color: #fff;
    display: block;
    font: 600 10px/30px 'Source Sans Pro', sans-serif;
    position: absolute;
    right: -25px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    transform: rotate(45deg);
    width: 100px;
}

.lineThrough {
	color: #888;
	font-size: 70%;
	margin-right: 15px;
	text-decoration: line-through;
}
.advertisement-wrap{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.package-description {
	margin-right: 15px;
    margin-left: 15px;
}
.package-description li {
    position: relative;
    padding-left: 32px;
    text-align: left;
    line-height: 2;
    margin-bottom: 10px;
	font-size: 13px;
}
.package-description li span{
	position: absolute;
	left: 0;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background-color: #000;
	font-weight: 600;
	border-radius: 50%;
}