/*
Template Name:Job Board
Description:
Version:
Author:
Template URI:
Template URI:
License URI:
Tags:
*/
/*--------------------------------------------------------------------------------*/
/*	Default Element Styling */
/*--------------------------------------------------------------------------------*/
html, body {
  font-family: 'Nunito', myriad pro, tahoma, sans-serif;
  font-weight: 400;
  font-size: 96%;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito', tahoma, sans-serif;
  font-weight: 400;
  color: #565656;
}
p {
  font-family: 'arial', tahoma, sans-serif;
}
li {
  font-family: 'arial', tahoma, sans-serif;
}
.anch_check a {
  color: #565656 !important;
}
a:hover {
  color: #1d53a5;
  text-decoration: none;
}
hr {
  margin: 0;
}
.details-content {
  margin-top: 30px;
}
.style-list-1 {
  list-style-image: url(images/list-1.png);
  margin: 15px 0;
  padding: 0 0 0 15px;
  font-size: 14px;
  color: #7f7f7f;
}
.style-list-2 {
  list-style-image: url(images/list-2.png);
  margin: 15px 0;
  padding: 0 0 0 15px;
  font-size: 14px;
  color: #7f7f7f;
}
.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  width: 36px;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 260px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -130px;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 7px;
  text-align: left;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.style-list-3 {
  list-style-image: url(images/list-3.png);
  margin: 15px 5px;
  padding: 0 0 0 15px;
  font-size: 14px;
  color: #7f7f7f;
}
.style-list-4 {
  list-style-image: url(images/list-4.png);
  margin: 15px 5px;
  padding: 0 0 0 15px;
  font-size: 14px;
  color: #7f7f7f;
}
.style-list-3 a, .style-list-4 a {
  color: #7f7f7f;
}
.style-list-3 a:hover, .style-list-4 a:hover {
  color: #1abc9c;
  text-decoration: none;
}
.style-list-1 li {
  margin: 0 0 5px 0;
}
.style-list-2 li {
  margin: 0 0 9px 0;
}
.style-list-3 li {
  margin: 0 0 9px 0;
}
.style-list-4 li {
  margin: 0 0 9px 0;
}
/*--------------------------------------------------------------------------------*/
/*	Body/Main */
/*--------------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.container {
  padding: 0;
}
#page-content {
  background: #ffffff;
}
/*--------------------------------------------------------------------------------*/
/*	Header */
/*--------------------------------------------------------------------------------*/
#header {
  width: 100%;
  min-height: 100px;
  background-color: #ffffff;
}
.top-line {
  width: 100%;
  border-top: 3px solid #8cddcd;
  height: 0;
}
.top {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e8eaeb;
}
.media-top-right {
  float: right;
}
.media-top {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.media-top-2 {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
  float: none;
  text-align: center;
}
.media-top li, .media-top-2 li {
  display: inline-block;
}
.media-top .item {
  padding: 8px 8px;
  color: #c0c2c2;
}
.media-top .item a {
  color: #c0c2c2;
}
.media-top .item a:hover {
  color: #1abc9c;
}
.media-top-2 .btn-blue, .media-top-2 .btn-green {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px 17px;
  font-size: 14px;
}
.main-logo {
  margin: 20px 0;
}
/*--------------------------------------------------------------------------------*/
/*	Navigation */
/*--------------------------------------------------------------------------------*/
.full {
  padding: 0;
}
/*.main-nav{
	padding:0;
}*/
nav {
  display: block;
}
.menu {
  display: block;
  /*text-transform:uppercase;*/
  padding: 0;
  margin: 25px 0 0 0;
}
.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
  padding: 0 17px;
}
.menu li:first-child {
  padding-left: 30px;
}
.menu li:last-child {
  padding-right: 0;
}
.menu li a {
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 15px 5px;
  color: #5b6363;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.menu li a:hover, .menu li:hover > a {
  border-bottom: 1px solid #16a085;
  color: #16a085;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.menu ul {
  display: none;
  margin: 0;
  padding: 0;
  width: 250px;
  position: absolute;
  top: 98%;
  left: 0px;
  background: #ffffff;
  border-bottom: 3px solid #dcdcdc;
  border-top: 1px solid #1abc9c;
}
.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}
.menu ul li:first-child {
  padding-left: 0;
}
.menu ul li a {
  font-size: 13px;
  font-weight: normal;
  display: block;
  color: #797979;
  background: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
.menu ul li a:hover, .menu ul li:hover > a {
  background: #f0f0f0;
  border-bottom: none;
  color: #1abc9c;
}
.menu li:hover > ul {
  display: block;
}
.menu ul ul {
  left: 149px;
  top: 0px;
}
.mobile-menu {
  display: none;
  width: 100%;
  padding: 11px;
  background: #ffffff;
  /*color:#1abc9c;*/
  color: #00afec;
  /*text-transform:uppercase;*/ ;
}
.mobile-menu:hover {
  color: #565656;
  text-decoration: none;
}
/*--------------------------------------------------------------------------------*/
/*	Slider&Headline */
/*--------------------------------------------------------------------------------*/
.main-slider {
  width: 100%;
  height: auto;
  background: #318ecc;
  /*min-height:558px;
	/*background:#2980b9 url(images/headline-bg.png) center no-repeat;*/
}
.slider-nav {
  display: none;
  height: auto;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, .2);
  margin-bottom: -30px;
  border-radius: 0 0 10px 0;
}
.slider-next {
  cursor: pointer;
  font-weight: 700;
  font-size: 32px;
  padding: 10px 10px 10px 3px;
  color: #ffffff;
  opacity: 0.3;
}
.slider-prev {
  cursor: pointer;
  font-weight: 700;
  font-size: 32px;
  padding: 10px 3px 10px 10px;
  color: #ffffff;
  opacity: 0.3;
}
.slider-next:hover, .slider-prev:hover {
  color: #ffffff;
  opacity: 0.6;
}
.headline {
  background: rgba(26, 188, 156, .7);
  position: relative;
  margin-top: -240px;
  padding: 45px 45px 0 45px;
  min-height: 240px;
}
.align-left {
  padding-left: 45px;
}
.align-left h4 {
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  font-size: 26px;
}
.align-left p {
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  font-size: 14px;
}
.align-left .btn-light {
  /*text-transform:uppercase;*/ ;
  margin-top: 10px;
  padding: 8px 15px;
}
.align-right {
  padding-right: 45px;
}
.align-right h4 {
  font-weight: 400;
  color: #ffffff;
  text-align: right;
  font-size: 26px;
}
.align-right p {
  font-weight: 400;
  color: #ffffff;
  text-align: right;
  font-size: 14px;
}
.align-right .btn-yellow {
  /*text-transform:uppercase;*/ ;
  margin-top: 10px;
  padding: 8px 15px;
}
/*--------------------------------------------------------------------------------*/
/*	Home-Job Finder */
/*--------------------------------------------------------------------------------*/
.job-finder {
  width: 100%;
  min-height: 485px;
  background-color: #ecf0f1;
  margin-top: 2px;
}
.job-finder h3 {
  font-weight: 700;
  color: #565656;
  font-size: 26px;
  margin: 40px 0;
}
.job-finder .btn-green {
  margin-top: 20px;
  margin-bottom: 20px;
  /*text-transform:uppercase;*/ ;
  padding: 8px 20px;
}
.label {
  font-weight: 400;
  color: #565656;
  font-size: 18px;
  padding: 0;
}
.group-1 {
  padding: 0 8px 0 0;
}
.group-2 {
  padding: 0 0 0 8px;
}
.input-job {
  border: 0;
  margin: 15px 0;
  height: 40px;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(187, 192, 194, .9);
  color: #889292;
  font-weight: 400;
  font-size: 14px;
  padding: 0 35px 0 15px;
  width: 100%;
  background-image: url('images/magnifying-glass.png');
  background-repeat: no-repeat;
  background-position: right;
}
.input-location {
  border: 0;
  margin: 15px 0;
  height: 40px;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(187, 192, 194, .9);
  color: #889292;
  font-weight: 400;
  font-size: 14px;
  padding: 0 35px 0 15px;
  width: 100%;
  background-image: url('images/pin-blue.png');
  background-repeat: no-repeat;
  background-position: right;
}
.value-slider {
  margin: 20px 0;
}
/*--------------------------------------------------------------------------------*/
/*	Page Content */
/*--------------------------------------------------------------------------------*/
.spacer-1 {
  width: 100%;
  height: 50px;
}
.spacer-2 {
  width: 100%;
  height: 100px;
}
.main-page-title {
  width: 100%;
  min-height: 104px;
  border-bottom: 1px solid #f4f6f7;
  background: #ecf0f1;
}
.page-title {
  padding: 34px 0;
  font-size: 24px;
  font-weight: 700;
  color: #565656;
}
/*--------------------------------------------------------------------------------*/
/*	About-page */
/*--------------------------------------------------------------------------------*/
.content-about {
  padding: 0;
}
.content-about p {
  color: #7f7f7f;
  font-size: 14px;
}
.content-about h4 {
  margin-top: 7px;
  margin-bottom: 35px;
}
.content-about h5 {
  font-weight: 700;
  margin-bottom: 25px;
}
.content-about h6 {
  font-size: 18px;
  margin: 18px 0 35px 0;
  padding: 0;
}
.content-about-center {
  width: 100%;
  background: #fcfcfc;
  min-height: 655px;
}
.centering {
  text-align: center;
}
.big-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 90px 0 15px 0;
}
.content-about-center h6 {
  font-size: 18px;
  margin: 45px 0 25px 0;
  padding: 0;
  text-align: center;
}
.content-about-center p {
  text-align: center;
}
.about-post-resume h4, .about-post-resume p, .about-post-job h4, .about-post-job p {
  text-align: center;
}
.about-post-resume h4, .about-post-job h4 {
  margin: 30px 0 40px 0;
}
.about-post-resume .btn-black, .about-post-job .btn-green {
  margin: 30px 0 10px 0;
  padding: 15px 25px;
}
.about-post-resume .btn-black i {
  margin: 0 0 0 25px;
}
.page-slider-container {
  padding: 0;
}
.page-slider .owl-carousel img {
  border-radius: 5px;
}
.page-slider .owl-page span {
  background: #ecf0f1 !important;
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  margin: 15px 12px;
}
.page-slider .owl-page.active span, .page-slider .clickable .owl-page:hover span {
  background: #1abc9c !important;
}
/*--------------------------------------------------------------------------------*/
/*	Blog Page */
/*--------------------------------------------------------------------------------*/
#content-blog {
  padding: 0;
  font-weight: 300;
}
#content-blog hr {
  margin: 0 0 40px 0;
}
.author-post {
  font-weight: 300;
  color: #565656;
  max-width: 190px;
}
.author-post a {
  color: #c9c9c9;
}
.author-post a:hover {
  color: #1abc9c;
  text-decoration: none;
}
.author-post img {
  float: right;
  margin: 0 0 5px 0;
  border-radius: 10px;
  max-width: 100px;
}
.author-post p {
  text-align: right;
  margin: 4px 0;
}
.meta-author {
  font-size: 12px;
  color: #c9c9c9;
  margin: 0 0 15px 0;
}
.meta-author i {
  color: #1abc9c;
  margin: 0 5px 0 6px;
}
.meta-author i:first-child {
  margin-left: 0;
}
.post-title {
  color: #565656;
  font-weight: 300;
  margin: 0 0 20px 0;
}
.blog-post-content p {
  font-size: 14px;
  color: #565656;
  font-weight: 300;
  margin: 15px 0;
}
.blog-post-content blockquote {
  font-size: 18px;
  border-left: 4px solid #1abc9c;
  padding: 5px 15px;
  color: #565656;
}
.blog-post-content a {
  color: #565656;
}
.blog-post-content a:hover {
  color: #1abc9c;
  text-decoration: none;
}
.meta-post {
  font-size: 14px;
  color: #a1a1a1;
  margin: 10px 0;
}
.meta-post i {
  margin: 0 13px 0 0;
}
.meta-post a {
  color: #a1a1a1;
}
.meta-post a:hover {
  color: #1abc9c;
  text-decoration: none;
}
.job-pagination {
  padding: 0;
  font-weight: 300;
  font-size: 12px;
  /*text-transform:uppercase;*/ ;
  margin: 0 auto;
}
.job-pagination li {
  display: inline-block;
  margin: 10px 6px;
}
.job-pagination li .pag-num {
  padding: 5px 10px;
  border: 1px solid #1abc9c;
  border-radius: 5px;
  background: #1abc9c;
  color: #ffffff;
}
.job-pagination li .pag-num:hover, .job-pagination li .active {
  color: #1abc9c;
  background: #ffffff;
  text-decoration: none;
}
.job-pagination li .pag-next, .job-pagination li .pag-prev {
  background: #e3e3e3;
  padding: 5px 15px;
  border-radius: 5px;
  color: #565656;
}
.job-pagination li .pag-next:hover, .job-pagination li .pag-prev:hover {
  background: #c7c7c7;
  text-decoration: none;
  color: #ffffff;
}
/*--------------------------------------------------------------------------------*/
/*	Blog - Page Comment */
/*--------------------------------------------------------------------------------*/
.comments-section {
  list-style: none;
}
.comments-section h5 {
  font-size: 22px;
  color: #565656;
  font-weight: 300;
}
.comments-section h5 i {
  color: #1abc9c;
  margin: 0 20px 0 0;
}
.comments-section form {
  margin: 25px 0;
}
.comments-section .name, .comments-section .email {
  height: 45px;
  border: 1px solid #dbdbdb;
  background: #f1f1f1;
  box-shadow: none;
}
.comments-section .comment-text {
  border: 1px solid #dbdbdb;
  background: #f1f1f1;
  box-shadow: none;
  min-height: 230px;
}
.comments-section .btn-green {
  margin: 10px 0;
}
.commentlist {
  padding: 0;
  margin: 30px 0;
  list-style: none;
}
.commentlist > .media {
  border-bottom: 1px solid #e2e6e6;
  padding: 10px 0;
}
.commentlist > .media img {
  max-width: 100px;
  height: auto;
}
.commentlist > .media:first-child {
  border-top: 1px solid #e2e6e6;
}
.comment-content {
  padding-left: 15px;
}
.media ul {
  margin: 0 0;
  padding: 0;
  list-style: none;
}
.media ul li {
  border-bottom: 1px solid #e2e6e6;
  padding: 5px 0;
  list-style: none;
}
.media ul li:first-child {
  border-top: 1px solid #e2e6e6;
  padding: 15px 0 5px 0;
}
.media ul li:last-child {
  border-bottom: none;
}
.comment-content p {
  font-size: 14px;
  color: #7f7f7f;
}
.comment-content p span {
  color: #1abc9c;
}
.reply {
  margin: 0 0 0 15px;
}
.reply a i {
  margin: 0 5px 0 0;
}
/*--------------------------------------------------------------------------------*/
/*	Sidebar */
/*--------------------------------------------------------------------------------*/
#sidebar {
  padding: 0;
}
.search-form {
  border: 1px solid #e3e3e3;
  height: 43px;
  background: #fafafa url(images/search-icon.png)no-repeat;
  padding: 0 10px 0 35px;
  box-shadow: none;
}
.sidebar-widget-title {
  font-weight: 300;
  font-size: 18px;
  margin: 30px 0;
}
.recent-post-content {
  border-bottom: 1px solid #e3e3e3;
}
.recent-post-widget a {
  color: #c9c9c9;
}
.recent-post-widget a:hover {
  color: #1abc9c;
}
.recent-post-widget p {
  font-weight: 300;
  font-size: 14px;
  color: #828282;
  line-height: 1.5em;
}
.recent-post-widget h6 {
  margin: 10px 0 15px 0;
}
.recent-post-widget img {
  max-width: 100px;
  float: left;
  margin: 0 10px 10px 0;
}
.post-title {
  padding: 5px 0 5px 0;
  width: 100%;
}
.tags, .archives {
  margin-top: 0;
}
/* .table-responsive{
	overflow:scroll;
} */
.table-responsive .table {
  max-width: none;
}
a.button:hover {
  color: #fff;
}
/*--------------------------------------------------------------------------------*/
/*	Shortcode Page */
/*--------------------------------------------------------------------------------*/
.shortcodes h1, .shortcodes h2, .shortcodes h3, .shortcodes h4, .shortcodes h5, .shortcodes h6 {
  font-weight: 300;
}
.shortcodes p {
  font-weight: 300;
  font-size: 14px;
}
.shortcodes .job-btn {
  font-weight: 300;
}
.dropcap-1:first-child:first-letter {
  float: left;
  color: #1abc9c;
  font-size: 85px;
  line-height: 50px;
  padding: 5px 10px;
  margin: 0 10px 0 0;
}
.dropcap-2:first-child:first-letter {
  float: left;
  color: #ffffff;
  font-size: 75px;
  padding: 11px 15px;
  margin: 0 10px 0 0;
  background: #1abc9c;
  border-radius: 8px;
}
.form-dark {
  height: 50px;
  border: 1px solid #dbdbdb;
  background: #f1f1f1;
  box-shadow: none;
}
.form-dark:focus {
  box-shadow: none;
  border: 1px solid #c0c0c0;
}
.job-alert {
  font-weight: 300;
  padding: 13px 23px;
  color: #ffffff;
  border: none;
}
.job-alert button {
  margin-right: 20px;
  margin-top: 3px;
  color: #ffffff !important;
  opacity: 10;
}
.alert-red {
  background: #ff8888;
}
.alert-yellow {
  background: #ffd988;
}
.alert-lightgreen {
  background: #c5e69a;
}
.alert-blue {
  background: #9ac9e6;
}
.alert-black {
  background: #0e0e0e;
}
.job-accordion {}
.job-accordion .panel {
  border: 1px solid #d1d1d1;
  box-shadow: none;
  margin-bottom: 15px;
}
.job-accordion .panel-heading {
  background: #d1d1d1;
  padding: 10px 10px;
  color: #ffffff;
}
.job-accordion .panel-heading h4 {
  float: left;
  padding: 5px 0;
}
.job-accordion .panel-heading a {
  float: right;
  padding: 2px 5px;
  background: #7d7d7d;
  color: #d1d1d1;
  border-radius: 5px;
}
.job-accordion .panel-body {
  font-size: 14px;
  color: #4a4f4f;
}
.blockquote {
  font-size: 18px;
  color: #7d7d7d;
  background: #d1d1d1;
  border: 0;
  font-weight: 300;
  padding: 40px 20px;
  border-radius: 10px;
}
.table-condensed {
  margin: 30px 0;
}
.table-condensed, .table-condensed thead tr th {
  font-weight: 300;
  text-align: center;
}
.table-condensed thead tr th, .table-condensed tbody tr td {
  border-right: 1px solid #dbdbdb;
  border-bottom: none;
}
.table-condensed thead tr th:last-child, .table-condensed tbody tr td:last-child {
  border-right: none;
}
.table-bordered thead tr th {
  border-bottom: none;
  text-align: center;
  font-weight: 300;
}
.table-bordered tbody tr td {
  text-align: left;
  font-weight: 300;
  background: #f1f1f1;
}
/*--------------------------------------------------------------------------------*/
/*	Register Page */
/*--------------------------------------------------------------------------------*/
.register-title {
  font-size: 27px;
  font-weight: 300;
  margin: 55px 0 65px 0;
}
.form-regist-container {
  max-width: 430px;
  background: #2980b9;
  padding: 50px 32px 14px 32px;
  border-radius: 10px;
  margin: 0 0 45px 0;
}
.register-aksen {
  height: 10px;
  border-left: 1px solid #b3e0f3;
  border-right: 1px solid #b3e0f3;
  border-bottom: 1px solid #b3e0f3;
  margin: -1px 0 55px 0;
}
.form-regist-container .input-form {
  padding: 0;
  height: 20px;
  border-radius: 0;
  font-size: 16px;
  background: #2980b9;
  border: none;
  box-shadow: none;
  color: #b3e0f3;
  padding: 0 10px;
}
.register, .register h5 {
  font-weight: 300;
}
.input-form::-moz-placeholder {
  color: #fff !important;
}
.input-form::-webkit-input-placeholder {
  color: #fff !important;
}
/*--------------------------------------------------------------------------------*/
/*	Signin Page */
/*--------------------------------------------------------------------------------*/
.singin-page h5 {
  font-weight: 700;
}
.singin-page p {
  font-weight: 400;
  color: #8e8e8e;
  font-size: 14px;
}
.login-title {
  font-size: 27px;
  font-weight: 700;
  margin: 55px 0 65px 0;
}
.form-singin-container {
  max-width: 430px;
  background: #1abc9c;
  padding: 50px 32px 14px 32px;
  border-radius: 10px;
  margin: 0 0 45px 0;
}
.form-singin-container .input-form {
  padding: 0;
  height: 20px;
  border-radius: 0;
  font-size: 16px;
  background: #1abc9c;
  border: none;
  box-shadow: none;
  color: #b3f3e5;
  padding: 0 10px;
}
.singin-aksen {
  height: 10px;
  border-left: 1px solid #b3f3e5;
  border-right: 1px solid #b3f3e5;
  border-bottom: 1px solid #b3f3e5;
  margin: -1px 0 55px 0;
}
.form-singin-container .btn-green {
  background-color: #b3f3e5;
  color: #1abc9c;
  font-family: 'Raleway', myriad pro, tahoma, sans-serif;
  font-weight: 700;
}
.form-singin-container .input-form::-moz-placeholder {
  color: #fff !important;
}
.form-singin-container .input-form::-webkit-input-placeholder {
  color: #fff !important;
}
.form-singin-container .btn-green:hover {
  color: #ffffff;
}
/*--------------------------------------------------------------------------------*/
/*	Post Job/Resume Page */
/*--------------------------------------------------------------------------------*/
.post-job-title, .post-resume-page-title {
  font-size: 28px;
  color: #565656;
  padding: 45px 0;
  float: left;
}
.post-job-phone, .post-resume-phone {
  font-weight: 400;
  font-size: 24px;
  color: #777f81;
  padding: 45px 0;
  float: right;
}
.post-job-form, .post-resume-form {
  font-weight: 300;
}
.post-job-form label, .post-resume-form label {
  font-weight: 300;
  font-size: 18px;
  color: #4a4f4f;
  margin: 0 0 10px 0;
}
.post-job-form label span, .post-resume-form label span {
  color: #797e7e;
}
.post-job-form label small, .post-resume-form label small {
  margin: 0 0 0 25px;
  font-size: 14px;
  color: #1abc9c;
}
.post-job-form .input, .post-resume-form .input {
  height: 50px;
  border: 1px solid #dee4e5;
  box-shadow: none;
}
.post-job-form .input:focus, .post-job-form .textarea:focus, .post-resume-form .input:focus, .post-resume-form .textarea:focus {
  box-shadow: none;
  border: 1px solid #c0c9cb;
}
.post-job-form h3 {
  color: #1abc9c;
  margin: 44px 0 34px 0;
}
.post-job-form .textarea, .post-resume-form .textarea {
  height: 146px;
  border: 1px solid #dee4e5;
  box-shadow: none;
}
.post-job-form select, .post-resume-form select {
  background: #FFF url('../../images/down-arrow.png') no-repeat right;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  height: 50px;
  border: 1px solid #dee4e5;
  box-shadow: none;
  padding: 12px 10px;
}
.post-job-form select:focus, .post-resume-form select:focus {
  box-shadow: none;
  border: 1px solid #c0c9cb;
}
.post-job-form .upload, .post-resume-form .upload {
  width: 91px;
  height: 23px;
  background: ;
  overflow: hidden;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #fcfcfc url(images/upload.png) left no-repeat;
}
.post-job-form .upload input, .post-resume-form .upload input {
  width: 91px !important;
  height: 23px !important;
  /*  opacity: 0 !important; */
  text-align: center;
  cursor: pointer;
}
.post-job-form .upload:hover, .post-resume-form .upload:hover {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .9);
}
.post-job-form p, .post-resume-form p{
	color:#080808;
	font-size:14px;
	font-weight: bolder;
}
.post-job-form li {
  color: #797e7e;
  font-size: 20px;
  padding: 5px;
}
.post-resume-form .btn-black {
  font-weight: 400;
  margin: 5px 0;
  padding: 5px 15px;
}
.post-job-form .btn-green, .post-resume-form .btn-green {
  font-weight: 400;
  font-size: 16px;
}
/*--------------------------------------------------------------------------------*/
/*	Post Job/Resume Sidebar */
/*--------------------------------------------------------------------------------*/
.job-side-wrap, .resume-side-wrap {
  margin: 0 0 20px 0;
  background: #f3f5f6;
  padding: 20px 5px;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.job-side-wrap h4, .resume-side-wrap h4 {
  text-align: center;
  color: #565656;
}
.job-side-wrap p, .resume-side-wrap p {
  text-align: center;
  color: #898e8f;
  font-weight: 300;
  font-size: 14px;
  padding: 10px;
}
.job-side-wrap .btn-green {
  margin: 30px 0 10px 0;
  width: 195px;
  padding: 10px 0;
}
.job-side-wrap .btn-black {
  margin: 30px 0 10px 0;
  width: 300px;
  padding: 15px 10px;
}
.job-side-wrap .btn-black i {
  margin: 0 0 0 40px;
}
.job-side-wrap .btn-blue {
  margin: 30px 0 10px 0;
  width: 300px;
  padding: 15px 10px;
}
.job-side-wrap .btn-green.postnow {
  margin: 30px 0 10px 0;
  width: 300px;
  padding: 20px 10px;
}
/*--------------------------------------------------------------------------------*/
/*	Job Detail Page */
/*--------------------------------------------------------------------------------*/
.job-detail-title {
  font-weight: 700;
  margin: 45px 0 85px 0;
  color: #565656;
}
.job-detail-logo {
  float: left;
  margin: 0 10px 0 0;
  width: 150px;
}
.meta-job-detail {
  list-style: none;
  padding: 0;
  margin: 0;
}
.meta-job-detail li {
  display: inline-block;
  margin: 0 10px 0 10px;
  color: #565656;
  padding: 8px 0;
}
.meta-job-detail a {
  color: #565656;
  font-family: 'Raleway', myriad pro, tahoma, sans-serif;
}
.meta-job-detail a:hover {
  color: #1abc9c;
  text-decoration: none;
}
.meta-job-detail li i {
  margin: 0 10px 0 0;
  color: #565656;
}
.job-detail h6 {
  font-family: 'Raleway', myriad pro, tahoma, sans-serif;
  font-size: 18px;
  color: #565656;
}
.job-detail p {
  font-family: 'nunito', myriad pro, tahoma, sans-serif;
  font-size: 14px;
  color: #565656;
  font-weight: 300;
}
.recent-job-detail {
  width: 100%;
  border-bottom: 1px solid #dadedf;
  border-top: 1px solid #dadedf;
  padding: 10px 0;
  margin: 50px 0 50px 0;
}
.job-detail-name {
  border-right: 1px solid #e3e3e3;
  min-height: 65px;
  padding: 15px 10px;
  text-align: center;
}
.job-detail-name h6 {
  font-family: 'Raleway', myriad pro, tahoma, sans-serif;
}
.job-detail-desc {
  border-right: 1px solid #e3e3e3;
  min-height: 65px;
  padding-top: 5px;
  font-family: 'Raleway', myriad pro, tahoma, sans-serif;
}
.job-detail-desc h5 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  color: #565656;
  font-family: 'Raleway', myriad pro, tahoma, sans-serif;
}
.job-detail-desc p {
  color: #565656;
  font-size: 14px;
  padding: 0;
}
.job-detail-location {
  border-right: 1px solid #e3e3e3;
  min-height: 65px;
  padding-top: 25px;
  text-align: center;
  font-family: 'Raleway', myriad pro, tahoma, sans-serif;
}
.job-detail-type {
  min-height: 65px;
  padding-top: 25px;
  text-align: center;
}
.job-detail-button {
  min-height: 65px;
  padding: 15px 0 0 0;
  font-family: 'Raleway', myriad pro, tahoma, sans-serif;
}
.job-detail-location h6, .job-detail-type h6 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #565656;
  font-family: 'Raleway', myriad pro, tahoma, sans-serif;
}
.job-detail-location h6 i {
  color: #27a2f8;
  margin: 0 10px 0 0;
}
.job-detail-type h6 i {
  color: #ff9494;
  margin: 0 10px 0 0;
}
.job-list-logo, .job-list-desc, .job-list-location, .job-list-type {
  margin: 5px 0;
}
.btn-apply-job {
  background: #ff9494;
  padding: 5px 30px;
  border: 1px solid #e3e3e3;
  color: #ffffff;
}
.btn-apply-job:hover {
  background: #f36767;
}
/*--------------------------------------------------------------------------------*/
/*	Contact */
/*--------------------------------------------------------------------------------*/
.contact {
  margin: 77px 0 0px 0;
}
.contact label {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
}
.name, .email, .phone, .website, .subject {
  height: 50px;
  border: 1px solid #dbdbdb;
  background: #f1f1f1;
  box-shadow: none;
}
.message {
  max-height: 265px;
  border: 1px solid #dbdbdb;
  background: #f1f1f1;
  box-shadow: none;
}
.contact .btn-green {
  font-size: 16px;
  font-weight: 400;
  padding: 12px 55px;
  margin: 25px 0;
}
div.location {
  width: 100%;
  height: 519px;
  font-family: 'Nunito', myriad pro, tahoma, sans-serif;
  font-weight: 300;
}
div.map-popup {
  position: relative;
}
div.map-popup > div {
  display: inline-block;
}
div.map-popup > h6 {
  font-size: 13px;
  color: #1abc9c;
  font-family: 'Nunito', myriad pro, tahoma, sans-serif;
  margin: 20px 0;
}
#cs {
  width: 100%;
  height: auto;
  background: #e4e1d5;
  text-align: center;
}
#cs h1 {
  color: #656565;
  margin: 10px 0 30px 0;
}
#cs p {
  color: #565656;
}
.phone-cs {
  color: #343434 !important;
  margin: 50px 0 !important;
}
/*--------------------------------------------------------------------------------*/
/*	Home - Recent Job */
/*--------------------------------------------------------------------------------*/
.recent-job {
  width: 100%;
  min-height: 477px;
  background-color: #ffffff;
}
.recent-job h4 {
  font-weight: 400;
  color: #565656;
  font-size: 24px;
  margin: 50px 0 40px 0;
}
/* ---------- Tabs -------------- */
.etabs {
  margin: 0;
  padding: 0;
}
.tab {
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-left: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  margin: 0;
  cursor: pointer;
  float: left;
}
.tab:nth-child(4) {
  border-right: 1px solid #e3e3e3;
}
.tab a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 5px 24px;
  outline: none;
  color: #565656;
}
.tab a:hover, .tab a:focus {
  text-decoration: none;
  color: #27a2f8;
}
.tab.active {
  background: #fff;
  position: relative;
  top: 1px;
}
.tab a.active {
  color: #27a2f8;
}
.tab-container .panel-container {
  background: #fff;
  border-top: 1px solid #e3e3e3;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 400;
  color: #565656;
}
.panel-container {
  margin-bottom: 10px;
}
.recent-job-list, .recent-job-list-home {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
}
.recent-job-list-det {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px 0;
}
.job-list-logo {
  border-right: 1px solid #e3e3e3;
  min-height: 50px;
  padding: 10px 10px;
}
.job-list-desc {
  border-right: 1px solid #e3e3e3;
  min-height: 50px;
  padding-top: 5px;
}
.job-list-desc h6 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #565656;
}
.job-list-desc p {
  color: #929292;
  font-size: 13px;
  padding: 0;
}
.job-list-location {
  border-right: 1px solid #e3e3e3;
  min-height: 50px;
  padding-top: 15px;
}
.job-list-type {
  min-height: 50px;
  padding-top: 15px;
}
.job-list-button {
  min-height: 50px;
  padding: 10px 0 0 0;
}
.job-list-location h6, .job-list-type h6 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #565656;
}
.job-list-location h6 i {
  color: #27a2f8;
  margin: 0 10px 0 25px;
}
.job-list-type h6 i {
  color: #ff9494;
  margin: 0 10px 0 25px;
}
.job-list-logo, .job-list-desc, .job-list-location, .job-list-type {
  margin: 5px 0;
}
.recent-job-list-home .job-list-logo {
  padding: 15px 10px 15px 0;
}
.recent-job-list-home .job-list-location {
  padding: 15px 10px 15px 5px;
}
.recent-job-list-home .job-list-type {
  padding: 15px 10px 15px 0px;
}
.btn-view-job {
  background: #f7f7f7;
  padding: 5px 20px;
  border: 1px solid #e3e3e3;
}
.btn-view-job:hover {
  background: #ebebeb;
}
/* ---------- Tabs -------------- */
/* ---------- carousel -------------- */
#job-opening {
  max-width: 100%;
  margin: 0 auto;
}
#job-opening .owl-page {
  display: none;
}
.job-opening-top {
  position: relative;
  margin: 50px 0 18px 0;
}
.job-opening {
  border: 1px solid #e3e3e3;
  background-color: #FFF;
  margin-bottom: 35px;
}
.job-oppening-title {
  font-size: 24px;
  float: left;
  color: #565656;
}
.job-opening-nav {
  float: right;
}
.prev, .next {
  width: 33px;
  height: 39px;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  float: left;
}
.prev {
  background: url(images/job-opening-nav-prev.png)no-repeat;
  margin-left: -1px;
}
.next {
  background: url(images/job-opening-nav-next.png)no-repeat;
  margin-left: -1px;
}
.job-opening-content {
  font-size: 14px;
  color: #565656;
  padding: 20px 30px;
}
.job-opening-content p {
  color: #929191;
}
.job-opening-meta {
  border-top: 1px solid #e3e3e3;
  background-color: #f0f0f0;
  width: 100%;
  color: #bebebe;
  font-size: 14px;
  text-align: center;
}
.meta-block {
  width: 50%;
  float: left;
}
.meta-block i {
  margin: 0 10px 0 0;
}
.meta-job-location {
  border-right: 1px solid #e3e3e3;
  padding: 13px 0;
}
.meta-job-type {
  padding: 13px 0;
  background: #fafafa;
}
/* ---------- carousel -------------- */
/* ---------- Post Resume -------------- */
.post-resume-container {
  width: 100%;
  padding: 25px 45px;
  background-color: #fafafa;
  border: 1px solid #e3e3e3;
  margin: 0 0 20px 0;
}
.post-resume-title {
  margin: 5px 0 18px 0;
  padding: 0;
  font-size: 24px;
  color: #565656;
}
.post-resume-button {
  color: #565656;
  font-size: 14px;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  border-radius: 5px !important;
}
.post-resume-button:hover {
  color: #565656;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .1);
}
.post-resume-container i {
  margin: 0 0 0 10px;
  font-size: 16px;
}
.icon-upload {
  background: url(images/icon-upload.png) no-repeat;
  width: 12px;
  height: 16px;
  display: inline-block;
  margin: 0 0 0 10px;
}
.white {
  background-position: 0 0;
}
.grey {
  background-position: -12px 0;
}
/* ---------- Post Resume -------------- */
/*--------------------------------------------------------------------------------*/
/*	Job status */
/*--------------------------------------------------------------------------------*/
.job-status {
  width: 100%;
  min-height: 477px;
  background-color: #c0d0cd;
}
.job-status h1 {
  text-align: center;
  margin: 63px 0 32px 0;
  color: #053032;
}
.job-status p {
  text-align: center;
  font-size: 14px;
  color: #637471;
}
.counter {
  max-width: 770px;
  margin: 60px auto 0 auto;
}
.counter-container {
  width: 25%;
  height: auto;
  float: left;
}
.counter-container:last-child {
  margin-right: 0px !important;
}
.counter-container p {
  color: #053032;
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 40px;
  /*text-transform:uppercase;*/ ;
}
.counter-value {
  max-width: 130px;
  height: 130px;
  background: #ffffff;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  padding: 40px 0;
  color: #053032;
  border-radius: 5px;
  margin: 0 auto;
}
.line {
  width: 1px;
  margin: 0 auto;
  height: 34px;
  background: #ffffff;
}
/*--------------------------------------------------------------------------------*/
/*	Home-step */
/*--------------------------------------------------------------------------------*/
.step-to {
  width: 100%;
  background-color: #ffffff;
  height: auto;
  padding: 20px 0;
}
.step-to h1 {
  text-align: center;
  margin: 30px 0 25px 0;
  color: #565656;
}
.step-to p {
  text-align: center;
  font-size: 14px;
  color: #959595;
}
#step-image {
  margin-bottom: 110px;
  margin-top: 110px;
  max-width: 100%;
  height: 1px;
  background-color: #d9dfe2;
  position: relative;
}
#step-image > div {
  display: inline-block;
  position: absolute;
}
.step-by-container {
  width: 100%;
  margin-top: -110px;
}
.step-by {
  width: 215px;
  font-size: 14px;
  color: #565656;
  text-align: center;
  float: left;
  margin-right: 102px;
}
.step-by:first-child {
  margin-left: 0;
}
.step-by:last-child {
  margin-right: 0px;
}
.step-by h5 {
  font-size: 22px;
  color: #565656;
}
.step-by-inner {
  max-width: 175px;
  padding: 20px 25px;
  margin: 0 auto;
  background: #ffffff;
  cursor: pointer;
}
.step-by-inner-img {
  max-width: 127px;
  padding: 18px 25px;
  border: 1px solid #c0d0cd;
  border-radius: 5px;
}
.step-spacer {
  height: 50px;
  clear: both;
}
/*--------------------------------------------------------------------------------*/
/*	home-testimony */
/*--------------------------------------------------------------------------------*/
.testimony {
  width: 100%;
  background-color: #f7f7f7;
}
.testimony h1 {
  text-align: center;
  margin: 92px 0 25px 0;
  color: #565656;
}
.testimony p {
  text-align: center;
  font-size: 14px;
  color: #959595;
}
.media-testimony {
  max-width: 90px;
  height: auto;
  margin: 40px auto;
}
.media-testimony i {
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #ffffff;
  background: #505050;
  text-align: center;
  border-radius: 12px;
  padding: 6px 0 0 1px;
  font-size: 13px;
}
.media-testimony i.twit {
  margin: 0 10px 0 0:
}
.media-testimony i.twit:hover {
  background: #78cdf0;
}
.media-testimony i.linkedin {
  margin: 0 10px 0 0:
}
.media-testimony i.linkedin:hover {
  background: #2085c7;
}
.media-testimony i.fb:hover {
  background: #2f62b6;
}
/*--------------------------------------------------------------------------------*/
/* home-company list*/
/*--------------------------------------------------------------------------------*/
#company-post {
  width: 100%;
  height: auto;
  background-color: #efefef;
}
#company-post h1 {
  text-align: center;
  margin: 92px 0 25px 0;
  color: #565656;
}
#company-post p {
  text-align: center;
  font-size: 14px;
  color: #959595;
}
#company-post .owl-page {
  display: none;
}
.company-post {
  margin: 40px 0 40px 0;
}
.company {
  margin: 0 5px;
}
.company img {
  margin: 0 auto;
}
/*--------------------------------------------------------------------------------*/
/*	footer/footer-widget */
/*--------------------------------------------------------------------------------*/
#footer {
  width: 100%;
  height: auto;
  background-image: url('../../images/footer-bg.jpg');
  background-size: cover;
  border-top: 1px solid #414141;
  padding: 18px 0;
}
#footer .textwidget {
  color: #fff !important;
}
.footer-widget {
  min-height: 265px;
  padding: 0 10px 0 30px;
}
/* .footer-widget:nth-child(2), .footer-widget:nth-child(3), .footer-widget:nth-child(4){
	border-left:1px solid #414141;
}
 */
