.price_section {
	background-color:#eef7ff;
	text-align: center;
	padding:60px 0;
}
.price_section .container{
	width:auto !important;
	max-width:1600px !important;
}
@media (max-width: 896px) {
 .price_section {
 padding:30px 0;
}
}
.price_plan {
	background:#fff url('../images/price_plan_bg1.png') no-repeat;
	background-position:bottom center;
	background-size:100% auto;
	max-width: 445px;
	display: inline-block;
	vertical-align: bottom;
	border-radius: 15px;
	box-shadow: 0 10px 12px rgba(0, 0, 0, 0.15);
	padding: 40px 70px;
	text-align: left;
	min-height:670px;
	position: relative;
	transition: all 0.3s;
	width: 100%;
	margin: 5px;
}
.price_plan:hover {
	box-shadow: 0 10px 12px rgba(0, 0, 0, 0.4);
}
.price_plan:last-child {
	background:#fff url('../images/price_plan_bg2.png') no-repeat;
	background-position:bottom center;
	background-size:100% auto;
}
.price_plan.popular {
	padding-top: 91px;
	min-height: 710px;
}
.price_plan.popular > span {
	background: #ffffff url(../images/price_plan_popular.png) no-repeat;
	background-position: top right;
	background-size: auto 100%;
	font-weight: bold;
	
	font-size: 25px;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 15px;
	height: 100px;
	text-align: right;
	padding: 25px 40px;
	color: #fff;
	z-index: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.price_plan h4 {
	font-size: 23px;
	
	
	color: #2f50b1;
	position: relative;
	z-index: 2;
}
.price_plan h1 {
	font-size: 62px;
	
	
	position: relative;
	z-index: 2;
}
.price_plan ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}
.price_plan ul li {
	font-size:20px;
	padding: 7px 0;
	position: relative;
	border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}
.price_plan ul li:last-child {
	border:none;
}
.price_plan ul li:before {
	content:'';
	background:url(../images/tick.png);
	display:inline-block;
	height:18px;
	width:18px;
	position: absolute;
	left: -30px;
	top: 14px;
}
.price_plan .info {
	margin:0 0 0 5px;
	display:inline-block;
	cursor: pointer;
	color: #0f3ac4;
	font-size: 17px;
}
.buy_btn {
	background-color: #fff;
	color: #000;
	font-size: 18px;
	padding: 15px 55px;
	border-radius: 100px;
	text-decoration:none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
	display: inline-block;
}
.buy_btn:hover {
	background-color: #f29319;
	box-shadow:none;
	color: #fff;
}
.price_plan .buy_btn {
	margin-top:45px;
}
@media (max-width: 896px) {
 .price_plan {
 min-height: auto;
 padding: 40px 25px 40px 50px;
 margin: 8px 0;
 vertical-align: top;
}
 .price_plan.popular {
 margin: 8px 0;
 min-height: auto;
 padding-top: 80px;
}
 .price_plan.popular > span {
 font-size: 22px;
 letter-spacing: 0;
 height: 85px;
 padding: 20px 40px;
}
 .price_plan h1 {
 font-size: 55px;
}
 .price_plan ul li {
 font-size:18px;
}
}
.find_crew {
	border-radius: 15px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
	padding: 40px;
	background:#8154EF url('../images/find_crew_bg.png') no-repeat;
	background-position:bottom right;
	background-size: auto 98%;
	max-width: 907px;
	display: inline-block;
	position:relative;
	overflow:hidden;
	vertical-align: top;
	margin: 0px 0 0;
	text-align: left;
}
.find_crew figure {
	float:left;
	max-width: 280px;
}
.find_crew figure img {
	width:100%;
}
.find_crew article {
	overflow:hidden;
	padding: 0 0 10px 40px;
	color:#fff;
}
.find_crew article h2 {
	overflow:hidden;
	font-size: 26px;
}
.find_crew .ribbon {
    width: 160px;
    height: 32px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #06B56D;
    transform: rotate(45deg);
    position: absolute;
    right: -50px;
    top: 15px;
    padding-top: 7px;
    letter-spacing: 0;
}

