body {
    font-family: "Noto Serif", serif;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    background-color: #f5f5f5;
}
li{list-style:none;}
p {
    word-break: break-all;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
    outline: none;
}

html {
    /*-webkit-text-stroke: 0.3px;*/
}

@-moz-document url-prefix() {
    html {
        text-shadow: 0.2px 0.1px 0.2px;
    }
}
.nav > li > a:focus,
.nav > li > a:hover {
    background: inherit;
    box-shadow: none;
}
img {
    max-width: 100%;
}
.clearfix{
    clear: both;
}

/*---------inner page place holder-------*/
.form-control {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "Noto Serif", serif;
    box-shadow: none;
    font-weight: 300;
    position: relative;
    border-radius: 0;
    height: 42px;
}

textarea.form-control {
    white-space: normal;
    text-overflow: inherit;
}

.form-control:focus {
    border-color: #bcbcbc !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(0, 0, 0, 0.4)
}

.form-control::-webkit-input-placeholder {
    font-family: "Noto Serif", serif;
    font-weight: 300;
    color: #858585;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Noto Serif", serif;
    font-weight: 300;
    color: #858585;
}

.form-control:-webkit-input-placeholder {
    font-family: "Noto Serif", serif;
    font-weight: 300;
    color: #858585;
}

.membership-plans-main .form-control:-webkit-input-placeholder {
    color: #222;
    font-size: 18px;
    font-weight: bold;
}

.membership-plans-main .form-control::-moz-placeholder {
    color: #222;
    font-size: 18px;
    font-weight: bold;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 300;
    color: #222;
}

.form-control:-ms-input-placeholder {
    font-weight: 300;
    color: #222;
}


/* body class */

a.link
{
    color : #222;
}
a.link:hover {
    color: #0327c5;
    text-decoration: none;
}

.blue-btn {
    background-color: #1b9ead;
    text-transform: uppercase;
    border-radius: 0px;
    box-shadow: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-color: transparent;
}

.bg-blue {
    background-color: #0327c5;
}


/* common class */

a,
button {
    text-decoration: none;
    transition: all 0.3s ease;
    outline: none;
}

.text-green {
    color: #1fd137;
}

.text-blue {
    color: #0327c5;
}

/*.nav li {
    padding: 24px 0;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    box-shadow: none;
    border: none;
}

.navbar-nav > li > a:hover {
    color: #0327c5;
    background: transparent;
}
*/
.navbar-custome {
/*    background-color: rgba(0, 0, 0, 0.4);*/
    border-bottom: none;
}

/*.bg-custome {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
    position: relative;
    margin-bottom: 0;
    border-bottom: none;
}*/

.e-zone-btn {
    background-color: #1fd137;
}

.e-zone-btn:hover {
    background: #0327c5 !important;
    color: #fff !important;
    border-color: #0327c5 !important;
}

.navbar-toggle {
    background-color: #1fd137;
    margin-top: 25px;
	z-index:9999;
}

.icon-bar {
    background-color: #ffffff;
}

.mainPitch {
    position: absolute;
    max-width: 964px;
    width: 100%;
    text-align: center;
    top: 92%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    /*z-index: 10;*/
}

.text-black {
    color: #222;
    word-break: break-all;
}

.text-greey {
    color: #999;
    word-break: break-all;
}

.general-padding {
    padding-top: 30px;
    padding-bottom: 50px;
}

.right-btn {
    float: right;
}


.relative {
    position: relative;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: 500;
}

.margin-top40 {
    margin-top: 30px;
}

.margin-right25 {
    margin-right: 25px;
}

.bg-green {
    background: #1fd137;
}

.border {
    background: #e2e2e2;
    height: 1px;
}

.common-title {
    font-weight: bold;
    color: #222;
    margin-bottom: 25px;
    margin-top: 30px;
}

.star {
    color: #f92321;
}

.border2 {
    border: 1px solid #bbbbbb;
}

.bg-white {
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0;
    font-family: "Noto Serif", serif;
}

h1 {
    font-size: 23px;
    line-height: 1.3846153846;
}


/* top header class */

#header-bg {
    width: 100%;
    min-height: 425px;
    display: block;
    padding: 0;
    position: relative;
}

.search-bg {
    padding: 20px;
    width: 100%;
    text-align: left;
    float: left;
}

/*.search {*/
/*    list-style: outside none none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    width: 100%;*/
/*    float: left;*/
/*}*/

/*.search li {*/
/*    width: 29%;*/
/*    float: left;*/
/*    margin-right: 10px;*/
/*}*/

/*.search li .search-icon {*/
/*    right: 0;*/
/*}*/

/*.search li .search-field {*/
/*    padding-left: 12px;*/
/*    padding-right: 40px;*/
/*}*/

/*.search li:first-child {*/
/*    width: 37%;*/
/*    float: left;*/
/*    vertical-align: middle;*/
/*    position: relative;*/
/*}*/

/*.search li:last-child {*/
/*    margin-right: 0px;*/
/*    float: left;*/
/*    width: 13%;*/
/*}*/

/*.experience {*/
/*    width: 17% !important;*/
/*    float: left;*/
/*}*/

/*.search li .form-control {*/
/*    height: 40px;*/
/*    box-shadow: none;*/
/*}*/

.exp-btn {
    border: 0 none;
    margin-top: 2px;
}

/*.search li .form-control,*/
/*.location-addon {*/
/*    background-color: #ffffff;*/
/*    border-radius: 0;*/
    /*height: 42px;*/
/*    margin: 0;*/
/*    border: none;*/
/*}*/

/*.search li .form-group {
    border: 1px solid #999;
    margin-bottom: 0;
}
*/
.search-btn {
    padding: 10px 28px;
}

.search-btn:hover {
    background: #1fd137;
    color: #fff;
    border-color: #1fd137;
}

.search-icon {
    color: #1fd137;
    position: absolute;
    top: 6px;
    line-height: 1;
}

.search-field {
    padding-left: 37px;
}

.relative {
    position: relative
}

div.form-control div.root {
    background: rgba(0, 0, 0, 0) url("../images/select-arrow.png") no-repeat scroll 100% 10px;
    box-sizing: border-box;
    float: left;
   font-family: "Noto Serif", serif;
    padding: 4px 0 0;
    text-align: left;
    width: 100%;
}