.widget-title {
  color: #ffffff;
  margin: 35px 0 15px 0;
  text-align: left;
  /*text-transform: uppercase;*/
  font-weight: 700;
  font-size: 18px;
}
.textwidget {
  font-size: 13px;
  color: #868686;
  margin: 10px 0 15px 0;
  text-align: left;
}
#footer .input-group {
  margin: 20px auto;
  width: 100%;
}
#footer input.btn.btn-lg, #footer input.btn.btn-lg:focus {
  outline: none;
  width: 60%;
  height: 42px;
  margin-right: 5px;
  color: #111;
}
#footer button.btn {
  height: 42px;
}
#footer .promise {
  color: #999;
}
.subscribe {
  margin: 20px 0;
  color: #fff;
}
.subscribe h3 {
  color: #ffffff;
  text-align: left;
  /*text-transform: uppercase;*/
  font-weight: 700;
  font-size: 18px;
}
.footer-widget-nav {
  /*text-transform:uppercase;*/ ;
  font-size: 13px;
}
.footer-widget-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget-nav li {
  margin-bottom: 22px;
}
.footer-widget-nav li:last-child {
  margin-bottom: 0;
}
.footer-widget-nav a {
  color: #fff;
  transition: padding 0.2s;
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -o-transition: padding 0.2s;
}
.footer-widget-nav a:hover {
  color: #1abc9c;
  text-decoration: none;
  padding-left: 5px;
  transition: padding 0.2s;
  -webkit-transition: padding 0.2s;
  -moz-transition: padding 0.2s;
  -o-transition: padding 0.2s;
}
.input-newstler {
  border-radius: 0;
  background: #656565;
  border: none;
  height: 40px;
  width: 100%;
  padding: 10px;
  color: #868686;
}
.btn-newstler {
  padding: 7px 30px;
  background: #1abc9c;
  font-size: 16px;
  border-radius: 0;
  border: none;
  color: #0a6064;
  margin: 0;
}
.btn-newstler:hover {
  background: #00d7ad;
}
.media-footer {
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 25px;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-top: 28px;
  background: url(images/icon-media-footer.png)0 0 no-repeat;
}
.footer-social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  text-align: right;
  margin-top: 120px;
}
.footer-social li {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  color: #fff;
}
.footer-social li a {
  background: #2fbef4;
  color: #fff;
  display: block;
  height: 36px;
  width: 36px;
  text-align: center;
  font-size: 18px;
  padding-top: 9px;
}
.footer-twitt {
  background-position: 0 0;
}
.footer-twitt:hover {
  background-position: 0 -26px;
}
.footer-fb {
  background-position: -30px 0;
}
.footer-fb:hover {
  background-position: -30px -26px;
}
.footer-linkedin {
  background-position: -58px 0;
}
.footer-linkedin:hover {
  background-position: -58px -26px;
}
.footer-yahoo {
  background-position: -92px 0;
  width: 27px;
}
.footer-yahoo:hover {
  background-position: -92px -26px;
  width: 27px;
}
.footer-blog {
  background-position: -133px 0;
}
.footer-blog:hover {
  background-position: -133px -26px;
}
.footer-rss {
  background-position: -167px 0;
}
.footer-rss:hover {
  background-position: -167px -26px;
}
.recent-twitt {
  font-size: 14px;
  color: #ffffff;
}
.recent-twitt a {
  color: #fff;
}
.recent-twitt div {
  font-size: 10px;
  color: #fff;
  margin: 10px 0;
}
.footer-credits {
  font-size: 14px;
  color: #fff;
  margin: 25px 0;
  text-align: center;
}
/*--------------------------------------------------------------------------------*/
/*	button */
/*--------------------------------------------------------------------------------*/
.job-btn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  border: none;
  margin: 25px 0;
}
.btn-readmore {
  background: #e3e3e3;
  padding: 10px 12px;
  font-weight: 300;
  font-size: 12px;
  /*text-transform:uppercase;*/ ;
  color: #696969;
  margin: 0 0 40px 0;
}
.btn-readmore .glyphicon {
  color: #1abc9c;
  margin: 0 0 0 8px;
}
.btn-readmore:hover {
  background: #d8d8d8;
}
.btn-red {
  color: #ffffff;
  background-color: #ff8888;
  margin: 5px 0;
  border: none;
}
.btn-red:hover {
  background-color: #ff6666;
  color: #ffffff;
}
.btn-grey {
  background-color: #d1d1d1;
  margin: 5px 0;
  color: #565656;
  border: none;
}
.btn-grey:hover {
  background-color: #b8b8b8;
  color: #565656;
}
.btn-darkgreen {
  background-color: #0a6064;
  margin: 5px 0;
  color: #ffffff;
  border: none;
}
.btn-darkgreen:hover {
  background-color: #074b4e;
  color: #ffffff;
}
.btn-black {
  background-color: #5b6363;
  margin: 5px 0;
  color: #ffffff;
  border: none;
}
.btn-black:hover {
  background: #393939;
  color: #ffffff;
}
.btn-blue {
  background: #2980b9;
  margin: 5px 0;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.btn-blue:hover {
  background: #0087e0;
  color: #ffffff;
}
.btn-green {
  background: #1abc9c;
  margin: 5px 0;
  color: #ffffff;
  border: none;
}
.btn-green:hover {
  background: #00dbb0;
  color: #ffffff;
}
.btn-light {
  color: #4a4f4f;
  margin: 5px 0;
  background-color: #ffffff;
  border: none;
}
.btn-light:hover {
  background: #eeeeee;
  color: #4a4f4f;
}
.btn-yellow {
  color: #fff;
  margin: 5px 0;
  background-color: #3fabe1;
  border: none;
  border-radius: 0;
  padding: 13px 20px;
  font-size: 18px;
}
.btn-yellow:hover {
  background: #2090c8;
  color: #fff;
}
#jobboard-search-tab.nav-tabs > li.active > a, #jobboard-search-tab.nav-tabs > li.active > a:hover, #jobboard-search-tab.nav-tabs > li.active > a:focus {
  font-size: 18px;
  line-height: 48px;
  display: block;
  height: 48px;
  border-radius: 0;
  padding: 0 30px !important;
  color: #fff !important;
  background-color: #1d53a5;
}
#jobboard-search-tab.nav-tabs li a {
  margin-right: 0px;
  font-size: 18px;
  line-height: 48px;
  display: block;
  height: 48px;
  padding: 0 30px !important;
  color: #fff !important;
  background-color: #3fabe1;
  border: 0;
  border-radius: 0;
}
#jobboard-search-tab.nav-tabs {
  position: relative;
  z-index: 5;
  margin-top: -48px;
  padding: 0;
  background-color: transparent;
}
#search-text-input {
  padding-top: 30px;
}
.jobboard-search-wrapper {
  background-color: #1d53a5;
  color: #fff;
}
#jobboard-search-tab .ui-widget-content {
  color: #fff;
}
.jobboard-search-wrapper .form-control {
  border: none;
  height: 40px;
  border-radius: 0;
  box-shadow: 0px 1px 2px 0px rgba(205, 211, 213, .9);
}
.form-group .form-control-feedback {
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  top: 29px;
  color: #3498db;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.btn-job-search {
  width: auto;
}
.btn-job-search {
  width: 100%;
  color: #FFFFFF;
  font-weight: 700;
  background-color: #1abc9c;
  border: none;
  padding: 10px 50px;
}
.search-btn-group {
  display: table;
  float: right;
  width: auto;
}
.btn-job-search, .page-template-template-homepage-alt button.btn-search-resume, .btn-job-search:hover, .page-template-template-homepage-alt button.btn-search-resume:hover {
  border-radius: 0;
  background-color: #3fabe1;
}
.btn-job-search {
  width: auto;
}
.advance-search-toggle {
  display: block;
  width: 100%;
  padding: 10px 0;
  border: none;
  background: transparent;
  text-decoration: underline;
  color: #fff;
}
.advance-search-toggle, .advance-search-toggle:hover, .advance-search-toggle:active, .advance-search-toggle:focus {
  background: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}