@media (max-width: 896px) {
 .find_crew {
 padding: 30px 20px;
 background-position:bottom right;
 background-size: 80% auto;
 display: inline-block;
 margin: 10px 0 0;
 text-align: left;
 max-width: 445px;
}
 .find_crew figure {
 float:none;
 max-width: none;
 margin-bottom: 20px;
}
 .find_crew article {
 overflow:hidden;
 padding: 20px 0 10px 0;
}
}
/* @media (min-width:991px){
	.tooltip{
		width:400px;		
	}
} */
.tooltip-inner {
	padding:10px;
	background-color: #0f3ac4;
	opacity:1;
	text-align:left;
	
	font-size:17px;
	font-weight:normal;
	max-width: 400px;
	border-radius:10px;
	line-height:1.1;
}
.tooltip.bs-tooltip-right .arrow:before {
	border-right-color: #0f3ac4 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
	border-left-color: #0f3ac4 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
	border-bottom-color: #0f3ac4 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
	border-top-color: #0f3ac4 !important;
}
.findme_crew_section {
	text-align: center;
	padding:0 0 70px 0;
}
@media (max-width: 896px) {
 .findme_crew_section {
 padding:0 0 30px 0;
}
}
.findme_crew_section .price_plan {
	border:#e0e0e0 solid 1px;
	min-height:410px;
}
.chat_us {
	margin: 40px auto;
	font-size: 23px;
	text-align: center;
}
@media (max-width: 896px) {
.chat_us {
 margin: 25px auto;
 max-width: 445px;
}
}
.chat_us a {
	color: #0056b3;
	text-decoration: none;
	font-weight: 500;
	
	white-space: nowrap;
}
.callus_now {
	max-width: 500px;
	border: #fbac48 solid 4px;
	border-radius: 5px;
	padding: 20px 40px 15px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 20px 0;
	position: relative;
}
.callus_now h2 {
	display: inline-block;
	background-color: #ffffff;
	margin: auto;
	font-size: 23px;
	padding: 5px 15px;
	z-index: 1;
	top: -25px;
	position: absolute;
	left: 15%;
	right: 15%;
}
.callus_now ul {
	list-style: none;
	text-align: left;
	padding: 0;
}
.callus_now ul li {
	margin: 8px 0;
}
.callus_now ul li strong {
	display: inline-block;
	font-weight: normal;
	width: 160px;
}
.callus_now ul li img {
	margin-right:10px;
}
@media (max-width: 900px) {
 .callus_now {
 padding: 20px 10px 15px;
 max-width: 445px;
}
.callus_now h2 {
 font-size: 22px;
 padding: 5px 5px;
 left: 5%;
 right: 5%;
 top: -18px;
}
.callus_now ul li strong {
 width: 145px;
}
.callus_now ul li img {
 margin-right:5px;
}
}
.callus_now ul li a {
	color: #0f3ac4;
	text-decoration: none;
	font-weight: 600;
	
}
.employer_call {
	max-width: 355px;
	display: inline-block;
	width: 100%;
	background-color: #fbac48;
	color: #fff;
	font-size: 20px;
	border-radius: 3px;
	padding: 25px;
	vertical-align: top;
	margin: 20px 0 0 48px;
}
.employer_call img {
	display: inline-block;
	vertical-align: top;
	margin: 5px 16px 0 0;
}
.employer_call p {
	text-align: left;
	display: inline-block;
}
.employer_call p strong {
	display: block;
}
.employer_call h3 a {
	font-weight: 600;
	
	color: #fff;
	font-size: 31px;
}
@media (max-width: 900px) {
 .employer_call {
 max-width: 445px;
 margin: 0;
 padding: 15px;
}
}
/* Crew Manager */
.color_bg1 {
	background-color:#eef7ff;
}
.right_align {
	float:right;
}
@media (max-width: 896px) {
 .right_align {
 float:none;
 margin:auto;
}
}
.small_heading {
	font-size: 31px;
	margin: 5px 0 13px;
}
.crew_manager_list {
	list-style: none;
	padding: 0;
	margin: 25px 0 20px 0;
}
.crew_manager_list li {
	padding: 0 10px 50px 100px;
	position: relative;
}
.crew_manager_list li:last-child {
	padding: 0 10px 30px 100px;
}
.crew_manager_list li figure {
	height: 85px;
	width: 85px;
	display:inline-block;
	background-color: #6699ff;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100px;
	text-align: center;
	overflow: hidden;
}
@media (max-width: 896px) {
 .crew_manager_list li {
 padding: 0 10px 30px 0;
 text-align:center;
}
 .crew_manager_list li:last-child {
 padding: 0 10px 30px 0;
}
 .crew_manager_list li figure {
 height: 75px;
 width: 75px;
 margin-bottom:10px;
 position: relative;
}
}
.crew_manager_list li figure img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 80%;
}
.crew_manager_list h3 {
	font-size: 23px;
}
.crew_manager_list p {
	margin-bottom:0;
}
.price_plan.free_member1 {
	text-align:center;
	min-height: 618px;
	background: #FF8585 url(../images/price_bg.png) no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	padding: 30px;
	color:#fff;
	position: relative;
    overflow: hidden;
}
.price_plan.free_member1 h1{
	margin-top:15px;
}
.price_plan .ribbon {
    width: 160px;
    height: 32px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #06B56D;
    transform: rotate(45deg);
    position: absolute;
    right: -40px;
    top: 25px;
    padding-top: 7px;
    letter-spacing: 0;
}
.price_plan .plan_select {
	padding: 20px 10px;
	margin-top:20px;
}
.price_plan .plan_select a {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	padding: 12px 25px 9px;
    font-size: 20px;
	border-radius: 40px;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.price_plan .plan_select a:hover {
	/*background-color: #f29319;
	color:#ffffff;*/
	box-shadow: 1px 0 12px rgba(0, 0, 0, 0.6);
}
.price_plan.free_member {
	text-align:center;
	min-height: 618px;
	background: #fff url(../images/price_plan_bg1.png) no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	padding: 30px;
}


@media (max-width: 896px) {
 .price_plan.free_member {
 min-height: auto;
}
}
.price_plan.free_member h5 {
	
	font-weight: normal;
}
.price_plan.free_member figure {
	height:180px;
	margin-bottom:20px;
}
.price_plan.free_member h3 {
	font-weight: normal;
	
	margin: 20px 0 0;
	line-height: 1.5;
	color: #0f3ac4;
}
.price_plan.free_member h3 strong {
	display: block;
}
/*  Contact CSS */
.contact_block {
	display: table;
	background-color:#eff4fb;
}
.contact_block article {
	display: table-cell;
	width:40%;
	padding:40px 40px 30px;
}
.contact_block article:last-child {
	color:#fff;
	width:60%;
	background: #FCA332;
	background: -moz-linear-gradient(top, #FCA332 0%, #FCA332 100%);
	background: -webkit-linear-gradient(top, #FCA332 0%, #FCA332 100%);
	background: linear-gradient(to bottom, #FCA332 0%, #FCA332 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FCA332', endColorstr='#FCA332', GradientType=0 );
}
@media (max-width: 896px) {
 .contact_block {
 display:  block;
}
 .contact_block article, .contact_block article:last-child {
 display:block;
 width:100%;
 padding:20px 20px 10px;
}
}
.contact_block h2 {
	font-size: 28px;
	margin: 0 0 25px 0;
}
@media (max-width: 896px) {
 .contact_block h2 {
 font-size: 28px;
 margin: 0 0 20px 0;
}
}
.small_btn {
	border: #FCA332 solid 1px;
	padding: 8px 20px;
	display: inline-block;
	border-radius: 3px;
	transition: all 0.3s;
}
.small_btn:hover {
	background-color: #FCA332;
}
.small_btn i {
	font-size: 17px;
	margin: 0 0 0 8px;
}
.contact_block ul h3 {
	
	margin: 0 0 10px 0;
	
	
}
.contact_block ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.contact_block ul li {
	padding: 0 10px 20px 60px;
	position: relative;
}
.contact_block ul li:last-child {
	padding: 0 10px 0 60px;
}
@media (max-width: 896px) {
 .contact_block ul li {
 padding: 0 10px 20px 60px;
 position: relative;
}
 .contact_block ul li:last-child {
 padding: 0 10px 0 60px;
}
}
.contact_block ul li figure {
	height: 45px;
	width: 45px;
	display:inline-block;
	border: #dee0e1 solid 1px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100px;
	text-align: center;
	overflow: hidden;
}
.contact_block ul li .btn{
	border:solid 2px #FCA332;
	background:transparent;
	color:#FCA332;
}
.contact_block ul li figure img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 80%;
}
.contact_block input[type="text"], .contact_block input[type="tel"], .contact_block input[type="email"], .contact_block input[type="password"], .contact_block input[type="file"], .contact_block textarea, .contact_block select {
	width: 100%;
	margin: 0 0 16px;
	border: none;
	padding: 8px 6px;
	border: none;
	font-size: 16px;
	height: 50px;
	background-color: transparent;
	border-bottom:rgba(255, 255, 255, 0.5) solid 1px;
	color: #fff;
}
.contact_block input[type="text"]:focus, .contact_block input[type="tel"]:focus, .contact_block input[type="email"]:focus, .contact_block input[type="password"]:focus, .contact_block input[type="file"]:focus, .contact_block textarea:focus, .contact_block select:focus {
	border-bottom: #fff solid 2px;
}
.contact_block select option {
	color: #000;
}
.contact_block textarea {
	height:100px;
}
.contact_block input[type="submit"], .contact_block input[type="button"], .contact_block .button {
	margin:30px 0 0 0;
	

}
.contact_block input[type="submit"]:hover, .contact_block input[type="button"]:hover, .contact_block .button:hover {
	background-color: #fff;
	color:#222;
	border: #fff solid 2px;
}
input, select, textarea, a, button {
	outline:none;
}
.contact_block ::-webkit-input-placeholder {
 color: #fff;
 opacity:0.8;
}
.contact_block :-moz-placeholder {
 color: #fff;opacity:0.8;
}
.contact_block ::-moz-placeholder {
 color: #fff;opacity:0.8;
}
.contact_block ::placeholder {
 color: #fff;opacity:0.8;
}
.contact_block :-ms-input-placeholder {
 color: #fff;opacity:0.8;
}
.post_daywork {
	background-color:#ffffff;
	padding:0px 0px;
}
@media (max-width: 896px) {
 .post_daywork {
 background-color:#e0ebff;
 padding:20px 20px 10px;
}
}
.post_daywork input[type="text"], .post_daywork input[type="tel"], .post_daywork input[type="email"], .post_daywork input[type="password"], .post_daywork input[type="file"], .post_daywork textarea, .post_daywork select {
	width: 100%;
	margin: 0 0 16px;
	border: none;
	padding: 8px 0;
	border: none;
	font-size: 16px;
	height: 50px;
	background-color: transparent;
	border-bottom:#999fab solid 1px;
	color: #000;
}
.post_daywork input[type="text"]:focus, .post_daywork input[type="tel"]:focus, .post_daywork input[type="email"]:focus, .post_daywork input[type="password"]:focus, .post_daywork input[type="file"]:focus, .post_daywork textarea:focus, .post_daywork select:focus {
	border-bottom: #67748f solid 1px;
}
.post_daywork select option {
	color: #222;
}
/*.select_date {
	background-image:url(../images/select_date.png);
	background-repeat:no-repeat;
	background-position:right center;
}*/
.post_daywork textarea {
	height:100px;
}
/*.post_daywork input[type="submit"], .post_daywork input[type="button"], .post_daywork .button {
	color:#fff;
	border: none;
	line-height:48px;
	height: 52px;
	font-size:17px;
	text-align:center;
	padding: 0px 50px;
	display: inline-block;
	margin: 0 0 10px 0;
	transition: 0.3s;
	border: none;
	background-color:#fca332;
	border-radius: 100px;
	cursor:pointer;
}
.post_daywork input[type="submit"]:hover, .post_daywork input[type="button"]:hover, .post_daywork .button:hover {
	background-color: #e99326;
	color:#fff;
}*/
input, select, textarea, a, button {
	outline:none;
}
.post_daywork ::-webkit-input-placeholder {
 color: #494949;
}
.post_daywork :-moz-placeholder {
 color: #494949;
}
.post_daywork ::-moz-placeholder {
 color: #494949;
}
.post_daywork ::placeholder {
 color: #494949;
}
.post_daywork :-ms-input-placeholder {
 color: #494949;
}
.post_daywork h2 {
	font-size: 32px;
	margin: 0 0 25px 0;
}
@media (max-width: 896px) {
 .post_daywork h2 {
 font-size: 28px;
 margin: 0 0 20px 0;
}
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
	background:#0033cc;
}
.datepicker td, .datepicker th {
	text-align: center;
	font-size:16px;
	width: 35px;
	height: 32px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
}
/*select {
	background: #fff url(../images/select_bg.png) no-repeat;
	background-position: right center;
	background-size: 38px;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}*/
.search_block {
	color:#fff;
	background: #0033CC;
	/*background: -moz-linear-gradient(top, #3565f4 0%, #0033cc 100%);
	background: -webkit-linear-gradient(top, #3565f4 0%, #0033cc 100%);
	background: linear-gradient(to bottom, #3565f4 0%, #0033cc 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3565f4', endColorstr='#0033cc', GradientType=0 );*/
	
	
	
	border-radius:3px;
	margin:0 0 20px 0;
	padding:20px;
}
.search_block label{
	margin:0;

}

.search_block button {
	
	display: block;
	width:100%;
	
	text-transform:none;
	
	height: 42px;
	font-size: 23px;
	margin-top: 0px;
	
}
.search_block button .fa:first-child, .search_block .btn .fa:first-child{
	top: -3px;
	margin: 0 4px 0 0;
	font-size: 16px;
}
.search_block button:hover {
	
	
}
.search_block .row {
	margin-left:-8px;
	margin-right:-8px;
}
.search_block .row > div {
	padding-right: 8px;
	padding-left: 8px;
}
.job_search_bar{
	margin: 30px 0px 30px;
	
	background: #69f;
	padding: 12px 15px;
	border-radius: 14px;
}
.job_grid{
	margin:35px 0 0 0;
	padding:0 0px;
}
@media (max-width: 896px) {
	.job_grid{
		margin:20px 0 0 0;
	}
	.job_search_bar{
	padding: 8px 12px;
	}
	
	
}
.job_grid .row {
	margin-left:-10px;
	margin-right:-10px;
}
.job_grid .row > div{
	padding-right: 10px;
	padding-left: 10px;
}
.job_griditem {
	background-color: #fff;
	display: block;
	border: #ccc solid 1px;
	transition:all 0.3s;
	margin:10px 0;
}
.job_griditem:hover {
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.15);
}
@media (max-width: 896px) {
	.job_griditem {
		margin:8px 0;
	}
}
.job_griditem .job_name {
	border-bottom: #ccc solid 1px;
	padding: 10px 15px;
	position: relative;
	font-weight: 600;
	overflow: hidden;
}
.job_griditem .job_name figure {
	position:relative;
	background-color:#eef7ff;
	height: 60px;
	width: 60px;
	border-radius: 100px;
	float: left;
	margin: 0 20px 0 0;
}
.job_griditem .job_name figure img {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	max-width: 80%;
	max-height: 80%;
}
.job_griditem .job_name p {
	overflow: hidden;
	margin-bottom: 0;
	padding-right: 35px;
}
.job_griditem .job_name p strong {
	display: block;
}
.job_griditem .job_name i {
	border: #1569aa solid 1px;
	color: #1569aa;
	height: 28px;
	width: 28px;
	border-radius: 100px;
	padding-left: 9px;
	padding-top: 6px;
	display: inline-block;
	font-size: 15px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -14px;
}
.job_griditem .job_details {
	padding: 15px;
}
.job_griditem .job_details ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 18px;
}
.job_griditem .job_details li {
	margin:1px 0 10px;
	display: flex;
	line-height:1.1;
}
.job_griditem .job_details li strong {
	display: inline-block;
	width: 116px;
	
	padding:0 10px 0 0;
}
.job_griditem .job_details li span {
	overflow:hidden
}
.heading11{
	font-size: 30px;
	text-align:center;
	margin: 0 0 40px;
}
@media (max-width: 896px) {
	.heading11{
		font-size: 27px;
		margin: 0 0 30px;
	}
}
.crew_card{
	margin-bottom:20px;
	border:solid 6px #fff;
}
.crew_card .hover_box{
	background:rgba(0, 0, 0, 0.6);
	color:#fff;
	text-align:center;
	position:absolute;
	height:100%;
	width:100%;
	display:table-cell;
	vertical-align:middle;
	height:0;
	transition:0.4s;
	font-size:0;
	cursor:pointer;
}
.crew_card:hover .hover_box{
	font-size:19px;
	height:100%;
	width:100%;
}
.crew_card .hover_box h4{
	text-align:center;
	position:absolute;
	top:50%;
	width:100%;
	transform:translateY(-50%);
	font-weight:normal;	
}

.jobmatch_card{
	padding:5px;
	border:solid 1px #ddd; 
	margin:0 0 15px 0 !important;
	border-radius:15px !important;
	background:#fff;
	
}
.jobmatch_card:nth-child(even){
	
	 background:#E3E6EF;
	 border:solid 1px #d9d9d9; 
}
.panel.jobmatch_card{
	border:none;
	/* cursor:pointer;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);*/
}
.panel.jobmatch_card:hover{
	/*box-shadow:0px 0px 8px rgba(0, 51, 204, 0.9);
	border:solid 1px #fff; */
	
}
.panel.jobmatch_card:nth-child(even):hover{
	
	/* border:solid 1px #f4f4f4; */
}
.jobmatch_card .collapse_btn{
	float: right;
	margin:0px 3px 0 15px;
	/*border: #FCA332 solid 1px;*/
    color: #fff;
    border-radius: 25px;
    padding: 3px 18px;
    display: inline-block;
    font-size: 17px;
    position: absolute;
    top: 50%;
	right:0px;
	line-height:1.4;
}

.jobmatch_card .panel-collapse{
	clear:both;
	padding: 1px 10px 0;
	
}
.orders_block .jobmatch_card .panel-collapse {
    clear: both;
    padding: 1px 0px 0;
}
.jobmatch_card .panel-collapse .btn{
	margin-bottom:10px;	
}
.jobmatch_card figure{	
	width: 100px !important;
	border-radius:100px;
	margin:5px 0px 10px 10px;
	text-align:center;
	position: relative;
	/*background-color: #eef7ff;*/
}
.orders_block .jobmatch_card figure{
	width: 108px;
	height: 108px;
	border: solid 1px #ccc;
	margin-right: 10px;
}
@media (min-width:900px){
	.jobmatch_card figure{
		float: left;
		margin:5px 15px 5px 12px;
	}
	.jobmatch_card .collapse_btn {

    
   		 margin: -8px 3px 0 15px;

	}
}
.jobmatch_card figure span{
	margin: 5px 0 0 0;
	text-align:center;
	display:block;
	
	
}
.jobmatch_card figure strong{
	color:#fff;
	position:absolute;
	z-index:50;
	bottom:27px;
	width:100%;
	text-align:center;
	
}
.jobmatch_card figure dd{
	background-color: #06B56D;
	
	position: absolute;
	z-index: 50;
	top: -11px;
	left: -18px;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 10px 0 0 0;
}	
/*.job_grid figure img{
	max-width:90%;
}*/
.jobmatch_card article{
	overflow:hidden;
	position:relative;
}
.orders_block .jobmatch_card article{
	padding:0 5px;
}
.jobmatch_card h3{
	margin: 10px 0 15px 0;
	font-size:16px;
	text-transform:uppercase;
}

.jobmatch_card h3 i{
	margin:0 10px 0 0;
	text-align:center;
	font-style:normal;
	display:none;
}
@media(max-width:896px){
.jobmatch_card h3 div{
	margin:0 0 10px 0;
}

.jobmatch_card article {
    
    padding: 0 10px;
}
}
.top_actions {
	padding:0px 0 0 0;
	z-index:100;
}
@media (min-width:900px){
.jobmatch_card h3 div{
	display:inline-block;
}
.jobmatch_card h3 i{
	display:inline-block;
}	

}
.jobmatch_card h3 span{
	margin:0 7px 0 0;
	text-align:center;
	font-style:normal;
}

@media (min-width:990px){
.top_actions {

    float: right;
    position: absolute;
    top: 10px;
    right: 15px;

}
.jobmatch_card .collapse_btn {
    margin: 0;
    position: absolute;
	top: 6px;
	right:5px;
}
.jobmatch_card h3 {
	
    padding-right: 277px;

}
.orders_block .jobmatch_card h3{
	text-transform:none;
	margin-bottom:11px;
}
}
.orders_block .jobmatch_card h3 dt{
 

display:inline-block;
font-weight:normal;
padding: 0 10px 0 0px;
text-transform:uppercase;

}
.orders_block .jobmatch_card h3 dd{
 
padding: 0 0 0 10px;

}
.orders_block .jobmatch_card h3 strong {
    margin-left: 20px;
    padding: 0 0 0 20px;
    border-left: solid 2px #ccc;
}

@media (min-width:1200px){
.top_actions{
	float:right;
}
}
@media (max-width:989px){
.top_actions{
	padding: 10px 0 0 0;
    position: absolute;
    top: 12px;
    right: 14px;
}
}



.top_actions li{
	float: right;
	list-style: none;
	margin: 0 0 0 10px;
}


.job_itinerary{
	text-transform: capitalize;
	padding: 0 0 0 27px;
	margin-bottom: 0;
	
}
.job_itinerary li{
	margin-bottom:3px;
	position:relative;
	padding-left:3px;
}
.job_itinerary li::marker{
	font-size:13px;
}
.orders_block .report_block{
	margin-top:10px;
}
/* .orders_block .job_itinerary{
	
	list-style:none;
	margin-bottom:0;
}

.orders_block .job_itinerary li::before {
    content: '\f111';
    position: absolute;
    font-family: fontawesome;
    left: 2px;
    font-size: 5px;
    top: 9px;
} */
.jobmatch_card h4{
	margin-bottom: 12px;
	margin-top: 12px;
}

.jobmatch_card hr{
	border-color:#ccc;
	margin:20px 0;
}

.status_board{
	margin:-1px 0 4px 0;
	font-size: 16px;
	
	text-transform:uppercase;
	line-height: 1;
	/* background: #f4f4f4; */
	border-bottom:solid 1px #ccc;
	padding: 2px 2px 5px;
}
.jobmatch_card:nth-child(even) .status_board{
	/* background: #ffffff; */
	
}


.status_board .pass{
	color:#19bd19;
}
.status_board .fail{
	color:red;
}
.status_board dd{
	display:inline-block;
	margin:0;
}

.status_board dd:first-child{
	margin-right:150px;
}
.status_board dd:last-child span{
	font-size:16px;
}
.modelpost_block ul.list2{
	margin:0px 0 0 0;
	list-style:none;
	
}
.jobmatch_card {
	position:relative;
}
.job_tag{
	position: absolute;

	left: -1px;

	top: -1px;

	z-index: 100;

	padding: 5px 12px 9px;

	line-height: 1;

	color: #fff;
}
.job_tag.type1{
	background:#ffc000;
}
	
.job_tag.type2{
	background:#ed7d31;
}	
	
.feature_c .btn {
	margin:10px 0 15px;
}	
	
	
.orders_block h4 {
	margin: 20px 0 20px;
    
}

.pricing_table .plan_price em, .price_plan em{
	font-size:22px;
	font-style:normal;
}
.pricing_table  .plan_price sup {
  
	left: -8px;
}
.pricing_table sup {
   color: #F25944;

top:0;
font-size: 25px;
line-height: 1;
height: 5px;
display: inline-block;
}