div.form-control div.root .value {
    display: block;
    float: left;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

div.form-control select {
    border: medium none;
    cursor: pointer;
    height: 35px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.navbar-right {
    margin-right: 0;
}


/* search box */

.ads-details {
    width: 100%;
    padding: 15px;
    float: left;
    margin-bottom: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.ads-details:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.ads-details:after {
    clear: both;
}

.cmp-details {
    width: 80%;
    float: left;
}

.hour-details {
    width: 20%;
    float: right;
    
}

.cmp-logo {
    width: 60px;
    height: 60px;
    border: 1px solid #f1f1f1;
    display: inline-block;
    text-align: center;
}

.cmp-info {
    display: inline-block;
    padding: 0px;
    margin-left: 20px;
    vertical-align: top;
    text-align: left;
}

.cmp-info ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.cmp-info ul li {
    display: list-item;
    margin-bottom: 2px;
}

.cmp-info h4 {
    font-weight: bold;
}

.cmp-info a {
    font-size: 16px;
    color: #222;
    margin: 4px 0;
    display: block;
    text-decoration: none;
}
.cmp-info a:hover {
    color: #0327c5;
}
.cmp-info p {
    color: #999;
    margin-bottom: 3px;
}

.cmp-info p i {
    margin-right: 10px;
}

.emp-exp {
    color: #222 !important;
}

.label {
    text-transform: uppercase;
    font-weight: lighter;
}

.parttime {
    background-color: #f0ad4e;
}

.contract {
    background-color: #6033cc;
}

.temporary {
    background-color: #d93674;
}

.fulltime {
    background-color: #5cb85c;
}
.featured {
    background-color: #337ab7;
}

.hour-details p {
    font-size: 12px;
    color: #999999;
    padding-top: 5px;
}

.view-more {
    float: right;
}
.view-more {
    float: right;
    color: #222;
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}
.view-more:hover{
    color: #0327c5;
    text-decoration: none;
}


/* left penal */

.latest-job {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.latest-cmp-logo {
    background-color: #e5e5e5;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    display: block;
    padding: 15px 15px 4px;
}

.latest-cmp-logo h1 {
    font-size: 22px;
    margin: 10px 0 5px;
    font-weight: bold;
}

.latest-cmp-logo h5 {
    color: #0061a3;
    text-transform: uppercase;
    margin: 0 0 3px;
    font-weight: 600;
    font-size: 13px;
}

.letest-job-info,
.email-subscriber {
    padding: 18px;
    width: 100%;
    text-align: center;
}

.letest-job-info ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
    text-align: left;
}

.letest-job-info .cmp-info {
    margin-left: 0;
    display: block;
    margin-top: 12px;
}

.letest-job-info .search-btn {
    margin-top: 10px;
}

.letest-job-info ul li {
    padding-bottom: 5px;
}

.apply-job-btn {
    width: 242px;
    height: 44px;
    border-radius: 0px;
    padding: 0px;
    margin-top: 10px;
}

/*.featured {
    background: #f44336;
    margin-top: -4px;
    float: right;
    text-transform: uppercase;
}*/

.email-subscriber h2 {
    font-size: 24px;
    color: #222222;
    font-family: "Segoe Script";
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.email-btn {
    margin-top: 10px;
}


/* slider companies logo */

.bg-slider-clients {
    padding: 30px 40px;
    margin-bottom: 30px;
}

.wrapper-cleints {
    width: 162px;
    margin: 0 auto;
}

.clients {
    display: block;
    height: 60px;
    width: 162px;
    vertical-align: middle;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.img-client {
    max-width: 160px;
    height: 60px;
}

.owl-prev {
    background: rgba(0, 0, 0, 0) url("../images/arrow_left.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 33px;
    left: -26px;
    overflow: hidden;
    position: absolute;
    text-indent: -500px;
    top: 35%;
    width: 24px;
}

.owl-next {
    background: rgba(0, 0, 0, 0) url("../images/arrow_right.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 33px;
    overflow: hidden;
    position: absolute;
    right: -37px;
    text-indent: -500px;
    top: 35%;
    width: 24px;
}

.margin-bottom50 {
    margin-bottom: 50px;
}

.adver-btn {
    background-color: #222;
    color: #ffffff;
    text-align: center;
    width: 100%;
    max-width: 500px;
    border-radius: 0px;
    border: 1px;
    font-size: 26px;
    padding: 10px 20px;
}

.adver-btn:hover {
    background-color: #484343;
    color: #fff;
}


/* End carousel */

footer {
    /*background-color: #1fd137;
    background: rgba(0, 0, 0, 0) url("../images/footer_image.jpg");
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
    width: 100%;
    background-size: cover;*/
}

.footer-nav {
    list-style: none;
    padding: 0px;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    color: #ffffff;
    width: 15%;
    margin-left: 6%;
    text-align: right;
}

.footer-nav:first-child {
    margin-left: 20px;
}

.footer-nav li {
    text-align: left;
}

.footer-nav a {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.title-nav-footer {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}


.copyright {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

.logo {
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    padding-top: 2px;
}

.social-icon {
    width: 100%;
    float: left;
    font-size: 24px;
    list-style-type: none;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.social-icon li {
    display: inline-block;
    padding-right: 10px;
}

.social-icon li:last-child {
    padding-right: 0;
}

.social-icon li a {
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
}

.social-icon li a:hover {
    color: #fff;
}

.title {
    font-size: 24px;
    color: #222;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}

.job-part-main .common-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px;
}


/* End Footer */


/*==========  search  ==========*/

.search-jobs-main {
    float: left;
    width: 100%;
}

.text-blue.navbar-nav > li > a {
    color: #222;
}

.text-blue.navbar-nav > li > a:hover {
    color: #0327c5;
}

.nav li a.e-zone-btn {
    color: #fff;
    border-radius: 0;
    border-color: #1fd137;
}

.location-icon {
    padding: 8px 12px;
}

.job-type {
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    margin: 14px 0 0;
}

.job-type .checkbox {
    color: #333;
}

.job-type .job-title {
    margin-top: 8px;
}

.job-type li {
    display: inline-block;
    float: left;
    width: 17%;
}

.all-category {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.all-category .nav li {
    padding: 0;
    text-align: center;
    width: 25%;
    margin-bottom: -2px;
}

.all-category .nav-tabs {
    background: #fff;
    border: 1px solid #ddd;
}

.all-category .nav-tabs > li > a {
    margin: 0;
    color: #222;
}

.all-category .nav-tabs > li > a:hover {
    border-radius: 0;
}

.all-category .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: none;
    border-radius: 0;
    border-bottom: #fff;
    color: #fff;
    background: #222;
}

.all-category .tab-content {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 145px;
    overflow: auto;
}

.all-category .checkbox {
    margin: 0px 0 10px;
    color: #222;
}

.jobs-found .filter {
    color: #222;
    font-weight: bold;
}

.jobs-found .ads-details {
    margin-bottom: 10px;
}

.token a.close.removeLoc {
    clear: right;
}

.jobs-found h4 {
    font-weight: bold;
}

.jobs-found h3 {
    font-weight: bold;
    margin: 30px 0 20px;
    font-size: 18px;
    color: #656565;
}

.jobs-found .hour-details p {
    display: inline-block;
}

.sort-by {
    float: right;
    font-weight: 400;
    font-size: 14px;
    font-weight: bold;
    color: #222;
}
.sort-by:hover {
    color: #0327c5;
    text-decoration: none;
}

.apply-now-main {
    float: left;
    width: 100%;
}

.apply-now {
    position: relative;
    display: block;
    text-align: right;
    z-index: 1;
    height: 40px;
}

.apply-now:after {
    background: #e1e1e1;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}

.apply-now-btn {
    background: #0327c5;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    /*margin: 0 -16px 0 auto;*/
    padding: 10px 28px;
    text-transform: uppercase;
    border-radius: 0;
}

.apply-now-btn:hover {
    background: #1fd137;
    text-decoration: none;
    color: #fff;
}

.msg-cell {
    margin-bottom: 15px;
    padding-left: 95px;
    margin-top: 7px;
    position: relative;
}

.msg-cell .left-content {
    left: 0;
    position: absolute;
    font-weight: bold;
}

.list {
    float: left;
    font-style: italic;
    margin-top: 7px;
}

.pagination {
    float: right;
    margin: 0 0 35px;
}

.pagination > li > a,
.pagination > li > span {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #333;
    font-weight: bold;
    border-bottom: 4px solid #dcdcdc;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: rgba(0, 0, 0, 0);
    color: #19b797;
    border-bottom: 4px solid #19b797;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.jobs-found .job-title {
    margin-top: 10px;
    margin-bottom: 10px;
}


/*==========  job_detail  ==========*/

.menu-part {
    padding: 9px 0px;
    background: #ececec;
    width: 100%;
}

.menu-inner {
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.menu-inner li {
    display: inline-block;
}

.menu-inner li a {
    font-size: 14px;
    color: #222;
    /*font-weight:bold;*/
}
.menu-inner li a:hover {
    color: #0327c5;
    text-decoration: none;
}

.menu-inner li a i {
    padding: 0 5px;
    font-size: 16px;
}

.job-detail-main {
    float: left;
    width: 100%;
}

.back-to-search {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.back-to-search a {
    font-weight: bold;
    /*float: right;*/
    color: #222;
    font-size: 14px;
}

.job-detail {
    float: left;
    width: 100%;
}

.job-heder {
    padding: 20px 15px;
    float: left;
    width: 100%;
    /*border-bottom:2px solid #dfdfdf;*/
}

.job-heder .apply-now-btn {
    margin: 0;
	padding:0;
    float: right;
}

.job-heder-title {
    display: inline-block;
}

.job-heder-title .common-title {
    margin: 0 0 0 0;
	margin-bottom:15px;
}

.company-title {
    font-size: 18px;
    font-weight: bold;
}

.left {
    width: 31%;
    float: left;
}

.right {
    width: 69%;
    float: right;
}

.job-description-left {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
    border-right: 2px solid #e1e1e1;
}

.job-title {
    font-weight: bold;
    margin: 10px 0 20px;
    font-size: 18px;
}

.job-description-left li {
    padding: 10px 15px;
    border-bottom: 2px solid #dfdfdf;
}

.job-description-left li:last-child {
    border-bottom: none;
}

.job-description-right {
    /*border-left: 2px solid #e1e1e1;*/
    padding: 30px;
    float: left;
    width: 100%;
    padding-bottom: 0px;
}

.job-skills {
    width: 100%;
    margin-bottom: 30px;
}

.job-posted-by-company {
    width: 100%;
    float: left;
}

.company-logo-min {
    display: inline-table;
    overflow: hidden;
    text-align: center;
    width: 22%;
    float: left;
    margin-bottom: 15px;
    clear: both;
}

.company-logo {
    border: 1px solid #dddddd;
    display: table-cell;
    /*padding: 10px;*/
    vertical-align: middle;
    width: 60px;
    height: 60px;
}

.company-details {
    width: 78%;
    float: right;
    padding-left: 25px;
}

.company-details .company-title {
    color: #222;
    margin-bottom: 16px;
    display: block;
    font-weight: 600;
}

.company-details p {
    margin-bottom: 30px;
    padding-right: 35px;
}

.job-location {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.job-location li {
    float: left;
    width: 100%;
    margin-bottom: 23px;
}

.job-detail-left {
    width: 35%;
    float: left;
    font-weight: 600;
}

.job-detail-right {
    width: 65%;
    float: right;
}

.title .view-more {
    font-weight: 500;
    margin-top: 6px;
}

.cmp-info.similar-jobs {
    margin: 0;
}

.similar-jobs {
    padding: 15px;
    border: 1px solid #dfdfdf;
    background: #fff;
    float: left;
    width: 100%;
}

.similar-jobs h4 {
    font-weight: bold;
    color: #222;
}

.carousel-arrow .owl-prev {
    left: -12px;
    top: 45%;
}

.carousel-arrow .owl-next {
    right: -23px;
    top: 45%;
}


/*==========  post-a-job  ==========*/

.post-a-job-main {
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 70px;
}

.font-size14 li a {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
}
.dropdown.user-dropdown {
    padding: 0;
    background: #0327c5;
}

.dropdown.user-dropdown .user {
    color: #fff;
    padding: 26px 15px;
    text-transform: none;
}

.user-pic {
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 10px;
}

.user-pic > img {
    border-radius: 50%;
    border: 1px solid #222;
}

.dropdown.user-dropdown li {
    padding: 0;
}

.post-a-job {
    float: left;
    padding: 25px;
    width: 100%;
}

.mandatory {
    font-size: 12px;
    font-weight: 500;
    float: right;
}

.post-a-job .common-title {
    font-size: 23px;
    font-weight: bold;
    color: #222;
    border-bottom: 2px solid #DFDFDF;
    margin: 10px 0 30px;
    padding-bottom: 15px;
}

.job-detail-form {
    float: left;
    width: 100%;
}

.job-detail-form .blue-btn {
    margin-right: 15px;
}

.job-tooltip {
    background: #f5f5f5;
    border-radius: 10px;
    max-width: 250px;
    padding: 10px 25px;
    width: 100%;
    font-size: 13px;
    position: relative;
    float: left;
}

.job-tooltip .arrow {
    color: #f5f5f5;
    left: -7px;
    position: absolute;
    top: 32px;
    font-size: 24px;
}

.form-mian-row {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.form-title {
    margin-bottom: 10px;
    color: #222;
    font-weight: bold;
}

.form-left {
    float: left;
    width: 60%;
}

.form-right {
    float: right;
    width: 32%;
}

.select-inline {
    float: left;
    width: 100%;
}

.select-left {
    width: 35%;
    float: left;
}

.select-inline > span {
    float: left;
    margin: 10px 20px;
}

.form-mian-row .select2-container--default .select2-selection--multiple {
    border-radius: 0;
    min-height: 42px;
}

.form-mian-row .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-bottom: 5px;
}

.job-location-addon {
    border-radius: 0;
    padding: 12px 15px;
}

.border-right {
    border-right: none;
}

.save-btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border-color: #bbb;
    color: #222;
    padding: 9px 28px;
}


/*.postjob-btn{padding:7px 17px; border:none;}*/

.chat-no {
    background: #fff none repeat scroll 0 0;
    color: #1eb899;
    font-size: 10px;
    text-align: center;
    width: 19px;
    height: 19px;
    display: block;
    border-radius: 50%;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 17px;
}

.chat-no-new {
    background: #1eb899;
    color: #fff;
    font-size: 11px;
    text-align: center;
    width: 19px;
    height: 19px;
    display: block;
    border-radius: 50%;
    line-height: 16px;
    float: right;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #bcbcbc !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(0, 0, 0, 0.4)
}


/*==========  login-signup  ==========*/

.login-signup {
    padding: 30px;
    float: left;
    width: 100%;
}

.login-signup .job-title {
    margin-bottom: 25px;
}

.login-signup .common-title {
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 15px;
}

.login-btn {
    border: none;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    padding: 4px 15px;
    border-radius: 0;
    font-weight: bold;
}

.login-btn:hover {
    background: #1fd137;
    color: #fff;
}

.facebook-btn {
    border-radius: 0;
    border: 0;
    color: #fff;
    background: #365391;
    padding: 0 8px 0 0;
    font-size: 14px;
    margin-right: 10px;
    text-align: left;
    margin-bottom: 10px;
}

.facebook-icon {
    background: #3b5998;
    padding: 10px 15px;
    font-size: 22px;
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
    line-height: 1;
}

.facebook-btn:hover {
    background: #2c467c;
    color: #fff;
}

.google-btn {
    border-radius: 0;
    border: 0;
    color: #fff;
    background: #c61314;
    padding: 0 8px 0 0;
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1;
}

.google-icon {
    background: #d11718;
    padding: 10px 15px;
    font-size: 22px;
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
}

.google-btn:hover {
    background: #a21213;
    color: #fff;
}

.login-left {
    max-width: 425px;
    width: 100%;
    float: left;
}

.login-right {
    max-width: 425px;
    width: 100%;
    float: left;
}

.or {
    margin: 25px 0;
    position: relative;
    text-align: center;
}

.or:after {
    background-color: #bbbbbb;
    content: " ";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    vertical-align: middle;
    width: 100%;
}

.or > span {
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    color: #222;
}


/*==========  employer-zone  ==========*/

.employer-zone-main {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.saved-search-main {
    float: left;
    width: 100%;
    border: 1px solid #e9e9e9;
}

.page-title {
    background: #f1f1f1;
    margin: 0;
    padding: 10px 17px;
    font-weight: bold;
}

.saved-search {
    background: #fff;
    padding: 15px;
    float: left;
    width: 100%;
}

.job-type-search {
    list-style-type: none;
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.job-type-search li {
    float: left;
}

.job-type-search li:after {
    content: " | ";
    display: inline;
    padding: 0 15px;
}

.job-type-search li:last-child:after {
    content: "";
}

.search-left {
    float: left;
    width: 70%
}

.search-right {
    float: right;
    width: 30%;
    text-align: right;
}

.skill {
    background: #1eb899;
    font-size: 13px;
    color: #fff;
    border-radius: 0;
    font-weight: normal;
}

.saved-search .border {
    margin: 10px 0 15px;
}

.see-more {
    float: right;
    text-transform: uppercase;
    color: #297fb9;
}

.see-more i {
    font-size: 18px;
    padding-left: 5px;
}

.saved-folder {
    padding: 0 20px;
    width: 100%;
    float: left;
}

.saved-folder .table > tbody > tr > td {
    border-bottom: 1px solid #eaeaea;
    border-top: none;
}

.search-resumes {
    float: left;
    width: 100%;
    background: #f1ecec;
    padding: 10px 10px 0;
}

.search-resumes h3 {
    text-align: center;
    font-weight: bold;
    margin: 5px 0 20px;
}

.search-resumes .form-group {
    margin-bottom: 30px;
}

.current-plan {
    float: left;
    width: 100%;
    background: #fff;
}

.current-plan-data {
    padding: 10px 15px 0;
    margin: 0;
    list-style-type: none;
    float: left;
    width: 100%;
}

.current-plan-data li {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.current-plan-data .left {
    width: 60%;
}

.current-plan-data .right {
    width: 40%;
    text-align: center;
}

.current-plan .see-more {
    margin: 15px 20px;
}


/*==========  employer-zone-login  ==========*/

.login-popup-main {
    float: left;
    position: absolute;
    right: -45px;
    top: 85px;
    width: 270px;
}

.login-popup {
    padding: 15px 20px;
    background: #fff;
}

.login-popup-main h4 {
    font-weight: bold;
    margin: 0 0 18px;
    text-align: center;
    color: #222;
}

.sign-in-btn {
    text-transform: uppercase;
    border: none;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
}

.sign-in-btn:hover {
    background: #1fd137;
    color: #fff;
}

.sign-inline .right-btn {
    margin-top: 7px;
}

.register-now {
    background: #297fb9;
    padding: 15px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    text-align: center;
}

.register-now a {
    color: #fff;
}

.login-popup-main.dropdown-menu {
    padding: 0;
    box-shadow: none;
    border: none;
    background: none;
    /*left: -48px;*/
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}

.login-arrow {
    bottom: -9px;
    font-size: 22px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    color: #1fd137;
    display: none;
}

.e-zone-btn:hover > .login-arrow {
    color: #0327c5;
}


/*==========  search  ==========*/

.profile_edit .form-right {
    position: absolute;
    right: 0
}

.profile_edit .form-right .company-logo-min {
    width: 100%;
    /*height: 140px;*/
    clear: both;
}

.btn-file {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.btn-file input[type="file"] {
    background: #fff;
    cursor: inherit;
    display: block;
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: medium none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 150px;
}

.upload-btn {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    width: 100%;
    clear: both;
}


/*==========  resume_search  ==========*/

.resume_search .border {
    margin: 15px 0;
}

.font-size12 {
    font-size: 12px;
}

.save-icon {
    background: transparent;
    font-size: 20px;
    padding: 0;
}

.margin-right55 {
    margin-right: 55px;
}

.client-thum {
    display: inline-block;
    width: 70px;
    border-radius: 50%;
    height: 70px;
}

.client-thum img {
    width: 60px;
    height: 60px;
    display: block;
}


/*==========  membership_plans  ==========*/

.membership-plans-main {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.pricing-package-column {
    border: 1px solid #bbbbbb;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.membership-plans-price {
    padding: 10px 34px;
    border-bottom: 1px solid #bbbbbb;
    float: left;
    width: 100%;
}

.pricing-package {
    padding: 30px 34px 20px 34px;
    float: left;
    width: 100%;
}

.membership-plans-price h4 {
    font-size: 20px;
}

.price {
    font-size: 25px;
    font-weight: bold;
}

.months {
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
}

.job-plane {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.job-plane li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.row-inline {
    display: inline;
    padding-right: 15px;
}

.check-icon {
    color: #abcde3;
}

.counting {
    font-size: 20px;
    font-weight: bold;
}

.job-names {
    font-size: 16px;
    font-weight: 300;
}

.buynow-btn {
    background: #fff;
    border: 2px solid #1fd137;
    color: #1fd137;
}

.buynow-btn:hover {
    background: #0327c5;
    color: #fff;
    border-color: #0327c5;
}

.pricing-package-column.active.bg-white {
    background: #19bb9b;
    color: #fff;
    border-color: #fff;
}

.membership-plans-price.active {
    border-bottom-color: #fff;
}

.check-icon.active {
    color: #fff;
}

.featured-job-content {
    padding: 15px 34px;
    margin-bottom: 0;
}

.featured-jobs {
    padding: 15px 34px;
    width: 100%;
    float: left;
}

.equal-sign {
    width: 100%;
    float: left;
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.equal-sign li {
    width: 18%;
    float: left;
    padding-right: 20px;
}

.sign-center {
    width: 5% !important;
}

.unit-price {
    font-size: 25px;
}

.title-margin {
    margin-bottom: 20px;
    display: block;
}

.width10 {
    width: 10%!important;
}

.square i {
    line-height: 1px;
    font-size: 20px;
    padding-left: 5px;
}

.square {
    margin-top: 54px;
}

.equal {
    font-size: 37px;
    margin-top: 48px;
    padding-left: 29px;
}

.padtop5 {
    padding-top: 5px;
}

.membership-plans-main li .e-zone-btn {
    border-color: #1fd137;
    border-radius: 0;
    margin: 21px 0 0 0;
    width: 100%;
    color: #fff;
    padding: 9px 12px;
}


/*Employer Dashboard date 21 10 16*/

.inner-header .search {
    width: inherit;
}

.inner-header .search li .form-control,
.location-addon {
    background: #f5f5f5;
}

.inner-header .search li {
    width: 20%;
    margin-right: 8px;
    margin-left: 8px;
}

/*.inner-header .search li .form-group {
    border: none;
}*/

.inner-header .experience {
    width: 19% !important;
}

.inner-header .search .search-sym {
    width: 13%;
    margin-left: 0;
}

.inner-header .search-btn {
    padding: 7px 18px;
    background: #2f2f2f;
    min-height: 42px;
}

.inner-header button[type="submit"].btn.search-btn:focus {
    color: #1fd137;
    outline: none;
}

.border-d6 {
    border: 1px solid #d6d6d6;
}

.wid-auto {
    width: auto!important;
}

.inner-header .navbar-collapse {
    float: left;
    width: 80%;
}

.inner-header .navbar-collapse ul {
    width: 100%;
}

.inner-header .chat-no {
    border: 1px solid #1eb899;
    height: 25px;
    line-height: 21px;
    right: -2px;
    width: 25px;
}

.inner-header .text-blue.navbar-nav > li > a {
    color: #2f2f2f;
}

.inner-header .text-blue.navbar-nav > li > a i {
    font-size: 22px;
}


/*Dropdown*/

.inner-header .dropdown-content a {
    border-bottom: 1px solid #8f8f8f;
}

.inner-header .dropdown-content {
    border: 1px solid #2f2f2f;
    top: 80px;
    box-shadow: 0 0 4px #454545;
}

.inner-header .caret-one {
    color: #2f2f2f;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: -13px;
}

.dropbtn {
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.information {
    color: #222;
    margin: 5px 0;
}

.job-heder p {
    margin-bottom: 5px;
    word-wrap: break-word;
    /*color: #999;*/
}

.martop10 {
    margin-top: 10px;
}

.martop20 {
    margin-top: 20px;
}

.job-heder h4 {
    color: #222;
    font-size: 18px;
    font-weight: bold;
}

.about-desc {
    color: #222;
}

.postedjobs .bg-white {
    float: left;
    padding: 20px 15px;
    width: 100%;
}

.postedjobs .border2 {
    overflow: hidden;
}

.postedjobs .search-btn {
    padding: 1px 9px;
    border-radius: 5px;
    border: none;
    font-size: 13px;
    background: #ef8d3b;
}

.postedjobs .search-btn.deactiveJob {
    font-weight: normal;
    background-color: #ff0000;
    font-size: 12px;
}

.postedjobs .search-btn.activeJob {
    font-weight: lighter;
    background-color: #fff;
    color: #999;
    border: solid 1px #999;
    border-radius: 0px;
}

.viewapp .view-more {
    float: left;
}

.viewapp {
    color: #0327c5;
    font-weight: bold;
}

/*.postedjobs h4 {
    color: #222;
    font-weight: bold;
    font-size: 18px;
}*/

.postedjobs .company-title {
    font-size: 16px;
    font-weight: 100;
}

.martop30 {
    margin-top: 30px;
}

.martop40 {
    margin-top: 40px;
}

.padleft0 {
    padding-left: 0;
}

.padright0 {
    padding-right: 0;
}

.martop5 {
    margin-top: 5px;
}

.recentapp p {
    margin-bottom: 5px;
}

.recentapp .border {
    margin-left: 60px;
}

.notify .border2 {
    overflow: hidden;
}

.notify .bg-white {
    float: left;
    padding: 20px 15px;
    width: 100%;
}

.notify p {
    margin-bottom: 5px;
    color: #999;
   
}

.notify .folder a {
    padding-left: 10px;
}

.notify .folder i {
    color: #999;
    font-size: 18px;
}

.membership button {
    background: transparent;
    border: 1px solid #1fd137;
    color: #1fd137;
    padding: 8px 18px;
    text-transform: uppercase;
    min-width: 102px;
}

.membership b {
    font-size: 20px;
}


/*Job sicker profile*/

.job_sicker_profile .job-heder-title {
    display: inline;
}

.job_sicker_profile .job-heder-title .user-img {
    float: left;
    display: inline-block;
    width: 100%;
    max-width: 80px;
}

.job_sicker_profile .job-heder-title .user-detail {
    float: left;
    margin-left: 20px;
}

.job_sicker_profile .job-heder-title .common-title {
    margin: 0 0 5px;
}

.weight200 {
    font-weight: 200;
}

.job_sicker_profile table th {
    color: #222;
    font-weight: bold;
    background: #f8f8f8;
    padding: 10px!important;
}

.job_sicker_profile table td {
    color: #222;
    font-weight: 100;
    padding: 10px!important;
}

.job_sicker_profile .border2 {
    overflow: hidden;
}


/*PMS date 26 Oct*/

.left-user {
    width: 100%;
    display: table;
    padding-bottom: 10px;
}

.pms_part {
    width: 100%;
    /*  */
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}

.pms_part .common-title {
    margin: 0;
    font-size: 20px;
    padding: 20px;
}

.pms_part .common-title span {
    top: 30px;
    left: 140px;
    font-size: 13px;
    width: 25px;
    height: 25px;
    line-height: 22px;
}

.pms_part_img {
    float: none;
    display: table-cell;
    vertical-align: top;
    width: 80px;
    text-align: center;
}

.pms_part_name {
    float: left;
    padding-left: 0;
}

.inbox_part .pms_part_name a {
    font-size: 14px;
}

.inbox_part .information {
    margin: 0;
    font-weight: bold;
    width: 200px;
    word-wrap: break-word;
}

.Introduce_pms {
    display: block;
    position: relative;
    text-align: left;
    z-index: 1;
    margin-bottom: 20px;
}


/*.Introduce_pms::after {
    background: #e1e1e1 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 44%;
    width: 100%;
    z-index: -1;
}*/

.pms_part_message {
    width: 100%;
    padding: 25px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.Introduce_pms {
    border-bottom: 1px solid #333;
}

.loaderDisplay {
    position: absolute;
    top: 30%;
    left: 50%;
}

.loaderOpacity {
    opacity: 0.2;
}

.pms_part_message .img_pms h4 {
    font-size: 24px;
    font-weight: 600;
    color: #222;
}

.pms_part_message .img_pms h5 {
    font-size: 16px;
    font-weight: normal;
    color: #1fd137;
    margin: 10px 0;
}

.pms_part .inbox_part:hover a {
    color: #fff;
    text-decoration: none;
}

.pms_part .inbox_part:hover p {
    color: #fff;
}

.detail_messaging .pms_part_name {
    width: 80%;
    word-break: break-all;
    float: none;
    display: table-cell;
    vertical-align: top;
    font-size: 13px;
    padding: 5px;
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    position: relative;
}

.trash-ico {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index:1;
}

.detail_messaging .pms_part_name p {
    width: 95%
}

.detail_messaging {
    overflow: hidden;
}

.send_msg {
    width: 100%;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    margin-top: 5px;
}

.date-txt {
    display: inline-block;
    color: #999;
}

.reply-reject {
    float: right;
}

.reply-reject .blue-btn {
    padding: 5px 20px;
    font-size: 13px;
    margin-left: 5px;
    font-weight: normal;
}

.send_msg textarea {
    border: none;
    padding :0px;
}

.send_msg textarea:focus {
    box-shadow: none;
}

.send_msg .form-group {
    width: 80%;
    float: left;
}

.send_msg .apply-now-btn {
    background: none;
    color: #0327c5;
    font-size: 14px;
    text-transform: none;
    float: right;
    padding: 9px;
}

.send_msg .apply-now-btn i {
    padding-right: 5px;
}

.contentscroll {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 638px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #b5b5b5!important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
}

.marleft0 {
    margin-left: 0!important;
}

.marright0 {
    margin-right: 0!important;
}


/*Emp profile page date 27 Oct*/

.emp_profile .user-img {
    float: left;
    display: inline-block;
    overflow: hidden;
    height: 60px;
    width: 60px
}

.emp_profile .user-img img {
    width: 100%;
    height: 100%;
}

.emp_profile .user-detail {
    float: left;
    margin-left: 20px;
}

.emp_profile .company-title {
    font-size: 22px;
    line-height: 53px;
}

.emp_profile .user-img img {
    border: 1px solid #ddd;
    /*padding: 10px;*/
}

.posted_emp {
    padding-top: 20px;
    /*font-size: 18px;*/
}

.posted_emp i {
    font-size: 18px;
    color: #19bb9b;
    padding-right: 11px;
}

.emp_profile .main_detail {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 2px #908989;
    overflow: hidden;
    padding: 15px;
}

.emp_part_name .information {
    font-weight: bold;
    color: #222;
    margin-bottom: 1px;
}

.emp_part {
    background: #fff;
    padding: 10px;
}

.green-text {
    color: #19bb9b;
    font-weight: bold;
}

.emp_part_right {
    background: #fff;
    padding: 20px;
    overflow: hidden;
}

.blue-border {
    background: #297fb8 none repeat scroll 0 0;
    height: 2px;
}

.emp_part_right .common-title {
    /*font-weight: bold;
    font-size: 22px;*/
    margin: 0;
}

.emp_part_name .information {
    color: #222;
    font-weight: bold;
    margin-bottom: 1px;
}

.emp_profile .product_des .information {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_img {
    float: left;
    display: inline;
}

.emp_profile .product_des {
    display: table;
    padding-left: 5px;
}

.grey_bg {
    background: #f8f7f7;
    padding: 10px;
    overflow: hidden;
}

.grey_bg p {
    font-size: 12px;
}

.grey_bg p i {
    color: #19bb9b;
    font-size: 14px;
    margin-right: 5px;
}

.emp_profile .job-heder {
    padding: 20px 0;
}

.notification h4.common-title {
    margin-top: 0;
}

.martop50 {
    margin-top: 50px;
}

.martop45 {
    margin-top: 45px;
}


/*saved search*/

.city-exp span {
    margin-left: 10px;
    margin-right: 10px;
}

.saved_search-page .parttime {
    margin-left: 10px;
    text-transform: uppercase;
}

.saved_search-page .cmp-info {
    margin-left: 0;
}


/*saved folder*/

.saved_folder_page .color-grey {
    color: #656565!important;
    font-size: 14px!important;
}

.saved_folder_page h4.common-title {
    margin-top: 0;
}


/*Saved searches*/

.saved_searches h4.common-title {
    margin-top: 0;
}


/*code for round image in menu*/

.round-img {
    border-radius: 50%;
    display: block;
    height: 35px;
    width: 35px;
    margin-left: auto;
    margin-right: auto;
}

.round_shape .search li {
    margin-left: 10px;
    margin-right: 10px;
    /*width: 22%;*/
}

.jobseeker_dash .border2 {
    overflow: hidden;
}


/*save-folder-detail*/

.save-folder-detail .emp-exp span {
    margin-left: 20px;
}

.save-folder-detail .cmp-logo {
    height: 55px;
    width: 55px;
    border: none;
}

.save-folder-detail .cmp-logo img {
    height: 100%;
    width: 100%;
}

.save-folder-detail .hour-details i {
    float: left;
    display: inline;
    margin-left: 40px;
    font-size: 20px;
    color: #19bb9b;
}

.save-folder-detail .hour-details {
    margin-top: 8px;
}

.page-disp .list {
    display: block;
    text-align: right;
    float: none;
    margin-top: 0;
}

.actions i {
    float: left;
    display: inline;
    margin-left: 40px;
    font-size: 20px;
    color: #19bb9b;
}

.page-disp,
.actions {
    margin-top: 36px;
}


/*Custom checkbox*/

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    /*position: absolute;*/
    /* left: -9999px;*/
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    /*position: relative;*/
    /*padding-left: 25px;*/
    /*cursor: pointer;*/
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 28px;*/
    /*width: 17px;*/
    /*height: 17px;*/
    /*border: 1px solid #aaa;*/
    /*background: #fff;*/
}


/* checked mark aspect */

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    /*background: #19b797 none repeat scroll 0 0;*/
    /*color: #fff;*/
    /*content: "✔";*/
    /*font-size: 15px;*/
    /*height: 19px;*/
    /*left: 0;*/
    /*line-height: 1.1;*/
    /*padding: 2px;*/
    /*position: absolute;*/
    /*top: 27px;*/
    /*transition: all 0.2s ease 0s;*/
    /*width: 19px;*/
}

[type="checkbox"]:not(:checked) + label:after {
    /*opacity: 0;*/
    /*transform: scale(0);*/
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

label:hover:before {
    /*border: 1px solid #4778d9!important;*/
}


/*Edit profile page date 23 11 16*/

.common-text {
    color: #222;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 20px;
}

.text-under-border {
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 10px;
    font-size: 16px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-top20 {
    margin-top: 20px;
}

.edit-profile .bootstrap-tagsinput {
    width: 100%;
    height: 42px;
    border-radius: 0;
    box-shadow: none;
}

.edit-profile .label-info {
    background: #eee;
    color: #8f8f8f;
    padding: 4px;
    line-height: 3;
}

.education h3 {
    font-size: 18px;
    color: #222;
    font-weight: bold;
}

.education h3 i {
    color: #0327c5;
    font-size: 18px;
    padding-right: 20px;
}

.margin-top10 {
    margin-top: 10px;
}

.edu-bg {
    padding: 20px;
    background-color: #f5f5f5;
    width: 60%;
    float: left;
    overflow: hidden;
}

.education .edu-bg .form-title {
    display: inline-block;
    float: left;
    width: 28%;
}

.education .edu-bg input {
    width: 100%;
}

.edu-bg .form-left {
    width: 100%;
}

.edu-bg .select-inline {
    width: 70%;
}

.edu-bg button {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    color: #0327c5;
    display: inline-block;
    background: none;
    border: none;
}

.wid33 {
    width: 33%!important;
}

.mar-right23 {
    margin-right: 23px;
}

.edt-prf .upload-btn {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto !important;
    text-align: center;
    text-transform: none;
    width: auto;
    padding: 7px 12px;
}

.edt-prf .form-right .form-title {
    padding-left: 27px;
}

.upload-resume h4 {
    color: #222;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 100;
    padding-top: 10px;
    margin-right: 15px;
}

.upload-resume .btn-file {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: auto;
}

.upload-resume {
    /*margin: 0 30px;*/
    border-bottom: 1px solid #bcbcbc;
}

.uploaded-user span {
    float: left;
    color: #3e3c3c;
    font-size: 15px;
}

.uploaded-user i {
    color: #fa0000;
    float: right;
}

.uploaded-user {
    margin: 20px 30px;
}

.edt-prf .form-right {
    right: -15px;
}


/*Dushyant css from 26 December 2016*/

nav.navbar-fixed-top .navbar-brand {
    padding: 10px 15px;
    height: inherit;
}

/*nav.navbar-fixed-top ul li {
    padding: 16px 0;
}*/

.navbar {
    min-height: 70px;
}


/*.nct-common-footer {background: rgba(0, 0, 0, 0) url("../images/footer_image.jpg") no-repeat scroll 0 0 / cover ;}*/

.space15 {
    margin-top: 15px;
}

.space20 {
    margin-top: 20px;
}

.space25 {
    margin-top: 25px;
}

.space30 {
    margin-top: 30px;
}

.space40 {
    margin-top: 40px;
}

.nct-common-footer p {
    color: #fff;
    font-size: 16px;
}

.nct-common-footer p.copywrite-text a {
    color: #0327c5;
}

.search-jobs-main .common-title {
    display: inline-block;
}

.search-jobs-main .job-title .dropdown {
    float: right;
}

.search-jobs-main .job-title .dropdown ul.dropdown-menu {
    left: auto;
    right: 0;
}

.search-jobs-main .login-popup-main_search {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    float: right;
    left: inherit;
    position: absolute;
    right: 0;
    top: 55px;
    width: 50%;
    z-index: 1;
}

.saved-search-div {
    display: inline-block;
    float: right;
}

.jobs-found .dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9;
    top: 100%;
}

.dropdown-content a {
    color: #454545;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.dropdown-content a:hover {
    background: #f1f1f1;
}

nav .search li .border-d6 {
    width: 40px;
    height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

nav .search li .border-d6 img {
    width: 100%;
    height: 100%;
}

.search-jobs-main .saveSearchBlock {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    float: none;
    left: inherit;
    position: absolute;
    right: 0;
    top: 55px;
    width: 50%;
    z-index: 1;
}

.icons_resume a {
    display: inline-block;
    /*height: 30px;*/
    /*width: 30px;*/
    /*background: #1fd137;*/
    border-radius: 100%;
    margin: 0 5px;
}

.icons_resume a i {
    color: #0327c5;
    font-size: 18px;
    line-height: 28px;
}

.icons_resume a:hover i {
    color: #333;
}

.resume_find .hour-details input {
    margin: 14px 0 0;
}

.pagination_box ul.pagination li a,
.pagination_box ul.pagination li a:hover,
.pagination_box ul.pagination li a:focus {
    background-color: transparent;
}

.main_add_details .hour-details a {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #1fd137;
    border-radius: 100%;
    margin: 5px;
}

.main_add_details .hour-details a i {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}

.main_add_details .client-thum {
    margin-left: 30px;
}

.add_loc {
    padding: 9px 12px;
    border-radius: 0;
}

.post-a-job .form-control[disabled],
.post-a-job .form-control[readonly],
.post-a-job fieldset[disabled] .form-control {
    background: none;
}

.posted_jobs_page .job-title .dropdown {
    float: right;
}

.posted_jobs_page nav {
    margin-top: 30px;
}

.part-full button {
    background: #ef8d3b none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    font-size: 13px;
    padding: 1px 9px;
    float: left;
    margin-left: 20px;
}

.part-full h4 {
    float: left;
}

.saved-search-main .form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: #fff;
}

.savefolder_detail .actions {
    margin: 0;
}

.savefolder_detail .actions a {
    background: #1fd137 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 30px;
    margin: 3px;
    width: 30px;
}

.savefolder_detail .actions a i {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
    float: none;
}

.savefolder_detail .ads-details .hour-details a {
    background: #1fd137 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 30px;
    margin: 3px;
    width: 30px;
}

.savefolder_detail .ads-details .hour-details a i {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
    float: none;
}

.savefolder_detail .dropdown {
    float: right;
}

.wrapper-cleints img {
    height: 100%;
}

.login-right .from-group {
    margin-top: 15px;
}


/*Page wrap css*/

* {
    margin: 0;
}

html,
body {
    height: 100%;
    padding: 0 !important;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: 0px;
}

.page-wrap:after {
    content: "";
    display: block;
}

footer,
.page-wrap:after {}


/*Page wrap css over*/

.saved-folders {
    margin-bottom: 10px;
}


/*popup*/

.modal-dialog .modal-footer .btn-primary {
    padding: 7px;
    background-color: #0327c5;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.modal-dialog .modal-footer .btn-primary:hover {
    background: #1fd137 none repeat scroll 0 0;
    border-color: #1fd137;
    color: #fff;
}

.modal-dialog .modal-footer .btn-secondary {
    border-color: #707070;
    border-radius: 0;
    color: #515151;
    font-size: 15px;
    font-weight: 700;
    padding: 7px;
    text-transform: uppercase;
    background: #fff;
}

.modal-dialog .modal-footer .btn-secondary:hover {
    background: #1fd137 none repeat scroll 0 0;
    border-color: #1fd137;
    color: #fff;
}

.modal-dialog .modal-header h4 {
    color: #222;
    font-weight: bold;
}

.avatar-view .search-btn {
    display: block;
    bottom: 0;
}

.job-detail-form .form-left .form-group input.btn {
    border-radius: 0;
    padding: 10px 12px;
}

.seeker_app {
    margin-bottom: 30px;
}

.error {
    color: red;
}

.experience select {
    /*line-height: 2.6;*/
}

.pms_part .inbox_part.active {
    background-color: #337ab7;
    overflow: hidden;
    /*padding: 20px 10px;*/
    cursor: pointer;
}

.pms_part .inbox_part.active .pms_part_name a {
    color: #fff;
}

.pms_part .inbox_part.active .pms_part_name p {
    color: #fff;
}

.pms_part .inbox_part {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 20px;
    border-bottom: 1px solid #c4c4c4;
    width: 100%;
    display: table;
    position: relative;
}

.pms_part .inbox_part:hover {
    background-color: #0327c5;
    cursor: pointer;
}

.close-ico {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 10;
}

.pms_part .inbox_part .pms_part_img {
    width: 70px;
}

.readMsg .pms_part_name .company-title,
.readMsg .pms_part_name .information {
    font-weight: 200;
}

.pms_part_img img {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
}

table {
    border: 1px solid #ddd;
    clear: both;
}
.education .form-control {
    width: 100%;
}

.joblists .main_col {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    overflow: hidden;
    padding-bottom: 8px;
}

.joblists .main_col:last-of-type {
    border-bottom: none;
    clear: both;
}

.emp-login-social {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.emp-login-social a {
    padding: 0;
    margin: 0 5px;
    width: 58px;
    text-align: center;
    background-color: #3b5998;
}

.emp-login-social a span.facebook-icon {
    margin: 0;
    background-color: transparent;
}

.emp-login-social a span.google-icon {
    margin: 0;
}

.search-by-keyword {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 100;
    max-height: 350px;
    overflow: auto;
    background-color: #fff;
}

.acc_settings {
    margin: 10px 0 20px 0;
}

.acc_settings input[type="checkbox"] {
    margin-right: 10px;
}

.joblists .main_col p i {
    margin-right: 10px;
}

.banner-image {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-image img {
    height: 100%;
    width: 100%;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    z-index: 10;
}
.navbar-custome.navbar-fixed-top{
    position: absolute;
}
.close_button {
    position: absolute;
    right: 0;
    top: 0;
}

.close_button i {
    font-size: 14px;
    color: #999;
}

.posted_jobs_page p i {
    margin-right: 10px;
}

.inner-header .navbar-collapse.in {
    overflow-y: visible;
}

.pricing-package {
    position: relative;
}

.buy_label {
    position: absolute;
    top: 20px;
    right: 20px;
}

.buy_label i {
    font-size: 35px;
    color: #1fd137;
}

.deleteSaveSearch {
    cursor: pointer;
}

.job_sicker_profile .job-heder {
    text-align: left;
}

.forget-pwd p {
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

.forget-pwd .e-zone-btn {
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 7px;
    text-transform: uppercase;
}

.forget-pwd .modal-header h1 {
    color: #19bb9b;
    font-weight: bold;
}

#DispJobStatusBtn {
    margin-bottom: 5px;
}

.viewapp a {
    margin-right: 5px;
    margin-bottom: 10px;
}

.apply-now-main .msg-cell p {
    min-height: 10px;
}


/*Dushyant css over*/


/*new css add 12-5-2017*/

/*contact_us*/
.contact_banner{
	background-image:url(../images/contact_us.png); 
	background-repeat:no-repeat;
	height:200px;
    background-size: 100% 100%;
}
.contact_banner h1 {
    font-size: 40px;
    color: #FFF;
    display: inline-block;
    margin-top:80px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
 
}

.all_center{
    margin: 0px auto;  
    float: none;
}

.all_center .search-btn{
    width: 100%;
    font-weight: normal;
}

/*contact_us*/

.callout-section {
    background: url("../images/contact_us_2.png"); 
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 250px;  
}
.callout-section::before {
    position: absolute;
    content: "";
    width: 61%;
    background-color: #0327c5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    transform: skewX(-136deg);
    -webkit-transform: skewX(-136deg);
    -ms-transform: skewX(-136deg);
    z-index: 1;
    transform-origin: left bottom 0;
}
.callout-section::after {
    background-color: #1fd137;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    top: 0;
    transform: skewX(-131deg);
    -webkit-transform: skewX(-131deg);
    -ms-transform: skewX(-131deg);
    transform-origin: left bottom 0;
    width: 63%;
    z-index: 0;
}
.callout-content {
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-right: 40px;
    padding-bottom: 10px;
}
.callout-content h3{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.44px;
    line-height: 26px;
    font-weight: 700;
    margin: 0 0 9px;
}
.callout-content span{
    color: white;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.36px;
    line-height: 26px;
    text-transform: capitalize;
}

.mainhead textarea{width: 100%;}
.cookies-privacy-sticky{
    position: static;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    padding: 15px;
    z-index: 100;
    color:#fff;
    background-color: #0f2473;
    font-weight: 400;
}
.cookies-privacy-sticky a{text-decoration: underline; color: #84d2db; font-weight: 600;}
@media (max-width: 1200px) {
    /* - CallOut Section */
    .callout-section::before{
        width: 95%;
    }
    .callout-section::after {
        width: 100%;
    }
    .callout-content{
        margin-left: 15px;
    }
    .callout-content h3 {
        font-size: 20px;
    }
    .callout-content span {
        font-size: 16px;
    }
}


@media (max-width: 639px) {

    /* - CallOut Section */
    .callout-content{
        padding-top: 35px;
    }
    .callout-section::before {
        transform: skewX(-170deg);
    }
    .callout-section::after{
        transform: skewX(-162deg);
    }
    .callout-content h3{
        font-size: 18px;
        margin: 0 05px;
    }
    .callout-content span {
        font-size: 13px;
    }
}


.new_table_responsive table { 
        width: 100%; 
        border-collapse: collapse; 
    }
    /* Zebra striping */
.new_table_responsive thead tr { 
    background-color: #0327c5;
    border-color: rgba(199, 199, 199, 0.3);
    }
.new_table_responsive tr    th { 
    color: #FFF; 
    font-size: 17px;
    font-weight: 500; 
    padding:10px 6px; 
    text-align: center;
}

.new_table_responsive tbody tr { 
    border-bottom: 1px solid #dddddd;
}

.new_table_responsive   td { 
    padding: 6px; 
    border-bottom: 1px solid #ccc; 
    text-align: center;;
    font-weight:normal;  
}
.new_table_responsive   td img{padding: 10px 6px;}


}

@media 
    only screen and (max-width: 760px),
    (min-device-width: 768px) and (max-device-width: 1024px)  {
    
        /* Force table to not be like tables anymore */
        table, thead, tbody, th, td, tr { 
            display: block; 
        }

        .new_table_responsive tbody tr{margin-bottom: 10px;}
        
        /* Hide table headers (but not display: none;, for accessibility) */
    .new_table_responsive   thead tr { 
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
        
    .new_table_responsive   tr { border: 1px solid #ccc; }
        
    .new_table_responsive   td { 
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #eee; 
            position: relative;
            padding-left: 40%; 
        }
        
    .new_table_responsive   td:before { 
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%; 
            padding-right: 10px; 
            white-space: nowrap;
        }
        
        /*
        Label the data
        */
    .new_table_responsive   td:nth-of-type(1):before { content: "Name"; }
    .new_table_responsive   td:nth-of-type(2):before { content: "   FULL NAME"; }
    .new_table_responsive   td:nth-of-type(3):before { content: "   COMMENT"; }
    .new_table_responsive   td:nth-of-type(4):before { content: "   "; }
        
    }
    
    /* Smartphones (portrait and landscape) ----------- */
    /* iPads (portrait and landscape) ----------- */
    /*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        body { 
            width: 495px; 
        }
    }*/


/*notification*/

.new_noti{
    width: 97%;
}
.new_noti p{ float: left;}
.new_noti span{ float: right;}

.border_top{    border-top: 1px solid #ddd;
    padding-top: 15px;}



    
/*meet css over 12-5-2017 */



/*==========  Mobile First Method-Nct  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .e-zone-btn {
        background-color: #1fd137 !important;
    }
    .footer-nav {
        width: 25%;
        margin-bottom: 10px;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .footer-nav {
        width: 15%;
        margin-left: 65px;
    }
}


/* Large Devices, Wide Screens */


/*==========  Non-Mobile First Method-Nct  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .footer-nav {
        margin-left: 50px;
    }
    .company-details {
        width: 73%;
    }
    .login-popup-main.dropdown-menu {
        left: auto;
    }
    .search-left {
        width: 60%;
    }
    .search-right {
        width: 40%;
    }
    /*#header-bg > img {width:100%; min-height:100%;}*/
    .inner-header .navbar-collapse {
        width: 76%;
    }
    .inner-header .search li {
        margin-left: 2px;
        margin-right: 2px;
    }
    .mem-plan .row-inline {
        padding-right: 5px;
    }
    /*PMS*/
    .inbox_part .information {
        width: 149px;
    }
    .saved_searches .fic .pull-left {
        width: 90%;
    }
    /*New round image header ipad design*/
    .round_shape .search li {
        margin-right: 6px;
    }
    /*Save folder detail*/
    .save-folder-detail .hour-details i {
        margin-left: 20px;
    }
    /*Edit profile*/
    .edt-prf .form-right {
        right: 0;
    }
    .edt-prf .form-right .form-title {
        padding-left: 0;
    }
    .edt-prf .company-logo-min {
        display: inline-block;
        width: 100%!important;
        height: 100%!important;
    }
    .upload-resume {
        margin-left:auto;
		margin-right:auto;
        text-align: center;
    }
    .uploaded-user {
        margin: 20px 0;
    }
    .upload-resume h4 {
        text-align: center;
        float: none;
        margin-bottom: 10px;
        display: block;
    }
    .equal-sign li {
        width: 29%;
        padding: 0;
        margin: 0;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    #header-bg .search li:first-child {
        width: 31%;
    }
    .footer-nav:first-child,
    .footer-nav {
        margin-left: 0;
    }
    .company-logo-min,
    .company-details {
        width: 100%;
        padding: 0;
    }
    .carousel-arrow .owl-prev {
        left: -3px;
    }
    .carousel-arrow .owl-next {
        right: -12px;
    }
    .login-left,
    .login-right {
        max-width: 100%;
    }
    .facebook-btn,
    .google-btn {
        width: 100%;
    }
    .search-left {
        width: 100%;
    }
    .search-right {
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }
    .job-type-search li:after {
        content: " ";
    }
    .job-type-search li {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
    }
    /*Memberhsip plan*/
    .equal-sign li {
        margin-bottom: 20px;
    }
    .membership-plans-main li a.e-zone-btn {
        margin: 0;
    }
    .width10 {
        width: 14%!important;
    }
    /*Employer dashboard*/
    .inner-header .navbar-collapse {
        width: 100%;
    }
    .inner-header .search li {
        margin-left: 1px;
        margin-right: 1px;
    }
    .inner-header .navbar-header a img {
        margin: 0 auto;
    }
    .inner-header .navbar-header {
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    .inner-header .navbar-header a {
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    .postedjobs .pull-right {
        float: left!important;
    }
    .postedjobs .text-right {
        text-align: left;
    }
    .fic .pull-left {
        width: 85%;
    }
    .notify .row-inline {
        display: block;
    }
    .membership button {
        min-width: 70px;
    }
    .mem-plan .row-inline {
        padding-right: 1px;
    }
    .mem-plan .pull-left {
        width: 42%;
    }
    .job_sicker_profile .job-heder-title .pull-left {
        width: 70%;
    }
    .job_sicker_profile .job-heder-title .user-detail {
        width: 75%;
    }
    /*PMS page*/
    .Introduce_pms::after {
        width: 55%;
    }
    .pms_part_message .img_pms h4 {
        display: inline-block;
        margin-right: 3px;
    }
    .send_msg .form-group {
        width: 100%;
    }
    .inbox_part .information {
        width: 150px;
    }
    /*emp_profile*/
    .posted_emp {
        text-align: center;
    }
    .emp_part_name p,
    .emp_part_right {
        text-align: left;
    }
    .grey_bg .main_col .col-sm-4 {
        margin-bottom: 10px;
    }
    .emp_profile .company-title {
        font-size: 16px;
    }
    .emp_profile .user-detail {
        margin-left: 9px;
    }
    .posted_emp {
        font-size: 14px;
        padding-top: 16px;
    }
    .grey_bg .main_col .col-sm-12 {
        margin-bottom: 10px;
    }
    /*posted jobs*/
    .posted_jobs_page .pull-right {
        float: right!important;
    }
    .jobseeker_dash .cmp-info {
        margin-left: 5px;
    }
    /*New round image header ipad design*/
    .round_shape .search li {
        margin-left: 4px;
        margin-right: 4px;
    }
    /*Save folder detail*/
    .save-folder-detail .hour-details i {
        margin-left: 9px;
    }
    /*Edit profile*/
    .edt-prf .form-right {
        right: 0;
    }
    .edt-prf .form-right .form-title {
        padding-left: 0;
    }
    .edt-prf .company-logo-min {
        display: inline;
        width: 100%!important;
        height: 100%!important;
    }
    .upload-resume {
        margin: 0 auto;
        text-align: center;
    }
    .uploaded-user {
        margin: 20px 0;
    }
    .upload-resume h4 {
        text-align: center;
        float: none;
        margin-bottom: 10px;
        display: block;
    }
    .education .edu-bg .form-title {
        width: 100%;
    }
    .education .edu-bg input {
        width: 100%;
    }
    .edu-bg .select-inline {
        width: 100%;
    }
    .edu-bg .wid33 {
        width: 100%!important;
    }
    .emp_dashboard .postedjobs .pull-right {
        float: left!important;
        width: 100%;
    }
    .emp_dashboard .recentapp .pull-right {
        float: left!important;
        margin-top: 10px;
    }
    .membership b {
        font-size: 15px;
    }
    .equal-sign li {
        width: 29%;
        padding: 0;
        margin: 0;
    }
    .education .form-control {
        width: 100%;
    }
    .job_sicker_profile table th {
        padding: 6px !important;
    }
    .jobseeker_dash .postedjobs .pull-right {
        float: right!important;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    .nav li {
        padding: 10px 0;
    }
    .e-zone-btn {
        margin: 0 15px;
    }
    .cmp-details {
        width: 100%;
        float: left;
    }
    .hour-details {
        width: 100%;
        float: left;
        text-align: left;
        margin-top: 15px;
        padding-left: 110px;
    }
    .text-res-left {
        text-align: left;
    }
    .adver-btn {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .copyright {
        padding-bottom: 10px;
    }
    #header-bg .search li,
    .search li:last-child {
        width: 100% !important;
        margin-bottom: 15px;
    }
    /*.search-btn {width:100%;}*/
    .footer-nav {
        width: 50%;
        margin-bottom: 10px;
    }
    .all-category .nav li {
        width: auto;
    }
    .job-type li:first-child {
        width: 100%;
    }
    .job-type li {
        width: 50%;
    }
    .all-category .nav li {
        width: 100%;
    }
    .left,
    .right {
        width: 100%;
    }
    .pricing-package-column .left,
    .pricing-package-column .right {
        width: 50%;
    }
    .job-description-right {
        border: none;
        padding: 15px;
    }
    .job-heder {
        text-align: center;
    }
    .job-heder .right-btn {
        float: none;
        margin-top: 15px;
    }
    .login-popup-main.dropdown-menu {
        margin-top: 15px !important;
    }
    .search-resumes {
        margin-top: 30px;
    }
    .saved-folder {
        padding: 0;
    }
    .form-left .radio-inline {
        display: block;
        margin-left: 0 !important;
    }
    /*Memberhsip plan*/
    .equal-sign li,
    .width10 {
        width: 100%!important;
    }
    .square,
    .equal,
    .title-margin {
        margin: 0;
        padding: 0;
    }
    .equal-sign li {
        margin-bottom: 20px;
    }
    .membership-plans-main li a.e-zone-btn {
        margin: 0;
    }
    /*Employer dashboard*/
    .inner-header .navbar-collapse {
        width: 100%;
        max-height: auto;
        margin: 0 auto;
        text-align: center;
    }
    .search li,
    .search li:last-child {
        margin-bottom: 0;
    }
    .inner-header .search li {
        margin: 0;
        width: 100%;
    }
    .inner-header .experience {
        width: 100%!important;
    }
    /*.inner-header .navbar-collapse.in {
        overflow: auto;
    }*/
    .inner-header ul.nav li:last-child {
        width: auto!important;
    }
    .inner-header .navbar-header a img {
        margin: 0;
    }
    /*Job sicker profile*/
    .job_sicker_profile .job-heder-title .user-img {
        float: none;
        display: block;
    }
    .job_sicker_profile .job-heder-title .pull-right {
        float: none!important;
    }
    .job_sicker_profile .job-heder-title .user-detail {
        margin-left: 0;
        display: block;
        float: none;
    }
    .job_sicker_profile .job-heder-title .pull-left {
        float: none!important;
        width: 100%;
    }
    /*PMS page*/
    .Introduce_pms::after {
        width: 55%;
    }
    .pms_part_message .img_pms h4 {
        display: inline-block;
        margin-right: 3px;
    }
    .send_msg .form-group {
        width: 100%;
    }
    .inbox_part .information {
        width: inherit;
    }
    /*emp_profile*/
    .emp_profile .user-img {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .emp_profile .user-detail {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .emp_profile .company-title {
        line-height: 30px;
        font-size: 19px;
    }
    .emp_profile .main_detail .pull-left {
        float: none!important;
    }
    .emp_profile .main_detail .pull-right {
        float: none!important;
    }
    .posted_emp {
        text-align: center;
    }
    .emp_part_name p,
    .emp_part_right {
        text-align: left;
    }
    .grey_bg .main_col .col-sm-12 {
        margin-bottom: 10px;
    }
    /*Saved folder*/
    .saved_folder_page .col-md-4 {
        margin-top: 20px;
    }
    /*Saved searches*/
    .saved_searches .col-md-4 {
        margin-top: 20px;
    }
    /*posted jobs*/
    .posted_jobs_page .pull-right {
        float: right!important;
    }
    .jobseeker_dash .pull-right {
        float: right!important;
    }
    /*save_folder_detail*/
    .save-folder-detail .cmp-details {
        width: 60%;
    }
    .save-folder-detail .hour-details {
        width: 40%;
    }
    .save-folder-detail .hour-details i {
        margin-left: 9px;
    }
    [type="checkbox"]:not(:checked) + label::after,
    [type="checkbox"]:checked + label::after,
    [type="checkbox"]:not(:checked) + label::before,
    [type="checkbox"]:checked + label::before {
        top: 0;
    }
    .page-disp,
    .actions {
        margin-top: 5px;
    }
    .actions i {
        margin-left: 13px;
    }
    .save-folder-detail .cmp-info {
        margin-left: 0;
    }
    /*Edit profile*/
    .edt-prf .form-right {
        right: 0;
    }
    .edt-prf .form-right .form-title {
        padding-left: 0;
    }
    .edt-prf .company-logo-min {
        display: inline;
        width: 100%!important;
        height: 100%!important;
    }
    .upload-resume {
        margin: 0 auto;
        text-align: center;
    }
    .uploaded-user {
        margin: 20px 0;
    }
    .upload-resume h4 {
        text-align: center;
        float: none;
        margin-bottom: 10px;
        display: block;
    }
    .education .edu-bg .form-title {
        width: 100%;
    }
    .education .edu-bg input {
        width: 100%;
    }
    .edu-bg .select-inline {
        width: 100%;
    }
    .edu-bg .wid33 {
        width: 100%!important;
    }
    .copytexts {
        margin-bottom: 30px;
        text-align: left;
    }
    .saved-search-div {
        margin-bottom: 40px;
    }
    .savefolder_detail .ads-details {
        margin-top: 20px;
    }
    .emp_dashboard .postedjobs .pull-right {
        float: right!important;
    }
    .emp_dashboard .recentapp .pull-right {
        float: right!important;
    }
    .job_sicker_profile .job-heder-title .pull-left {
        width: 100%;
    }
    .job_sicker_profile .job-heder-title .user-detail {
        width: 100%;
    }
    .job-detail-form .form-left .form-group input.btn {
        margin-top: 10px;
    }
    .post-a-job button[type="submit"] {
        margin: 5px;
    }
    .navbar-custome {
        /*background-color: #fff;*/
    }
    .navbar-nav > li > a {
        color: #333;
		border-bottom: 1px solid #ddd;
    }
	.navbar-right{margin-right:-15px;}
	 nav.navbar-fixed-top ul li{padding:7px 0;}
	 .inner-header .navbar-collapse ul.top-menu li.search-sym.wid-auto{width:100% !important;}
	 .inner-header .navbar-collapse ul.top-menu li.search-sym.wid-auto button{width:100%;} 
	.inner-header .navbar-collapse ul.top-menu li.my-drop{width:100% !important;}
	nav .search li .border-d6{width:100%; height:auto;}
	.inner-header .navbar-collapse ul.top-menu li .border-d61{border-radius:0; border:1px solid #ddd; width:100%; height:auto;}
	nav .search li .border-d6 img{width:auto; max-width:100%; height:auto; border-radius:0;}
	.inner-header .navbar-collapse ul.top-menu li.my-drop .dropdown-content{ border:none; border-top:1px solid #d6d6d6; box-shadow:none; min-width:100%; width:100%;}
	.inner-header .navbar-collapse ul.top-menu li.my-drop .dropdown-content .caret-one{display:none;}
	.banner-image{position:static;}
	.mainPitch{position:static;}
	
    .detail_messaging .pms_part_name {
        width: 86%;
    }
    .mainPitch {
        bottom: 0;
        left: 0;
        margin: 0 auto;
        max-width: 964px;
        /*position: absolute;*/
        right: 0;
        text-align: center;
        top: 23%;
        transform: none;
        width: 100%;
        z-index: 9;
    }
    .search-bg {
        height: 100%;
    }
    .jobseeker_dash .job-heder .leftpart,
    .jobseeker_dash .job-heder .rightpart {
        float: left;
        text-align: left;
    }
    .jobseeker_dash .job-heder .rightpart {
        margin-top: 10px;
    }
    .navbar-custome {
        z-index: 999;
		position:static;
		margin-bottom:0;
		background-color:#fff;
    }

    #header-bg {
        min-height: 325px;
    }
    .navbar-collapse {
        background: #fff;
    }
    .innerHeader .mainPitch {
        top: 0;
    }
    .innerHeader #header-bg {
        min-height: 250px;
    }
    .inner-header .navbar-collapse {
        float: none;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 560px) {
    .detail_messaging .pms_part_name {
        width: 100%;
        display: block;
        margin: 5px 0
    }
    .detail_messaging .pms_part_img {
        width: 100%;
        display: block;
    }
    .left-user {
        padding: 10px;
        display: block;
        border: 1px solid #ddd;
    }
    /*.cmp-logo{width:100%;}*/
    .cmp-details {
        width: 100%;
        float: left;
    }
    .hour-details {
        width: 100%;
        float: left;
        text-align: left;
        padding-left: 0px;
    }
    .cmp-info {
        margin-left: 0px;
        /*margin-top:15px;*/
    }
    .featured {
        margin: 0;
    }
    .footer-nav {
        width: 100%;
    }
    .end-nav li:after {
        content: "";
    }
    .end-nav li {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 5px;
        /*border-bottom: 1px solid #1ec7a6;*/
    }
    .company-details p {
        padding: 0;
    }
    .job-detail-left,
    .job-detail-right {
        width: 100%;
    }
    .form-left,
    .form-right {
        width: 100%;
    }
    .job-detail-form .search-btn {
        width: auto;
        margin-top: 10px;
    }
    .post-a-job {
        padding: 15px;
    }
    .mandatory {
        float: none;
        display: block;
        margin-top: 5px;
    }
    .login-signup {
        padding: 15px;
    }
    .profile_edit .form-right {
        position: relative;
    }
    /*Memberhsip plan*/
    .equal-sign li,
    .width10 {
        width: 100%!important;
    }
    .square,
    .equal,
    .title-margin {
        margin: 0;
        padding: 0;
    }
    .equal-sign li {
        margin-bottom: 20px;
    }
    .membership-plans-main li a.e-zone-btn {
        margin: 0;
    }
    /*Employer dashboard*/
    .inner-header .navbar-collapse {
        width: 100%;
        max-height: auto;
        margin: 0 auto;
        text-align: center;
    }
    .search li,
    .search li:last-child {
        margin-bottom: 0;
    }
    .inner-header .search li {
        margin: 0;
        width: 100%;
    }
    .inner-header .experience {
        width: 100%!important;
    }
    /*.inner-header .navbar-collapse.in {
        overflow: auto;
    }*/
    .inner-header ul.nav li:last-child {
        width: auto!important;
    }
    .postedjobs .pull-right {
        float: left!important;
    }
    .postedjobs .text-right {
        text-align: left;
    }
    /*Job sicker profile*/
    .job_sicker_profile .job-heder-title .user-img {
        float: none;
        display: block;
    }
    .job_sicker_profile .job-heder-title .pull-right {
        float: none!important;
    }
    .job_sicker_profile .job-heder-title .user-detail {
        margin-left: 0;
    }
    .job_sicker_profile .job-heder-title .pull-left {
        float: none!important;
    }
    /*PMS page*/
    .inbox_part .pms_part_img {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .inbox_part .pms_part_name {
        text-align: center;
        float: none;
        padding-left: 0;
    }
    .Introduce_pms::after {
        width: 45%;
    }
    .pms_part_message .img_pms h4 {
        display: inline-block;
        margin-right: 3px;
    }
    .send_msg .form-group {
        width: 100%;
    }
    .inbox_part .information {
        width: inherit;
    }
    .detail_messaging .pms_part_name {
        max-width: 375px;
        width: 100%;
    }
    /*emp_profile*/
    .emp_profile .user-img {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .emp_profile .user-detail {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .emp_profile .company-title {
        line-height: 30px;
        font-size: 19px;
    }
    .emp_profile .main_detail .pull-left {
        float: none!important;
    }
    .emp_profile .main_detail .pull-right {
        float: none!important;
    }
    .posted_emp {
        text-align: center;
    }
    .emp_part_name p,
    .emp_part_right {
        text-align: left;
    }
    .grey_bg .main_col .col-sm-12 {
        margin-bottom: 10px;
    }
    /*Saved_search*/
    .saved_search-page .cmp-info {
        margin-bottom: 10px;
        margin-top: 0;
    }
    /*Saved folder*/
    .saved_folder_page .col-md-4 {
        margin-top: 20px;
    }
    /*Saved searches*/
    .saved_searches .col-md-4 {
        margin-top: 20px;
    }
    .jobseeker_dash .pull-right {
        float: left!important;
    }
    /*save_folder_detail*/
    .save-folder-detail .cmp-details {
        width: 60%;
    }
    .save-folder-detail .hour-details {
        width: 40%;
    }
    .save-folder-detail .hour-details i {
        margin-left: 14px;
    }
    [type="checkbox"]:not(:checked) + label::after,
    [type="checkbox"]:checked + label::after,
    [type="checkbox"]:not(:checked) + label::before,
    [type="checkbox"]:checked + label::before {
        top: 0;
    }
    .page-disp,
    .actions {
        margin-top: 5px;
    }
    .actions i {
        margin-left: 13px;
    }
    /*Edit profile*/
    .edt-prf .form-right {
        right: 0;
    }
    .edt-prf .form-right .form-title {
        padding-left: 0;
    }
    .edt-prf .company-logo-min {
        display: inline;
        width: 100%!important;
        height: 100%!important;
    }
    .upload-resume {
        margin: 0 auto;
        text-align: center;
    }
    .uploaded-user {
        margin: 20px 0;
    }
    .upload-resume h4 {
        text-align: center;
        float: none;
        margin-bottom: 10px;
        display: block;
    }
    .edu-bg {
        width: 100%;
    }
    .education .edu-bg .form-title {
        width: 100%;
    }
    .education .edu-bg input {
        width: 100%;
    }
    .edu-bg .select-inline {
        width: 100%;
    }
    .edu-bg .wid33 {
        width: 100%!important;
    }
    .copytexts {
        margin-bottom: 30px;
        text-align: left;
    }
    .saved-search-div {
        margin-bottom: 40px;
    }
    .postedjobs .pull-left {
        width: 100%;
    }
    .savefolder_detail .ads-details {
        margin-top: 20px;
    }
    .save-folder-detail .hour-details {
        width: 100%;
    }
    .save-folder-detail .hour-details .pull-right {
        float: left!important;
    }
    .job_sicker_profile .job-heder-title .pull-left {
        width: 100%;
    }
    .job_sicker_profile .job-heder-title .user-detail {
        width: 100%;
    }
    .mainPitch {
        bottom: 0;
        left: 0;
        margin: 0 auto;
        max-width: 964px;
        /*position: absolute;*/
        right: 0;
        text-align: center;
        top: 23%;
        transform: none;
        width: 100%;
        z-index: 9;
    }
    .search-bg {
        height: 100%;
    }
    #header-bg {
        min-height: 325px;
    }
}


/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
    /*Memberhsip plan*/
    .equal-sign li,
    .width10 {
        width: 100%!important;
    }
    .square,
    .equal,
    .title-margin {
        margin: 0;
        padding: 0;
    }
    .equal-sign li {
        margin-bottom: 20px;
    }
    .membership-plans-main li a.e-zone-btn {
        margin: 0;
    }
    /*Employer dashboard*/
    .inner-header .navbar-collapse {
        width: 100%;
        max-height: auto;
        margin: 0 auto;
        text-align: center;
    }
    .search li,
    .search li:last-child {
        margin-bottom: 0;
    }
    .inner-header .search li {
        margin: 0;
        width: 100%;
    }
    .inner-header .experience {
        width: 100%!important;
    }
    .inner-header .navbar-collapse.in {
        overflow: visible;
    }
    .inner-header ul.nav li:last-child {
        width: auto!important;
    }
    .postedjobs .pull-right {
        float: left!important;
    }
    .postedjobs .text-right {
        text-align: left;
    }
    .notify .row-inline {
        display: block;
    }
    .membership button {
        min-width: 70px;
    }
    /*Job sicker profile*/
    .job_sicker_profile .job-heder-title .user-img {
        float: none;
        display: block;
    }
    .job_sicker_profile .job-heder-title .pull-right {
        float: none!important;
    }
    .job_sicker_profile .job-heder-title .user-detail {
        margin-left: 0;
    }
    .job_sicker_profile .job-heder-title .pull-left {
        float: none!important;
    }
    /*PMS page*/
    .inbox_part .pms_part_img {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .inbox_part .pms_part_name {
        text-align: center;
        float: none;
        padding-left: 0;
    }
    .Introduce_pms::after {
        display: none;
    }
    .pms_part_message .img_pms h4 {
        display: inline-block;
        margin-right: 3px;
    }
    .send_msg .form-group {
        width: 100%;
    }
    .inbox_part .information {
        width: inherit;
    }
    /*emp_profile*/
    .emp_profile .user-img {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .emp_profile .user-detail {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .emp_profile .company-title {
        line-height: 30px;
        font-size: 19px;
    }
    .emp_profile .main_detail .pull-left {
        float: none!important;
    }
    .emp_profile .main_detail .pull-right {
        float: none!important;
    }
    .posted_emp {
        text-align: center;
    }
    .emp_part_name p,
    .emp_part_right {
        text-align: left;
    }
    .grey_bg .main_col .col-sm-12 {
        margin-bottom: 10px;
    }
    /*Saved_search*/
    .saved_search-page .cmp-info {
        margin-bottom: 10px;
        margin-top: 0;
    }
    .saved_search-page .parttime {
        margin-left: 0;
    }
    .saved_search-page .apply-now {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    /*Saved folder*/
    .saved_folder_page .col-md-4 {
        margin-top: 20px;
    }
    /*Saved searches*/
    .saved_searches .col-md-4 {
        margin-top: 20px;
    }
    /*save_folder_detail*/
    .save-folder-detail .cmp-details {
        width: 60%;
    }
    .save-folder-detail .hour-details {
        width: 40%;
    }
    .save-folder-detail .hour-details i {
        margin-left: 14px;
    }
    [type="checkbox"]:not(:checked) + label::after,
    [type="checkbox"]:checked + label::after,
    [type="checkbox"]:not(:checked) + label::before,
    [type="checkbox"]:checked + label::before {
        top: 0;
    }
    .page-disp,
    .actions {
        margin-top: 5px;
    }
    .actions i {
        margin-left: 13px;
    }
    /*Edit profile*/
    .edt-prf .form-right {
        right: 0;
    }
    .edt-prf .form-right .form-title {
        padding-left: 0;
    }
    .edt-prf .company-logo-min {
        display: inline;
        width: 100%!important;
        height: 100%!important;
    }
    .upload-resume {
        margin: 0 auto;
        text-align: center;
    }
    .uploaded-user {
        margin: 20px 0;
    }
    .upload-resume h4 {
        text-align: center;
        float: none;
        margin-bottom: 10px;
        display: block;
    }
    .edu-bg {
        width: 100%;
    }
    .education .edu-bg .form-title {
        width: 100%;
    }
    .education .edu-bg input {
        width: 100%;
    }
    .edu-bg .select-inline {
        width: 100%;
    }
    .edu-bg .wid33 {
        width: 100%!important;
    }
    .copytexts {
        margin-bottom: 30px;
        text-align: left;
    }
    .saved-search-div {
        margin-bottom: 40px;
    }
    .search-jobs-main .saveSearchBlock,
    .search-jobs-main .login-popup-main_search {
        width: 90%;
        top: 25px;
    }
    .postedjobs .pull-left {
        width: 100%;
    }
    .savefolder_detail .ads-details {
        margin-top: 20px;
    }
    .save-folder-detail .hour-details {
        width: 100%;
    }
    .save-folder-detail .hour-details .pull-right {
        float: left!important;
    }
    .post-a-job-main .tokenfield .token {
        display: block;
    }
    .seeker_app .bg-white .pull-right {
        margin-top: 20px;
    }
    .seeker_app .cmp-info {
        display: block;
        margin-top: 20px;
    }
    .pagination {
        float: left;
        margin: 10px 0 35px;
    }
    .job_sicker_profile .job-heder-title .pull-left {
        width: 100%;
    }
    .job_sicker_profile .job-heder-title .user-detail {
        width: 100%;
    }
    #header-bg {
        min-height: 325px;
    }
}
.footer-nav li {
    list-style: none;
}
.footer-nav ul {
    padding: 0px;
    margin: 0px;
}
.SingleUserMsg .srh-job {
    position: absolute;
    left: 20%;
    top: 50%;
    right: 20%;
    margin: 0 auto;
    text-align: center;
    /* height: 100%; */
    bottom: 20%;
}

.SingleUserMsg {
    background: #fff;
    min-height: 300px;
    position: relative;
}

.pms_part .contentscroll {
    min-height: 300px;
}

.SingleUserMsg li {
    list-style-type: none;
}

.full-page-loader{
    display:none; 
    position:fixed; 
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background:rgba(255,255,255,0.8); 
    z-index:9999; 
    text-align:center;    
}







/*nct-style-new.css*/


@font-face {
  font-family: 'workspace';
  src:  url('../fonts/icomoon.eot?qyf0kr');
  src:  url('../fonts/icomoon.eot?qyf0kr#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?qyf0kr') format('truetype'),
    url('../fonts/icomoon.woff?qyf0kr') format('woff'),
    url('../fonts/icomoon.svg?qyf0kr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'workspace' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bg-color:before {
  content: "\e915";
}
.icon-color-txt:before {
  content: "\e90a";
}
.icon-moveto:before {
  content: "\e90b";
}
.icon-copy-link:before {
  content: "\e910";
}
.icon-turninto:before {
  content: "\e911";
}
.icon-dupliate:before {
  content: "\e912";
}
.icon-delete-icon:before {
  content: "\e913";
}
.icon-double-arrow:before {
  content: "\e907";
}
.icon-check-icon:before {
  content: "\e901";
}
.icon-comment-add:before {
  content: "\e902";
}
.icon-comment-list:before {
  content: "\e903";
}
.icon-dots-horizontal:before {
  content: "\e905";
}
.icon-double-dots-menu:before {
  content: "\e906";
}
.icon-plus-icon:before {
  content: "\e908";
}
.icon-edit-icon:before {
  content: "\e909";
}
.icon-rgt-arrow:before {
  content: "\e91a";
}
.icon-smile:before {
  content: "\e900";
}
.icon-img:before {
  content: "\e904";
}
.icon-srch:before {
  content: "\e90c";
}
.icon-mail-o:before {
  content: "\e90d";
}
.icon-calendar:before {
  content: "\e90e";
}
.icon-plus:before {
  content: "\e90f";
}
.icon-close:before {
  content: "\e914";
}

body{
    background-color:#fff;
}
p{
    word-break: break-word;
}

.custom-checkbox [type="checkbox"]:not(:checked), .custom-checkbox [type="checkbox"]:checked { left: -9999px; position: absolute; }
.custom-checkbox [type="checkbox"]:not(:checked) + label:before, .custom-checkbox [type="checkbox"]:checked + label:before {border: 1px solid #A6AFB0;content: "";height: 20px;left: 0;position: absolute;top: 0;width: 20px;font-size: 6px;border-radius: 5px;}
.custom-checkbox [type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0); }
.custom-checkbox [type="checkbox"]:not(:checked) + label:after, .custom-checkbox [type="checkbox"]:checked + label:after {color: #fff;content: "\e901";font-size: 10px;font-family: 'workspace' !important;height: 20px;left: 0;line-height: 0.9;padding: 6px 0;text-align:center;position: absolute;top: 0;transition: all 0.2s ease 0s;width: 20px;background-color: #1b9ead;border-color: #1b9ead;border-radius: 5px;}
.custom-checkbox [type="checkbox"]:not(:checked) + label, .custom-checkbox [type="checkbox"]:checked + label { cursor: pointer; padding-left: 30px; position: relative; }
/*  CUSTOM RADIO CSS START  */
.custom-radio [type="radio"]:not(:checked), .custom-radio [type="radio"]:checked { left: -9999px; position: absolute; }
.custom-radio [type="radio"]:not(:checked) + label:before, .custom-radio [type="radio"]:checked + label:before { border: 1px solid #32c671; content: ""; height: 20px; left: 0; position: absolute; top: 0; width: 20px; }
.custom-radio [type="radio"]:not(:checked) + label:after { opacity: 0; transform: scale(0); }
.custom-radio [type="radio"]:not(:checked) + label:after, .custom-radio [type="radio"]:checked + label:after { color: #32c671; content: "\f00c"; font-size: 14px; font-family: FontAwesome; height: 20px; left: 0; line-height: 0.9; padding: 4px 0; text-align:center; position: absolute; top: 0; transition: all 0.2s ease 0s; width: 20px; }
.custom-radio [type="radio"]:not(:checked) + label, .custom-radio [type="radio"]:checked + label { cursor: pointer; padding-left: 30px; position: relative; }

.flat-radio input[type="radio"] { display: none; }
.flat-radio input[type="radio"] + label {display: block;position: relative;padding-left: 40px;margin-bottom: 5px;font-size: 14px;color: #474747;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;font-weight: 500;}
.flat-radio input[type="radio"] + label:last-child { margin-bottom: 0; }
.flat-radio input[type="radio"] + label:before {content: "";display: block;width: 24px;height: 24px;position: absolute;left: 0;top: -1px;-webkit-transition: all .12s, border-color .08s;transition: all .12s, border-color .08s;font-size: 30px;/* font-family: 'nct-icons'; */font-weight: 400;border: 1px solid #848484;border-radius: 100px;}
.flat-radio input[type="radio"]:checked + label:before{border-color: #000000;}
.flat-radio input[type="radio"]:checked + label:after {content: "";color: #000000;display: block;width: 16px;height: 16px;position: absolute;left: 4px;top: 3px;-webkit-transition: all .12s, border-color .08s;transition: all .12s, border-color .08s;/* font-size: 24px; *//* font-family: 'nct-icons'; */font-weight: 600;background-color: #000000;border-radius: 100px;}
.flat-radio input[type="radio"]:checked + label{color: #000000;font-weight: 600;}

/*===================================== PLACE HOLDER CSSS START HERE    ====================================*/
input::-webkit-input-placeholder {
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
opacity:1
font-family: "Noto Serif", serif;
}
 input::-moz-placeholder {
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
opacity:1
font-family: "Noto Serif", serif;
}
input::-ms-placeholder {
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
opacity:1
font-family: "Noto Serif", serif;
}
input.textbox::-ms-input-placeholder {
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
opacity:1
font-family: "Noto Serif", serif;
}
input.textbox::-ms-input-placeholder {
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
opacity:1
font-family: "Noto Serif", serif;
}
textarea::-webkit-input-placeholder {
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
opacity:1
font-family: "Noto Serif", serif;
}

textarea:-moz-placeholder { /* Firefox 18- */
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
opacity:1
font-family: "Noto Serif", serif; 
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
font-family: "Noto Serif", serif;  
}

textarea:-ms-input-placeholder {
color:#848484;
font-weight: 400;
letter-spacing: 0.5px;
opacity:1
font-family: "Noto Serif", serif;  
}

label { font-size: 15px; color: #474747; font-weight:400; }
input[type="text"], input[type="password"], input[type="email"], textarea, select { border: 1px solid #A6AFB0; font-size: 14px; color: #474747; padding: 12px 15px; width: 100%; -webkit-box-shadow: none; -webkit-appearance: none; font-weight: 400;}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus { border-color: #1b9ead; box-shadow: none; outline: none; }
.dark-select-control, .dark-form-control{border: 1px solid #A6AFB0; border-radius: 6px; line-height: normal; color: #474747; font-size: 14px; font-weight: 400; box-shadow: none; outline: 0; width: 100%; padding:12px 15px; background-color:#fff; text-align:left; height: auto;}
.dark-form-control:focus{border-color: #181515; box-shadow: none; outline: none;}
.dark-select-control{background-image: url(../images-nct/dark-arrow.png)!important; background-repeat: no-repeat; background-position: 98% 55%; border: 1px solid #676767; font-size: 16px; color: #676767; padding: 15px; width: 100%; -webkit-box-shadow: none; -webkit-appearance: none; font-weight: 500;}

.blue-select-control, .blue-form-control{border: 1px solid #A6AFB0 !important; border-radius: 18px; line-height: 1; color: #676767; font-size: 16px; font-weight: 500; box-shadow: none; outline: 0; width: 100%; padding: 15px;}
.blue-form-control:focus{border-color: #181515;}
.blue-select-control{background-image: url(../images-nct/dark-arrow.png)!important; background-repeat: no-repeat; background-position: 98% 55%; border: 1px solid #676767; font-size: 16px; color: #676767; padding: 15px; width: 100%; -webkit-box-shadow: none; -webkit-appearance: none; font-weight: 500;}

input[type="submit"], button{box-shadow:none; outline:0; outline-offset:0;}
.dark-form-control[readonly]{background-color: #eee; opacity: 1;}

/*===================================== PLACE HOLDER CSSS END HERE    ====================================*/

.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
.cf {/*zoom:1;*/ }

.show-hide-repass{position: absolute; right: 20px; top: 13px; font-size: 20px; cursor: pointer;}

a { outline: none; cursor: pointer; -ms-transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; color: #1c1f21; text-decoration: none;}
.main-btn {background-color: #1b9ead;color: #fff;border-radius:6px; text-align:center; font-weight: 700;font-size: 18px;padding: 12px 20px;min-width: 110px; border: 1px solid #1b9ead;line-height: 1;display: inline-block;vertical-align: top;cursor:pointer;letter-spacing: 0.5px; text-transform:uppercase;}
.main-btn:hover, .main-btn:focus {background-color: #188895;color: #fff;border: 1px solid #188895;outline:none; text-decoration:none;}

.outer-main-btn {background-color: #fff;color: #1b9ead;border-radius:6px; text-align:center; font-weight: 700;font-size: 18px;padding: 12px 20px;min-width: 110px; border: 1px solid #1b9ead;line-height: 1;display: inline-block;vertical-align: top;cursor:pointer;letter-spacing: 0.5px; text-transform:uppercase;}
.outer-main-btn:hover, .outer-main-btn:focus {background-color: #1b9ead;color: #fff;border: 1px solid #1b9ead;outline:none; text-decoration:none;}

.green-btn {background-color: #1b9ead;color: #fff;border-radius:30px;font-weight: 700;font-size: 18px;padding: 12px 20px;min-width: 150px;margin:5px 0;border: 1px solid #1b9ead;line-height: 1;display: inline-block;vertical-align: top;box-shadow:2px 2px 10px rgba(0,0,0,0.1), 1px 1px 6px rgba(0,0,0,0.10);cursor:pointer;letter-spacing: 0.5px;  text-transform:uppercase;}
.green-btn:hover, .green-btn:focus {background-color: #188895;color: #fff;border: 1px solid #188895;outline:none;}

.main-underline-btn {background-color: #fff;color: #1b9ead;border-radius:0px; text-align:center; font-weight: 700;font-size: 14px;padding: 12px 10px; border-bottom: 1px solid #1b9ead;line-height: 1;display: inline-block;vertical-align: top;cursor:pointer;letter-spacing: 0.5px;}
.main-underline-btn:hover, .main-underline-btn:focus {background-color: #188895;color: #fff;border-bottom: 1px solid #188895;outline:none; text-decoration:none;}

.lg-btn{font-size: 20px; padding: 25px 30px;}
.md-btn{font-size: 18px; padding: 18px 25px;}
.sm-btn{font-size: 16px; padding: 14px 15px;}
.xs-btn{font-size: 14px; padding: 10px 15px;}
.full-width{width: 100%; min-width: 100%; max-width: 100%;}
.container{
    width:100%;
    max-width:1180px;
}
.is-main-header{
    position:absolute;
    margin:0;
    background-color:transparent;
    z-index:100;
    width:100%;
    transition: all 0.3s ease;
    border-bottom:1px solid #ddd;
}
.is-main-header.navbar-custome{
    border-bottom:none;
}
.is-main-header.is-sticky{
     position: fixed;
      top: 0;
      left: 0;
      width: 100%;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    min-height: 50px;
}
.is-main-header .navbar-brand{padding: 0; width:100px;
    line-height: normal;
    height: auto;
    float: none;
    display: block;
    
    -ms-transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;
}
.is-main-header.is-sticky .navbar-brand{
    width:80px;
    -ms-transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;
}
.is-main-header.is-sticky .navbar-brand img{
    width:80px;
    -ms-transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;
}
.is-main-header .navbar-brand img{height:auto; max-height:inherit !important; width:100px; -ms-transition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
.is-main-header .navbar{margin:0; min-height: inherit; border-radius:0; display:flex; align-items:center; width:100%;}
.is-main-header .navbar-collapse{margin-left:auto;}
.is-main-header .navbar-collapse form{margin-left:auto;}
.isheader-sec-home ul.navbar-nav>li.signup-btn a{border-radius: 6px;line-height: 1; margin-left: 0; border: 1px solid #1b9ead;color: #fff;font-weight: 700;background-color: #1b9ead;padding: 6px 15px;display: block;line-height: 24px;  text-transform:uppercase;}
.isheader-sec-home ul.navbar-nav>li.signup-btn a:hover{background-color: #188895;border-color: #188895;color: #fff;}
.isheader-sec-home ul.navbar-nav>li{margin-left: 20px;}
.isheader-sec-home ul.navbar-nav>li>a{font-size: 14px;font-weight: 400;letter-spacing: 0.5px;color: #010101;/* display: block; */ position: relative;}
.isheader-sec-home ul.navbar-nav{
    align-items: start !important;
        padding-top: 10px;
}
.isheader-sec-home ul>li.browse-link-login a{color: #fff;border-radius: 6px;line-height: 1;border: 1px solid #1b9ead;color: #1b9ead;font-weight: 700;padding: 6px 15px;display: block;line-height: 24px; text-transform:uppercase;}
.isheader-sec-home ul>li.browse-link-login a:hover{color: #fff;background-color: #1b9ead;border-color: #1b9ead;}
.isheader-sec-home ul>li.employer-login-link{border-left:1px solid #ddd; margin-left:20px; padding-left;10px;}
.isheader-sec-home ul>li.employer-login-link a {border-radius: 6px;line-height: 1;border: 1px solid transparent; text-transform:uppercase; color: #010101;font-weight: 700; font-size:16px; padding: 6px 0;display: block;line-height: 24px; margin-left:10px;}
.isheader-sec-home ul>li.employer-login-link a:hover{color:#1b9ead;}
.isheader-sec-home .navbar>.container .navbar-brand, .isheader-sec-home .navbar>.container-fluid .navbar-brand{margin-left:0;}
.hero-banner-sec {
    width: 100%;
    min-height: 500px;
    background-color: #ebf8ff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hero-banner-sec:before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    content:'';
    background-color:rgb(235 248 255 / 76%);
}
.search-home-outer{text-align:center; width:100%; position: relative;
    z-index: 2;}
.search-home-outer h1{font-size:38px; font-weight:400; margin:0 0 10px 0; text-transform: uppercase;}
.search-home-outer h2{font-size:20px; font-weight:600; margin-bottom:30px;}
.search-home-outer ul.search {
    display: flex
;
    align-items: center;
    float: none;
    width: 100%;
    justify-content: center;
    margin: 0px auto;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgb(63 81 181 / 32%);
}
.search-home-outer .search li .form-control{border:none; box-shadow:none; outline:0; padding: 15px;
    height: auto; padding-left:45px; color: #848484; font-weight:300; line-height:normal; min-height:50px;}

.search-home-outer .search li .form-control.select2-container{
    padding:0;
    padding-left:45px !important;
}
.search-home-outer .dark-form-control.select2-container-multi .select2-choices .select2-search-field input{
    padding:15px 0;
}
.search-home-outer .search li .form-control:hover .select2-search-field input{
    background-color: #e8f0fe !important;
}
.search-home-outer .select2-container-multi.select2-dropdown-open{
    background-color: #e8f0fe !important;
}
.search-home-outer .select2-container-multi.select2-dropdown-open .select2-search-field input{
    background-color: #e8f0fe !important;
}
.search-home-outer .select2-container-multi.select2-dropdown-open .select2-choices{
    border:none !important;
}
.full-page-loader{
    z-index:1100;
}
.select2-drop-active{border:none !important;}
.search-home-outer ul.search li:first-child .form-control:hover{background-color: #e8f0fe; z-index:1;}
.search-home-outer .search li .form-control:hover{background-color: #e8f0fe;}
.search-home-outer ul.search li:first-child{border-radius:10px 0 0 10px;}
.search-home-outer ul.search li{border-right:1px solid #ddd; flex-grow: 1;}
.search-home-outer ul.search li .form-group{margin:0; position: relative;}
.search-home-outer ul.search li .form-group .input-group{width:100%;}
.is-srch-field {width:40%;}
.is-location-field{width:30%;}
.is-exp-field{width:25%;}
.search-home-outer ul.search li .form-group i{
    display: block;
    position: absolute;
    left: 15px;
    top: 19px;
    z-index: 11;
    width: 20px;
    color: #bdbdbd;
}

.search-home-outer .search li.is-srch-field .form-control{border-radius:10px 0 0 10px;}
.search-home-outer .search .search-btn{
    padding: 15px 35px;
    height: auto;
    border-radius: 10px;
}
.search-home-outer ul.search li .main-btn {
    padding: 16px 15px 17px 15px;
}
.search-home-outer ul.search li:last-child{border-right:none;}
.search-home-outer ul.search li.is-exp-field{border-right:none; padding-right:10px;}
.isheader-sec-home ul>li.browse-link-login a i{width:20px; display:inline-block; margin-right:7px; text-transform:uppercase;}
.isheader-sec-home ul.navbar-nav>li.signup-btn a i{width:20px; display:inline-block; margin-right:7px; text-transform:uppercase;}
.isheader-sec-home ul>li.browse-link-login a:hover i{
    filter: brightness(0) invert(1);
}

.is-featured-employers-sec{width:100%; padding:50px 0;}
.home-heading{font-size:28px; font-weight:600; margin:0 0 25px 0;}
.employer-cleints {
    /*background-color: #eff8fd;*/
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 5px;
    margin: 15px 0;
}

.home-about-ajira{width:100%;padding:0 0 50px 0;position:relative;}
.ajira-map-right{width:50%;padding: 15px;display: flex;align-items: end;justify-content: center;}
.ajira-map-right figure{margin:0;/* height: 100%; */text-align: center;width: 320px;}
.ajira-about-info{width: 50%;padding:30px 50px;}
.ajira-about-info h2{font-size:24px;font-weight:500;margin: 0 0 15px 0;}
.ajira-about-info p{font-size: 17px;font-weight: 400;color: #4f6874;margin-bottom:50px;line-height: 28px;word-wrap: break-word;word-break: break-word;}
.ajira-map-right img {
    height: 100%;
}
.about-ajira-outer{background-color: #f7fcff; display:flex; align-items:center; width:100%; border-radius:50px;}

.featured-jobs-sec{width:100%; padding-bottom:50px;}
.f-jobs-bx{width:100%;border-radius:10px;position:relative;margin:15px 0;background-color: #f7fcff;padding: 15px;border: 1px solid #e4eff5;}
.f-jobs-bx.extra-f-job{/*background-color:#fff; border:1px solid #c0cccd;*/}
.f-jobs-bx figure{margin-bottom:10px; border-radius:10px;/* overflow:hidden;*/}
.f-jobs-bx figure img{border-radius:10px; -ms-tra+nsition: all 0.5s ease-out 0s; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}
/*.f-jobs-bx figure:hover img{transform:scale(1.2);}*/
.apply-btn{padding:0 20px; position:relative; margni-top:-30px;}

.f-jobs-bx.extra-f-job .f-job-info{padding:0;}
.f-jobs-bx.extra-f-job .f-job-info figure{width:50px; height:50px; border-radius:7px; margin:0; border:1px solid #ddd;}
.is-f-inner-bx{display:flex; width:100%;}
.rgt-f-j-info{width:calc(100% - 60px); padding:0 0 0 15px;}
.locate-years{display:flex;}
.locate-years p:first-child{margin-right:20px;}


.f-job-info{padding:5px 10px; position:relative; width:100%;}
.profile-posted{display:flex; width:100%;padding-bottom: 10px; flex-direction:column;}
.desgnation-txt{font-size: 16px;font-weight: 400;color: #1b9ead;}
.posted-date{font-size: 11px;font-weight:400;color: #4f6874; display:block; margin-bottom: 10px;}
.f-job-info h3{font-size:20px;font-weight: 700;margin-bottom: 10px;}
.f-job-info h3 a:hover, .f-job-info h4 a:hover{color: #1b9ead;}
.f-job-info h4 a {
    color: #474747;
}
.f-job-info h4{font-size:14px;font-weight: 500;margin-bottom: 10px;}
.location-txt{font-size: 12px;font-weight:400;margin-bottom: 5px; display:block;}
.location-txt i{margin-right:6px; top:-1px; position:relative; width:14px; text-align: center; color: #979090;}

.find-job-vacancy-sec{width:100%; padding-bottom:50px;}
.tabs-tags-outer ul{padding:0;margin:0;display:flex;flex-wrap:wrap;gap: 10px; margin:30px 0;}
.tabs-tags-outer ul li a{border-radius:30px;border:1px solid #ddd;padding:7px 10px;font-size: 13px;font-weight: 400; color:#000; display: block;}
.tabs-tags-outer ul li a:hover {color:#1b9ead; border-color:#1b9ead; text-decoration:none;}
.find-show-job-outer .nav-tabs>li>a{border:none; margin:0; background-color:transparent; font-size:14px;font-weight:500; color:#848484; position:relative;}
.find-show-job-outer .nav-tabs > li.active > a:hover, .find-show-job-outer .nav-tabs > li.active > a:focus{
    color:#1b9ead;
    background-color:transparent;
}
.find-show-job-outer .nav-tabs > li{margin-right:10px;}
.find-show-job-outer .nav-tabs > li a.active, .find-show-job-outer .nav-tabs > li a.active{
     color:#1b9ead;
}
.find-show-job-outer .nav-tabs>li>a:before {
    bottom: -26px;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-property: left, right;
    -webkit-transition-property: left, right;
    -moz-transition-property: left,right;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
}
.find-show-job-outer .nav-tabs>li>a.active:before, .find-show-job-outer .nav-tabs>li>a:hover:before {
    position: absolute;
    content: '';
    left: -0px;
    right: -0px;
    bottom: -1px;
    border-bottom: 2px solid #1b9ead;
}
.locate-apply-link{display:flex; flex-direction:column; width:100%;}

.donwload-app-outer{width:100%; padding:20px; position:relative; border-radius:30px; display:flex; align-items:center;
        border-radius: 30px;
    background: rgb(227, 231, 254);
    background: linear-gradient(90deg, rgba(252, 228, 245, 1) 0%, rgba(253, 254, 255, 1) 50%, rgba(227, 231, 254, 1) 100%);
}
.left-app-info{width:50%; padding:30px;}
.right-app-screen{width:50%; text-align:center;}
.right-app-screen figure {
    width: 250px;
    margin: 0px auto;
}
.left-app-info h2{font-size:24px; font-weight:400; margin-bottom:15px;}
.left-app-info p{font-size:18px; font-weight:400; margin-bottom:30px;}
.left-app-info a{display:inline-block; vertical-align:middle; margin-right:15px; width:190px;}
.left-app-info a img{border-radius:10px;}
.find-show-job-outer {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.viewall-bx{width:100%; margin-top:50px; margin-bottom:10px;}
.viewall-link{font-size:14px; font-weight:500; color:#1b9ead;}
.viewall-link a{color:#1b9ead;}
.viewall-link i{margin-left:10px;}
.viewall-link a:hover{color:#000;}

.is-footer-sec{
    background-color:#84d2db;
    padding:30px 0;
    width:100%;
}
.footer-logo figure {
    width: 150px;
    margin-bottom: 15px;
}
.copywrite-text {
    font-size: 13px;
    font-weight: 400;
    color: #363f60;
    letter-spacing: 0.5px;
}
.footer-social{
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0 7px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}
.footer-menu {
    display: flex;
    width: 100%;
    align-items:center;
}
.footer-menu h3 {
    font-size: 22px;
    font-weight: 400;
    color: #363f60;
    width: 160px;
}
.footer-menu ul {
    display: flex;
    margin: 15px 0;
    flex-wrap:wrap;
    gap: 10px;
    width: calc(100% - 160px);
}
.footer-menu ul li {
    margin-left: 20px;
}
.footer-menu ul li a {
    color: #363f60;
    font-size:14px;
    font-weight:400;
}
.footer-menu ul li a:hover{
    color:#fff;
}
.app-download-sec {padding-bottom:50px;}

.inner-main-sec{width:100%; padding-top:80px;}
.form-group{margin-bottom: 20px;}
.general-bx{background-color: #fff; border-radius: 10px; border:1px solid #eeecec; width: 100%;}

.login-sec{padding: 50px 0;}
.login-box{width:100%; max-width: 450px; padding: 30px 50px; position: relative; margin: 10px auto; box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08)}
.show-hide-pass{position: absolute; right: 20px; top: 13px; font-size: 17px; cursor: pointer; color: #7c8c97;}
.show_hide_password-login{position:relative;}
.show-hide-pass .fa-eye:before{content: "\f06e";}
.forgot-link a{text-decoration: underline; font-size: 14px; color: #1b9ead; font-weight:400;}
.forgot-link a:hover{color:#1c1f21;}
.login-box h1{text-align: center; font-size: 24px; font-weight: 400; letter-spacing: 0.5px; margin-bottom: 25px; margin-top: 0;}
.forgot-link{display: block; text-align: left; margin-left:auto;}
.no-login{text-align: center; font-size: 14px; display: block; font-weight: 400;}
.no-login a{text-decoration: underline;color: #1b9ead;}
.no-login a:hover{color:#1c1f21;}

.or-class{text-align: center; display: inline-block; margin-bottom: 15px; font-size: 14px; width: 100%;}

.social-login{width: 100%;text-align: left;max-width: 350px;margin: 0px auto; margin-bottom: 10px;}
.social-login a{display: block; line-height: 1; padding: 15px; border-radius: 5px; border:1px solid #c0c0c0; color: #474747; font-size: 16px; position: relative; padding-left: 50px; margin-bottom: 10px;}
.social-login figure{position: absolute; left: 15px; top: 11px; width: 23px;}
.social-login a:hover{color: #252729; border-color: #252729;}

.social-login .google_logIn, .social-login .google_logIn{color: #474747; font-size: 16px; position: relative; padding:3px 0 3px 5px; border-radius: 5px; margin-bottom:10px;}
.social-login iframe .nsm7Bb-HzV7m-LgbsSe{border:none !important;}
.remember-forgot{width:100%; display:flex; align-items:center;}


.inner-sec{width:100%; padding:110px 0 50px 0;}
.top-srch-filters{width:100%; padding:10px 0; border-top:1px solid #ddd; box-shadow:0 6px 10px 0 rgba(0,0,0,0.07); background-color: #cdeaed; position:relative; display:flex;}
.filter-select-group{
    width: 25%;
    padding: 5px;
}
.filter-select-group .dark-form-control{padding:11px 15px 10px 15px;  min-height: 30px;
    line-height: 26px;}
.filter-select-group select.dark-form-control{padding:11px 15px 10px 15px; color: #848484;
}
.experience-control .dark-form-control {
    padding: 14px 15px 15px 15px;
    color: #848484;
}
.experience-control {
    width: 190px;
}
.search-sym .main-btn {
    width: 46px;
    min-width: 46px;
    padding: 13px 0;
}
.msg-notify a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    padding:10px 0;
}
.chat-no {
    background-color: #1b9ead;
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 21px;
    height: 21px;
    display: block;
    border-radius: 50%;
    line-height: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
}
.is-profile-header {
    width: 60px;
    /*display:flex;
    align-items:center;*/
    position: relative;
    
}
.is-profile-header > span {
    width: 48px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    margin: 0px auto;
    font-weight:500;
}
nav .search li .border-d6{
    border-radius:10px;
    margin:0;
    margin-bottom: 5px;
}
nav .search li .border-d6 img{
    border-radius:10px;
/*    padding:5px;*/
}
.srch-head-top i {
    position: absolute;
    left: 10px;
    top: 15px;
    color: #bdbdbd;
}
.experience-head-top i {
    position: absolute;
    left: 10px;
    top: 15px;
    color: #bdbdbd;
}
.locate-head-top i {
    position: absolute;
    left: 10px;
    top: 17px;
    color: #bdbdbd;
}
.isheader-sec-home ul.navbar-nav>li .dark-form-control {
    padding-left: 35px;
}
.srch-filter i {
    position: absolute;
    left: 10px;
    top: 18px;
    color: #bdbdbd;
}
.location-filter i {
    position: absolute;
    left: 10px;
    top: 18px;
    color: #bdbdbd;
}
.srch-filter .dark-form-control {
    padding-left: 35px;
}
.location-filter .dark-form-control {
    padding-left: 35px;
}
.filter-select-group:first-child {
    flex: none;
}
select.dark-form-control{
    background-image:url("../images/arrow-ico.svg");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 14px;
}
.filter-select-group .form-group{margin:0;}
.dark-form-control.bootstrap-select{padding: 0 !important; background-color: #fff; width:100%;}
.filter-select-group label {
    margin: 0;
    padding: 10px 20px;
    font-weight: 700;
}
.filter-select-group .dark-form-control .dropdown-toggle{
    padding: 7px 15px 6px 15px;
    background-color: #fff;
    border: none;
    border-radius: 7px;
}
.filter-select-group .bootstrap-select>.dropdown-toggle:after{
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-position: center right;
}
.dark-form-control .dropdown-toggle:focus, .dark-form-control .dropdown-toggle:hover{outline: 0 !important; box-shadow: none; background-color: #fff;}
.dark-form-control .dropdown-toggle{padding: 17px 15px 16px 15px; background-color: transparent; border:none;}
.bootstrap-select>.dropdown-toggle:after{content: ""; border: none; color: #000; display: block;
background:url("../images/is-down-ico.png");
    width: 22px;
    height: 22px;
    background-size: 22px;
    background-position: center right;
  -ms-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.show.bootstrap-select>.dropdown-toggle:after {transform: rotate(180deg);
  -ms-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{color: #474747; font-weight: 300; font-size: 15px; letter-spacing: 1px;}
.bootstrap-select .dropdown-item{font-size: 14px; padding: 10px 20px; font-weight: 300; color: #474747;}

.search-jobs-result-show {
   
    width: 100%;
    flex-wrap: wrap;
    gap: 0 15px;
    padding: 15px 0;
    max-width:1180px;
    margin:0px auto;
}
.left-job-box-info{
    width: 38.5%;
    flex: 1;
    display:inline-block;
    vertical-align:top;
}
.left-job-box-info ul{list-style:none; margin:0; padding:0;}
.right-job-dtl-info{
    width: 60%;
    flex: 1;
    border:1px solid #ddd;
    border-radius:12px;
    display:inline-block;
    vertical-align:top;
    position: sticky;
    top: 80px;
}
.srch-rgt-head-dtl{
    width:100%;
    position:relative;
}
.srch-rgt-head-dtl:before{
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:80px;
    content:'';
    background: rgb(227, 231, 254);
    background: linear-gradient(90deg, rgba(252, 228, 245, 1) 0%, rgba(253, 254, 255, 1) 50%, rgba(227, 231, 254, 1) 100%);
    border-radius: 12px 12px 0 0;
}
.job-inner-top {
    position: relative;
    z-index: 1;
    padding:30px;
    padding-bottom:10px;
    border-bottom:1px solid #ddd;
}
.job-inner-top.sticky-find {
    display: flex;
}
.job-inner-top.sticky-find .rgt-f-j-info {
    width: calc(100% - 70px);
    padding-left: 15px;
}
.job-inner-top.sticky-find .locate-years {
    display: flex;
    flex-direction: inherit !important;
     display:none;
}
.job-inner-top figure{border-radius:8px; border:1px solid #ddd; width:70px; height:70px; background-color:#fff;}
.job-inner-top figure img{border-radius:8px; width:100%;}
.job-inner-top .rgt-f-j-info {
    width: 100%;
    padding: 0;
    padding-left:0px;
    position:relative;
}
.job-inner-top .rgt-f-j-info .bookmark-report-ico {
    font-size: 20px;
}
.job-inner-top.sticky-find .posted-date{padding-left:0; display:none;}
.job-inner-top.sticky-find .apply-link{padding-left:0;}
.job-inner-top .rgt-f-j-info h3{font-size:24px; margin:0 0 10px 0; font-weight:600;}
.job-inner-top .rgt-f-j-info h4{font-size:15px; margin:0 0 15px 0;}
.job-inner-top .rgt-f-j-info h4 a{color:#474747;}
.job-inner-top .location-txt{font-size:14px; margin-bottom:15px;}
.job-inner-top .location-txt i{width:25px; text-align:left}
.job-inner-top .posted-date{font-size:14px; padding-left:0px;}
.job-inner-top .apply-link{padding-left:0px;}
.left-job-box-info .f-jobs-bx{border:1px solid #ddd; background-color:#fff; margin:0 0 15px 0; width: 95%; position:relative;}
.select-active .f-jobs-bx{background-color:#f7fcff; border: 2px solid #1b9ead;}
.select-active .f-jobs-bx:before {
    position: absolute;
    right: -16px;
    top: 40px;
    content: '';
    border-right: 0px solid #ff0000;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #1b9ead;
    border-top: 15px solid transparent;
}
.select-active .f-jobs-bx:after {
    position: absolute;
    right: -15px;
    top: 40px;
    content: '';
    border-right: 0px solid #000000;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #f7fcff;
    border-top: 15px solid transparent;
    display:none;
}
.srch-rgt-dtl-scroll-bx{
    padding:20px 30px;
    width:100%;
    height: 100%;
    max-height: 65vh;
    overflow: auto;
}
.srch-rgt-dtl-scroll-bx h4{
    font-size:18px;
    font-weight:700;
    margin:10px 0;
    position:relative;
}

.srch-rgt-dtl-scroll-bx h5{
    font-size:16px;
    font-weight:500;
    margin:0 0 10px 0;
}
.srch-rgt-dtl-scroll-bx h5 a{
    color:#474747;
}
.srch-rgt-dtl-scroll-bx p{
    font-size:14px;
    margin-bottom:15px;
    color:#474747;
}
.srch-rgt-dtl-scroll-bx ul{list-style:none; margin:0; padding:0;}
/*.srch-rgt-dtl-scroll-bx ul li{font-size:14px; margin-bottom:5px; position:relative; padding-left:15px; position:relative;}*/
/*.srch-rgt-dtl-scroll-bx ul li:before{background-color:#474747; width:6px; height:6px; border-radius:100px; content:''; left:0; top:0;}*/
.bookmark-report-ico{position:absolute; right:0; top:0; z-index:1; cursor:pointer; color: #979090;}

.job-dtl-left-outer{
    width:100%;
}
.job-dtl-left-outer .srch-rgt-head-dtl{
    border:1px solid #ddd;
    margin-bottom:25px;
    border-radius: 12px;
}
.job-dtl-left-outer .job-inner-top{
    border:none;
}
.job-dtl-left-outer .srch-rgt-dtl-scroll-bx{
    max-height:inherit;
    height:auto;
    overflow:inherit;
    border:1px solid #ddd !important;
    margin-bottom:25px;
    border-radius: 12px;
    border:none;
}
ul.skills-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:0 15px;
}
ul.skills-list li{
    background-color: #F7F5FF;
    border: 1px solid #D9D9D9;
    color:#474747;
    border-radius: 100px;
    line-height: 1;
    padding: 10px 15px;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.job-dtl-left-outer .srch-rgt-dtl-scroll-bx>ul.job-description-left{
    display:flex;
    flex-wrap:wrap;
    border: none;
}

.job-dtl-left-outer .srch-rgt-dtl-scroll-bx>ul.job-description-left>li{
    padding:15px 0;
    flex-grow: 0 1px;
    flex-basis: 50%;
    border: none;
}
.job-dtl-left-outer .srch-rgt-dtl-scroll-bx>ul>li small {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    color: #474747;
}
.job-dtl-left-outer .srch-rgt-dtl-scroll-bx>ul>li span {
    display: block;
    width: 100%;
    font-weight: 500;
    width: 100%;
    font-size: 15px;
}

.perfect-job-find-bx{
    width:100%;
    margin-bottom:20px;
    border-radius:10px;
    padding:20px;
    position:relative;
    background: rgb(227, 231, 254);
    background: linear-gradient(90deg, rgba(252, 228, 245, 1) 0%, rgba(253, 254, 255, 1) 50%, rgba(227, 231, 254, 1) 100%);
}
.rigt-job-dtl-outer{
    position:sticky;
    top:80px;
    
}
.perfect-job-find-bx figure{
    width: 100px;
    margin:0 0 10px 0;
}
.is-similar-job-outer{
    width:100%;
    padding:15px 0;
}
.similar-job-bx {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}
.s-j-head-top {
    display: flex;
    align-items: start;
    width: 100%;
    margin-bottom: 15px;
}
.s-j-head-top figure {
    margin: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.s-j-head-top figure img{
    border-radius:10px;
}
.sj-c-info {
    width: calc(100% - 50px);
    padding-left: 15px;
}
.featured-jobs-sec .sj-c-info h3{
    font-size:20px;
}
.sj-c-info h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px 0;
}
.sj-c-info p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.sj-c-info p#current_job_title{
    font-size:16px;
}
.similar-job-bx .location-txt{
    font-size:13px;
    display:flex;
    align-items:center;
}
.similar-job-bx .posted-date{
    margin:0;
}
.owl-carousel-Similer_Jobs .owl-next{
    width:40px;
    height:40px;
    border-radius:100px;
    border:1px solid #ddd;
    background-color:#fff;
    right:-30px;
    background-position: center;
}
.owl-carousel-Similer_Jobs .owl-prev{
    width:40px;
    height:40px;
    border-radius:100px;
    border:1px solid #ddd;
    background-color:#fff;
    left:-30px;
    background-position: center;
}
.inner-sec .menu-part{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.is-similar-job-outer h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    display: flex;
}
.is-similar-job-outer .view-more{
    margin-left:auto;
    color: #1b9ead;
    
}
.dtl-about-company {
    display: flex;
    align-items: center;
    width: 100%;
}
.dtl-about-company figure {
    width: 50px;
    height: 50px;
    border: 1px solid #1b9ead;
    border-radius: 5px;
    margin-right: 15px;
}
.dtl-about-company figure img{
    border-radius:5px;
}
.emp-comp-outer{
    width:100%;
    padding:20px;
    border-radius:12px;
    border:1px solid #ddd;
    /*display:flex;*/
    margin-bottom:20px;
}
.emp-comp-logo {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
}
.emp-comp-logo figure{
    margin:0;
}
.emp-comp-rgt {
    width: calc(100% - 120px);
    padding: 0 10px 0 30px;
}
.emp-comp-rgt h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.industry-location {
    width: 100%;
    display: flex;
    gap: 0 60px;
    margin-bottom:10px;
}
.industry-location span {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #474747;
}
.industry-location span i{margin-right:6px; color: #979090; width:15px;}
.location span i{margin-right:6px; color: #979090; #979090; width:15px;}
.website span i{margin-right:6px; color: #979090; #979090; width:15px;}
.industry-location span a{
    color: #1b9ead;
}
.industry-location span:after {
    /*position: absolute;
    right: -30px;
    top: 10px;
    width: 3px;
    height: 3px;
    background-color: #848484;
    content: '';
    border-radius: 100px;*/
}
.industry-location span:last-child:after {
/*    display: none;*/
}
.emp-comp-rgt p{
    font-size: 13px;
    font-weight: 500;
    color: #474747;
    margin:10px 0 0 0;
}
.emp-comp-rgt p a{
    color:#1b9ead;
    font-size:16px;
    font-weight:700;
}
.emp-comp-rgt p a:hover{
    color:#000;
}
.emp-comp-rgt p a i{
    margin-left:7px;
}
.about-comp-outer{
    width:100%;
    padding: 0;
    margin-bottom:20px;  
    position:relative;
}
.about-comp-outer .edit-empl.personal-edit{
    top:0;
}
.about-comp-outer h3{
    font-size:20px;
    font-weight:700;
    margin:15px 0;
    
}
.about-comp-outer p{
    font-size:15px;
    font-weight:400;
    color:#474747px;
    margin-bottom:15px;
}
.job-posted-outer h3{
    font-size:20px;
    font-weight:700;
    margin:0 0 10px 0;
}
.job-more-info{
    display:flex;
    flex-wrap:wrap;
    border: none;
}
.job-more-info li{
    padding:7px 0;
    flex-grow: 0 1px;
    flex-basis: 50%;
    border: none;
    display:flex;
    align-items:center;
    flex-direction:column;
}
.job-more-info li small {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    color: #474747;
}
.job-more-info li span {
    display: block;
    width: 100%;
    font-weight: 500;
    width: 100%;
    font-size: 15px;
}
.pload-ico {
    position: absolute;
    right: 15px;
    top: 11px;
    cursor: pointer;
    font-size: 24px;
}
.pload-ico  input[type="file"]{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.01; -webkit-opacity: 0.01; -moz-opacity: 0.01; -ms-opacity: 0.01; cursor: pointer;}

.gen-bx{
    border: 1px solid #ddd;
    margin-bottom: 25px;
    border-radius: 8px;
    width:100%;
}
.lft-seeker-pro{
    width:100%;
    padding:15px;
    position:relative;
}
.personal-edit {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
}
.personal-edit a {
    width: 30PX;
    height: 30px;
    border-radius: 100px;
    background-color: #fff;
    text-align: center;
    line-height: 1;
    padding: 7px 0;
    color:#1b9ead;
}

.personal-edit a:hover{
    background-color:#1b9ead;
    color:#fff;
}
.seek-profile-rgt{
    width:100%;
    position:relative;
}
.seek-list-pro h3{
    padding: 15px 15px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(to bottom, rgb(235 240 241 / 65%) 0%, rgb(232 235 235 / 0%) 100%);
    border-radius: 8px 8px 0 0;
}
.resume-outer{
    width:100%;
    padding:15px;
    position:relative;
}
.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  border: 1px dashed #ddd;
  border-radius: 10px;
  transition: 0.2s;
 
}

.choose-file-button {
  flex-shrink: 0;
  margin-right: 10px;
  text-transform: uppercase;
}

.file-message {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  
}
.lft-seeker-pro .locate-years{
    flex-direction:column;
}
.lft-seeker-pro .location-txt{
    font-size:14px;
    margin:0;
    margin-bottom:10px;
    display:flex;
    align-items:center;
}
.location-txt i{
    width:20px;
    font-size:16px;
}
.profile-summary-outer,
.work-exp-seek-outer,
.courses-certi-outer,
.project-outer,
.awards-outer{
    width:100%;
    padding:15px;
    position:relative;
}
#about_us_container .profile-summary-outer{
    padding:0;
}
.seek-list-pro{
    position:relative;
}
.seek-list-pro .personal-edit{
    right:15px;
    top:11px;
    gap:0 10px;
}
.seek-list-pro .personal-edit a{background-color:#f5f5f5;}
.seek-list-pro .personal-edit a:hover{background-color:#1b9ead;}
.work-exp-seek-outer ul{margin:0; padding:0; list-style:none; margin-botttom:20px;}
.work-exp-seek-outer ul li{border-bottom: 1px solid #E1EBEC; padding: 10px 0; position:relative;}
.work-exp-seek-outer ul li:last-child{border-bottom: none;}
.work-exp-seek-outer h4{font-size: 16px;margin: 0 0 8px 0;font-weight: 500;}
.work-exp-seek-outer h5{font-size: 15px;line-height: normal;margin-bottom: 5px;font-weight: 700;color: #474747; margin: 0 0 8px 0;}
.work-exp-seek-outer p{font-size: 14px;line-height: normal;margin-bottom: 5px;font-weight: 400;color: #474747;}
.work-exp-seek-outer span{font-size: 14px;color: #474747;font-weight: 400;display: flex;align-items: center;gap: 0 35px;}
.work-exp-seek-outer span small{position:relative; font-size:14px;}
.work-exp-seek-outer span small i{margin-right:5px; color: #979090;}
.work-exp-seek-outer span small:after {
    /*position: absolute;*/
    /*right: -20px;*/
    /*top: 8px;*/
    /*content: '';*/
    /*width: 3px;*/
    /*height: 3px;*/
    /*background-color: #848484;*/
    /*border-radius: 100px;*/
}
.work-exp-seek-outer span small:last-child:after{
    display:none;
}
.gradiant-common-bx{
    border-radius:20px;
    position: relative;
    background: rgb(227, 231, 254);
    background: linear-gradient(90deg, rgba(252, 228, 245, 1) 0%, rgba(253, 254, 255, 1) 50%, rgba(227, 231, 254, 1) 100%);
    width:100%;
}
.lft-seeker-pro:first-child {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
}
.sticky-left-top{
    position:sticky;
    top:100px;
    z-index:100;
}
.work-exp-seek-outer .job-pref p{
    margin-bottom:20px;
}
.work-exp-seek-outer .job-pref p span{
    color:#848484;
}
.work-exp-seek-outer .job-pref p small{
    font-size:14px;
    color:#000;
    font-weight:400;
}


.courses-certi-outer ul{margin:0; padding:0; list-style:none; counter-reset: line; margin-bottom: 20px;}
.courses-certi-outer ul li{padding: 10px 10px;position: relative;padding-left: 20px;}
.courses-certi-outer ul li:before {
    /*position: absolute;*/
    /*left: -10px;*/
    /*top: 13px;*/
    /*content: '';*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*background-color: #b7b7b7;*/
    /*border-radius: 100px;*/
    /*counter-increment: line;*/
    /*content: counter(line);*/
    /*color: #fff;*/
    /*text-align: center;*/
}
.courses-certi-outer h5{font-size: 16px;line-height: normal;margin-bottom: 5px;font-weight: 700;color: #474747; margin: 0 0 8px 0;}
.courses-certi-outer p{font-size: 14px;line-height: normal;margin-bottom: 5px;font-weight: 400;color: #474747;}
.courses-certi-outer span{font-size: 14px;color: #474747;font-weight: 400;display: flex;align-items: center;gap: 0 35px;}
.courses-certi-outer span small{position:relative;}
.courses-certi-outer span small:after {
    position: absolute;
    right: -20px;
    top: 8px;
    content: '';
    width: 3px;
    height: 3px;
    background-color: #848484;
    border-radius: 100px;
}
.courses-certi-outer span small:last-child:after{
    display:none;
}
.project-outer ul{margin:0; padding:0; list-style:none;}
.project-outer ul li{/* border-left: 1px solid #ddd; *//* border-bottom:1px solid #ddd; */padding: 15px;position: relative;margin-bottom:15px;background-color: #f7f8fe;border-radius: 20px;box-shadow: 0 4px 10px 0 rgb(0 0 0 / 08%);}  
.project-outer h5{font-size: 16px;line-height: normal;margin-bottom: 5px;font-weight: 700;color: #474747; margin: 0 0 8px 0;}
.project-outer p{font-size: 14px;line-height: normal;margin-bottom: 5px;font-weight: 400;color: #474747;}


.awards-outer ul{margin:0; padding:0; list-style:none;}
.awards-outer ul li{padding: 15px;position: relative;margin-bottom:15px; border-bottom:1px solid #ddd;}  
.awards-outer ul li:last-child{border-bottom:none;}
.awards-outer h5{font-size: 16px;line-height: normal;margin-bottom: 5px;font-weight: 700;color: #474747; margin: 0 0 8px 0;}
.awards-outer p{font-size: 14px;line-height: normal;margin-bottom: 5px;font-weight: 400;color: #474747;}

label.lbl-name {
    font-size: 14px;
    color: #291F1E;
    width: 100%;
    margin-bottom: 5px;
}
.common-modal .modal-header {
    background-color: #eff7ff;
}
.common-modal .modal-header .modal-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}
.social-lin-bx {
    width: 100%;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
}
.social-lin-bx span {
    width: 100%;
    margin: 5px;
    border-radius: 5px;
    /*border: 1px solid #ddd;*/
    display: flex;
    align-items: center;
    font-size: 16px;
    padding:5px 0;
}
.social-lin-bx span i {
    font-size: 30px;
    margin-right: 20px;
    color: #848484;
}
.left-tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.left-tabs > li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
}
.left-tabs > li.nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    border: none;
    padding: 15px;
    border: none;
    position: relative;
    color:#474747;
}
.left-tabs > li.nav-item .nav-link.active {
    color: #1b9ead;
    background-color: transparent;
}
.left-tabs > li.nav-item .nav-link:before {
    bottom: -28px;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-property: left, right;
    -webkit-transition-property: left, right;
    -moz-transition-property: left,right;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
}
.left-tabs > li.nav-item .nav-link:hover {
    color: #1b9ead;
}
.left-tabs > li.nav-item .nav-link.active:before {
    position: absolute;
    content: '';
    left: -0px;
    right: -0px;
    bottom: -2px;
    border-bottom: 3px solid #1b9ead;
}

.dash-pro-outer {
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    background-color: #ddf4f7;
    border-color: #9ed2d9;
}
.dash-pro-outer figure {
    border-radius: 8px;
    border: 1px solid #ddd;
    width: 70px;
    height: 70px;
    background-color: #fff;
    margin:0;
}
.dash-pro-outer figure img{
    border-radius:8px;
}
.dash-pro-outer h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.dash-pro-outer h4 {
    font-size: 16px;
    color: #474747;
    margin-bottom: 10px;
}
.s-d-tabs {
    margin-bottom: 20px;
    width: 100%;
}
.member-plan-outer{
    padding:15px;
    text-align:center;
    width:100%;
}
.member-plan-outer figure {
    margin: 0;
    width: 80px;
    text-align: center;
    margin: auto;
}
.member-plan-outer h4 {
    font-size: 18px;
    margin-top: 15px;
}
.applied-outer .bookmark-report-ico{
    right:15px;
    top:15px;
    color:#474747;
}
.saved-outer .bookmark-report-ico{
    right:15px;
    top:15px;
    color:#f20f30;
}
.dash-left-outer .sj-c-info h3{padding-right:20px;}

.edit-prefeence-btn{
    text-align:right;
}
.edit-prefeence-btn a{
    color:#1b9ead;
    font-size:14px;
    font-weight:600;
}
.edit-prefeence-btn a:hover{
    color:#000;
}
.edit-prefeence-btn a i {
    font-size: 16px;
    margin-left: 8px;
}

.seeker-dash-sec{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    padding:0 15px;
}
.dash-wrapper-main{
    width:100%;
    position:relative;
}

.seeker-menu-left {
    width: 100%;
    position: sticky;
    top: 80px;
    background-color: #f6f6f6;
    padding: 15px;
    border-radius:12px;
   
}
.seeker-menu-left ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.seeker-menu-left ul li {
    margin: 5px 0;
    font-size: 15px;
    font-weight: 600;
}
.seeker-menu-left ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding:10px;
}
.seeker-menu-left ul li i {
    width: 26px;
    margin-right: 15px;
}
.seeker-menu-left ul li a.active-dash, .seeker-menu-left ul li.active-dash a{
    background-color:#1b9ead;
    border-radius:7px;
    color:#fff;
}
.seeker-menu-left ul li a.active-dash i, .seeker-menu-left ul li.active-dash a i{
    filter: brightness(0) invert(1);
}
.seeker-menu-left ul li a:hover{
    background-color:#1b9ead;
    border-radius:7px;
    color:#fff;
}
.seeker-menu-left ul li a:hover i{
    filter: brightness(0) invert(1);
}

.welcome-outer {
    width: 100%;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: top left;
    border-radius: 10px;
    
    font-weight: 700;
    margin-bottom:20px;
    border: 2px solid #cedaf2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.welcome-outer p{
    font-size: 15px;
    line-height: 28px;
    padding:50px;
    padding-bottom:20px;
}
.welcome-outer .table{
    border-bottom:none;
}
.add-document-outer{
    border:2px solid #1b9ead;
    border-radius:10px;
    padding:15px;
    width:100%;
    margin-bottom:30px;
    min-height: 270px;
    box-shadow: inset 0 0 30px rgb(0 0 0 / 8%);
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.add-document-outer p{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
}
.add-document-outer ul{
    padding:0;
    margin:0;
    list-style:none;
}
.add-document-outer ul li{
    border-bottom:1px solid #ddd;
    padding:5px 0;
    margin:5px 0;
}
.add-document-outer h4{
    font-size:14px;
    font-weight:700;
    margin:0;
    margin-bottom:5px;
}
.add-document-outer .industry-location span{
    font-size:13px;
}
.add-document-outer span{
    font-size:13px;
}
.document-btn{
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.document-btn i {
    width: 40px;
    margin-right: 10px;
}

.thank-verify-outer{
    border: 2px solid #1b9ead;
    box-shadow: inset 0 0 30px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 20px 30px;
    width: 100%;
    margin-bottom: 30px;
    min-height: 270px;
    text-align: center;
    display: flex;
    align-items: center;
    
    text-align:center;
    flex-wrap: wrap;
}
.thank-verify-outer figure{width:70px; margin:10px auto;}
.thank-verify-outer p{
    font-size:15px;
    font-weight:600;
    color:#000;
    margin:0;
    line-height:28px;
}
.thank-verify-outer p a{
    color:#1b9ead;
    text-decoration:underline;
}
.edit-empl.personal-edit{
    right:20px;
    top:20px;
}
.edit-empl.personal-edit a{
    background-color: #f5f5f5;
}
.edit-empl.personal-edit a:hover{
    background-color: #1b9ead;
}
.posted-job-not{width:100%; margin:15px 0; border-radius:10px;}
.posted-job-not{
    position: relative;
    width:100%;
    padding:30px;
    text-align:center;
    border-radius:10px;
    background-color:#fff;
    border: 2px solid #1b9ead;
    box-shadow: inset 0 0 30px rgb(0 0 0 / 8%);
    font-size: 18px;
    font-weight: 600;
}
.job-posted-outer{
    position:relative;
}
.job-posted-outer .viewall-link {
    position: absolute;
    right: 0;
    top: 0;
}
.posted-job-inner>ul{list-style:none; margin:0; padding:0; border-radius:10px; border:1px solid #ddd;}
.posted-job-inner>ul>li{border-bottom:1px solid #ddd; margin-bottom:5px; border-radius:0px; padding:15px; position:relative;}
.posted-job-inner>ul>li:last-child{border-bottom:none;}
.right-posted{text-align:right;}
.status-posted {
    /*background-color: #efefef;*/
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 12px;
}
.contract_s{
    background-color:#e8a954;
}
.fulltime_s{
    background-color:#79de63;
}
.intership_s{
    background-color:#e0c0eb;
}
.parttime_s{
    background-color:#efc3b3;
}
 
.posted-ico-action {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 10px 0;
    gap:0 10px
}
.posted-ico-action a {
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    color: #1b9ead;
    text-align: center;
    line-height: 1;
    padding: 8px 0;
    border-radius: 100px;
}
.posted-ico-action a.delete-set{
    color:#f20f30;
}
.posted-ico-action a.archive-set{
    color:#4a5a95;
}
.posted-ico-action a:hover{
    color:#333;
}
.right-posted p {
    margin-bottom: 5px;
    color:#474747;
    font-size: 13px;
}
.right-posted p a {
    color: #1b9ead;
    font-size: 13px;
}
.right-posted p a small {
    width: 20px;
    display: inline-flex;
    height: 20px;
    border-radius: 100px;
    background-color: #1b9ead;
    text-align: center;
    align-items: center;
    color: #fff;
    justify-content: center;
    margin-right: 5px;
}
.document-list-show {
    width: 100%;
    margin-top: 10px;
}
.document-list-show .table>thead{
    border-bottom:1px solid #ddd;
}
.document-list-show .table>tbody>tr>td{
    font-size:14px;
    color:#474747;
    font-weight: 400;
}
.document-list-show .table>tbody>tr>td a{
    color:#1b9ead;
}
.add-document-outer h3 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom:10px;
    color:#1b9ead;
}
.add-document-outer .viewall-link{
    position:absolute;
    right:15px;
    top:15px;
}
.add-document-outer .industry-location span i {
    margin-right: 5px;
}
.general-table{margin:0; position:relative; padding-bottom:0; border:1px solid #EDEFF0; border-radius: 10px;}
.divtable { display: table; width: 100%; border-radius: 5px;}
.divtable-row { display: table-row; }
.divtable-heading { background-color: #EEE; display: table-header-group; }
.divtable-cell, .divtable-head {display: table-cell; padding: 3px 10px; vertical-align: middle;}
.divtable-heading { background-color: #EEE; display: table-header-group; font-weight: bold; }
.divtable-body { display: table-row-group;}

.general-table .divtable-heading{background-color:#F1F3F4;}
.general-table .divtable-heading .divtable-head{border-bottom:none; border-top:none; padding:15px; font-size:14px; font-weight:400; color: #05093D;}
.general-table .divtable-body .divtable-cell{border:none;border-top: 1px solid #f0efef;font-size: 14px;color: #91969c;padding:15px;}
.general-table .divtable-body .divtable-cell p{margin-bottom: 0; font-weight: 300; color: #474747;}
.trans-status{display: inline-block; line-height: normal; padding: 7px 15px; text-align: center; font-size: 14px; border-radius: 100px; color: #fff; min-width: 90px;}

.pac-container{
   z-index: 1100 !important;
}
.outer-loader{
    position: fixed;
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    z-index: 1100;
    text-align: center;
}
.preloader {
    width: 70px;
    height: 70px;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.social-edit-group .input-group-text{
    height:100%;
}
#about_us_container.seeker-about-container .profile-summary-outer{
    padding:0 15px;
}
.sticky-view-btn {
    text-align: right;
    position: sticky;
    top: 100px;
    z-index: 10;
}
.post-new-job-outer {
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
    padding: 50px;
    /*background-color: #f6f6f6;*/
    border-radius: 10px;
    background: #d5f4f7;
   background: linear-gradient(180deg, rgba(213, 244, 247, 1) 0%, rgb(245 245 245) 100%);
}

.post-new-job-outer fieldset {
    padding: 0 50px;
}
#progressbar li span {
    width: 80px;
    display: block;
    margin: 0px auto;
    line-height: normal;
}

label.lbl-name.large-lbl-nm {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
}
.dark-form-control.select2-container-multi .select2-choices .select2-search-field input{
    padding: 0;
    line-height: normal;
    min-height: inherit;
    border: none;
}
.dark-form-control.select2-container-multi .select2-choices{
    /*min-height: inherit;*/
    border:none;
}
.middle-fix-width {
    width: 80%;
    margin: 0px auto;
}
.location-inline-form .job-location-addon{
    padding:0;
}
.location-inline-form .add-location-ico {
    border: none;
    outline: 0;
    box-shadow: none;
    background-color: #848484;
    color: #fff;
    padding: 13px 0;
    width: 50px;
    min-width:50px;
    height: 50px;
    border-radius: 0 5px 5px 0;
}
.note-txt {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    display: flex;
    /* align-items: center; */
    line-height: normal;
    margin-top: 10px;
}
.jconfirm-box-container{
    margin:0px auto;
}
.member-plan-bx{border:1px solid #C8D2D4; border-radius: 20px; padding: 20px; position: relative;}
.member-plan-bx h3{font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    
}
.member-plan-bx h4{font-size: 28px; font-weight: 300; color: #121212; margin-top: 0; margin-bottom: 10px;}
.member-plan-bx h4 sub{font-size: 13px; font-weight: 400; color: #474747; bottom: 3px;}
.member-plan-bx ul{margin:50px 0 70px 0; padding:0;}
.member-plan-bx ul li{font-size: 14px; font-weight: 400; color: #474747; margin: 5px 0;}

.available-plan-outer {
    display: flex;
    align-items: start;
    align-self: stretch;
    width: 100%;
}
.main-plan-outer {
    width: 33%;
    padding: 15px;
}
.main-plan-outer h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.member-plan-bx ul li i{margin-right:10px;}
.is-current-plan-bx {
    width: 100%;
    display: flex;
    align-items: start;
    align-self: stretch;
    background: #dcf9fa;
background: linear-gradient(180deg,rgba(220, 249, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 12px;
    border: 1px solid #ddd;
    flex-wrap:wrap;
}
.get-plan-main {
    width: 100%;
}
.avaialble-credit-feature {
    width: 100%;
    display: flex;
    align-items: center;
    /*background-color: rgb(255 255 255 / 71%);
    border-radius: 0 0 16px 15px;*/
}
.current-plan-bx {
    display: flex;
    align-items: center;
    width: 100%;
}
.current-plan-bx center {
    font-size: 17px;
    font-weight: 700;
    padding: 15px;
    width: 250px;
    text-align: left;
    color: #1b9ead;
}
.avaialble-credit-feature center {
    font-size: 17px;
    font-weight: 700;
    padding: 15px;
    width: 250px;
    text-align: left;
    color: #1b9ead;
}
.plan-info {
    width: calc(100% - 250px);
    padding: 15px;
}
.avaialble-credit-feature .pricing-package{
    width: calc(100% - 250px);
    padding: 15px;
}
.avaialble-credit-feature .job-plane{
    display:flex;
    flex-wrap:wrap;
}
.avaialble-credit-feature .job-plane li{
    width:50%;
}
.plan-info h3 {
    font-size: 18px;
    font-weight: 500;
}
.plan-infoh4{font-size: 28px; font-weight: 300; color: #121212; margin-top: 0; margin-bottom: 10px;}
.plan-info h4 sub{font-size: 13px; font-weight: 400; color: #474747; bottom: 3px;}
.plan-info ul{margin:10px 0; padding:0; display:flex; flex-wrap:wrap;}
.plan-info ul li{font-size: 14px; font-weight: 400; color: #474747; margin: 5px 0; width:50%;}
.rgt-plan-sec h1{margin-bottom:15px; font-weight: bold}

.is-form-plan ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: start;
    gap:0 10px;
}
.unit-price-bx {
    width: 15%;
}
.mutiply-equal-ico {
    width: 15%;
    text-align: center;
}
.mutiply-equal-ico .equal{
    padding-left:0;
}
.total-count-bx {
    width: 20%;
}
.no-appli-bx {
    width: 25%;
}
.buy-btn-bx {
    width: 22%;
}
.buy-btn-bx .main-btn{
    margin-top:20px;
    font-size: 14px;
    padding: 15px 20px;
}
.is-featured-job-plan .buy-btn-bx {
    width: 25%;
}
.is-featured-job-plan .total-count-bx {
    width: 15%;
}
.is-featured-job-plan .unit-price-bx {
    width: 10%;
}
.is-form-plan {
    box-shadow: inset 0 46px 0 0px #f6f6f6;
}
.pagination-main .pagination {
    flex-wrap: wrap;
    justify-content: center !important;
    float: none;
    margin: 0;
    gap: 0 5px;
}
.pagination-main .pagination li a{
    color: #747f8b;
    font-size: 14px;
    outline: none;
    padding: 10px 15px;
    line-height: 38px;
    outline: none;
    border: none;
    width: 35px;
    height: 35px;
    display: block;
    border: 1px solid #dee2e6;
    line-height: 1;
}
.filter-apply-sec {
    width: 100%;
    padding-top: 10px;
}
.filter-rgt-btns {
    display: flex;
    justify-content: end;
}
.pagination-main .pagination li.active a{
    background-color: #1b9ead;
    border-color:#1b9ead;
    color:#fff;
}
.pagination-main .pagination li a:hover{
    background-color: #1b9ead;
    border-color:#1b9ead;
    color:#fff;
}
.pagination > li > a,
.pagination > li > span{
  color: #747f8b;
  font-size: 14px;
  outline: none;
}
.pagination > li .page-link{
  padding: 0 15px;
  line-height: 38px;
  outline: none;
}
.pagination > li .page-link:focus{
  outline: none;
  box-shadow: none;
}
.pagination .page.active .page-link{
  background: #0A66C2;
}
.resend-link{text-align:center; margin-bottom:15px;}
.resend-link a{
    text-decoration: underline;
    font-size: 14px;
    color: #1b9ead;
    font-weight: 400;
}
.resend-link a:hover{
    color:#000;
}
.security-outer{border-bottom: 1px solid #E1EBEC; padding: 15px 20px; margin:10px 0; width: 100%; display: table;}
.security-lft{display: table-cell; vertical-align: middle; width: 100%;}
.security-lft p{font-size: 16px; color: #474747; font-weight: 300; margin-bottom: 0;}
.security-rgt{display: inline-block; vertical-align: middle; width: 70px;}
.notify-swtich{position: relative;}
.notify-swtich input{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; -webkit-opacity: 0; -moz-opacity: 0;}
.lbl {position: relative;display: block;height: 27px;width: 56px;background: #F20F30;border-radius: 100px;cursor: pointer;transition: all 0.6s ease;-webkit-transition: all 0.6s ease;-ms-transition: all 0.6s ease;-moz-transition: all 0.6s ease;}
.lbl:after {position: absolute;left: 4px;top: 4px;display: block;width: 18px;height: 18px;border-radius: 100px;background: #fff;box-shadow: 0px 3px 3px rgba(0,0,0,0.05);content: '';transition: all 0.6s ease;-webkit-transition: all 0.6s ease;-ms-transition: all 0.6s ease;-moz-transition: all 0.6s ease;}
.lbl:active:after { transform: scale(1.15, 0.85); }
.cbx:checked ~ label {background: #00C269;}
.cbx:checked ~ label:after {left: 34px;background: #fff;}
.cbx:disabled ~ label { background: #d5d5d5; pointer-events: none; }
.cbx:disabled ~ label:after { background: #ffffff; }
.msg-list-sec.general-bx{
    background-color:#f6f6f6;
} 
.chat-nm-list {
    width: 100%;
    height: 100vh;
    max-height: 75vh;
    overflow: auto;
}
.chat-nm-list .mCSB_container{
    margin-right:0;
}
.chat-nm-list ul{
    margin:0;
    padding:0;
}
.chat-nm-list ul li {
    width: 100%;
    position: relative;
}
.chat-nm-list ul li .readMsg, .chat-nm-list ul li .unReadMsg{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.chat-nm-list ul li .readMsg:hover, , .chat-nm-list ul li .unReadMsg:hover{
    background-color:#fff;
}
.chat-nm-list ul li figure {
    width: 70px;
    border-radius: 100px;
    margin: 0;
}
.chat-nm-list figure img {
    border-radius: 10px;
}
.nm-msg-info {
    width: calc(100% - 70px);
    padding-left: 15px;
}
.nm-msg-info h3{font-size: 16px; font-weight: 500; margin:0 0 5px 0;}
.nm-msg-info p{font-size: 14px;line-height: normal;font-weight: 300;margin-bottom: 5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.nm-msg-info small{font-size: 13px; font-weight: 300;}
.msg-list-sec h1 {
    font-size: 20px;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    position:relative;
}
.msg-list-sec h1 .chat-no{
    right: 20px;
    top: 15px;
}
.close-ico{
    display:flex;
    justify-content:center;
}
.close-ico a {
    width: 23;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background-color: #fff;
    color: #f20f30;
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
}
.conversion-nm {
    padding: 15px 30px;
    border-bottom: 1px solid #f4f4f4;
}
.conversion-nm p {
    margin: 0;
}
.conversion-nm{padding: 15px 30px; border-bottom: 1px solid #f4f4f4;}
.conversion-nm h4{font-size: 16px; margin:10px 0; font-weight: 500;}
.conversion-nm h4 span{color: #53ACE0;}
.chatview figure{margin:0; border-radius: 100px; width: 50px; margin-top: 15px;}
.chatview figure img{border-radius: 100px; border:1px solid #ddd;}
.chat-view{max-width: 60%; width: 100%; padding: 0 15px;}
.chat-view p{padding: 10px 15px;font-size: 14px;letter-spacing: 0.2px;line-height: 22px; color: #848484;}
.left-chat p{border-radius: 0 20px 20px 20px; background-color: #F5F5F5;}
.right-chat p{border-radius: 20px 0 20px 20px; background-color: #E8F4F2;}
.chat-view h5{font-size: 12px; font-weight: 500; margin:0; margin-bottom: 2px;}
.chat-view small{font-size: 11px; font-weight: 300; color: #848484;}
.msg-chat-bottom{display: flex; align-items: center; justify-content: space-between; padding: 5px 15px; border-top: 1px solid #f4f4f4; width:100%;}
.msg-chat-bottom a{border:none; outline: 0; box-shadow: none; background-color: #1b9ead; width: 45px; height: 45px; border-radius: 100px; text-align: center; line-height: 1; padding: 14px 0;}
.msg-chat-bottom a:hover{background-color: #1a7d88;}
.chat-area{width: calc(100% - 100px); position: relative;}
.attached-file{position: absolute; width: 36px; height: 36px; overflow: hidden; right: -40px; top: 13px; cursor: pointer;}
.attached-file input{position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.01;}
.chat-area .dark-form-control{border:none; outline: 0; box-shadow: none; border-radius: 0; max-height: 52px; resize: none;}
.srch-add-msg{padding: 15px; width: 100%; position: relative; padding-right: 80px;}
.srch-add-msg .dark-form-control{padding: 10px 15px; padding-left: 35px;}
.srch-add-msg .filter-ico1{border:none; padding: 0; right: 15px;  top: 15px;}
.srch-add-msg i {position: absolute; left: 25px; top: 26px;}
.chat-nm-list {width: 100%; height: 100vh; max-height: 75vh; overflow: auto;}
.chat-showing-outer {padding: 20px 30px; padding-right:0; height: 100vh; max-height: 65vh; overflow: auto;}
.is-header-srch {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}
.is-header-srch .srch-head-top .dark-form-control{
    padding: 9px 10px;
    padding-left: 30px;
    height: auto;
    line-height: normal;
    min-height: auto;
}
.is-header-srch .experience-control .dark-form-control{
    padding: 9px 10px 9px 30px;
}
.is-header-srch .experience-head-top i {
    position: absolute;
    left: 10px;
    top: 15px;
    color: #bdbdbd;
    display: block;
    position: absolute;
    left: 11px;
    top: 13px;
    z-index: 11;
    width: 20px;
    color: #bdbdbd;
}
.is-header-srch .search-sym .main-btn {
    width: 40px;
    min-width: 40px;
    padding: 11px 0;
}
.is-header-srch .dark-form-control.select2-container-multi .select2-choices{
    white-space: nowrap;
    display: flex;
    overflow: auto;
    min-height:20px;
}
.is-header-srch .header-locaiton-form{
    width:25%;
}
.is-header-srch .header-locaiton-form .experience-control{
    width:100%;
}
.deactivate-outer {
    width: 100%;
    text-align: center;
    padding: 30px;
}
.deactivate-outer figure{
    width:70px;
    margin: 10px auto;
}
.deactivate-outer p {
    width: 100%;
    max-width: 90%;
    margin: 0px auto;
}
/*.sj-c-info h4{
    font-size:15px;
        padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}*/
.seeker-m-info.sj-c-info{
    width:100%;
    padding-left:0;
}
.sj-c-info h5{font-size: 28px; font-weight: 300; color: #121212; margin-top: 0; margin-bottom: 10px;}
.sj-c-info h5 sub{font-size: 14px; font-weight: 400; color: #474747; bottom: 3px;}
.filter-ico a {
    color: #1b9ead;
    border: 1px solid #1b9ead;
    border-radius: 5px;
    padding: 5px 10px;
}
.filter-ico a:hover{
    background-color:#1b9ead;
    color:#fff;
}
.tabs-filter-outer{
    background-color:#e3f1f3;
    padding:10px 15px;
    border-radius:12px;
    margin-bottom:10px;
}
.xs-control{
    padding:8px 15px 7px 15px !important;
}
form#add_edit_skills_form {
    width: 100%;
    padding: 15px;
}
.menu.btn12 {display: none;}
.L5Fo6c-sM5MNb {margin:0 auto;}
@media(max-width:1199.99px) {
    .search-home-outer h1 {font-size:30px;}
    .search-home-outer h2 {font-size:16px;}
    .home-heading {font-size:24px;}
    .ajira-about-info h2, .left-app-info h2 {font-size:20px;}
    .ajira-about-info p {font-size:15px;}
    .left-app-info a {margin-right:7px; width:135px;}
    .left-app-info a:last-child {margin-right:0px;} 
    .left-app-info {padding:15px;}
    .donwload-app-outer {padding:15px;}
    .footer-social {justify-content: center; padding-bottom: 10px; margin-bottom: 10px;}
    .footer-menu {display: block; text-align: center;padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.50);}
    .footer-menu h3 {width:auto; font-size: 18px; margin-bottom:10px;}
    .footer-menu ul {
  margin: 7px 0;
  flex-wrap: nowrap;
  display:block;
  gap: 7px;justify-content: center; 
  width: 100%;
  padding-left:0 !important;
}
.footer-menu ul li {margin:0px 6px 5px; display:inline-block; width:auto;}
.footer-logo.cf {text-align:center;}
.footer-logo figure {display:none;}
.copywrite-text {margin-bottom:0; text-align:center;}
.is-footer-sec {padding:20px 0 15px;}
.seeker-menu-left ul li {font-size:14px;}
.seeker-menu-left ul li i {margin-right:8px;}
}

@media(max-width:1023.99px) {
 
    .left-app-info a {margin-right:7px; width:135px;}
    .left-app-info a:last-child {margin-right:0px;} 
    .left-app-info {padding:15px;}
    .donwload-app-outer {padding:15px;}
    .ajira-about-info {padding:20px 30px;}
    .viewall-bx {margin-top:20px;}
    .isheader-sec-home ul.navbar-nav > li {margin-left:10px;}
}
@media(max-width:767.99px) {
.btn12 {
      position: relative;
      width: 30px;
      height: 30px;
      background-color: transparent;
      padding: 0;
      border: none;
      outline: none;
      box-shadow: none;
      transition-duration: 0.5s;
    }
    .btn12 .icon {
      transition-duration: 0.5s;
      position: absolute;
      height: 2px;
      width: 24px;
      top: 15px;
      background-color: #1b9ead;
    }
    .btn12 .icon:before {
      transition-duration: 0.5s;
      position: absolute;
      width: 24px;
      height: 2px;
      background-color: #1b9ead;
      content: "";
      top: -10px;
      left: 0;
    }
    .btn12 .icon:after {
      transition-duration: 0.5s;
      position: absolute;
      width: 24px;
      height: 2px;
      background-color: #1b9ead;
      content: "";
      top: 10px;
      left: 0;
    }
    .btn12.open .icon {
      transition-duration: 0.5s;
      background: transparent;
    }
    .btn12.open .icon:before {
      transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
    }
    .btn12.open .icon:after {
      transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
    }
    .btn12:hover {
      cursor: pointer;
    }
    .menu.btn12 {display: inline-block;}
    .top-nav {display: none; margin-right:0px;}
    .top-nav.open-nav {display:block;}
    .isheader-sec-home ul.navbar-nav {padding:15px;}
    .isheader-sec-home ul.navbar-nav > li.browse-link-login, .isheader-sec-home ul.navbar-nav > li.signup-btn {width:47%; margin:0 1%; display:inline-block;} 
    .isheader-sec-home ul > li.browse-link-login a {text-align:center;}
    
    .isheader-sec-home ul > li.employer-login-link {
  border-left: none;
  border-top: 1px solid #ddd;
  margin: 15px 0 0; padding-bottom:0;
}
.isheader-sec-home ul > li.employer-login-link a {text-align:center; margin-left:0px;}
 .navbar-collapse {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
  }
  .search-home-outer h1 {
    font-size: 24px;
  }
  .search-home-outer h2 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .is-main-header .navbar-brand {width:80px;}
  .navbar {padding-bottom:5px; padding-top:5px;}
  .hero-banner-sec {min-height:inherit; padding:80px 0 30px;}
  .search-home-outer ul.search {flex-wrap:wrap; padding:15px;}
  .search-home-outer ul.search li.is-srch-field {width:100%;} 
  .search-home-outer ul.search li.is-exp-field {width:100%;}
  .search-home-outer .search li .form-control, .search-home-outer .search li.is-srch-field .form-control {border: 1px solid #A6AFB0; border-radius:10px; margin-bottom:10px; }
  .search-home-outer ul.search li.is-exp-field {padding-right:0;}
 .search-home-outer ul.search li {border-right:none;}
 .search-home-outer ul.search li:first-child {border-radius: 10px;}
.is-featured-employers-sec {padding:30px 0;}
.search-home-outer ul.search li .main-btn {width:100%;}
.ajira-about-info {padding:15px; width:100%;}
.ajira-map-right {display:none;}
.about-ajira-outer {border-radius:20px;}
.ajira-about-info p {font-size: 15px; margin-bottom:20px;}
.home-about-ajira, .app-download-sec, .find-job-vacancy-sec {padding-bottom:30px;}
.find-show-job-outer .nav-tabs {flex-wrap: nowrap; overflow: auto; padding-bottom:5px;}
.tabs-tags-outer ul {margin-top:15px;}
.donwload-app-outer {display:block; border-radius:20px;}
.left-app-info, .right-app-screen {width:100%; text-align:center;}
.is-main-header .navbar-collapse {margin-top:10px;}
.is-footer-sec {padding:20px 0 0px;}
  .left-app-info {
    padding: 15px 0;
  }
  .home-heading {font-size:21px; margin-bottom:15px;}
  .tabs-tags-outer ul li a {padding:5px 7px;}
  .viewall-bx {margin-top:5px;}
  .search-home-outer .search li .form-control {overflow:hidden;}
  .select2-container-multi .select2-choices {white-space: normal;}
  .ajira-about-info h2 {margin-bottom:8px;}
  .login-box h1 {font-size:20px;margin-bottom:15px;}
  .login-sec {padding: 25px 0;}
  .common-modal .modal-header .modal-title {font-size:17px;}
  #resend_activation_link_modal label, #forgot_password_modal label {margin-bottom:5px;}
  .inner-sec {padding:70px 0 30px;}
  .title {font-size: 20px; margin-top:15px; margin-bottom:15px;}
 .work-exp-seek-outer span {display:block;}
 .work-exp-seek-outer span small{display:block; margin-bottom:5px;}
 .seek-list-pro h3 {font-size:16px; padding: 10px 10px; margin-bottom:0;}
 .work-exp-seek-outer .job-pref p {margin-bottom:10px;}
 ul.skills-list li {padding: 7px 10px;
  font-size: 14px;
  margin-right: 7px;
  margin-bottom: 5px;}
  .gen-bx {margin-bottom:15px;}
  .seeker-menu-left {margin-bottom:15px; position:static;}
  .lft-seeker-pro {padding:0 0 5px;}
  .sj-c-info h4 {font-size:16px;}
  .seeker-about-container {margin-top:10px; display:block;}
  .skills-list {margin-top:10px; display:block;}
  .profile-menu-btn {margin-bottom:15px;}
  .profile-menu-mobile {height:0px; opacity:0; visibility:hidden;position:absolute;}
  .open-profile-nav {height:auto; opacity:1;visibility:visible;position:static;}
  .sm-btn {font-size:14px;}
}
@media(max-width:640px) {
    
    .login-box {max-width: inherit; padding: 15px 20px; margin:0 3%; width: 94%;}
    
}
.iti {width:100%;}