.jobboard-search-wrapper .tab-content > .active {
  padding: 1em 1.4em;
  display: block;
  border-width: 0;
  background: none;
  color: #fff;
}
form#resume-search-form label {
  display: none;
  visibility: hidden;
}
.uppercase {
  /*text-transform: uppercase;*/
}
.field-title {
  color: #fff;
  font-size: 14px;
}
button.btn-search-resume {
  background: #3fabe1;
  padding-left: 58px;
  padding-right: 58px;
  height: 40px;
  padding-top: 10px;
  border-radius: 0;
}
.job-filter-dropdown span {
  /*text-transform: uppercase;*/
  color: #fff;
}
/*.work-steps{
	height:260px;
	width:260px;
	margin:30px auto;
	border-radius:50%;
	background-image:url('../../images/find-job.jpg');
	background-size:100%;
	background-position:center;	
	padding:15px;
	border: 5px solid #0089ff;
	transition:all 0.3s;
	cursor:pointer;
}*/
.work-steps {
  height: auto;
  width: 100%;
  margin: 30px auto 0;
  border-radius: 0;
  padding: 15px;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #ade4fa;
  text-align: center;
  border: 2px solid #96d7f0;
  border-radius: 6px;
}
/*.work-steps h2{
	color:#fff;
	margin-top:80px;
	font-size:30px; 
	margin-top:64px;
	font-size:26px;
	text-align:center;
}*/
.work-steps h2 {
  color: #fff;
  /* margin-top: 80px; */
  /* font-size: 30px; */
  margin-top: 0;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  /*text-transform: uppercase;*/
  margin-top: 15px;
}
/*@krishna 02/02/2018 for add on banner section*/
/*19-03-2018*/
/*.signup-form-landing {
    margin-top: 40px;
}*/
.signup-form-landing {
  background: #fff none repeat scroll 0 0;
  /* border: 1px solid #888;*/
  border-radius: 4px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 10;
}
.mrs {
  margin-right: 5px;
}
.sign-up-phone-number {
  text-align: center;
  padding-top: 15px 0;
  font-size: 24px;
}
.signup-form-v2 {
  margin-top: 150px;
}
.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 15px 0px 30px 0px;
  font-size: 24px;
}
.divider:before {
  margin-right: 10px;
  margin-left: 0px;
}
.divider:before, .divider:after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc;
}
.divider:after {
  margin-left: 10px;
  margin-right: 0px;
}
.signup-form__content {
  padding: 30px;
}
.signup-form-landing h2 {
  margin-top: 0;
  color: #333;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}
.signup-form-landing h3 {
  margin-bottom: 25px;
  margin-top: 0;
}
.signup-form-landing input, .signup-form-landing select {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 5px;
}
/*.signup-form-landing .pull-left input, .signup-form-landing .pull-right input {
   width: 221px;
}*/
.w50 {
  width: 49%;
}
.btn-enqueryLandng {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  /*text-transform: uppercase;*/
}
.landingText_box {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
  padding: 20px;
  margin-top: 50px;
}
.landingText_box h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
}
.landingText_box ul {
  padding: 20px;
  font-size: 18px;
}
.landingText_box ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
.landingText_box ul li:last-child {
  margin-bottom: 0;
}
.padDv {
  padding-right: 50px;
}
.post-job-form, .post-resume-form {
  width: 100% !important;
}
/*.cc-revoke, .cc-window{ position: relative !important; -webkit-transition: width 2s; 
    transition: width 2s;}*/
/*#wrapper{-webkit-transition: width 2s; 
    transition: width 2s;  margin-top: 70px;}*/
/*<---------->*/
@media (min-width: 1200px) {
  /*.work-steps h2{
		margin-top:0;
		font-size:24px;
	}*/
  /*.work-steps{
		height:190px;
		width:190px;
		margin: 40px auto;
	}*/
  /*.value-my-cv .col-md-offset-2 {
		margin-left: 18.666667%;
	}*/
}
@media (min-width: 1350px) {
  .value-my-cv .col-md-offset-3 {
    margin-left: 28.666667%;
  }
}
.work-steps:hover {
  background-size: 110%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.value-my-cv {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../../images/value-my-cv.jpg');
  background-size: cover;
  background-position: center;
}
.cv-panel-body {
  width: 800px;
  margin: 0px auto;
  position: relative;
}
.cv-panel-body {
  background: rgba(00, 00, 00, 0.2);
  padding: 40px 20px;
  border-radius: 80px 22px 22px 80px;
}
.cv-panel-body h1 {
  color: #1d53a5;
  font-size: 45px;
  margin-top: 0px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cv-panel-body h2 {
  color: #111;
  font-size: 27px;
  font-weight: 700;
  margin-top: 0px;
}
.upload-btn {
  background: #fff;
  color: #1d53a5;
  font-size: 24px;
  /*text-transform:uppercase;*/ ;
  margin-top: 15px;
}
.container-vmcv {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  padding: 40px;
  border: 5px solid #73d5f9;
  background: #fff;
  z-index: 5;
  position: absolute;
  left: -14px;
  top: -31px;
  text-align: center;
}
.container-vmcv img {
  height: 100px;
  width: 100px;
}
.cv-counter-value {
  font-size: 45px;
  color: #01539a;
  font-weight: 700;
}
.cv-counter-location {
  font-size: 22px;
  /*text-transform:uppercase;*/ ;
}
.find-the-job {
  background: #01539a;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
}
.find-the-job p {
  font-size: 18px;
}
.blue-btn {
  background: #2fbef4;
  /*text-transform: uppercase;*/
  font-size: 18px;
  color: #fff;
  text-align: center;
  min-width: 250px;
  margin-top: 15px;
  padding: 10px;
}
.blue-btn:hover {
  color: #fff;
}
.inner-page-header {
  background-image: url(../../images/js-banner.jpg);
  background-size: cover;
  padding: 40px 0;
  font-size: 24px;
  /*text-transform:uppercase;*/ ;
  color: #fff;
  text-align: center;
}
.color-blue {
  color: #14c5cb;
}
.job-listing-pg {
  padding-top: 15px;
  padding-bottom: 40px;
}
.sidebar-header {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
aside header {
  background: #1d53a5;
  color: #fff;
  font-size: 18px;
  /*text-transform:uppercase;*/ ;
  padding: 23px 20px;
  margin-top: 10px;
}
aside.job_listing_sidebar .sidebar-content {
  padding: 20px 0;
  border: 1px solid #ddd;
}
.slider-section {
  margin-bottom: 50px;
  font-size: 13px;
}
.left-job-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.left-job-list li {
  padding: 3px 0;
}
.left-job-list li a {
  color: #1d53a5;
  font-size: 14px;
}
.left-job-list li a span {
  color: #818282;
}
.mb-20 {
  margin-bottom: 20px;
}
.more-btn {
  color: #589a01;
}
main {
  border: 1px solid #ddd;
  margin-top: 10px;
  font-family: 'arial', tahoma, sans-serif;
}
main header {
  background: #1d53a5;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  margin-left: -15px;
  margin-right: -15px;
  padding-right: 0;
}
.create-alert-input {
  display: block;
  padding: 7px;
  width: 100%;
  color: #000;
  padding-left: 40px;
  border-radius: 0;
}
main header p {
  line-height: 36px;
  margin-bottom: 0;
}
.alert-box {
  position: relative;
}
.alert-box i {
  position: absolute;
  left: 10px;
  top: 8px;
  color: #666;
  font-size: 20px;
}
.light-blue-btn {
  color: #FFFFFF;
  font-weight: 700;
  background-color: #3fabe1;
  border: none;
  padding: 9px 15px;
  border-radius: 0;
}
.light-blue-btn:hover {
  color: #fff;
}
.shorting-section {
  padding: 8px 15px;
  border-bottom: 1px solid #ddd;
  margin-left: -15px;
  margin-right: -15px;
}
.results-show {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 34px;
}
.border-right {
  border-right: 1px solid #ddd;
}
.results-show span {
  color: #666;
}
.shorting-section label.col-sm-6 {
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  text-align: right;
  margin-top: 7px;
}
.shorting-section .form-control {
  border-radius: 0;
}
.shorting-section .form-group {
  /* margin-bottom:0; */
}
article {
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-bottom: 10px;
}
article.highlight {
  background: #eae7e7;
  border: 1px dashed #3fabe1;
  margin: 4px -11px;
}
/* article.highlight:before{
	content:'';
	position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background: transparent;
	  border: 1px dashed #3fabe1;
	  -webkit-animation-name: Rotate;
	  -webkit-animation-duration: 2s;
	  -webkit-animation-iteration-count: infinite;
	  -webkit-animation-timing-function: linear;
	  -moz-animation-name: Rotate;
	  -moz-animation-duration: 2s;
	  -moz-animation-iteration-count: infinite;
	  -moz-animation-timing-function: linear;
	  -ms-animation-name: Rotate;
	  -ms-animation-duration: 2s;
	  -ms-animation-iteration-count: infinite;
	  -ms-animation-timing-function: linear;
}
@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes Rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes Rotate {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
} */
article header {
  background: none;
}
.add-favorite {
  font-size: 20px;
  margin-right: 20px;
  color: #ddd;
  position: absolute;
  right: 5px;
}
article header h3 {
  color: #26a3e1;
  font-size: 18px;
  font-weight: 700;
  font-family: 'arial', tahoma, sans-serif;
  margin-top: 0;
  margin-bottom: 5px;
}
article header p {
  color: #111;
  line-height: 25px;
}
article header p span {
  color: #666;
}
span.separetor {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 13px;
}
.job-media {
  display: table;
  width: 100%;
}
.cell-left {
  display: table-cell;
  width: 120px;
  vertical-align: top;
  padding-right: 8px;
}
.cell-left img {
  /* width:100%; */
}
.cell-right {
  display: table-cell;
  padding-left: 7px;
  font-size: 14px;
  color: #666;
}
.job-share {
  list-style: none;
  padding-left: 0;
  text-align: right;
}
.color-blue {
  color: #26a3e1;
}
.job-share li {
  display: inline-block;
  color: #26a3e1;
  margin-right: 5px;
}
.job-share li a {
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  color: #fff;
  padding-top: 7px;
}
.job-share li:nth-child(2) a {
  background: #d83d27;
}
.job-share li:nth-child(3) a {
  background: #2e5294;
}
.job-share li:nth-child(4) a {
  background: #02a1d8;
}
.job-share li:nth-child(5) a {
  background: #016fae;
}
.pagination-section {
  padding: 0px 15px;
  margin-left: -15px;
  margin-right: -15px;
  background: #ebebeb;
}
.pagination {
  margin: 10px 0;
  border-radius: 0px;
}
.pagination-section nav {
  text-align: right;
  font-size: 13px;
}
.pagination-section p {
  font-size: 13px;
  color: #777474;
  line-height: 51px;
  margin-bottom: 0;
}
.pagination > li > a {
  background-color: #cfcccc;
  color: #111;
}
.right-sidebar-section {
  padding: 8px 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #ddd;
}
.related-job-info {
  position: relative;
  padding-right: 80px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.related-job-info img {
  position: absolute;
  right: 0px;
  top: 5px;
}
.related-job-info h3 {
  color: #26a3e1;
  font-weight: 700;
}
.related-job-info p {
  font-size: 13px;
}
.related-job-info a {
  font-size: 13px;
  color: #26a3e1;
  text-decoration: underline;
}
.block-blue-btn {
  display: block;
  padding: 8px;
  text-align: center;
  background: #3fabe1;
  color: #fff;
  margin: 8px 0;
  margin-top: 15px;
}
.block-blue-btn:hover {
  color: #fff;
}
.light-text {
  color: #666;
  font-size: 14px;
}
.cv-info {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.related-job {
  font-weight: 700;
}
/* .rj-media{
	display:table;
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
} @krishna 02/02/2018 */
.rj-media {
  display: table;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ecebeb;
}
.right-sidebar-section > a:last-child > .rj-media {
  border-bottom: 0;
}
.rj-right, .rj-left {
  display: table-cell;
  vertical-align: top;
}
.rj-left {
  width: 75%;
}
.rj-left img {
  width: 100%;
  max-width: 100%;
}
.rj-right {
  padding-left: 8px;
  font-size: 14px;
  color: #666;
}
.no-border {
  border: none;
}
#profile_name .form-group {
  margin-bottom: 15px;
}
.padding-top-20 {
  padding-top: 20px;
  display: table;
  width: 100%;
}
.padding-top-75 {
  padding-top: 75px;
  display: table;
  width: 100%;
}
.padding-top-75 p {
  line-height: 25px;
  font-size: 18px;
  font-weight: 100;
}
.job-applied-table {
  font-size: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.job-applied-table.table-condensed thead tr th {
  background: #3fabe1;
  color: #fff;
  font-weight: 700;
}
.job-applied-table.table-condensed tbody tr td {
  background: #f9f9f9;
  vertical-align: middle;
}
.latestJobList {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.latestJobList li {
  padding: 8px;
  margin-bottom: 7px;
  position: relative;
  padding-left: 50px;
  border: 1px solid #1d53a5;
  transition: all 0.3s;
}
.latestJobList li i {
  position: absolute;
  left: 0px;
  height: 100%;
  width: 40px;
  top: 0;
  color: #fff;
  background: #1d53a5;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
}
.latestJobList li:hover {
  background: #1d53a5;
}
.latestJobList li:hover a {
  color: #fff;
}
.latestJobList li:hover i {
  border-right: 1px solid #78a6bd;
}
.inner_page_padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* job table */
.ad-type-examples__type-btn, .ad-type-info-table__container, .ad-type-info-table__container--inline, .card-table__message, .card-table__message--error, .panel-border {
  background-color: #fbfbfb;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
}
.ad-type-info-table__container, .ad-type-info-table__container--inline {
  position: relative;
  margin: 36px auto 66px;
  background: #f7f7f7;
}
.ad-type-info-table__column-title {
  font-size: 1.8rem;
  line-height: 2rem;
  margin: 0;
  padding-top: 9px;
  padding-bottom: 5px;
}
.ad-type-info-table__column-head {
  height: 90px;
}
.ad-type-info-table__column, .ad-type-info-table__column--concierge, .ad-type-info-table__column--cta, .ad-type-info-table__column--guaranteed-hirer, .ad-type-info-table__column--premium, .ad-type-info-table__column--small-cta, .ad-type-info-table__column--standout {
  min-width: 99px;
  max-width: 171px;
  width: 171px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  position: relative;
}
.ad-type-info-table__column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 225px;
  right: 36px;
}
.ad-type_info-table_line:first-child {
  height: 30px;
}
.ad-type_info-table_line {
  width: 100%;
  margin: 0;
  overflow: hidden;
  line-height: 30px;
}
.ad-type-info-table__key {
  margin-top: 90px;
}
.ad-type-info-table__key-item, .ad-type-info-table__key-item--price {
  height: 30px;
  line-height: 30px;
  padding-left: 36px;
}
.ad-type-info-table__key-item:nth-last-of-type(2n) {
  background: #eee;
}
.ad-type_info-table__line, .ad-type_info-table__line--highlighted {
  height: 30px;
  line-height: 30px;
}
.ad-type-info-table__column, .ad-type-info-table__column--concierge, .ad-type-info-table__column--cta, .ad-type-info-table__column--guaranteed-hirer, .ad-type-info-table__column--premium, .ad-type-info-table__column--small-cta, .ad-type-info-table__column--standout {
  min-width: 99px;
  max-width: 210px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  position: relative;
}
.ad-type-info-table__column--standout {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  margin: -9px 0;
  padding: 8px 0;
}
.ad-type-info-table__column--small-cta {
  min-width: 180px;
  margin-left: 9px;
}
.ad-type-info__column-action-bubble, .help_message-bubble {
  border: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  border-top: 1px solid #eee;
  background: #fbfbfb;
  text-align: left;
  position: relative;
  font-size: 1.4rem;
  border-radius: 5px;
  box-shadow: 0 4px 5px #a8a8a8;
}
.help_message-bubble_arrow-left, .help_message-bubble_arrow-none {
  box-shadow: -2px 2px 5px #a8a8a8;
}
.ad-type-info__column-action-bubble {
  margin: 18px 0;
}
.l-float-left {
  float: left;
}
.ad-type_info-table_label > div {
  display: block;
  padding-left: 37px;
  line-height: 30px;
}
.ad-type-info-table__column-head .l-clear-fix {
  background: #c9c9c9;
  box-shadow: 0 1px 1px 0 rgba(33, 33, 33, .4);
}
.state-btn-secondary {
  padding: 7px 20px;
  font-size: 18px;
  border-radius: 2px;
  color: #212121;
  text-decoration: none !important;
  text-align: center;
  box-shadow: 0 1px 1px 0 rgba(33, 33, 33, .7);
  border: none;
  background: #d6d6d6;
}
.ad-type_info-table__line--highlighted:nth-last-of-type(2n) {
  background: #f7f7f7;
}
.ad-type_info-table__line, .ad-type_info-table__line--highlighted {
  height: 30px;
  line-height: 30px;
}
.ad-type_info-table__line, .ad-type_info-table__line--highlighted {
  height: 30px;
  line-height: 30px;
}
.state-btn-primary {
  background: #008ff5;
  color: #fff;
  box-shadow: 0 1px 1px 0 rgba(33, 33, 33, .7);
  padding: 7px 20px;
  font-size: 18px;
  border-radius: 2px;
  cursor: pointer;
  border: none;
}
.ad-type-info-table__recommended {
  width: 100%;
  min-width: 117px;
  margin-top: -36px;
  position: absolute;
}
.ad-type-info-table__column-title {
  font-size: 18px;
  line-height: 2rem;
  margin: 0;
  padding-top: 9px;
  padding-bottom: 5px;
}
.ad-type-info-table__tick:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ad-type-info-table__tick {
  color: #747474;
}
i.ad-type-info-table__tick {
  font-style: normal;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 22px;
  font-weight: 400 !important;
  top: 4px;
}
.ad-type-info__column-action-bubble > div, .help_message-bubble > div {
  margin: 11px 18px 10px;
  font-size: 13px;
}
.help_message-bubble_arrow-none p {
  margin: 15px 0;
}
.l-text-center {
  text-align: center;
}
.ad-type-info-table__column-container a {
  color: #1c53a5;
}
.ad-type_info-table_line {
  font-size: 14px;
}
.ad-type-info-table__column-container a {
  font-size: 14px
}
.Job__tab {
  margin-top: 30px;
}
.Job__tab li a {
  background: #ecf0f1;
}
.Job__tab li.active a {
  background: #fff;
  border-top: 5px solid #1c53a5 !important;
}
.Job__tab_content {
  padding-top: 30px;
}
.light-font {
  font-weight: 300;
  line-height: 30px;
}
.check_list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}
.check_list li {
  position: relative;
  padding-left: 24px;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 18px;
}
.check_list li:before {
  position: absolute;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  left: 0;
  top: 4px;
}
.mt-30 {
  margin-top: 30px;
}
.check_list li.iverse {
  color: #00afec;
}
.check_list li.iverse:before {
  color: #00afec;
}
.price_view {
  font-size: 24px;
}
.price_view span {
  font-size: 14px;
  margin-left: 5px;
}
/*--------------------------------------------------------------------------------*/
/*	Responsive set */
/*--------------------------------------------------------------------------------*/
@media (max-width: 1200px) {
  .menu li a {
    font-size: 12px;
    padding: 15px 0px;
  }
  .menu ul li a {
    font-size: 12px;
  }
  .headline {
    margin-top: 0px;
    height: auto !important;
  }
  .headline {
    width: 100% !important;
    background: #0ca788;
  }
  .align-right h4, .align-left h4 {
    font-size: 22px;
  }
  #step-image {
    margin-bottom: 0px;
    margin-top: 0px;
    max-width: 100%;
    height: 0px;
    background-color: #d9dfe2;
    position: relative;
  }
  #step-image div {
    display: block;
    position: static;
  }
  .step-by-container {
    min-width: 80%;
    width: auto !important;
    margin: 10px auto;
    background: #909090;
  }
  .step-by {
    margin-right: 2%;
  }
  .step-by h5 {
    font-size: 18px;
  }
  .light-blue-btn {
    padding: 9px 6px;
    font-size: 13px;
  }
  .work-steps {
    height: 200px;
    width: 200px;
  }
  .work-steps h2 {
    font-size: 27px
  }
  .defaultSkin table {
    width: 100% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .work-steps {
    height: 180px;
    width: 180px;
  }
  .work-steps h2 {
    margin-top: 0;
    font-size: 22px;
  }
}
@media (max-width: 1040px) {
  .author-post {
    padding-left: 15px;
  }
  .author-post img {
    float: none;
  }
  .author-post p {
    text-align: left;
    margin: 4px 0;
  }
  .meta-author i:first-child {
    margin-left: 0;
  }
  .ad-type-info-table__column-title {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .landingText_box {
    margin-top: 25px;
  }
  main header p {
    line-height: 18px;
  }
  .related-job-info {
    padding-right: 0px;
  }
  .related-job-info img {
    position: static;
    margin-top: 15px;
  }
  .cell-left {
    width: 70px;
  }
  .main-logo {
    margin-bottom: 0px !important;
  }
  .headline {
    display: none;
  }
  .recent-job-list-home .job-list-location, .recent-job-list-home .job-list-logo, .recent-job-list-home .job-list-desc {
    border: none;
  }
  .group-1, .group-2 {
    padding: 0 0 0 0;
  }
  .footer-widget {
    height: auto !important;
    min-height: 0;
    margin-bottom: 10px;
    clear: both;
  }
  .recent-job-detail .job-detail-desc p {
    margin: 5px 0;
    font-size: 13px;
  }
  .recent-job-detail .btn-apply-job, .recent-job-detail .job-detail-name, .recent-job-detail .job-detail-location, .recent-job-detail .job-detail-type {
    text-align: left;
    border: none;
    min-height: 0px;
    padding: 10px 10px;
  }
  .recent-job-detail .job-detail-name h6, .recent-job-detail .job-detail-location h6, .recent-job-detail .job-detail-type h6 {
    font-size: 14px;
  }
  .recent-job-detail .job-detail-desc {
    border: none;
    min-height: 0px;
    padding: 10px 10px;
  }
  .recent-job-list .job-list-logo, .recent-job-list .job-list-desc, .recent-job-list .job-list-location {
    border: none;
    min-height: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left !important;
  }
  .recent-job-list > .col-md-3 {
    padding: 0;
  }
  .recent-job-list > .col-md-3 .job-list-button {
    padding: 0 10px;
  }
  .recent-job-list .job-list-location h6 i, .recent-job-list .job-list-type h6 i {
    margin-left: 0;
    padding: 0;
  }
  .author-post {
    padding-left: 15px;
  }
  .author-post .meta-author i {
    margin: 0 5px 0 9px;
  }
  .author-post {
    max-width: 250px;
  }
  .author-post img {
    float: none;
  }
  .author-post p {
    text-align: left;
    margin: 4px 0;
  }
  .meta-author i:first-child {
    margin-left: 0;
  }
  .ad-type-info-table__column-title {
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  .cv-panel-body {
    width: 640px;
    border-radius: 80px 22px 22px 80p
  }
  .container-vmcv {
    height: 280px;
    width: 280px;
    border-radius: 50%;
    padding: 40px;
    border: 5px solid #73d5f9;
    background: #fff;
    z-index: 5;
    position: absolute;
    left: -43px;
    top: -19px;
    text-align: center;
  }
  .cv-counter-value {
    font-size: 40px;
  }
  .container {
    padding: 0 15px;
  }
  div.location {
    height: 319px;
  }
  .contact .btn-green {
    margin: 15px 0;
  }
  .spacer-1 {
    width: 100%;
    height: 10px;
  }
  .spacer-2 {
    width: 100%;
    height: 20px;
  }
}
@media (max-width: 780px) {
  .footer-widget {
    padding: 0 15px;
    border: none;
  }
  .footer-widget:nth-child(2), .footer-widget:nth-child(3), .footer-widget:nth-child(4) {
    border: none;
  }
  .footer-credits {
    padding: 0;
    font-size: 12px;
  }
  .big-title {
    font-size: 30px;
    margin: 40px 0 15px 0;
  }
}
@media (max-width: 767px) {
  .landingText_box {
    margin-bottom: 20px;
  }
  .signup-form-landing {
    margin-bottom: 25px;
  }
  .shorting-section, article, .pagination-section, main header {
    margin-left: 0px;
    margin-right: 0px;
  }
  .shorting-section label.col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  main header {
    display: table;
    width: 100%;
    padding: 10px 15px;
  }
  .light-blue-btn {
    display: block;
    width: 100%;
  }
  .ad-type-info-table__container {
    width: 760px;
  }
  .ad-type-info {
    overflow: scroll;
  }
  .m_responsive_table2.info-view-tbl td:before {
    content: attr(data-header)":";
    display: inline-block;
  }
  .info-view-tbl .info-view {
    display: inline-block;
  }
  .tbl-loading span.tbl-loader {
    top: -33px;
  }
  .tbl-loading .info-view {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .container-vmcv {
    position: static;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  .cv-panel-body {
    width: auto;
  }
  .upload-btn {
    font-size: 15px;
  }
  .main-logo {
    margin-bottom: 10px !important;
  }
  .menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  nav {
    margin: 0;
    background: none;
  }
  .menu li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .menu li:first-child {
    padding: 0;
  }
  .menu li a {
    background: #ffffff;
    color: #565656;
    border-top: 1px solid #e0e0e0;
    border-left: none;
    padding: 15px 20px
  }
  .menu li a:hover, .menu li:hover > a {
    background: #f0f0f0;
    color: #797979;
    border-left: none;
    border-bottom: none;
  }
  .menu ul {
    /*display:block;*/
    position: absolute;
    top: 100%;
    left: 2px;
    width: 100%;
    border-top: none;
    border-bottom: none;
  }
  .menu ul li a {
    padding: 5px 0;
    background: #fff
  }
  .menu ul ul {
    left: 0;
    padding: 0;
  }
  .slider-nav {
    display: none;
  }
  .commentlist > .media .pull-left {
    float: none !important;
  }
  .commentlist > .media ul {
    padding-left: 6%;
  }
  .comment-content {
    padding-left: 0;
    margin: 10px 0;
  }
  .job-detail-logo {
    float: none;
  }
  .meta-job-detail {
    font-size: 13px;
    margin-left: 6px;
    margin-right: 6px;
  }
  .meta-job-detail .sline {
    display: none;
  }
  .big-title {
    font-size: 28px;
    margin: 35px 0 10px 0;
  }
}
@media (max-width: 480px) {
  .tab {
    float: none;
    display: static;
    width: 100%;
    text-align: center;
    border: 1px solid #e3e3e3;
    margin: 2px 0;
  }
  .tab.active {
    background: #f6f6f6;
    top: 0px;
  }
  .counter {
    width: 100%;
  }
  .counter-container p {
    font-size: 14px;
  }
  .counter-value {
    max-width: 80px;
    height: auto;
    background: #ffffff;
    font-weight: 700;
    font-size: 30px;
    padding: 15px 0;
  }
  .step-by {
    margin: 10px auto;
    width: 100%;
  }
  div.location {
    height: 260px;
  }
  .post-job-title, .post-resume-page-title {
    padding: 15px 0;
  }
  .post-job-phone, .post-resume-phone {
    padding: 17px 0;
    text-align: left;
    float: left;
  }
  .media-top-right {
    float: none;
    margin: 0 auto;
  }
  .media-top-2 {
    float: right;
    margin: 0;
  }
}
@media (max-width: 479px) {
  .btn-enqueryLandng {
    font-size: 12px !important;
  }
  .w50 {
    width: 48%;
  }
  .signup-form-landing input, .signup-form-landing select {
    padding: 12px 5px;
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .counter-container p {
    font-size: 12px;
  }
  .counter-value {
    max-width: 80px;
    height: auto;
    background: #ffffff;
    font-weight: 700;
    font-size: 22px;
    padding: 12px 0;
  }
  .job-pagination li {
    margin-left: 3px;
    margin-right: 3px;
  }
  .job-side-wrap .btn-green {
    width: 100%;
    padding: 10px 0;
  }
  .job-side-wrap .btn-black {
    width: 100%;
    padding: 15px 0px;
    font-size: 13px;
  }
  .job-side-wrap .btn-black i {
    display: none;
  }
  .job-side-wrap .btn-blue {
    width: 100%;
    padding: 15px 0px;
  }
  .job-side-wrap .btn-green.postnow {
    width: 100%;
    padding: 15px 0px;
  }
}
@media (max-width: 380px) {
  .media-top-2 {
    float: none;
    margin: 0 auto;
  }
  .media-top {
    float: none;
    margin: 0 auto;
  }
  .phone-cs {
    font-size: 30px;
  }
}
@media (max-width: 330px) {
  .counter-container {
    width: 100%;
    height: auto;
  }
  .counter-value {
    max-width: 130px;
    height: auto;
    background: #ffffff;
    font-weight: 700;
    font-size: 36px;
    padding: 36px 0;
  }
  .counter-container p {
    font-size: 14px;
  }
  .meta-job-type {
    background-color: #f0f0f0 !important;
  }
  #cs h1 {
    font-size: 30px;
  }
  .phone-cs {
    font-size: 28px;
    color: #343434 !important;
    margin: 30px 0 !important;
  }
}
@media (max-width:300px) {
  #cs h1 {
    font-size: 24px;
  }
  .phone-cs {
    font-size: 20px;
    color: #343434 !important;
    margin: 20px 0 !important;
  }
  .big-title {
    font-size: 26px;
    margin: 25px 0 10px 0;
  }
}
@media (max-width:250px) {
  .about-post-resume .btn-black, .about-post-job .btn-green {
    margin: 25px 0 10px 0;
    padding: 10px 15px;
  }
  .about-post-resume .btn-black i {
    display: none;
  }
}
.backbutton {
  font-size: 15px;
  margin-left: 90%;
  margin-top: -42px;
  width: 100px;
}
.accept-decline {
  color: white;
  font-size: 14px;
  height: 34px;
  padding-top: 6px;
  margin-top: 2px;
}
.pg-container {
  padding: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
}
.pg-container .form-regist-container {
  margin: 0;
  overflow: hidden;
  text-align: center;
}
.page-sub-headding {
  margin-top: 0;
  margin-bottom: 30px;
}
.large-text {
  font-size: 24px;
  /*   color: #ffffff;
    padding: 5px 15px;
    background: #111;
    border-radius: 20px; */
}
.text-sm {
  font-size: 24px;
}
.pt-form-group {
  margin-bottom: 15px;
  margin-top: 15px;
}
.price-table {
  width: 100%;
  border: 1px solid #ddd;
}
.g__total {
  font-weight: 700;
  border: 3px solid #2980b9;
}
.tod-list > div {
  display: inline-block;
  padding: 3px 8px;
  border: 2px solid #00a2de;
  position: relative;
  margin-right: 16px;
  margin-bottom: 5px;
  border-radius: 13px;
  padding-right: 20px;
}
.tod-list .closess {
  position: absolute;
  height: 24px;
  width: 24px;
  display: block;
  background: #00a2de;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  border-radius: 50%;
  color: #fff;
  top: 2px;
  right: -15px;
  border: 2px solid #f4f4f4;
  cursor: pointer;
  transition: all 0.2s;
}
.tod-list .closess:hover {
  background: #1fb8f1;
}
.form-control.sm-input {
  display: inline-block;
  width: 120px !important;
}
.form-control.sm-input[type=text]:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}
.invoice-form {
  font-size: 14px;
  text-align: center;
  border: 1px solid #dedede;
}
.invoice-form td, .invoice-form th {
  text-align: center;
  color: #565656;
  font-weight: normal;
  border-right: 1px solid #dedede;
  vertical-align: middle !important;
}
.invoice-form td:last-child, .invoice-form th:last-child {
  border-right: 0;
}
.invoice-form tfoot tr td {
  border: 1px solid #dedede;
}
.info-view-tbl.invoice-form tfoot tr td {
  font-size: 14px;
  text-align: right;
}
.invoice-form thead tr th {
  vertical-align: top !important;
  background-color: #737373 !important;
  color: #fff;
  font-weight: 700;
}
.info-view-tbl.invoice-form tfoot tr td, .info-view-tbl.invoice-form tr td, .info-view-tbl.invoice-form thead tr th {
  background: #dcdcdc;
  border-color: #bfbfbf;
}
.info-view-tbl.invoice-form tfoot tr td:last-child, .info-view-tbl.invoice-form tfoot tr td:nth-last-child(2), .info-view-tbl.invoice-form tr td:last-child, .info-view-tbl.invoice-form tr td:nth-last-child(2), .info-view-tbl.invoice-form thead tr th:nth-last-child(2), .info-view-tbl.invoice-form thead tr th:last-child {
  background: #ffffff;
  border-color: #eaeaea;
}
.invoice-form tfoot td:first-child {
  border: none;
  border-top: 1px solid #dedede;
}
.adi_info_list {
  padding-left: 0;
}
.adi_info_list li {
  position: relative;
  padding-left: 20px;
}
.adi_info_list li input {
  position: absolute;
  left: 0;
  top: 0;
}
.invoice-form td select {
  width: 100%;
  height: 34px;
}
.tbl-loading {
  position: relative;
}
.tbl-loading span.tbl-loader {
  position: absolute;
  height: 100%;
  width: 100%;
  top: -9px;
  left: 0;
  padding-top: 14px;
  background: rgba(255, 255, 255, 0.29);
}
p.info-view {
  margin: 0px;
}
.pre-options {
  padding: 10px 15px;
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 10px;
}
.pre-options .col-xs-7 {
  text-align: left;
}
.pre-options .col-xs-7 label {
  margin-top: 2px;
}
.pre-options .form-control.input-sm {
  font-size: 14px;
}
/* @krishna 31/01/2018 */
@media (max-width:1024px) {
  #jobseekerForm .job-alert.alert-red, #companyForm .job-alert.alert-red {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .terms-block {
    text-align: left;
    display: table;
    width: 100%;
  }
  .terms-block > * {
    display: inline;
    float: none !important;
  }
}
@media (max-width:767px) {
  .terms-block {
    text-align: left;
  }
  #jobseekerForm .job-alert.alert-red, #companyForm .job-alert.alert-red {
    display: block;
  }
  .alert.job-alert.alert-red {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .ozsparky-r-frm .register-title {
    font-size: 27px;
    font-weight: 300;
    margin: 15px 0 15px 0 !important;
  }
  .r-box.form-regist-container {
    margin-top: 30px;
  }
  .alert.job-alert.alert-red {
    height: auto !important;
  }
  .save-resume {
    text-align: center;
    /* display:block !important; */
  }
  .respreview {
    display: table;
    width: 100%;
    text-align: center;
  }
  .save-resume input.btn.btn-default.btn-green.resubmit, #respreview {
    float: none !important;
    margin: 10px 0 !important;
  }
  .resume-yes p input {
    width: 121px !important;
  }
  .col-md-10.no-padd {
    margin-left: 0 !important
  }
  .backbutton {
    width: auto !important;
    margin-left: 0 !important;
  }
  #cover_letter_body_tbl {
    width: 100% !important;
  }
  .my-resume-title .btn-lg {
    font-size: 13px;
  }
  #name h1 {
    font-size: 24px !important;
  }
  #job_description_tbl, #contactDetails {
    width: 100% !important;
  }
  .pg-container {
    padding: 15px;
  }
  .price-table {
    font-size: 13px;
  }
  #loading_icon {
    top: 6px !important;
    right: 31% !important;
  }
  .alert-warning.alert-dismissable.job-alert.alert-red.col-sm-5 {
    width: 100% !important;
  }
}
.bottom {
  padding: 20px 75px !important;
  background-color: #0000a0 !important;
  border: 5px solid #00a2e8 !important;
  color: #fff;
  font-size: 18px;
}
.bottom:hover {
  padding: 20px 75px !important;
  background-color: #0000a0 !important;
  border: 5px solid #00a2e8 !important;
  color: #fff;
  font-size: 18px;
}
.newnavheader a.nav-link {
  color: #004a95 !important;
  font-weight: bold;
  background-color: transparent;
  padding: 5px 9px 5px 8px;
  border: 0;
  font-size: 16px;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.newnavheader a:hover.nav-link {
  color: #f7941d !important;
}
.newnavheader ul.navbar-nav {
  padding-left: 0 !important;
  width: 100%;
}
.newnavheader {
  margin-bottom: 0;
  min-height: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  th.thmbhide {
    display: none;
  }
  td.tdmbhide {
    display: none;
  }
  p.dtresp {
    text-align: left;
    font-size: 16px !important;
    font-weight: bold;
  }
  p.nmresp {
    text-align: left;
    font-size: 16px !important;
    font-weight: bold;
  }
  p.actnbtnshw {
    text-align: left;
    font-size: 16px !important;
    font-weight: bold;
  }
  p.vwbtnshow {
    text-align: left;
    font-size: 16px !important;
    font-weight: bold;
    padding-top: 10px;
  }
  p.vwbtnshow br {
    display: none;
  }
  p.dtvalresp {
    text-align: left;
  }
  p.nmvalresp {
    text-align: left;
  }
  .btnmbshow a.btn.btn-info.btn-lg.accept-decline {
    line-height: 19px;
  }
  .mbshowdv {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  span.dtdskshow {
    display: none;
  }
  .new-accordion {
    cursor: pointer;
    transition: 0.4s;
  }
  .active, .new-accordion:hover {}
  .new-panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  .new-accordion:after {
    content: "\f107";
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    margin-top: -2px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
  }
  .new-accordion.active:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .HeadlogDiv .topRightAreaDv {
    margin-bottom: 0 !important;
  }
	
		/* .jai thead {
    display: none;
}
	 
	 .jai tr td {
    padding: 0.4em 1em;
    text-align: right !important;
    display: block;
    width: 100%;
}
	 
	 .jai tr td[data-label]:before {
    content: attr(data-label);
    float: left;
   
    font-weight: bold;
}*/

.emp_job_tr {display: none;}
	
}
@media (min-width: 768px) and (max-width: 30000px) {
  td.tdmbshow {
    display: none;
  }
  span.dtmbshow {
    display: none;
  }
  .sidebar-content.new-panel {
    display: block !important;
  }
}
@media (min-width: 320px) and (max-width: 400px) {
  .labDetailDv td .tpfrmRgtTxtDv input {
    width: 140px !important;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .media-top-right.hidden-xs {
    text-align: center;
  }
}
@media (min-width: 1024px) and (max-width: 1180px) {
  .site-logo {
    left: 0 !important;
  }
  .topRightAreaDv {
    left: 0 !important;
  }
  .HeadSocialDiv .topSocialDv {
    padding: 26px 0px 7px !important;
    text-align: left !important;
  }
  .topSocialDv a {
    margin-right: 5px !important;
  }
  span.emp-head-span {
    font-size: 14px !important;
  }
  .emp-sub-menu li {
    padding: 10px 16px 10px !important;
  }
  span.jsk-head-span {
    font-size: 14px !important;
  }
  .jsk-sub-menu li {
    padding: 10px 16px 10px !important;
  }
}
.imgLbsrchDv {
  text-align: right;
  padding-right: 25px;
}
img.mntrImg {
  width: auto !important;
}
@media only screen and (min-width : 768px) and (max-width : 992px) {
  .col-md-6.col-sm-6.col-lg-12.col-md-offset-1.pg-container.text-justify.new_txt_justify {
    width: 100%;
    text-align: center;
  }
  .col-sm-7.new_colfor_details {
    width: 100%;
  }
  .col-sm-7.new_colfor_details .row .col-sm-9 {
    width: 100%;
  }
  .nocomissiondiv {
    max-width: 96% !important;
  }
}
/*Scroll table*/
.custom_chat_list {
  width: 100%;
  height: 500px;
  ;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #1d53a5 transparent;
}
.custom_chat_list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.custom_chat_list::-webkit-scrollbar-track-piece {
  background-color: #c2d2e4;
}
.custom_chat_list::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #1d53a5;
}
.navigation_header {
  overflow: inherit !important;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .nav-link {}
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */
.dropdown_cnt {
  color: #004a95 !important;
  font-weight: bold !important;
}



#scrollPod .video-box {
    position: relative;
    border-radius: 5px;
    max-width: 980px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 50%);
    color: #000;
    overflow: hidden;
}

#scrollPod .video-box {
    box-shadow: 0px 0px 0px rgb(0 0 0 / 50%);
    border-radius: 0;
    margin-top: 0;
    border: 3px solid #22a2dc;
}

#scrollPod .video-bo img {
    display: block;
    width: 100%;
}

#scrollPod .play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#scrollPod .video-box .play-video .video-btn {
    width: 75px;
    height: 75px;
    line-height: 70px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    background-color: #00ccff;
    display: inline-block;
    font-size: 31px;
    border: 5px solid red;
    padding-left: 6px;
}


.ScrollPoscastDv .mCSB_scrollTools {
    display: none !important;
}

.ScrollPoscastDv .forsrolBar {
    height: auto !important;
    max-height: 400px !important;
}
