/*
Theme Name: jobo - Job Board WordPress Theme
Author: ScriptsBundle
Version: 1.5.3
Designed and Development by: ScriptsBundle

====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - GENERAL CSS
    2.0 - BREADCRUMB CSS
    3.0 - SEARCH BREADCRUMB
    4.0 - SPINNER CSS
    5.0 - PAGINATION CSS
    6.0 - NAVIGATION
        7.0 - HEADER 2
        8.0 - TOP SEARCH HOME 2
        9.0 - SEARCH BAR ON SCROLL
        10.0 - HOME 3 SLIDER
        11.0 - HEADER 4 TRANSPARENT
        12.0 - MAIN SECTION HOME 1
        13.0 - INDEX 5 MAIN SECTION
        14.0 - CATEGORY
        15.0 - EMPLOYEE SECTION
        16.0 - FACTS COUNTER
        17.0 - CATEGORIES
        18.0 - CATEGORY PAGE 1
        19.0 - CATEGORY SECTION 2
        20.0 - TESTIMONIALS 1
        21.0 - TESTIMONIAL CSS
        22.0 - TESTIMONIAL 2 CSS
        23.0 - APP DOWNLOAD
        24.0 - FEATURED JOBS
        25.0 - COUNTER SECTION
        26.0 - SINGLE JOB POST CS
        27.0 - COMPANIES DETAILS
        28.0 - USER DASHBOARD CSS
        29.0 - USER PROFILE CSS
        30.0 - USER RESUME CSS
        31.0 - MEDIA QUERIES
        32.0 - All Company CSS
        33.0 - Company DashBoard CSS
        34.0 - COMPANY FOLLOWERS
        35.0 - BLOG POST CSS
        36.0 - SINGLE BLOG PAGE CSS
        37.0 - RESUME 1 CSS
        38.0 - RESUME 2 CSS
        39.0 - RESUME 3 CSS
        40.0 - POST JOB CSS
        41.0 - POST JOB WIZARD CSS
        42.0 - TEAM SECTION CSS
        43.0 - ACCORDIAN CSS
        44.0 - 404 CSS
        45.0 - COMING SOON CSS
        46.0 - COMING SOON 2 CSS
        47.0 - COMING SOON 4 CSS
        48.0 - LOGIN CSS
        49.0 - PRICING CSS
        50.0 - PRICING 2 CSS
        51.0 - PRICING 3 & 4 CSS
        52.0 - CONTACT US PAGES CSS
        53.0 - OTHER PAGES CSS
        54.0 - SKILLS BAR RESUME CSS
        55.0 - FOOTER
        56.0 - MEDIA QUERIES

-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/

/* ---- GENERAL CSS ----- */

body {
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #242424;
  padding-right: 0 !important;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden;
}

/*@font-face {
    font-family: 'Torus';
    src:
        url("../fonts/Torus.Family/Torus\ Bold.otf") format("OpenType"),
        url("../fonts/Torus.Family/Torus\ Thin.otf") format("OpenType"),
        url("../fonts/Torus.Family/Torus\ Heavy.otf") format("OpenType"),
        url("../fonts/Torus.Family/Torus\ Light.otf") format("OpenType"),
        url("../fonts/Torus.Family/Torus\ Regular.otf") format("OpenType"),
        url("../fonts/Torus.Family/Torus\ SemiBold.otf") format("OpenType")
}*/
h3,
h4 {
  font-weight: 600;
  line-height: 1.4;
  font-family: "Quicksand", sans-serif;
}

h1,
h2 {
  line-height: 1.5;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

h5,
h6 {
  line-height: 1.4;
  font-family: "Quicksand", sans-serif;
}

p {
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  font-size: 14px;
  color: #777;
}

a {
  outline: none !important;
  color: #242424;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
  text-decoration: none !important;
  color: #fb236a;
}

ol,
ul {
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 0;
}

.parsley-errors-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.parsley-errors-list li {
  margin-top: 10px;
  color: #cc0000;
  margin-bottom: 10px;
  width: 100% !important;
}

.btn .parsley-errors-list li {
  margin-top: 0px;
}

.light-blue {
  background-color: #eff3f6 !important;
}

.light-blue.remove-padding {
  padding: 0px;
}

input.form-control {
  height: 50px;
}

input.form-control:focus {
  box-shadow: none;
  border: 1px solid #ddd;
}

.form-control {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-control:focus {
  border-color: #eee;
  box-shadow: none;
}

textarea {
  border: 1px solid #eee;
  box-shadow: none;
  border-radius: 0;
}

textarea:focus {
  border: 1px solid #eee;
  box-shadow: none;
}

.nopadding {
  padding: 0px !important;
}

.no-translate {
  transform: none !important;
}

.bg-grey {
  background-color: #f8f8f8 !important;
}

.bg-white {
  background-color: #fff !important;
}

.light-grey {
  background-color: #f9f9f9 !important;
}

/*section {
    padding:80px 0;
}*/

section.horizontal_search {
  padding: 80px 0;
}

section.dwt_listing_shop-container {
  padding: 80px 0;
}

section.dwt_listing_shop-container-single {
  padding: 80px 0;
}

section.nk-detail-pg {
  padding: 80px 0;
}

section section {
  padding: 80px 0 !important;
}

section.n-search-page {
  padding: 80px 0;
}

section.n-search-pagehorizontal {
  padding-bottom: 80px;
}

section.n-single-job {
  padding-bottom: 80px;
}

/*section.wpb-content-wrapper {
    padding: 0;
}*/
/*.elementor-section{
    padding:40px 0;
}*/
.nopadding {
  padding: 0;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.pt0 {
  padding-top: 0 !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.jqte ul,
.jqte ol {
  padding-left: 40px;
}

.jqte_editor div,
.jqte_editor p {
  font-family: "Quicksand", sans-serif;
}

span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.mega-menu {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu-list-items.desktopTopFixed {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
  margin: 0;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.n-extra-btn-section {
  text-align: center;
  margin-top: 50px;
  position: relative;
  width: 100%;
  float: left;
}

.n-extra-btn-section .btn-mid {
  padding: 10px 30px;
}

.n-extra-btn-section .btn-mid.btn-clear {
  background: transparent;
  color: #fb236a;
}

.n-extra-btn-section .btn-mid.btn-clear:hover {
  color: #fff;
  background-color: #fb236a;
  border-color: #fb236a;
}

.vc_column_container > .vc_column-inner {
  padding: 0 !important;
}

.vc_row {
  margin: 0 !important;
}

.form-group .jqte {
  border: 1px solid #e1e1e1;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
}

.form-group .jqte:focus {
  box-shadow: none;
}

.form-group .jqte_editor,
.form-group .jqte_source {
  max-height: 350px;
}

.leaflet-control-search .search-input {
  min-width: 200px;
}

/* ---- SPINNER CSS ---- */

#spinner {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.spinner-img {
  height: 100%;
  left: 0;
  position: fixed;
  top: 35%;
  width: 100%;
}

/*MIAN HERE SCROLLER ARROW*/
.scroll-to {
  text-align: center;
  width: 130px;
  height: 130px;
  border: 2px solid #ffffff;
  z-index: 9;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  bottom: -60px;
  border-radius: 50%;
  left: 50%;
  margin-left: -65px;
}

.scroll-to a {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  line-height: 65px;
  font-size: 30px;
}

/*CLICK TO TOP BUTTOM*/
.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: none;
  background-color: #fb236a;
  padding: 5px;
  box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.05);
  opacity: 0.5;
  border-radius: 3px;
  z-index: 999;
}

.scrollup:hover {
  opacity: 1;
}

.scrollup i {
  color: #fff;
  display: block;
  line-height: 38px;
  text-align: center;
  border: 1px solid #fff;
}

/*DEFAULT SELECT STYLE*/
.select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid #eee;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 45px;
  padding-left: 12px;
  color: #999;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
  right: 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  margin-right: 20px;
  display: none;
}

.select2-container--default .select2-selection--multiple {
  border-color: #e1e1e1;
  border-radius: 0;
  height: auto;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  position: absolute;
  right: 10px;
  margin: 0;
  line-height: 45px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #e1e1e1;
  height: auto;
}

.n-jobpost .select2-container--default .select2-selection--multiple {
  height: 50px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  height: 45px;
  margin: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0 12px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
    border-color: #5fb8de;
    background-color: #97d3f3;
    padding: 5px 10px;
    margin-right: 10px;
    margin-top: 8px;
    border-radius: 0;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #fb236a;
  color: #fff;
}

/*THEME BUTTONS*/
.btn {
  padding: 13px 30px;
  box-shadow: none;
}

.n-btn-rounded {
  color: #fff;
  border-radius: 20px;
  background-color: #fb236a;
  border-color: #fb236a;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 30px;
}

.n-btn-rounded.btn-mid {
  padding: 10px 30px;
}

.n-btn-rounded:hover,
.n-btn-rounded:focus,
.n-btn-rounded:active,
.n-btn-rounded.active,
.open .dropdown-toggle.n-btn-rounded {
  color: #242424;
}

.n-btn-rounded.disabled,
.n-btn-rounded[disabled],
fieldset[disabled] .n-btn-rounded,
.n-btn-rounded.disabled:hover,
.n-btn-rounded[disabled]:hover,
fieldset[disabled] .n-btn-rounded:hover,
.n-btn-rounded.disabled:focus,
.n-btn-rounded[disabled]:focus,
fieldset[disabled] .n-btn-rounded:focus,
.n-btn-rounded.disabled:active,
.n-btn-rounded[disabled]:active,
fieldset[disabled] .n-btn-rounded:active,
.n-btn-rounded.disabled.active,
.n-btn-rounded[disabled].active,
fieldset[disabled] .n-btn-rounded.active {
  color: #fff;
  background-color: #242424;
  border-color: #242424;
}

/*DEFAULT BUTTON FLAT*/

.n-btn-flat {
  color: #fff;
  background-color: #fb236a;
  border-color: #fb236a;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.n-btn-flat:hover,
.n-btn-flat.focus,
.n-btn-flat:focus {
  color: #fff;
}

.n-btn-flat.btn-mid {
  padding: 13px 30px;
}

.step-four-btn {
  margin-top: 45px;
}

.sb_signup_btns {
  margin-top: 45px;
}

.n-btn-flat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transform: scale(0, 0);
  z-index: -1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.n-btn-flat:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transform: scale(1, 1);
}

.n-btn-custom {
  border-radius: 4px;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  background-color: #233d7b;
  border: 1px solid #233d7b;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.n-btn-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  opacity: 0;
  transform: scale(0, 0);
  z-index: -1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.n-btn-custom:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transform: scale(1, 1);
}

.n-btn-custom:hover,
.n-btn-custom:hover,
.n-btn-custom:focus,
.n-btn-custom:focus {
  background-color: #233d7b;
  border: 1px solid #233d7b;
  color: #fff;
}

.n-btn-custom i {
  margin-right: 10px;
}

/*BTN CUSTOM 2*/

.n-btn-custom-two {
  color: #fff;
  background-color: #233d7b;
  border-color: #233d7b;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.n-btn-custom-two:hover,
.n-btn-custom-two.focus,
.n-btn-custom-two:focus {
  color: #fff;
}

.n-btn-custom-two.btn-mid {
  padding: 13px 30px;
}

.n-btn-custom-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transform: scale(0, 0);
  z-index: -1;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.n-btn-custom-two:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transform: scale(1, 1);
}

.n-btn-custom-two i {
  margin-right: 10px;
}

.section-bg-style {
  background: url(../images/style.png);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  right: auto;
  background-position: top 50px right;
  background-repeat: no-repeat;
}

.section-bg-style-2 {
  background: url(../images/style-left.png);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  right: auto;
  background-position: top 50px left;
  background-repeat: no-repeat;
}

/*HEADER BREADCRUMB*/
.mega-menu.n-header-trabsparent.as-breadcrumb {
  padding: 0;
  background: url(../images/slider-image.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  border: none;
}

/*.mega-menu.n-header-trabsparent.as-breadcrumb:before {
        background: rgba(0, 0, 0, 0.85);
        background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
        background: linear-gradient(to right, rgba(0, 40, 70, 0.9), rgba(0, 0, 0, 0.9));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}*/

/*HEADING MAIN*/

.heading-title {
  float: left;
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
}

.heading-title h2 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding-bottom: 6px;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  color: #243658;
  font-family: Poppins,sans-serif;
}

.heading-title h2::after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 70px;
  background-color: #fb236a;
}
.heading-title h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 66px;
  margin: 20px 0;
  color: #243658;
  font-family: Poppins,sans-serif;
}

.heading-title p {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  font-size: 34px;
  line-height: 36px;
  color: #243658;
}

.heading-title.white h2,
.heading-title.white p {
  color: #fff;
}

.heading-title.left {
  text-align: left;
  margin-bottom: 90px;
}

.heading-title.left h2 {
  font-size: 26px;
  padding-bottom: 0;
  line-height: 30px;
}

.heading-title.left h2::after {
  right: auto;
  bottom: -30px;
}

.heading-title.left .view-more {
  position: relative;
  overflow: hidden;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 2px solid #fb236a;
}

.heading-title.left .view-more a {
  font-size: 12px;
  padding: 4px 15px;
  top: -8px;
}

/*HEADER TRANSPARENT*/
.mega-menu .menu-button {
  float: right;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.mega-menu .menu-button li {
  float: left;
}

.mega-menu .menu-button li a.n-btn-flat:hover,
.mega-menu .menu-button li a.n-btn-flat:hover i {
  color: #fff;
}

.mega-menu .menu-button li.profile-pic a {
  margin: 0 15px;
}

.mega-menu .menu-button li.profile-pic {
  line-height: 48px;
}

.mega-menu .menu-button li.profile-pic a i.fa-angle-down {
  margin-left: 5px;
}

.mega-menu .menu-button li.profile-pic a img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.mega-menu .menu-button li.profile-pic ul {
  padding: 15px 0;
  border: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.176);
  border-radius: 4px;
  left: auto;
  right: 15px;
  min-width: 220px;
  border-top: 3px solid #e85222;
  top: 56px;
}

.mega-menu .menu-button li.profile-pic ul:before {
  content: "";
  position: absolute;
  top: -21px;
  right: 13px;
  background-color: transparent;
  border-width: 10px 5px;
  border-style: solid;
  border-color: transparent transparent #e85222 transparent;
}

.mega-menu .menu-button li.profile-pic ul li {
  width: 100%;
}

.mega-menu .menu-button li.profile-pic ul li a {
  margin: 0;
  padding: 5px 12px;
  font-size: 14px;
  display: inline-block;
  float: left;
  width: 100%;
  color: #243658;
  transition: color 200ms ease;
  text-transform: capitalize;
  font-weight: 500;
}

.mega-menu .menu-button li.profile-pic ul li a:hover {
  color: #fb236a;
  background-color: transparent;
}

.mega-menu .menu-button li.profile-pic ul li a img {
  height: 20px;
  margin-right: 5px;
  filter: invert(80%) sepia(51%) saturate(503%) hue-rotate(179deg)
    brightness(91%) contrast(104%);
  width: 18px;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  object-fit: scale-down;
}
.mega-menu .menu-button li.profile-pic ul li a:hover img {
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg)
    brightness(93%) contrast(94%);
}

.mega-menu.n-header-trabsparent {
  position: absolute;
  top: 0;
  background-color: transparent;
  border-bottom: 1px solid;
  border-color: rgba(204, 204, 204, 0.3);
}

.n-header-trabsparent.mega-menu
  .menu-list-items
  .menu-links
  .drop-down-multilevel {
  top: 85px;
}

.mega-menu.n-header-trabsparent .menu-button a.n-btn-flat {
  background-color: #fb236a;
  color: #fff;
}

.mega-menu.n-admin-header .menu-button a.n-btn-flat {
  background-color: #fb236a;
  color: #fff;
}

.mega-menu.n-header-trabsparent > section.menu-list-items {
  background-color: transparent;
}

.mega-menu .menu-button li a.n-btn-rounded {
  margin-top: 3px;
}

.mega-menu .menu-button li a.n-btn-rounded i {
  font-weight: 400;
  margin-right: 5px;
}

.mega-menu .menu-button li a.n-btn-rounded:hover {
  color: #242424;
}

.mega-menu .menu-button li a i {
  margin-right: 5px;
}

.n-login-header {
  line-height: 48px;
  margin-right: 15px;
}

.mega-menu.n-header-trabsparent .menu-button .n-login-header {
  color: #fff;
  line-height: 48px;
}

.mega-menu.n-header-trabsparent .menu-links > li > a {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mega-menu.n-header-trabsparent.n-new-change-header .menu-links > li > a {
  color: #000;
}
.mega-menu .menu-button .n-login-header.notify-me {
  display: inline-block;
  position: relative;
}
.mega-menu .menu-button .n-login-header.notify-me .iconify img {
  width: 24px;
  margin-right: 0;
  filter: invert(22%) sepia(60%) saturate(0%) hue-rotate(167deg) brightness(100%) contrast(100%);
}
.mega-menu .menu-button .n-login-header.notify-me .iconify img.active-notify {
  width: 44px;
}
.mega-menu .menu-button .n-login-header.notify-me .active {
  position: absolute;
  top: 7px;
  right: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e85222;
}
.mega-menu .menu-button .n-login-header.notify-me .active:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  opacity: 0.2;
  box-shadow: 0px 0px 0px 3px #e85222;
  animation: jb-ripple 1s ease-in-out infinite;
}
.n-search-main .search-page-title{
  font-weight: bold;
  text-align: center;
}

/* Loader */
.cp-loader {
    display: none;
    position: fixed;
    z-index: 9999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.cp-loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.cp-loader:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgb(0 0 0 / 75%) 1.5em 0 0 0, rgb(0 0 0 / 75%) 1.1em 1.1em 0 0, rgb(0 0 0 / 75%) 0 1.5em 0 0, rgb(0 0 0 / 75%) -1.1em 1.1em 0 0, rgb(0 0 0 / 50%) -1.5em 0 0 0, rgb(0 0 0 / 50%) -1.1em -1.1em 0 0, rgb(0 0 0 / 75%) 0 -1.5em 0 0, rgb(0 0 0 / 75%) 1.1em -1.1em 0 0;
    box-shadow: rgb(0 0 0 / 75%) 1.5em 0 0 0, rgb(0 0 0 / 75%) 1.1em 1.1em 0 0, rgb(0 0 0 / 75%) 0 1.5em 0 0, rgb(0 0 0 / 75%) -1.1em 1.1em 0 0, rgb(0 0 0 / 75%) -1.5em 0 0 0, rgb(0 0 0 / 75%) -1.1em -1.1em 0 0, rgb(0 0 0 / 75%) 0 -1.5em 0 0, rgb(0 0 0 / 75%) 1.1em -1.1em 0 0;
}
.cp-loader:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
/* Candidate edit button */
.n-candidate-info .n-cand-edit-profile li {
  position: absolute;
  bottom: 20px;
  right: 0;
  background-color: transparent;
  color: #fff;
  width: 26px;
  list-style: none;
  height: 22px;
  object-fit: scale-down;
  filter: invert(60%) sepia(70%) saturate(1568%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.n-candidate-info .n-cand-edit-profile li a img {
  width: 25px;
}
.n-candidate-detail .resume-3-box .tool-tip {
  position: absolute;
  top: -24px;
  right: 0;
  background-color: transparent;
  color: #fff;
  width: 18px;
  list-style: none;
  height: 22px;
  object-fit: scale-down;
  /* filter: invert(60%) sepia(70%) saturate(1568%) hue-rotate(347deg) brightness(93%) contrast(94%); */
  filter: invert(100%) sepia(18%) saturate(1524%) hue-rotate(180deg) brightness(103%) contrast(96%);
}
.footer_block .footer-address {
  color: #57b4dc;
  transition: 0.3s ease-in-out;
}
.footer_block .footer-address {
  width: 196px;
}
.footer-address-box {
  margin-right: 30px;
}
.cand-title-box h4 {
  margin-top: 100px !important;
  color:#243658 !important;
}
/*.n-candidate-pref .timeline-box h4 {
  margin-left: 28px;
}*/

/* / Animation / */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes jb-ripple {
  0% {
    box-shadow: 0px 0px 0px 0px #e85222;
  }
  100% {
    box-shadow: 0px 0px 0px 3px #e85222;
  }
}

/*TOPBAR*/
.top-bar {
  background-color: #242424;
}

.top-bar ul.header-social {
  display: block;
  height: 40px;
}

.top-bar ul.header-social > li {
  display: inline-block;
  height: 40px;
  margin-right: 1px;
  text-align: center;
}

.top-bar ul.header-social > li > a {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin-left: 5.5px;
  margin-right: 5.5px;
  position: relative;
  transition: background-color 0.4s ease-in-out 0s;
  width: 30px;
}

.top-bar ul.header-social > li > a::before,
ul.header-social > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transition: border-color 0.4s ease-in-out 0s;
}

.top-bar ul.header-social > li > a::before {
  border-color: transparent rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2)
    transparent;
  border-style: solid;
  border-width: 20px 5px;
  right: 100%;
}

.top-bar ul.header-social > li > a::after {
  border-color: rgba(255, 255, 255, 0.2) transparent transparent
    rgba(255, 255, 255, 0.2);
  border-style: solid;
  border-width: 20px 5px;
  left: 100%;
}

.top-bar ul.header-social > li > a.social-twitter:hover {
  background-color: #1bb6ec;
}

.top-bar ul.header-social > li > a.social-twitter:hover::before {
  border-bottom: 20px solid #1bb6ec;
  border-right: 5px solid #1bb6ec;
  right: 100%;
}

.top-bar ul.header-social > li > a.social-twitter:hover::after {
  border-left: 5px solid #1bb6ec;
  border-top: 20px solid #1bb6ec;
  left: 100%;
}

.top-bar ul.header-social > li > a.social-facebook:hover {
  background-color: #3c599b;
}

.top-bar ul.header-social > li > a.social-facebook:hover::before {
  border-bottom: 20px solid #3c599b;
  border-right: 5px solid #3c599b;
  right: 100%;
}

.top-bar ul.header-social > li > a.social-facebook:hover::after {
  border-left: 5px solid #3c599b;
  border-top: 20px solid #3c599b;
  left: 100%;
}

.top-bar ul.header-social > li > a.social-facebook-square:hover {
  background-color: #3c599b;
}

.top-bar ul.header-social > li > a.social-facebook-square:hover::before {
  border-bottom: 20px solid #3c599b;
  border-right: 5px solid #3c599b;
  right: 100%;
}

.top-bar ul.header-social > li > a.social-facebook-square:hover::after {
  border-left: 5px solid #3c599b;
  border-top: 20px solid #3c599b;
  left: 100%;
}

.top-bar ul.header-social > li > a.social-google-plus:hover {
  background-color: #d94e37;
}

.top-bar ul.header-social > li > a.social-google-plus:hover::before {
  border-bottom: 20px solid #d94e37;
  border-right: 5px solid #d94e37;
  right: 100%;
}

.top-bar ul.header-social > li > a.social-google-plus:hover::after {
  border-left: 5px solid #d94e37;
  border-top: 20px solid #d94e37;
  left: 100%;
}

.top-bar ul.header-social > li > a.social-dribbble:hover {
  background-color: #e04c86;
}

.top-bar ul.header-social > li > a.social-dribbble:hover::before {
  border-bottom: 20px solid #e04c86;
  border-right: 5px solid #e04c86;
  right: 100%;
}

.top-bar ul.header-social > li > a.social-dribbble:hover::after {
  border-left: 5px solid #e04c86;
  border-top: 20px solid #e04c86;
  left: 100%;
}

.top-bar ul.header-social > li > a.social-rss:hover {
  background-color: #ff9600;
}

.top-bar ul.header-social > li > a.social-rss:hover::before {
  border-bottom: 20px solid #ff9600;
  border-right: 5px solid #ff9600;
  right: 100%;
}

.top-bar ul.header-social > li > a.social-rss:hover::after {
  border-left: 5px solid #ff9600;
  border-top: 20px solid #ff9600;
  left: 100%;
}

.top-bar ul.header-social > li > a.social-youtube:hover {
  background-color: #c4302b;
}

.top-bar ul.header-social > li > a.social-youtube:hover::before {
  border-bottom: 20px solid #c4302b;
  border-right: 5px solid #c4302b;
  right: 100%;
}

.top-bar ul.header-social > li > a.social-youtube:hover::after {
  border-left: 5px solid #c4302b;
  border-top: 20px solid #c4302b;
  left: 100%;
}

.top-bar ul.header-social > li > a.social-vimeo-square:hover {
  background-color: #4ebbff;
}

.top-bar ul.header-social > li > a.social-vimeo-square:hover::before {
  border-bottom: 20px solid #4ebbff;
  border-right: 5px solid #4ebbff;
  right: 100%;
}

.top-bar ul.header-social > li > a.social-vimeo-square:hover::after {
  border-left: 5px solid #4ebbff;
  border-top: 20px solid #4ebbff;
  left: 100%;
}

.top-bar ul.header-social > li > a.social-pinterest:hover {
  background-color: #c92228;
}

.top-bar ul.header-social > li > a.social-pinterest:hover::before {
  border-bottom: 20px solid #c92228;
  border-right: 5px solid #c92228;
  right: 100%;
}

.top-bar ul.header-social > li > a.social-pinterest:hover::after {
  border-left: 5px solid #c92228;
  border-top: 20px solid #c92228;
  left: 100%;
}

.top-bar ul.header-social > li > a.social-linkedin:hover {
  background-color: #0077b5;
}

.top-bar ul.header-social > li > a.social-linkedin:hover::before {
  border-bottom: 20px solid #0077b5;
  border-right: 5px solid #0077b5;
  right: 100%;
}

.top-bar ul.header-social > li > a.social-linkedin:hover::after {
  border-left: 5px solid #0077b5;
  border-top: 20px solid #0077b5;
  left: 100%;
}

.top-bar ul.header-social > li > a.social-linkedin-square:hover {
  background-color: #0077b5;
}

.top-bar ul.header-social > li > a.social-linkedin-square:hover::before {
  border-bottom: 20px solid #0077b5;
  border-right: 5px solid #0077b5;
  right: 100%;
}

.top-bar ul.header-social > li > a.social-linkedin-square:hover::after {
  border-left: 5px solid #0077b5;
  border-top: 20px solid #0077b5;
  left: 100%;
}

.top-bar ul.header-social > li > a.social-skype:hover {
  background-color: #1db1ee;
}

.top-bar ul.header-social > li > a.social-skype:hover::before {
  border-bottom: 20px solid #1db1ee;
  border-right: 5px solid #1db1ee;
  right: 100%;
}

.top-bar ul.header-social > li > a.social-skype:hover::after {
  border-left: 5px solid #1db1ee;
  border-top: 20px solid #1db1ee;
  left: 100%;
}

.top-bar ul.header-social > li > a.social-apple:hover {
  background-color: #000000;
}

.top-bar ul.header-social > li > a.social-apple:hover::before {
  border-bottom: 20px solid #000000;
  border-right: 5px solid #000000;
  right: 100%;
}

.top-bar ul.header-social > li > a.social-apple:hover::after {
  border-left: 5px solid #000000;
  border-top: 20px solid #000000;
  left: 100%;
}

.top-bar ul.header-social > li > a.social-instagram:hover {
  background-color: #3f729b;
}

.top-bar ul.header-social > li > a.social-instagram:hover::before {
  border-bottom: 20px solid #3f729b;
  border-right: 5px solid #3f729b;
  right: 100%;
}

.top-bar ul.header-social > li > a.social-instagram:hover::after {
  border-left: 5px solid #3f729b;
  border-top: 20px solid #3f729b;
  left: 100%;
}

.top-bar ul.header-social > li > a.social-tumblr:hover {
  background-color: #32506d;
}

.top-bar ul.header-social > li > a.social-tumblr:hover::before {
  border-bottom: 20px solid #32506d;
  border-right: 5px solid #32506d;
  right: 100%;
}

.top-bar ul.header-social > li > a.social-tumblr:hover::after {
  border-left: 5px solid #32506d;
  border-top: 20px solid #32506d;
  left: 100%;
}

.top-bar ul.header-social > li > a.social-behance:hover {
  background-color: #1769ff;
}

.top-bar ul.header-social > li > a.social-behance:hover::before {
  border-bottom: 20px solid #1769ff;
  border-right: 5px solid #1769ff;
  right: 100%;
}

.top-bar ul.header-social > li > a.social-behance:hover::after {
  border-left: 5px solid #1769ff;
  border-top: 20px solid #1769ff;
  left: 100%;
}

.top-bar .header-info {
  float: right;
  position: relative;
  overflow: hidden;
}

.top-bar .header-info a {
  float: left;
  text-align: right;
  color: #fff;
  margin-left: 30px;
  font-size: 14px;
  line-height: 40px;
}

.top-bar .header-info a i {
  margin-right: 5px;
}

.transparent-header-1 .n-header-trabsparent.desktopTopFixed .menu-list-items {
  background-color: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.mega-menu.n-header-trabsparent.desktopTopFixed .menu-links > li > a,
.mega-menu.n-header-trabsparent.desktopTopFixed .menu-button .n-login-header {
  color: #242424;
}

.mega-menu.desktopTopFixed > section.menu-list-items {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

/*HERO SECTIO 1*/

.n-hero-section {
  padding: 0;
  background: url(../images/slider-image.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 720px;
  position: relative;
  overflow: hidden;
}

.n-hero-section:before {
  background: rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(
    to right,
    rgba(0, 40, 70, 0.6),
    rgba(0, 0, 0, 0.6)
  );
  background: linear-gradient(
    to right,
    rgba(0, 40, 70, 0.6),
    rgba(0, 0, 0, 0.6)
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.n-hero-section .n-hero-box {
  text-align: center;
  padding: 180px 0;
}

.n-hero-section .n-hero-box .n-hero-main-text {
  color: #fff;
  margin-bottom: 60px;
}

.n-hero-section .n-hero-box .n-hero-main-text h1 {
  color: #fff;
  font-size: 46px;
  margin-bottom: 0;
  font-weight: 500;
}

.n-hero-section .n-hero-box .n-hero-main-text p {
  color: #fff;
  font-size: 18px;
}

.n-hero-section .n-hero-box .n-most-cat {
  float: left;
  margin-bottom: 15px;
}

.n-hero-section .n-hero-box .n-most-cat .n-most-cat-title {
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
  color: #fff;
}

.n-hero-section .n-hero-box .n-most-cat .n-most-cat-list a {
  font-style: italic;
  color: #fff;
  margin-right: 10px;
  text-decoration: underline;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease;
}

.n-hero-section .n-hero-box .n-most-cat .n-most-cat-list a:hover {
  color: #fb236a;
}

.n-hero-section .n-hero-box .n-saech-form {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.n-hero-section .n-hero-box .n-saech-form input,
.n-hero-section .n-hero-box .n-saech-form input:focus {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  height: 55px;
}

.n-hero-section .n-hero-box .n-saech-form input.form-control::-moz-placeholder {
  color: #fff;
}

.n-hero-section
  .n-hero-box
  .n-saech-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 50px;
  text-align: left;
  color: #fff;
}

.n-hero-section
  .n-hero-box
  .n-saech-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px;
}

.n-hero-section
  .n-hero-box
  .n-saech-form
  .select2-container--default
  .select2-selection--single {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  height: 55px;
  border-left: none;
}

.n-hero-section
  .n-hero-box
  .n-saech-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent;
}

.n-hero-section .n-hero-box .n-saech-form .btn {
  width: 100%;
  height: 55px;
  border-radius: 0;
}

.n-hero-section .n-hero-box .n-saech-form .n-btn-flat:hover,
.n-hero-section .n-hero-box .n-saech-form .n-btn-flat:focus {
  background: #fb236a;
  background: -webkit-linear-gradient(to right, #fb236a, #fb236a);
  background: linear-gradient(to right, #fb236a, #fb236a);
  color: #242424;
}

.n-hero-section .n-hero-box .n-saech-form .btn i {
  margin-left: 5px;
}

.n-hero-section
  .n-hero-box
  .n-saech-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #fff;
}

.n-hero-cat-section {
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.main-hero-cat {
  text-align: center;
}

.n-hero-cat-section a {
  color: #fff;
}

.n-hero-cat-section .n-hero-cat-heading {
  position: relative;
  overflow: hidden;
}

.n-hero-cat-section .n-hero-cat-heading h4 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
}

.n-hero-cat-section .n-hero-cat-heading h4:before {
  background-color: #fb236a;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 50px;
  top: 30px;
}

.n-hero-cat-section .n-category-box {
  position: relative;
  overflow: hidden;
}

.n-hero-cat-section .n-category-box .n-cats {
  position: relative;
  overflow: hidden;
}

.n-hero-cat-section .n-category-box .n-cats h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.n-hero-cat-section .n-category-box .n-cats p {
  margin-bottom: 0;
  color: #fff;
}

.n-hero-cat-section .n-category-box .owl-carousel .owl-nav,
.n-hero-cat-section .n-category-box .owl-carousel .owl-nav {
  position: absolute;
  top: 25%;
  background-color: transparent;
  color: #fff;
  width: 100%;
  margin-top: 0;
}

.n-hero-cat-section
  .n-category-box
  .owl-carousel
  .owl-nav
  button.owl-prev:hover,
.n-hero-cat-section
  .n-category-box
  .owl-carousel
  .owl-nav
  button.owl-next:hover {
  background: none;
}

.n-hero-cat-section .n-category-box .owl-carousel .owl-nav button.owl-prev {
  float: left;
}

.n-hero-cat-section .n-category-box .owl-carousel .owl-nav button.owl-next {
  float: right;
}

/*MAIN HERO 2*/
.n-hero-section-two {
  padding: 0;
  background: url(../images/slider-2-image.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 770px;
  position: relative;
}

.n-hero-section-two:before {
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-linear-gradient(
    to right,
    rgba(0, 40, 70, 0.9),
    rgba(0, 0, 0, 0.9)
  );
  background: linear-gradient(
    to right,
    rgba(0, 40, 70, 0.9),
    rgba(0, 0, 0, 0.9)
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.n-hero-section-two .n-hero-two-box {
  padding-top: 270px;
}

.n-hero-section-two .n-hero-two-box h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

.n-hero-section-two .n-hero-two-box p {
  color: #fff;
  font-size: 18px;
}

.n-hero-section-two .n-hero-two-form-cat {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form {
  background-color: rgba(16, 16, 36, 0.7);
  position: relative;
  overflow: hidden;
  padding: 20px 5px;
  margin-bottom: 20px;
}

.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group {
  margin-bottom: 0;
}

.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group label {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group label i {
  font-size: 16px;
}

.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group input,
.n-hero-section-two
  .n-hero-two-form-cat
  .n-saech-two-form
  .form-group
  input:focus {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  height: 50px;
}

.n-hero-section-two
  .n-hero-two-form-cat
  .n-saech-two-form
  .form-group
  input.form-control::-moz-placeholder {
  color: #fff;
}

.n-hero-section-two .n-saech-two-form input.form-control:active {
  color: #fff;
}

.n-hero-section-two .select2-container .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}

.n-hero-section-two
  .select2-container--default
  .select2-selection__placeholder {
  color: #fff;
}

.n-hero-section-two .select2-container--default .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

.n-hero-section-two .select2-container--default .select2-selection__rendered {
  line-height: 50px;
  color: #fff;
}

.n-hero-section-two .select2-container--default .select2-selection__arrow {
  height: 50px;
}

.n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .btn {
  margin-top: 35px;
  padding: 14px;
  width: 100%;
}

.n-hero-section-two .n-hero-two-form-cat .n-most-two-cat {
  float: left;
  margin-bottom: 15px;
}

.n-hero-section-two .n-hero-two-form-cat .n-most-two-cat .n-most-cat-title {
  font-size: 16px;
  font-weight: 600;
  margin-right: 20px;
  color: #fff;
}

.n-hero-section-two .n-hero-two-form-cat .n-most-two-cat .n-most-cat-list a {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  text-decoration: underline;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease;
}

.n-hero-section-two
  .n-hero-two-form-cat
  .n-most-two-cat
  .n-most-cat-list
  a:hover {
  color: #fb236a;
}

.n-hero-section-two .move-down {
  text-align: center;
  position: relative;
}

.n-hero-section-two .move-down i {
  color: #242424;
  font-size: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  font-weight: 500;
  bottom: -240px;
  left: 45%;
  box-shadow: 0px -5px 10px 3px rgba(255, 255, 255, 0.4);
  z-index: 9;
}

/*N-HERO SECTION REBUILD*/

.n-hero-section-two.rebuild::before {
  background: none;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.n-hero-section-two.rebuild {
  background: url(../images/bg/4.png);
}

.n-hero-section-two.rebuild .n-hero-two-box p {
  margin-bottom: 15px;
  font-size: 22px;
}

.n-hero-section-two.rebuild .n-hero-two-box h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.n-hero-section-two.rebuild
  .n-hero-two-form-cat
  .n-saech-two-form
  .form-group
  label {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.n-hero-section-two.rebuild
  .n-hero-two-form-cat
  .n-saech-two-form
  .form-group
  input.form-control::placeholder {
  color: #999;
}

.n-hero-section-two.rebuild
  .n-hero-two-form-cat
  .n-saech-two-form
  .form-group
  input.form-control:focus,
.n-hero-section-two.rebuild
  .n-hero-two-form-cat
  .n-saech-two-form
  .form-group
  input.form-control {
  color: #999;
}

.n-hero-section-two.rebuild
  .n-hero-two-form-cat
  .n-saech-two-form
  .form-group
  input,
.n-hero-section-two
  .n-hero-two-form-cat
  .n-saech-two-form
  .form-group
  input:focus {
  background-color: transparent;
  border: 1px solid #ddd;
  height: 50px;
  border-radius: 4px;
}

.n-hero-section-two.rebuild .n-hero-two-box {
  padding-top: 250px;
}

.n-hero-section-two.rebuild
  .n-hero-two-form-cat
  .n-saech-two-form
  .form-group
  label {
  color: #242424;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.n-hero-section-two.rebuild .n-hero-two-box .n-hero-two-main-text {
  text-align: center;
}

.n-hero-section-two.rebuild
  .n-hero-two-form-cat
  .n-saech-two-form
  .form-group
  label
  i {
  font-size: 14px;
  color: #fb236a;
  margin-right: 5px;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-most-two-cat {
  text-align: center;
  float: none;
}

.n-hero-section-two.rebuild
  .n-hero-two-form-cat
  .n-most-two-cat
  .n-most-cat-list
  a:hover {
  color: #fff;
}

.n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .btn {
  margin-top: 31px;
  padding: 14px;
  width: 100%;
}

.n-hero-section-two.rebuild .move-down i {
  color: #242424;
  font-size: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  font-weight: 500;
  bottom: -200px;
  left: 45%;
  box-shadow: 0px -5px 10px 3px rgba(255, 255, 255, 0.4);
  z-index: 9;
}

.n-hero-section-two.rebuild .select2-container .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ccc;
  border-radius: 0;
}

.n-hero-section-two.rebuild
  .select2-container--default
  .select2-selection__placeholder {
  color: #999;
}

.n-hero-section-two.rebuild
  .select2-container--default
  .select2-selection__arrow
  b {
  border-color: #999 transparent transparent transparent;
  border: 1px solid #ddd;
}

.n-hero-section-two.rebuild
  .select2-container--default
  .select2-selection__rendered {
  line-height: 50px;
  color: #999;
}

.n-hero-section-two.rebuild
  .select2-container--default
  .select2-selection__arrow {
  height: 50px;
}

/*FEATURED JOBS*/

.n-featured-jobs {
  position: relative;
}

.n-featured-jobs .n-featured-job-boxes {
  position: relative;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single:last-child {
  margin-bottom: 0;
}

.n-featured-jobs
  .n-featured-job-boxes
  .n-featured-job-boxes
  .n-job-single:last-child {
  margin-bottom: 30px;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
  float: left;
  padding: 10px;
  width: 8%;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
  position: relative;
  overflow: hidden;
  float: left;
  padding: 20px;
  border-left: 1px solid #b51c0e;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  width: 92%;
  background-color: #fff;
}

.n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul {
  position: relative;
}

.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail
  ul
  li.n-job-title-box {
  width: 45%;
  float: left;
}

.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail
  ul
  li.n-job-title-box
  h4 {
  margin: 0;
  color: #242424;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail
  ul
  li.n-job-title-box
  p {
  margin-bottom: 0;
  color: #777;
  font-size: 14px;
}

.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail
  ul
  li.n-job-title-box
  p
  i {
  color: #fb236a;
}

.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail
  ul
  li.n-job-title-box
  p
  a {
  color: #fb236a;
}

.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail
  ul
  li.n-job-title-box
  p
  span {
  margin-right: 10px;
}

.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail
  ul
  li.n-job-short {
  float: left;
  width: 32%;
}

.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail
  ul
  li.n-job-short
  span {
  display: block;
  color: #777;
  margin-top: 10px;
}

.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail
  ul
  li.n-job-short
  span:last-child {
  margin-top: 10px;
}

.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail
  ul
  li.n-job-short
  strong {
  color: #242424;
  margin-right: 10px;
  font-weight: 500;
}

.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail
  ul
  li.n-job-btns {
  width: 23%;
  text-align: right;
  margin-top: 8px;
}

.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail
  ul
  li.n-job-btns
  .n-btn-rounded {
  background-color: transparent;
  color: #fb236a;
  border-color: #fb236a;
  padding: 10px 20px;
}

.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single:hover
  li.n-job-btns
  span.n-btn-rounded {
  color: #fff;
  background-color: #fb236a;
  border-color: #fb236a;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail
  ul
  li.n-job-btns
  .n-job-saved {
  margin-left: 20px;
}

.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail
  ul
  li.n-job-btns
  .n-job-saved
  i {
  vertical-align: middle;
  font-size: 16px;
}

.n-single-job.n-detail-transparent {
  padding-top: 30px;
}

.n-single-job.n-detail-transparent .n-single-detail {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-single-job.n-detail-transparent .n-skills {
  padding: 30px;
  margin-bottom: 30px;
  border: none;
  background-color: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-single-job.n-detail-transparent .n-skills h5 {
  display: block;
  float: none;
  margin-bottom: 20px;
}

.n-single-job.n-detail-transparent .n-skills .n-skills-tags a {
  background-color: #f1f1f1;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.n-single-job.n-detail-transparent .dingle-job-company-meta {
  background-color: #fff;
}

.n-single-job.n-detail-transparent .n-single-job-company {
  border: none;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-related-jobs
  .n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-img {
  width: 11%;
}

.n-related-jobs
  .n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail {
  width: 89%;
}

/*CAL TO ACTION*/

.n-call-to-action {
  background-size: auto auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.n-call-to-action::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}

.n-call-to-action .buisness-inner-section {
  position: absolute;
  top: 30px;
}

.n-call-to-action .heading-title {
  margin-bottom: 0;
}

.n-call-to-action .heading-title.black h2 {
  padding-bottom: 0;
  color: #fff;
  font-size: 40px;
  margin-bottom: 10px;
}

.n-call-to-action .heading-title.black p {
  margin-top: 0;
  color: #fff;
  width: 60%;
}

.n-call-to-action .heading-title.black h2::after {
  content: "";
  background: none;
}

.n-call-to-action .n-extra-btn-section .btn-mid.btn-clear {
  color: #fff;
  margin-right: 20px;
  border-color: #fff;
}

.n-call-to-action .n-extra-btn-section .btn-mid.btn-clear:hover {
  border-color: #fb236a;
}

.n-call-to-action-two .img-side-fluid {
  background: url(../images/calltoaction-two-bg.png);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  overflow: hidden;
}

.n-call-to-action-two .n-call-to-action-text {
  max-width: 70%;
}

.n-call-to-action .n-extra-btn-section {
  margin-top: 30px;
}

/*HOW IT WORKS STYLE 2*/

.how-it-works.style-2 .heading-title {
  margin-bottom: 20px;
}

.how-it-works.style-2 .h-i-w-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 10px 0;
  width: 100%;
  float: left;
}

.how-it-works.style-2 .h-i-w-content-box {
  background-color: rgba(251, 251, 251, 0.9);
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.how-it-works.style-2 .work-points .h-i-w-content-box h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #242424;
  font-weight: 500;
}

.how-it-works.style-2 .work-points .h-i-w-content-box p {
  margin-bottom: 0;
  font-size: 16px;
  color: #777;
  line-height: 24px;
}

.how-it-works.style-2 .work-points .h-i-w-content-box i {
  color: #fb236a;
}

.how-it-works.style-2 .Heading-title {
  margin-bottom: 30px;
}

.how-it-works .work-points .h-i-w-content-box img.main-img {
  width: 60px;
  margin: 0 auto;
  display: block;
}

.n-call-to-box {
  position: relative;
  overflow: hidden;
}

.n-call-to-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 45px;
  margin-bottom: 20px;
}

.n-call-to-box p {
  font-size: 16px;
  margin-bottom: 30px;
}

.n-call-to-box .n-extra-btn-section {
  margin: 0;
  text-align: left;
}

/*PRICING PLANS*/
.n-pricing-plan.whilte-bg {
  background: none;
  background-color: #fff;
  padding: 0 !important;
}

.n-pricing-plan.whilte-bg:before {
  background: none;
  content: normal;
}

.n-pricing-plan.whilte-bg .n-price-single {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
}

.n-pricing-plan {
  background: url(../images/price.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

/* .n-pricing-plan:before {
    background: rgba(0, 0, 0, 0.7);
    background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.7), rgba(0, 0, 0, 0.7));
    background: linear-gradient(to right, rgba(0, 40, 70, 0.7), rgba(0, 0, 0, 0.7));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
} */

.n-pricing-plan .n-price-single {
  position: relative;
  margin-bottom: 30px;
}

.n-pricing-plan .n-price-single .n-price-top .n-price-top-text {
  background: url(../images/price-box-bg.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  overflow: hidden;
  padding: 35px;
  height: 185px;
  text-align: center;
}

.n-pricing-plan .n-price-single .n-price-top {
  background: #fb236a;
  background: -webkit-linear-gradient(to right, #fb236a, #fb236a);
  background: linear-gradient(to right, #fb236a, #fb236a);
  height: 185px;
}

.n-pricing-plan .n-price-single .n-price-top .n-price-top-text h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  color: #242424;
}

.n-pricing-plan .n-price-single .n-price-top .n-price-top-text p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #242424;
}

.n-pricing-plan .n-price-single .n-price-bottom {
  padding: 35px;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 20px 20px;
}

.n-pricing-plan .n-price-single .n-price-bottom ul {
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}

.n-pricing-plan .n-price-single .n-price-bottom ul li {
  padding: 10px 0;
  color: #777;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.n-pricing-plan .n-price-single .n-price-bottom ul li i {
  margin-right: 5px;
  color: #e85222;
}

.n-pricing-plan .n-price-single .n-price-bottom ul li:first-child {
  padding-top: 0;
}

.n-pricing-plan .n-price-single .n-price-bottom ul li:nth-child(even) {
  padding: 0;
}

/* pricing tabs css */
.n-pricing-plan .heading-title {
  float: none;
}

.jobo-pricing-tabs {
  margin: 60px 0 0 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

.jobo-pricing-tabs .panel-heading {
  padding: 0;
  background-color: transparent;
  margin-bottom: 60px;
  border: 0;
  display: flex;
  justify-content: center;
}

.jobo-pricing-tabs .nav-tabs {
  border-bottom: none;
  display: flex;
  padding: 5px;
  background-color: #ffff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.jobo-pricing-tabs .nav-tabs > li {
  flex: 0 0 auto;
  width: 213px;
  text-align: center;
}

.jobo-pricing-tabs .nav-tabs > li > a {
  color: #000;
  background-color: transparent;
  border: 0;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
}

.jobo-pricing-tabs .nav-tabs > li > a:hover,
.jobo-pricing-tabs .nav-tabs > li > a:focus {
  background-color: #ddd;
  border: 0;
  border-radius: 5px;
}

.jobo-pricing-tabs .nav-tabs > li.active > a,
.jobo-pricing-tabs .nav-tabs > li.active > a:hover,
.jobo-pricing-tabs .nav-tabs > li.active > a:focus {
  color: #ffff;
  background-color: #e85222;
  border-radius: 5px;
  font-weight: 600;
}

.jobo-pricing-tabs .panel-body {
  padding: 0;
  background-color: transparent;
}

.jobo-pricing-tabs .panel-body::after {
  /*    content: none;*/
  border-bottom: 0;
  background-color: transparent;
}

.jobo-pricing-tabs .panel-body .tab-content .items-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*BLOG GRIDS*/
.n-blog-section {
  position: relative;
  padding-bottom: 50px;
}

.n-blog-section .n-blog-box {
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border-radius: 4px !important;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.n-blog-section .n-blog-box .n-blog-bottom {
  padding: 30px;
  position: relative;
  text-align: center;
}

.n-blog-section .n-blog-box .n-blog-bottom h4 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #242424;
  font-weight: 600;
  word-wrap: break-word;
}

.n-blog-section .n-blog-box .n-blog-bottom p {
  margin-bottom: 20px;
}

.n-blog-section .n-blog-box .n-blog-bottom a.read-more {
  color: #fff;
  background-color: #242424;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
}

.n-blog-section .n-blog-box .n-blog-bottom .author-icon {
  position: absolute;
  right: 20px;
  top: -25px;
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  display: none;
}

.n-blog-section .n-blog-box .n-blog-bottom ul {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  width: 100%;
  display: grid;
}

.n-blog-section .n-blog-box .n-blog-bottom ul li {
  float: left;
  color: #777;
  line-height: 18px;
  font-size: 14px;
}

.s-category {
  margin-bottom: 20px;
}

.s-category a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 5px 10px;
  background-color: #fb236a;
}

.s-post-meta {
  margin-bottom: 8px;
}

.s-post-meta li {
  position: relative;
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 500;
  padding-right: 8px;
  margin-right: 17px;
  margin-bottom: 8px;
  display: inline-block;
}

.s-post-meta li strong {
  color: #222;
  font-weight: 500;
}

.s-post-meta li::after {
  position: absolute;
  content: "/";
  color: #b8b8b8;
  right: -10px;
  top: 1px;
  font-size: 14px;
}

.s-post-meta li:last-child::after {
  display: none;
}

.s-post-meta li span {
  color: #e6202d;
}

.s-read-txt {
  text-align: right;
}

.read-more-btn {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.n-blog-box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*CLIENTS SECTION*/
.n-client {
  position: relative;
  overflow: hidden;
}

.n-client .n-client-heading {
  margin-bottom: 40px;
}

.n-client .n-client-heading h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  position: relative;
}

.n-client .n-client-heading h4::before {
  background-color: #fb236a;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 110px;
  top: 45px;
}

.n-client .n-client-heading h4::after {
  background-color: #fb236a;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 70px;
  top: 55px;
}

.n-client .n-client-box .item {
  padding: 30px;
}

/*TRANSPARENT FOOTER*/

.n-footer-transparent {
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  border-top: 1px solid;
  border-color: rgba(204, 204, 204, 0.3);
}

.n-footer-transparent::before {
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-linear-gradient(
    to right,
    rgba(0, 40, 70, 0.9),
    rgba(0, 0, 0, 0.9)
  );
  background: linear-gradient(
    to right,
    rgba(0, 40, 70, 0.9),
    rgba(0, 0, 0, 0.9)
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.n-footer-transparent .n-footer-block {
  position: relative;
  overflow: hidden;
}

.n-footer-transparent .n-footer-block p {
  margin-bottom: 20px;
  color: #fff;
}

.n-footer-transparent .n-footer-block h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}

.n-footer-transparent .n-footer-block .n-page-links {
  position: relative;
  overflow: hidden;
}

.n-footer-transparent .n-footer-block .n-page-links li a {
  color: #fff;
  font-size: 14px;
}

.n-footer-transparent .n-footer-block .n-page-links li {
  padding-bottom: 20px;
  color: #fff;
  margin-left: 20px;
}

.n-footer-transparent .n-footer-block .n-page-links li:first-child {
  padding-top: 0;
}

.n-footer-transparent .n-footer-block .n-page-links li:last-child {
  padding-bottom: 0;
}

.n-footer-transparent .n-footer-block .n-page-links.multiple {
  columns: 2;
}

.n-footer-transparent .no-app-section .n-footer-block .n-page-links.multiple {
  columns: 3;
}

.n-footer-transparent .n-footer-block .n-page-links.multiple li {
  position: relative;
}

.n-footer-transparent .n-footer-block .n-subscription-form form {
  position: relative;
}

.n-footer-transparent .n-footer-block .n-subscription-form input {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: #eee;
  height: 50px;
  border-radius: 4px;
}

.n-footer-transparent
  .n-footer-block
  .n-subscription-form
  .form-control::-moz-placeholder {
  color: #eee;
}

.n-footer-transparent .n-footer-block .n-subscription-form {
  width: 90%;
}

.n-footer-transparent .n-footer-block .n-subscription-form form button {
  position: absolute;
  top: 0;
  font-size: 16px;
  right: 0;
  padding: 15px;
  background-color: transparent;
  border: none;
  color: #eee;
}

.n-footer-transparent .n-footer-block .n-social-bar {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.n-footer-transparent .n-footer-block .n-social-bar li {
  float: left;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.n-footer-transparent .n-footer-block .n-social-bar li:hover {
  background-color: #fb236a;
}

.n-footer-transparent .n-footer-block .n-social-bar li a {
  color: #fff;
  padding: 8px;
  font-size: 20px;
}

.n-footer-transparent .n-footer-block .n-social-bar ul {
  padding-left: 0;
  list-style: none;
}

.n-footer-transparent .n-footer-bottom {
  margin-top: 40px;
  padding: 30px 0;
  border-top: 1px solid;
  position: relative;
  text-align: center;
  border-color: rgba(204, 204, 204, 0.3);
}

.n-footer-transparent .n-footer-bottom p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.n-footer-transparent .n-footer-bottom a {
  color: #fb236a;
  text-decoration: underline;
  font-weight: 500;
}

.n-footer-block .n-app-btn {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 30px;
  display: inline-flex;
  border-radius: 5px;
  margin-bottom: 30px;
}

.n-footer-block .n-app-btn a {
  display: inherit;
}

.n-footer-block .n-app-btn .icon {
  float: left;
  margin-right: 15px;
}

.n-footer-block .n-app-btn .icon i {
  font-size: 35px;
  color: #eee;
  line-height: 45px;
}

.n-footer-block .n-app-btn .n-icon-text {
}

.n-footer-block .n-app-btn .n-icon-text small {
  color: #eee;
  text-transform: uppercase;
}

.n-footer-block .n-app-btn .n-icon-text h5 {
  color: #eee;
  margin: 0;
  font-size: 16px;
}

.n-footer-transparent.footer-two {
  padding-top: 80px;
  padding-bottom: 0;
  background: url("../images/footer.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: bottom center;
  position: relative;
}

.n-footer-transparent.footer-two:before {
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-linear-gradient(
    to right,
    rgba(0, 40, 70, 0.9),
    rgba(0, 0, 0, 0.9)
  );
  background: linear-gradient(
    to right,
    rgba(0, 40, 70, 0.9),
    rgba(0, 0, 0, 0.9)
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.n-footer-transparent.footer-two img.footer-logo {
  margin-bottom: 15px;
}

.n-footer-transparent.footer-two .n-footer-block .n-page-links.multiple {
  columns: 3;
}

.n-footer-transparent.footer-two
  .no-app-section
  .n-footer-block
  .n-page-links.multiple {
  columns: 4;
}

.n-footer-transparent.footer-two .n-footer-block .n-app-btn {
  float: left;
  width: 45%;
  margin-bottom: 0;
  padding: 5px 10px;
  margin-right: 15px;
}

.n-footer-transparent.footer-two .n-footer-block .n-app-btn .n-icon-text h5 {
  font-size: 14px;
}

.n-footer-transparent.footer-two .n-footer-block .n-app-btn .icon i {
  font-size: 36px;
}

.not-plugin-active {
  padding: 0;
}

.not-plugin-active .n-footer-bottom {
  margin-top: 0;
  border: none;
}

.footer.footer-white .n-footer-block .n-app-btn {
  border: 1px solid #ddd;
  padding: 10px 15px;
}

.footer.footer-white .n-footer-block .n-app-btn a {
  color: #828282;
}

.footer.footer-white .n-footer-block .n-app-btn .icon i,
.footer.footer-white .n-footer-block .n-app-btn .n-icon-text small,
.footer.footer-white .n-footer-block .n-app-btn .n-icon-text h5 {
  color: #828282;
}
.footer.footer-white .n-footer-block img {
  margin-bottom: 20px;
}
.footer.footer-white .subscription-form {
  margin-top: 25px;
}
.footer.footer-white h4,
.footer.footer-white p {
  color: #57b4dc;
  margin-bottom: 25px;
}
.footer.footer-white .footer_block h4 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footer.footer-white p {
  line-height: 22px;
  margin-bottom: 0;
  width: 261px;
}
.footer.footer-white p a {
  font-weight: 500;
}

/*CATEGORY SECTION*/

.n-featured-cat {
  position: relative;
  padding-bottom: 60px;
}

.n-featured-cat .new-category-box {
  background-color: #f9f9f9;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.n-featured-cat .new-category-box:hover {
  background-color: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-featured-cat .col-lg-3:nth-child(9n + 1) .new-category-box {
  border-bottom: 2px solid #5ac17f;
}

.n-featured-cat .col-lg-3:nth-child(9n + 2) .new-category-box {
  border-bottom: 2px solid #fed662;
}

.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n + 3) .new-category-box {
  border-bottom: 2px solid #ff7058;
}

.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n + 4) .new-category-box {
  border-bottom: 2px solid #168de2;
}

.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n + 5) .new-category-box {
  border-bottom: 2px solid #242424;
}

.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n + 6) .new-category-box {
  border-bottom: 2px solid #c3e678;
}

.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n + 7) .new-category-box {
  border-bottom: 2px solid #d3b940;
}

.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n + 8) .new-category-box {
  border-bottom: 2px solid #e6b798;
}

.n-featured-cat .n-cat-boxes .col-lg-3:nth-child(9n + 9) .new-category-box {
  border-bottom: 2px solid #93afad;
}

.n-featured-cat .new-category-box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  color: #242424;
}

.n-featured-cat .new-category-box p {
  color: #777;
  margin-bottom: 0;
  font-size: 16px;
}

.n-featured-cat .new-category-box img {
  position: absolute;
  right: -20px;
  bottom: 0;
}

/*FEATURED JOBS TWO*/

.n-featured-jobs-two {
  position: relative;
}

.n-featured-jobs-two .n-features-job-two-box {
  position: relative;
  overflow: hidden;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single {
  border: 1px solid #eee;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
}

.n-featured-jobs-two
  .n-features-job-two-box
  .n-featured-single
  .n-featured-single-top {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-job-btns {
  text-align: right;
}

/*.n-featured-jobs-two .n-features-job-two-box .n-featured-single .n-job-btns .n-btn-rounded {
    color: #fb236a;
    border: 1px solid #fb236a;
    background-color: transparent;
    transition: 0.5s ease-in-out;
}

.n-featured-jobs-two .n-features-job-two-box .n-featured-single:hover .n-job-btns .n-btn-rounded {
    color: #ffff;
    background-color: #fb236a;
}*/

.n-featured-jobs-two
  .n-features-job-two-box
  .n-featured-single
  .n-featured-single-top
  .n-featured-singel-img {
  float: left;
  padding: 5px;
  margin-right: 20px;
}

.n-featured-jobs-two
  .n-features-job-two-box
  .n-featured-single
  .n-featured-single-top
  .n-featured-singel-img
  img {
  width: 70px;
}

.n-featured-jobs-two
  .n-features-job-two-box
  .n-featured-single
  .n-featured-single-top
  .n-featured-singel-meta {
  position: relative;
  overflow: hidden;
}

.n-featured-jobs-two
  .n-features-job-two-box
  .n-featured-single
  .n-featured-single-top
  .n-featured-singel-meta
  h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 5px;
  color: #242424;
}

.n-featured-jobs-two
  .n-features-job-two-box
  .n-featured-single
  .n-featured-single-top
  .n-featured-singel-meta
  .n-cat {
  margin-bottom: 5px;
  font-weight: 500;
}

.n-featured-jobs-two
  .n-features-job-two-box
  .n-featured-single
  .n-featured-single-top
  .n-featured-singel-meta
  .n-cat
  a {
  color: #777;
  font-size: 16px;
}

.n-featured-jobs-two
  .n-features-job-two-box
  .n-featured-single
  .n-featured-single-top
  .n-featured-singel-meta
  p {
  margin-bottom: 0;
}

.n-featured-jobs-two
  .n-features-job-two-box
  .n-featured-single
  .n-featured-single-top
  .n-featured-singel-meta
  p
  a {
  color: #777;
  font-size: 14px;
}

.n-featured-jobs-two
  .n-features-job-two-box
  .n-featured-single
  .n-featured-single-top
  .n-featured-singel-meta
  p
  i {
  margin-right: 10px;
  color: #fb236a;
  font-size: 18px;
}

.n-featured-jobs-two
  .n-features-job-two-box
  .n-featured-single
  .n-featured-single-bottom {
  padding: 15px 0;
}

.n-featured-jobs-two
  .n-features-job-two-box
  .n-featured-single
  .n-featured-single-bottom
  li {
  padding: 0 15px;
  border-right: 1px solid #eee;
  color: #777;
  display: inline-block;
}

.n-featured-jobs-two
  .n-features-job-two-box
  .n-featured-single
  .n-featured-single-bottom
  li:first-child {
  padding-left: 0;
}

.n-featured-jobs-two
  .n-features-job-two-box
  .n-featured-single
  .n-featured-single-bottom
  li:last-child {
  padding-right: 0;
  border-right: none;
}

.n-featured-jobs-two
  .n-features-job-two-box
  .n-featured-single
  .n-featured-single-bottom
  li
  i {
  margin-right: 5px;
  color: #fb236a;
  font-style: normal;
}

.n-featured-jobs-two
  .n-features-job-two-box
  .n-featured-single
  .n-featured-single-bottom
  li
  a {
  color: #777;
}

.n-fav-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: #777;
}

.features-star {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
}

.features-star:before {
  content: "";
  border-width: 22px;
  border-style: solid;
  border-color: #e52d27 transparent transparent #e52d27;
  position: absolute;
  top: 0;
  left: 0;
}

.features-star i {
  margin: 0;
  color: #fff;
  position: relative;
  -webkit-transform: translate(6px, 3px);
  -ms-transform: translate(6px, 3px);
  -o-transform: translate(6px, 3px);
  transform: translate(6px, 3px);
}

.features-star-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
}

.features-star-2:before {
  content: "";
  border-width: 22px;
  border-style: solid;
  border-color: #e52d27 #e52d27 transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.features-star-2 i {
  margin: 0;
  color: #fff;
  position: relative;
  -webkit-transform: translate(24px, 3px);
  -ms-transform: translate(24px, 3px);
  -o-transform: translate(24px, 3px);
  transform: translate(24px, 3px);
}

.n-single-job .featured-badge-list {
  margin-top: 0;
}

.featured-badge-list {
  margin: 0;
  list-style: none;
  margin-top: 5px;
}

.featured-badge-list li {
  margin-bottom: 5px;
  margin-right: 5px;
  webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.featured-badge-list li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background-color: rgba(250, 122, 86, 0.2);
  color: #fa7a56;
}

.featured-badge-list li:nth-child(1) a {
  color: #fa7a56;
}

.featured-badge-list li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  background-color: rgba(255, 187, 0, 0.2);
  color: #ffbb00;
}

.featured-badge-list li:nth-child(2) a {
  color: #ffbb00;
}

.featured-badge-list li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background-color: rgba(179, 136, 103, 0.2);
  color: #b38867;
}

.featured-badge-list li:nth-child(3) a {
  color: #b38867;
}

.featured-badge-list li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  background-color: rgba(39, 209, 0, 0.2);
  color: #27d100;
}

.featured-badge-list li:nth-child(4) a {
  color: #27d100;
}

.featured-badge-list li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  background-color: rgba(76, 181, 245, 0.2);
  color: #4cb5f5;
}

.featured-badge-list li:nth-child(5) a {
  color: #4cb5f5;
}

/* ---- TESTIMONIAL 2 CSS ---- */
.light-grey .n-owl-testimonial-2 .n-single_testimonial {
  background-color: #fff;
}

.n-owl-testimonial-2 .n-single_testimonial {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 20px;
  opacity: 0.6;
}

.n-owl-testimonial-2 .active .n-single_testimonial {
  opacity: 1;
}

.n-owl-testimonial-2 .n-single_testimonial i {
  color: #fb236a;
  position: relative;
  font-size: 60px;
  font-weight: 600;
  opacity: 0.2;
}

.n-owl-testimonial-2 .n-single_testimonial img {
  border-radius: 500px;
  display: block;
  height: 100px;
  margin: auto;
  width: 100px;
}

.n-owl-testimonial-2 .n-single_testimonial h3 {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.light-grey .n-owl-testimonial-2 .n-single_testimonial .n-testimoial-text {
  background-color: #fff;
}

.n-owl-testimonial-2 .n-single_testimonial .n-testimoial-text {
  position: relative;
  padding-bottom: 0;
  background-color: #f5f5f5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.n-owl-testimonial-2 .n-single_testimonial .n-testimoial-text p {
  color: #777;
  font-size: 16px;
  margin-bottom: 20px;
}

.n-owl-testimonial-2 .n-single_testimonial .n-testimoial-text p:last-child {
  margin-bottom: 0;
}

.n-owl-testimonial-2 .n-single_testimonial .n-user-meta {
  position: relative;
  overflow: hidden;
}

.n-owl-testimonial-2 .n-single_testimonial .n-user-meta .n-user-avatar {
  float: left;
  margin-right: 15px;
  display: inline-block;
}

.n-owl-testimonial-2 .n-single_testimonial .n-user-meta .n-user-avatar img {
  width: 60px;
  height: 60px;
}

.n-owl-testimonial-2 .n-single_testimonial .n-user-meta .n-user-detail h3 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
}

.n-owl-testimonial-2 .n-single_testimonial .n-user-meta .n-user-detail p {
  margin-bottom: 0;
  font-size: 13px;
  color: #777;
}

.n-owl-testimonial-2.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
  top: 40%;
  margin: 0;
}

.n-owl-testimonial-2.owl-carousel .owl-nav i {
  font-size: 30px;
  opacity: 0.3;
}

.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
  position: absolute;
}

.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-next {
  right: -30px;
  position: absolute;
}

.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-next:hover,
.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: transparent;
}

.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-next:hover i,
.n-owl-testimonial-2.owl-carousel .owl-nav button.owl-prev:hover i {
  opacity: 1;
  color: #242424;
}

.n-owl-testimonial-2.owl-carousel .owl-dots {
  margin-top: 30px;
}

.n-owl-testimonial-2.owl-carousel .owl-stage-outer {
  overflow: visible;
}

/*.n-testimonials {
        background-image: url(../images/testi-bg.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;
}
*/

/*FEATURED CANDIDTAES*/
.n-featured-candidates {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.n-featured-candidates .n-featured-candidates-box {
  position: relative;
  text-align: center;
}

.n-featured-candidates .n-featured-candidates-box .n-featured-single {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}

.n-featured-candidates
  .n-featured-candidates-box
  .n-featured-single
  .n-featured-candidates-single-top {
  background-color: #fff;
  padding: 30px;
  padding-bottom: 0;
}

.n-candidate-title h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  word-wrap: break-word;
}

.n-candidate-title p {
  color: #777;
  font-size: 16px;
}

.n-canididate-avatar img {
  margin: 0 auto;
  display: block;
  min-width: 100px;
  min-height: 100px;
  max-width: 100px !important;
  max-height: 100px !important;
  border-radius: 50px !important;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07) !important;
}

.n-canididate-avatar {
  margin-bottom: 15px;
}

.n-candidate-location {
  padding: 0 60px;
}

.n-candidate-location i {
  font-size: 24px;
  color: #fb236a;
}

.n-candidate-location p {
  margin-bottom: 0;
  font-size: 16px;
  color: #777;
}

.n-candidate-skills {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  padding-bottom: 30px;
  display: inline-block;
}

.n-candidate-skills a {
  padding: 5px 10px;
  border: 1px solid #eee;
  border-radius: 3px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: capitalize;
}

.n-candidate-skills a:hover {
  background-color: #fb236a;
  color: #fff;
  border: 1px solid #fb236a;
  font-size: 12px;
}

.n-candidates-single-bottom {
  position: relative;
}

.n-candidates-single-bottom a {
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #eee;
  display: block;
  font-weight: 500;
}

.n-candidates-single-bottom a:hover {
  background-color: #fb236a;
  color: #fff;
}

/*APP SECTION*/

/*MOBILE APP NEW*/
.n-mobile-app-new {
  padding: 0;
  background: url(../images/slider-2-image.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}

.n-mobile-app-new:before {
  background: rgba(0, 0, 0, 0.85);
  background: -webkit-linear-gradient(
    to right,
    rgba(0, 40, 70, 0.85),
    rgba(0, 0, 0, 0.85)
  );
  background: linear-gradient(
    to right,
    rgba(0, 40, 70, 0.85),
    rgba(0, 0, 0, 0.85)
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.n-mobile-app-new h2 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  padding-right: 150px;
  margin-bottom: 20px;
  color: #fff;
}

.n-mobile-app-new .n-mobile-app-text-area {
  padding: 100px 0;
}

.n-mobile-app-new .n-mobile-app-text-area p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
}

.n-mobile-app-new .n-mobile-app-text-area a {
  margin-right: 20px;
}

.n-mobile-app-new .n-mobile-app-text-area a:last-child {
  margin-right: 0;
}

.n-mobile-app-new .n-mobile-app-text-area a img {
  width: 150px;
}

.n-mobile-app-new .n-mobile-app-new-img {
  margin: 0 auto;
  display: table;
}

.n-mobile-app-new .n-mobile-app-new-img img {
  margin-top: 10px;
  position: absolute;
  right: 70px;
}

/*SEARCH PAGE*/
.n-search-page {
  background-color: #fbfbfb;
}

.new-sidebar {
  position: relative;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.new-sidebar .panel-group {
  margin-bottom: 0;
}

.new-sidebar .panel-group .panel + .panel {
  margin-top: 0;
}

.new-sidebar .panel-default > .panel-heading {
  padding: 0;
  background-color: #fff;
  border: none;
}

.new-sidebar .panel-default {
  border-radius: 0;
  border-bottom: none;
  border-color: #eee;
  padding: 20px;
}

.new-sidebar .panel-default > .panel-heading a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #243658;
}

.new-sidebar .panel-default .panel-collapse .panel-body {
  border: none;
  padding: 0;
  margin-top: 20px;
}

.new-sidebar .panel-default ul {
  list-style: none;
}

.new-sidebar .panel-default ul li {
  margin-bottom: 10px;
}

.new-sidebar .panel-default ul li .iradio_square,
.new-sidebar .panel-default ul li .icheckbox_square {
  margin-right: 10px;
}

.new-sidebar .panel-default ul li:last-child {
  margin-bottom: 0;
}

.new-sidebar .panel-default ul li label {
  font-size: 14px;
  font-weight: 400;
}

#search-widget {
  position: relative;
  overflow: hidden;
}

#search-widget .form-group {
  margin-bottom: 0;
}

#search-widget .btn {
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 25px;
  color: #fb236a;
  padding: 8px 12px;
}

.new-sidebar .panel-heading a::before {
  font-family: "FontAwesome";
  content: "\f068";
  color: #999;
  transition: all 0.5s;
  right: 25px;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.new-sidebar .panel-heading a:hover::before {
  color: #E85222;
}

.new-sidebar .panel-heading a.collapsed::before {
  font-family: "FontAwesome";
  content: "\f067";
}

.new-sidebar .panel-default ul li.show-more a {
  padding: 10px;
  text-align: center;
  color: #242424;
  border-top: 1px solid #eee;
  padding-bottom: 0;
  margin-top: 20px;
  display: block;
  font-weight: 500;
}

.new-sidebar .heading {
  position: relative;
  background-color: #fff;
  padding: 30px 20px;
  padding-bottom: 35px;
  border: 1px solid #eee;
  border-bottom: none;
}

.new-sidebar .heading h4 {
  margin: 0;
  display: inline-block;
  font-weight: 500;
}

.new-sidebar .heading h4:before {
  background-color: #fb236a;
  content: "";
  height: 2px;
  margin: 0 auto;
  position: absolute;
  width: 50px;
  top: 60px;
}

.new-sidebar .heading a {
  float: right;
  color: #fb236a;
  line-height: 25px;
}

.new-sidebar .panel-default .custom-feilds {
  margin-bottom: 30px;
}

.new-sidebar .panel-default .custom-feilds form-group {
  margin-bottom: 0;
}

.new-sidebar .panel-default .custom-feilds label.label-heading {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #242424;
  margin-bottom: 15px;
}

/*MAIN SEARCH PAGE*/

.n-search-main {
  position: relative;
}

.n-search-main .n-bread-crumb .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 20px;
}

.n-search-main .n-bread-crumb .breadcrumb a {
  font-size: 16px;
  font-weight: 500;
  color: #243658;
}

.n-search-main .n-bread-crumb .breadcrumb > li + li::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #242424;
  padding: 0 10px;
}

.n-search-main .n-bread-crumb .breadcrumb li.active a {
  color: #fb236a;
}

.n-search-main .heading-area {
  background-color: #fff;
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 4px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-search-main .heading-area h4 {
  margin: 0;
  color: #243658;
  font-weight: 500;
  margin: 12px 0;
  font-family: "Poppins", sans-serif;
}

.n-search-main .heading-area .select2-container--default .select2-selection--single {
  border-radius: 4px;
  border: 1px solid #ccc;
}

.n-search-main .n-search-listing {
  position: relative;
}

/* .n-search-main .n-search-listing.featured {
  margin-bottom: 30px;
} */

.n-search-main .n-search-listing.featured h3 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 30px;
}

.n-search-main .n-search-listing.featured .jobo-single-job-box .job-detail .job-title {
  font-size: 20px;
  margin: 5px 0;
}

.n-search-main
  .n-search-listing.featured
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail {
  box-shadow: none;
}

.n-search-main
  .n-search-listing.featured
  .n-featured-job-boxes
  .n-job-single.featured-box
  .n-job-detail {
  background-color: #fff4d3;
}

.n-search-main
  .n-search-listing.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-img {
  width: 11%;
  display: none;
}

.n-search-main
  .n-search-listing.n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail {
  width: 100%;
}

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

.pagination > li > a,
.pagination > li > span {
  border-radius: 6px;
  margin: 0 3px;
  background-color: #f1f1f1;
  border: none;
  padding: 8px 15px;
  color: #242424;
}

.pagination > li > a.active,
.pagination > li.active > span,
.pagination > li > a:hover,
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover {
  background-color: #fb236a;
  border-radius: 6px;
  color: #fff;
}

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

.pagination > li > span.current {
  background-color: #fb236a;
  color: #fff;
}

/*VERTICLE SLIDER*/

.new-sidebar .vertical-job-slider .bx-wrapper {
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

.new-sidebar .vertical-job-slider {
  padding: 20px;
  background-color: #fff;
}

.new-sidebar .vertical-single-job .label {
  background-color: #c3c3c8;
  border-radius: 0;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 10px;
}

.new-sidebar .vertical-single-job {
  margin-bottom: 30px;
}

.new-sidebar .vertical-single-job h4 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

.new-sidebar .vertical-single-job p {
  margin-bottom: 0;
}

.new-sidebar .vertical-single-job p i,
.new-sidebar .vertical-single-job span i {
  font-size: 18px;
  color: #fb236a;
  margin-right: 5px;
}

.new-sidebar .vertical-job-slider .bx-wrapper .bx-controls {
  position: absolute;
  top: -80px;
  right: -10px;
  transform: rotate(90deg);
}

.new-sidebar
  .vertical-job-slider
  .bx-wrapper
  .bx-controls
  .bx-controls-direction {
  position: relative;
  overflow: hidden;
}

.new-sidebar .vertical-job-slider .bx-wrapper .bx-controls-direction a {
  text-indent: inherit;
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  padding: 5px;
  font-size: 16px;
  background: none;
}

/*SINGLE JON DETAILS*/

.n-single-job .n-single-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.n-single-job .n-single-detail {
  margin-bottom: 20px;
  color: #777;
  margin-top: 30px;
}
.n-single-job .job-classes-icons {
  margin-bottom: 30px;
}
.n-single-job .job-classes-icons .jobo-tag {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.n-single-job .job-classes-icons .jobo-tag:before {
  content: "";
  width: 25px;
  height: 20px;
  background: #ffff;
  position: absolute;
  top: 0;
  left: 0;
}
.n-single-job .job-classes-icons .jobo-tag img {
  height: 30px;
  filter: invert(42%) sepia(92%) saturate(334%) hue-rotate(166deg)
    brightness(89%) contrast(93%);
  transition: 0.3s ease-in-out;
}
.n-single-job .job-classes-icons .jobo-tag .jobo-tooltip-text {
  border-radius: 25px 25px 25px 0px;
  left: 13px;
}
.n-single-job .job-classes-icons .jobo-tag .jobo-tooltip-text::before {
  background-image: url(../images/icons/single-job-icons/tooltip-corner-left.png);
  right: unset;
  left: -1px;
}
.n-single-job .n-single-title h1 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #1f3053;
}
.n-single-job .n-single-title span {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  color: #e85222;
}

.n-single-job .n-single-title ul {
  list-style: none;
}

.n-single-job .n-single-title ul li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #e85222;
  font-weight: 600;
}
.n-single-job .n-single-title ul li span {
  font-size: 14px;
  color: #e85222;
  font-weight: 600;
}
.n-single-job .n-single-title ul li span a {
  color: #e85222;
  font-weight: 600;
}

.n-single-job .n-single-title ul li.salary {
  color: #fb236a;
  font-weight: 600;
}

.n-single-job .n-single-title ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.n-single-job .n-single-title ul li img {
  height: 18px;
  margin-right: 6px;
  margin-top: -5px;
  filter: invert(80%) sepia(51%) saturate(503%) hue-rotate(179deg)
    brightness(91%) contrast(104%);
}

.n-single-job .n-single-meta {
  position: relative;
  overflow: visible;
  margin-bottom: 40px;
  display: table-cell;
}

.n-single-job .n-single-meta ul.n-single-meta-detail {
  list-style: none;
}

.n-single-job .n-single-meta ul.n-single-meta-detail li {
  float: left;
  width: 25%;
  text-align: center;
  border: 1px solid #eee;
  padding: 15px 8px;
  height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.n-single-job .n-single-meta ul.n-single-meta-detail li:last-child {
  width: 100%;
}

.n-single-job .n-single-meta ul.n-single-meta-detail li small {
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 14px;
  color: #777;
}
.n-single-job .n-single-meta ul.n-single-meta-detail li small a {
  color: #777;
}

.n-single-job .n-single-meta ul.n-single-meta-detail li strong {
  position: relative;
  /*  overflow: hidden;*/
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #777;
}

.n-single-job
  .n-single-meta
  ul.n-single-meta-detail
  li
  strong
  .jobo-tooltip
  img {
  height: 12px;
  filter: invert(70%) sepia(70%) saturate(1494%) hue-rotate(347deg)
    brightness(93%) contrast(94%);
  margin-top: -12px;
  margin-left: 4px;
}
.n-single-job .n-single-meta ul.n-single-meta-detail li strong .jobo-tooltip img:hover {
  cursor: pointer;
}

.n-single-job .n-single-meta ul.n-single-meta-detail li strong .jobo-tooltip {
  position: relative;
  display: inline-block;
}

.n-single-job .n-single-meta ul.n-single-meta-detail li strong .jobo-tooltip .jobo-tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  background-color: #ffff;
  color: #243658;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #243658;
  border-radius: 25px 0px 25px 25px;
  padding: 10px 5px;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 5px;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
  display: inline-block;
}

.n-single-job .n-single-meta ul.n-single-meta-detail li strong .jobo-tooltip .jobo-tooltip-text::before {
  content: '';
  background-image: url(../images/icons/single-job-icons/tooltip-corner-right.png);
  position: absolute;
  top: -22px;
  right: -1px;
  width: 13px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateX(180deg);
}

.n-single-job .n-single-meta ul.n-single-meta-detail li strong .jobo-tooltip:hover .jobo-tooltip-text {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

.n-single-job .n-single-meta .n-single-detail {
  position: relative;
  overflow: hidden;
}

.n-candidate-info iframe {
  width: 100%;
  height: 190px;
}

.n-single-job .n-single-detail h4 {
  font-size: 22px;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 10px;
  color: #777;
  font-family: "Poppins", sans-serif;
}

.n-single-job .n-single-detail p {
  color: #777;
  font-size: 16px;
  margin-bottom: 30px;
}

.n-single-job .n-single-detail p b,
.n-single-job .n-single-detail p strong {
  color: #777;
  font-weight: 400;
}

.n-single-job .n-single-detail p span {
  color: #777 !important;
}

.n-single-job .n-single-detail ul,
.n-single-job .n-single-detail ol {
  color: #777;
  padding-left: 40px;
  margin-bottom: 30px;
}

.n-single-job .n-single-detail ul li,
.n-single-job .n-single-detail ol li {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.75;
}

.n-single-job .n-single-detail ul li span,
.n-single-job .n-single-detail ol li span {
  color: #777 !important;
}

.n-single-job .n-single-detail ul li:last-child,
.n-single-job .n-single-detail ol li:last-child {
  padding-bottom: 0;
}

.n-single-job .n-skills {
  border-top: 1px solid #777;
  padding: 15px 0;
}

.n-single-job .n-skills h5 {
  margin: 0;
  display: inline-block;
  float: left;
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
}

.n-single-job .n-skills .n-skills-tags {
  position: relative;
}

.n-single-job .n-skills .n-skills-tags a {
  font-size: 16px;
}

.n-related-jobs {
  position: relative;
  margin-top: 40px;
  display: block;
  width: 100%;
  float: left;
}

.n-related-jobs .heading-title.left {
  margin-bottom: 60px;
}

.n-related-jobs .heading-title.left h2 {
  font-size: 22px;
  line-height: 26px;
}

.n-related-jobs .heading-title.left .view-more a {
  font-size: 12px;
  padding: 4px 15px;
  top: -8px;
}

.n-related-jobs .n-featured-job-boxes .n-job-single:last-child {
  margin-bottom: 0;
}

/*SIDEBAR SINGLE PAGE*/
aside.n-single-sidebar .app-deadline {
  position: relative;
  background-color: #57b4dc;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}

aside.n-single-sidebar .app-deadline.listing-expired {
  background-color: #868786;
}

aside.n-single-sidebar .apply-buttons .n-btn-custom {
  border-radius: 8px;
}

aside.n-single-sidebar .apply-buttons .resume-not-exist {
  background-color: #777777;
  border: 1px solid #777777;
}

aside.n-single-sidebar .app-deadline small {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

aside.n-single-sidebar .app-deadline strong {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

aside.n-single-sidebar .apply-buttons .btn-theme {
  background-color: transparent;
  color: #fb236a;
  font-size: 14px;
}

aside.n-single-sidebar .apply-buttons .btn-theme:hover {
  background-color: #2088cb;
  color: #fff;
}

aside.n-single-sidebar .apply-buttons .btn-linkedIn {
  background-color: #0077b5;
  color: #fff;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

aside.n-single-sidebar .apply-buttons .btn-linkedIn i {
  border-right: 1px solid #2088cb;
  padding: 0px 15px;
  line-height: 50px;
  font-size: 20px;
  vertical-align: middle;
}

aside.n-single-sidebar .apply-buttons .btn-linkedIn span {
  padding: 12px 15px;
  font-weight: 500;
  vertical-align: middle;
}

aside.n-single-sidebar .app-deadline .short-detail-icon {
  float: left;
  margin-right: 10px;
}

aside.n-single-sidebar .app-deadline .short-detail-icon img {
  height: 38px;
  margin: 4px 0;
}

aside.n-single-sidebar .app-deadline .ab-iocn {
  display: none;
  position: absolute;
  bottom: -10px;
  right: -10px;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

aside.n-single-sidebar .app-deadline .ab-iocn i {
  font-size: 64px;
  color: #fff;
  opacity: 0.1;
}

aside.n-single-sidebar .apply-buttons .n-btn-flat.btn-clear {
  display: block;
  padding: 4px 14px;
  font-size: 24px;
  font-weight: 500;
  border-radius: 8px;
  width: 100%;
}
aside.n-single-sidebar .apply-buttons .n-btn-flat.btn-clear.listing-expired {
  background-color: #868786;
  border-color: #868786;
}


.app-deadline .plantooltiptext {
    visibility: hidden;
    background-color: #F8CFC2;
    color: #000;
    text-align: left;
    padding: 10px 20px;
    position: absolute;
    z-index: 1;
    top: -32px;
    left: calc(100% + -18px);
    font-size: 16px;
    min-width: 155px;
}
.app-deadline.listing-expired:hover .plantooltiptext {
    visibility: visible;
}

aside.n-single-sidebar .apply-buttons .n-btn-flat.btn-clear.listing-expired:hover::before {
  background-color: transparent;
  opacity: 0;
  transform: scale(0, 0);
}
aside.n-single-sidebar .job-tools {
  margin-bottom: 20px;
}
aside.n-single-sidebar .jobo-sidebar-divider {
  position: relative;
  padding: 20px 0 30px 0;
  text-align: center;
}
aside.n-single-sidebar .jobo-sidebar-divider::before {
  content: "";
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
}
aside.n-single-sidebar .jobo-sidebar-divider span {
  position: relative;
  font-size: 12px;
  color: #777;
  text-align: center;
  padding: 5px 10px;
  background-color: #ffff;
  z-index: 1;
}
aside.n-single-sidebar .job-tools .icon-tools {
  position: relative;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
aside.n-single-sidebar .job-tools .icon-tools li {
  position: relative;
}
aside.n-single-sidebar .job-tools .icon-tools li .jobo-tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  background-color: #ffff;
  color: #243658;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border: 1px solid #243658;
  border-radius: 25px 25px 25px 0px;
  padding: 8px 20px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 15px);
  left: 8px;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
aside.n-single-sidebar .job-tools .icon-tools li .jobo-tooltip-text::before {
  content: '';
  background-image: url(../images/icons/single-job-icons/tooltip-corner-left.png);
  position: absolute;
  bottom: -22px;
  left: -1px;
  width: 13px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
aside.n-single-sidebar .job-tools .icon-tools li:hover .jobo-tooltip-text {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
aside.n-single-sidebar
  .job-tools
  .icon-tools
  .share_this_job
  .addtoany_shortcode {
  position: absolute;
  z-index: 1;
  top: -40px;
  right: -4px;
  height: 50px;
  display: none;
}
aside.n-single-sidebar
  .job-tools
  .icon-tools
  .share_this_job:hover
  .addtoany_shortcode {
  display: block;
  z-index: 9;
}
aside.n-single-sidebar
  .job-tools
  .icon-tools
  .addtoany_shortcode
  .addtoany_list {
  display: flex;
}
aside.n-single-sidebar .job-tools .icon-tools li img {
  height: 16px;
  filter: invert(80%) sepia(51%) saturate(503%) hue-rotate(179deg)
    brightness(91%) contrast(104%);
}
aside.n-single-sidebar .job-tools .icon-tools li button {
  padding: 0;
  border: 0;
  background-color: transparent;
}
aside.n-single-sidebar .job-tools .icon-tools li img:hover {
  cursor: pointer;
}
aside.n-single-sidebar .job-tools .icon-tools li .addtoany_shortcode img {
  height: 36px;
}
aside.n-single-sidebar .job-tools .icon-tools li .addtoany_shortcode .a2a_svg {
  width: 28px !important;
  height: 36px !important;
}
aside.n-single-sidebar .job-tools .icon-tools::before {
  content: none;
}

aside.n-single-sidebar .apply-buttons .n-btn-custom {
  margin-top: 20px;
}

aside.n-single-sidebar .apply-buttons .n-btn-custom-two {
  margin-top: 20px;
}

.n-single-sidebar .apply-buttons .divider {
  padding: 20px 0;
  padding-bottom: 0;
  position: relative;
}

.n-single-sidebar .apply-buttons .divider hr {
  width: 100%;
  color: #999;
}

.n-single-sidebar .apply-buttons .divider small {
  font-size: 16px;
  position: absolute;
  background-color: #fff;
  left: 40%;
  padding: 10px;
  border-radius: 10px;
  z-index: 9;
  text-transform: uppercase;
  top: 20px;
  color: #999;
}

.n-single-job-company {
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 1px solid #eee;
  margin-top: 30px;
}

.n-single-job-company .dingle-job-company-meta {
  padding: 30px 20px;
}

.n-single-job-company .dingle-job-company-meta .contact-img {
  margin: 20px 0;
}

.n-single-job-company .dingle-job-company-meta .contact-img img {
  margin: 0 auto;
  display: block;
  max-width: 120px;
  padding: 15px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.n-single-job-company .dingle-job-company-meta .contact-caption h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

.n-single-job-company .dingle-job-company-meta .saving_resume {
  margin-top: 20px;
}

.n-single-job-company .dingle-job-company-meta .contact-caption p {
  margin-bottom: 0;
  font-size: 16px;
}

.n-single-job-company .dingle-job-company-meta .contact-caption a {
  color: #777;
}

.n-single-job-company .view-profile {
  padding: 20px;
  display: block;
  background-color: #fb236a;
  color: #fff;
  font-weight: 500;
}

.n-single-job-company .social-links {
  position: relative;
  overflow: hidden;
}

.n-single-job-company .social-links li {
  width: 30px;
  display: inline-block;
}

.n-single-job-company .social-links li img {
  width: 30px;
}

/*SINGLE PAGE 2*/
.n-single-job-transparent {
  background: url(../images/slider-image.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  padding: 200px 0 40px 0;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.3);
}

.n-single-job-transparent:before {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(
    to right,
    rgba(0, 40, 70, 0.8),
    rgba(0, 0, 0, 0.8)
  );
  background: linear-gradient(
    to right,
    rgba(0, 40, 70, 0.8),
    rgba(0, 0, 0, 0.8)
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.n-single-job.n-single-job-transparent .n-single-title {
  margin-bottom: 0;
}

.n-single-job-transparent .n-single-title h1 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}

.n-single-job-transparent .n-single-title ul li {
  color: #fff;
}

.n-single-job-transparent .n-single-title ul li a {
  color: #fff;
}

.n-single-job-transparent aside.n-single-sidebar .apply-buttons .n-btn-flat {
  margin-bottom: 20px;
  color: #fff;
}

.n-single-job-transparent .single-transparent-cats {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  margin-top: 20px;
}

.n-single-job-transparent .single-transparent-cats ul {
  list-style: none;
}

.n-single-job-transparent .single-transparent-cats ul li {
  float: left;
}

.n-single-job-transparent .single-transparent-cats ul li a {
  color: #fff;
  font-size: 16px;
}

.n-single-job-transparent .single-transparent-cats ul li {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

.n-single-job-transparent .single-transparent-cats ul li::after {
  color: #fff;
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 18px;
  right: -5px;
  line-height: 20px;
}

.n-single-job-transparent .single-transparent-cats ul li:last-child::after {
  content: normal;
}

.n-detail-transparent .n-single-meta-2 {
  background-color: #fff;
  padding: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  padding-bottom: 0;
}

.n-detail-transparent .n-single-meta-2 h4 {
  font-size: 22px;
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 20px;
}

.n-detail-transparent .n-single-meta-2 ul {
  list-style: none;
  position: relative;
  overflow: hidden;
}

.n-detail-transparent .n-single-meta-2 ul li {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}

.n-detail-transparent .n-single-meta-2 .short-detail-icon {
  float: left;
  margin-right: 15px;
}

.n-detail-transparent .n-single-meta-2 .short-detail-icon img {
  margin-top: 5px;
}

.n-detail-transparent .n-single-meta-2 .short-detail-meta {
  position: relative;
  overflow: hidden;
}

.n-detail-transparent .n-single-meta-2 .short-detail-meta small {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.n-detail-transparent .n-single-meta-2 .short-detail-meta strong {
  font-weight: 400;
  font-size: 14px;
  color: #777;
}

.n-breadcrumb-big {
  background: url(https://demo.jobowp.com/wp-content/uploads/2018/10/4.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  padding: 140px 0 80px 0;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.3);
}

/*.n-breadcrumb-big:before {
        background: rgba(0, 0, 0, 0.8);
        background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.8), rgba(0, 0, 0, 0.8));
        background: linear-gradient(to right, rgba(0, 40, 70, 0.8), rgba(0, 0, 0, 0.8));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}*/
.n-breadcrumb-big .breadcrumb-text {
  text-align: center;
  color: #fff;
}

.n-breadcrumb-big .breadcrumb-text h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 40px;
}

.n-breadcrumb-big .breadcrumb-text h2::before {
  background-color: #fb236a;
  content: "";
  height: 4px;
  margin: 0 auto;
  position: absolute;
  width: 50px;
  top: 50px;
  left: 48%;
}

.n-breadcrumb-big .breadcrumb-text ul {
  list-style: none;
}

.n-breadcrumb-big .breadcrumb-text ul li {
  display: inline-block;
  font-size: 16px;
}

.n-breadcrumb-big .breadcrumb-text li::before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #fff;
  padding: 0 10px;
}

.n-breadcrumb-big .breadcrumb-text li:first-child::before {
  content: "";
  padding: 0;
}

.n-cand-dtl-spacing {
  padding-top: 129px;
}

.n-candidate-detail .n-candidate-meta {
  background-color: #fff;
}
.n-candidate-detail .n-candidate-meta .n-featured-job-boxes {
  margin-bottom: 40px;
}

.cand-incomplete-profile {
  margin-bottom: 30px;
}

.cand-incomplete-profile .cand-incomplete-profile-tags a {
  background-color: #f1f1f1;
  padding: 10px 30px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

.n-candidate-detail .n-candidate-meta h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}

.cand-incomplete-profile .incomplete-profile h4 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.cand-incomplete-profile .incomplete-profile h4 i {
  margin-right: 10px;
  font-size: 28px;
  margin-bottom: 0px;
}

.n-candidate-detail .n-candidate-meta ul,
.n-candidate-detail .n-candidate-meta ol {
  color: #777;
  padding-left: 40px;
  margin-bottom: 30px;
}

.n-candidate-detail .n-candidate-meta ul li,
.n-candidate-detail .n-candidate-meta ol li {
  padding-bottom: 10px;
  font-size: 14px;
}

.n-candidate-detail .n-candidate-meta p {
  color: #777;
  font-size: 16px;
  margin-bottom: 30px;
}

.n-candidate-detail .n-candidate-meta p span {
  color: #777 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}

.n-candidate-detail .n-candidate-meta .n-skills {
  margin-bottom: 50px;
}

.n-candidate-detail .n-candidate-meta .n-skills .n-skills-tags {
  position: relative;
}

.n-candidate-detail .n-candidate-meta .n-skills .n-skills-tags a {
  background-color: #97d3f3;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

/*TIME RESUME PAGE*/
.n-candidate-detail .n-candidate-meta .timeline-box {
  position: relative;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education {
  position: relative;
  padding: 0 0 0 50px;
  display: inline-block;
  width: 100%;
  padding-left: 0;
  margin-bottom: 50px;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li {
  position: relative;
  padding-bottom: 40px;
  margin-left: 35px;
  background-color: #fff;
  display: block;
  padding-top: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.n-candidate-detail .change-del-margin {
  margin-left: 0px;
}

.n-candidate-detail .alert-info {
  background-color: rgba(232, 82, 34, 0.2);
  border-color: rgba(232, 82, 34, 0.2);
  display: flex;
  align-items: center;
}

.n-candidate-detail .alert-info i {
  color: #E85222;
  font-size: 20px;
  margin-right: 8px;
}

.n-candidate-detail .alert-info a:hover {
  cursor: pointer;
}

.modal.sortable-images .ui-sortable {
  list-style-type: none;
}

.modal.sortable-images .ui-sortable li,
.modal.sortable-profile-images .ui-sortable li {
  display: inline-block;
  margin: 0 10px 10px 0;
  width: 22%;
}

.modal.sortable-images .ui-sortable li:hover,
.modal.sortable-images .ui-sortable li::selection {
  cursor: all-scroll;
}

.candidates-2 .n-candidate-location i {
  font-size: 14px;
  margin-right: 5px;
}

.candidates-2 .n-candidate-location p {
  font-size: 14px;
  display: inline;
}

.candidates-2 .n-candidate-location {
  background-color: #f5f5f5;
  padding: 10px;
}

.n-featured-candidates.candidates-2
  .n-featured-candidates-box
  .n-featured-single
  .n-featured-candidates-single-top {
  padding: 0;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}

.candidates-2 .n-candidates-single-bottom a {
  padding: 15px;
}

.n-featured-candidates.candidates-2
  .n-featured-candidates-box
  .n-featured-single
  .bookmark-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 20px;
  color: #777;
}

.n-featured-candidates.candidates-2
  .n-featured-candidates-box
  .n-featured-single
  .bookmark-icon.active {
  color: #e52d27;
}

.n-search-listing .n-featured-candidates-box .n-featured-single .bookmark-icon {
  position: absolute;
  top: 20px;
  left: 40px;
  font-size: 20px;
  color: #e52d27;
}

.n-featured-candidates .features-star {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  left: auto;
}

.n-featured-candidates .col-lg-6 .features-star {
  right: 15px;
}

.n-featured-candidates .features-star::before {
  content: "";
  border-width: 25px;
  border-style: solid;
  border-color: #e52d27 #e52d27 transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.n-featured-candidates .features-star i {
  top: 3px;
  right: -3px;
}

.n-featured-candidates.candidates-2 .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
}

.n-featured-candidates.candidates-2 .n-candidate-skills {
  padding: 20px 0;
  margin: 0 auto;
  display: table;
  padding-bottom: 15px;
}

.n-featured-candidates.candidates-2 .owl-theme .owl-dots .owl-dot.active span,
.n-featured-candidates.candidates-2 .owl-theme .owl-dots .owl-dot:hover span {
  background: #fb236a;
}

.n-candidate-detail
  .n-candidate-meta
  .timeline-box
  ul.education
  li:first-child {
  margin-top: 0;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li:last-child {
  padding: 0;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li > span {
  width: 4px;
  height: 100%;
  background: #eee;
  left: -30px;
  position: absolute;
  top: 15px;
}

.n-candidate-detail
  .n-candidate-meta
  .timeline-box
  ul.education
  li:last-child
  span {
  background: none;
}

.n-candidate-detail
  .n-candidate-meta
  .timeline-box
  ul.education
  li
  > span:before {
  background-color: #fb236a;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 90%;
  border: 3px solid #fff;
  position: absolute;
  left: -5px;
  top: -10px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.07);
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li > span:after {
  content: "";
  position: absolute;
  top: 17px;
  left: -21px;
  width: 1px;
  height: 100%;
  background-color: #E85222;
  z-index: 1;
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education.education-history li > span:after {
  height: 140px;
}
.n-candidate-detail .n-candidate-meta .timeline-box.cetificates ul.education.education-history li > span:after {
  height: 170px;
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li:last-child > span:after {
  content: none;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .date {
  color: #243658;
  font-size: 12px;
  font-weight: 600;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .lead {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 18px;
  color: #243658;
  margin-top: 2px;
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .lead span {
  font-size: 14px;
  color: #777;
  margin-left: 15px;
}

.n-candidate-detail .n-candidate-meta .timeline-box div .type {
  font-size: 18px;
  margin-bottom: 0px;
  color: #fb236a;
  font-weight: 600;
}

.candidate-resume-page .main-body .timeline-box div .type span {
  margin-right: 30px;
  font-weight: 400;
  color: #242424;
}

.n-candidate-detail .n-candidate-meta .timeline-box div .type span strong {
  margin-right: 5px;
  text-transform: uppercase;
}

.n-candidate-detail .n-candidate-meta .timeline-box span.number {
  height: 100%;
}

.n-candidate-detail .n-candidate-meta .timeline-box p {
  margin-bottom: 0;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul li,
.n-candidate-detail .n-candidate-meta .timeline-box ol li {
  color: #777;
  padding: 5px 0;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .info {
  line-height: 30px;
  font-size: 16px;
  color: #243658;
}

.n-candidate-detail .n-candidate-meta .timeline-box .n-my-portfolio {
  position: relative;
}

.n-candidate-detail .n-candidate-meta .timeline-box .n-my-portfolio ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.n-candidate-detail .n-candidate-meta .timeline-box .n-my-portfolio ul li {
  max-width: 110px;
  max-height: 110px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  border: 3px solid #eee;
}

.n-candidate-detail .n-candidate-meta .timeline-box.n-video-portfolio {
  position: relative;
  margin-top: 30px;
}

.n-candidate-detail .n-single-sidebar .n-single-job-company {
  margin-top: 0;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.n-candidate-detail .n-single-sidebar .n-single-job-company .contact-img {
  max-width: 145px;
  margin: 30px auto;
  position: relative;
  background: url(../images/profile-bg.png) no-repeat scroll center center /
    cover;
  padding: 10px 0;
}

.n-candidate-detail .n-single-sidebar .n-single-job-company .contact-img img {
  max-width: 130px;
  max-height: 130px;
  border-radius: 50%;
  min-height: 130px;
  min-width: 130px;
}



.n-candidate-detail .n-candidate-info h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 0;
  font-size: 16px;
}

.n-candidate-detail .jobo-product-services h4{
  text-transform: none;
}

section.n-candidate-detail {
  background-color: #ffff;
  padding-top: 0px;
}
.n-candidate-detail .n-candidate-info {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  border-radius: 4px;
}

.n-candidate-detail .n-candidate-info ul {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.n-candidate-detail .n-candidate-info ul li {
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}

.n-candidate-detail .n-candidate-info ul li i {
  margin-right: 5px;
  color: #fb236a;
  float: left;
}

.n-candidate-detail .n-candidate-info ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.n-candidate-detail .n-candidate-info ul li img {
  margin-right: 10px;
  width: 35px;
  float: left;
  height: 35px;
}

.n-candidate-detail .n-candidate-info ul li .resume-detail-meta {
  padding-left: 50px;
}

.n-candidate-detail .n-candidate-info ul li .resume-detail-meta small {
  display: block;
  color: #777;
  font-size: 14px;
}

.n-candidate-detail .n-candidate-info ul li .resume-detail-meta strong {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  word-wrap: break-word;
}

.n-candidate-detail .n-candidate-contact-form {
  padding: 30px 20px;
  background-color: #fff;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 30px;
}

.n-candidate-detail .n-candidate-contact-form h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
}

.n-candidate-detail .n-candidate-contact-form input {
  height: 45px;
  border-radius: 3px;
}
.n-candidate-detail .save-resume-btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.n-candidate-detail .save-resume-btn button {
  padding: 4px 8px;
  color: #ffff;
  line-height: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.n-candidate-detail .save-resume-btn button.profile_saved {
  border: 1px solid #57b4dc;
  background-color: #57b4dc;
} 
.n-candidate-detail .save-resume-btn button.saving_resume {
  border: 1px solid #E85222;
  background-color: #E85222;
}
.n-candidate-detail .save-resume-btn button img {
  width: 20px;
  margin-right: 8px;
}
.n-candidate-detail .save-resume-btn button .info-tooltip-outer {
  position: absolute;
  top: -16px;
  right: 0px;
}
.n-candidate-detail .save-resume-btn button .info-tooltip-outer .info-icon {
  width: 12px;
  margin: 0;
}
.n-candidate-detail .save-resume-btn button .info-tooltip-outer .info-tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  background-color: #ffff;
  color: #243658;
  font-size: 10px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border: 1px solid #243658;
  border-radius: 25px 25px 0px 25px;
  padding: 4px 8px;
  position: absolute;
  z-index: 1;
  left: unset;
  bottom: 28px;
  right: 5px;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.n-candidate-detail .save-resume-btn button .info-tooltip-outer .info-tooltip-text::before {
  content: '';
  background-image: url(../images/icons/single-job-icons/tooltip-corner-right.png);
  position: absolute;
  bottom: -22px;
  right: -1px;
  width: 8px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.n-candidate-detail .save-resume-btn button .info-tooltip-outer:hover .info-tooltip-text {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}



.user-resume2-breadcrumb {
  padding: 150px 0 60px 0;
  box-shadow: none;
}

.user-resume2-breadcrumb .n-candidate-info {
  position: relative;
  overflow: hidden;
}

.user-resume2-breadcrumb .n-candidate-info .n-candidate-img-box {
  max-width: 160px;
  float: left;
  margin-right: 20px;
  background: url(../images/profile-bg.png) no-repeat scroll center center /
    contain;
  padding: 10px;
}

.user-resume2-breadcrumb .n-candidate-info .n-candidate-img-box img {
  border-radius: 50%;
}

.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}

.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box h4 {
  font-size: 24px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 24px;
}

.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box p {
  color: #fff;

  line-height: 22px;
}

.user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box p i {
  color: #fb236a;
  margin-right: 10px;
}

.user-resume2-breadcrumb
  .n-candidate-info
  .n-candidate-meta-box
  .n-skills-tags {
  position: relative;
  overflow: hidden;
}

.user-resume2-breadcrumb
  .n-candidate-info
  .n-candidate-meta-box
  .n-skills-tags
  a {
  background-color: transparent;
  padding: 5px 10px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.n-candidate-social-box {
  text-align: right;
  padding: 25px 0;
}

.n-candidate-social-box .social-links li:first-child {
  margin-left: 0;
}

.n-candidate-social-box .social-links li {
  display: inline-block;
  margin-left: 8px;
  padding: 0;
}

.n-candidate-social-box .social-links li a img {
  width: 35px;
}

.n-candidate-social-box .n-candiate-btns {
  margin-top: 30px;
}

.n-candidate-social-box .n-candiate-btns .btn {
  padding: 10px 40px;
}

.n-scroll-btns {
  text-align: right;
  position: absolute;
  right: 15px;
  top: -93px;
}

.n-scroll-btns a.n-btn-flat.btn-mid,
.n-scroll-btns a.n-btn-flat.btn-mid:focus {
  background: none;
  color: #fff;
  border-color: #fff;
  padding: 12px 40px;
  display: inline;
  border-radius: 0;
}

.n-candidate-meta ul.n-candidate-short-info {
  list-style: none;
  position: relative;
  overflow: hidden;
  padding-left: 0;
}

.n-candidate-meta ul.n-candidate-short-info li {
  float: left;
  width: 33.2%;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.n-candidate-meta ul.n-candidate-short-info .short-detail-icon {
  float: left;
  margin-right: 15px;
}

.n-candidate-meta ul.n-candidate-short-info .short-detail-icon img {
  margin-top: 5px;
}

.n-candidate-meta ul.n-candidate-short-info .short-detail-meta {
  position: relative;
  overflow: hidden;
}

.n-candidate-meta ul.n-candidate-short-info .short-detail-meta small {
  display: block;
  font-size: 16px;
  color: #242424;
  font-weight: 500;
}

.n-candidate-meta ul.n-candidate-short-info .short-detail-meta strong {
  font-weight: 400;
  font-size: 14px;
  color: #777;
  word-wrap: break-word;
}

.n-company-grids {
  position: relative;
}

.n-company-grids .n-company-grid-single {
  margin-bottom: 30px;
}

.n-company-grids .n-company-grid-single .n-company-grid-img {
  position: relative;
  padding: 30px 20px;
}

.n-company-grids .n-company-grid-single .n-company-grid-img:before {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(
    to right,
    rgba(0, 40, 70, 0.8),
    rgba(0, 0, 0, 0.8)
  );
  background: linear-gradient(
    to right,
    rgba(0, 40, 70, 0.8),
    rgba(0, 0, 0, 0.8)
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-logo {
  position: relative;
  overflow: hidden;
}

.n-company-grids .n-company-grid-single .features-star {
  left: auto;
  z-index: 1;
}

.n-company-grids
  .n-company-grid-single
  .n-company-grid-img
  .n-company-logo
  img {
  margin: 0 auto;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
  min-height: 80px;
}

.n-company-grids .n-company-grid-single .n-company-title {
  position: relative;
  overflow: hidden;
}

.n-company-grids
  .n-company-grid-single
  .n-company-grid-img
  .n-company-title
  h3 {
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.n-company-grids
  .n-company-grid-single
  .n-company-grid-img
  .n-company-title
  h3
  a {
  color: #fff;
}

.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-title p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.n-company-grids
  .n-company-grid-single
  .n-company-grid-img
  .n-company-title
  p
  i {
  margin-right: 5px;
  font-size: 18px;
}

.n-company-grids .n-company-grid-single .n-company-bottom {
  text-align: center;
  padding: 40px 20px 30px 20px;
  position: relative;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

.n-company-grids .n-company-grid-single .n-company-grid-img .n-company-follow {
  position: absolute;
  bottom: -18px;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 123px;
}

.n-company-grids
  .n-company-grid-single
  .n-company-grid-img
  .n-company-follow
  a {
  background: #fff;
  padding: 6px 30px;
  color: #fb236a;
}

.n-company-grids .n-company-grid-single .n-company-bottom .social-links {
  position: relative;
  overflow: hidden;
}

.n-company-grids .n-company-grid-single .n-company-bottom .social-links li {
  width: 40px;
  display: inline-block;
}

.n-company-grids .n-company-grid-single .n-company-bottom .social-links li img {
  width: 40px;
}

/*COMPANY LIST STYLE*/

.n-search-page.n-user-page {
  position: relative;
}

.n-search-page.n-user-page n-search-main {
  float: left;
  width: 100%;
}

.n-search-page.n-user-page .heading-area {
  background-color: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-search-page.n-user-page .heading-area h4 {
  color: #242424;
}

.n-search-page.n-user-page
  .heading-area
  .select2-container--default
  .select2-selection--single {
  background-color: transparent;
  border: 1px solid #eee;
}

.n-search-page.n-user-page
  .heading-area
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #242424;
}

.n-search-page.n-user-page
  .heading-area
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
}

.n-user-page .n-company-list {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}

.n-user-page .n-company-list .n-company-img {
  float: left;
  margin-right: 20px;
  max-width: 80px;
  max-height: 80px;
}

.n-user-page .n-company-list .n-company-img img {
  border-radius: 50%;
}

.n-user-page .n-company-list .n-company-meta {
  position: relative;
  overflow: hidden;
}

.n-user-page .n-company-list .n-company-meta h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.n-user-page .n-company-list .n-company-meta span {
  position: relative;
  color: #333;
}

.n-user-page .n-company-list .n-company-meta p.location {
  color: #fb236a;
  margin: 5px 0;
}

.n-user-page .n-company-list .n-company-meta p.location a {
  color: #fb236a;
}

.n-user-page .n-company-list .n-company-meta p.location i {
  margin-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}

.author-sidebar .n-company-contact-info .widget {
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.author-sidebar .n-company-contact-info .widget:last-child {
  margin-bottom: 0;
}

.author-sidebar .n-company-contact-info .widget h4.widget-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 20px;
}

.author-sidebar .n-company-contact-info .widget h4.widget-heading::before {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 70px;
  background-color: #fb236a;
}

.new-sidebar .n-general-select-search {
  position: relative;
}

.new-sidebar
  .n-general-select-search
  .select2-container--default
  .select2-selection--single {
  position: relative;
  border-radius: 0;
  border-color: #eee;
}

.new-sidebar
  .n-general-select-search
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
}

.new-sidebar
  .n-general-select-search
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  color: #999;
}

.new-sidebar
  .n-general-select-search
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
}

/*COMPANY DETAIL PAGE*/

.user-resume2-breadcrumb .n-company-info {
  position: relative;
  overflow: hidden;
}

.user-resume2-breadcrumb .n-company-info .n-company-meta-box {
  position: relative;
  overflow: hidden;
}

.user-resume2-breadcrumb .n-company-info .n-company-meta-box h4 {
  font-size: 24px;
  color: #fff;
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 24px;
}

.user-resume2-breadcrumb .n-company-info .n-company-meta-box p {
  color: #fff;
  line-height: 22px;
  font-size: 16px;
}

.user-resume2-breadcrumb .n-company-info .n-company-meta-box p i {
  color: #fb236a;
  margin-right: 10px;
}

.n-company-social-box {
  text-align: right;
}

.n-company-social-box .social-links li:first-child {
  margin-left: 0;
}

.n-company-social-box .social-links li {
  display: inline-block;
  margin-left: 8px;
  padding: 0;
}

.n-company-social-box .social-links li a img {
  width: 35px;
}

.n-company-social-box .n-company-btns {
  margin-top: 20px;
}

.n-company-social-box .n-company-btns .btn {
  padding: 10px 40px;
}

.n-company-social-box .n-company-btns .btn i {
  margin-right: 5px;
}

.n-company-breadcrumb {
  padding: 170px 0 40px 0;
}

.n-candidate-detail .n-company-float-img {
  position: absolute;
  top: -150px;
  left: 50%;
  width: 170px;
  min-width: 140px;
  max-width: 140px;
  margin-top: -70px;
  /* Half the height */
  margin-left: -70px;
  /* Half the width */
  z-index: 9;
}

.n-candidate-detail .n-company-float-img .n-company-img-box {
  background: url(../images/profile-bg-big.png) no-repeat scroll center center /
    contain;
  padding: 10px;
  width: 100%;

  height: 100%;
}

.n-candidate-detail .n-company-float-img .n-company-img-box img {
  border-radius: 50%;
  min-height: 110px;
  min-width: 110px;
  background-color: #fff;
  padding: 10px;
}

.n-company-breadcrumb .n-company-info .n-company-meta-box {
  position: relative;
  overflow: hidden;
}

.n-company-breadcrumb .n-company-info .n-company-meta-box h4 {
  font-size: 24px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 24px;
}

.n-company-breadcrumb .n-company-info .n-company-meta-box p {
  color: #fff;
  line-height: 22px;
  font-size: 16px;
}

.n-company-breadcrumb .n-company-info .n-company-meta-box p.location {
  color: #fff;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 0;
}

.n-company-breadcrumb .n-company-info .n-company-meta-box p i {
  color: #fb236a;
  margin-right: 10px;
}

/*PAGES BREADCRUMB*/

.n-pages-breadcrumb {
  background: url(../images/slider-image.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  /* background-color: rgba(151, 211, 243, 1); */
  background-image: linear-gradient(to bottom, #b6ddf6, #4db4dd);
  /* background-image: linear-gradient(to bottom, #ece172, #cfdd4d); */
  position: relative;
  padding: 110px 0 0 0;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.3);
  height: 320px;
}

/*.n-pages-breadcrumb:before {
        background: rgba(0, 0, 0, 0.8);
        background: -webkit-linear-gradient(to right, rgba(0, 40, 70, 0.6), rgba(0, 0, 0, 0.8));
        background: linear-gradient(to right, rgba(0, 40, 70, 0.6), rgba(0, 0, 0, 0.8));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}*/
.n-pages-breadcrumb .n-breadcrumb-info {
  text-align: center;
}

.n-pages-breadcrumb .n-breadcrumb-info h1 {
  color: #243658;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 25px;
  font-family: "poppins", sans-serif;
}

.n-pages-breadcrumb .n-breadcrumb-info h1::before {
  background-color: #fb236a;
  content: "";
  height: 2px;
  margin: 0 auto;
  position: absolute;
  width: 50px;
  top: 45px;
  left: 47%;
}

.n-pages-breadcrumb .n-breadcrumb-info p {
  color: #243658;
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  display: block;
}

.n-job-pages-section {
  position: relative;
  padding-top: 0;
  padding-bottom: 80px;
}
.n-job-pages-section.ad_bg_snd_sec_blue {
	/* 	background-image: linear-gradient(to bottom, #8bd2ff, #4db4dd); */
	background-color: #4fb5de;
}
.n-job-pages-section.ad_bg_snd_sec_yellow {
	/* 	background-image: linear-gradient(to bottom, #fad874, #fad874); */
	background-color: #fad874;
}

.n-job-pages-section .n-jobpost {
  background-color: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
  margin-top: -200px;
  padding: 30px 0px 60px 0px;
}

/* .n-job-pages-section .post-job-heading {
  margin-bottom: 10px;
} */

.n-job-pages-section h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #242424;
}

.n-job-pages-section .form-group {
  margin-bottom: 30px;
  position: relative;
}

.n-job-pages-section .buttons-area .form-group {
  margin-bottom: 30px;
  position: relative;
}

.n-job-pages-section
  .form-group
  .select2-container--default
  .select2-selection--single {
  border: 1px solid #eee;
  border-radius: 0;
}

.n-job-pages-section.form-group .icheckbox_square {
  margin-right: 5px;
  display: inline-block;
}

.n-job-pages-section .form-group p.policy-link {
  display: inline;
  margin-bottom: 0;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 10px;
}

.n-jobpost .job-topups {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.n-jobpost .job-topups ul {
  list-style: none;
}

.n-jobpost .job-topups ul li {
  padding: 15px;
  position: relative;
  overflow: hidden;
}

.n-jobpost .job-topups .job-topups-box {
  position: relative;
  overflow: hidden;
  width: 70%;
  float: left;
}

.n-jobpost .job-topups .job-topups-box h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.n-jobpost .job-topups .job-topups-box p {
  margin-bottom: 0;
}

.n-jobpost .job-topups .job-topups-checkbox {
  width: 30%;
  position: relative;
  overflow: hidden;
  text-align: right;
}

.n-jobpost .job-topups ul li:nth-child(2n + 1) {
  background-color: #f5f5f5;
}

.n-jobpost #your_current_location {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.n-jobpost #your_current_location i {
  font-size: 18px;
  color: #999;
}

.dashboard-new #your_current_location {
  position: absolute;
  right: 30px;
  bottom: 28px;
}

.dashboard-new #your_current_location i {
  font-size: 20px;
  color: #999;
}

.custom-search-form #your_current_location_alert {
  position: absolute;
  right: 15px;
  bottom: 62px;
}

.custom-search-form #your_current_location_alert i {
  font-size: 20px;
  color: #999;
}

.alert-job-modal-popup #your_current_location_alert2 i {
  font-size: 18px;
  color: #999;
}

.alert-job-modal-popup #your_current_location_alert2 {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.n-job-pages-section .n-job-pages {
  background-color: #fff;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
  margin-top: -65px;
  border-radius: 4px;
}

.n-job-pages-section .n-job-pages .n-page-right-side {
  padding: 30px;
  background-color: #110f24;
  min-height: 510px;
}

.n-job-pages-section .n-job-pages .n-page-right-side h3 {
  color: #fff;
}

.n-job-pages-section .n-job-pages .n-page-right-side p {
  color: #fff;
  font-size: 16px;
}

.n-job-pages-section .n-job-pages .n-page-left-side {
  padding: 30px 15px;
  position: relative;
  overflow: hidden;
}

.n-job-pages-section .n-job-pages .n-page-left-side .signup-area {
  margin-top: 60px;
  text-align: center;
  font-size: 16px;
  color: #777;
}

.n-job-pages-section .n-job-pages .n-page-left-side .form-group a,
.n-job-pages-section .n-job-pages .n-page-left-side .form-group a:hover {
  color: #777;
}

.n-job-pages-section .n-job-pages .n-page-left-side .signup-area a {
  font-weight: 500;
  color: #E85222;
}

.n-job-pages-section
  .n-job-pages
  .n-page-right-side
  .social-buttons
  .form-group:last-child {
  margin-bottom: 0;
}

.n-job-pages-section
  .n-job-pages
  .n-page-right-side
  .social-buttons
  .btn-linkedIn {
  background-color: #0077b5;
  color: #fff;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.n-job-pages-section
  .n-job-pages
  .n-page-right-side
  .social-buttons
  .btn-linkedIn
  i {
  border-right: 1px solid #2088cb;
  padding: 0px 15px;
  line-height: 50px;
  font-size: 20px;
  vertical-align: middle;
}

.n-job-pages-section
  .n-job-pages
  .n-page-right-side
  .social-buttons
  .btn-linkedIn
  span {
  padding: 12px 15px;
  font-weight: 500;
  vertical-align: middle;
}

.n-job-pages-section
  .n-job-pages
  .n-page-right-side
  .social-buttons
  .btn-facebook {
  background-color: #3b5998;
  color: #fff;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  padding: 15px;
}

.n-job-pages-section
  .n-job-pages
  .n-page-right-side
  .social-buttons
  .btn-facebook
  img {
  width: 35px;
  height: 20px;
  padding-right: 15px;
  border-right: 1px solid #ccc;
}

.n-job-pages-section
  .n-job-pages
  .n-page-right-side
  .social-buttons
  .btn-facebook
  span {
  padding: 12px 15px;
  font-weight: 500;
  vertical-align: middle;
}

.n-job-pages-section
  .n-job-pages
  .n-page-right-side
  .social-buttons
  .btn-google {
  background-color: #fff;
  color: #fff;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  padding: 15px;
}

.n-job-pages-section
  .n-job-pages
  .n-page-right-side
  .social-buttons
  .btn-google
  i {
  border-right: 1px solid #e2695e;
  padding: 0px 15px;
  line-height: 50px;
  font-size: 20px;
  vertical-align: middle;
}

.n-job-pages-section
  .n-job-pages
  .n-page-right-side
  .social-buttons
  .btn-google
  span {
  padding: 12px 15px;
  font-weight: 500;
  vertical-align: middle;
  color: #242424;
}

.n-job-pages-section
  .n-job-pages
  .n-page-right-side
  .social-buttons
  .btn-google
  img {
  width: 35px;
  height: 20px;
  padding-right: 15px;
  border-right: 1px solid #ccc;
}

.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area {
  position: relative;
}

.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area .form-group {
  display: inline-block;
  margin-bottom: 0;
  line-height: 40px;
}

.n-job-pages-section .n-job-pages .n-page-left-side .remember_area .form-group {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 40px;
}

.n-job-pages-section
  .n-job-pages
  .n-page-left-side
  .remember_area
  .form-group
  p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.n-job-pages-section
  .n-job-pages
  .n-page-left-side
  .buttons-area
  .icheckbox_square {
  margin-right: 10px;
  display: inline-block;
}

.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

.n-job-pages-section .n-job-pages .n-page-left-side .buttons-area p a {
  color: #242424;
  font-weight: 500;
}

.n-job-pages-section .n-job-pages .n-page-right-side ul {
  padding-left: 20px;
  margin-bottom: 30px;
  list-style-type: none;
}

.n-job-pages-section .n-job-pages .n-page-right-side ul li {
  color: #fff;
  line-height: 30px;
  font-size: 16px;
}

.n-job-pages-section .n-job-pages .n-page-left-side #status {
  margin-bottom: 30px;
}

.n-job-pages-section .n-job-pages .n-page-left-side #status .btn-default {
  border-radius: 0;
  padding: 10px 30px;
  border-color: #e1e1e1;
  font-weight: 500;
}

.n-job-pages-section
  .n-job-pages
  .n-page-left-side
  #status
  .btn-default.active {
  box-shadow: none;
  background-color: transparent;
  background: #fb236a;
  background: -webkit-linear-gradient(to right, #fb236a, #fb236a);
  background: linear-gradient(to right, #fb236a, #fb236a);
  border-color: #fb236a;
  color: #fff;
}

.n-job-pages-section .n-job-pages.register-page .n-page-right-side {
  min-height: 530px;
}

.n-job-pages-section .n-job-pages.register-page .n-page-left-side .signup-area {
  margin-top: 20px;
  text-align: left;
}

.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul {
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
}

.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li {
  line-height: 30px;
  padding: 15px 0;
}

.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li i {
  font-size: 30px;
  float: left;
  margin-right: 10px;
  line-height: 34px;
}

.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li a {
  color: #fff;
  font-size: 16px;
}

.n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li p {
  margin-bottom: 0;
  font-size: 16px;
}

.n-job-pages-section
  .n-job-pages.contact-page
  .n-page-right-side
  .contact-detail {
  margin-left: 50px;
}

.n-job-pages-section
  .n-job-pages.contact-page
  .n-page-right-side
  .social-links {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.n-job-pages-section
  .n-job-pages.contact-page
  .n-page-right-side
  .social-links
  li {
  width: 35px;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
}

.n-job-pages-section .n-job-pages.contact-page .n-page-right-side {
  min-height: 520px;
}

.error-page-section {
  background: #fff url("../images/city.png") repeat-x scroll center bottom;
  text-align: center;
  padding: 80px 0;
  margin-top: -350px !important;
  padding-bottom: 200px;
}

.error-page-section .error-404 h2 {
  font-size: 150px;
  font-weight: 500;
  margin: 0;
  line-height: 150px;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.2);
}

.error-page-section .error-404 h4 {
  font-size: 30px;
  margin-top: 0;
  font-weight: 500;
}

.error-page-section .error-404 p {
  font-size: 16px;
  margin-bottom: 30px;
}

/*USER SELECTION PAGE*/

.n-job-pages-section .n-job-pages.user-section {
  text-align: center;
  padding: 100px 0;
}

.n-job-pages-section .n-job-pages.user-section h3 {
  margin-bottom: 30px;
}

.n-job-pages-section .n-job-pages.user-section #status {
  position: relative;
}

.n-job-pages-section .n-job-pages.user-section #status .btn-default {
  border-radius: 0;
  padding: 10px 30px;
  border-color: #e1e1e1;
  font-weight: 500;
}

.n-job-pages-section .n-job-pages.user-section #status .btn-default.active {
  box-shadow: none;
  background-color: transparent;
  background: #fb236a;
  background: -webkit-linear-gradient(to right, #fb236a, #fb236a);
  background: linear-gradient(to right, #fb236a, #fb236a);
  border-color: #fb236a;
}

.n-job-pages-section .n-job-pages.user-section .buttons-area {
  margin-top: 30px;
}

.n-job-pages-section .n-job-pages.user-section .buttons-area .icheckbox_square {
  margin-right: 5px;
}

.n-job-pages-section .n-job-pages.user-section .buttons-area p {
  display: inline;
  margin-bottom: 0;
  vertical-align: middle;
}

/*MODAL CSS*/
.modal-popup .modal-content {
  border-radius: 0;
}

.modal-popup .modal-content .modal-body {
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.modal-popup .modal-content .modal-body h4 {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 500;
}

.modal-popup .modal-content .modal-body .form-group {
  margin-bottom: 30px;
}

/*MAP FIXED*/

/*.search-page-with-map {
        padding-top:70px;
}*/
.right-part {
  width: calc(100% - 900px);
  position: fixed;
  right: 0;
  top: 0;
  float: right;
}

.right-part.left-flip {
  right: auto;
  left: 0;
}

.left-part {
  padding: 0 10px;
  width: 900px;
  margin-top: 115px;
  margin-bottom: 30px;
}

.left-part .n-search-listing .pagination {
  margin-top: 0;
}

#mapid {
  height: 100vh;
}

.location-filters {
  position: relative;
}

.location-filters .form-group {
  margin-bottom: 20px;
}

.location-filters .form-group i {
  position: absolute;
  right: 35px;
  bottom: 35px;
  color: #777;
}

.search-map-filters {
  position: relative;
  overflow: hidden;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  padding: 30px 20px;
}

.search-map-filters .form-group label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  width: 100%;
}

.search-map-filters .form-group .slider .tooltip.top {
  margin-top: -20px;
}

.search-map-filters .form-group .slider.slider-horizontal {
  width: 100% !important;
  height: 45px;
}

.search-map-filters .form-group .slider-handle {
  background: #fff;
  opacity: 1;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.07);
  width: 15px;
  height: 15px;
}

.search-map-filters .form-group .slider.slider-horizontal .slider-track {
  background: #fb236a;
  height: 6px;
}

.search-map-filters .form-group .slider-selection {
  background: #f5f5f5;
  box-shadow: none;
}

.filters-toggle {
  font-size: 14px;
  float: right;
  cursor: pointer;
}

.filters-toggle i {
  font-size: 14px;
  margin-right: 5px;
  filter: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}

.filters-container {
  position: relative;
  float: left;
  width: 100%;
}

.filters-toggle.collapsed i {
  filter: progid DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(-0deg);
  transform: rotate(0deg);
}

.filters-container label {
  margin-right: 10px;
  font-size: 16px;
}

.filters-container .proximity-space {
  margin-right: 10px;
}

.result-area {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  margin-top: 10px;
}

.result-area h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.slider-track {
  background-color: #f9f9f9;
  box-shadow: none;
}

.slider.slider-horizontal .slider-track {
  height: 7px;
  width: 100%;
  margin-top: -4px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal {
  width: 80%;
  height: 20px;
}

.slider-handle {
  background: none;
  background-color: #fff;
  border: 2px solid #e52d27;
  width: 18px;
  height: 18px;
}

.slider-selection {
  background: none;
  background-color: #e52d27;
  box-shadow: none;
}

.slider-track {
  background-image: linear-gradient(to bottom, #ddd 0%, #ddd 100%);
}

/*SEARCH WITH MAP IN SIDEBAR*/

.search-page-with-map.sidebars {
  display: flex;
  align-items: flex-start;
  max-height: 100vh;
}

.search-page-with-map.sidebars .new-sidebar {
  width: 250px;
}

.search-page-with-map.sidebars .left-part {
  width: 50%;
  margin-top: 0;
}

.search-page-with-map.sidebars .right-part {
  width: calc(50% - 250px);
}

.search-page-with-map.sidebars .side-filters {
  max-height: 100vh;
}

.side-listings {
  max-height: 100vh;
  padding-bottom: 30px;
}

.search-page-with-map.sidebars .n-search-main {
  margin-top: 150px;
  float: left;
  padding-bottom: 30px;
  width: 100%;
}

.search-page-with-map.sidebars .new-sidebar .heading {
  margin-top: 140px;
  border: none;
}

.search-page-with-map.sidebars .new-sidebar .panel-default {
  border: none;
}

.search-page-with-map.sidebars .new-sidebar .panel-default:last-child {
  border: none;
  box-shadow: none;
}

.search-page-with-map.sidebars .new-sidebar .panel-default ul li label {
  color: #777;
}

.search-page-with-map.sidebars .new-sidebar .panel-group {
  margin-bottom: 30px;
}

/*BLOG DETAIL PAGE*/
.blog-detail-page .blog-post {
  overflow: hidden;
  margin-bottom: 30px;
}

.blog-detail-page .blog-post a {
  color: inherit;
}

.blog-detail-page .post-info a {
  margin-right: 20px;
  color: #fb236a;
}

.blog-detail-page .post-img {
  margin-bottom: 30px;
  position: relative;
}

.blog-detail-page .post-img img {
  height: auto;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.blog-detail-page .blog-post .post-img .author-icon {
  position: absolute;
  right: 30px;
  bottom: -25px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}

.blog-detail-page .blog-post .post-img .author-icon img {
  width: 50px;
  height: 50px;
}

.blog-detail-page .post-info {
  font-size: 14px;
  color: #777;
}

.blog-detail-page .post-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 10px;
  word-wrap: break-word;
  transition: all 0.4s ease 0s;
}

.blog-detail-page .post-title a:hover {
  color: #fb236a;
}

.blog-detail-page .blog-single p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.9;
}

.blog-detail-page .post-excerpt {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
  padding: 0 20px;
}

/* ---- SINGLE BLOG PAGE CSS ---- */
.blog-detail-page .blog-single .blog-main-title {
  font-size: 30px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
}

.blog-detail-page .blog-single {
  position: relative;
  overflow: hidden;
}

.blog-detail-page .blog-single ul,
.blog-detail-page .blog-single ol {
  margin-bottom: 30px;
  padding-left: 20px;
}

.blog-detail-page .blog-single ul li,
.blog-detail-page .blog-single ol li {
  line-height: 1.9;
  font-size: 16px;
  color: #777;
}

.blog-detail-page .blog-single ul li:last-child,
.blog-detail-page .blog-single ol li:last-child {
  padding-bottom: 0;
}

.blog-detail-page blockquote {
  line-height: 30px;
  border-left: 5px solid #fb236a;
  font-size: 18px;
  margin: 30px 0;
  font-style: italic;
  padding: 0;
  padding-left: 30px;
  color: #242424;
}

.blog-detail-page blockquote p {
  font-size: 18px !important;
  color: #242424;
}

.blog-detail-page .blog-single .tagcloud {
  border-top: 1px solid #eee;
  padding: 20px 0;
  width: 100%;
  display: inline-block;
}

.blog-detail-page .tagcloud i {
  margin-right: 20px;
}

.blog-detail-page .tagcloud a {
  color: #777 !important;
  margin-right: 10px;
  word-wrap: break-word;
}
.blog-detail-page .pck-btn {
  text-align: center;
  margin-top: 40px;
}
.blog-detail-page .pck-btn a.btn {
  color: #ffff;

}

.blog-sidebar .search-blog .stylish-input-group .form-control {
  background-color: #fff;
  border-color: #ccc;
  border-right: 0 none #ccc;
  height: 50px;
  border-radius: 4px 0 0 4px;
}

.blog-sidebar .search-blog .stylish-input-group .input-group-addon {
  background-color: #fb236a;
  border: none;
}

.blog-sidebar .search-blog .stylish-input-group button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  line-height: normal;
  color: #fff;
}

.blog-sidebar .widget {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  padding: 20px 25px;
  border: 1px solid #eee;
}

.blog-sidebar .widget .widget-heading {
  background-color: transparent;
  padding-bottom: 10px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  position: relative;
  font-family: "Quicksand", sans-serif;
}

.blog-sidebar .widget .widget-heading::before {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 70px;
  background-color: #fb236a;
}

.blog-sidebar .widget ul li a span {
  float: right;
}

.blog-sidebar .widget .categories-module {
  background-color: #fff;
}

.blog-sidebar .widget .categories-module li {
  border-bottom: 1px solid #f1f1f1;
  display: block;
  padding-bottom: 13px;
  padding-top: 13px;
}

.blog-sidebar .widget .categories-module li a {
  color: #242424;
  font-size: 14px;
  text-transform: capitalize;
}

.blog-sidebar .widget .categories-module li a:hover {
  color: #fb236a;
}

.blog-sidebar .widget ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-sidebar .widget .recent-ads-list-image {
  display: table-cell;
  width: 96px;
}

.blog-sidebar .widget .recent-ads-list-image-inner {
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  height: 60px;
  margin: 0 16px 0 0;
  position: relative;
  width: 100px;
}

.blog-sidebar .widget .recent-ads-list-image img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.blog-sidebar .widget .recent-ads-list-content {
  display: table-cell;
  vertical-align: top;
}

.blog-sidebar .widget .related-post li {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.blog-sidebar .widget .related-post li a {
  color: #242424;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  display: block;
  font-size: 16px;
}

.blog-sidebar .widget .related-post li a:hover {
  color: #fb236a;
}

.blog-sidebar .widget .related-post li span {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  color: #777;
}

.blog-sidebar .widget .related-post li span i {
  color: #777;
  position: relative;
  margin-right: 10px;
  font-size: 14px;
}

.blog-sidebar .widget .recent-ads .recent-ads-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 0 15px;
  padding: 0 0 15px;
}

.blog-sidebar .widget .recent-ads .recent-ads-list:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.blog-sidebar .widget .recent-ads .recent-ads-container {
  display: table;
  width: 100%;
}

.blog-sidebar .widget .recent-ads .recent-ads-list-image {
  display: table-cell;
  width: 96px;
}

.blog-sidebar .widget .recent-ads .recent-ads-list-image-inner {
  background-color: rgba(0, 0, 0, 0.12);
  display: block;
  height: 70px;
  margin: 0 16px 0 0;
  position: relative;

  width: 100px;
}

.blog-sidebar .widget .recent-ads .recent-ads-list-image img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.blog-sidebar .widget .recent-ads .recent-ads-list-content {
  display: table-cell;
  vertical-align: top;
}

.blog-sidebar .widget .recent-ads .recent-ads-list-content h3 {
  color: #242424;
  font-size: 16px;
}

.blog-sidebar .widget .recent-ads .recent-ads-list-title {
  margin: 0;
}

.blog-sidebar .widget .recent-ads .recent-ads-list-title a {
  color: #242424;
  font-size: 14px;
}

.blog-sidebar
  .widget
  .recent-ads
  .recent-ads-list-content
  .recent-ads-list-location
  li {
  margin-top: 5px;
  padding: 0;
  color: #777;
}

.blog-sidebar
  .widget
  .recent-ads
  .recent-ads-list-content
  .recent-ads-list-location
  li
  a {
  color: #777;
}

.premium-badges {
  margin-bottom: 30px;
  background-color: #fff;
  padding: 20px;
  padding-bottom: 15px;
}

.n-job-tags {
  background-color: #fff;
  position: relative;
  margin-top: 30px;
  padding: 15px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-job-tags h3 {
  margin-bottom: 20px;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  font-weight: 600;
  color: #b1b2b3;
  font-family: Poppins, sans-serif;
}

.n-job-tags .job-tag-list {
  position: relative;
}

.n-job-tags .job-tag-list a {
  background-color: #f1f1f1;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.n-advert-box {
  margin: 0 auto;
  display: table;
  margin-bottom: 30px;
}

.post-desc h1 {
  font-size: 48px;
  margin: 25px 0 0;
}

.post-desc h2 {
  font-size: 30px;
  margin: 25px 0;
}

.post-desc h3 {
  font-size: 22px;
  margin: 22px 0;
}

.post-desc h4 {
  font-size: 20px;
  margin: 25px 0;
}

.post-desc h5 {
  font-size: 18px;
  margin: 30px 0;
}

.post-desc h6 {
  font-size: 16px;
  margin: 36px 0;
}

.post-desc img,
.post-desc img[height],
.post-desc img[class*="align"],
.post-desc img[class*="wp-image-"],
.post-desc img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.comment-list .comment .comment-content p {
  font-size: 16px;
  color: #777;
}

.blog-detail-page .blog-heading h2 {
  font-size: 20px;
  margin: 0 0 15px;
  padding: 13px 18px 0 0;
  padding-top: 13px;
  text-transform: capitalize;
  font-weight: 600;
}

.blog-detail-page .blog-section.review-form {
  padding: 0;
}

.blog-detail-page .blog-section.review-form h2 {
  margin-top: 0;
  padding-top: 0;
}

.blog-detail-page .comment-notes {
  font-size: 16px;
}

.comment-list {
  list-style: outside none none;
  margin: 0;
  padding: 0 !important;
}

.comment-list .children {
  list-style: outside none none;
  padding-left: 35px;
}

.comment-meta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.comment .gravatar {
  width: 5rem;

  margin: 0;
}

.comment-wrapper img.avatar {
  border-radius: 50%;
  vertical-align: bottom;
  margin: 0;
  min-width: 40px;
  border: 1px solid #ddd;
  padding: 1px;
}

.comment-meta {
  line-height: 1.4;
}

.comment-author-linkz a,
.comment-author-linkz {
  color: #333;
  font-weight: 500;
  font-size: 16px;
}

.comment-meta-item,
.entry-meta-item {
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
}

.comment-meta-item a {
  color: #242424;
}

.comment-content {
  padding: 2rem;
  background-color: #fafafa;
  border: 1px solid #e1e8ed;
  margin-bottom: 2rem;
  position: relative;
  border-radius: 4px;
}

.comment-list .comment .comment-wrapper,
.comment-list .comment .comment-wrapper ol,
.comment-list .comment .comment-wrapper ul {
  color: #777;
  font-size: 16px;
}

.comment-list .comment .comment-wrapper ul,
.comment-list .comment .comment-wrapper ol {
  padding-left: 30px;
}

.comment-list .comment .comment-wrapper dd,
.comment-list .comment .comment-wrapper dt {
  line-height: inherit;
}

.comment-list .comment .comment-wrapper table {
  border: 1px solid #eee;
  background-color: #fff;
}

.comment-list .comment .comment-wrapper table,
.comment-list .comment .comment-wrapper td,
.comment-list .comment .comment-wrapper th {
  text-align: left;
}

.comment-content::after {
  position: absolute;
  top: -10px;
  left: 12px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e1e8ed;
}

.comment-content::after {
  clear: both;
}

.comment-content::before,
.comment-content::after {
  content: "";
  display: table;
  table-layout: fixed;
}

.comment-reply-link {
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #fff !important;
  font-weight: 500;
  background-color: #242424;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 4px;
}

.comment-reply-link:hover {
  background-color: #fb236a;
}

h3#reply-title {
  font-size: 18px;
}

.post-excerpt li {
  margin: 0 0 0 2.571428571rem;
}

.blog-section .comment-respond .comment-form .form-group label {
  font-size: 16px;
  font-weight: 500;
}

.post-excerpt ol,
.post-excerpt ol,
.post-excerpt ul,
.comment-content ul,
.mu_register ul {
  line-height: 1.714285714;
}

.post-excerpt ol.comment-list li {
  margin: inherit;
}

.post-excerpt ol.comment-list li .comment-body ul,
.post-excerpt ol.comment-list li .comment-body ol {
  margin: 0 0 0 2.571428571rem;
}

/* ---- ACCORDIAN CSS ---- */
/*ABOUT US PAGE*/
.drop-accordion .panel-title a {
  display: block;
  position: relative;
  padding: 10px 60px 10px 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #6d7194;
}

.drop-accordion .panel-default {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drop-accordion .panel-heading {
  overflow: hidden;
  padding: 0;
  border: 1px solid #f1f1f1;
  background: fcfcfc;
  border-radius: 0;
}

.drop-accordion .panel-title a {
  display: block;
  position: relative;
  padding: 20px 60px 20px 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: #191919;
}

.drop-accordion .panel-title .expand-icon-wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #d9d7d7;
  font-size: 24px;
  line-height: 46px;
  color: #fb236a;
}

.drop-accordion .expand-icon-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.drop-accordion .panel-title .expand-icon {
  padding: 0 18px;
  vertical-align: middle;
}

.drop-accordion .panel-title .expand-icon:before {
  content: "\f055";
}

.drop-accordion .panel-body {
  line-height: 25px;
  padding: 20px;
  position: relative;
  border: 1px solid #d9d7d7;
}

.drop-accordion .circlus-ui .drop-accordion .panel-body,
.leaf-ui .drop-accordion .panel-body {
  border-radius: 4px;
}

.drop-accordion .panel-body-icon {
  width: 75px;
  float: left;
  padding: 10px;
}

.drop-accordion .panel-body-icon i {
  font-size: 45px;
  color: #fb236a;
}

.drop-accordion .tab-collapsed {
  border: transparent;
  background: #fb236a;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.drop-accordion .tab-collapsed a {
  color: #fff;
}

.drop-accordion .about-us .panel-group {
  margin-bottom: 0;
}

.drop-accordion .tab-collapsed .expand-icon-wrap {
  border-color: #fff;
  color: #fff;
}

.drop-accordion .tab-collapsed .expand-icon:before {
  content: "\f056";
}

.drop-accordion .panel-body ul {
  list-style: disc !important;
  padding: 0 0 0 30px;
  text-decoration: none;
  margin-bottom: 0;
}

.drop-accordion .panel-body ul li {
  padding: 5px;
}

blockquote {
  line-height: 30px;
  border-left: 5px solid #fb236a;
  font-size: 18px;
  margin: 30px 0;
  font-style: italic;
  padding: 0;
  padding-left: 0px;
  padding-left: 30px;
}

/*ABOUT US PAGE*/
.about-us .large-paragraph {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.75;
  color: #242424;
}

.about-us h2 {
  margin: 0;
  margin-bottom: 10px;
  color: #fb236a;
  font-weight: 600;
}

.about-us p {
  font-size: 14px;
  color: #777;
  line-height: 1.75;
  margin-bottom: 20px;
}

.services-grid .icons img {
  width: 60px;
}

.services-grid h4 {
  font-size: 18px;
  margin-btoom: 10px;
  color: #232323;
  font-weight: 600;
}

.services-grid {
  background-color: #fff;
  transition: all 0.3s ease 0s;
  margin-bottom: 30px;
  position: relative;
}

.services-grid i {
  color: #fb236a;
}

.services {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

/* ---- TEAM SECTION CSS ---- */

.team {
  padding-bottom: 70px;
}

.team .heading {
  margin-bottom: 60px;
}

.team-member,
.team-member .team-img {
  position: relative;
}

.team-member {
  overflow: hidden;
  margin-bottom: 30px;
}

.team-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border: 20px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-member:hover .team-hover .desk {
  top: 35%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
  opacity: 1;
}

.team-hover .desk {
  position: absolute;
  top: 0%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  padding: 0 20px;
}

.desk,
.desk h4,
.team-hover .s-link a {
  text-align: center;
  color: #222;
}

.team-member:hover .team-hover .s-link {
  bottom: 10%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
  opacity: 1;
}

.team-hover .s-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  transform: translateY(45%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  font-size: 35px;
}

.desk,
.desk h4,
.team-hover .s-link a {
  text-align: center;
  color: #222;
}

.team-member .s-link a {
  margin: 0 10px;
  color: #333;
  font-size: 16px;
}

.team-member .s-link a i:hover {
  color: #29aafe;
}

.team-title {
  position: static;
  padding: 20px 0;
  display: inline-block;
  letter-spacing: 2px;
  width: 100%;
}

.team-title h5 {
  margin-bottom: 0px;
  display: block;
  text-transform: uppercase;
}

.team-title span {
  font-size: 12px;
  text-transform: uppercase;
  color: #a5a5a5;
  letter-spacing: 1px;
}

.light-txt {
  color: #fff !important;
}

.team-member .team-intro.light-txt h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.team-member .team-intro.light-txt span {
  color: #fff;
  font-size: 12px;
}

.team-member .team-intro h5,
.team-member .team-intro.light-txt span {
  margin-bottom: 0px;
  text-transform: capitalize;
}

.team-member .team-intro {
  position: absolute;
  right: 0;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  width: 75%;
  text-align: right;
}

/*NEW SHORTCODES*/
/*HOME WITH SIDE FORM*/

#intro-hero::after {
  background: rgba(0, 0, 0, 0.75);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#intro-hero {
  background: rgba(0, 0, 0, 0) url("../images/bg.jpeg") no-repeat scroll center
    center / cover;
  color: #fff;
  padding-bottom: 130px;
  padding-top: 220px;
  position: relative;
  z-index: 1;
}

.hero-title {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

#intro-hero h2 {
  font-size: 36px;
  font-weight: 600;
  margin-top: 0;
}

#intro-hero .hero-text-box p {
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}

.hero-tagline {
  font-size: 18px;
  margin-bottom: 50px;
  margin-top: 20px;
  line-height: 26px;
}

#intro-hero .hero-text-box {
  position: relative;
  margin-top: 40px;
}

.form-join {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  padding: 30px;
}

.form-join > h4 {
  color: #191919;
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}

.form-join .form-group label {
  text-align: left;
  width: 100%;
  text-transform: capitalize;
}

label {
  color: #243658;
  font-size: 14px;
  font-weight: 400;
}

.form-join .form-control {
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 3px;
  color: #555;
  font-size: 14px;
  height: auto;
  padding: 10px 15px;
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.form-join .minict_wrapper span {
  font-size: 14px;
  line-height: 35px;
  height: 40px;
}

.form-join .minict_wrapper {
  height: 45px;
  border: 1px solid #ddd;
}

.form-join .minict_wrapper.bubble::after {
  border-left: 1px solid #e5e5e5;
  box-shadow: 1px 0 0 0 #fff inset;
  height: 43px;
}

.form-join .minict_wrapper.bubble {
  box-shadow: none;
  background: none;
}

.form-join .btn-theme {
  margin-top: 20px;
  text-transform: capitalize;
}

.form-join .minict_wrapper span:empty::before {
  color: #999;
}

.form-join .n-btn-flat i {
  margin-left: 5px;
}

/*FUNFACT*/
.conter-grid {
  position: relative;
  overflow: hidden;
  margin-top: 45px;
}

.conter-grid .counter-box .counter-stats {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.conter-grid .counter-seprator {
  display: inline-block;
  float: left;
  width: 33%;
}

.conter-grid .count-title {
  font-size: 20px;
  margin: 0;
}

/* ---- CATEGORY SECTION 2 ---- */

.categories-section-2 {
  position: relative;
  background: url(../images/blog-big-elements.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.categories-boxes-2 {
  position: relative;
}

.categories-section-2 h2 span {
  color: #29aafe;
}

.categories-section-2 .popular-categories {
  margin: 0;
  display: block;
}

.categories-section-2 .popular-categories li {
  display: inline-block;
  width: 22.4%;
  float: left;
  padding: 60px 30px;
  border: 1px solid #f2f0f0;
  text-align: center;
  min-height: 240px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.categories-section-2 .popular-categories li:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 50px;
  background-color: #f5f5f5;
  top: -10px;
  left: -45px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.categories-section-2 .popular-categories li:hover {
  cursor: pointer;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.categories-section-2 .popular-categories li a {
  display: block;
  text-align: center;
  position: relative;
  background-color: #fff;
  font-size: 16px;
  color: #242424;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.categories-section-2 .popular-categories li a span {
  color: #777;
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

.categories-section-2 .popular-categories li a span.arrow i {
  font-size: 16px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -90px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.categories-section-2 .popular-categories li:hover span.arrow i {
  bottom: -40px;
}

.categories-section-2 .popular-categories li a .cat-icons img {
  display: block;
  margin: 0 auto;
  width: 80px;
  max-width: 80px;
}

.categories-section-2 .popular-categories li a .cat-icons {
  margin-bottom: 15px;
  min-height: 70px;
}

.categories-section-2 .popular-categories li a i {
  color: #fb236a;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

/*RESUME PAGE 3*/

.n-breadcrumb-big.resume-3-brreadcrumb {
  height: 300px;
  position: relative;
}

.n-breadcrumb-big.resume-3-brreadcrumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
}

.user-resume-3 {
  position: relative;
  background-color: #B5DCF6;
  padding: 0;
}
.user-resume-3 + .n-candidate-detail {
  background-color: #B5DCF6;
  padding-top: 10px;
}

.user-resume-3 .n-candidate-info {
  position: relative;
  margin-top: -90px;
}

.user-resume-3 .n-candidate-img-box {
  float: left;
  margin-right: 40px;
  max-width: 180px;
  vertical-align: bottom;
  position: relative;
  border-radius: 50%;
  padding: 5px;
  background-color: #B5DCF6;
}

.user-resume-3 .n-candidate-img-box img {
  border-radius: 50%;
  max-width: 170px;
  min-width: 170px;
  max-height: 170px;
  min-height: 170px;
  object-fit: cover;
}

/*.user-resume-3 .n-candidate-info:before {
  background-image: url(../images/ping.png);
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  top: -6px;
  left: -12%;
  height: 150px;
  width: 34%;
}*/

.user-resume-3 .n-candidate-meta-box {
  position: relative;
  padding-top: 10px;
}

.user-resume-3 .n-candidate-meta-box h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}

.user-resume-3 .n-candidate-meta-box p {
  margin-bottom: 0;
  color: #fff;
}

.user-resume-3 .n-candidate-meta-box a.btn {
  position: absolute;
  bottom: 20px;
  right: 0;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.user-resume-3 .n-candidate-meta-box .social-links {
  position: absolute;
  bottom: 0;
  right: 0;
}

.user-resume-3 .n-candidate-meta-box .social-links li a img {
  width: 35px;
}

.user-resume-3 .n-candidate-meta-box .social-links li {
  display: inline-block;
  margin-left: 8px;
  padding: 0;
}

.resume-3-sidebar .resume-3-box {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.resume-3-sidebar .resume-3-box .n-candidate-info {
  text-align: left;
}
.resume-3-sidebar .resume-3-box img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.resume-3-sidebar .resume-3-box h4 {
  font-weight: 600;
  color: #b1b2b3;
  margin: 0 0 5px 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}
.n-candidate-detail .resume-3-sidebar .resume-3-box h4 {
  color: #6f6f6e;
}
.resume-3-sidebar .resume-3-box p {
  line-height: 22px;
}
.resume-3-sidebar .resume-3-box p span {
  color: #777 !important;
}
.resume-3-sidebar .resume-3-box ul {
  list-style-type: none;
}
.resume-3-sidebar .resume-3-box ul li span {
  color: #777 !important; 
  line-height: 22px;
}

.resume-3-sidebar .resume-3-box .social-links {
  list-style-type: none;
  text-align: center;
  margin-top: 30px;
}
.resume-3-sidebar .resume-3-box .social-links li {
  display: inline-block;
  margin: 0 10px 10px 10px;
}
.resume-3-sidebar .resume-3-box .social-links li img {
  width: 32px;
  height: 32px;
  filter: invert(80%) sepia(51%) saturate(503%) hue-rotate(179deg) brightness(91%) contrast(104%);
}

.resume-3-sidebar .widget {
  padding: 10px;
  background-color: #ffff;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  border-radius: 4px;
}

.resume-3-sidebar .n-candidate-info ul.emp-gallery li {
  margin-bottom: 0px;
  margin-top: 5px;
}

.resume-3-sidebar .n-candidate-info .saving_resume {
  margin-top: 20px;
}

.resume-3-sidebar .n-candidate-info ul li:first-child {
  padding-top: 0;
}

.resume-3-sidebar .n-candidate-info ul li:last-child {
  padding-bottom: 0;
}

.resume-3-sidebar .n-candidate-info ul li i {
  margin-right: 5px;
  color: #fb236a;
  float: left;
  font-size: 36px;
}

.resume-3-sidebar .n-candidate-info ul li {
  border: none;
}

.resume-3-sidebar .n-candidate-info ul li .resume-detail-meta small {
  display: block;
  color: #243658;
  font-size: 16px;
  font-weight: 600;
}

.resume-3-sidebar .n-candidate-info ul li .resume-detail-meta strong {
  font-weight: 400;
  font-size: 14px;
  color: #243658;
  word-wrap: break-word;
}

.resume-3-sidebar
  .n-candidate-info
  ul
  li
  .resume-detail-meta
  strong.phonenumber {
  cursor: pointer;
}

.resume-3-sidebar .widget h4.widget-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 20px;
}

.n-candidate-detail .resume-3-sidebar .widget h4.widget-heading {
  font-size: 20px;
  color: #243658;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #E85222;
  display: inline-block;
/*  font-family: Poppins, sans-serif;*/
}
.n-candidate-detail .resume-3-sidebar .widget h4.widget-heading::before {
  content: none;
}


.resume-3-sidebar .widget h4.widget-heading::before {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 70px;
  background-color: #fb236a;
}

.resume-3-sidebar .n-candidate-info h4.widget-heading {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-bottom: 0px;
  color: #243658;
}

.resume-3-sidebar .n-candidate-info h4.widget-heading::before {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
  background-color: #fb236a;
}

.resume-3-sidebar .n-candidate-info .achievement-btn {
  padding: 13px 8px;
}
.resume-3-sidebar .n-candidate-info .n-btn-custom {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #58b5dc;
  border: 1px solid #ccc;
}

.resume-3-sidebar .widget input {
  background-color: #fbfbfb;
}

.resume-3-sidebar .widget .btn.n-btn-flat i {
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.resume-3-sidebar .jobo-custom-widget h4.widget-heading {
  padding-bottom: 0;
  margin-bottom: 5px;
  font-weight: 600;
  color: #b1b2b3;
  border-bottom: 0;
  font-family: Poppins, sans-serif;
}
.n-candidate-detail .resume-3-sidebar .jobo-custom-widget h4.widget-heading {
  color: #6f6f6e;  
}
.resume-3-sidebar .jobo-custom-widget h4.widget-heading::before {
  content: none;
}

.resume-3-sidebar .jobo-custom-widget .emp-gallery {
  margin-top: 0;
}
.resume-3-sidebar .emp-hours-schedule {
  padding: 0 10px;
  border: 0;
  margin-top: 30px;
}

.resume-3-sidebar .emp-hours-schedule h4.widget-heading {
  padding-bottom: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #b1b2b3;
  border-bottom: 0;
  font-family: Poppins, sans-serif;
}
.n-candidate-detail .emp-hours-schedule h4.widget-heading {
  color: #6f6f6e;  
}
.resume-3-sidebar .emp-hours-schedule h4.widget-heading::before {
  content: none;
}

.resume-3-sidebar .emp-hours-schedule ul li {
  border-bottom: 0;
  padding: 6px 10px;
  margin: 5px 0;
  border-radius: 4px;
}
.resume-3-sidebar .emp-hours-schedule ul li:last-child {
  padding-bottom: 6px;
}
.resume-3-sidebar .emp-hours-schedule ul li:nth-child(even) {
  background-color: #eee;
}

.resume-3-sidebar .emp-hours-schedule ul li .day-name,
.resume-3-sidebar .emp-hours-schedule ul li .day-timing {
  color: #1f3053;
}
.resume-3-sidebar .emp-hours-schedule ul li .day-name {
  font-weight: 600;
}

.n-candidate-detail .resume-3-detail {
  position: relative;
}

.n-candidate-detail .resume-3-detail .resume-3-box {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  /* overflow: hidden; */
  background-color: #ffff;
}

.n-candidate-detail .resume-3-detail .resume-3-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  color: #243658;
  border-bottom: 1px solid #E85222;
  display: inline-block;
}

.n-candidate-detail .resume-3-detail .resume-3-box p {
  font-size: 15px;
  margin-bottom: 30px;
}

.n-candidate-detail .resume-3-detail .resume-3-box p span,
.n-candidate-detail .resume-3-detail .resume-3-box p font {
  color: #b1b2b3 !important;
  font-family: "Poppins", sans-serif !important;
}

.n-candidate-detail .resume-3-detail .n-related-jobs {
  margin: 0;
  margin-bottom: 30px;
}

.n-candidate-detail .resume-3-detail .n-related-jobs .heading-title {
  margin-top: 20px;
  margin-bottom: 0;
}

.n-candidate-detail .resume-3-detail .n-related-jobs .heading-title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1f3053;
  margin-top: 0;
  margin-bottom: 20px;
}

.n-candidate-detail .resume-3-detail .n-related-jobs .heading-title h4 span {
  color: #e85222;
}

.n-candidate-detail
  .resume-3-detail
  .n-related-jobs
  .n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-detail {
  width: 100%;
}

.n-candidate-detail
  .resume-3-detail
  .n-related-jobs
  .n-featured-jobs
  .n-featured-job-boxes
  .n-job-single
  .n-job-img {
  display: none;
}

.resume-timeline {
  position: relative;
  border-left: 1px solid #f4f9ed;
}

.resume-timeline .resume-timeline-box {
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
}

.resume-timeline .resume-timeline-box:last-child p {
  margin-bottom: 0;
}

.resume-timeline .resume-timeline-box .degree-duration {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: 300;
  line-height: 1.1em;
  margin: 0 0 3px;
  background-color: #fb236a;
  padding: 5px 8px 5px 10px;
  margin-left: -30px;
}

.resume-timeline .resume-timeline-box .degree-duration::before,
.resume-timeline .resume-timeline-box .degree-duration::after {
  display: block;
  width: 5px;
  height: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fb236a;
}

.resume-timeline .resume-timeline-box .degree-name {
  display: block;
  margin: 10px 0 0;
  font-size: 1.14em;
  line-height: 1.5em;
}

.resume-timeline .resume-timeline-box .institute-name {
  display: block;
  color: #a5a5a5;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45em;
}

.resume-3-portfolio {
  position: relative;
  overflow: hidden;
}

.resume-3-portfolio ul {
  list-style: none;
  display: inline-flex;
}

.resume-3-portfolio ul li {
  float: left;
  width: 32.2%;
  border: none !important;
  margin-bottom: 3px;
  margin-right: 3px;
  border-radius: 8px;
  padding: 0 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.resume-3-portfolio ul li a img:hover {
  border-color: #fb236a;
}

.resume-3-portfolio li a {
  position: relative;
}

.resume-3-portfolio li a img {
  border-radius: 4px;
  border: 3px solid #eee;
  width: 100%;
  margin-right: 3px;
}

.resume-3-detail .resume-3-box .tooltip {
  position: relative;
  float: right;
  right: 0 !important;
  left: auto !important;
  z-index: unset;
}

.resume-3-detail .resume-3-box .tooltip > .tooltip-inner {
  background-color: #e85222;
  padding: 2px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 25px 25px 0 25px;
}

.resume-3-detail .resume-3-box .popOver + .tooltip > .tooltip-arrow {
  border-left: 2px solid #E85222;
  border-right: 4px solid transparent;
  border-top: 2px solid #E85222;
  border-bottom: 2px solid transparent;
  right: -1px;
  top: 30px;
  transform: rotate(90deg);
  left: unset !important;
  width: 0px;
  height: 0px;
}

.resume-3-detail .resume-3-box .progress {
  border-radius: 4px;
  box-shadow: none;
  height: 6px;
  overflow: visible;
  margin-top: 8px;
  background-color: #e1e1e1;
  margin-bottom: 45px;
  border: 1px solid #ccc;
}

.resume-3-detail .resume-3-box .bar-wrapper .progress-text {
  font-size: 16px;
  font-weight: 400;
  color: #b1b2b3;
}

.resume-3-detail .resume-3-box .progress-bar {
  background: #fb236a;
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
  border-radius: 4px;
  box-shadow: none;
  width: 0%;
}

.resume-3-detail .resume-3-box.resume-skills {
  position: relative;
}

.resume-3-detail .resume-3-box .portfolio-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.resume-3-detail .resume-3-box .portfolio-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.resume-3-detail .resume-3-box .portfolio-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-tip .tooltip-inner {
  background-color: transparent !important;
  padding: 0 !important;
  color: #242424 !important;
}

.custom-tip .tooltip-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent !important;
}

/*NEW ABOUT US*/

.equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

img {
  max-width: 100%;
  height: auto;
}

.icon-title {
  color: #222;
  font-size: 18px;
  margin-top: 0;
  font-weight: 600;
  line-height: 40px;
}

.icon-title .icon {
  float: left;
  color: #fff;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background-color: #fda7c3;
  border-radius: 3px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

[class|="space"] {
  display: block;
  width: 100%;
  overflow: hidden;
}

.single-service-two .title,
.single-service .title {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1.4em;
}

.single-service-two p {
  font-size: 17px;
}

.bttn-more.ppl {
  color: #fb236a;
}

.bttn-more.ppl::before {
  background-color: #fb236a;
}

.bttn-more::before {
  content: "";
  width: 20px;
  height: 2px;
  margin-right: 5px;
  border-radius: 10px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  background-color: #28cc8b;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.equal-height.revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* =-=-=-=-=-=-= Pricing Style 1  =-=-=-=-=-=-= */

.pricing-item {
  border: 7px solid #f1f1f1;
  color: #232323;
  padding: 15px 30px;
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #fff;
}

.pricing-item .price {
  font-size: 4.3em;
  font-weight: 900;
  letter-spacing: 3px;
  position: relative;
  float: left;
  width: 100%;
  line-height: 29px;
  margin-bottom: 25px;
}

.pricing-item .price small {
  font-size: 0.6em;
  position: relative;
  top: 0px;
}

.pricing-item .price small del {
  font-size: 18px;
  color: #777;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}

.pricing-item .price small ins {
  font-size: 30px;
}

.pricing-item strong {
  display: block;
  font-size: 1.2em;
  margin: 10px 0;
}

.pricing-item p {
  color: #999;
}

.pricing-item ul {
  list-style: none;
}

.pricing-item ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

.pricing-item .btn {
  margin: 15px 0;
}

/* =-=-=-=-=-=-= Pricing  =-=-=-=-=-=-= */
.pricing-fancy {
  padding: 60px 32px;
  background: #fff none repeat scroll 0 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}

.gray .pricing-fancy {
  border: medium none;
}

.pricing-fancy h3 {
  color: #232323;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0;
}

.pricing-fancy h3 span {
  font-weight: 300;
}

.pricing-fancy .icon-bg {
  bottom: 0;
  position: absolute;
  right: -30px;
  z-index: 1;
}

.pricing-fancy .icon-bg i {
  color: #f1f1f1;
  font-size: 170px;
}

.pricing-fancy .price-box {
  position: relative;
  z-index: 10;
}

.pricing-fancy .price-large {
  font-family: "Poppins", sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 82px;
  color: #232323;
  margin-bottom: 15px;
}

.pricing-fancy .dollartext,
.monthtext {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.pricing-fancy .price-box p {
  color: #d2d2d2;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pricing-fancy ul {
  list-style: none;
}

.pricing-fancy ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

.transparent-breadcrumb-listing {
  background: rgba(0, 0, 0, 0) url(../images/collage.jpg) no-repeat fixed center
    center/cover;
  color: #fff;
  padding-bottom: 35px;
  padding-top: 190px;
  position: relative;
  z-index: 1;
}

.transparent-breadcrumb-listing::after {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.transparent-breadcrumb-listing .list-heading h2 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
  color: #fff;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.case-section .image-column {
  position: relative;
  margin-bottom: 40px;
}

.case-section .image-column .inner-column {
  position: relative;
  padding-top: 40px;
  margin-left: -70px;
}

.case-section .image-column .image {
  position: relative;
  display: inline-block;
}

.case-section .image-column .image::before {
  position: absolute;
  content: "";
  left: 50px;
  top: -50px;
  width: 550px;
  height: 573px;
  z-index: -1;
  background: url(../images/lines.png) no-repeat;
}

.case-section .content-column .inner-column .sec-title {
  margin-bottom: 30px;
}

.sec-title .title {
  position: relative;
  color: #ff4c72;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.case-section .content-column .inner-column .sec-title h2 {
  max-width: 510px;
}

.sec-title h2 {
  position: relative;
  font-size: 30px;
  color: #222222;
  font-weight: 600;
  line-height: 1.3em;
  padding-bottom: 20px;
  display: inline-block;
  margin-top: 0;
}

.sec-title h2::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 42px;
  height: 3px;
  background-color: #ff4c72;
}

.case-section .content-column .text {
  position: relative;
}

.case-section .content-column .text p {
  position: relative;
  color: #777;
  font-size: 17px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.services-section .title-box {
  position: relative;
  padding-top: 10px;
  z-index: 2;
}

.services-section .title-box .title-column {
  position: relative;
  padding-bottom: 40px;
}

.services-section .title-box .title-column .inner-column {
  position: relative;
  padding-right: 30px;
  border-right: 2px solid #ff4c72;
}

.services-section .title-box .title-column .inner-column .big-letter {
  position: absolute;
  left: -80px;
  top: -120px;
  font-weight: 700;
  font-size: 400px;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.03);
}

.services-section .title-box .title-column h2 {
  position: relative;
  color: #222222;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 600;
  text-align: right;
  margin-top: 0;
}

.services-section .title-box .content-column {
  position: relative;
}

.services-section .title-box .content-column .inner-column {
  position: relative;
  padding-left: 40px;
}

.services-section .title-box .content-column .inner-column .text {
  position: relative;
  color: #777;
  font-size: 17px;
  line-height: 1.9em;
}

.services-section .outer-blocks {
  position: relative;
  margin-top: 100px;
}

.services-section .outer-blocks .row {
  margin: 0px -30px;
}

.services-section .outer-blocks .service-block {
  padding: 0px 30px;
}

.service-block {
  position: relative;
  margin-bottom: 40px;
}

.service-block .inner-box {
  position: relative;
  text-align: center;
  border-radius: 5px;
  padding: 40px 35px 20px;
  border: 1px solid #efefef;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #ffffff;
}

.service-block .inner-box .icon-box {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.service-block .inner-box h3 {
  position: relative;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.service-block .inner-box h3 a {
  position: relative;
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.service-block .inner-box .text {
  position: relative;
  color: #777777;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 18px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.service-block .inner-box .read-more {
  position: relative;
  font-size: 45px;
  color: #ffffff;
  line-height: 12px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.service-block .inner-box .read-more span {
  position: relative;
  font-size: 50px;
  color: #ffffff;
  line-height: 12px;
  display: inline-block;
}

.service-block .inner-box .read-more span {
  font-size: 50px;
  color: #ffffff;
  line-height: 12px;
}

.services-section {
  position: relative;
  margin-top: 80px;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url(../images/pattern-1.png);
  padding-bottom: 0;
}

.case-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}

.appointment-section {
  position: relative;
  padding: 95px 0px;
  background-image: url(../images/2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.appointment-section .inner-container {
  position: relative;
  max-width: 560px;
  float: right;
  width: 100%;
}

.appointment-section .inner-container h2 {
  position: relative;
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 10px;
  margin-top: 0;
}

.appointment-section .inner-container .text {
  position: relative;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 25px;
}

.btn-style-two {
  position: relative;
  line-height: 24px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  background: #d2b871;
  display: inline-block;
  padding: 11px 43px;
  border-radius: 50px;
  border: 2px solid #d2b871;
}

.appointment-section::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.single-service-two .bttn-more {
  font-size: 16px;
}

.mbr-40 {
  margin-bottom: 70px;
}

.mega-menu.on-white {
  border: none;
  box-shadow: none;
}

.mega-menu.on-white > section.menu-list-items {
  padding: 40px 15px;
}

.mega-menu.on-white .menu-links > li > a {
  color: #242424;
}

.mega-menu.on-white .menu-button .n-login-header {
  color: #242424;
  line-height: 50px;
}

.mega-menu.on-white .menu-button a.n-btn-flat:hover,
.mega-menu.on-white .menu-button a.n-btn-flat:active {
  background-color: #242424;
  color: #fff;
  border-radius: 4px;
  border-color: #242424;
}

#latest-jobs .save-icon i:hover {
  color: #fb236a;
  border-color: #fb236a;
}

.footer-four-social li {
  float: left;
  list-style: none;
  margin: 0px 14px 7px 0px;
}

.footer-four-social li a.fa-facebook {
  background-color: #375d93;
}

.footer-four-social li a {
  font-size: 14px;
  width: 32px;
  height: 32px;
  background-color: #375d93;
  color: #ffffff;
  padding-top: 9px;
  float: left;
  border-radius: 100%;
  text-align: center;
}

.footer-four-social li a.fa-twitter {
  background-color: #43afe9;
}

.footer-four-social li a.fa-google-plus {
  background-color: #e24046;
}

.footer-four-social li a.fa-linkedin {
  background-color: #007eb3;
}

.n-footer-call-action {
  padding: 40px 40px 20px 40px;
  border-radius: 16px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.n-footer-call-action h2 {
  font-size: 30px;
  margin-bottom: 12px;
  margin-top: 0;
  line-height: 30px;
}

.n-footer-reg-btn {
  float: right;
}

.n-footer-reg-btn .btn {
  margin-top: 15px;
}

/*CANDIDATE GRIDS*/

.candidates-grid {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease- 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.candidates-grid:hover {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.candidates-grid .candidate-meta-box {
  position: relative;
  overflow: hidden;
  padding: 15px;
}

.candidates-grid .candidate-meta-box img {
  width: 50px;
  float: left;
  border-radius: 10px;
  margin-right: 10px;
}

.candidates-grid .candidate-meta-box .candidate-meta .cand-name {
  font-size: 18px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
}

.candidates-grid .candidate-meta-box .candidate-meta p {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.candidates-grid .cand-skills {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0 15px;
}

.candidates-grid .cand-skills a {
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 3px;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 11px;
  color: #999;
}

.candidates-grid .cand-btns {
  position: relative;
  border-top: 1px solid #f5f5f5;
  text-align: center;
  overflow: hidden;
}

.candidates-grid .cand-btns ul {
  list-style: none;
}

.candidates-grid .cand-btns ul li {
  float: left;
}

.candidates-grid .cand-btns ul li:last-child {
  float: right;
}

.candidates-grid .cand-btns ul li a {
  padding: 15px 20px;
  display: inline-block;
}

.candidates-grid .cand-btns ul li.cand-fav a {
  border-left: 1px solid #f5f5f5;
  padding: 15px 20px;
}

.candidates-2 .n-candidate-location i {
  font-size: 14px;
  margin-right: 5px;
}

.candidates-2 .n-candidate-location p {
  font-size: 14px;
  display: inline;
}

.candidates-2 .n-candidate-location {
  background-color: #f5f5f5;
  padding: 10px;
}

.n-featured-candidates.candidates-2
  .n-featured-candidates-box
  .n-featured-single
  .n-featured-candidates-single-top {
  padding: 0;
  padding-top: 30px;
}

.candidates-2 .n-candidates-single-bottom a {
  padding: 15px;
}

.n-single-job .jobs-alert-box {
  margin-top: 20px;
}

.jobs-alert-box {
  background-color: #b6ddf7;
  padding: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}

.jobs-alert-box span {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  color: #1f3053;
}

.jobs-alert-box p {
  margin-bottom: 0;
  color: #243658;
}

.jobs-alert-box .btn {
  float: right;
}

.mobile-filters .mobile-filter-heading,
.mobile-filters-btn {
  display: none;
}

.filter-close-btn {
  display: none;
}
.n-candidate-info .n-social-bar ul li a {
  border: 0;
}
.n-candidate-info .n-social-bar ul li i {
  color: #ccc;
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .type {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 18px;
  color: #E85222;
  margin-top: 2px;
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education-history li .lead {
  color: #E85222;
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education-history li .type {
  color: #243658;
}
.n-candidate-detail .n-candidate-meta .timeline-box ul.education-history li .info {
  color: #777;
}
/*@media (min-width: 1280px) and (max-width: 1599px) {
        .user-resume-3.cand-reume-3 .container, .n-candidate-detail.cand-reume-3 .container {
                width:1370px;
        }
        .user-resume-3.cand-reume-3 .n-candidate-info:before {
                left: -16.6%;
        }
}*/

/*  Bootstrap Clearfix */

/* Column clear fix */
.clear-custom .col-md-1:nth-child(12n + 1),
.clear-custom .col-md-2:nth-child(6n + 1),
.clear-custom .col-md-3:nth-child(4n + 1),
.clear-custom .col-md-4:nth-child(3n + 1),
.clear-custom .col-md-6:nth-child(2n + 1) {
  clear: both;
}

.clear-custom .col-lg-1:nth-child(12n + 1),
.clear-custom .col-lg-2:nth-child(6n + 1),
.clear-custom .col-lg-3:nth-child(4n + 1),
.clear-custom .col-lg-4:nth-child(3n + 1),
.clear-custom .col-lg-6:nth-child(2n + 1) {
  clear: left;
}

.on-map-jobs {
  position: relative;
  overflow: hidden;
}

.on-map-jobs .n-job-single .n-job-img {
  float: left;
  padding: 20px;
  width: 20%;
}

.on-map-jobs .n-job-single .n-job-detail {
  position: relative;
  float: left;
  padding: 20px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  width: 100%;
}

.on-map-jobs .n-job-single .n-job-detail ul {
  position: relative;
}

.on-map-jobs .n-job-single .n-job-detail ul li.n-job-title-box h4 {
  margin: 0;
  color: #101024;
  font-weight: 500;
}

.on-map-jobs .n-job-single .n-job-detail ul li.n-job-title-box h4 a {
  color: #101024;
}

.on-map-jobs .n-job-single .n-job-detail ul li.n-job-title-box h4 span {
  background: #ffc420;
  background: -webkit-linear-gradient(to right, #f8dd56, #ffc420);
  background: linear-gradient(to right, #f8dd56, #ffc420);
  background-color: rgba(0, 0, 0, 0);
  color: #101024;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 10px;
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
}

.on-map-jobs .n-job-single .n-job-detail ul li.n-job-title-box p {
  margin-bottom: 0;
  color: #777;
}

.on-map-jobs .n-job-single .n-job-detail ul li.n-job-title-box p i {
  margin-right: 5px;
  color: #f8dd56;
}

.leaflet-popup-content {
  width: 400px !important;
}

.leaflet-popup-content {
  margin: 0;
}

.leaflet-left {
  left: 0;
  z-index: 600;
}

.custom-search-form .form-group {
  position: relative;
  overflow: hidden;
}

.custom-search-form .form-group .btn {
  position: absolute;
  top: 0px;
  right: 0;
  border-radius: 0 4px 4px 0;
}

.custom-search-form .select2-container {
  width: 100% !important;
}

.n-single-job.n-detail-transparent .n-single-job-attach {
  background-color: #fff;
  padding: 15px;
  border: none;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-single-job.n-detail-transparent .n-single-job-attach h4 {
  margin-top: 0;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
}

.n-single-job .n-single-job-attach {
  padding: 15px;
  border: 1px solid #eee;
  margin-top: 30px;
}

.n-single-job .n-single-job-attach h4 {
  margin-top: 0;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  font-weight: 600;
  color: #777;
}

ul.job-attach {
  list-style: none;
}

ul.job-attach li {
  display: inline-block;
  padding: 10px 0;
  margin-right: 14px;
}

ul.job-attach li a img {
  width: 52px;
  height: 70px;
  filter: invert(80%) sepia(51%) saturate(503%) hue-rotate(179deg) brightness(91%) contrast(104%);
}

.n-job-pages-section .parsley-errors-list.filled {
  opacity: 1;
  position: absolute;
  bottom: -28px;
}

.n-job-pages-section .custom-parsely .parsley-errors-list.filled {
  opacity: 1;
  position: relative;
  top: 0;
}

.n-job-pages-section .skin-minimal ul {
  list-style: none;
}

.n-job-pages-section .skin-minimal .icheckbox_square {
  margin-right: 10px;
}

.n-job-pages-section .form-group .fa-calendar {
  position: absolute;
  top: 52px;
  right: 15px;
}

.apply-job-modal-popup .file-caption {
  padding: 0 10px;
  height: 50px;
}

.apply-job-modal-popup .file-caption-name {
  height: 50px;
}

.apply-job-modal-popup .file-caption-main .btn-file {
  background-color: #242424;
  border: 1px solid #242424;
  height: 50px;
}

.skills-gen select.candidate-skill-gener {
  height: 50px;
  color: #999;
  border: 1px solid #eee;
}
.skills-gen .irs--flat {
  margin-top: 10px;
}
.skills-gen .irs--flat .irs-min, 
.skills-gen .irs--flat .irs-max {
  top: 5px;
}
.skills-gen .irs--flat .irs-line {
  height: 6px;
  border: 1px solid #ccc;
}
.skills-gen .irs--flat .irs-bar {
  height: 6px;
  background-color: #E85222;
}
.skills-gen .irs--flat .irs-handle {
  display: none;
}
.skills-gen .irs--flat .irs-single {
  border-radius: 25px 25px 0 25px;
  font-size: 12px;
  padding: 1px 8px;
  background-color: #E85222;
  margin-left: -15px;
}
.skills-gen .irs--flat .irs-single::before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 2px solid #E85222;
  border-right: 4px solid transparent;
  border-top: 2px solid #E85222;
  border-bottom: 2px solid transparent;
  right: -1px;
  top: 19px;
  transform: rotate(90deg);
  left: unset;
}

.skills-gen .btn-danger {
  margin-top: 35px;
  padding: 15px 15px;
  width: 100%;
}

.skills-gen .skills-btn-postion {
  position: absolute;
  bottom: -50px;
  right: 0;
}

.select2-container {
  width: 100% !important;
  /* height: 56px; */
}
.listing-type-box .select2-container {
  height: 50px;
}

.n-candidate-info ul.emp-gallery li {
  display: inline-block;
  padding: 0;
}

.n-candidate-info ul.emp-gallery li {
  width: 31.6%;
  margin-right: 5px;
}

.n-candidate-info ul.emp-gallery li img {
  width: auto;
  margin: auto;
}

.n-candidate-info ul.emp-gallery li:nth-child(3n + 3) {
  margin-right: 0;
}

.n-candidate-detail.cand-reume-3 .resume-3-box .tooltip {
  position: relative;
  float: right;
  right: 0 !important;
  left: auto !important;
  z-index: unset;
  top: -25 !important;
}

.n-candidate-detail.cand-reume-3
  .resume-3-box
  .popOver
  + .tooltip
  > .tooltip-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
}

.n-candidate-detail.cand-reume-3 .resume-3-box .tooltip > .tooltip-inner {
  background-color: transparent;
  padding: 0;
  color: #242424;
}

/*CUSTOM CANDIDATE FIELDS*/

.custom-field-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.custom-field-box .n-can-custom-meta ul.n-can-custom-meta-detail {
  list-style: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.custom-field-box .n-can-custom-meta ul.n-can-custom-meta-detail li {
  float: left;
  width: 33%;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.custom-field-box .n-can-custom-meta ul.n-can-custom-meta-detail li small {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 5px;
  color: #a5a5a5;
}

.custom-field-box .n-can-custom-meta ul.n-can-custom-meta-detail li strong {
  position: relative;
  overflow: hidden;
  display: inline;
  font-size: 16px;
  font-weight: 400;
  color: #242424;
}

.resume-3-detail .custom-field-box {
  margin-bottom: 0;
}

.resume-3-detail
  .custom-field-box
  .n-can-custom-meta
  ul.n-can-custom-meta-detail
  li {
  border: none;
}

.n-question-box {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.n-question-box .btnRemove {
  padding: 10px 20px;
  position: absolute;
  top: 35px;
  right: 0;
  border: none;
  height: 50px;
}

.n-question-box #question_btn {
  position: absolute;
  bottom: 15px;
}

.n-question-box .toggle label {
  margin-bottom: 0;
}

.n-question-box .toggle label.btn-primary {
  color: #fff;
}

.n-question-box .job_qstns {
  margin-bottom: 40px;
}

.n-camp-custom-fields ul.n-single-meta-detail li {
  position: relative;
  overflow: hidden;
  padding-left: 50px;
}

.n-camp-custom-fields ul.n-single-meta-detail li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "\f17d";
  font-family: LineAwesome;
  color: #fb236a;
  font-size: 36px;
}

.n-camp-custom-fields ul.n-single-meta-detail li:first-child:before {
  top: -5px;
}

.n-camp-custom-fields ul.n-single-meta-detail li small {
  display: block;
  color: #242424;
  font-size: 16px;
}

.n-camp-custom-fields ul.n-single-meta-detail li strong {
  font-weight: 400;
  font-size: 14px;
  color: #777;
  word-wrap: break-word;
}

.dashboard-new .main-body .file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
  height: 55px;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
}

.dashboard-new .main-body .file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 53px;
  line-height: 40px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}

.dashboard-new .main-body .file-upload-wrapper:before {
  content: "\f362";
  font-family: LineAwesome;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 54px;
  background-color: #4daf7c;
  color: #fff;
  z-index: 25;
  font-size: 22px;
  line-height: 54px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 4px 4px 0;
  border: 1px solid #4daf7c;
}

.dashboard-new .main-body .file-upload-wrapper:hover:before {
  background-color: #3d8c63;
}

.dashboard-new .main-body .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 53px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.dashboard-questions-box {
  margin-bottom: 20px;
  border: 1px solid #f5f5f5;
  padding: 20px;
}

.dashboard-questions-box p {
  background-color: #f5f5f5;
  padding: 5px 10px;
}

.resume-action-modal .company-search-toggle .btn-custom {
  border-radius: 4px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  border: 1px solid #777;
  background-color: #242424;
  padding: 6px 15px;
  color: #fff;
}

ul.custom-radiobox {
  list-style: none;
}

ul.custom-radiobox li {
  width: 50%;
  display: inline-block;
}

ul.custom-radiobox li .iradio_square {
  margin-right: 5px;
}

ul.custom-radiobox li p {
  margin-bottom: 0;
  display: inline-block;
}

/**
*   Wpml Menu
*/

.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown {
  width: auto;
  max-width: 100%;
}

.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown a {
  color: #fff;
  border: none;
  background-color: transparent;
  padding: 17px;
  font-size: 14px;
  text-transform: uppercase;
}

.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none;
  background-color: #fff;
  min-width: 210px;
  webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
}

.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
  margin: 0 0.6em;
}

.hoverTrigger.sb-wpml .wpml-ls-item-toggle .wpml-ls-native {
  color: #242424;
}

hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
  content: "/f107";
  font-family: FontAwesome;
  border: none;
}

.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown a:hover,
.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown a:focus,
.hoverTrigger.sb-wpml
  .wpml-ls-legacy-dropdown
  .wpml-ls-current-language:hover
  > a {
  color: #fff;
  border: none;
  background-color: transparent;
}

.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  color: #242424;
}

.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
  background-color: #fb236a;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.hoverTrigger.sb-wpml .wpml-ls-legacy-dropdown .wpml-ls-flag {
  margin-top: 5px;
}

/* New css*/
/*nth footer 4*/
.nth-footer-4 {
  background: url("../images/777.png");
  height: auto;
  background-position: center center;
  background-size: cover;
  padding: 70px 0 0;
}

.nth-footer-4 .nth-logo-footer {
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

.nth-footer-4 .nth-footer-text {
  position: relative;
  overflow: hidden;
}

.nth-footer-4 .nth-footer-text p {
  margin: 0;
  line-height: 26px;
}

.nth-footer-4 .nth-social-icons {
  position: relative;
  float: right;
}

.nth-footer-4 .nth-social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nth-footer-4 .nth-social-icons ul li {
  float: left;
  margin-right: 10px;
}

.nth-footer-4 .nth-social-icons ul li a i {
  color: #242424;
  background-color: #fff;
  font-size: 13px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.nth-footer-4 .nth-social-icons ul li a i:hover {
  background-color: #242424;
  color: #fff;
}

.nth-footer-content {
  margin-top: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}

.nth-footer-4 .nth-footer-content .nth-footer-theme p {
  margin: 0;
}

.nth-footer-4 .nth-footer-content .nth-footer-theme p a {
}

.nth-footer-4 .nth-footer-content .nth-footer-theme {
  margin-top: 10px;
}

.nth-footer-content .input-group {
  display: initial !important;
}

.nth-footer-4 .input-style input.form-control {
  height: 48px;
  border: none;
}

.nth-footer-4 .input-style .n-btn-flat {
  color: #fff;
  border: none;
  height: 48px;
  border-left: 1px solid rgba(14, 73, 151, 0.4);
  position: absolute;
  left: 0;
}

.nth-footer-4 .input-style input {
  padding: 0 20px;
}

.nth-footer-4 .form-control::placeholder {
  color: #242424;
  font-size: 13px;
}

.nth-footer-4 .nth-social-icons ul li:last-child {
  margin: 0;
}

/* n footer 5*/
.n-footer-5 {
  background: #fafafa;
  height: auto;
  background-position: center center;
  background-size: cover;
  padding: 0;
  position: relative;
}

.n-newsleter-content .form-group {
  width: 80%;
  float: left;
  position: relative;
}

.n-newsleter-content .input-group {
  display: inherit;
}

.n-footer-5 .n-footer-links ul {
  padding: 0;
  list-style: none;
}

.n-footer-5 .n-footer-links h4 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 18px;
}

.n-footer-5 .n-footer-links ul li a {
  font-size: 14px;
}

.n-footer-5 .n-footer-links ul li {
  margin-bottom: 12px;
}

.n-footer-5 .n-footer-links .n-footer-container {
  margin-top: 38px;
}

.n-footer-5 .n-footer-details ul li i:hover {
  background-color: #0082f8;
  color: #fff;
}

.n-footer-5 .n-footer-details ul li {
  float: left;
  margin-right: 10px;
}

.n-footer-5 .n-footer-bar {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  background-color: #fff;
}

.n-footer-5 .n-footer-bar p {
  margin: 0;
  font-size: 14px;
}

.n-footer-5 .n-footer-bar p a {
  color: #242424;
}

.n-footer-5 .n-footer-details ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  display: table;
}

.n-footer-5 .n-footer-details {
  text-align: center;
}

.n-newsleter-content .n-newletter .n-ltr-style {
  font-size: 22px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}

.n-newsleter-content .input-group {
  margin-top: 20px;
}

.n-newsleter-content .input-group input {
  height: 49px;
}

.mt80 {
  margin-top: 80px;
}

/* n footer 5*/
.n-footer-style .nth-footer-content .nth-footer-theme p a {
  font-weight: 600;
}

.n-footer-style .nth-footer-content {
  border: 1px solid #ddd;
}

.n-footer-style .input-style .n-btn-flat {
  border-left: 1px solid #e9e9e9 !important;
}

/*top bar*/
.n-menu-3 .n-btn-flat {
  margin-right: 20px;
}

.n-top-bar2 .n-top-detail ul {
  list-style: none;
  margin: 0;
}

.n-top-bar2 .n-top-detail {
  position: relative;
  overflow: hidden;
}

.n-top-bar2 .n-top-detail ul li {
  float: left;
  margin-right: 22px;
}

.n-top-bar2 .n-top-detail ul li a {
  color: #fff;
  font-size: 14px;
}

.n-top-bar2 .n-top-detail ul li a i {
  font-size: 12px;
  margin-right: 6px;
}

.n-top-bar2 .n-top-detail ul li a:hover {
  text-decoration: none;
}

.n-top-bar2 .n-jobs-details ul {
  list-style: none;
  margin: 0;
}

.n-top-bar2 .n-jobs-details {
  position: relative;
  float: right;
}

.n-top-bar2 .dropdown .dropdown-menu li {
  float: none;
  margin: 0;
  padding: 3px 0;
  width: 100%;
}

.n-top-bar2 .dropdown .dropdown-menu {
  right: 0;
  left: auto;
}

.dropdown-toggle.btn-default:hover {
  background-color: transparent !important;
}

.n-top-bar2 .btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  background: transparent;
}

.n-top-bar2 .dropdown-menu > li > a:hover {
  background-color: transparent !important;
}

.n-top-bar2 .dropdown .dropdownMenu2 {
  background-color: transparent;
}

.n-top-bar2 .n-jobs-details ul li {
  float: left;
  margin-right: 23px;
}

.n-top-bar2 .n-jobs-details ul li:last-child {
  margin: 0;
}

.n-top-bar2 .n-jobs-details ul li a {
  color: #fff;
  font-size: 14px;
}

.n-top-bar2 .n-jobs-details ul li a:hover {
  text-decoration: none;
}
.n-top-bar2 .n-jobs-details ul li .topbar-cart-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.n-top-bar2 .n-jobs-details ul li .topbar-cart-icon .cart-count {
  position: absolute;
  top: -6px;
  right: -12px;
  font-size: 8px;
  padding: 2px 4px;
  border: 1px solid #E85222;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  background-color: #E85222;
}

.n-top-bar2 {
  background: #243658;
  padding: 12px 0;
}

.n-top-bar2 .n-top-detail ul li:last-child {
  margin-right: 0;
}

.n-top-bar3 {
  background: linear-gradient(to right, #0082f8 40%, #5e2eb5 55%);
}

/*top bar*/

/*hero-section 6*/

.n-hero-6 {
  background: url("../images/hero.jpg");
  height: auto;
  padding: 0;
  background-position: center;
  background-size: cover;
  padding: 80px 0 !important;
}

.n-hero-6 .n-h6-content h1 {
  color: #fff;
  margin: 0;
  font-size: 38px;
  font-weight: 600;
}

.n-option {
  margin-bottom: 130px;
}

.n-hero-6 .n-h6-content h1 .style5 {
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}

.n-hero-6 .n-h6-content .h6-style {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.n-hero-6 .n-h6-form ul li {
  width: 16%;
  float: left;
  margin-right: 7px;
}

.n-hero-6 .n-h6-form ul li:first-child {
  width: 25%;
}

.n-hero-6 .n-h6-form ul li:last-child {
  margin-right: 0;
  width: auto;
}

.n-hero-6 .n-h6-form ul li .n-btn-flat {
  font-size: 14px;
  padding: 12px 26px;
}

.n-hero-6 .n-h6-form ul li .n-btn-flat i {
  margin-left: 6px;
}

.n-hero-6 .n-h6-form ul li .form-group {
  margin: 0;
}

.n-hero-6 .n-h6-form ul {
  list-style: none;
}

.n-hero-6 .n-h6-form ul li .form-group input {
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
}

.n-hero-6 .select2-container--default .select2-selection--single {
  height: 46px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.n-hero-6
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
  line-height: 44px;
  font-size: 13px;
}

.n-hero-6 .n-h6-content {
  position: relative;
  overflow: hidden;
  margin-top: 130px;
}

.n-hero-6 .n-h6-content .n-h6-form {
  overflow: hidden;
  margin-top: 9px;
}

.n-h6-form .form-control::placeholder {
  color: #fff;
}

.n-h6-form .form-control {
  color: #fff;
}

.n-hero-6 .n-hero-list ul li a {
  color: #fff;
}

.n-hero-6 .n-hero-list ul li {
  float: left;
  margin-right: 20px;
}

.n-hero-6 .n-hero-list ul .style-flex {
  margin-right: 25px !important;
  font-weight: 600;
}

.n-hero-6 .n-hero-list ul {
  list-style: none;
}

.n-hero-6 .n-hero-list ul li a {
  font-size: 13px;
}

.n-hero-6 .n-hero-list {
  margin-top: 13px;
  overflow: hidden;
}

.n-hero-6 .n-h6-profile {
  margin-top: 130px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 18px 0;
}

.n-hero-6 .n-jobs-h6 img {
  width: 8%;
  float: left;
  margin-right: 20px;
}

.n-profile-btn {
  float: right;
}

.n-hero-6 .n-jobs-h6 .h6-product {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 15px;
}

.n-hero-6 .n-jobs-h6 p {
  margin: 0;
  padding-top: 3px;
  font-size: 14px;
  color: #fff;
}

.n-hero-6 .n-profile-btn .n-btn-flat {
  background-color: #fff;
  border: 1px solid #fff;
  color: #242424;
  font-size: 13px;
  font-weight: 500;
}

/*hero-section 6*/

/* n hero-7*/
.n-hero-7 {
  background: url("../images/id-1.png");
  height: 580px;
  background-position: right;
  background-size: cover;
  padding-top: 170px !important;
  padding: 0;
}

.n-hero7-fields .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}

.n-hero7-fields .select2-container .select2-selection--single {
  height: 18px;
}

.n-hero7-fields
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 14px;
  color: #fff;
  opacity: 1;
  font-size: 12px;
  padding-left: 0;
}

.n-hero7-fields
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: -15px;
  right: 50px;
  display: none;
}

.n-hero7-fields {
  overflow: hidden;
}

.n-hero-7 .n-hero7-container h1 {
  margin: 0;
  color: #fff;
  width: 70%;
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
}

.n-hero-7 .n-hero7-container {
  margin-bottom: 22px;
}

.n-hero-7 .n-hero7-fields ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.n-hero-7 .n-hero7-fields ul li input {
  border-radius: 0;
  background: transparent;
  border: none;
  padding: 0;
}

.n-hero-7 .n-hero7-fields ul li .form-group {
  margin: 0;
  padding: 0;
}

.n-hero-7 .n-hero7-fields ul li input.form-control {
  height: auto;
}

.n-hero-7 .n-hero7-fields ul li input.form-control::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 12px;
}

.n-hero-7 .hero-submit-form {
  position: absolute;
  right: 5%;
  bottom: 9%;
}

.n-hero-7 .n-hero7-resume span {
  color: #fff;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}

.n-hero-7 .n-hero7-resume .h-style {
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 25px;
}

.n-hero-7 input.form-control {
  color: #fff;
}

.n-hero-7 .n-hero7-resume {
  margin-top: 30px;
}

/* n hero section--7*/

/*n jobs listing section*/

.n-job-listing5 {
  padding: 35px 0 80px;
  background: url("../images/style-2.png");
  background-position: center center;
  background-size: cover;
}

.n-job-listing5 .nav-tabs > li.active > a {
  border: none;
}

.n-job-listing5 .nav-tabs > li > a {
  border: none;
}

.n-job-listing5 .nav-tabs > li > a {
  padding: 8px 20px;
}

.n-job-listing5 .active:hover {
  border: none;
}

.n-job-listing5 .nav > li > a:hover {
  background-color: transparent;
  border: none;
}

.n-listing-text h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
  font-weight: 800;
}

.n-listing-text {
  margin-bottom: 20px;
}

.n-job-listing5 .n-listing-content .n-listing-product {
  overflow: hidden;
}

.n-job-listing5 .n-listing-content .n-listing-img img {
  border-radius: 110px;
  border: 2px solid #0e4997;
  padding: 2px;
  width: 10%;
  float: left;
  margin-right: 20px;
}

.n-job-listing5 .n-listing-content {
  position: relative;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
  border-radius: 4px;
}

.n-job-listing5 .n-listing-content:last-child {
  margin-bottom: 0;
}

.n-job-listing5 .n-listing-content .n-listing-product {
  padding: 20px 20px 22px;
  background: #fff;
  overflow: hidden;
}

.n-job-listing5 .n-listing-content .n-listing-user-detail .list-h6-style {
  font-weight: 600;
  font-size: 18px;
}

.n-job-listing5 .n-listing-content .n-listing-user-detail p {
  font-size: 14px;
  margin: 0;
  color: #777;
  line-height: 28px;
  margin-top: 1px;
}

.n-job-listing5 .n-listing-content .n-listing-user-detail ul li a {
  font-size: 13px;
  font-weight: 500;
  color: #777;
}

.n-job-listing5 .n-listing-content .n-listing-user-detail ul li .combination {
  color: #233d7b;
}

.n-job-listing5 .n-listing-content .n-listing-user-detail ul li a .badge {
  background: #d50918;
  font-size: 8px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

.n-job-listing5 .n-listing-content .n-listing-user-detail ul {
  margin-bottom: 3px;
}

.n-job-listing5 .n-listing-content .n-listing-user-detail ul li {
  font-size: 10px;
  color: #777;
  margin-right: 3px;
}

.n-job-listing5 .n-listing-content .n-listing-user-detail {
  position: relative;
  overflow: hidden;
}

.n-job-listing5 .n-listing-content .n-listing-wp {
  position: absolute;
  right: 3%;
  top: 12%;
}

.n-job-listing5 .n-listing-content .n-listing-wp i {
  color: #777;
  font-size: 16px;
}

.n-job-listing5 .n-listing-content .n-listing-wp i.active {
  color: red;
}

.n-job-listing5 .n-listing-content .n-listing-wp img {
  width: 45%;
}

.n-job-listing5 .n-listing-content .n-listing-usr-information {
  overflow: hidden;
  padding: 12px 20px;
  background: #f0f0f0;
  position: relative;
}

.n-job-listing5 .n-listing-content .n-listing-usr-information ul {
  list-style: none;
  float: left;
  margin-top: 13px;
}

.n-job-listing5 .n-listing-content .n-listing-usr-information ul li {
  float: left;
  color: #0e4997;
  margin-right: 19px;
  border-right: 1px solid #7777;
  line-height: 0;
  padding: 0 15px;
}

.n-job-listing5 .n-listing-content .n-listing-usr-information ul li:last-child {
  border: none;
  padding: 0;
}

.n-job-listing5
  .n-listing-content
  .n-listing-usr-information
  ul
  li:first-child {
  padding-left: 0;
}

.n-job-listing5 .n-listing-content .n-listing-usr-information ul li a {
  font-size: 14px;
  color: #777;
}

.n-job-listing5 .n-listing-content .n-listing-usr-information ul li a i {
  font-size: 14px;
  margin-right: 8px;
  color: #777;
  opacity: 0.6;
}

.n-job-listing5 .n-listing-content .n-listing-usr-information .n-btn-flat {
  padding: 8px 22px;
  font-size: 14px;
  background: #fff;
  color: #a9a9a9;
  border: 1px solid #dddd;
  text-transform: capitalize;
}

.n-job-listing5
  .n-listing-content
  .n-listing-usr-information
  .absolute-position {
  float: right;
  color: #777;
}

.n-job-listing5 .nav-tabs {
  position: absolute;
  right: 2%;
  top: 0;
}

.n-job-listing5 .nav-tabs > li.active > a {
  background: #0e4997;
  color: #fff;
  border-radius: 4px;
  padding: 8px 20px;
}

.n-job-listing5 .nav-tabs {
  border: none;
}

.n-job-listing5 .n-listing-categories ul {
  list-style: none;
}

.n-job-listing5 .n-listing-categories ul li img {
  float: left;
  margin-right: 8px;
  width: 13%;
}

.n-job-listing5 .n-listing-categories ul li span {
  vertical-align: middle;
  font-weight: 700;
  color: #242424;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  display: block;
}

.n-job-listing5 .n-listing-categories ul li .n-listing-cat {
  float: left;
  width: 45%;
}

.n-job-listing5 .n-listing-categories ul li .n-listing-top {
  position: relative;
  overflow: hidden;
  float: right;
}

.n-job-listing5 .n-listing-categories ul li .n-listing-top span {
  font-size: 14px;
  color: #777;
  font-weight: 500;
}

.n-job-listing5 .n-listing-categories ul li {
  position: relative;
  overflow: hidden;
  padding: 14px 15px;
  border-bottom: 1px solid #e9e9e9;
}

.n-job-listing5 .n-listing-categories ul li:last-child {
  border-bottom: none;
}

.n-job-listing5 .n-listing-categories {
  border: 1px solid #e9e9e9;
  background-color: #fff;
  border-radius: 4px;
}

.n-job-listing5 .n-listing-categories ul li h2 {
  font-size: 16px;
  margin: 0;
  font-weight: 800;
}

.n-job-listing5 .n-listing-categories ul .hd-style {
  padding: 12px !important;
}

.n-job-listing5 .nth-listing-qa {
  background: url("../images/qa.png");
  height: auto;
  position: relative;
  background-position: center center;
  background-size: cover;
  margin-top: 30px;
  border-radius: 4px;
}

.n-job-listing5 .nth-listing-qa .nth-listing-content {
  position: relative;
  padding: 50px 30px;
}

.n-job-listing5 .nth-listing-qa .nth-listing-content img {
  margin-bottom: 12px;
  width: 14%;
}

.n-job-listing5 .nth-listing-qa .nth-listing-content span {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  font-family: "Quicksand", sans-serif;
}

.n-job-listing5 .nth-listing-qa .nth-listing-content p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding-top: 4px;
}

.n-job-listing5 .n-listing-candidates {
  margin-bottom: 30px;
  border: 1px solid #e9e9e9;
}

.n-job-listing5 .n-listing-candidates .n-candidates-content h2 {
  font-size: 16px;
  margin: 0;
  font-weight: 800;
}

.n-job-listing5 .n-listing-candidates .n-candidates-content {
  border-bottom: 1px solid #e9e9e9;
  padding: 12px 20px;
}

.n-job-listing5 .n-listing-candidates .n-candidates-details {
  text-align: center;
  padding: 20px;
  position: relative;
  margin-right: 0;
}

.n-job-listing5 .n-listing-candidates .n-candidates-details span {
  font-size: 18px;
  color: #242424;
  font-weight: 600;
  color: #242424;
  font-family: "Quicksand", sans-serif;
}

.n-job-listing5 .n-listing-candidates .n-candidates-details p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 8px;
  color: #777;
}

.n-job-listing5 .n-listing-candidates .n-candidates-details img {
  margin: 0 auto;
  border-radius: 50px;
  width: 25%;
}

.n-job-listing5 .n-listing-candidates .style-utf {
  position: absolute;
  left: 6%;
  top: 7%;
}

.n-job-listing5 .n-listing-candidates .style-utf i {
  font-size: 14px;
  color: #d50918;
}

.n-job-listing5 .n-listing-candidates {
  position: relative;
  background: #fff;
  border-radius: 4px;
}

.n-job-listing5 .n-candidates-details .features-star::before {
  transform: rotate(90deg);
}

.n-job-listing5 .n-candidates-details .features-star {
  right: 0;
  left: auto;
}

.n-job-listing5 .n-listing-candidates .n-candidate-lcation {
  text-align: center;
  padding: 10px 0;
  background: #f0f0f0;
}

.n-job-listing5 .n-listing-candidates .n-candidate-lcation a {
  font-size: 14px;
  color: #777;
}

.n-job-listing5 .n-listing-candidates .n-candidate-lcation a i {
  font-size: 12px;
  margin-right: 5px;
}

.n-job-listing5 .n-listing-candidates .n-candidates-list ul {
  list-style: none;
  margin: 0;
  bottom: 0;
}

.n-job-listing5 .n-listing-candidates .n-candidates-list ul li {
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}

.n-listing-candidates .owl-theme .owl-nav {
  margin: 0;
}

.n-job-listing5 .n-listing-candidates .n-candidates-list ul li a {
  font-size: 10px;
  border: 1px solid #ddd;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 500;
  display: inline-block;
}

.n-job-listing5 .n-listing-candidates .n-candidates-list {
  overflow: hidden;
  padding: 16px 25px;
  margin: 0 auto;
  display: table;
}

.n-job-listing5 .n-listing-candidates .n-candidates-btn {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #e9e9e9;
}

.n-job-listing5 .n-listing-candidates .n-candidates-btn a {
  font-size: 14px;
  font-weight: 500;
}

.n-job-listing5 .owl-dots {
  display: none;
  margin: 0;
}

.n-job-listing5 .owl-carousel .owl-nav button.owl-next {
  background: none;
  border: none;
  position: absolute;
  right: 3%;
  top: -11%;
  background: none;
  margin: 0;
}

.n-job-listing5 .owl-carousel .owl-nav button.owl-prev {
  background: none;
  border: none;
  position: absolute;
  right: 8%;
  top: -11%;
  margin: 0;
}

.n-job-listing5 .owl-theme .owl-nav [class*="owl-"]:hover,
.n-job-listing5 .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}

.n-job-listing5 .owl-theme .owl-nav [class*="owl-"]:hover i,
.n-job-listing5 .owl-theme .owl-nav [class*="owl-"]:hover i {
  color: #777;
}

.n-job-listing5 .owl-next i,
.n-job-listing5 .owl-prev i {
  font-size: 20px;
}

.n-job-listing5 button {
  padding: 0;
}

/*n jobs listing section end*/
/*nth hiring employers*/

.nth-hiring {
  background-color: #eff3f6;
  padding: 80px 0 50px;
}

.nth-hiring .nth-log-style {
  position: relative;
  overflow: hidden;
}

.nth-hiring .nth-hiring-content img {
  background-color: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: 0.6s;
}

.nth-hiring .nth-hiring-content img:hover {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.2);
}

.nth-hiring .nth-hiring-content {
  text-align: center;
  position: relative;
}

.heading-penel {
  text-align: center;
  margin-bottom: 45px;
}

.heading-penel h3 {
  font-size: 28px;
  margin: 0;
  font-weight: 800;
  padding-bottom: 3px;
}

.heading-penel span {
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

.heading-penel p {
  margin: 0;
  line-height: 24px;
}

.col-set.col-lg-2 {
  padding-left: 0;
}

/*nth hiring employers*/

/*nth success stories*/

.nth-success .nth-sc-content {
  background: url("../images/re.png");
  height: auto;
  padding: 30px 40px 80px;
}

.nth-success .nth-sc-content-2 {
  background: url("../images/re-1.png");
  background-position: center;
}

.nth-success .nth-sc-content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.nth-success .nth-sc-content p {
  margin-top: 3px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 0;
  width: 85%;
}

.nth-success .nth-sc-content .n-btn-flat {
  background-color: #fff;
  color: #242424;
  font-size: 14px;
  margin-top: 17px;
  border: none;
}

.nth-success-products .nth-sc-box .nth-sc-profile {
  float: left;
  overflow: hidden;
  margin-right: 10px;
}

.n-padding-bottom {
  padding: 0 0 80px;
}

.nth-success-products .nth-sc-box .nth-sc-profile img {
  border-radius: 50px;
  width: 45px;
}

.nth-success-products .nth-sc-box .nth-sc-details {
  overflow: hidden;
}

.nth-success-products .nth-sc-box .nth-sc-details .nth-profile-text {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

.nth-success-products .nth-sc-box .nth-sc-details p {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}

.nth-success-products .nth-sc-box {
  border: 1px solid #f2f0f0;
  padding: 20px;
  border-radius: 4px;
  transition: 0.6s;
  background-color: #fff;
  float: left;
  position: relative;
}

.nth-success-products .nth-sc-box:hover {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  border-color: rgba(0, 0, 0, 0.07);
}

.nth-success-products .nth-sc-box p {
  line-height: 26px;
  margin-bottom: 18px;
  color: #888;
}

.nth-success-products .nth-sc-box .nth-image-bg {
  position: absolute;
  right: 5%;
  bottom: -8%;
  opacity: 0.4;
}

.nth-success-products .owl-carousel .owl-stage::after {
  display: initial;
}

.nth-success-products .owl-nav {
  display: none;
}

.nth-success-products .owl-dots {
  display: none;
}

.owl-item.active {
  z-index: 9999;
  position: relative;
}

/*nth success stories*/
/*nth packages*/

.nth-packages .nth-pckg-content .nth-pack-primium {
  color: #242424;
  font-size: 42px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
}

.nth-packages .nth-pckg-content .nth-pack-primium .n-ex {
  font-size: 22px;
  font-weight: 600;
}

.nth-packages .nth-pckg-content span {
  font-size: 18px;
  font-weight: 600;
}

.nth-packages .nth-pckg-content p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 7px;
  width: 80%;
  margin-bottom: 0;
  color: #777;
}

.nth-success-products {
  padding-top: 0;
}

.nth-success-2 {
  padding-top: 80px !important;
}

.nth-packages .nth-pck-table {
  background: url("../images/ax-1.png");
  background-position: center;
  background-size: cover;
  height: auto;
  padding: 45px 25px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.nth-packages .nth-pck-table-1 {
  background: url("../images/ax.png");
  background-position: center;
  background-size: cover;
  height: auto;
  padding: 45px 25px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.nth-packages {
  background-color: #f9f9f9;
  padding: 80px 0 !important;
}

.nth-packages .nth-pck-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nth-packages .nth-pck-details ul li {
  color: #959595;
  margin-bottom: 10px;
}

.nth-packages .nth-pck-details ul li i {
  margin-right: 6px;
  color: #32c80f;
  font-size: 10px;
}

.nth-packages .nth-pck-details ul li span {
  color: #777;
  margin-left: 8px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

.nth-packages .nth-pck-details ul li:last-child {
  margin-bottom: 0;
}

.nth-packages .nth-pck-details {
  text-align: left;
  border-top: 1px solid #dddd;
  padding-top: 15px;
  margin-top: 16px;
}

.nth-packages .nth-pck-details .n-btn-flat {
  font-size: 14px;
  margin-top: 20px;
}

/*nth packages*/
/*nth latest update*/

.nth-latest-update .nth-latest-content .nth-latest-in ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nth-latest-update .nth-latest-content .nth-latest-in ul li {
  float: left;
  margin-right: 25px;
  color: #777;
}

.nth-latest-update .nth-latest-content .nth-latest-in ul li:last-child {
  margin-right: 0;
}

.nth-latest-update .nth-latest-content .nth-latest-in ul li i {
  margin-right: 7px;
  font-size: 12px;
  color: #959595;
}

.nth-latest-update .nth-latest-content .nth-latest-details h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 25px;
  font-weight: 800;
  text-align: center;
}

.nth-latest-update .nth-latest-content .nth-latest-details {
  margin-bottom: 13px;
}

.nth-latest-update .nth-latest-content .nth-latest-box {
  position: relative;
  overflow: hidden;
}

.nth-latest-update .nth-latest-content .nth-latest-cb {
  padding: 20px;
}

.nth-latest-update .nth-latest-content .nth-latest-box .nth-latest-in {
  overflow: hidden;
  margin: 0 auto;
  display: table;
}

.nth-latest-update .nth-latest-content {
  margin-bottom: 30px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.nth-latest-update .nth-latest-blog .nth-latest-profile img {
  width: 30px;
  border-radius: 30px;
  float: left;
  margin-right: 8px;
}

.nth-latest-update .nth-latest-blog .nth-latest-profile span {
  vertical-align: middle;
  padding-top: 5px;
  color: #777;
}

.nth-latest-update .nth-latest-blog {
  overflow: hidden;
  padding: 10px 20px;
  border-top: 1px solid #f2f0f0;
}

.n-job-listing5 .owl-prev {
  background: none;
  border: none;
  position: absolute;
  right: 6%;
  top: -12%;
}

.nth-latest-update .nth-latest-blog .nth-latest-profile {
  overflow: hidden;
  float: left;
}

.nth-latest-update .nth-latest-blog .nth-latest-jobs {
  float: right;
  margin-top: 5px;
}

.nth-latest-update .nth-latest-blog .nth-latest-jobs i {
  color: #777;
}

/*nth latest update*/
/*nth mob-app*/

.nth-mob-app {
  padding-top: 0;
}

.nth-mob-app .nth-mob-details .nth-mob-style {
  font-size: 26px;
  font-weight: 600;
  margin-top: 3px;
  line-height: 36px;
  margin-bottom: 10px;
  width: 85%;
}

.nth-mob-app .nth-mob-details .nth-mob-style .style4 {
  color: #0e4997;
  font-size: 26px;
  font-weight: 600;
}

.nth-mob-app .nth-mob-details span {
  font-size: 14px;
  font-weight: 500;
}

.nth-mob-app .nth-mob-details p {
  margin-bottom: 25px;
  color: #777;
}

.nth-mob-app .nth-mob-details {
  background: url("../images/gb-1.png");
  background-position: center center;
  background-size: cover;
  margin-top: 60px;
  overflow: hidden;
}

.nth-mob-app .nth-mob-img img {
  width: 90%;
  animation-name: float;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/* Floating Button on Job Post Page */
form.n-jobpost .floating-btns {
  position: fixed;
  bottom: 30px;
  width: 100%;
  z-index: 99999999999;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 20px 40px;
}
form.n-jobpost .floating-btns.sticky-bottom {
  position: absolute;
  bottom: 8px;
}
.n-jobpost .emp_job_post_box {
  /*position: fixed;
  bottom: 20px;
  z-index: 3;
  right: 39%;*/
}
.n-jobpost .emp_job_post_box button {
  padding: 12px 40px;
  font-size: 14px;
  margin-top: 0;
  background-color: #E85222;
  border-color: #E85222;
  border: 0;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
  color: #fff;
  z-index: 1;
  transition: all 0.5s ease-out 0s;
}
.n-jobpost .emp_job_post_box button img {
  filter: invert(0);
  margin-right: 10px;
  width: 18px;
}
/*.n-jobpost .emp_job_draft_box {
  position: fixed;
  bottom: 20px;
  z-index: 3;
  right: 51%;
}*/
.n-jobpost .emp_job_draft_box .emp_job_draft {
  padding: 12px 40px;
  font-size: 14px;
  margin-top: 0;
  background-color: #E85222;
  border-color: #E85222;
  border: 0;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
  color: #fff;
  z-index: 1;
  transition: all 0.5s ease-out 0s;
}
.n-jobpost .emp_job_vault_box .emp_job_vault {
  padding: 12px 40px;
  font-size: 14px;
  margin-top: 0;
  background-color: #E85222;
  border-color: #E85222;
  border: 0;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
  color: #fff;
  z-index: 1;
  transition: all 0.5s ease-out 0s;
}
.n-jobpost .emp_job_draft_box .emp_job_draft img {
  filter: invert(0);
  margin-right: 10px;
  width: 18px;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.nth-mob-app .nth-store-apps ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nth-mob-app .nth-store-apps ul li {
  float: left;
  margin-right: 20px;
}

.nth-mob-app .nth-store-apps {
  padding-top: 5px;
}

/*nth mob-app*/
/* n hero-7*/
.n-hero-7 {
  background: url("../images/id-1.png");
  height: 580px;
  background-position: right;
  background-size: cover;
  padding-top: 150px !important;
  padding: 0;
}

.n-hero7-fields {
  overflow: hidden;
  background-color: rgba(36, 36, 36, 0.8);
  border-radius: 4px;
  padding: 30px 30px;
  position: relative;
}

.n-hero-7 .n-hero7-container h1 {
  margin: 0;
  color: #fff;
  width: 70%;
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
}

.n-hero-7 .n-hero7-container {
  margin-bottom: 22px;
}

.n-hero-7 .n-hero7-fields ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.n-hero-7 .n-hero7-fields ul li {
  float: left;
  width: 33%;
}

.n-hero-7 .n-hero7-fields ul li input {
  border-radius: 0;
  background: transparent;
  border: none;
  padding: 0;
}

.n-hero-7 .n-hero7-fields ul li .form-group label {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 6px;
  text-transform: uppercase;
  opacity: 0.6;
}

.n-hero-7 .n-hero7-fields ul li .form-group {
  margin: 0;
  padding: 0;
}

.n-hero-7 .n-hero7-fields ul li input.form-control {
  height: auto;
}

.n-hero-7 .n-hero7-fields ul li input.form-control::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 12px;
}

.n-hero-7 .hero-submit-form i {
  color: #242424;
  background: #fff;
  padding: 15px;
  border-radius: 40px;
  font-size: 14px;
}

.n-hero-7 .hero-submit-form {
  position: absolute;
  right: 3%;
  top: 10%;
  background: none;
  border: none;
}

.n-hero-7 .n-hero7-resume span {
  color: #fff;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}

.n-hero-7 .n-hero7-resume .h-style {
  font-family: "Quicksand", sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 25px;
}

.n-hero-7 .n-hero7-resume .btn-default {
  background: rgba(36, 36, 36, 0.8);
  border: none;
  color: #fff;
  padding: 44px 50px;
  font-weight: 500;
  width: 100%;
}

.n-hero-7 input.form-control {
  color: #fff;
}

.n-hero-7 .n-hero7-resume {
  margin-top: 32px;
}

/* n hero section--7*/

.n-keywords .n-listing-text {
  margin-top: 50px;
  margin-bottom: 55px;
}

.n-keywords .n-listing-text p {
  margin: 0;
  font-size: 14px;
  padding-top: 2px;
}

.n-keywords .n-listing-text h2 span {
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
}

.n-keywords .n-grid-style a {
  background: #f8f8f8;
  padding: 10px 36px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 10px;
  color: #888;
  font-weight: 500;
}

.n-keywords .n-grid-style a:hover {
  background-color: #0082f8;
  color: #fff;
}

.n-keywords .n-grid-style {
  width: 85%;
  margin: 0 auto;
  text-align: center;
}

.n-keywords .n-keywords-jobs-category .n-keywords-jobs {
  float: left;
  margin-right: 16px;
  margin-top: -40px;
  border: 1px solid #e9e9e9;
  transition: 0.6s;
  border-radius: 4px;
}

.n-keywords .n-keywords-jobs-category .n-keywords-jobs img {
  max-width: 70px;
  background-color: #fff;
}

.n-keywords .n-categories-content:hover .n-keywords-jobs {
  margin-top: 0;
}

.n-keywords .n-keywords-jobs-category .n-keword-jobs-details {
  overflow: hidden;
}

.n-keywords .n-keywords-jobs-category .n-keword-jobs-details span a {
  color: #777;
}

.n-keywords .n-keywords-jobs-category .n-keword-jobs-details .n-jobs-title {
  color: #242424;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-top: 3px;
}

.n-keywords .n-keywords-jobs-category .n-keword-jobs-details p i {
  color: #777;
  margin-right: 8px;
  font-size: 12px;
}

.n-keywords .n-keywords-jobs-category .n-keword-jobs-details p {
  margin: 0;
}

.n-keywords .n-keywords-jobs-category .n-keword-jobs-details p a {
  color: #777;
}

.n-keywords .n-keywords-jobs-category {
  padding: 15px 25px;
  position: relative;
}

.n-keywords .n-keywords-jobs-category .n-jobs-rating {
  position: absolute;
  right: 3%;
  top: 17%;
}

.n-keywords .n-keywords-jobs-category .n-jobs-rating i {
  color: #777;
  font-size: 14px;
}

.n-keywords .n-apply-jobs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.n-keywords .n-apply-jobs ul li {
  float: left;
  margin-right: 20px;
  color: #777;
}

.n-keywords .n-apply-jobs {
  overflow: hidden;
  background: #f0f0f0;
  padding: 15px 25px;
}

.n-keywords .n-apply-jobs ul li i {
  margin-right: 8px;
  color: #777;
}

.n-keywords .n-apply-jobs ul .style-right {
  float: right;
  margin-right: 0;
}

.n-keywords .n-apply-jobs ul .style-right a {
  color: #242424;
  font-weight: 500;
}

.n-keywords .n-categories-content {
  margin-bottom: 55px;
  border-radius: 4px;
  border: 1px solid #f2f0f0;
}

.n-keywords .n-jobs-featured {
  text-align: center;
}

.n-keywords .nav-tabs {
  position: absolute;
  right: 1%;
  top: 7%;
  border: none;
}

.n-keywords .nav-tabs > li.active a:hover {
  color: #fff;
}

.n-keywords .nav-tabs > li.active a {
  background-color: #0082f8;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 30px;
}

.n-keywords .nav-tabs > li > a {
  border: none;
  background-color: #f9f9f9;
  color: #242424;
  padding: 10px 30px;
}

.n-keywords .nav > li > a:hover {
  background-color: #0082f8;
  color: #fff;
}

/* n hero section--7*/

/* n top hiring 2*/

.n-hiring-employ2 {
  background: url("../images/homer.jpg");
  height: auto;
  background-position: center center;
  background-size: cover;
}

.n-hiring-employ2 .owl-nav {
  display: none;
}

.n-hiring-employ2 .owl-dots {
  display: none;
}

.n-hiring-employ2 .heading-penel h3 {
  color: #fff;
}

.n-hiring-employ2 .heading-penel p {
  color: #fff;
}

.n-hiring-employ2 .n-hiring2-bg {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}

/* n top hiring 2*/

/* n locations*/

.n-location .n-location-style {
  position: relative;
  margin-bottom: 30px;
  display: inline-grid;
  transition: 0.6s;
}

.n-location .n-location-style img {
  border-radius: 15px;
}

.n-location .n-location-style::before {
  content: "";
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(140, 124, 124, 0.1), #000);
  border-radius: 15px;
  transition: 0.6s;
}

.n-location .n-location-style:hover::before {
  top: 0%;
}

.n-location .n-city-location ul {
  list-style: none;
  padding: 0;
}

.n-location .n-city-location ul li {
  float: left;
  position: relative;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

.n-location .n-city-location ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.n-location .n-city-location {
  margin-top: -45px;
  padding: 0 20px;
}

.n-location .n-city-location .n-style2 {
  float: right;
}

.n-location .n-city-location ul li .badge {
  background: transparent;
  border: 1px solid#fff;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 12px;
  text-transform: capitalize;
  border-radius: 20px;
}

.space2 {
  padding: 80px 0 50px;
}

/* n locations*/

/* n resources*/

.n-resouces2 .n-res-style1 {
  background: url("../images/m1.jpg");
  position: absolute;
  width: 48%;
  background-position: top left;
  height: 390px;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.n-resouces2 .n-res-style1::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: rgba(0, 130, 248, 0.7);
}

.n-resouces2 .n-res-details {
  position: relative;
  z-index: 9;
}

.n-resouces2 .n-res-details .n-btn-flat {
  background-color: #fff;
  color: #242424;
  font-weight: 600;
  border: 1px solid #fff;
}

.n-resouces2 .n-res-details span {
  color: #fff;
}

.n-resouces2 .n-res-style2 {
  background: url("../images/m2.jpg");
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  height: 390px;
}

.n-resouces2 .n-res-style2::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}

.n-resouces2 .n-res-details2 {
  text-align: right;
  position: relative;
  z-index: 9;
}

.n-resouces2 .n-res-details h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.n-resouces2 .n-res-details p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  width: 95%;
  margin-bottom: 18px;
}

.n-resouces2 {
  overflow: hidden;
  position: relative;
}

.n-resouces2 .n-res-details2 h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.n-resouces2 .n-res-details2 p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 18px;
}

.n-resouces2 .n-res-details2 .n-btn-flat {
  font-weight: 600;
}

.n-resouces2 .n-res-details2 span {
  color: #fff;
}

.n-resouces2 .n-res-details2 {
  position: relative;
  z-index: 9;
}

/* n resources*/

/* n featured candidates*/

.n-fetured-candidates3 .n-featured-candidates3-content img {
  width: 15%;
}

.n-fetured-candidates3 .n-featured-candidates3-content .feature-style4 {
  color: #242424;
  font-weight: 700;
  font-size: 18px;
  margin-top: 8px;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 2px;
}

.n-fetured-candidates3 .n-featured-candidates3-content p {
  margin: 0;
  color: #888;
  line-height: 26px;
  padding-top: 3px;
}

.n-fetured-candidates3 .n-featured-candidates3-content p i {
  font-size: 12px;
  margin-right: 7px;
  color: #777;
}

.n-fetured-candidates3 .n-featured-candidates3-content span {
  color: #777;
}

.n-fetured-candidates3 .n-featured-candidates3-content {
  border: 1px solid #f2f0f0;
  padding: 25px;
  position: relative;
  border-radius: 7px;
  margin-bottom: 30px;
  transition: 0.6s;
  border-radius: 4px;
  overflow: hidden;
}

.n-fetured-candidates3 .n-featured-candidates3-content:hover {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(233, 233, 233, 0.7);
}

.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-profile ul {
  list-style: none;
  padding: 0;
  color: #242424;
  font-weight: 500;
}

.n-fetured-candidates3
  .n-featured-candidates3-content
  .n-feature-profile
  ul
  li {
  float: left;
  margin-right: 10px;
}

.n-fetured-candidates3
  .n-featured-candidates3-content
  .n-feature-profile
  ul
  li
  .btn {
  font-size: 12px;
  font-weight: 600;
}

.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-profile {
  overflow: hidden;
  margin-top: 15px;
}

.n-fetured-candidates3
  .n-featured-candidates3-content
  .n-feature-profile
  ul
  .n-active {
  float: right;
  margin-top: 11px;
}

.n-fetured-candidates3
  .n-featured-candidates3-content
  .n-feature-profile
  ul
  li:last-child {
  margin-right: 0;
}

.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-2 {
  position: absolute;
  right: 5%;
  top: 7%;
}

.n-fetured-candidates3 .n-featured-candidates3-content .n-feature-2 i {
  color: #777;
  font-size: 15px;
}

.n-fetured-candidates3 .n-featured-candidates3-content .features-star::before {
  border-width: 20px;
}

.n-fetured-candidates3 .n-featured-candidates3-content .features-star i {
  font-size: 12px;
}

/* n featured candidates*/

/* n footer 5*/
.n-footer-5 {
  background: #fafafa;
  height: auto;
  background-position: center center;
  background-size: cover;
  padding: 0;
  position: relative;
}

.n-footer-5 .n-footer-links ul {
  padding: 0;
  list-style: none;
  columns: 2;
}

.n-footer-5 .n-footer-links h4 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 18px;
}

.n-footer-5 .n-footer-links ul li {
  margin-bottom: 12px;
}

.n-footer-5 .n-footer-links .n-footer-container {
  margin-top: 38px;
}

.n-footer-5 .n-footer-details ul li i:hover {
  background-color: #0082f8;
  color: #fff;
}

.n-footer-5 .n-footer-details ul li {
  float: left;
  margin-right: 10px;
}

.n-footer-5 .n-footer-details ul li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  background-color: #242424;
  color: #fff;
}

.n-footer-5 .n-footer-bar {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  background-color: #fff;
}

.n-footer-5 .n-footer-bar p {
  margin: 0;
  font-size: 14px;
}

.n-footer-5 .n-footer-bar p a {
  color: #242424;
}

.n-footer-5 .n-footer-details ul {
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  display: table;
}

.n-footer-5 .n-footer-details p {
  color: #242424;
  line-height: 26px;
  margin-bottom: 16px;
  font-size: 14px;
}

.n-footer-5 .n-footer-details {
  text-align: center;
  padding: 0 10px;
}

.n-footer-5 .n-footer-details img {
  margin: 0 auto;
  padding-bottom: 20px;
}

.n-newsleter-content2 .n-newsleter-content {
  margin-top: 60px;
}

.n-newsleter-content {
  background: #fff;
  border-radius: 15px;
  padding: 40px 15px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  position: relative;
  margin-top: -90px;
  overflow: hidden;
}

.n-newsleter-content.n-newsleter-content2 {
  margin-top: 0;
}

.gta {
  padding: 60px 0;
}

.custom-adjustment {
  padding: 0 0 140px;
}

.custom-adjustment-2 {
  padding-top: 80px;
}

.n-newsleter-content .input-group .n-btn-flat {
  border-radius: 0 4px 4px 0 !important;
  display: inline-block;
  height: 49px;
}

.n-newsleter-content .n-newletter .n-ltr-style {
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}

.n-newsleter-content .n-newletter p {
  margin: 0;
  line-height: 26px;
  font-size: 16px;
}

.n-newsleter-content .input-group {
  margin-top: 10px;
}

.n-newsleter-content .input-group input {
  height: 49px;
  border-radius: 4px !important;
}

.mt80 {
  margin-top: 80px;
}

.n-h6-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #fff;
}

/* n footer 5*/

/*button[name="update_cart"] {
    display: none !important;
}*/
/* hero section 8 */

.n-hero-8 {
  background: url("../images/clouds.png");
  height: auto;
  position: relative;
  background-position: center center;
  background-size: cover;
  margin-bottom: 20px;
  padding: 0;
}

.n-hero-8 .n-8-container .n-8-product ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.n-hero-8 .n-8-container .n-8-product ul li {
  float: left;
  margin-right: 30px;
}

.n-hero-8 .n-8-container {
  text-align: center;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 50px;
}

.n-hero-8 .n-8-container .n-8-product {
  margin: 0 auto;
  display: table;
}

.n-hero-8 .n-8-container .n-8-content h1 span {
  color: #5e2eb5;
  font-size: 50px;
  padding: 0 10px;
}

.n-hero-8 .n-8-container .n-8-content h1 {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
}

.n-hero-8 .n-8-container .n-8-content {
  width: 75%;
  margin: 0 auto;
}

.n-hero-8 .n-8-container .n-8-content p {
  color: #242424;
  font-size: 18px;
  line-height: 32px;
  margin-top: 7px;
  margin-bottom: 22px;
}

.n-hero-8 .n-8-container .n-8-product ul li i {
  color: #fff;

  border-radius: 40px;
  padding: 14px 16px;
  text-align: center;
  font-size: 18px;
  box-shadow: 0px 0px 4px 2px rgba(36, 36, 36, 0.5);
}

.n-hero-8 .n-8-employs {
  margin: 0 auto;
  display: table;
}

.n-hero-8 .n-8-container .n-8-product ul li span {
  margin-left: 7px;
}

.n-hero-8 .n-8-container .n-8-product ul li .btn {
  font-size: 14px;
}

.n-8-serch-field ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.n-8-serch-field ul li {
  float: left;
  margin-right: 14px;
  width: 27%;
}

.n-8-serch-field ul li:first-child {
  width: 30%;
}

.n-8-serch-field ul li:last-child {
  width: 12%;
  float: right;
  margin-top: 36px;
}

.n-8-serch-field {
  background-color: #5e2eb5;
  overflow: hidden;
  position: relative;
  border-radius: 50px 0px 50px 0px;
  margin-top: -50px;
  padding: 30px 40px;
  border: 5px solid rgb(211, 188, 252, 0.9);
}

.n-8-serch-field ul li .btn {
  background: #fff;
  color: #242424;
  width: 100%;
  padding: 14px 28px;
  border: 1px solid #fff;
}

.n-8-serch-field ul li:last-child {
  margin-right: 0;
  margin-top: 35px;
}

.n-8-serch-field ul li .form-group {
  margin-bottom: 0;
}

.n-8-serch-field .select2-container--default .select2-selection--single {
  height: 50px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.n-8-serch-field .form-control {
  height: 50px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
}

.n-8-serch-field ul li .form-group label {
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 15px;
}

.n-8-serch-field ul li .form-group .form-control::placeholder {
  color: #fff;
}

.n-8-serch-field ul li .form-group .form-control {
  color: #fff;
}

.n-8-serch-field
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
  line-height: 28px;
}

.n-8-serch-field
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #fff;
  line-height: 28px;
}

.n-8-serch-field
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  left: 46%;
  top: 36%;
}

.n-8-serch-field
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px;
  right: 8px;
}

.n-8-serch-field .form-control:focus {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* hero section 8 */

/* home 3 recomended jobs */

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories img {
  float: left;
  margin-right: 15px;
  border: 1px solid #f2f0f0;
  padding: 2px;
  width: 20%;
  border-radius: 4px;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories span a {
  color: #777;
  font-size: 14px;
  font-weight: 500;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories .jobs3-style {
  color: #242424;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-top: 2px;
  margin-bottom: 1px;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p i {
  font-size: 13px;
  margin-right: 10px;
  color: #777;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p {
  color: #888;
  margin: 0;
  font-size: 13px;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p i {
  font-size: 13px;
  margin-right: 10px;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-content {
  border-top: 1px solid #f2f0f0;
  padding: 8px 20px;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p {
  margin: 0;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p a {
  color: #777;
}

.n-jobs-recomend3 .n-jobs3-container {
  border: 1px solid #f2f0f0;
  border-radius: 7px 7px 0 0;
  margin-bottom: 30px;
  transition: 0.6s;
}

.n-jobs-recomend3 .n-jobs3-container:hover {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories {
  padding: 20px 16px;
}

.n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories .n-jobs3-categories-2 {
  overflow: hidden;
}

.n-jobs-recomend3 .n-listing-text {
  margin-bottom: 35px;
}

.n-jobs-recomend3 .n-listing-text h2 {
  margin-bottom: 3px;
  font-size: 24px;
}

.n-jobs-recomend3 .n-jobs3-product {
  text-align: center;
  margin-top: 20px;
}

.n-jobs-recomend3 .nav-tabs {
  border: none;
  position: absolute;
  right: 2.5%;
  top: 0;
}

.n-jobs-recomend3 .nav-tabs > li > a {
  border: none;
  background-color: #f9f9f9;
  color: #242424;
  padding: 10px 30px;
  margin-right: 0;
}

.n-jobs-recomend3 .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
}

.n-jobs-recomend3 .nav > li > a:hover,
.nav > li > a:focus {
  background-color: #f9f9f9;
}

.n-jobs-recomend3 .nav-tabs > li.active a {
  border: none;
  border-radius: 4px;
  padding: 10px 30px;
  transition: 0.6s;
  color: #fff;
}

/* home 3 recomended jobs */

/* home 3 call to action */

.n-callto-action-8 {
  background: url("../images/sr.png");
  height: auto;
  background-position: center;
  background-size: cover;
  position: relative;
}

.n-callto-action-8 .n-8-img {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
}

.n-callto-action-8 .n-callto-details h3 {
  margin-top: 0;
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 12px;
}

.n-callto-action-8 .n-callto-details span {
  color: #fff;
  font-size: 32px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

.n-callto-action-8 .n-callto-details p {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 30px;
}

.n-callto-action-8 ul {
  list-style: none;
}

.n-callto-action-8 ul li {
  float: left;
  margin-right: 80px;
}

.n-callto-action-8 ul li:last-child {
  margin-right: 0;
}

.n-callto-action-8 ul li .counter-js span {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}

.n-callto-action-8 ul li .counter-js p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-weight: 500;
}

/* home 3 call to action */

/* home 3 feature candidtates 4*/

.n-f-candidates4 .n-f-canidates-content img {
  width: 20%;
  margin: 0 auto;
}

.n-f-candidates4 .n-f-canidates-content {
  text-align: center;
  border: 1px solid #e9e9e9;
  padding: 50px 20px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.n-f-candidates4 .n-f-canidates-content .n-f-style {
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-top: 10px;
}

.n-f-candidates4 .n-f-canidates-content p {
  color: #888;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 20px;
}

.n-f-candidates4 .n-f-canidates-content .btn {
  background: transparent;
  color: #242424;
  border: 1px solid #e9e9e9;
  font-size: 13px;
  font-weight: 600;
}

.n-f-candidates4 .n-f-canidates-content .n-candidates-style {
  position: absolute;
  top: 8%;
}

.n-f-candidates4 .n-f-canidates-content .n-candidates-style i {
  font-size: 20px;
  color: #888;
  cursor: pointer;
}

.n-f-candidates4
  .n-f-canidates-content
  .n-candidates-style.features-star::before {
  border-width: 30px;
}

.n-f-candidates4 .n-f-canidates-content .features-star {
  right: 0;
  left: auto;
  text-align: inherit;
  transform: rotate(90deg);
}

.n-f-candidates4 .n-f-canidates-content .features-star i {
  position: absolute;
  top: 0;
  overflow: hidden;
  right: 60%;
}

.n-f-candidates4 .n-f-canidates-content {
  margin-bottom: 30px;
  transition: 0.6s;
}

.n-f-candidates4 .n-f-canidates-content:hover {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  margin-top: -2px;
}

.n-f-candidates4 .n-f-canidates-content:hover .btn {
  background-color: #5e2eb5;
  color: #fff;
}

.nth-success-2 {
  background: url("../images/clouds.png");
  height: auto;
  background-position: center;
  background-size: cover;
}

.nth-success-2 .nth-sc-box {
  background-color: #fff;
}

.n-footer-style {
  background: url("../images/clouds.png");
  height: auto;
  background-size: cover !important;
  background-position: center center !important;
}

.n-footer-style .nth-footer-text p {
}

.n-footer-style .nth-footer-content .nth-footer-theme p {
}

.n-footer-style .nth-footer-content {
  border: 1px solid #ddd;
}

.n-footer-style .input-style .n-btn-flat {
  border-left: 1px solid #e9e9e9 !important;
}

.nth-success-2 .nth-sc-box {
  border: none !important;
}

.nth-success-2 .nth-sc-box {
  background-color: #fff;
}

.nth-success-2 .owl-item.active {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07) !important;
}

.nth-footer-content .form-group {
  margin-bottom: 0;
}

.mob-apps {
  padding-bottom: 0 !important;
}

/* home 3 feature candidtates 4*/

.dropup.ad-language {
  position: fixed;
  top: auto;
  right: 17%;
  z-index: 999;
  bottom: 0;
}

.ad-language .btn-default {
  border: none;
  border-radius: 4px 0 0 4px;
  padding: 10px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.ad-language .btn-default:hover,
.ad-language .btn-default:focus {
  background-color: #fff;
}

.ad-language .btn-default:active,
.ad-language .btn-default.active,
.ad-language.open > .dropdown-toggle.btn-default {
  background-color: #fff !important;
}

.ad-language .dropdown-menu {
  padding: 0;
  border: none;
}

.ad-language .dropdown-menu > li {
  position: relative;
  width: 100%;
  display: inline-block;
}

.ad-language .dropdown-menu > li > a {
  padding: 10px 20px;
}

.ad-language .dropdown-menu > li > a img {
  margin-right: 5px;
  vertical-align: middle;
}

.ad-language .dropdown-menu > li > a:hover {
  color: #000;
  width: 100%;
}

.rtl .dropdown.ad-language {
  position: fixed;
  top: 15%;
  left: 0;
  right: auto;
  z-index: 999;
}

.rtl .ad-language .dropdown-menu > li > a img {
  margin-right: 0;
  margin-left: 5px;
  vertical-align: middle;
}

.rtl .ad-language .dropdown-menu {
  left: 0;
  right: auto;
}

.rtl .ad-language .dropdown-menu {
  left: auto;
  right: 0;
}

.rtl .ad-language .btn-default {
  border-radius: 0 4px 4px 0;
}

.rtl .ad-language .dropdown-menu::before {
  left: -12px;
  top: 20px;
  right: auto;
  transform: rotate(-90deg);
}

.ad-language .dropdown-toggle.btn-default:hover {
  background-color: #fff !important;
}

.n-hero7-fields
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #fff;
}

.sb-wpml .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
}

.sb-wpml .wpml-ls-legacy-list-horizontal > ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}

.sb-wpml .wpml-ls-legacy-list-horizontal a {
  margin: 0;
  padding: 0 20px;
  display: inline-block;
  float: none;
  width: 100%;
  color: #242424;
  font-weight: 400;
  font-size: 14px;
  line-height: 48px;
  position: relative;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.transparent-header-1 .sb-wpml .wpml-ls-legacy-list-horizontal a {
  color: #fff;
}

.dropzone.dz-clickable {
  z-index: 1;
}

.n-search-main .n-search-listing h3 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 30px;
  color: #1f3053;
}

.new-sidebar .filter-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.new-sidebar #panel_acordian.collapsed::before {
  font-family: "FontAwesome";
  content: "\f067";
}

.new-sidebar #panel_acordian::before {
  font-family: "FontAwesome";
  content: "\f068";
  color: #999;
  right: 25px;
  position: absolute;
  transition: all 0.3s ease 0s;
  top: 60px;
}

.emp_dashboard .dashboard-job-filters {
  padding-bottom: 0;
}

.dashboard-new.emp_dashboard .main-body {
  margin-top: 0;
/*  padding: 0;*/
}
.dashboard-new.emp_dashboard .emp-all-jobs-wrapper .main-body {
    padding: 0;
    background-color: transparent;
}
.dashboard-new .emp-all-jobs-wrapper .dashboard-posted-jobs {
    background-color: #ffff;
}
.dashboard-new.emp_dashboard .main-body.change-password {
  padding: 10px;
}
.emp_dashboard .dashboard-job-filters table {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.emp_dashboard .dashboard-job-filters table tr {
  display: flex;
  gap: 1px;
}
.emp_dashboard .dashboard-job-filters table td {
  text-align: center;
  width: 100%;
  background-color: #f9d0c3;
  padding: 7px 10px;
  font-weight: 500;
}
.emp_dashboard .dashboard-job-filters table td a {
  color: #e85222;
}
.emp_dashboard .dashboard-job-filters table td a span {
  color: #565655;
  margin-left: 2px;
}
.emp_dashboard .dashboard-job-filters table td.counter-active {
  background-color: #B5DCF6;
}
.emp_dashboard .dashboard-job-filters table td.counter-active a {
  color: #243658;
}
.emp_dashboard .dashboard-job-filters #applier_filter_form {
  margin-bottom: 40px;
}
.emp_dashboard .dashboard-job-filters #applier_filter_form label {
  margin: 0 0 0 10px;
}
.emp_dashboard .dashboard-job-filters #applier_filter_form input {
  border: 1px solid #ccc;
  color: #999;
}
.emp_dashboard .dashboard-job-filters #applier_filter_form input::placeholder {
  color: #999;
}
.emp_dashboard .dashboard-job-filters #applier_filter_form .submit_applier_form {
  background-color: transparent;
  padding: 0;
  top: 30px;
  right: 30px;
}
.emp_dashboard .dashboard-job-filters #applier_filter_form .submit_applier_form img {
  width: 30px;
  filter: invert(20%) sepia(0%) saturate(737%) hue-rotate(141deg) brightness(90%) contrast(83%);
}
.emp-manage-application-wrapper .main-body {
  padding: 0;
  background: transparent;
  overflow: visible;
}
.emp-manage-application-wrapper .select2-container .select2-selection--single {
  border: 1px solid #ccc;
}
.emp-manage-application-wrapper .main-body .dashboard-posted-jobs {
  background-color: #ffff;
}
.dashboard-new .emp-manage-application-wrapper .main-body .dashboard-posted-jobs .table-responsive {
  overflow: visible;
}
.dashboard-new .emp-manage-application-wrapper .main-body .dashboard-posted-jobs .posted-job-list {
  overflow: visible;
  display: table-row;
  padding: 0;
}
.emp-manage-application-wrapper .dashboard-table thead tr th {
  padding-bottom: 15px 10px;
}
.emp-manage-application-wrapper .dashboard-table thead tr th,
.emp-manage-application-wrapper .dashboard-table tbody tr td {
  text-align: center;
}
.emp-manage-application-wrapper .dashboard-table thead tr th.applied_candidate,
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_candidate {
  width: 19% !important;
  text-align: left;
  padding-left: 20px;
  word-break: break-word;
}
.dashboard-new .emp-manage-application-wrapper .main-body .dashboard-posted-jobs .applied_candidate .posted-job-title-meta a {
  font-size: 16px;
  color: #999;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_candidate a:hover {
  color: #999;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_candidate p {
  margin-bottom: 0;
  line-height: 20px;
}
.emp-manage-application-wrapper .dashboard-table thead tr th.applied_job,
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_job {
  width: 12% !important;
  text-align: left;
}
.emp-manage-application-wrapper .dashboard-table thead tr th.applied_profile_percent,
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_profile_percent {
  width: 8% !important;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_profile_percent .stats-progress {
  position: relative;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_profile_percent .stats-progress span {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_profile_percent .progress {
  margin: 0;
  height: 22px;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: none;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_profile_percent .progress .progress-bar {
  border-radius: 0;
  background-color: #E85222;
}
.emp-manage-application-wrapper .dashboard-table thead tr th.applied_message,
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_message {
  width: 10% !important;
}
.emp-manage-application-wrapper .dashboard-table thead tr th.applied_message .info-tooltip-outer {
  top: -8px;
}
.emp-manage-application-wrapper .dashboard-table thead tr th.applied_message .info-tooltip-outer img {
  margin-left: 0px;
  filter: inherit;
}
.emp-manage-application-wrapper .dashboard-table thead tr th.applied_message .info-tooltip-outer .info-tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  background-color: #ffff;
  color: #243658;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border: 1px solid #243658;
  border-radius: 25px 25px 25px 0px;
  padding: 8px 20px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 15px);
  left: 8px;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.emp-manage-application-wrapper .dashboard-table thead tr th.applied_message .info-tooltip-outer .info-tooltip-text::before {
  content: '';
  background-image: url(../images/icons/single-job-icons/tooltip-corner-right.png);
  position: absolute;
  bottom: -22px;
  left: -1px;
  width: 11px;
  height: 22px;
  background-size: contain;
  transform: rotateY(180deg);
  background-repeat: no-repeat;
}
.emp-manage-application-wrapper .dashboard-table thead tr th.applied_message .info-tooltip-outer:hover .info-tooltip-text {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_message a {
  color: #E85222;
}
.emp-manage-application-wrapper .dashboard-table thead tr th.applied_profile,
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_profile {
  width: 13% !important;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_profile ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_profile ul li {
  list-style-type: none;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_profile ul li img {
  width: 26px;
  height: 20px;
  object-fit: scale-down;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_profile ul li .candidate_default_cv img,
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_profile ul li .profile_completed img {
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_profile ul li .no_cv img,
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_profile ul li .profile_not_completed img {
  filter: invert(20%) sepia(0%) saturate(737%) hue-rotate(141deg) brightness(90%) contrast(83%);
}
.emp-manage-application-wrapper .dashboard-table thead tr th.applied_application_date,
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_date {
  width: 12% !important;
}
.emp-manage-application-wrapper .dashboard-table thead tr th.applied_application_status,
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_status {
  width: 10% !important;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_status .label {
  display: inline-block;
  min-width: 120px;
  padding: 10px 5px;
  font-size: 14px;
  color: #243658;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_status .label-approved {
  background-color: #74e156;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_status .label-retract {
  background-color: #f5878e;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_status .label-declined {
  background-color: #b1b2b3;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_status .label-pending {
  background-color: #fad873;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_status .label-in-review {
  background-color: #c4b9a7;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_status .label-interview {
  background-color: #f7af6c;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_status .label-shortlist {
  background-color: #b0ebff;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_status .label-filed {
  background-color: #A79ECD;
}
.emp-manage-application-wrapper .dashboard-table thead tr th.applied_view,
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_view {
  width: 6% !important;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_view ul {
  justify-content: center;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_view img {
  width: 26px;
  height: 20px;
  object-fit: scale-down;
  filter: invert(70%) sepia(0%) saturate(737%) hue-rotate(141deg) brightness(90%) contrast(83%);
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_view img.viewed {
  filter: invert(82%) sepia(31%) saturate(905%) hue-rotate(51deg) brightness(94%) contrast(88%);
}
.emp-manage-application-wrapper .dashboard-table thead tr th.applied_application_action,
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_action {
  width: 10% !important;
  padding-right: 20px;
}
.emp-manage-application-wrapper .dashboard-table thead tr th.applied_application_action,
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_action:last-child
{
  padding: 20px 10px;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_action ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_action ul li,
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_action ul li button {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_action ul li button.disabled {
  cursor: not-allowed;
}
.emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_action ul li img {
  width: 20px;
  height: 26px;
  object-fit: scale-down;
  filter: invert(20%) sepia(0%) saturate(737%) hue-rotate(141deg) brightness(90%) contrast(83%);
}
.emp-manage-application-wrapper .main-body .no-candidate-found {
  padding: 30px 20px;
  background-color: #fff;
}
.emp-manage-application-wrapper .main-body .no-candidate-found h4 {
  text-align: center;
}

.hide-upload-resume {
  display: none;
}

#my_cv_upload_custom {
  display: none;
}

.loader_img {
  margin-bottom: 30px;
  border-radius: 20px;
}

.generate_resume img {
  display: inline !important;
}

.rotator {
  animation: fa-spin 0.5s infinite linear;
}

.skills_tags {
  border: 1px solid #eee;
  background-color: #fff;
  display: inline-block;
  font-size: 14px !important;
  margin-bottom: 10px;
  margin-right: 3px;
  padding: 5px 15px;
  border-radius: 4px;
}

.skills_tags:hover {
  background-color: #e85222;
  color: #fff !important;
  border: 1px solid #e85222;
}

.n-job-title-box .company-name {
  text-transform: uppercase;
}

#progress_loader {
  display: none;
}

#image_rotator {
  margin-top: -30px;
  margin-bottom: 10px;
}

.cropper-img,
.img-preview {
  background-color: #f7f7f7;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height: 344px;
}

.woocommerce-table__line-item .wc-item-meta {
  display: none;
}

.n-search-page.horizontal {
  padding-top: 50px;
  background: #fff;
}

.horizontal_search {
  padding-bottom: 0;
}

.horizontal_search .jobs-form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.horizontal_search .jobs-form ul li {
  float: left;
  width: 23.6%;
  margin-right: 20px;
  margin-bottom: 30px;
}

.horizontal_search .jobs-form {
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 4px;
  padding-bottom: 10px;
}

.horizontal_search .jobs-form ul li:nth-child(4n) {
  margin-right: 0 !important;
}

.horizontal_search .jobs-form ul li:nth-child(4n) {
  margin-right: 0 !important;
}

.horizontal_search .jobs-form ul li:last-child {
  margin-right: 0;
}

.horizontal_search .jobs-form .select2-container {
  width: 100% !important;
}

.form-control::-moz-placeholder {
  color: #444;
}

/* Mozilla Firefox 19+ */

.horizontal_search
  .jobs-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 6px;
  right: 5px;
}

.horizontal_search .jobs-form ul li label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.horizontal_search .jobs-form .form-group {
  margin-bottom: 0;
}

.res-toggle {
  display: none;
}

.btn-filter-search {
  margin-bottom: 0px;
  margin-top: 30px;
}

#edit-profile-modal .file-caption {
  padding: 0 10px;
  height: 50px;
}

#edit-profile-modal .file-caption-main .btn-file {
  background-color: #242424;
  border: 1px solid #242424;
  height: 50px;
}

.expire_alert {
  text-decoration: line-through;
}

.pac-container {
  z-index: 9999999999;
}

.recently-added-img {
  float: left;
  width: 30%;
  position: relative;
}

.recently-added-desc {
  float: left;
  width: 70%;
  padding: 0 0 0 15px;
}

.recently-added-desc h4 {
  text-align: left;
  font-size: 16px;
  padding-bottom: 2px;
  margin-top: 0;
}

.widget-inner-container {
  display: inline-block;
  width: 100%;
  padding: 0;
}

.widget-inner-container.recently-added li {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  position: relative;
  padding-bottom: 15px;
}

.panel-default .list-group-item {
  margin-right: 3px;
  padding: 12px 0;
  padding-top: 12px;
  padding-top: 12px;
  box-shadow: none;
  display: flex;
  border-top: 0;
}

.panel-default .avatar {
  position: relative;
  width: 80px;
}

.panel-default .list-body {
  align-self: center;
  flex: 1;
  margin-left: 10px;
}

.list-body h4 {
  font-size: 16px;
}

.list-meta ul {
  list-style: none;
  padding-left: 0;
}

.list-meta ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
}

.submit-listing-section .form-group {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.submit-listing-section .form-group.has-success label {
  color: #242424;
}

.ui-menu .ui-menu-item {
  text-transform: lowercase;
  position: relative;
  margin: 0;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-item:hover {
  border: 1px solid #0073ea;
  background: #0073ea;
  font-weight: 400;
  color: #fff;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.typeahead__cancel-button {
  margin-top: 10px;
}

.mt45 {
  margin-top: 45px;
}
.mt12 {
  margin-top: 12px;
}

.s-timezone {
  margin-top: 10px;
  font-size: 16px;
}

.opening-hours-title span {
  font-size: 16px;
  margin-left: 10px;
}

.days_list li .day-name {
  float: left;
  text-transform: capitalize;
  font-weight: 500;
  color: #243658;
}

.days_list li .day-timing {
  float: right;
  color: #777;
  /* text-transform: capitalize; */
}

.days_list li.current_day span {
  color: #48d17e !important;
}

.days_list li {
  border-bottom: 1px solid #eee;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  width: 100%;
  font-size: 15px;
}

.days_list li.closed .day-timing {
  color: #e52d27;
}

.n-candidate-info2 {
  padding: 17px;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 30px;
  border-radius: 4px;
}

.n-candidate-info2 .days_list li {
  font-size: 14px;
}

.n-candidate-info2 .days_list li:last-child {
  border: none;
}

.n-candidate-info2 .s-timezone {
  font-size: 14px;
}

.n-candidate-info2 .opening-hours-title span {
  font-size: 14px;
}

.recently-added-desc .distance_clr {
  color: #fb236a;
}

.nearby_jobs {
  margin-top: 30px;
}

.sb_ver_ph_code_div .pull-right {
  padding-top: 10px;
  font-size: 14px;
}

#sb_login_verification_form .form-group {
  margin-bottom: 20px;
}

#sb_login_verification_form .parsley-errors-list.filled {
  position: static;
}

.anchor_disable {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.n-resume-box-details {
  padding: 40px 25px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}

.n-sidebar-style {
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}

.n-candidate-detail .resume-3-detail .n-4-resume {
  border: none !important;
  padding: 0 !important;
}

.n-candidates-detail-2 {
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 40px;
}

.n-candidates-detail-2 ul {
  display: flex;
  margin: auto;
  overflow: hidden;
  flex-direction: row;
  justify-content: center;
}

.n-candidates-detail-2 img {
  margin: 0 auto;
  max-width: 170px;
  max-height: 170px;
  border-radius: 100px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
}

.n-custom-style li {
  padding: 0 !important;
}

.n-details-employers3 {
  background-color: #fff;
  overflow: hidden;
}

.n-details-employers::before {
  content: "";
  border-width: 40px;
  border-style: solid;
  border-color: #233d7b transparent transparent #233d7b;
  position: absolute;
  top: 0;
  left: 0;
}

.n-details-employers {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 20px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 35px;
}

.n-details-employers .n-details-box-employers {
  display: flex;
}

.n-details-employers .n-details-box-employers .n-details-box-img {
  margin-right: 15px;
  z-index: 9;
  border-radius: 100px;
  max-width: 100px;
  max-height: 170px;
  padding: 10px;
  background-color: #fff;
}

.n-details-employers .n-details-box-text {
  align-self: center;
}

.n-details-employers .n-details-groups {
  align-self: center;
  display: flex;
  list-style-type: none;
}

.n-details-employers .n-details-groups i {
  font-size: 22px;
  background-color: #eff3f6 !important;
  padding: 8px;
  align-self: center;
  margin-right: 12px;
  border-radius: 4px;
}

#n-nk-theme-spinner {
  font-size: 22px;
  background-color: unset !important;
  color: #fff;
  padding: 0px;
  align-self: center;
  margin-right: 12px;
  border-radius: 4px;
}

.n-employers-details-w {
  padding: 35px 20px;
  padding-top: 15px;
}

.n-details-employers3 .nav-tabs {
  border: 1px solid #e9e9e9;
  border-radius: 30px;
}

.n-details-employers3 .nav-tabs {
  text-align: center;
  margin: 0 auto;
  display: table;
}

.n-details-employers3 .nav-tabs > li.active a {
  background-color: #233d7b;
  color: #fff;
}

.n-details-employers3 .nav-tabs > li a {
  padding: 10px 40px;
  margin-right: 0;
  border: none;
  border-radius: 0;
}

.n-details-employers3 .tab-content {
  margin-top: 5%;
  padding: 0 20px;
}

.n-details-employers3 .tab-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
}

.n-details-employers3 .tab-content p {
  margin-bottom: 35px;
}

.n-details-list {
  margin-bottom: 50px;
}

.n-details-list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 20px;
}

.n-details-list .n-list-employs-img {
  align-self: center;
  margin-right: 10px;
}

.n-details-list .n-list-employs-img i {
  font-size: 32px;
  color: #233d7b;
}

.n-details-list .n-list-employ-text {
  align-self: center;
}

.n-details-list .n-list-employ-text h3 {
  font-size: 16px !important;
  margin-bottom: 0;
}

.n-details-list .n-list-employ-text p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 24px;
}

.ms-botom {
  margin-bottom: 20px !important;
  margin-left: 2%;
}

.n-details-employers3 .n-img-p {
  margin-bottom: 25px;
}

.ms-top {
  margin-top: 25px;
}

.n-details-employers3 .n-submit {
  float: right;
  margin-top: 20px;
}

.n-candidate-info.no_border {
  border: none !important;
}

.n-details-employers .n-details-groups {
  align-self: center;
  display: flex;
}

.resume-3-sidebar .widget h4.widget-heading::before {
  background-color: #233d7b;
}

.resume-3-sidebar.n_widget {
  background: white;
}

.n-details-groups.n_socials {
  max-width: 15%;
}

.n-details-groups.n_socials li {
  margin-right: 10px;
}

.n-details-groups.n_socials.n_custom {
  margin-left: 40%;
}

.n-details-groups.n_socials.n_custom.iconss {
  position: absolute;
  right: 190px;
}

.n-detail-jobs-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0;
}

.n-detail-jobs-content .n-detail-job-title {
  position: relative;
}

.n-detail-jobs-content .n-detail-job-title ul {
  display: flex;
  list-style: none;
}

.n-detail-jobs-content .n-detail-job-title ul li {
  margin-right: 30px;
  position: relative;
}

.n-detail-jobs-content .n-detail-job-title ul li.n-selector::before {
  border-right: none;
}

.n-detail-jobs-content .n-detail-job-title ul li p {
  margin: 0;
  font-size: 13px;
}

.n-detail-jobs-content .n-detail-job-title ul li p i {
  margin-right: 8px;
  color: #ffc420;
}

.n-detail-jobs-content .n-detail-social-icons {
  align-self: center;
}

.n-detail-jobs-content .n-detail-social-icons ul {
  list-style: none;
  padding: 0;
  list-style: none;
  display: flex;
}

.n-detail-jobs-content .n-detail-social-icons ul li {
  margin-right: 13px;
  align-self: center;
  border-radius: 6px;
}

.i-style-1 {
  background-color: #ddd;
  color: #fff;
}

.n-details-list ul li {
  display: flex;
}

.n-details-employers .n-details-box-employers .n-details-box-img img {
  border-radius: 60px;
  max-width: 90px;
}

.review-form {
  margin-bottom: 20px;
}

.n-details-employers .n-details-box-text h3 {
  margin: 0;
}

.n-details-employers .n-details-box-text p {
  margin: 0;
}

.n-detail-jobs-content .n-detail-job-title h3 {
  font-size: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.n-grid-icon-list0 {
  position: absolute;
  right: 10%;
  bottom: 33%;
  display: none;
}

.n-grid-overlay img {
  height: 230px;
  width: 100%;
}

.n-grid-icon-list0 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.n-grid-icon-list0 ul li {
  margin-bottom: 10px;
}

.n-grid-overlay {
  position: relative;
}

.n-grid-overlay::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 7px 7px 0 0;
}

.n-grid-box .n-grid-details span {
  float: right;
}

.n-grid-icon-list0 ul li img {
  max-width: 30px;
}

.n-grid-box .n-grid-details span i {
  cursor: pointer;
  color: dimgray;
  font-size: 18px;
}

.n-grid-box .n-grid-details {
  background-color: #fff;
  padding: 28px 20px 18px;
  overflow: hidden;
}

.n-grid-box .n-grid-details h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  float: left;
}

.n-grid-box {
  margin-top: 20px;
}

.n-grid-box .n-grid-details p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.n-grid-box .n-grid-details p i {
  margin-right: 10px;
  color: red;
  font-size: 18px;
  vertical-align: middle;
}

.n-grid-box .n-grid-img img {
  border-radius: 7px 7px 0 0;
}

.n-grid-box .n-grid-img {
  position: relative;
}

.n-grid-style-background {
  background-image: url(../images/ping.png);
  background-size: auto;
  height: auto;
  background-position: top;
  background-size: cover;
  width: 170px;
  text-align: center;
  position: absolute;
  bottom: -22px;
}

.n-grid-style-background img {
  margin: 0 auto;
  margin-top: 2px;
  max-width: 80px;
  border-radius: 50px !important;
  height: auto;
  width: auto;
}

.n-grid-img .n-grid-icons {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  float: right;
}

.n-grid-img .n-grid-icons i {
  background-color: #fff;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}

.n-grid-box .features-star {
  z-index: 9;
}

#custom_collapse_btn {
  width: 100%;
}

.n_advertise {
  margin-left: 5%;
  margin-bottom: 5%;
}

.n-advert-display {
  margin-bottom: 3%;
}

.n-advert-display-grid {
  margin-bottom: 3%;
  margin-left: 2%;
}

.n-advert-display-grid-style {
  margin-bottom: 1%;
  margin-left: 2%;
  margin-top: 3%;
}

.n-adverts-custom {
  margin-bottom: 3%;
  margin-left: 2%;
  margin-top: 3%;
}

.n-job-single.n-jooble-single {
  z-index: 9;
}

.jobo-members-acc-allow {
  list-style: none;
}

.icheckbox_square.n_memb_check_permissions {
  margin-right: 5%;
  margin-left: 5%;
}

/* my new changes start */

.n-candidate-detail .n-candidate-meta .timeline-box ul li,
.n-candidate-detail .n-candidate-meta .timeline-box ol li {
  color: unset;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li > span {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
}

.n-candidate-detail
  .n-candidate-meta
  .timeline-box
  ul.education
  li
  > span::before {
  left: -28px;
  top: 5px;
}

.n-candidate-detail .n-candidate-meta .timeline-box ul.education li .info ol li,
.n-candidate-detail
  .n-candidate-meta
  .timeline-box
  ul.education
  li
  .info
  ul
  li {
  padding-bottom: 0px !important;
  display: list-item !important;
  margin-left: 0;
}

.n-candidate-detail
  .n-candidate-meta
  .timeline-box
  ul.education
  li
  .info
  ol
  li
  span::before,
.n-candidate-detail
  .n-candidate-meta
  .timeline-box
  ul.education
  li
  .info
  ul
  li
  span::before {
  content: none;
}

/* my new changes end */

/* jobo-black-header-start */
.jobo-black-header .mega-menu.n-header-trabsparent {
  position: relative;
  min-height: unset;
}

.jobo-black-header .mega-menu > section.menu-list-items {
  min-height: 90px;
  background-color: #000;
}

.jobo-black-header .mega-menu .menu-logo img {
  margin-top: 0;
}

.jobo-black-header .mega-menu.n-header-trabsparent .menu-button a.n-btn-flat {
  padding: 11px 45px;
  background-color: #233d7b;
  border: 1px solid #233d7b;
}

.jobo-black-header .mega-menu .menu-links > li {
  line-height: 40px;
}

.jobo-black-header .mega-menu.n-header-trabsparent .menu-links > li > a {
  line-height: 30px;
  padding: 10px 20px;
  position: relative;
  transition: 0.5s ease-in-out;
}

.jobo-black-header
  .mega-menu.n-header-trabsparent
  .menu-links
  > li
  > a::before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 16px;
  width: 0;
  height: 3px;
  border-bottom: 3px solid #233d7b;
  transition: 0.5s ease-in-out;
}

.jobo-black-header
  .mega-menu.n-header-trabsparent
  .menu-links
  > li
  > a:hover::before {
  width: 73%;
}

.jobo-black-header .mega-menu .menu-button li a i {
  margin-right: 5px;
}

.jobo-black-header .mega-menu .menu-button li .n-login-header.left {
  padding-right: 15px;
  position: relative;
}

.jobo-black-header .mega-menu .menu-button li .n-login-header.left::before {
  content: "";
  border-right: 1px solid #ffff;
  width: 1px;
  height: 40px;
  position: absolute;
  top: -12px;
  right: 0;
}

.jobo-black-header .mega-menu .menu-button li .n-login-header.right {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}

.jobo-black-header .mega-menu .menu-button li .n-login-header.right::before {
  content: "";
  border-left: 1px solid #ffff;
  width: 1px;
  height: 40px;
  position: absolute;
  top: -12px;
  right: 0;
}

.jobo-black-header .mega-menu .drop-down h4 {
  color: #233d7b;
}

.jobo-black-header .mega-menu .drop-down a:hover,
.jobo-black-header .mega-menu .drop-down-multilevel li:hover > a {
  color: #233d7b;
}

/* jobo-black-header-end */
/* new-jobo-hero-start */
.new-jobo-hero {
  padding: 180px 0 250px 0;
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-position: center center;
}

.new-jobo-hero .main-content {
  position: relative;
  z-index: 1;
}

.new-jobo-hero .main-content .title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.new-jobo-hero .main-content .heading {
  font-size: 40px;
  font-weight: 600;
  color: #000;
}

.new-jobo-hero .main-content .txt {
  width: 470px;
  line-height: 30px;
  font-size: 16px;
  color: #3e3e3e;
}

.new-jobo-hero .main-content .search-bar {
  margin-top: 30px;
  display: flex;
  width: 578px;
  padding: 15px;
  border-radius: 5px;
  background-color: #ffff;
  box-shadow: 0px 0px 15px 7px rgba(0, 34, 43, 0.06);
}

.new-jobo-hero .main-content .search-bar .n-search-bar-form {
  display: flex;
}

.new-jobo-hero
  .main-content
  .search-bar
  .n-search-bar-form
  .freelance-category {
  margin-bottom: 0;
}

.new-jobo-hero .main-content .search-bar input {
  padding: 10px 20px 10px 20px;
  background-color: #fafbfb;
  line-height: 30px;
  border: none;
  width: 190px;
}

.new-jobo-hero .main-content .search-bar input:focus-visible {
  outline: none;
}

.demand-slt-2-bg
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #233d7b;
}

.new-jobo-hero .main-content .search-bar .select2-container {
  width: 200px !important;
  margin: 0 10px;
}

.new-jobo-hero
  .main-content
  .search-bar
  .select2-container
  .select2-selection--single {
  height: 50px;
  background-color: #fafbfb;
  border: none;
  border-radius: 0;
}

.new-jobo-hero
  .main-content
  .search-bar
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0px 20px 0px 20px;
  line-height: 48px !important;
}

.new-jobo-hero
  .main-content
  .search-bar
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 2px;
  right: 12px;
}

.new-jobo-hero .main-content .search-bar .srh-btn {
  background-color: #233d7b;
  border: 1px solid #233d7b;
  color: #ffff;
  font-size: 16px;
  padding: 12px 40px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.new-jobo-hero .main-content .circle-img {
  position: absolute;
  top: -110px;
  left: -218px;
  z-index: -1;
}

.new-jobo-hero .main-img-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.new-jobo-hero .main-img-box .main-img {
  position: absolute;
  top: -130px;
  right: -80px;
  max-width: unset;
}

.new-jobo-hero .main-content .srh-categories {
  margin-top: 20px;
}

.new-jobo-hero .main-content .srh-categories ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}

.new-jobo-hero .main-content .srh-categories ul li h6 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.new-jobo-hero .main-content .srh-categories ul li a {
  font-size: 12px;
  color: #3e3e3e;
}

.new-jobo-hero .main-content .srh-categories ul li:first-child {
  margin-right: 10px;
}

/* new-jobo-hero-end */
/* jobo-browse-categories-start */
.jobo-browse-categories {
  padding: 80px 0;
  background-color: #f3f5f4;
}

.jobo-main-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.jobo-main-meta .main-heading {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
}

.jobo-main-meta .main-txt {
  font-size: 16px;
  color: #3e3e3e;
  margin-bottom: 0;
  width: 800px;
  text-align: center;
}

.jobo-browse-categories .category-box-grid .col-12 {
  padding: 0;
}

.jobo-browse-categories .category-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  background-color: #ffff;
  border-right: 1px solid transparent;
  border-image: url(../images/line-shape.png) 30 round;
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
}

.jobo-browse-categories .category-box-grid .col-12:last-child .category-box {
  border-image: none;
}

.jobo-browse-categories .category-box::before {
  content: "";
  background-color: #233d7b;
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

.jobo-browse-categories .category-box:hover::before {
  height: 100%;
}

.jobo-browse-categories .category-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid transparent;
  width: 100%;
  border-image: url(../images/line2-shape.png) 0.5 round;
}

.jobo-browse-categories .col-12:nth-last-child(1) .category-box::after,
.jobo-browse-categories .col-12:nth-last-child(2) .category-box::after,
.jobo-browse-categories .col-12:nth-last-child(3) .category-box::after,
.jobo-browse-categories .col-12:nth-last-child(4) .category-box::after {
  content: none;
}

.jobo-browse-categories .col-12:nth-child(4n + 0) .category-box {
  border-right: none;
}

.jobo-browse-categories .category-box .heading {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  transition: 0.5s ease-in-out;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.jobo-browse-categories .category-box:hover .heading {
  color: #ffff;
}

.jobo-browse-categories .category-box span {
  font-size: 16px;
  color: #777;
  transition: 0.5s ease-in-out;
}

.jobo-browse-categories .category-box:hover span {
  color: #ffff;
}

.jobo-browse-categories .category-box .category-img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.jobo-browse-categories .category-box .category-img img {
  width: 100%;
}

.jobo-browse-categories .category-box .dot-img {
  position: absolute;
  top: -20px;
  right: -90px;
  display: none;
}

.jobo-browse-categories .category-box .dot-circle-img {
  position: absolute;
  bottom: -30px;
  left: -30px;
  display: none;
}

.jobo-browse-categories .category-box:hover .dot-img,
.jobo-browse-categories .category-box:hover .dot-circle-img {
  display: block;
}

/* jobo-browse-categories-end */
/* features-jobs-start */
.features-jobs {
  padding: 80px 0;
}

.features-jobs .ftrd-job-box {
  padding: 30px;
  border: 1px solid #c6c7c8;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}

.features-jobs .ftrd-job-box:hover {
  border: 1px solid #ffff;
  box-shadow: 0px 0px 15px 7px rgba(0, 34, 43, 0.06);
}

.features-jobs .ftrd-job-box .job-profile {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.features-jobs .ftrd-job-box .job-img {
  max-width: 50px;
  margin-right: 15px;
}

.features-jobs .ftrd-job-box .job-field span {
  font-size: 16px;
}

.features-jobs .ftrd-job-box .job-field h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.features-jobs .ftrd-job-box .title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.features-jobs .ftrd-job-box .job-type {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: block;
  margin: 5px 0 12px 0;
}

.features-jobs .ftrd-job-box .location {
  font-size: 15px;
}

.features-jobs .ftrd-job-box .location span {
  margin-right: 5px;
}

.features-jobs .ftrd-job-box .bottom-box {
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.features-jobs .ftrd-job-box .bottom-box h5 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 0;
}

.features-jobs .ftrd-job-box .bottom-box h5 span {
  font-size: 14px;
  font-weight: 500;
}

.features-jobs .ftrd-job-box .bottom-box .apply-btn {
  font-size: 16px;
  color: #233d7b;
  background-color: #ffff;
  border: 1px solid #233d7b;
  padding: 12px 32px;
  border-radius: 5px;
  text-align: center;
  display: block;
  margin-top: 15px;
  transition: 0.5s ease-in-out;
}

.features-jobs .ftrd-job-box:hover .bottom-box .apply-btn {
  color: #ffff;
  background-color: #233d7b;
  border: 1px solid #233d7b;
}

.features-jobs .ftrd-job-box .job-field h5 span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}

.features-jobs .explore-more {
  text-align: center;
  margin: 12px 0;
}

.features-jobs .explore-more .more-btn {
  color: #ffff;
  font-size: 16px;
  background-color: #233d7b;
  border: 1px solid #233d7b;
  padding: 15px 30px;
}

.features-jobs .ftrd-job-box .rate-box {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  background-color: #e52d27;
  transform: rotate(45deg);
}

.features-jobs .ftrd-job-box .rate-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #ffff;
}

/* features-jobs-end */
/* top-hiring-companies-start */
.top-hiring-companies {
  padding: 80px 0 50px;
  background-image: url(../images/top-companies-bg.png);
  background-position: center center;
  background-size: cover;
}

.top-hiring-companies .company-brand-grid {
  text-align: center;
}

.top-hiring-companies .company-brand-grid ul li {
  width: 16.3%;
  display: inline-block;
}

.top-hiring-companies .company-brand-grid ul li .company-brand {
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.top-hiring-companies .jobo-main-meta span {
  font-size: 30px;
  color: #ffff;
  font-weight: 600;
  line-height: 30px;
}

.top-hiring-companies .jobo-main-meta .main-heading {
  color: #ffff;
}

/* top-hiring-companies-end */
/* featured-candidates-start */
.featured-candidates {
  padding: 80px 0 50px;
}

.featured-candidates .profile-card {
  border-radius: 5px;
  box-shadow: 0px 0px 15px 7px rgba(0, 34, 43, 0.06);
  margin-bottom: 30px;
}

.featured-candidates .profile-card .prf-meta {
  padding: 25px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.featured-candidates .profile-card .prf-meta .prf-meta-image {
  width: 130px;
}

.featured-candidates .profile-card .prf-meta .rating {
  margin: 15px 0;
}

.featured-candidates .profile-card .prf-meta .rating .fill {
  color: #ffcc00;
}

.featured-candidates .profile-card .prf-meta .rating .unfill {
  color: #dadada;
}

.featured-candidates .profile-card .prf-meta .name {
  font-size: 20px;
  color: #000;
  line-height: 20px;
}

.featured-candidates .profile-card .prf-meta .skill {
  color: #3e3e3e;
}

.featured-candidates .profile-card .prf-meta .location {
  margin: 10px 0;
  color: #3e3e3e;
}

.featured-candidates .profile-card .prf-meta ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
}

.featured-candidates .profile-card .prf-meta ul li {
  width: 32%;
  margin: 0 5px;
}

.featured-candidates .profile-card .prf-meta ul li a {
  padding: 8px;
  font-size: 13px;
  background-color: #233d7b;
  color: #ffff;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featured-candidates .profile-card .prf-meta .favrt-outer {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 50%;
  background-color: #f3f4f5;
}

.featured-candidates .profile-card .prf-meta .favrt-outer i {
  color: #e52d27;
  padding: 10px;
}

.featured-candidates .profile-card .prf-meta .rate-box {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  background-color: #e52d27;
  transform: rotate(45deg);
}

.featured-candidates .profile-card .prf-meta .rate-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #ffff;
}

.featured-candidates .profile-card .prf-btn {
  margin-top: 15px;
}

.featured-candidates .profile-card .prf-btn .view-prf {
  display: block;
  background-color: #233d7b;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffff;
  padding: 10px 20px;
  text-align: center;
}

/* featured-candidates-end */
/* our-resources-start */
.our-resources {
  padding: 80px 0;
  background-color: #f3f5f4;
  position: relative;
  overflow: hidden;
}

.our-resources::before {
  content: "";
  background-image: url(../images/resource-bg.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  animation: MoveUpDown 10s linear infinite;
}

@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 0;
  }

  50% {
    top: 50px;
  }
}

.our-resources .left-cont {
  padding: 79px 0;
}

.our-resources .left-cont .title {
  font-size: 40px;
  font-weight: 600;
  color: #000;
}

.our-resources .left-cont .txt {
  font-size: 16px;
  margin-bottom: 10px;
}

.our-resources .left-cont .resource-btn {
  background-color: #233d7b;
  border: 1px solid #233d7b;
}

.our-resources .left-cont .main-btn .resource-btn {
  margin-top: 10px;
}

/* our-resources-end */
/* our-free-app-start */
.our-free-app {
  padding: 80px 0;
}

.our-free-app .right-meta {
  padding: 137px 0;
}

.our-free-app .right-meta small {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.our-free-app .right-meta .heading {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: 50px;
  margin-bottom: 12px;
}

.our-free-app .right-meta .txt {
  font-size: 16px;
}

.our-free-app .right-meta ul {
  margin-top: 30px;
}

.our-free-app .right-meta ul li {
  display: inline-block;
  margin-right: 20px;
}

/* our-free-app-end */
/* customer-testimonial-start */
.customer-testimonial {
  padding: 80px 0;
  background-color: #f3f5f4;
}

.customer-testimonial .comment-box {
  display: flex;
}

.customer-testimonial .comment-box .left-img .img-box {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}

.customer-testimonial .comment-box .right-meta {
  padding: 20px;
  background-color: #ffff;
  border-radius: 5px;
  border-left: 3px solid #233d7b;
  position: relative;
}

.customer-testimonial .comment-box .right-meta .heading {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 40px;
}

.customer-testimonial .comment-box .right-meta .title {
  font-size: 18px;
  margin-bottom: 20px;
}

.customer-testimonial .comment-box .right-meta .txt {
  margin-top: 15px;
  font-size: 16px;
}

.customer-testimonial .comment-box .right-meta .shape-img {
  position: absolute;
  top: 40px;
  right: 110px;
  width: auto;
}

.customer-testimonial .jobo-client-testimonial .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.customer-testimonial
  .jobo-client-testimonial.owl-theme
  .owl-dots
  button.owl-dot
  span {
  background-color: #959595;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 10px;
}

.customer-testimonial
  .jobo-client-testimonial.owl-theme
  .owl-dots
  button.owl-dot.active
  span {
  width: 26px;
  background-color: #233d7b;
  border-radius: 25px;
}

/* customer-testimonial-end */
/* our-latest-news-start */
.our-latest-news {
  padding: 80px 0;
}

.our-latest-news .news-card {
  margin-bottom: 30px;
}

.our-latest-news .news-card .img-box {
  position: relative;
}

.our-latest-news .news-card .img-box .issue-date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #ffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 20px;
}

.our-latest-news .news-card .gallery-bar {
  background-color: #233d7b;
  padding: 5px 20px;
  font-size: 12px;
}

.our-latest-news .news-card .gallery-bar a {
  color: #ffff;
}

.our-latest-news .news-card .gallery-bar i {
  margin-right: 5px;
}

.our-latest-news .news-card .card-meta {
  padding: 20px;
  background-color: #f3f4f5;
}

.our-latest-news .news-card .card-meta .title {
  font-size: 18px;
  color: #000;
}

.our-latest-news .news-card .card-meta .txt {
  font-size: 16px;
}

.our-latest-news .news-card .card-meta .news-btn {
  background-color: #233d7b;
  border: 1px solid #233d7b;
  padding: 8px 15px;
}

/* our-latest-news-end */
/* jobo-demand-change-start */
.jobo-demand-change {
  margin-top: 80px;
}

.jobo-demand-change .n-newsleter-content {
  padding: 40px 25px 40px 30px;
}

.jobo-demand-change .n-newsleter-content .input-group input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none;
}

.jobo-demand-change .n-newsleter-content .input-group .n-btn-flat {
  background-color: #233d7b;
  border: 1px solid #233d7b;
}

.n-footer-5.jobo-demand-change .n-footer-links ul li a:hover {
  color: #233d7b;
}

/* jobo-demand-change-end */
/* breadcrumb-section-start */
.breadcrumb-section {
  background-image: url(../imgs/breadcrumb-bg.png);
  background-position: center center;
  background-size: cover;
  padding: 150px 0;
  position: relative;
}

.breadcrumb-section::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* breadcrumb-section-end */
/* about-company-prf-dtl-start */
.about-company-prf-dtl {
  background-color: #f8faff;
  padding-top: 0;
  padding-bottom: 160px;
}

.about-company-prf-dtl .abt-cmpy-prf-dtl {
  background-color: #ffff;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 15px rgba(0, 34, 43, 0.09);
  background-image: url(../imgs/profile-bg.png);
  background-size: cover;
  background-position: center center;
  margin-top: -170px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.about-company-prf-dtl .abt-cmpy-prf-dtl .profile {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

.about-company-prf-dtl .abt-cmpy-prf-dtl .profile .left-meta {
  display: flex;
  align-items: center;
}

.about-company-prf-dtl .abt-cmpy-prf-dtl .profile .left-meta .prf-cont small {
  font-size: 14px;
}

.about-company-prf-dtl .profile .left-meta .logo {
  margin-right: 30px;
  width: 150px;
  height: 150px;
}

.about-company-prf-dtl .profile .left-meta .prf-cont h1 {
  margin: 5px 0;
}

.about-company-prf-dtl .profile .rightmeta {
  text-align: right;
}

.about-company-prf-dtl .profile .rightmeta h5 {
  font-size: 18px;
  font-weight: 600;
  margin-right: 33px;
  margin-bottom: 0;
}

.about-company-prf-dtl .profile .rightmeta .rating {
  margin-top: 2px;
}

.about-company-prf-dtl .profile .rightmeta .rating .fill {
  color: #ffc107;
}

.about-company-prf-dtl .profile .rightmeta .rating .unfill {
  color: #cbcbcb;
}

.about-company-prf-dtl .profile .rightmeta .follow-us {
  margin-top: 25px;
}

.about-company-prf-dtl .profile .rightmeta .follow-us .follow-btn {
  padding: 10px 15px;
  background-color: #233d7b;
  border: 1px solid #233d7b;
}

.about-company-prf-dtl .profile .rightmeta .follow-us .follow-btn i {
  margin-left: 30px;
  font-size: 20px;
}

.about-company-prf-dtl .botm-counters {
  border-top: 1px solid #dcdcdc;
}

.about-company-prf-dtl .botm-counters ul li {
  display: inline-block;
  border-right: 1px solid #dcdcdc;
}

.about-company-prf-dtl .botm-counters ul li:first-child span {
  color: #007cff;
}

.about-company-prf-dtl .botm-counters ul li:nth-child(2) span {
  color: #ff9600;
}

.about-company-prf-dtl .botm-counters ul li:nth-child(3) span {
  color: #ff371c;
}

.about-company-prf-dtl .botm-counters ul li:nth-child(4) span {
  color: #ff698c;
}

.about-company-prf-dtl .botm-counters ul li:last-child span {
  color: #ff6000;
}

.about-company-prf-dtl .botm-counters ul li:last-child {
  border-right: none;
}

.about-company-prf-dtl .botm-counters ul li .item {
  padding: 10px 72px;
}

.about-company-prf-dtl .botm-counters ul li .item small {
  font-size: 18px;
}

.about-company-prf-dtl .botm-counters ul li .item span {
  font-size: 22px;
  font-weight: 600;
}

.about-company-prf-dtl .prf-description {
  background-color: #ffff;
  border-radius: 10px;
  padding: 30px;
}

.about-company-prf-dtl .prf-description .about-company {
  margin-bottom: 30px;
}

.about-company-prf-dtl .prf-description h3 {
  line-height: 22px;
  margin-bottom: 25px;
}

.about-company-prf-dtl .prf-description p {
  margin-bottom: 6px;
}

.about-company-prf-dtl .prf-description .responsibilities {
  margin-bottom: 20px;
}

.about-company-prf-dtl .prf-description .responsibilities ul li .list {
  display: flex;
  align-items: baseline;
}

.about-company-prf-dtl .prf-description .responsibilities ul li .list span i {
  margin-right: 10px;
  color: #16ab0a;
}

.about-company-prf-dtl .prf-description .responsibilities ul li .list p {
  margin-bottom: 0;
}

.about-company-prf-dtl .prf-description .location {
  margin-bottom: 30px;
}

.about-company-prf-dtl .prf-description .reviews .review-card {
  margin-bottom: 20px;
}

.about-company-prf-dtl .prf-description .reviews .review-card .prf-img {
  float: left;
  height: 120px;
  margin-right: 20px;
}

.about-company-prf-dtl .prf-description .reviews .review-card .prf-meta .prf {
  display: flex;
  justify-content: space-between;
}

.about-company-prf-dtl
  .prf-description
  .reviews
  .review-card
  .prf-meta
  .prf
  h6 {
  font-weight: 600;
}

.about-company-prf-dtl
  .prf-description
  .reviews
  .review-card
  .prf-meta
  .rating
  .fill {
  color: #ffc107;
}

.about-company-prf-dtl
  .prf-description
  .reviews
  .review-card
  .prf-meta
  .rating
  .unfill {
  color: #cbcbcb;
}

.about-company-prf-dtl .prf-description .write-review .rating h5 {
  font-size: 18px;
  margin-bottom: 5px;
}

.about-company-prf-dtl .prf-description .write-review .rating .fill {
  color: #ffc107;
}

.about-company-prf-dtl .prf-description .write-review .form {
  margin-top: 30px;
}

.about-company-prf-dtl .prf-description .write-review .form ul {
  display: flex;
}

.about-company-prf-dtl .prf-description .write-review .form ul li {
  width: 49%;
}

.about-company-prf-dtl .prf-description .write-review .form ul li input {
  height: 50px;
  padding: 5px 20px;
  border: none;
  border-radius: 5px;
  background-color: #fbfbfb;
  width: 100%;
}

.about-company-prf-dtl .prf-description .write-review .form ul li:first-child {
  margin-right: 20px;
}

.about-company-prf-dtl .prf-description .write-review .form textarea {
  margin-top: 20px;
  width: 100%;
  background-color: #fbfbfb;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  resize: none;
}

.about-company-prf-dtl
  .prf-description
  .write-review
  .form
  ul
  li
  input:focus-visible,
.about-company-prf-dtl
  .prf-description
  .write-review
  .form
  textarea:focus-visible {
  outline: none;
}

.about-company-prf-dtl .prf-description .write-review .form .botm-btn {
  margin-top: 25px;
}

.about-company-prf-dtl
  .prf-description
  .write-review
  .form
  .botm-btn
  .submit-btn {
  padding: 15px 30px;
  background-color: #233d7b;
  border: 1px solid #233d7b;
}

.about-company-prf-dtl .contact-us {
  padding: 30px;
  border-radius: 10px;
  background-color: #ffff;
  margin-bottom: 30px;
}

.about-company-prf-dtl .contact-us .title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

.about-company-prf-dtl .custom-detail .n-single-meta-detail li {
  margin-bottom: 20px;
}

.about-company-prf-dtl .custom-detail .n-single-meta-detail li:last-child {
  margin-bottom: 0px;
}

.about-company-prf-dtl .custom-detail .n-single-meta-detail li:before {
  top: -5px;
}

.about-company-prf-dtl .contact-us ul li:first-child .item i {
  color: #77f4a3;
}

.about-company-prf-dtl .contact-us ul li:nth-child(2) .item i {
  color: #233d7b;
}

.about-company-prf-dtl .contact-us ul li:nth-child(3) .item i {
  color: #ffb362;
}

.about-company-prf-dtl .contact-us ul li:nth-child(4) .item i {
  color: #007cff;
}

.about-company-prf-dtl .contact-us ul li:last-child .item i {
  color: #16ab0a;
}

.about-company-prf-dtl .contact-us ul li .item {
  display: flex;
  align-items: baseline;
}

.about-company-prf-dtl .contact-us ul li .item i {
  margin-right: 10px;
}

.about-company-prf-dtl .contact-us ul li .item p span {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-right: 5px;
}

.about-company-prf-dtl .right-side-banner {
  margin-top: 30px;
}

.about-company-prf-dtl .social-box {
  margin-top: 30px;
  padding: 30px;
  background-color: #ffff;
  border-radius: 10px;
}

.about-company-prf-dtl .social-box .title {
  line-height: 20px;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.about-company-prf-dtl .social-box ul {
  display: flex;
  justify-content: center;
}

.about-company-prf-dtl .social-box ul li {
  margin-right: 20px;
}

.about-company-prf-dtl .social-box ul li a img {
  width: 40px;
  height: 40px;
}

.about-company-prf-dtl .social-box ul li:last-child {
  margin-right: 0px;
}

.about-company-prf-dtl .fr-ads-list .fr-ads-box {
  margin-top: 30px;
  padding: 20px;
  background-color: #ffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.about-company-prf-dtl .fr-ads-list .fr-ads-box .left-cont {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.about-company-prf-dtl .fr-ads-list .fr-ads-box .left-cont img {
  border-radius: 50%;
}

.about-company-prf-dtl .fr-ads-list .fr-ads-box .right-cont h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}

.about-company-prf-dtl .fr-ads-list .fr-ads-box .right-cont h6 {
  font-size: 16px;
  color: #3e3e3e;
  margin-bottom: 3px;
}

.about-company-prf-dtl .fr-ads-list .fr-ads-box .right-cont small {
  font-size: 14px;
  color: #3e3e3e;
}

.about-company-prf-dtl .prf-description .portfolio .portfolio-img {
  margin-bottom: 30px;
}

.about-company-prf-dtl .prf-description .portfolio .portfolio-img.overlay {
  position: relative;
}

.about-company-prf-dtl
  .prf-description
  .portfolio
  .portfolio-img.overlay::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-company-prf-dtl
  .prf-description
  .portfolio
  .portfolio-img.overlay
  .plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2px 8px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffff;
}

.about-company-prf-dtl .prf-description .portfolio .portfolio-img img {
  width: 100%;
}

.about-company-prf-dtl .prf-description .portfolio-video .video-img {
  position: relative;
  border-radius: 10px;
}

.about-company-prf-dtl
  .prf-description
  .portfolio-video
  .video-img.overlay::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.about-company-prf-dtl .prf-description .portfolio-video .video-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px 12px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffff;
  font-size: 30px;
  border-radius: 50%;
}

.about-company-prf-dtl
  .prf-description
  .portfolio-video
  .video-img
  .play-btn
  i {
  padding-left: 5px;
}

.about-company-prf-dtl .specialization {
  background-color: #ffff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.about-company-prf-dtl .specialization h3 {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  margin-top: 0;
}

.about-company-prf-dtl .specialization ul li {
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 15px;
}

.about-company-prf-dtl .specialization ul li a {
  font-size: 14px;
  padding: 3px 20px;
  border: 1px solid #e4e4e5;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}

.about-company-prf-dtl .specialization ul li a:hover {
  background-color: #233d7b;
  border: 1px solid #233d7b;
  color: #ffff;
}

.about-company-prf-dtl .right-side-banner {
  margin-bottom: 30px;
}

.about-company-prf-dtl .location {
  padding: 30px;
  background-color: #ffff;
  border-radius: 10px;
  margin-bottom: 30px;
}

.about-company-prf-dtl .location h3 {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

.about-company-prf-dtl .form-box {
  padding: 30px;
  background-color: #ffff;
  border-radius: 10px;
  margin-bottom: 30px;
}

.about-company-prf-dtl .form-box h3 {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}

.about-company-prf-dtl .form-box input {
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  background-color: #f4f4f5;
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
}

.about-company-prf-dtl .form-box input:focus-visible {
  outline: none;
}

.about-company-prf-dtl .form-box textarea {
  padding: 10px 10px;
  border: none;
  border-radius: 5px;
  background-color: #f4f4f5;
  width: 100%;
  resize: none;
  margin-bottom: 20px;
}

.about-company-prf-dtl .form-box textarea:focus-visible {
  outline: none;
}

.about-company-prf-dtl .form-box .message-btn {
  padding: 10px 15px;
  background-color: #233d7b;
  border: 1px solid #233d7b;
}

.about-company-prf-dtl .specialization ul li {
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 15px;
}

.about-company-prf-dtl .prf-description .prf-member-box {
  box-shadow: 0px 0px 8px -1px rgb(0 34 43 / 9%);
  margin-bottom: 30px;
}

/* jobo-white-header-start */
.jobo-black-header.jobo-white-header .mega-menu > section.menu-list-items {
  background-color: #ffff;
}

.jobo-white-header .mega-menu.n-header-trabsparent .menu-links > li > a,
.jobo-white-header
  .mega-menu.n-header-trabsparent
  .menu-button
  .n-login-header {
  color: #000;
}

.jobo-black-header.jobo-white-header
  .mega-menu
  .menu-button
  li
  .n-login-header.left::before {
  border-right: 1px solid #c3c4c5;
}

.jobo-black-header.jobo-white-header
  .mega-menu
  .menu-button
  li
  .n-login-header.right::before {
  border-left: 1px solid #c3c4c5;
}

/* jobo-white-header-end */
/* job-breadcrumb-start */
.job-breadcrumb {
  padding: 10px 0;
  background-color: #000;
}

.job-breadcrumb .breadcrumb {
  margin-bottom: 0;
}

.job-breadcrumb .breadcrumb .breadcrumb-item a,
.job-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffff;
}

/* job-breadcrumb-end */
/* about-job-detail-start */
.about-job-detail {
  padding-top: 60px;
}

.about-job-detail .job-detail-box {
  background-color: #ffff;
  padding: 30px;
  border-radius: 10px;
  border-left: 8px solid #233d7b;
  margin-bottom: 30px;
  box-shadow: 10px 15px 10px rgba(70, 69, 98, 0.05);
}

.about-job-detail .job-detail-box .job-type {
  display: flex;
  justify-content: space-between;
}

.about-job-detail .job-detail-box .job-type .job-name small {
  font-size: 12px;
  background: #ffebeb;
  border-radius: 2px;
  padding: 2px 8px;
}

.about-job-detail .job-detail-box .job-type .job-name h1 {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  color: #171717;
  margin: 10px 0;
}

.about-job-detail .job-detail-box .job-type .direct-link {
  display: flex;
  align-items: flex-start;
}

.about-job-detail .job-detail-box .job-type .direct-link .link a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.about-job-detail .job-detail-box .job-type .direct-link .link a.nk-report {
  background-color: #fff8f8;
  border: 2px solid #ffd0d0;
  border-radius: 3px;
}

.about-job-detail .job-detail-box .job-type .direct-link .link a.nk-report i {
  font-size: 19px;
  color: #e74848;
}

.about-job-detail .job-detail-box .job-type .direct-link .link a.nk-save-job {
  background-color: #e7fcee;
  border: 2px solid #93cda6;
  border-radius: 3px;
}

.about-job-detail .job-detail-box .job-type .direct-link .link a.nk-save-job i {
  font-size: 19px;
  color: #0cbd47;
}

.about-job-detail .job-detail-box .job-type .direct-link .link a.nk-message {
  background-color: #ebeff9;
  border: 2px solid #8aadff;
  border-radius: 3px;
}

.about-job-detail .job-detail-box .job-type .direct-link .link a.nk-message i {
  font-size: 19px;
  color: #233d7b;
}

.about-job-detail .prf-description .responsibilities ul li .list {
  display: flex;
  align-items: flex-start;
}

.about-job-detail .prf-description .responsibilities ul li .list span {
  margin-top: 1px;
}

.about-job-detail .prf-description .responsibilities ul li .list span i {
  color: #c4c4c4;
  font-size: 10px;
}

.about-job-detail .job-detail-box .job-detail-list ul li {
  display: inline-block;
  width: 32%;
}

.about-job-detail .job-detail-box .job-detail-list ul li .list-item {
  display: flex;
  align-items: baseline;
}

.about-job-detail .job-detail-box .job-detail-list ul li .list-item h5 {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}

.about-job-detail .job-detail-box .job-detail-list ul li .list-item span {
  font-size: 14px;
  line-height: 30px;
  color: #3e3e3e;
  margin-left: 5px;
}

.about-job-detail .job-detail-sidebar {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.about-job-detail .job-detail-sidebar .top-button a {
  width: 100%;
  padding: 13px 18px;
  border-radius: 0;
  margin-bottom: 10px;
}

.about-job-detail .job-detail-sidebar .top-button a:first-child {
  background-color: #233d7b;
  border: 1px solid #233d7b;
}

.about-job-detail .job-detail-sidebar .top-button a:last-child {
  background-color: #0077b5;
  border: 1px solid #0077b5;
}

.about-job-detail .job-detail-sidebar .deadline-box {
  padding: 20px 12px;
  background-color: #ffff;
  display: flex;
  align-items: center;
  position: relative;
}

.about-job-detail .job-detail-sidebar .deadline-box .icon {
  margin-right: 20px;
}

.about-job-detail .job-detail-sidebar .deadline-box .meta h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 0;
}

.about-job-detail .job-detail-sidebar .deadline-box .side-clock {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-job-detail .job-detail-sidebar .white-space {
  height: 100px;
  background: #d1dfff;
  opacity: 0.3;
}

.about-job-detail .job-detail-sidebar .company-dtl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffff;
  padding: 30px;
}

.about-job-detail .job-detail-sidebar .company-dtl .company-logo {
  padding: 6px;
  border-radius: 50%;
  background-color: #0077b5;
  margin-top: -90px;
  margin-bottom: 25px;
  z-index: 1;
}

.about-job-detail .job-detail-sidebar .company-dtl .company-logo img {
  width: 120px;
  height: 100%;
}

.about-job-detail .job-detail-sidebar .company-dtl .rating i {
  margin-left: 5px;
}

.about-job-detail .job-detail-sidebar .company-dtl .rating .fill {
  color: #ffc107;
}

.about-job-detail .job-detail-sidebar .company-dtl .rating .unfill {
  color: #d6d7d6;
}

.about-job-detail .job-detail-sidebar .company-dtl .rating-ratio {
  font-size: 14px;
  margin: 10px 0;
}

.about-job-detail .job-detail-sidebar .company-dtl .cmpy-name {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}

.about-job-detail .job-detail-sidebar .company-dtl .txt {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  text-align: center;
}

.about-job-detail .job-detail-sidebar .form-box {
  padding: 30px;
  background-color: #ffff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 0;
}

.about-job-detail .job-detail-sidebar .form-box .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}

.about-job-detail .job-detail-sidebar .form-box .sub-title {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

.about-job-detail .job-detail-sidebar .form-box input {
  background: #f8faff;
  opacity: 0.8;
  border-radius: 5px;
  border: none;
  height: 50px;
  margin-bottom: 20px;
}

.about-job-detail .job-detail-sidebar .form-box textarea {
  background: #f8faff;
  opacity: 0.8;
}

.about-job-detail .job-detail-sidebar .form-box .submit-btn {
  display: block;
  background-color: #233d7b;
  border: 1px solid #233d7b;
}

/* about-job-detail-end */

/* new css */
.about-company-prf-dtl .prf-description .special-tags {
  margin-bottom: 10px;
}

.about-company-prf-dtl .prf-description .special-tags ul li {
  display: inline-block;
  margin-bottom: 20px;
}

.about-company-prf-dtl .prf-description .special-tags ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #3e3e3e;
  padding: 5px 15px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-right: 10px;
}

.about-company-prf-dtl .advrimg {
  margin: 30px 0;
}

.about-company-prf-dtl .advrimg img {
  width: 100%;
}

.about-company-prf-dtl .job-alert-box {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  border-left: 5px solid #233d7b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-company-prf-dtl .job-alert-box .left-meta {
  width: 75%;
}

.about-company-prf-dtl .job-alert-box .left-meta h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-company-prf-dtl .job-alert-box .left-meta h5 i {
  color: #f15d5e;
}

.about-company-prf-dtl .job-alert-box .left-meta p {
  margin-bottom: 0;
  line-height: 20px;
}

.about-company-prf-dtl .job-alert-box .right-meta {
  width: 25%;
  text-align: right;
}

.about-company-prf-dtl .job-alert-box .right-meta a {
  background-color: #233d7b;
  border: 1px solid #233d7b;
}

.candidate-dashboard .main-body .skills-gen {
  margin-bottom: 50px;
}
.candidate-dashboard .main-body .skills-gen .form-group {
  margin-bottom: 25px;
}
.candidate-dashboard .main-body .skills-gen .input-action-btn {
  margin-top: 15px;
}
/*.elementor-widget-container {
    margin: 0px 0px 70px 0px;
}*/

.n-verification-main {
  padding: 80px 0 190px 0;
}

.n-verification-main .reg-verification-page {
  padding: 30px 20px;
  border-radius: 6px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.07);
  max-width: 800px;
  margin: 0 auto;
}

.n-verification-main .reg-verification-page .post-job-heading {
  margin-bottom: 20px;
}

.n-verification-main .reg-verification-page .button-area {
  text-align: right;
}

.n-verification-main .reg-verification-page .button-area button {
  margin-left: 5px;
}

/*Non Seychlles Registration Package*/
.seychelles-register-alert {
  padding: 30px 20px;
}

.seychelles-register-alert .alert-left-meta {
  float: left;
}

.seychelles-register-alert .alert-left-meta .icon-box {
  width: 30px;
  height: 30px;
  margin-right: 30px;
}

.seychelles-register-alert .alert-left-meta .icon-box img {
  width: 100%;
  height: 100%;
}

.seychelles-register-alert .alert-right-meta {
  padding-left: 60px;
}

.seychelles-register-alert .alert-right-meta .alert-title-box h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
}

.seychelles-register-alert .alert-right-meta .alert-description-box {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 15px;
}

.seychelles-register-alert
  .alert-right-meta
  .alert-description-box
  .package-btn {
  position: relative;
  padding: 10px 20px;
  font-weight: 500;
  background-color: #dfc610;
  border: 0;
  border-radius: 4px;
  color: #000;
  height: 40px;
  margin-left: 20px;
}

.seychelles-register-alert
  .alert-right-meta
  .alert-description-box
  .package-btn
  .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #e85222;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.seychelles-register-alert
  .alert-right-meta
  .alert-description-box
  .package-btn
  .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #233d7b transparent transparent transparent;
}

.seychelles-register-alert
  .alert-right-meta
  .alert-description-box
  .package-btn:hover
  .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.seychelles-register-alert .alert-right-meta .alert-description-box p {
  margin-bottom: 0;
  color: #000;
  width: calc(100% - 150px);
}

.job_republication {
  margin-bottom: 20px;
}

#processing-post-btn {
  margin-bottom: 20px;
}

/*New Signup Styling*/

.jb-multipage-form {
  padding: 110px 0 300px 0;
  height: calc(100vh - 250px);
}

/*form styles*/
#sb-signup-form {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

#sb-signup-form fieldset {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
  box-sizing: border-box;
  width: 70%;
  margin: 0 15%;
  border-radius: 4px;

  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#sb-signup-form fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#sb-signup-form input,
#sb-signup-form textarea,
#sb-signup-form select {
  padding: 5px 15px;
  border: 1px solid #ccc;
  background-color: #e9e9e9;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  /*    font-family: "torus";*/
  color: #999999;
  font-size: 20px;
  border-radius: 9px;
  z-index: -1;
}

#sb-signup-form input.parsley-error {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

#sb-signup-form input.parsley-success {
  color: #ffffff;
  background: #b0e5a1;
  border: 1px solid #6bb85e;
}

#sb-signup-form input::placeholder,
#sb-signup-form textarea::placeholder {
  color: #999999;
}

#sb-signup-form input:focus-visible,
#sb-signup-form textarea:focus-visible {
  outline: none;
}

#sb-signup-form .employer-name-field,
#sb-signup-form .cand-employer-name-field,
#sb-signup-form .reg-repeat-email-field,
#sb-signup-form .reg-email-field,
#sb-signup-form .password-field,
#sb-signup-form .for-seychellois,
#sb-signup-form .for-non-seychellois {
  position: relative;
  margin-bottom: 40px;
}

#sb-signup-form .employer-name-field i.fa-check,
#sb-signup-form .cand-employer-name-field i.fa-check,
#sb-signup-form .reg-repeat-email-field i.fa-check,
#sb-signup-form .reg-email-field i.fa-check,
#sb-signup-form .password-field i.fa-check,
#sb-signup-form .for-seychellois i.fa-check,
#sb-signup-form .for-non-seychellois i.fa-check,
#sb-signup-form .user_nationaliy i.fa-check {
  display: none;
  position: absolute;
  top: 12px !important;
  right: -18px !important;
  font-size: 14px !important;
  color: #b0e5a1 !important;
}

#sb-signup-form input.parsley-success ~ i.fa-check {
  display: block;
}

#sb-signup-form .repeat.password-field {
  margin-bottom: 20px;
}

#sb-signup-form input:focus,
#sb-signup-form textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #e85222;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}

#sb-signup-form .jb-form-group .icheckbox_square {
  background-color: #e9e9e9;
  margin-bottom: 4px;
  margin-right: 6px;
  border-radius: 4px;
}

#sb-signup-form #form-registration-field .user_nationaliy {
  position: relative;
  margin-bottom: 40px;
}

#sb-signup-form
  #form-registration-field
  .user_nationaliy
  .parsley-custom-error-message {
  position: absolute;
  top: 65px;
}

#sb-signup-form
  #form-registration-field
  .user_nationaliy
  .select2-container
  .select2-selection--single {
  border: 1px solid #ccc;
  background-color: #e9e9e9;
  border-radius: 9px;
  height: 40px;
  text-align: left;
}

#sb-signup-form
  #form-registration-field
  .user_nationaliy
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
  /*    font-family: "torus";*/
  color: rgba(51, 51, 51, 0.9);
  font-size: 20px;
}

#sb-signup-form
  #form-registration-field
  .user_nationaliy
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: #e85222 !important;
}

.theme-jobo-klutch .select2-container--default .select2-dropdown {
  z-index: 9999 !important;
}

.theme-jobo-klutch
  #sb-signup-form
  #form-registration-field
  .for-seychellois
  label {
  font-size: 14px;
  display: block;
  text-align: left;
  color: #999999;
  margin-bottom: 5px;
  position: relative;
  /*    font-family: 'Torus';*/
}

.theme-jobo-klutch
  #sb-signup-form
  #form-registration-field
  .user_nationaliy
  label {
  font-size: 14px;
  display: block;
  text-align: left;
  color: #999999;
  margin-bottom: 5px;
  position: relative;
  /*    font-family: 'Torus';*/
}

.theme-jobo-klutch
  #sb-signup-form
  #form-registration-field
  .user_nationaliy
  label:before {
  content: "*";
  color: #e85222;
  position: absolute;
  top: 34px;
  left: -15px;
  font-size: 18px;
}

.theme-jobo-klutch
  #sb-signup-form
  #form-registration-field
  .user_nationaliy
  .parsley-error
  ~ .select2
  .select2-selection {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

.theme-jobo-klutch
  #sb-signup-form
  #form-registration-field
  .user_nationaliy
  .parsley-success
  ~ .select2
  .select2-selection {
  color: #ffffff;
  background: #b0e5a1;
  border: 1px solid #6bb85e;
}

#sb-signup-form
  #form-registration-field
  .user_nationaliy
  .parsley-success
  ~ .select2
  .select2-selection
  .select2-selection__rendered {
  color: #ffffff;
}

#sb-signup-form
  #form-registration-field
  .user_nationaliy
  .parsley-success
  ~ .select2
  .select2-selection
  .select2-selection__arrow
  b {
  border-color: #ffffff transparent transparent transparent;
}

#sb-signup-form
  #form-registration-field
  .for-seychellois
  .parsley-success
  ~ i.fa-check {
  top: 37px !important;
}

#sb-signup-form
  #form-registration-field
  .user_nationaliy
  .parsley-success
  ~ i.fa-check {
  display: block;
  top: 38px !important;
}

#sb-signup-form .candidate-previous-btn {
  display: none;
  width: 100px;
  background: #e85222;
  font-size: 14px;
  font-weight: lighter;
  color: #fff;
  border: 0 none;
  border-radius: 9px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  /*    font-family: "torus";*/
  line-height: 16px;
}

/*buttons*/
#sb-signup-form .jb-action-button {
  width: 100px;
  background: #e85222;
  font-weight: bold;
  color: #1f3053;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  font-family: "Poppins", sans-serif;
}

#sb-signup-form .jb-action-button:hover,
#sb-signup-form .jb-action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #fb236a;
}

#sb-signup-form .jb-action-button-previous {
  width: 100px;
  background: #e85222;
  font-size: 14px;
  font-weight: lighter;
  color: #fff;
  border: 0 none;
  border-radius: 9px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  /*    font-family: "torus";*/
  line-height: 16px;
}

#sb-signup-form .jb-action-button-previous:hover,
#sb-signup-form .jb-action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #e85222;
}

/*headings*/
.jb-title {
  font-size: 14px;
  /*    font-family: 'Torus';*/
  color: #212121;
  margin-bottom: 10px;
  line-height: 20px;
  font-weight: lighter;
}

/*progressbar*/
#jb-progressbar {
  height: 60px;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#jb-progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 25%;
  float: left;
  position: relative;
  letter-spacing: 1px;
}

#jb-progressbar li span {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: lighter;
  /*    font-family: 'Torus';*/
}

#jb-progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 45px;
  /*    font-family: 'Torus';*/
  color: #ffff;
  font-weight: 600;
  background: #e85222;
  border-radius: 25px;
  margin: 0 auto;
  margin-top: -15px;
}

#jb-progressbar li:last-child::before {
  content: url(../images/Rocket.svg);
  padding: 4px 6px 6px 3px;
}

/*progressbar connectors*/
#jb-progressbar li:after {
  content: "";
  width: 100%;
  height: 10px;
  background: #e9e9e9;
  position: absolute;
  left: -50%;
  top: 6px;
  z-index: -1;
  /*put it behind the numbers*/
}

#jb-progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#jb-progressbar li.active:before,
#jb-progressbar li.active:after {
  background: #57b4dc;
  color: #ffff;
}

#jb-progressbar li.success:before,
#jb-progressbar li.success::after {
  background: #74e156;
  color: #ffff;
}

.signup-selection-btns {
  padding: 30px 0 0px 0;
}

.jb-select-button {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 176px;
  height: 58px;
  position: relative;
}

.jb-select-button:last-child {
  margin-right: 0;
}

.jb-select-button small {
  display: block;
  font-weight: lighter;
}

.candidate-options-box {
  display: none;
  margin-bottom: 20px;
}

.candidate-options-box p {
  /*    font-family: torus;*/
  color: #333;
}

.fields-wrapper {
  display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.jb-select-button.candidate-option-btn {
  width: 240px;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

.jb-select-button label,
.jb-select-button input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.jb-select-button input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.jb-select-button label {
  cursor: pointer;
  font-weight: 600;
  z-index: 1080;
  line-height: 1.8em;
}

.jb-select-button label.employer-btn,
.jb-select-button label.seychellois-btn {
  background-color: #e85222;
  border: 1px solid #e85222;
  color: #ffffff;
  font-size: 16px;
  /*    font-family: 'Torus';*/
  line-height: 22px;
  font-weight: 500;
  border-radius: 9px;
  padding: 6px;
}

.jb-select-button label.employer-btn:hover,
.jb-select-button label.employer-btn:focus,
.jb-select-button label.employer-btn:focus-visible,
.jb-select-button label.employer-btn.btn-default.active.focus,
.jb-select-button label.seychellois-btn:hover,
.jb-select-button label.seychellois-btn:focus,
.jb-select-button label.seychellois-btn:focus-visible,
.jb-select-button label.seychellois-btn.btn-default.active.focus {
  background-color: #e85222;
  background: #e85222;
  border: 1px solid #e85222;
  color: #ffffff;
  outline: none;
}

#sb-signup-form .candidate-options-box {
  margin-bottom: 20px;
}

.jb-select-button input[type="radio"]:checked + label.employer-btn,
.jb-select-button input[type="radio"]:checked + label.seychellois-btn {
  background: #e85222;
  border: 1px solid #e85222;
  color: #ffffff;
  border-radius: 9px;
}

.jb-select-button label.candidate-btn,
.jb-select-button label.non-seychellois-btn {
  background-color: #57b4dc;
  border: 1px solid #57b4dc;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  border-radius: 9px;
  padding: 6px;
}

.jb-select-button label.candidate-btn:hover,
.jb-select-button label.candidate-btn:focus,
.jb-select-button label.candidate-btn:focus-visible,
.jb-select-button label.candidate-btn.btn-default.active.focus,
.jb-select-button label.non-seychellois-btn:hover,
.jb-select-button label.non-seychellois-btn:focus,
.jb-select-button label.non-seychellois-btn:focus-visible,
.jb-select-button label.non-seychellois-btn.btn-default.active.focus {
  background-color: #57b4dc;
  border: 1px solid #57b4dc;
  color: #ffffff;
  outline: none;
}

.jb-select-button input[type="radio"]:checked + label.candidate-btn,
.jb-select-button input[type="radio"]:checked + label.non-seychellois-btn {
  background: #57b4dc;
  border: 1px solid #57b4dc;
  color: #ffffff;
  border-radius: 9px;
}

.sb-signup-form-group {
  display: block;
  margin: 0px 0 10px 0;
  text-align: right;
}

.sb-signup-form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.sb-signup-form-group label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #777;
}

.sb-signup-form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -4px;
}

.sb-signup-form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 117px;
  width: 5px;
  height: 10px;
  border: solid #e85222;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#sb-signup-form .jb-selection-field {
  padding: 30px 10px;
}

#sb-signup-form .jb-fields-required {
  font-size: 14px;
  padding-left: 10px;
  display: block;
  text-align: left;
  color: #999999;
  margin-bottom: 15px;
  position: relative;
  /*    font-family: 'Torus';*/
}

#sb-signup-form .jb-fields-required::before {
  content: "*";
  color: #e85222;
  position: absolute;
  top: -3px;
  left: 0px;
  font-size: 16px;
}

.terms-agree-box .jb-form-group {
  display: block;
  margin: 10px 0 20px 0;
  text-align: left;
}

.signup-btn-box {
  margin-bottom: 15px;
}

.signup-btn-box .sign-up-button {
  padding: 4px 12px;
  background-color: #e85222;
  border: 1px solid #e85222;
  color: #fff;
  border-radius: 7px;
  font-size: 20px;
  /*    font-family: 'Torus';*/
  line-height: 30px;
}

.goto-login {
  color: #777;
  /*    font-family: 'Torus';*/
}

.goto-login a {
  color: #e85222;
  transition: 0.2s ease-in-out;
}

.goto-login a:hover,
.goto-login a:focus {
  text-decoration: none;
  color: #74e156;
}

.terms-agree-box label a {
  color: #e85222;
  transition: 0.2s ease-in-out;
}

.terms-agree-box label a:hover,
.terms-agree-box label a:focus {
  text-decoration: none;
  color: #74e156;
}

#sb-signup-form .text {
  color: #333;
  margin-top: 5px;
  line-height: 20px;
  /*    font-family: 'Torus';*/
}

#sb-signup-form .text a {
  color: #e85222;
  transition: 0.2s ease-in-out;
}

#sb-signup-form .text a:hover,
#sb-signup-form .text a:focus {
  text-decoration: none;
  color: #74e156;
}

.validate-btn-box .validate-btn {
  font-size: 14px;
  /*    font-family: 'Torus';*/
  padding: 10px 16px;
  background-color: #e85222;
  border: 1px solid #e85222;
  color: #fff;
  border-radius: 9px;
}

.publish-button-box .publish-btn {
  padding: 10px 24px;
  /*    font-family: 'Torus';*/
  background-color: #e85222;
  border: 1px solid #e85222;
  color: #fff;
  border-radius: 9px;
  margin-top: 10px;
}

#sb-signup-form fieldset label {
  display: inherit;
  /*    font-family: 'Torus';*/
}

#sb-signup-form fieldset .terms-agree-box label {
  display: inline-block;
  /*    font-family: 'Torus';*/
}

#sb-signup-form fieldset label.required {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

#sb-signup-form fieldset label.required::before {
  content: "*";
  color: #e85222;
  position: absolute;
  top: 10px;
  left: -15px;
  font-size: 18px;
}

.jb-multipage-breadcrumb {
  height: auto;
  box-shadow: none;
  padding-bottom: 50px;
}

.jb-multipage-breadcrumb .n-breadcrumb-info h1,
.jb-multipage-breadcrumb .n-breadcrumb-info p {
  color: #000;
}

#sb-signup-form fieldset .fields-wrapper .password-field {
  position: relative;
}

#sb-signup-form fieldset .fields-wrapper .password-field i {
  position: absolute;
  top: 11px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #e85222;
}

#sb-signup-form
  fieldset
  .fields-wrapper
  .password-field
  input.parsley-success
  ~ i.df-eye {
  color: #ffffff;
}

#sb-signup-form fieldset .fields-wrapper .password-field .df-eye-slash {
  display: none;
}

#sb-signup-form fieldset .validate-btn-box .resend-btn {
  color: #e85222;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  /*    font-family: 'Torus';*/
  font-weight: 500;
  letter-spacing: 1.43px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 10px;
}

#sb-signup-form .jb-btn-style-1:hover {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #e85222;
}

#sb-signup-form .jb-btn-style-2:hover {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #57b4dc;
}

#sb-signup-form .mail-validate-field input {
  margin-bottom: 20px;
}

#sb-signup-form .fields-wrapper .for-seychellois,
#sb-signup-form .fields-wrapper .for-non-seychellois {
  margin-bottom: 40px;
}

#sb-signup-form .fields-wrapper .parsley-custom-error-message {
  text-align: left;
}

#sb-signup-form .fields-wrapper .parsley-errors-list li {
  text-align: left;
}

#publish-btn-field p {
  /*    font-family: 'Torus';*/
}

#sb-signup-form .mail-validate-field #otp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#sb-signup-form .mail-validate-field .form-control:focus {
  color: #777;
  background-color: #ffffff;
  border-color: #e85222;
  outline: 0;
}

#sb-signup-form .mail-validate-field .form-control.form-control-solid {
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  border: 1px solid #ccc;
  background-color: #e9e9e9;
  /*    font-family: "torus";*/
  color: #999999;
  font-size: 20px;
  border-radius: 9px;
  margin-bottom: 0;
  z-index: 1;
}

#sb-signup-form .mail-validate-field .form-control.form-control-solid:active,
#sb-signup-form .mail-validate-field .form-control.form-control-solid.active,
#sb-signup-form .mail-validate-field .form-control.form-control-solid:focus,
#sb-signup-form .mail-validate-field .form-control.form-control-solid.focus {
  background-color: #e9e9e9;
  border-color: #ccc;
  color: #777;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
}

#sb-signup-form .otp-input-wrapper {
  width: 240px;
  text-align: left;
  display: inline-block;
  margin-bottom: 20px;
}

#sb-signup-form .otp-input-wrapper input {
  padding: 0;
  width: 264px;
  font-size: 32px;
  font-weight: 600;
  color: #3e3e3e;
  background-color: transparent;
  border: 0;
  letter-spacing: 48px;
  font-family: sans-serif !important;
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
  margin-left: 12px;
}

#sb-signup-form .otp-input-wrapper input:focus {
  box-shadow: none;
  outline: none;
}

#sb-signup-form .otp-input-wrapper svg {
  position: relative;
  display: block;
  width: 240px;
  height: 2px;
}

/*.theme-jobo-klutch .toast-top-right {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}*/

.n-candidate-pref .timeline-box .n-skills {
  margin: 0 0 30px 0px;
  position: relative;
}

/* .n-candidate-pref .timeline-box .n-skills::before {
  background-color: #e85222;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 90%;
  border: 3px solid #fff;
  position: absolute;
  left: -30px;
  top: 5px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.07);
} */

.cand-spec-detail .timeline-box .n-skills {
  margin-left: 0;
}

.cand-spec-detail .timeline-box .n-skills::before {
  content: none;
}

.n-candidate-pref .timeline-box .n-skills .lead {
  margin-bottom: 10px;
  color: #243658;
  font-weight: 600;
  font-size: 18px;
}

.n-candidate-pref .timeline-box .n-skills .n-skills-tags a {
  padding: 6px 18px;
  margin-right: 10px;
  color: #243658;
  border: 1px solid #5fb8de;
  margin-bottom: 10px;
}

.n-candidate-info .n-social-bar {
  display: flex;
  justify-content: space-around;
}

.n-candidate-info .n-social-bar ul {
  margin-top: 0;
}

.n-candidate-info .n-social-bar ul li {
  margin: 0 10px;
  padding: 0;
  display: inline-block;
}

.n-candidate-info .n-social-bar ul li:first-child {
  margin-left: 0;
}

.n-candidate-info .n-social-bar ul li:last-child {
  margin-right: 0;
}

.n-candidate-info .n-social-bar ul li a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}

.n-candidate-detail .n-candidate-info .n-social-bar ul li i {
  margin-right: 0;
  font-size: 26px;
}

/* .n-candidate-detail .n-candidate-info .n-social-bar ul li.facebook i {
    color: #3b5998;
}

.n-candidate-detail .n-candidate-info .n-social-bar ul li.twitter i {
    color: #00acee;
}

.n-candidate-detail .n-candidate-info .n-social-bar ul li.instagram i {
    color: #d62976;
}

.n-candidate-detail .n-candidate-info .n-social-bar ul li.linkedin i {
    color: #0072b1;
} */

/*Gray Icon*/
.n-candidate-detail .n-candidate-info .n-social-bar ul li.facebook-gray i {
  color: #E85222;
}

.n-candidate-detail .n-candidate-info .n-social-bar ul li.twitter-gray i {
  color: #E85222;
}

.n-candidate-detail .n-candidate-info .n-social-bar ul li.instagram-gray i {
  color: #E85222;
}

.n-candidate-detail .n-candidate-info .n-social-bar ul li.linkedin-gray i {
  color: #E85222;
}

.n-pricing-plan {
  overflow: visible;
}

.n-pricing-plan .heading-title h2::after {
  background-color: rgba(87, 180, 220, 1);
}

.n-pricing-plan .n-price-single .n-price-top {
  border-radius: 20px 20px 0 0;
}

.pricing-package-wrapper {
  margin-bottom: 50px;
}

.pricing-package-wrapper .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}

.pricing-package-wrapper .wrapper > div.col-lg-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.pricing-package-wrapper .wrapper > div.col-lg-3:first-child,
.pricing-package-wrapper .wrapper > div.col-lg-3:nth-child(4n+1) {
  padding-left: 15px;
}
.pricing-package-wrapper .wrapper > div.col-lg-3:nth-child(4n) {
  padding-right: 15px;
}

.pricing-package-wrapper .col-lg-3:nth-child(2) .package-plan-card {
  background-color: rgba(202, 232, 249, 1);
}

.pricing-package-wrapper .package-plan-card .pkg-type-box {
  height: auto;
  margin-bottom: 30px;
  text-align: center;
}
.pricing-package-wrapper .package-plan-card .pkg-type-box .pkg-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  min-height: 44px;
}
.pricing-package-wrapper .package-plan-card .pkg-type-box .pkg-img-box img {
  height: auto;
  width: 80px;
}
.pricing-package-wrapper #emp-monthly-pakages .package-plan-card .pkg-type-box .pkg-img-box img,
.pricing-package-wrapper #emp-annual-pakages .package-plan-card .pkg-type-box .pkg-img-box img {
  width: 160px;
}
.pricing-package-wrapper .package-plan-card .pkg-type-box h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.pricing-package-wrapper .package-plan-card .pkg-type-box span {
  font-size: 18px;
  padding: 0 30px;
  display: inline-block;
  line-height: 24px;
  color: #fff;
}
.employer-packages .pricing-package-wrapper .package-plan-card .pkg-type-box span {
  padding: 0 28px;
}

.pricing-package-wrapper .col-lg-3:nth-child(2) .package-plan-card .pkg-type-box h3,
.pricing-package-wrapper .col-lg-3:nth-child(2) .package-plan-card .pkg-type-box span {
  color: #57b4dc;
}
.pricing-package-wrapper .package-plan-card .package-plan-box {
  text-align: center;
  margin: 40px 0;
  font-family: "Poppins", sans-serif;
}
.pricing-package-wrapper .col-lg-3:nth-child(2) .package-plan-card .package-plan-box {
  margin: 40px 0 62px 0;
}
.candidate-packages #monthly-pakages .col-lg-3:nth-child(2) .package-plan-card .package-plan-box {
  margin-bottom: 40px;
}
.employer-packages #emp-monthly-pakages .col-lg-3:nth-child(2) .package-plan-card .package-plan-box {
  margin-bottom: 40px;
}
.pricing-package-wrapper .package-plan-card .package-plan-box .pkg-price strong {
  font-size: 46px;
  font-weight: 600;
  color: #ffff;
  margin-bottom: 0px;
  display: inline-block;
}
.pricing-package-wrapper .col-lg-3:nth-child(2) .package-plan-card .package-plan-box strong {
  color: #57b4dc;
}
.pricing-package-wrapper .package-plan-card .package-plan-box .pkg-price strong small {
  font-size: 26px;
  font-weight: 500;
}
.pricing-package-wrapper .package-plan-card .package-plan-box .pkg-price > span {
  font-size: 16px;
  color: #ffff;
  display: inline-block;
  font-weight: 500;
}
.pricing-package-wrapper .package-plan-card .package-plan-box .pkg-price-desc {
  font-size: 16px;
  color: #ffff;
  font-weight: 500;
}
.pricing-package-wrapper .col-lg-3:nth-child(2) .package-plan-card .pkg-price-desc {
  color: #57b4dc;
}
.pricing-package-wrapper .package-plan-card .pkg-button-box .pkg-button {
  display: inherit;
  width: 200px;
  padding: 10px;
  background-color: #e85222;
  color: #ffff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  border: 0;
}
.pricing-package-wrapper .col-lg-3:nth-child(3) .package-plan-card {
  background-color: rgba(151, 211, 243, 1);
}

.pricing-package-wrapper .col-lg-3:nth-child(3) .package-plan-card .header h3,
.pricing-package-wrapper
  .col-lg-3:nth-child(3)
  .package-plan-card
  .package-plan-list
  label {
  color: #ffff;
}

.pricing-package-wrapper .col-lg-3:nth-child(4) .package-plan-card {
  background-color: rgba(87, 180, 220, 1);
}

.pricing-package-wrapper .col-lg-3:nth-child(4) .package-plan-card .header h3,
.pricing-package-wrapper
  .col-lg-3:nth-child(4)
  .package-plan-card
  .package-plan-list
  label {
  color: #ffff;
}

.pricing-package-wrapper .package-plan-card .package-plan-list label small {
  color: #ffff;
}

.pricing-package-wrapper .package-term-box {
  padding-top: 60px;
}

.pricing-package-wrapper .package-term-box .heading {
  font-size: 28px;
  margin: 0 0 52px 0;
}

.pricing-package-wrapper .package-term-box .package-term-list {
  list-style-type: none;
}

.pricing-package-wrapper .package-term-box .package-term-list li h4 {
  font-size: 22px;
  margin-bottom: 25px;
  line-height: 35px;
}

.pricing-package-wrapper .package-plan-card {
  padding: 20px;
  border-radius: 8px;
  background-color: #ffff;
  box-shadow: 0 5px 32px 0 rgba(0, 0, 0, 0.05);
}

.pricing-package-wrapper .package-plan-card .header h3 {
  font-size: 38px;
  margin: 0 0 10px 0;
  text-align: center;
  font-weight: 600;
  line-height: 38px;
}

.pricing-package-wrapper .package-plan-card.essential .package-plan-list {
  padding: 52px 0 102px 0;
}

.pricing-package-wrapper .package-plan-card.essential .package-plan-list ul li {
  margin-bottom: 0;
  justify-content: center;
}

.pricing-package-wrapper
  .package-plan-card.essential
  .package-plan-list
  ul
  li
  span {
  font-size: 40px;
  font-weight: 600;
}

.pricing-package-wrapper .package-plan-card .package-plan-list ul {
  list-style-type: none;
}

.pricing-package-wrapper .package-plan-card .package-plan-list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: center;
}

.pricing-package-wrapper .package-plan-card .package-plan-list ul li label h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  font-family: "Quicksand", sans-serif;
}

.pricing-package-wrapper
  .package-plan-card
  .package-plan-list
  ul
  li
  [type="radio"]:checked,
.pricing-package-wrapper
  .package-plan-card
  .package-plan-list
  ul
  li
  [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.pricing-package-wrapper
  .package-plan-card
  .package-plan-list
  ul
  li
  [type="radio"]:checked
  + label,
.pricing-package-wrapper
  .package-plan-card
  .package-plan-list
  ul
  li
  [type="radio"]:not(:checked)
  + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
}

.pricing-package-wrapper
  .package-plan-card
  .package-plan-list
  ul
  li
  [type="radio"]:checked
  + label:before,
.pricing-package-wrapper
  .package-plan-card
  .package-plan-list
  ul
  li
  [type="radio"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 1px solid #ffff;
  border-radius: 100%;
  background: #57b4dc;
}

.pricing-package-wrapper
  .col-lg-3:nth-child(3)
  .package-plan-card
  .package-plan-list
  ul
  li
  [type="radio"]:checked
  + label:before,
.pricing-package-wrapper
  .col-lg-3:nth-child(3)
  .package-plan-card
  .package-plan-list
  ul
  li
  [type="radio"]:not(:checked)
  + label:before {
  background: #97d3f3;
}

.pricing-package-wrapper
  .package-plan-card
  .package-plan-list
  ul
  li
  [type="radio"]:checked
  + label:after,
.pricing-package-wrapper
  .package-plan-card
  .package-plan-list
  ul
  li
  [type="radio"]:not(:checked)
  + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ffff;
  position: absolute;
  top: 9px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pricing-package-wrapper
  .package-plan-card
  .package-plan-list
  ul
  li
  [type="radio"]:not(:checked)
  + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pricing-package-wrapper
  .package-plan-card
  .package-plan-list
  ul
  li
  [type="radio"]:checked
  + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pricing-package-wrapper
  .package-plan-card.essential
  .package-plan-list
  ul
  li
  [type="radio"]:not(:checked)
  + label:before {
  top: 18px;
  background: rgba(202, 232, 249, 1);
}

.pricing-package-wrapper
  .package-plan-card.essential
  .package-plan-list
  ul
  li
  [type="radio"]:not(:checked)
  + label:after {
  top: 21px;
}

.pricing-package-wrapper
  .package-plan-card.essential
  .package-plan-list
  ul
  li
  [type="radio"]:checked
  + label:before {
  top: 18px;
  background: rgba(202, 232, 249, 1);
}

.pricing-package-wrapper
  .package-plan-card.essential
  .package-plan-list
  ul
  li
  [type="radio"]:checked
  + label:after {
  top: 21px;
}

.pricing-package-wrapper .select-package-btn {
  margin-top: 30px;
  text-align: center;
}

.pricing-package-wrapper .select-package-btn .btn {
  background-color: #57b4dc;
  border-color: #57b4dc;
  color: #ffff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 60px;
  border-radius: 30px;
  font-family: "Quicksand", sans-serif;
}

.pricing-package-wrapper .more-feature-btn {
  text-align: center;
  margin-top: 20px;
}

.pricing-package-wrapper .more-feature-btn a {
  font-size: 34px;
  color: #e85222;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.pricing-package-wrapper .more-feature-btn a:hover {
  color: #e85222;
  text-decoration: underline !important;
}

.pricing-package-wrapper .more-feature-btn a i {
  margin-left: 5px;
}

.pricing-package-wrapper .select-package-btn .btn:before {
  border-radius: 30px;
}

.jobo-spinner {
  display: none;
  font-size: 20px;
  margin-right: 10px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.package-detail-table {
  width: 100%;
}

.package-detail-table tbody tr td {
  width: 25%;
  padding: 0;
  border: 0;
}

.package-detail-table tbody tr td div.pricing-plan-cell {
  display: flex;
  align-items: center;
  min-height: 72px;
  border-bottom: 1px solid #242424;
}

.package-detail-table tbody tr td div.pricing-plan-header {
  max-width: 285px;
  overflow: visible;
  white-space: nowrap;
}

/*.package-detail-table tbody tr td div.pricing-plan-cell .pkg-img-box {
  height: 30px;
}*/

.package-detail-table tbody tr td div.pricing-plan-cell .pkg-img-box img {
  width: 80px !important;
  filter: unset !important;
}
.employer-detail-wrapper .package-detail-table tbody tr td div.pricing-plan-cell .pkg-img-box img {
  width: 160px !important;
}

.package-detail-table tbody tr td div.pricing-plan-header.f-column {
  flex-direction: column;
  align-items: flex-start;
}

.package-detail-table tbody tr td div.pricing-plan-header.f-column p {
  margin-bottom: 0;
}

.package-detail-table tbody tr td div.pricing-plan-cell.no-border {
  border-bottom: 0;
}

.package-detail-table tbody tr td div.pricing-plan-cell .heading {
  font-size: 38px;
  font-weight: 600;
  font-family: Quicksand,sans-serif;
  margin: 0;
  color: #ffff;
}
.package-detail-table tbody tr td div.pricing-plan-cell .main-heading {
  font-size: 20px;
  font-family: Poppins,sans-serif;
  margin: 0;
  color: #e85222;
}
.package-detail-table tbody tr td:nth-child(2) div.pricing-plan-cell .heading {
  color: #57b4dc;
}

.package-detail-table tbody tr td div.pricing-plan-cell h5 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: #243658;
  font-family: Poppins,sans-serif;
  border-bottom: 1px dashed #243658;
}
.package-detail-table tbody tr td div.pricing-plan-cell h5:hover {
  cursor: pointer;
}
.package-detail-table tbody tr td div.pricing-plan-cell h5 .plantooltiptext {
  visibility: hidden;
  background-color: #F8CFC2;
  color: #000;
  text-align: left;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(100% + 10px);
  font-size: 16px;
  min-width: 320px;
}
.package-detail-table tbody tr td div.pricing-plan-cell h5:hover .plantooltiptext {
  visibility: visible;
}

.package-detail-table tbody tr td div.pricing-plan-cell img {
  width: 60px;
  height: auto;
  margin-left: 0px;
}
.package-detail-table tbody tr td:not(:first-child) div.pricing-plan-cell img {
  width: 26px;
  height: auto;
  filter: invert(1);
}

.package-detail-table tbody tr.pricing-header td div.pricing-plan-cell h5 {
  font-size: 24px;
  font-weight: 600;
}

.package-detail-table
  tbody
  tr.pricing-header
  td
  div.pricing-plan-cell
  .heading {
  font-size: 24px;
}

.package-detail-table
  tbody
  tr.pricing-header
  td:nth-child(2)
  .pricing-plan-cell
  .heading {
  color: #57b4dc;
}

.package-detail-table
  tbody
  tr.pricing-header
  td:nth-child(3)
  .pricing-plan-cell
  .heading,
.package-detail-table
  tbody
  tr.pricing-header
  td:nth-child(4)
  .pricing-plan-cell
  .heading {
  color: #ffff;
}

.package-detail-table tbody tr td div.pricing-plan-cell span {
  font-size: 24px;
}
.package-detail-table tbody tr td:nth-child(2) div.pricing-plan-cell img {
  filter: invert(75%) sepia(8%) saturate(3058%) hue-rotate(166deg) brightness(87%) contrast(98%);
}
.package-detail-table tbody tr td:nth-child(2) div.pricing-plan-cell span {
  color: #57b4dc;
}

.package-detail-table tbody tr td div.pricing-plan-cell span i {
  font-size: 18px;
  color: #57b4dc;
}

.package-detail-table tbody tr td:first-child div.pricing-plan-cell {
  margin-right:  12px;
}

.package-detail-table tbody tr td:nth-child(2) div.pricing-outer-cell {
  margin-left: -2px;
  margin-right: 6px;
  padding: 0 20px;
  background-color: rgba(202, 232, 249, 1);
}
.package-detail-table tbody tr td:nth-child(2) div.pricing-plan-cell {
  border-bottom: 1px solid rgba(87, 180, 220, 0.3);
  justify-content: center;
}
.package-detail-table tbody tr td div.pricing-outer-cell.border-bottom-radius .pricing-plan-cell {
  border-bottom: 0;
}
.package-detail-table tbody tr td:nth-child(3) div.pricing-outer-cell {
  margin-left: 6px;
  margin-right: -1px;
  padding: 0 20px;
  background-color: rgba(151, 211, 243, 1);
}

.package-detail-table tbody tr td:nth-child(3) div.pricing-plan-cell {
  border-bottom: 1px solid rgba(87, 180, 220, 0.3);
  justify-content: center;
}

.package-detail-table tbody tr td:nth-child(3) div.pricing-plan-cell span,
.package-detail-table tbody tr td:nth-child(3) div.pricing-plan-cell span i {
  color: #ffff;
}

.package-detail-table tbody tr td:nth-child(4) div.pricing-outer-cell {
  margin-left: 13px;
  padding: 0 20px;
  background-color: rgba(87, 180, 220, 1);
}

.package-detail-table tbody tr td:nth-child(4) div.pricing-plan-cell {
  border-bottom: 1px solid rgba(151, 211, 243, 0.5);
  justify-content: center;
}

.package-detail-table tbody tr td:nth-child(4) div.pricing-plan-cell span,
.package-detail-table tbody tr td:nth-child(4) div.pricing-plan-cell span i {
  color: #ffff;
}

.package-detail-table tbody tr td div.pricing-outer-cell.border-top-radius {
  border-radius: 8px 8px 0 0;
}

.package-detail-table tbody tr td div.pricing-outer-cell.border-bottom-radius {
  border-radius: 0 0 8px 8px;
}

.package-detail-table tbody tr.border-none td div.pricing-plan-cell {
  border-bottom: 0;
}

.package-detail-table tbody tr:last-child td div.pricing-plan-cell {
  border-bottom: 0;
}
.table.package-detail-table > tbody + tbody {
  border-top: 0;
}
#annual_btns tr td .pkg-button,
#monthly_btns tr td .pkg-button,
#emp_annual_btns tr td .pkg-button,
#emp_monthly_btns tr td .pkg-button {
  display: inline-block;
  width: 200px;
  padding: 10px;
  background-color: #e85222;
  color: #ffff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  border: 0;
}
#annual_btns tr td div.pricing-outer-cell, 
#monthly_btns tr td div.pricing-outer-cell,
#emp_annual_btns tr td div.pricing-outer-cell, 
#emp_monthly_btns tr td div.pricing-outer-cell {
  background-color: transparent;
}

.package-top-sticky.sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: transparent;
  display: none;
  z-index: 2;
}

.package-top-sticky.sticky.package-top-menu-sticky {
  top: 88px;
}

.package-top-sticky.sticky::before {
  content: none;
}

.package-top-sticky .white-space {
  height: 20px;
  background-color: #ffff;
}

.package-top-sticky table {
  width: 100%;
}

.package-top-sticky table tbody tr td {
  width: 25%;
  padding: 0;
  background-color: #ffff;
}

.package-top-sticky table tbody tr td .pricing-plan-cell {
  min-height: 70px;
  padding: 0px 20px 0px 20px;
  display: flex;
  align-items: center;
  background-color: #ffff;
}

.package-top-sticky table tbody tr td:first-child .pricing-plan-cell {
  margin-right: 12px;
  padding-left: 0;
}

.package-top-sticky table tbody tr td:nth-child(2) .pricing-plan-cell {
  margin-left: -2px;
  margin-right: 6px;
  background-color: rgba(202, 232, 249, 1);
  border-radius: 8px 8px 0 0;
  justify-content: center;
}

.package-top-sticky table tbody tr td:nth-child(2) .pricing-plan-cell .heading {
  font-size: 38px;
  font-weight: 600;
  color: #57b4dc;
  font-family: Quicksand,sans-serif;
}

/*.package-top-sticky table tbody tr td .pricing-plan-cell .pkg-img-box {
  height: 50px;
}*/

.package-top-sticky table tbody tr td .pricing-plan-cell .pkg-img-box img {
  width: 80px;
}
.package-top-sticky.employer table tbody tr td .pricing-plan-cell .pkg-img-box img {
  width: 160px;
}

.package-top-sticky table tbody tr td:nth-child(3) .pricing-plan-cell {
  margin-left: 6px;
  margin-right: -1px;
  background-color: rgba(151, 211, 243, 1);
  border-radius: 8px 8px 0 0;
  justify-content: center;
}

.package-top-sticky table tbody tr td:nth-child(3) .pricing-plan-cell .heading {
  font-size: 38px;
  font-weight: 600;
  color: #ffff;
  font-family: Quicksand,sans-serif;
}

.package-top-sticky table tbody tr td:nth-child(4) .pricing-plan-cell {
  margin-left: 13px;
  background-color: rgba(87, 180, 220, 1);
  border-radius: 8px 8px 0 0;
  justify-content: center;
}

.package-top-sticky table tbody tr td:nth-child(4) .pricing-plan-cell .heading {
  font-size: 38px;
  font-weight: 600;
  color: #ffff;
  font-family: Quicksand,sans-serif;
}

.package-top-sticky table tbody tr td .pricing-plan-cell .heading {
  margin: 0;
  font-family: Poppins,sans-serif;
  color: #e85222;
}

/* package card sticky wrapper */

.package-card-wrapper.sticky {
  position: sticky;
  top: 88px;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #fff;
  display: block;
  z-index: 2;
}
.package-card-wrapper.sticky::before {
  content: none;
}

.jobo-faqs-section .heading-title {
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
  float: unset;
}

.jobo-faqs-section .heading-title h2 {
  display: inline-block;
  font-size: 30px;
  margin: 0;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  color: #243658;
}

.jobo-faqs-section .heading-title h2::after {
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 72px;
  background-color: rgba(87, 180, 220, 1);
}

.jobo-faqs-section .heading-title p {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
}

.jobo-faqs-section {
  padding: 80px 0;
  background-color: #f1f2f2;
}

.jobo-faqs-section .jobo-panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}

.jobo-faqs-section .jobo-panel-title {
  margin: 0;
}

.jobo-faqs-section .jobo-panel-title > a {
  display: block;
  padding: 10px 0px;
  text-decoration: none;
  color: #243658;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.jobo-faqs-section .jobo-panel-title > a:hover {
  color: #243658;
}

.jobo-faqs-section .jobo-panel-body {
  margin-bottom: 30px;
}

.jobo-faqs-section .jobo-panel-body p {
  font-size: 16px;
  color: #243658;
}

.jobo-faqs-section .more-less {
  float: right;
  width: 22px;
  height: 22px;
  background-color: #E85222;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
}
.jobo-faqs-section .more-less img {
  width: 12px;
  filter: invert(1);
}

.jobo-faqs-section
  .jobo-panel-default
  > .jobo-panel-heading
  + .panel-collapse
  > .jobo-panel-body {
  border-top-color: #eeeeee;
}

.employer-packages {
  display: none;
}

.listing-packages {
  display: none;
}

h3.contact-desc {
  text-align: center;
  margin-top: 140px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.contact-desc span.heading-color {
  color: #e85222;
  font-weight: 600;
  display: block;
}

span.heading-color {
  color: rgba(87, 180, 220, 1);
}

.jobo-job-listing-section {
  padding: 80px 0;
  padding-bottom: 0 !important;
  background-color: #ffff;
}
.jobo-job-listing-section .heading-title h2 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
.jobo-job-listing-section .heading-title h2:after {
  height: 3px;
}

.jobo-job-listing-section .listing-wrapper {
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.jobo-job-listing-section .listing-wrapper > div {
  grid-column: span 1;
}

.jobo-job-listing-section .listing-wrapper .duration-box {
  width: 350px;
  text-align: center;
}

.jobo-job-listing-section .listing-wrapper .duration-box .heading {
  font-size: 28px;
  margin: 0 0 20px 0;
  line-height: 36px;
}

.jobo-job-listing-section .listing-wrapper .duration-box .title {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.jobo-job-listing-section .listing-wrapper .duration-box .img-box {
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
}

.jobo-job-listing-section .listing-wrapper .duration-box .img-box img {
  width: 100%;
}

.jobo-job-listing-section .listing-wrapper .job-listing-box {
  padding: 30px 20px;
  background-color: rgba(202, 232, 249, 1);
  border-radius: 8px;
  text-align: center;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
}

.jobo-job-listing-section .listing-wrapper .job-listing-box:nth-child(3) {
  background-color: rgba(151, 211, 243, 1);
}

.jobo-job-listing-section .listing-wrapper .job-listing-box:nth-child(4) {
  position: relative;
  background-color: rgba(87, 180, 220, 1);
}

.jobo-job-listing-section .listing-wrapper .job-listing-box .job-title {
  font-size: 18px;
  margin: 0 0 30px 0;
  line-height: 22px;
  text-align: center;
  color: #57b4dc;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box .txtCal-box {
  margin-bottom: 30px;
  height: 50px;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box .txtCal-box input {
  text-align: center;
  width: 70px;
  height: 33px;
  border: 1px solid #E85222;
  border-radius: 4px;
  color: #E85222;
  font-weight: 700;
  font-size: 28px;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box .txtCal-box input:focus-visible {
  outline: none;
  border: 1px solid #243658;
}
.jobo-job-listing-section .listing-wrapper .contact-us {
display: none;
}
.jobo_job_addon .job-list li .addon-input .txtCal.disabled + label::before{
  background-color: #c4c4c7;
    border-color: #c4c4c7;
}
.jobo_job_addon .job-list li .addon-input .more-addon-listing.disabled + label::before{
  background-color: #c4c4c7;
    border-color: #c4c4c7;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box .txtCal-box p {
  font-size: 12px;
  font-weight: 500;
  margin-top: 2px;
  color: #57b4dc;
  line-height: 14px;
  margin-bottom: 0;
  font-family: "Quicksand", sans-serif;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box p {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 26px;
  text-align: center;
  color: #243658;
  font-family: "Quicksand", sans-serif;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box p.starting-price {
  font-size: 14px;
  font-weight: 600;
  color: #57b4dc;
  line-height: 18px;
  margin-bottom: 0;
  font-family: "Quicksand", sans-serif;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box ul {
  list-style-type: none;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box ul li {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 600;
  color: #ffff;
  line-height: 18px;
  margin-bottom: 0;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 30px;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box ul li:last-child {
  margin-bottom: 0;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box ul li .package-name {
  position: relative;
  width: 27%;
  text-align: right;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box ul li .info-tooltip-outer {
  position: absolute;
  top: 14px;
  right: -2px;
  cursor: pointer;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box ul li .info-tooltip-outer img {
  width: 10px;
  height: 10px;
  filter: unset;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box ul li .badge-img {
  position: relative;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box ul li .badge-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 20px;
  height: 20px;
  background-color: #57b4dc;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box ul li .badge-img img {
  position: relative;
  width: 26px;
  height: 30px;
  filter: unset;
  z-index: 1;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box .total_sum {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  color: #ffff;
  margin-top: 22px;
  font-family: "Quicksand", sans-serif;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box .currency-symbol {
  display: block;
  padding: 0px 6px;
  background-color: #ffff;
  width: fit-content;
  margin: 0 auto;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  font-family: "Quicksand", sans-serif;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box .ext-txt {
  font-size: 14px;
  font-weight: 500;
  color: #ffff;
  font-family: "Quicksand", sans-serif;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box .contact-us {
  display: none;
  font-size: 18px;
  font-weight: 600;
  margin: 53px 0 0 0;
  line-height: 20px;
  text-align: center;
  color: #ffff;
  font-family: "Quicksand", sans-serif;
}
.jobo-job-listing-section .listing-wrapper .job-listing-box .contact-us a {
  color: #243658;
}

.jobo-job-listing-section .listing-wrapper .job-listing-box .price {
  font-size: 40px;
  line-height: 30px;
  margin: 0 0 30px 0;
  color: #57b4dc;
  text-align: center;
}

.jobo-job-listing-section .listing-wrapper .job-listing-box .price span {
  font-size: 22px;
}

.jobo-job-listing-section .listing-wrapper .job-listing-box .price small {
  color: #57b4dc;
  font-size: 22px;
  font-family: "Quicksand", sans-serif;
}

.jobo-job-listing-section .listing-wrapper .job-listing-box .select-job-btn {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 20px;
  color: #57b4dc;
  border: 1px solid #57b4dc;
  border-radius: 25px;
  background-color: transparent;
  font-family: "Quicksand", sans-serif;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.jobo-job-listing-section
  .listing-wrapper
  .job-listing-box:nth-child(3)
  .job-title,
.jobo-job-listing-section
  .listing-wrapper
  .job-listing-box:nth-child(3)
  .price {
  color: #ffff;
}

.jobo-job-listing-section
  .listing-wrapper
  .job-listing-box:nth-child(3)
  .select-job-btn {
  color: #ffff;
  border-color: #ffff;
}

.jobo-job-listing-section
  .listing-wrapper
  .job-listing-box:nth-child(4)
  .job-title,
.jobo-job-listing-section
  .listing-wrapper
  .job-listing-box:nth-child(4)
  .price {
  color: #ffff;
}

.jobo-job-listing-section
  .listing-wrapper
  .job-listing-box:nth-child(3)
  .price
  small,
.jobo-job-listing-section
  .listing-wrapper
  .job-listing-box:nth-child(4)
  .price
  small {
  color: #ffff;
}




.jobo-job-listing-section .listing-wrapper .job-listing-box:nth-child(4) .select-job-btn {
  color: #ffff;
  /* border-color: #ffff; */
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px;
  width: fit-content;
  background-color: #E85222;
}



.jobo-job-listing-section .jobo-tab-container {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
  background-color: #ffff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.jobo-job-listing-section .jobo-tab-menu ul {
  margin: 0;
  padding: 0;
  column-count: 3;
  column-gap: 10px;
}

.jobo-job-listing-section .jobo-tab-menu ul li {
  list-style-type: none;

  width: 100%;
}

.jobo-job-listing-section .jobo-tab-menu ul li a {
  display: block;
  text-decoration: none;
  color: #ffff;
  background-color: rgba(151, 211, 243, 1);
  /* padding: 12px 18px; */
  padding: 12px 15px;
  border-radius: 4px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.jobo-job-listing-section .jobo-tab-menu ul li a.active-a {
  display: block;
  background-color: rgba(87, 180, 220, 1);
  color: #ffffff;
  box-shadow: 0 0 0 2px white, 0 0 0 3px #57b4dc;
}

.jobo-job-listing-section .listing-wrapper .job-listing-box:nth-child(4) .select-job-btn.disabled {
  color: #ffff;
  border-color: #ffff;
  background-color: transparent;
  cursor: no-drop;
}

.country-code-box {
  display: flex;
}
.country-code-box .select2-container {
  width: 150px !important;
}
.n-job-pages-section .form-group .country-code-box .select2-container--default .select2-selection--single,
.country-code-box .select2-container--default .select2-selection--single {
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
}
.country-code-box input {
  width: calc(100% - 150px);
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Listing Package Image */
.listing-packages .job-listing-box img {
  height: 22px;
  filter: invert(42%) sepia(92%) saturate(334%) hue-rotate(166deg) brightness(89%) contrast(93%);
  margin: 0 2px;
}

/* Boost Job Pop Up Image */
.jobo_job_addon .addon_job_cont .job-topups-box img {
  height: 22px;
  filter: invert(42%) sepia(92%) saturate(334%) hue-rotate(166deg) brightness(89%) contrast(93%);
  margin: 0 2px;
}

/* Boost Job Pop Save Button Disabled */
.addon_btn_class {
  opacity: 0.2;
  cursor: not-allowed;
}

/* woocommerce cart & checkout css */
.woocommerce-cart .blog-detail-page {
  padding: 120px 0;
  background-color: #B5DCF6;
}
.woocommerce-cart .blog-detail-page:has(.cart-empty) {
  background-color: #ffff;
}
.woocommerce-cart .blog-detail-page .blog-post .woocommerce .cart-empty {
  color: #243658;
  border: 0 !important;
}

.woocommerce-cart .blog-detail-page .blog-post {
  overflow: visible;
}

.woocommerce-cart .blog-detail-page .blog-single {
  overflow: visible;
}

.woocommerce-cart .blog-detail-page .blog-post .blog-main-title {
  font-size: 50px;
  text-align: center;
  color: #243658;
  font-family: "poppins", sans-serif;
}

.woocommerce-cart .blog-detail-page table.woocommerce-cart-form__contents {
  background-color: #ffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  border: 0;
}

.woocommerce-cart
  .blog-detail-page
  table.woocommerce-cart-form__contents
  thead
  tr {
  border-bottom: 0 !important;
}

.woocommerce-cart
  .blog-detail-page
  table.woocommerce-cart-form__contents
  tbody
  tr:last-child {
  border-bottom: 0 !important;
}

.woocommerce-cart
  .blog-detail-page
  table.woocommerce-cart-form__contents
  thead
  tr
  th {
  background: #243658;
  text-align: center;
}

.woocommerce-cart
  .blog-detail-page
  table.woocommerce-cart-form__contents
  tr.cart_item
  td {
  text-align: center;
}
.woocommerce-cart .blog-detail-page table.woocommerce-cart-form__contents tr.cart_item td.product-name {
  text-align: left;
}
.woocommerce-cart .blog-detail-page table.woocommerce-cart-form__contents tr.cart_item td img {
  border-radius: 6px;
}
.woocommerce-cart .blog-detail-page table.woocommerce-cart-form__contents tr.cart_item td a,
.woocommerce-cart .blog-detail-page table.woocommerce-cart-form__contents tr.cart_item td span {
  color: #777;
}
.woocommerce-cart .blog-detail-page table.woocommerce-cart-form__contents tr.cart_item td.product-remove a {
  font-size: 30px;
  width: 30px;
  margin: 0 auto;
  color: #777 !important;
}

.woocommerce-cart
  .blog-detail-page
  table.woocommerce-cart-form__contents
  thead
  tr
  th:first-child {
  border-radius: 10px 0px 0 0;
}

.woocommerce-cart
  .blog-detail-page
  table.woocommerce-cart-form__contents
  thead
  tr
  th:last-child {
  border-radius: 0px 10px 0 0;
}

.woocommerce-cart
  .blog-detail-page
  table.woocommerce-cart-form__contents
  .quantity
  .qty {
  width: 100%;
}

.woocommerce-cart
  .blog-detail-page
  table.woocommerce-cart-form__contents
  tr
  td
  .coupon
  .button {
  background-color: #e85222;
  border-color: #e85222;
}

.woocommerce-cart
  .blog-detail-page
  table.woocommerce-cart-form__contents
  tr
  td.actions
  .button {
  background-color: #e85222;
  border-color: #e85222;
}

.woocommerce-cart .blog-detail-page .cart-collaterals h2 {
  color: #243658;
  font-weight: 600;
  font-family: "poppins", sans-serif;
}

.woocommerce-cart .blog-detail-page .cart-collaterals {
  position: relative;
}
.woocommerce-cart .blog-detail-page .cart-collaterals .cart_totals {
  padding: 20px;
  background-color: #ffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px 10px 0 0;
  border: 0;
}
.woocommerce-cart .blog-detail-page .cart-collaterals .cart_totals tr th,
.woocommerce-cart .blog-detail-page .cart-collaterals .cart_totals tr span,
.woocommerce-cart .blog-detail-page .cart-collaterals .cart_totals tr strong {
  font-size: 12px;
  color: #777;
}
.woocommerce-cart
  .blog-detail-page
  .cart-collaterals
  .cart_totals
  table
  tr:last-child {
  border-bottom: 0 !important;
}

.woocommerce-cart .blog-detail-page .cart-collaterals .cart_totals table tr td {
  text-align: right;
}

.woocommerce-cart
  .blog-detail-page
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout {
  padding-bottom: 0;
  width: 100%;
}

.woocommerce-cart .blog-detail-page .cart-collaterals .checkout-button {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #e85222;
  border-color: #e85222;
  margin-bottom: 0;
}
.woocommerce-cart .blog-detail-page .cart-collaterals .checkout-button:hover {
  background-color: #e85222;
  border-color: #e85222;
}

.blog-detail-page .blog-post .woocommerce-notices-wrapper .woocommerce-message {
  margin-top: 0 !important;
  border-top-color: #e85222;
  border-radius: 4px;
  color: #000;
}

.blog-detail-page .blog-post .woocommerce .cart-empty {
  /* background-color: rgb(151, 211, 243);
  border: 1px solid rgb(151, 211, 243) !important; */
  background-color:  #ffff;
  border-radius: 4px !important;
  padding: 10px 30px !important;
  color: rgb(151, 211, 243);
  text-align: center;
}

.blog-detail-page .blog-post .woocommerce .return-to-shop {
  text-align: center;
}

.blog-detail-page .blog-post .woocommerce .return-to-shop .wc-backward {
  color: #ffff;
  text-decoration: none;
}

.blog-detail-page .blog-post .woocommerce .woocommerce-message {
  margin-top: 0;
}

.woocommerce-checkout .blog-detail-page {
  padding: 80px 0;
  background-color: rgba(202, 232, 249, 1);
}

.woocommerce-checkout .blog-detail-page .blog-post,
.woocommerce-checkout .blog-detail-page .blog-single {
  overflow: visible;
}

.woocommerce-checkout .blog-detail-page .blog-post .blog-main-title {
  font-size: 50px;
  text-align: center;
}

.woocommerce-checkout .blog-detail-page .woocommerce-info {
  padding: 0.7em 1em 0.7em 1.5em !important;
  box-shadow: 0px 40px 80px 0px RGBA(184, 184, 184, 0.3) !important;
  overflow: visible;
  border-radius: 10px !important;
  background-color: #ffff;
  border: 1px solid #ffff !important;
  color: #000;
}

.woocommerce-checkout .blog-detail-page #customer_details {
  background-color: #fff;
  box-shadow: 0px 40px 80px 0px RGBA(184, 184, 184, 0.3);
  padding: 20px;
  border-radius: 10px;
}

.woocommerce-checkout .blog-detail-page .woocommerce-billing-fields h3 {
  margin-top: 0;
  font-weight: 600;
}

.woocommerce-checkout
  #customer_details
  .woocommerce-billing-fields
  .woocommerce-billing-fields__field-wrapper
  .input-text,
.woocommerce-checkout
  #customer_details
  .woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  textarea {
  border-radius: 8px;
}

.woocommerce-checkout
  #customer_details
  .woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  textarea {
  margin-bottom: 0;
}

.woocommerce-checkout
  .blog-detail-page
  .woocommerce-billing-fields
  .select2-container
  .select2-selection--single {
  height: 54px;
  border-radius: 8px;
}

.woocommerce-checkout
  .blog-detail-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  line-height: 54px;
}

.woocommerce-checkout
  .blog-detail-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 54px;
}

.woocommerce-checkout .blog-detail-page .woocommerce-additional-fields h3 {
  font-weight: 600;
}

.woocommerce-checkout .blog-detail-page .woocommerce-checkout-payment {
  background-color: #ffff !important;
  box-shadow: 0px 40px 80px 0px RGBA(184, 184, 184, 0.3);
  padding: 20px;
  border-radius: 10px !important;
}

.woocommerce-checkout .blog-detail-page #payment ul.payment_methods {
  border-radius: 8px;
}

.woocommerce-checkout
  .blog-detail-page
  #payment
  ul.payment_methods
  div.payment_box {
  border-radius: 8px;
}

.woocommerce-checkout
  .blog-detail-page
  .woocommerce-checkout-payment
  .place-order
  button {
  background-color: #e85222;
  border-color: #e85222;
}

.woocommerce-checkout .blog-detail-page .order-review-wrapper {
  background-color: #fff;
  box-shadow: 0px 40px 80px 0px RGBA(184, 184, 184, 0.3);
  padding: 20px;
  border-radius: 10px;
  border: 0;
}

.woocommerce-checkout .blog-detail-page .order-review-wrapper:before {
  content: none;
}

.woocommerce-checkout .blog-detail-page .order-review-wrapper.sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}

.woocommerce-checkout .blog-detail-page .order-review-wrapper h3 {
  margin-top: 0;
  font-weight: 600;
}

.woocommerce-checkout
  .blog-detail-page
  .woocommerce-checkout-review-order-table {
  border: 0;
  margin-bottom: 0;
}

.woocommerce-checkout
  .blog-detail-page
  .woocommerce-checkout-review-order-table
  thead
  tr {
  border-bottom: 0 !important;
}

.woocommerce-checkout
  .blog-detail-page
  .woocommerce-checkout-review-order-table
  thead
  tr
  th {
  background: transparent;
  text-align: left;
  color: #999 !important;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
}

.woocommerce-checkout
  .blog-detail-page
  .woocommerce-checkout-review-order-table
  tbody
  tr
  td {
  text-align: left;
  font-weight: 400;
}

.woocommerce-checkout
  .blog-detail-page
  .woocommerce-checkout-review-order-table
  thead
  tr
  th.product-name,
.woocommerce-checkout
  .blog-detail-page
  .woocommerce-checkout-review-order-table
  tbody
  tr
  td.product-name {
  width: 200px;
}

.woocommerce-checkout
  .blog-detail-page
  .woocommerce-checkout-review-order-table
  tfoot
  tr
  th,
.woocommerce-checkout
  .blog-detail-page
  .woocommerce-checkout-review-order-table
  tfoot
  tr
  td {
  text-align: left;
}

.woocommerce-checkout
  .blog-detail-page
  .woocommerce-checkout-review-order-table
  tfoot
  tr
  th {
  font-weight: 600 !important;
}

.woocommerce-checkout
  .blog-detail-page
  .woocommerce-checkout-review-order-table
  tfoot
  tr:last-child {
  border-bottom: 0 !important;
}

.woocommerce-checkout .blog-detail-page #payment div.form-row {
  margin-bottom: 0;
}

.woocommerce-checkout .blog-detail-page form.checkout_coupon {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #fff;
}

.woocommerce-checkout .blog-detail-page form.checkout_coupon button:hover {
  background-color: #e85222;
  border-color: #e85222;
}

.woocommerce-checkout .blog-detail-page .woocommerce form .form-row label {
  font-weight: 400;
  color: #999 !important;
}

.woocommerce-order-received
  .blog-post
  .woocommerce-order
  .woocommerce-thankyou-order-received {
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}

.woocommerce-order-received .blog-detail-page .blog-single ul li {
  color: #000;
}

.woocommerce-order-received
  .woocommerce
  .woocommerce-order
  ul.woocommerce-order-overview {
  border-radius: 10px;
  background-color: #ffff;
  padding: 20px;
}

.woocommerce-order-received .blog-post .woocommerce-order-details {
  padding: 20px 20px 30px 20px !important;
  border-radius: 10px;
  background-color: #fff;
}

.woocommerce-order-received .blog-post .woocommerce-order-details__title {
  margin-top: 0;
  font-weight: 600;
}

.woocommerce-order-received
  .blog-post
  .woocommerce-order-details
  .order_details {
  border: 0;
}

.woocommerce-order-received
  .blog-post
  .woocommerce-order-details
  .order_details
  thead
  tr {
  border-bottom: 0 !important;
}

.woocommerce-order-received
  .blog-post
  .woocommerce-order-details
  .order_details
  thead
  th {
  background-color: rgb(151, 211, 243);
  text-align: left;
}

.woocommerce-order-received
  .blog-post
  .woocommerce-order-details
  .order_details
  tbody
  td {
  text-align: left;
}

.woocommerce-order-received
  .blog-post
  .woocommerce-order-details
  .order_details
  tfoot
  td,
.woocommerce-order-received
  .blog-post
  .woocommerce-order-details
  .order_details
  tfoot
  th {
  text-align: left;
}

.woocommerce-order-received
  .blog-post
  .woocommerce-order-details
  .order_details
  tfoot
  tr:last-child {
  border-bottom: 0 !important;
}

.woocommerce-order-received .blog-post .woocommerce-customer-details {
  padding: 20px 20px 30px 20px !important;
  margin: 30px 0;
  background-color: #fff;
  border-radius: 10px;
}

.woocommerce-order-received
  .blog-post
  .woocommerce-customer-details
  .woocommerce-column__title {
  margin-top: 0;
  font-weight: 600;
  font-size: 24px;
}

.woocommerce-order-received .blog-post .woocommerce-customer-details address {
  border-radius: 10px;
  padding: 10px 20px;
}

.woocommerce-order-received .woocommerce-order .jobo-thanku-btn {
  text-align: center;
  margin: 30px 0 30px 0;
}

.woocommerce-order-received .woocommerce-order .jobo-thanku-btn .thankyou-btn {
  color: #ffff;
}

.jb-progress-bar-main {
  margin: 50px 0;
}

.jb-progress-bar-main #jb-progress-steps {
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
  padding-left: 0;
}

.jb-progress-bar-main #jb-progress-steps li {
  width: 33%;
  text-align: center;
}

.jb-progress-bar-main #jb-progress-steps li span {
  display: block;
  position: relative;
  color: #9b9b9b;
  font-size: 14px;
  letter-spacing: 0.13px;
  line-height: 20px;
  text-align: center;
  padding: 0 10px;
}

.jb-progress-bar-main #jb-progress-steps li span.active {
  color: #212121;
  font-weight: 600;
}

.jb-progress-bar-main #jb-progress-steps li span .icon-outer {
  font: normal normal normal 14px/1 FontAwesome;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffff;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

/*.jb-progress-bar-main #jb-progress-steps li span.shop::before {
    content: "\f291";
}
.jb-progress-bar-main #jb-progress-steps li span.cart::before {
    content: "\f07a";
}
.jb-progress-bar-main #jb-progress-steps li span.checkout::before {
    content: "\f09d";
} */
.jb-progress-bar-main #jb-progress-steps li span.active .icon-outer {
  background-color: #e85222;
  transform: scale(1.8);
  font-size: 30px;
}

.jb-progress-bar-main #jb-progress-steps li span::after {
  content: "";
  width: 88%;
  height: 3px;
  background: #ccc;
  position: absolute;
  left: -42%;
  top: 28px;
}

.jb-progress-bar-main #jb-progress-steps li span.success {
  color: #000;
}

.jb-progress-bar-main #jb-progress-steps li span.active::after,
.jb-progress-bar-main #jb-progress-steps li span.success::after {
  background: #e85222;
}

.jb-progress-bar-main #jb-progress-steps li span.success .icon-outer {
  background-color: #e85222;
}

.jb-progress-bar-main #jb-progress-steps li:first-child span::after {
  content: none;
}

.woocs_auto_switcher {
  width: auto !important;
  height: auto !important;
}

/* adding new css for header - 5/9/2023 */
.mega-menu .menu-logo img {
  margin-top: 5px;
}
.mega-menu .menu-links > li > a {
  padding: 0 12px;
  font-weight: 500;
  color: #243658;
}
.mega-menu .menu-links > li > a:hover {
  color: #e85222;
}
.mega-menu .menu-links > li.menu-active > a {
  color: #E85222;
}
.mega-menu .menu-button .n-login-header {
  margin: 0 12px;
  font-weight: 500;
  color: #243658;
}
.mega-menu .menu-button .n-login-header:hover {
  color: #e85222;
}
.mega-menu .menu-button .n-login-header img {
  width: 16px;
  filter: invert(80%) sepia(51%) saturate(503%) hue-rotate(179deg)
    brightness(91%) contrast(104%);
  margin-right: 2px;
  transition: 0.3s ease-in-out;
}
.mega-menu .menu-button .n-login-header:hover img {
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg)
    brightness(93%) contrast(94%);
}
.mega-menu .menu-button .jobo-register-header img {
  width: 16px;
  filter: invert(28%) sepia(51%) saturate(503%) hue-rotate(179deg)
    brightness(91%) contrast(104%);
  margin-right: 2px;
  transition: 0.3s ease-in-out;
}
.mega-menu .menu-button .jobo-register-header:hover img {
  filter: invert(40%) sepia(70%) saturate(1494%) hue-rotate(347deg)
    brightness(93%) contrast(94%);
}
.mega-menu .menu-button li a.btn {
  padding: 13px;
  font-size: 14px;
}
.mega-menu .menu-button li a.btn img {
  height: 18px;
  margin-right: 2px;
}
.mega-menu .menu-button .job-advertise-btn {
  margin: 0 5px 0 8px;
}

/*New Search Page Lists*/
.jobo-single-job-page {
  padding: 50px 0;
}
.jobo-single-job-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #ffff;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: 0.3s ease-in-out;
}
.jobo-single-job-box:nth-child(2n + 1) {
  background-color: #f1f1f1;
}
/* .n-featured-job-boxes .jobo-single-job-box:last-child {
  margin-bottom: 0;
} */
.jobo-single-job-box:hover {
  background-color: #1f3053;
}
.jobo-single-job-box .job-profile {
  padding: 20px 0;
}
.jobo-single-job-box .job-profile .img-box {
  width: 100px;
  height: 100px;
}
.jobo-single-job-box .job-profile .img-box img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.jobo-single-job-box .job-detail {
  margin-left: 30px;
  width: calc(100% - 130px);
}
.jobo-single-job-box .job-detail .post-time {
  font-size: 14px;
  font-weight: 600;
  color: #777;
  transition: 0.3s ease-in-out;
}
.jobo-single-job-box:hover .job-detail .post-time {
  color: #ffff;
}
.jobo-single-job-box .job-detail .job-title {
  font-size: 20px;
  color: #1f3053;
  margin: 5px 0;
  font-family: "Poppins", sans-serif;
  transition: 0.3s ease-in-out;
}
.jobo-single-job-box:hover .job-detail .job-title {
  color: #ffff;
}
.jobo-single-job-box .job-detail .job-title:hover {
  color: #e85222;
}
.jobo-single-job-box .job-detail .employer-name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #777;
  margin-bottom: 5px;
  transition: 0.3s ease-in-out;
}
.jobo-single-job-box:hover .job-detail .employer-name {
  color: #ffff;
}
.jobo-single-job-box .job-detail .employer-name:hover {
  color: #e85222;
}
.jobo-single-job-box .job-detail .content-meta {
  padding-left: 0;
  margin-bottom: 0;
}
.jobo-single-job-box .job-detail .content-meta li {
  display: inline-block;
  margin-right: 20px;
  padding-bottom: 0;
}
.jobo-single-job-box .job-detail .content-meta li span,
.jobo-single-job-box .job-detail .content-meta li span a {
  font-size: 14px;
  font-weight: 600;
  color: #777;
  transition: 0.3s ease-in-out;
}
.jobo-single-job-box:hover .job-detail .content-meta li span,
.jobo-single-job-box:hover .job-detail .content-meta li span a {
  color: #ffff;
}
.jobo-single-job-box .job-detail .content-meta li:hover span,
.jobo-single-job-box .job-detail .content-meta li:hover span a{
  color: #e85222;
}
.jobo-single-job-box .job-detail .content-meta li img {
  height: 18px;
  margin-right: 6px;
  margin-top: -5px;
  filter: invert(50%) sepia(1%) saturate(0%) hue-rotate(350deg) brightness(92%)
    contrast(93%);
  transition: 0.3s ease-in-out;
}
.jobo-single-job-box:hover .job-detail .content-meta li img {
  filter: invert(0);
}
.jobo-single-job-box .job-detail .content-meta li:hover img {
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.jobo-single-job-box .job-detail .job-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}
.jobo-single-job-box .job-detail .job-tools .closing-date {
  font-size: 16px;
  font-weight: 600;
  color: #e85222;
  transition: 0.3s ease-in-out;
}
.jobo-single-job-box:hover .job-detail .job-tools .closing-date {
  color: #ffff;
}
.jobo-single-job-box .job-detail .job-tools .closing-date img {
  margin-right: 6px;
  height: 20px;
  margin-top: -5px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg)
    brightness(93%) contrast(94%);
  transition: 0.3s ease-in-out;
}
.jobo-single-job-box:hover .job-detail .job-tools .closing-date img {
  filter: invert(0);
}
.jobo-single-job-box .job-detail .job-tools .icon-tools:before {
  content: none;
}
.jobo-single-job-box .job-detail .job-tools .icon-tools {
  padding-left: 0;
  margin-bottom: 0;
}
.jobo-single-job-box .job-detail .job-tools .icon-tools li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding-bottom: 0;
}
.jobo-single-job-box .job-detail .job-tools .icon-tools li .addtoany_shortcode {
  position: absolute;
  z-index: 1;
  top: -40px;
  right: -8px;
  height: 50px;
  display: none;
} 
.jobo-single-job-box
  .job-detail
  .job-tools
  .icon-tools
  li.share_this_job:hover
  .addtoany_shortcode {
  display: block;
}
.jobo-single-job-box .job-detail .job-tools .icon-tools li .addtoany_shortcode .addtoany_list {
  display: flex;
}
.jobo-single-job-box .job-detail .job-tools .icon-tools li {
  position: relative;
}
.jobo-single-job-box .job-detail .job-tools .icon-tools li button {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.jobo-single-job-box .job-detail .job-tools .icon-tools li .jobo-tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  background-color: #ffff;
  color: #243658;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border-radius: 25px 25px 25px 0px;
  padding: 8px 20px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 15px);
  left: 8px;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.jobo-single-job-box .job-detail .job-tools .icon-tools li:hover .jobo-tooltip-text {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.jobo-single-job-box .job-detail .job-tools .icon-tools li .jobo-tooltip-text::before {
  content: '';
  background-image: url(../images/icons/single-job-icons/tooltip-corner-right-without-border.png);
  position: absolute;
  bottom: -22px;
  left: 0px;
  width: 11px;
  height: 22px;
  background-size: contain;
  transform: rotateY(180deg);
  background-repeat: no-repeat;
}
.jobo-single-job-box .job-detail .job-tools .icon-tools li img {
  height: 16px;
  filter: invert(80%) sepia(51%) saturate(503%) hue-rotate(179deg)
    brightness(91%) contrast(104%);
  transition: 0.3s ease-in-out;
}
.jobo-single-job-box .job-detail .job-tools .icon-tools li img:hover {
  cursor: pointer;
}
.jobo-single-job-box:hover .job-detail .job-tools .icon-tools li img {
  filter: invert(0);
}
.jobo-single-job-box .job-detail .job-tools .icon-tools li img:hover {
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.jobo-single-job-box .job-detail .job-view-btns .view-job-detail {
  display: inline-block;
  position: relative;
}
.jobo-single-job-box .job-detail .job-view-btns .view-job-detail .jobo-tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  background-color: #ffff;
  color: #243658;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border-radius: 25px 25px 0px 25px;
  padding: 8px 20px;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  right: 17px;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.jobo-single-job-box .job-detail .job-view-btns .view-job-detail:hover .jobo-tooltip-text {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.jobo-single-job-box .job-detail .job-view-btns .view-job-detail .jobo-tooltip-text::before {
  content: '';
  background-image: url(../images/icons/single-job-icons/tooltip-corner-right-without-border.png);
  position: absolute;
  bottom: -22px;
  right: 0px;
  width: 13px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}

.jobo-single-job-box .job-detail .job-view-btns .view-job-detail img {
  height: 28px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg)
    brightness(93%) contrast(94%);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.jobo-single-job-box .job-detail .job-view-btns .btn.n-btn-flat {
  margin-left: 10px;
}
.jobo-single-job-box .job-detail .job-view-btns .btn.n-btn-flat:hover {
  box-shadow: 0 0 0 2px #1f3053, 0 0 0 3px #e85222;
}
.jobo-single-job-box .job-classes-icons {
  position: absolute;
  top: 0;
  right: 20px;
}
.jobo-single-job-box .job-classes-icons .jobo-tag {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
.job-classes-icons .jobo-tag::before {
  content: "";
  width: 25px;
  height: 20px;
  background: #ffff;
  position: absolute;
  top: 0;
  left: 0;
}
.job-classes-icons .jobo-tag img {
  height: 30px;
  filter: invert(42%) sepia(92%) saturate(334%) hue-rotate(166deg)
    brightness(89%) contrast(93%);
  transition: 0.3s ease-in-out;
}
.job-classes-icons .jobo-tag .jobo-tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  background-color: #ffff;
  color: #243658;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #243658;
  border-radius: 25px 25px 0px 25px;
  padding: 10px 5px;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  right: 13px;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.job-classes-icons.jobo-tag:hover {
  cursor: pointer;
}
.job-classes-icons .jobo-tag .jobo-tooltip-text::before {
  content: '';
  background-image: url(../images/icons/single-job-icons/tooltip-corner-right.png);
  position: absolute;
  bottom: -22px;
  right: -1px;
  width: 13px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.job-classes-icons .jobo-tag:hover .jobo-tooltip-text {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
/* jobo-job-view-modal-css */
.jobo-job-view-modal .modal-dialog {
  margin: 100px auto;
  width: 700px;
}
.jobo-job-view-modal .modal-content {
  border: 1px solid #1f3053;
  border-radius: 10px;
}
.jobo-job-view-modal .modal-header {
  position: relative;
  background-color: #ccc;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #777;
}
.jobo-job-view-modal .modal-header h1 {
  font-size: 24px;
  line-height: 30px;
  padding-right: 20px;
  color: #1f3053;
}
.jobo-job-view-modal .modal-header .btn-close {
  position: absolute;
  top: 18px;
  right: 15px;
  background-color: transparent;
  border: 0;
  color: #777;
}
.jobo-job-view-modal .modal-header .btn-close i {
  font-size: 22px;
}
.jobo-job-view-modal .modal-body {
  max-height: 500px;
  overflow: auto;
}
.jobo-job-view-modal .modal-body .employer-name {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #777;
}
.jobo-job-view-modal .modal-body .content-meta {
  border-bottom: 1px solid #1f3053;
  margin-bottom: 10px;
}
.jobo-job-view-modal .modal-body .content-meta li {
  display: inline-block;
  margin: 10px 40px 10px 0;
  width: 42%;
}
.jobo-job-view-modal .modal-body .content-meta li span {
  font-size: 14px;
  font-weight: 600;
  color: #777;
}
.jobo-job-view-modal .modal-body .content-meta li a {
  font-size: 14px;
  font-weight: 600;
  color: #777;
}
.jobo-job-view-modal .modal-body .content-meta li img {
  height: 18px;
  margin-right: 6px;
  margin-top: -5px;
  filter: invert(50%) sepia(1%) saturate(0%) hue-rotate(350deg) brightness(92%)
    contrast(93%);
}
.jobo-job-view-modal .modal-body .content-meta .closing-date {
  font-size: 16px;
  font-weight: 600;
  color: #e85222;
}
.jobo-job-view-modal .modal-body .content-meta .closing-date img {
  margin-right: 6px;
  height: 20px;
  margin-top: -5px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg)
    brightness(93%) contrast(94%);
}
.jobo-job-view-modal .modal-body h3 {
  font-size: 24px;
  color: #1f3053;
  margin: 20px 0 10px 0;
}
.jobo-job-view-modal .modal-body p,
.jobo-job-view-modal .modal-body p span {
  font-size: 16px;
  color: #777;
  margin-bottom: 20px;
}
.jobo-job-view-modal .modal-body ul {
  list-style-type: none;
}
.jobo-job-view-modal .modal-body ul li,
.jobo-job-view-modal .modal-body ul li span {
  font-size: 16px;
  color: #777;
  margin-bottom: 5px;
}
.jobo-job-view-modal .modal-footer {
  text-align: center;
}
.jobo-job-view-modal .modal-footer .view-more-detail-btn:hover {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #e85222;
}

.jobo-header-bar {
  background-color: #243658;
  padding: 30px 0 10px 0;
  border-bottom: 1px solid #ccc;
}
.jobo-header-bar .page-heading-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px 50px;
}
.jobo-header-bar .page-heading-info h1 {
  font-size: 22px;
  font-weight: 500;
  color: #ffff;
  margin: 0;
  width: calc(100% - 470px);
  font-family: "poppins", sans-serif;
}
.jobo-header-bar .followers-detail-wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  width: 428px;
  justify-content: flex-end;
}
.jobo-header-bar .page-heading-info .followers-detail .follow-us-btn {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #ffff;
  padding: 2px 14px 4px;
  border-radius: 8px;
  background-color: #e85222;
  border: 1px solid #e85222;
}
.jobo-header-bar .followers-detail-wrapper .notification-alert-btn,
.jobo-header-bar .followers-detail-wrapper .copy-listing-link-btn {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #ffff;
  padding: 2px 8px 4px;
  border-radius: 8px;
  background-color: #e85222;
  border: 1px solid #e85222;
}
.jobo-header-bar .followers-detail-wrapper .copy-listing-link-btn img {
  width: 25px;
}
.jobo-header-bar .followers-detail-wrapper .notification-alert-btn img {
  width: 16px;
}
.jobo-header-bar .followers-detail-wrapper .copy-listing-box {
  position: relative;
}
.jobo-header-bar .followers-detail-wrapper .copy-listing-box .link-tool-tip {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  font-size: 18px;
  font-weight: 500;
  color: #e85222;
  background-color: #f1f1f1;
  border-radius: 20px;
  padding: 2px 16px;
  width: max-content;
  transform: translate(0%, -10%);
  z-index: 999;
}
.jobo-header-bar .page-heading-info .followers-detail .following {
  background-color: #57b4dc;
  border: 1px solid #57b4dc;
}
.jobo-header-bar .page-heading-info .followers-detail .follow-us-btn img {
  height: 24px;
  margin-right: 5px;
}
.jobo-header-bar .page-heading-info .followers-detail > span {
  display: block;
  margin-top: 5px;
}
.jobo-header-bar .page-heading-info .followers-detail span {
  font-size: 14px;
  color: #ffff;
  margin-left: 5px;
  text-align: right;
}
.jobo-employers-filters-section {
  margin-top: 30px;
}
.jobo-employers-filters-section h3 {
  font-size: 20px;
  font-weight: 600;
  color: #243658;
  margin: 0 0 10px 0;
}
.jobo-employers-filters-section #jobo-filter-buttons {
  padding: 10px 35px 0 35px;
  border: 1px solid #777;
  border-width: 1px 0 1px 0;
  line-height: 12px;
  text-align: center;
}
.jobo-employers-filters-section #jobo-filter-buttons button {
  font-size: 20px;
  font-weight: 500;
  color: #777;
  background: transparent;
  border: 0;
  padding: 0 10px;
  line-height: 16px;
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
}
.jobo-employers-filters-section #jobo-filter-buttons button:hover {
  color: #e85222;
}
.jobo-employers-filters-section #jobo-filter-buttons button.active {
  color: #e85222;
}
.jobo-employers-filters-section #jobo-character-lists {
  margin-top: 80px;
}
.jobo-employers-filters-section #jobo-character-lists ul {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0px;
}
.jobo-employers-filters-section #jobo-character-lists ul li {
  margin: 5px 0;
}
.jobo-employers-filters-section #jobo-character-lists .employer-search-result {
  margin-bottom: 40px;
  color: #243658;
  display: none;
}
.jobo-employers-filters-section
  #jobo-character-lists
  .employer-search-result.active {
  display: block;
}
.jobo-employers-filters-section
  #jobo-character-lists
  .employer-search-result
  .list-character {
  color: #e85222;
  text-transform: uppercase;
}
.jobo-employers-filters-section .jobo-character-list {
  display: none;
  margin-bottom: 50px;
}
.jobo-employers-filters-section .jobo-character-list.active {
  display: block;
}
.jobo-employers-filters-section .jobo-character-list h3 span {
  display: inline-block;
  color: #777;
  padding: 0 5px;
  border-bottom: 2px solid #777;
}
.jobo-employers-filters-section .jobo-character-list .employer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 290px;
  padding: 5px;
  background-color: #ffff;
  transition: 0.3s ease-in-out;
}
.jobo-employers-filters-section .jobo-character-list .employer-card:hover {
  background-color: #ccc;
}
.jobo-employers-filters-section .jobo-character-list .employer-card .employer-logo {
  height: 200px;
  display: flex;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid #777;
  text-align: center;
  margin: 0 auto;
}
.jobo-employers-filters-section
  .jobo-character-list
  .employer-card
  .employer-logo
  img {
  width: 100%;
  height: 100%;
  object-fit: scale-down; 
}
.jobo-employers-filters-section
  .jobo-character-list
  .employer-card
  .employer-name,
.jobo-employers-filters-section
  .jobo-character-list
  .employer-card
  .listing-count {
  display: block;
  font-size: 16px;
  color: #777;
  padding: 5px 10px;
  text-align: center;
}
.jobo-employers-filters-section
  .jobo-character-list
  .employer-card
  .listing-count {
  padding: 0 10px 5px 10px;
}
.jobo-employers-filters-section .jobo-character-list .employer-card .active {
  position: absolute;
  top: 0;
  right: 20px;
  width: 26px;
  height: 30px;
}
.jobo-employers-filters-section .jobo-character-list .employer-card .active img {
  width: 100%;
  height: 100%;
  filter: invert(42%) sepia(92%) saturate(334%) hue-rotate(166deg) brightness(89%) contrast(93%);
}
.jobo-employers-filters-section .jobo-character-list .employer-card .active::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 24px;
  height: 22px;
  background-color: #ffff;
}
.jobo-multiple-filters-box {
  margin-top: 40px;
  padding: 0 80px;
}
.jobo-multiple-filters-box .form-group label {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #243658;
  margin-bottom: 10px;
}
.jobo-multiple-filters-box .form-group .select2-container {
  width: 100% !important;
}
.jobo-multiple-filters-box
  .form-group
  .select2-container
  .select2-selection--single {
  height: 40px;
  border: 1px solid #777;
  margin-bottom: 0;
}
.jobo-multiple-filters-box
  .form-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
  padding-left: 15px;
}
.jobo-multiple-filters-box
  .form-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px;
  top: 0;
  right: 15px;
}
.jobo-multiple-filters-box
  .form-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #777 transparent transparent transparent;
}
.jobo-multiple-filters-box .job-fitler-btn {
  font-size: 14px;
  padding: 9px 20px;
  color: #ffff;
  background-color: #e85222;
  border-color: #e85222;
  width: 100%;
  margin-top: 40px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #e85222;
}

.n-candidate-detail .employer-cover-slider {
  margin-bottom: 20px;
}
.n-candidate-detail .employer-cover-slider .item {
  height: 300px;
}
.n-candidate-detail .employer-cover-slider .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.n-candidate-detail .employer-cover-slider .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 38%;
  width: 100%;
}
.n-candidate-detail .employer-cover-slider .owl-nav .owl-prev {
  position: absolute;
  left: 20px;
}
.n-candidate-detail .employer-cover-slider .owl-nav .owl-next {
  position: absolute;
  right: 20px;
}
.n-candidate-detail .employer-cover-slider .owl-nav .owl-prev:hover,
.n-candidate-detail .employer-cover-slider .owl-nav .owl-next:hover {
  background-color: transparent;
}
.n-candidate-detail .employer-cover-slider .owl-nav .owl-prev i,
.n-candidate-detail .employer-cover-slider .owl-nav .owl-next i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.employer-cover-slider .owl-dots {
  margin-top: 20px;
}
.employer-cover-slider .owl-dots .owl-dot span {
  background: #e85222;
  opacity: 0.3;
}
.employer-cover-slider .owl-dots .owl-dot:hover span {
  background: #e85222;
  opacity: 0.3;
}
.employer-cover-slider .owl-dots .owl-dot.active span {
  background: #e85222;
  opacity: 1;
}
.notify-modal .modal-header h4 {
  font-size: 20px;
  font-weight: 500;
}
.notify-modal .modal-header .close {
  margin-top: 4px;
}
.notify-modal .modal-body li {
  position: relative;
  list-style-type: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.notify-modal .modal-body li a {
  font-weight: 600;
}
.notify-modal .modal-body li a.notif-job-title {
  color: #e85222;
}
.notify-modal .modal-body li .notif-timing i {
  color: #e85222;
}
.notify-modal .modal-body li .notif-timing .dismiss-dash-notify {
  position: absolute;
  top: 10px;
  right: 0px;
}
.notify-modal .modal-body li .notif-timing .dismiss-dash-notify i {
  padding: 3px 5px;
  border-radius: 4px;
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
.notify-modal .modal-body li .notif-timing .dismiss-dash-notify:hover i {
  background-color: #eee;
}
.notify-modal .modal-footer .btn-default {
  margin-right: 5px;
}  
.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 5px #e74c3c;
}
.jconfirm.jconfirm-modern .jconfirm-box.jconfirm-type-red {
  padding: 0;
  padding-top: 30px;
  border-radius: 12px;
}
.jconfirm .jconfirm-type-red .jconfirm-title {
  padding: 0 30px;
  line-height: 40px;
}
.jconfirm .jconfirm-type-red .jconfirm-title span {
  font-weight: 500;
  color: #243658;
  font-size: 24px;
  line-height: 30px;
}
.jconfirm .jconfirm-box.jconfirm-type-red div.jconfirm-content-pane {
  display: block;
  margin-bottom: 0;
  padding-top: 0;
}
.jconfirm .jconfirm-type-red .jconfirm-content .buttons-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.jconfirm .jconfirm-type-red .jconfirm-content .buttons-container button {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.jconfirm .jconfirm-type-red .jconfirm-content .buttons-container button a {
  font-size: 20px;
  padding: 12px 16px;
  color: #ffff;
  display: block;
  width: 100%;
}
.jconfirm
  .jconfirm-type-red
  .jconfirm-content
  .buttons-container
  button
  a:hover {
  color: #ffff;
}
.jconfirm .jconfirm-type-red .jconfirm-buttons .signup-button {
  background-color: #57b4dc;
}
.jconfirm .jconfirm-type-red .jconfirm-buttons .login-button {
  background-color: #243658;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  margin-bottom: 0;
  padding-bottom: 0;
}
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-content-pane {
  margin-top: 10px;
}
.jconfirm.jconfirm-modern .jconfirm-type-red .jconfirm-buttons {
  padding-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 15px;
}
.jconfirm.jconfirm-modern .jconfirm-type-red .jconfirm-buttons .btn,
.jconfirm.jconfirm-modern .jconfirm-type-red .jconfirm-buttons .btn:focus {
  font-size: 16px;
  padding: 12px 16px;
  margin: 0;
  color: #ffff;
  display: block;
  width: 100%;
  border-radius: 0;
  text-transform: capitalize;
  font-weight: 500;
  outline: none;
}
.jconfirm.jconfirm-modern .jconfirm-type-red .jconfirm-buttons .btn-cancel {
  background-color: #57b4dc;
}
.jconfirm.jconfirm-modern .jconfirm-type-red .jconfirm-buttons .btn-confirm {
  background-color: #243658;
}
/* countdown css */
.jconfirm .jconfirm-type-green .jconfirm-icon-c i.fa-check-circle,
.jconfirm .jconfirm-type-red .jconfirm-icon-c i.fa-check-circle {
  font-size: 36px;
}
.jconfirm .jconfirm-type-green .jconfirm-title,
.jconfirm .jconfirm-type-red .jconfirm-title {
  color: #243658;
  margin-top: 5px;
}
.jconfirm .jconfirm-type-green #countdown,
.jconfirm .jconfirm-type-red #countdown {
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 40px;
  width: 40px;
}
.jconfirm .jconfirm-type-green #countdown-number,
.jconfirm .jconfirm-type-red #countdown-number {
  position: absolute;
  color: black;
  display: inline-block;
  left: 15px;
  top: 4px;
  font-size: 24px;
  font-weight: 600;
  color: #e85222;
}
.jconfirm .jconfirm-type-green #countdown svg,
.jconfirm .jconfirm-type-red #countdown svg {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}
.jconfirm .jconfirm-type-green #countdown svg circle,
.jconfirm .jconfirm-type-red #countdown svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 3px;
  stroke: #243658;
  fill: none;
  animation: countdown 3s linear infinite forwards;
}
@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 113px;
  }
}
.jconfirm .jconfirm-type-green .jconfirm-content-pane i.fa-arrow-right,
.jconfirm .jconfirm-type-red .jconfirm-content-pane i.fa-arrow-right {
  color: #e85222;
}

/* for privacy & policy page */
.page-template-elementor_canvas.page-id-3044 .woocs_auto_switcher {
  display: none;
}
.page-template-elementor_canvas.page-id-3044 .grecaptcha-badge {
  display: none;
}

/* for terms & conditin page */
.page-template-elementor_canvas.page-id-3048 .woocs_auto_switcher {
  display: none;
}
.page-template-elementor_canvas.page-id-3048 .grecaptcha-badge {
  display: none;
}

/* for about us app page */
.page-template-elementor_canvas.page-id-3051 .woocs_auto_switcher {
  display: none;
}
.page-template-elementor_canvas.page-id-3051 .grecaptcha-badge {
  display: none;
}
/*span.iconify.active-notify-icon {
  display: none;
}*/

.job-detail .icon-tools .addtoany_shortcode svg path {
    fill: #fff;
}

/*a.a2a_dd.addtoany_share_save.addtoany_share {
    display: none;
}*/

.mega-menu .menu-button .n-login-header.notify-me .active-notify-icon img {
    width: 24px;
    margin-right: 0;
    filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}

/* New Style Css for Candidate Packages Switch */

.package-select-box {
  text-align: right;
  margin-bottom: 40px;
  padding-right: 136px;
}
.package-select-box .btn-toggle.btn-lg {
  margin: 0 12rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 42px;
  border-radius: 2.5rem;
}
.package-select-box .btn-toggle.btn-lg:focus,
.package-select-box .btn-toggle.btn-lg.focus,
.package-select-box .btn-toggle.btn-lg:focus.active,
.package-select-box .btn-toggle.btn-lg.focus.active {
  outline: none;
}
.package-select-box .btn-toggle.btn-lg:before,
.package-select-box .btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 10rem;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 0px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.package-select-box .btn-toggle.btn-lg:before {
  content: 'Annually';
  right: calc(100% + 5px);
}
.package-select-box .btn-toggle.btn-lg:after {
  content: 'Monthly';
  left: 100%;
  opacity: 1;
  font-weight: 600;
}
.package-select-box .btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 21px;
  height: 21px;
  border-radius: 25px;
  background: #fff;
  transition: left 0.25s;
}
.package-select-box .btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.package-select-box .btn-toggle.btn-lg.active > .handle {
  right: 19px;
  transition: left 0.25s;
}
.package-select-box .btn-toggle.btn-lg.active:before {
  font-weight: 600;
}
.package-select-box .btn-toggle.btn-lg.active:after {
  opacity: 1;
  font-weight: 400;
}
.package-select-box .btn-toggle.btn-secondary {
  color: #6b7381;
  background: rgba(87, 180, 220, 1);
}
.package-select-box .btn-toggle.btn-secondary:before,
.package-select-box .btn-toggle.btn-secondary:after {
  color: #243658;
}
.package-select-box .btn-toggle.btn-secondary.active {
  background-color: rgba(87, 180, 220, 1);
  box-shadow: none;
}
.package-detail-wrapper .table-responsive {
  overflow-y: clip;
}
/* New Style Css for Candidate Packages Switch */

/* stats box css start */
.jobo-stats-section {
    padding: 80px 0;
}
.jobo-stats-box {
    padding: 20px 70px 10px 20px;
    background-color: rgba(151, 211, 243, 1);
    border-radius: 8px;
    margin-bottom: 30px;
    height: 130px;
}
.jobo-stats-box .stats-content-box {
    display: flex;
    justify-content: space-between;
}
.jobo-stats-box .stats-meta-box .stats-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    filter: invert(85%) sepia(68%) saturate(562%) hue-rotate(181deg) brightness(96%) contrast(89%);
}
.emp_dashboard .jobo-stats-box .stats-meta-box .stats-icon {
  width: auto;
}
.jobo-stats-box .stats-meta-box small {
    display: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #243658;
    font-family: "Poppins", sans-serif;
}
.jobo-stats-box .stats-meta-box a,
.jobo-stats-box .stats-meta-box span { 
    font-size: 14px;
    color: #e85222;
    font-weight: 600;
    margin: 5px 0 0 0;
    font-family: "Poppins", sans-serif;
}
.jobo-stats-box .stats-meta-box a:hover {
    text-decoration: none;
}
.jobo-stats-box  .stats-figure-box .figure-count {
    font-size: 62px;
    font-weight: 600;
    margin: 0px 0 0 0;
    color: #e85222;
    font-family: "Poppins", sans-serif;
}
.jobo-stats-box .stats-figure-box small {
    font-size: 14px;
    font-weight: 700;
    color: #243658;
    font-family: "Poppins", sans-serif;
}
.jobo-stats-box.package-box .stats-content-box {
    align-items: flex-end;
    height: 100%;
}
.jobo-stats-box .stats-figure-box img {
    width: 140px;
    margin-bottom: 28px;
    filter: invert(80%) sepia(19%) saturate(1688%) hue-rotate(180deg) brightness(93%) contrast(91%);
}
.jobo-stats-box .stats-progress {
    margin-top: 25px;
}
.jobo-stats-box .stats-progress .progress {
    margin-left: 50px;
    height: 15px;
    border-radius: 25px;
    margin-bottom: 20px;
}
.jobo-stats-box .stats-progress .stats-progress-bar {
    background-color: #e85222;
    box-shadow: none;
    border-radius: 0;
}
.emp_dashboard .jobo-stats-box.package-box.jobo-addons-box .stats-meta-box img {
  margin-bottom: 20px;
}
.emp_dashboard .jobo-stats-box.package-box.jobo-addons-box .stats-figure-box .figure-count {
  line-height: 87px;
}
.emp_dashboard .jobo-stats-box.package-box.jobo-addons-box .stats-figure-box .addon_history {
  display: inline-block;
  font-size: 12px;
}
.emp_dashboard .jobo-stats-box.package-box {
  padding: 10px 20px;
}
.emp_dashboard .jobo-stats-box.package-box .stats-meta-box img {
  max-width: 100%;
  height: 58px;
  margin-bottom: 10px;
  filter: invert(80%) sepia(19%) saturate(1688%) hue-rotate(180deg) brightness(93%) contrast(91%);
}
.emp_dashboard .jobo-stats-box.package-box .stats-figure-box .figure-count {
  margin-top: 0;
  line-height: 60px;
  text-align: right;
  padding-right: 50px;
}
.emp_dashboard .jobo-stats-box.package-box .stats-figure-box .figure-count.unlimited {
  font-size: 32px;
  padding-right: 0;
} 
.emp_dashboard .jobo-stats-box .stats-figure-box small {
  font-weight: 500;
  display: block;
}
.emp_dashboard .jobo-stats-box .stats-figure-box a {
  font-size: 14px;
  color: #e85222;
  font-weight: 600;
  margin: 5px 0 0 0;
  font-family: "Poppins", sans-serif;
}

/* jobo missing prf info css start */
.jobo-missing-prf-info {
    padding: 10px;
    background-color: #ffff;
    margin-top: 10px;
}
.jobo-missing-prf-info .title {
    font-size: 18px;
    font-weight: 600;
    color: #243658;
    font-family: "Poppins", sans-serif;
    margin: 0 0 15px 0;
}
.jobo-missing-prf-info .cand-incomplete-profile-tags a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #e85222;
    background-color: #cae8f9;
    padding: 4px 8px;
    margin: 0 5px 5px 0;
}
.jobo-missing-prf-info .cand-incomplete-profile-tags a:hover {
    text-decoration: none;
}
.cand_person_save {
  background-color: transparent;
  border: 0;
  float: right;
  padding: 0;
  margin-top: 20px;
}
.cand_person_save img {
  width: 24px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.cand_person_save[disabled] img {
  filter: invert(38%) sepia(0%) saturate(638%) hue-rotate(158deg) brightness(83%) contrast(97%);
}
.input-action-btn .cand_person_save .info-icon {
  width: 16px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
  margin-left: 5px;
}
.input-action-btn .remove-btn > .btnRemove .info-tooltip-outer .info-icon {
  width: 16px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
  margin-left: 5px;
}
.emp_save {
  background-color: transparent;
  border: 0;
  float: right;
  padding: 0;
  margin-top: 20px;
}
.emp_save img {
  width: 24px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.emp_save[disabled] img {
  filter: invert(38%) sepia(0%) saturate(638%) hue-rotate(158deg) brightness(83%) contrast(97%);
}
.save_company {
  background-color: transparent;
  border: 0;
  float: right;
  padding: 0;
  margin-top: 20px;
}
.save_company img {
  width: 24px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
.save_company[disabled] img {
  filter: invert(38%) sepia(0%) saturate(638%) hue-rotate(158deg) brightness(83%) contrast(97%);
}
/* jobo missing prf info css end */

#business-hours-fields .panel-info {
  border: 0;
  box-shadow: none;
}
#business-hours-fields .panel-body {
  padding: 0;
}
#business-hours-fields .day_container .form-group .icheckbox_minimal {
  margin-right: 5px;
  margin-top: -2px;
}
#business-hours-fields .not-available-container .form-group .icheckbox_minimal {
  margin-right: 5px;
  margin-top: -2px;
}
.share-button-modal {
  padding-right: 0;
}
.share-button-modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 60px);
}
.share-button-modal .modal-content {
  padding: 20px 30px;
  border-radius: 50px;
}
.share-button-modal .modal-header {
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
}
.share-button-modal .modal-header img {
  width: 20px;
  filter: invert(80%) sepia(51%) saturate(503%) hue-rotate(179deg) brightness(91%) contrast(104%);
  margin-right: 10px;
}
.share-button-modal .modal-body {
  padding: 0;
  padding-top: 20px;
}
.share-button-modal .modal-body li {
  list-style-type: none;
}
.share-button-modal .modal-body .addtoany_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.share-button-modal .modal-body .addtoany_list a {
  text-align: center;
}
.share-button-modal .modal-body .addtoany_list a img {
  width: 60px;
  height: 60px;
  filter: invert(80%) sepia(51%) saturate(503%) hue-rotate(179deg) brightness(91%) contrast(104%);
}
.share-button-modal .modal-body .addtoany_list a.a2a_button_email img {
  width: 80px;
  height: 70px;
}
.share-button-modal .modal-body .addtoany_list a.a2a_button_copy_link img {
  width: 40px;
  height: 60px;
}
.share-button-modal .modal-body .addtoany_list a .a2a_svg {
  float: unset;
}
/* Backgroung Colour chnage on Job Post */
.brd_bg_col{
  background-image: linear-gradient(to bottom, #8bd2ff, #4db4dd);
  height: 320px;
  padding: 20px 0 0 0;
}

/* Hide Maps Latitude and Longitude */
.hide_maps_attri{
  display: none;
}

.emp-all-jobs-wrapper .main-body .add-img .emp_key_details {
  max-width: 1092px;
  display: block;
  margin-top: 20px; 
}
.emp-all-jobs-wrapper .main-body .add-img .emp_action_details {
  max-width: 500px;
  display: block;
  margin-top: 20px; 
}
.brd_bg_job_post {
  /*background: url(../images/slider-image.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;*/
/*  background-color: rgba(151, 211, 243, 1);*/
  /* background-image: linear-gradient(to bottom, #b6ddf6, #4db4dd); */
  background-image: linear-gradient(to bottom, #fad874, #fad874);
  position: relative;
  padding: 20px 0 0 0;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.3);
  height: 320px;
}
.brd_bg_job_post .n-breadcrumb-info h1::before {
  background-color: #fb236a;
  content: "";
  height: 2px;
  margin: 0 auto;
  position: absolute;
  width: 158px;
  top: 31px;
  left: 40%;
}

.brd_bg_col .n-breadcrumb-info h1::before {
  background-color: #fb236a;
  content: "";
  height: 2px;
  margin: 0 auto;
  position: absolute;
  width: 150px;
  top: 31px;
  left: 40%;
}

/* WP Editor */
.wp-editor-wrap div.mce-panel {
  width: calc(100% - 1px);
}
/* contact-us-page */
.contact-us-page {
  padding: 80px 0 0 0;
}
.contact-us-page .n-breadcrumb-info h1,
.contact-us-page .n-breadcrumb-info p {
   color: #fff;
   
}
/* Addons Modal Start */
.addon_history_modal .modal-content {
  border-radius: 8px;
}
.addon_history_modal .modal-header {
  padding: 0;
}
.addon_history_modal .modal-header .close {
  position: absolute;
  top: 0px;
  right: 6px;
  color: #243658;
  opacity: 1;
  text-shadow: none;
}
.addon_history_modal .modal-body {
  padding: 0;
}
.addon_history_modal .addons-heading-box {
  display: flex;
  background-color: rgba(87, 180, 220, 1);
  border-radius: 8px 8px 0 0;
}
.addon_history_modal .addons-heading-box .addons-heading-sub {
  width: 100%;
  text-align: center;
  padding: 10px;
}
.addon_history_modal .addons-heading-box .addons-heading-sub p {
  font-size: 14px;
  font-weight: 600;
  color: #243658;
  margin: 0;
}
.addon_history_modal .addons-list-box {
  display: flex;
  background-color: #ffff;
  border-radius: 0 0 8px 8px;
  max-height: 300px;
  overflow-x: auto;
}
.addon_history_modal .addons-list-box .addons-list-sub-box {
  width: 100%;
  text-align: center;
}
.addon_history_modal .addons-list-box .addons-list-sub-box ul li {
  font-size: 12px;
  font-weight: 500;
  color: #777;
  padding: 10px 5px;
  margin-bottom: 0;
  display: flex;
}
.addon_history_modal .addons-list-box .addons-list-sub-box ul li span,
.addon_history_modal .addons-list-box .addons-list-sub-box ul li a {
  width: 33%;
  text-align: left;
}
.addon_history_modal .addons-list-box .addons-list-sub-box ul li span.date {
  padding-left: 12%;
}
.addon_history_modal .addons-list-box .addons-list-sub-box ul li span.addon-type {
  padding-left: 15%;
}
.addon_history_modal .addons-list-box .addons-list-sub-box ul.date li {
  padding-left: 37%;
}
.addon_history_modal .addons-list-box .addons-list-sub-box ul.addon-type li {
  padding-left: 41%;
}
.addon_history_modal .addons-list-box .addons-list-sub-box ul li:last-child {
  border-bottom: 0;
}
.addon_history_modal .addons-list-box .addons-list-sub-box ul li a {
  font-size: 12px;
  color: #777;
  font-weight: 500;
}
/* Addons Modal End */

/* jobo_job_addon Start */
.jobo_job_addon .modal-content {
  border-radius: 10px
}
.jobo_job_addon .modal-header {
  background-color: rgba(202, 232, 249, 1);
  border-radius: 8px 8px 0 0;
  border-bottom: 0;
  padding: 24px 15px 15px 15px;
}
.jobo_job_addon .modal-header h4 {
  margin: 0;
  text-align: center;
  font-weight: 600;
  line-height: 20px;
  font-size: 28px;
  line-height: 30px;
}
.jobo_job_addon .modal-header .close {
  color: #243658;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 6px;
  text-shadow: none;
}
.jobo_job_addon .modal-body {
  padding: 20px 10px 10px 10px;
  background-color: rgba(202, 232, 249, 1);
}
.jobo_job_addon .job-list li {
  padding-bottom: 0;
  margin-bottom: 30px;
  border-bottom: 0;
}
.jobo_job_addon .job-list li .addon-input {
  text-align: center;
}
.jobo_job_addon .job-list li .addon-input input {
  position: absolute;
  opacity: 0;
}
.jobo_job_addon .job-list li .addon-input input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0px 2px 0px;
}
.jobo_job_addon .job-list li .addon-input input + label::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background-color: #ffff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.jobo_job_addon .job-list li .addon-input .already-addon + label::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #E85222;
  border: none;
  outline: 2px solid #ffff;
}
.jobo_job_addon .job-list li .addon-input input:checked + label::before {
  background-color: #E85222;
  border: 1px solid #ccc;
  outline: 2px solid #ffff;
}
.jobo_job_addon .job-list li .addon-input input.disabled:checked + label::before {
  background-color: #ccc;
}
.jobo_job_addon .job-list li .addon-input input.disabled:checked + label::before {
  outline: 0;
}
.jobo_job_addon .job-list li .job-topups-checkbox {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #57b4dc;
  line-height: 18px;
  margin-bottom: 0;
  font-family: "Quicksand", sans-serif;
}
.jobo_job_addon .job-list li .job-topups-checkbox .package-name {
  position: relative;
  width: 33%;
  text-align: right;
}
.jobo_job_addon .job-list .job-topups-checkbox .package-name .info-tooltip-outer {
  position: absolute;
  top: 14px;
  right: 0px;
  cursor: pointer;
}
.jobo_job_addon .job-list .job-topups-checkbox .package-name .info-tooltip-outer img {
  width: 10px;
  height: 10px;
  filter: brightness(0) saturate(100%) invert(79%) sepia(49%) saturate(2417%) hue-rotate(167deg) brightness(92%) contrast(87%);
}
.jobo_job_addon .job-list .job-topups-checkbox .badge-img {
  position: relative;
}
.jobo_job_addon .job-list .job-topups-checkbox .badge-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 20px;
  height: 20px;
  background-color: #57b4dc;
}
.jobo_job_addon .job-list .job-topups-checkbox .badge-img img {
  position: relative;
  width: 26px;
  height: 30px;
  filter: unset;
  z-index: 1;
}
.jobo_job_addon .job-list .job-topups-checkbox span.credits {
  width: 100px;
}
.jobo_job_addon .job-list  li .addon-applied-txt {
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #E85222;
}
.jobo_job_addon .modal-body p {
  font-size: 14px;
  font-weight: 600;
  color: #57b4dc;
  line-height: 18px;
  margin: 50px 0 15px 0;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}
.jobo_job_addon .modal-body .jobo_job_addon_btn {
  padding: 6px 50px;
  font-size: 14px;
  border-radius: 25px;
  width: 150px;
  margin: 0 auto;
  display: inherit;
}
.jobo_job_addon .modal-body .jobo_job_addon_btn:focus {
  outline: none;
}
.jobo_job_addon .modal-body .jobo_job_addon_btn.disabled {
  background-color: #c4c4c7;
  border-color: #c4c4c7;
}
.jobo_job_addon .modal-footer {
  padding: 0;
  border-top: 0;
}
.jobo_job_addon .modal-footer .btn.n-btn-flat {
  font-size: 16px;
  padding: 10px;
  border-radius: 0 0 8px 8px;
  width: 100%;
}
.jobo_job_addon .modal-footer p {
  margin-bottom: 0;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  background-color: #243658;
  color: #57b4dc;
  font-weight: 600;
  padding: 5px 0;
  border-radius: 0 0 8px 8px;
}
.jobo_job_addon .jobo-addon-modal {
  min-height: calc(100% - (1.75rem * 2));
  display: -ms-flexbox;
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2))
}
/* jobo_job_addon End */
.n-search-listing ~ .listing-heading-box {
  margin-top: 30px;
}
.listing-heading-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.listing-heading-box .listing-heading {
  padding: 10px 20px;
  width: 200px;
  background-color: rgb(83, 170, 221);
  border-radius: 2px;
  text-align: left;
}
.listing-heading-box .listing-heading.dark {
  background-color: #1f3053;
}
.listing-heading-box .listing-heading h4 {
  color: #ffff;
  margin: 0;
}
.listing-heading-box .listing-view-meta p {
  font-size: 14px;
  font-weight: 500;
  color: #1f3053;
  line-height: 20px;
  margin-bottom: 0;
}
.listing-heading-box .listing-view-meta button {
  background-color: transparent;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  transition: 0.3s ease-in-out;
}
.listing-heading-box .listing-view-meta button:hover {
  color: #e85222;
}
.listing-heading-box .listing-view-meta button img {
  width: 20px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
  margin-left: 5px;
}
.jobo-view-more-listing {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 30px 0;
}
.jobo-view-more-listing button {
  width: 88px;
  font-size: 14px;
  font-weight: 600;
  color: #E85222;
  padding: 2px 4px;
  background-color: #b6ddf7;
  border: 0;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.jobo-view-more-listing button:hover{
  background-color: rgb(87, 180, 220);
}
.jobo-view-more-listing button img {
  width: 12px;
  filter: invert(80%) sepia(51%) saturate(503%) hue-rotate(179deg) brightness(91%) contrast(104%);
  margin-left: 5px;
}
.jobo-view-more-listing button.view-all-listings img {
  width: 14px;
}
.addon_credit_modal .modal-content .close {
  position: absolute;
  top: -4px;
  right: -18px;
  color: #ffff;
  opacity: 0.8;
}

.resume-3-sidebar .n-candidate-info .cand_det_cv {
  list-style: none;
  margin: 4px 0;
}
.theiaStickySidebar .cand_det_cv {
  list-style: none;
}

.n-candidate-detail .resume-3-sidebar .n-candidate-info img {
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}
/* Candidate Tooltip */
.n-job-pages-section .info-tooltip-outer span {
  background-color: #F8CFC2;
  color: #000;
}
.footer-white .footer_block .social-bar ul li img {
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%);
}

.day_container .availability_hours {
  position: absolute;
  top: 30%;
  right: 15PX;
  z-index: 9;
  }
.country-code-box .contact-num { width: 100%; }
.country-code-box .contact-num input { width: 100%; }
.country-code-box .contact-num ul.parsley-errors-list  { padding-left: 20px !important; }
.dashboard-new .country-code-box ul.parsley-errors-list {
  position: absolute;
  z-index: 9;
  bottom: -30px;
}
.timepicker {
  text-transform: lowercase;
}
/* .cand_jobs_detail_key {
  width: 550px;
} */

/* custom css */

.cp-loader:not(:required):after {
	box-shadow: rgb(232 82 34 / 75%) 1.5em 0 0 0, rgb(232 82 34 / 75%) 1.1em 1.1em 0 0, rgb(232 82 34 / 75%) 0 1.5em 0 0, rgb(232 82 34 / 75%) -1.1em 1.1em 0 0, rgb(232 82 34 / 75%) -1.5em 0 0 0, rgb(232 82 34 / 75%) -1.1em -1.1em 0 0, rgb(232 82 34 / 75%) 0 -1.5em 0 0, rgb(232 82 34 / 75%) 1.1em -1.1em 0 0;
	
}



#submit_cv_form1 .modal-body h2 {
  font-size: 20px;
}


.app-label-pending {
    background-color: #fad873 !important;
	  border-color : #fad873 !important;
}

.app-label-approved {
    background-color: #74E156 !important;
	  border-color : #74E156 !important;
}


.app-label-in-review {
    background-color: #c4b9a7 !important;
	  border-color : #c4b9a7 !important;
}
.app-label-declined {
    background-color: #B2B3B3 !important;
		  border-color : #B2B3B3 !important;
}
.app-label-shortlist {
    background-color: #b0ebff !important;
		  border-color : #b0ebff !important;
}
.app-label-interview {
    background-color: #f7af6c !important;
		  border-color : #f7af6c !important;
}

.app-label-retract {
    background-color: #f5878e !important;
		  border-color : #f5878e !important;
}



.app-label-re-apply {
    background-color: #fad873 !important;
		  border-color : #fad873 !important;
}



.dashboard-new .main-body .not-available-container label {
  font-size: 11px !important;
  margin-bottom : 0px !important;
}

.dashboard-new .main-body .not-available-container .form-group {

  margin-bottom : 0px !important;
}


.jobo-single-job-box .job-detail .job-view-btns .btn.n-btn-flat {
  margin-left: 10px;
  width: 100px;
  white-space: normal;
  text-align: center;
  padding: 0px;
}

#business-hours-fields .day_container .availability_hours .fa {
  color: #ccc;
}

.emp_dashboard #business-hours-fields .availability_hours {
  position: absolute;
  top: 30%;
  right: 15PX;
  z-index: 9;
}
.emp_dashboard #business-hours-fields .availability_hours .fa {
  color: #ccc;
}

.custom-editor-class {
  height: 300px;
}
.dashboard-table .applied_application_action .active img {
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg) brightness(93%) contrast(94%) !important;
}
.n-jobpost .emp_job_vault_box.disabled .emp_job_vault {
  background-color: #b1b2b3;
  border-color: #b1b2b3;
  cursor: not-allowed;
}
.n-jobpost .emp_job_draft_box.disabled .emp_job_draft {
  background-color: #b1b2b3;
  border-color: #b1b2b3;
  cursor: not-allowed;
}

.n-jobpost .emp_job_draft_box.disable .emp_job_draft {
  background-color: #b1b2b3;
  border-color: #b1b2b3;
  cursor: not-allowed;
}

.n-jobpost .emp_job_post_box.disable .emp_job_post {
  background-color: #b1b2b3;
  border-color: #b1b2b3;
  cursor: not-allowed;
}

.n-jobpost .emp_job_vault_box.disable .emp_job_vault {
  background-color: #b1b2b3;
  border-color: #b1b2b3;
  cursor: not-allowed;
}
.noshow {
  display: none;
}

aside.n-single-sidebar .apply-buttons.listing-expired .n-btn-flat {
    background-color: #403f3f;
    border-color: #403f3f;
}

.page-template-page-job-post .n-jobpost h3{
    color: #E85222;
}

.page-template-page-job-post .n-jobpost .job_external_url{
  margin-bottom: 15px;
}
.page-template-page-job-post .n-jobpost .location-box {
  border: 1px solid #ccc;
  border-radius: 15px;
  margin-bottom: 10px;
}

.validatation-box {
  margin-bottom: 10px;
}
.page-template-page-job-post .n-jobpost .country-code-box .job_external_whatsapp {
    width: calc(50% - 150px);
}

.candidate-dashboard .dashboard-job-content tr {
  display: flex;
  gap: 1px;
}
.candidate-dashboard .dashboard-job-content table td {
  text-align: center;
  background-color: #f9d0c3;
  padding: 7px 19px;
  font-weight: 500;
}
.candidate-dashboard .dashboard-job-content table td a {
  color: #e85222;
}
.candidate-dashboard .dashboard-job-content table .counter-active {
  background-color: #B5DCF6;
}
.candidate-dashboard .dashboard-job-content table .counter-active a {
  color: #243658;
}
.n-job-pages-section .n-jobpost .info-tooltip-outer {
  position: relative;
  display: inline-block;
  top: -8px;
}
.n-job-pages-section .n-jobpost .info-tooltip-outer .info-tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  background-color: #ffff;
  color: #243658;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border: 1px solid #243658;
  border-radius: 25px 25px 25px 0px;
  padding: 8px 20px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 15px);
  left: 8px;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.n-job-pages-section .n-jobpost .info-tooltip-outer .info-tooltip-text::before {
  content: '';
  background-image: url(../images/icons/single-job-icons/tooltip-corner-right.png);
  position: absolute;
  bottom: -22px;
  left: -1px;
  width: 11px;
  height: 22px;
  background-size: contain;
  transform: rotateY(180deg);
  background-repeat: no-repeat;
}
.n-job-pages-section .n-jobpost .info-tooltip-outer:hover .info-tooltip-text {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.n-job-pages-section .n-jobpost .info-tooltip-text img {
  margin-left: 0px;
}

.n-job-pages-section .n-jobpost .add-skill-box .add-skills {
  padding: 10px 70px;
  margin-left: 12px;
  border: 1px solid #74e156;
  border-radius: 3px;
  background-color: #74e156;
  color: #000;
}
.n-job-pages-section .n-jobpost .add-skill-box {
  border: 1px solid #ccc;
  border-top: none;
}
.dashboard-saved-job-wrapper .dashboard-job-filters .searchform label {
  margin: 0;
}
.add-img img {
  max-width: 1237px;
}

.candidate-dashboard .add-img img {
  max-width: 771px;
}

/* #emp_active_job .active {
  background-color: #74e156;
} */

.submit_emp_active_job_form.active img {
  filter: invert(36%) sepia(88%) saturate(3820%) hue-rotate(-6deg) brightness(99%) contrast(104%) !important;
}

.submit_applier_form.active img {
  filter: invert(36%) sepia(88%) saturate(3820%) hue-rotate(-6deg) brightness(99%) contrast(104%) !important;
}

.search_job.active img {
  filter: invert(36%) sepia(88%) saturate(3820%) hue-rotate(-6deg) brightness(99%) contrast(104%) !important;
}

.search_company.active img {
  filter: invert(36%) sepia(88%) saturate(3820%) hue-rotate(-6deg) brightness(99%) contrast(104%) !important;
}
/* Start Tooltip Job Vault Image */
.floating-btns .emp_job_vault_box .job-vault-info {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.floating-btns .emp_job_vault_box .job-vault-info .jobo-tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: max-content;
  background-color: #ffff;
  color: #243658;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border-radius: 25px 25px 0px 25px;
  padding: 8px 20px;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  right: 17px;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
  display: inline-block;
}
.floating-btns .emp_job_vault_box .job-vault-info:hover .jobo-tooltip-text {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.floating-btns .emp_job_vault_box .job-vault-info .jobo-tooltip-text::before {
  content: '';
  background-image: url(../images/icons/single-job-icons/tooltip-corner-right-without-border.png);
  position: absolute;
  bottom: -22px;
  right: 0px;
  width: 13px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.floating-btns .emp_job_vault_box .job-vault-info img {
  height: 28px;
  filter: invert(60%) sepia(70%) saturate(1494%) hue-rotate(347deg)
    brightness(93%) contrast(94%);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.floating-btns .emp_job_vault_box .job-vault-info .jobo-tooltip-text img {
  height: 500px;
  filter: none;
}
/* End Tooltip Job Vault Image */

.n-pages-breadcrumb .add_job_title h4 {
  color: #243658;
  text-decoration: underline;
  text-decoration-color: #E85222;
}
.n-job-pages-section .n-jobpost .floating-btns .emp_job_post_box {
  display: grid;
}

.n-job-pages-section .n-jobpost .emp_job_post_box input:checked {
  accent-color:#E85222;
}

.n-job-pages-section .n-jobpost .emp_job_post_box.disabled .emp_job_post {
  background-color: #b1b2b3;
  border-color: #b1b2b3;
  cursor: not-allowed;
}

.n-job-pages-section .n-jobpost .pulish_input_box {
  margin: 5px 0 0 18px;
}

.n-job-pages-section .n-jobpost .pulish_input_box span {
  margin: 0 0 0 5px;
}

.n-job-pages-section .n-jobpost .pulish_input_box .info-tooltip-outer:hover .info-tooltip-text {
  z-index: 2;
}

/* Start Remove Icon Search Filter */  
#all_jobs_search::-webkit-search-cancel-button{
    position:relative;
    right:30px;  
    -webkit-appearance: none;
    height: 8px;
    width: 8px;
    border: 4px solid gray;
    border-radius:50px;
    /* background: url('../images/close_icon.svg'); */
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, #fff 45%, #fff 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, gray 0%, gray 43%, #fff 45%, #fff 55%, gray 57%, gray 100%);
}
/* End Remove Icon Search Filter */

.job_external_url.hidden {
  display: none;
}
.apply_external.hidden {
  display: none;
}
.external_check.checked {
  accent-color: #000;
}
.external_whatsapp.checked {
  accent-color: #000;
}

/* complete responsive css */
@media (min-width: 1600px) and (max-width: 2900px) {
  .user-resume-3.cand-reume-3 .container,
  .n-candidate-detail.cand-reume-3 .container {
    width: 1470px;
  }

  .user-resume-3.cand-reume-3 .n-candidate-info:before {
    left: -16.6%;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .jobo-stats-box {
    padding: 20px 20px 10px 20px;
  }
  .jobo-stats-box .stats-progress .progress {
    margin-left: 0;
  }
  .cand_person_save img {
    width: 18px;
  }
  .dashboard-new .main-body .dashboard-edit-profile .remove-btn > button img {
    width: 18px;
  }
  .input-action-btn .remove-btn > .btnRemove .info-tooltip-outer .info-icon {
    width: 14px;
  }
  .input-action-btn .cand_person_save .info-icon {
    width: 14px;
  }
  .emp_dashboard .jobo-stats-box.package-box .stats-meta-box img {
    height: 40px;
  }
  .emp_dashboard .jobo-stats-box.package-box .stats-figure-box .figure-count {
    padding-right: 0;
  }
}
@media (min-width: 1280px) and (max-width: 1399.98px) {
  .emp-manage-application-wrapper .dashboard-table tbody tr td.applied_application_status .label {
    min-width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 1279.98px) {
  .dashboard-new .emp-manage-application-wrapper .main-body .dashboard-posted-jobs .posted-job-list {
    display: flex;
    align-items: center;
  }
  .dashboard-new .emp-manage-application-wrapper .main-body .dashboard-posted-jobs .posted-job-list td {
    border-top: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .jobo-stats-box {
    padding: 20px 20px 10px 20px;
  }
  .jobo-stats-box .stats-progress {
    margin-top: 14px;
  }
  .jobo-stats-box .stats-progress .progress {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0;
  }
  .jobo-stats-box .stats-figure-box img {
    width: 100px;
    margin-bottom: 28px;
  }
  .jobo-stats-box .stats-meta-box .stats-icon {
    width: 34px;
    margin-bottom: 10px;
  }
  .emp_dashboard .jobo-stats-box.package-box.jobo-addons-box .stats-content-box {
    height: auto;
  }
  .emp_dashboard .jobo-stats-box.package-box.jobo-addons-box .stats-figure-box .figure-count {
    line-height: 77px;
  }
  .emp_dashboard .jobo-stats-box.package-box.jobo-addons-box .stats-meta-box {
    width: 75%;
  }
  .emp_dashboard .jobo-stats-box.package-box.jobo-addons-box .stats-meta-box img {
    margin-bottom: 10px;
  }
  .jobo-stats-box .stats-figure-box .figure-count {
    font-size: 40px;
    line-height: 40px;
  }
  .dashboard-new .main-body {
    padding: 20px;
  }
  .dashboard-my-orders-wrapper .main-body {
    padding: 0;
  }
  .dashbaord-job-alert-wrapper .main-body {
    padding: 0;
  }
  .emp-manage-application-wrapper .main-body {
    padding: 0;
  }
  .emp-save-resumes-wrapper .main-body {
    padding: 0;
  }
  .emp-followers-content-wrapper .main-body {
    padding: 0;
  }
  .dashboard-new #cand-skills-sec .skills-gen .input-action-btn {
    margin-top: 25px;
  }
  .cand_person_save img {
    width: 18px;
  }
  .dashboard-new .main-body .dashboard-edit-profile .remove-btn > button img {
    width: 18px;
  }
  .input-action-btn .remove-btn > .btnRemove .info-tooltip-outer .info-icon {
    width: 14px;
  }
  .dashboard-new .skills-gen .input-action-btn .remove-btn > button {
    margin-left: 0px;
  }
  .skills-gen .cand_person_save img {
    width: 14px;
  }
  .skills-gen .input-action-btn .cand_person_save .info-icon {
    width: 14px;
  }
  .dashboard-new .main-body .dashboard-edit-profile .skills-gen .remove-btn > button img {
    width: 14px;
  }
  .skills-gen .input-action-btn .remove-btn > .btnRemove .info-tooltip-outer .info-icon {
    width: 14px;
  }
  .emp_dashboard .jobo-stats-box.package-box .stats-meta-box img {
    height: 40px;
  }
  .emp_dashboard .jobo-stats-box.package-box .stats-figure-box {
    width: 150px;
    text-align: right;
  }
  .emp_dashboard .jobo-stats-box.package-box .stats-figure-box .figure-count {
    line-height: 40px;
    padding-right: 0;
  }
  .emp_dashboard .jobo-stats-box.package-box .stats-figure-box .figure-count.unlimited {
    font-size: 26px; 
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .n-call-to-action-two .n-call-to-action-text {
    max-width: 100%;
    padding: 0 20px;
  }

  .n-8-serch-field ul li:last-child {
    margin-top: 31px;
  }

  .n-footer-style .nth-footer-text p {
    font-size: 13px;
  }

  .nth-footer-4 .nth-social-icons ul li {
    margin-right: 6px;
    margin-bottom: 5px;
  }

  .n-call-to-box .n-extra-btn-section {
    margin-bottom: 30px;
    text-align: center;
  }

  .n-featured-candidates
    .n-featured-candidates-box
    .n-featured-single
    .n-featured-candidates-single-top {
    padding: 20px;
    padding-bottom: 0;
  }

  .n-candidate-location {
    padding: 0 30px;
  }

  .n-candidate-skills a {
    display: inline-block;
    margin-bottom: 5px;
  }

  .n-mobile-app-new .n-mobile-app-new-img img {
    position: relative;
    right: 0;
  }

  .n-footer-transparent.footer-two .n-footer-block .n-app-btn {
    width: auto;
    margin-bottom: 10px;
  }

  .n-featured-jobs.n-search-listing
    .n-featured-job-boxes
    .n-job-single
    .n-job-detail
    ul
    li.n-job-btns
    .n-btn-rounded {
    display: none;
  }

  .n-featured-jobs.n-search-listing
    .n-featured-job-boxes
    .n-job-single
    .n-job-detail
    ul
    li.n-job-btns {
    width: 8%;
  }

  .n-featured-jobs.n-search-listing
    .n-featured-job-boxes
    .n-job-single
    .n-job-detail
    ul
    li.n-job-title-box {
    width: 60%;
  }

  .n-single-job .n-single-title ul li {
    margin-bottom: 10px !important;
  }

  .left-part {
    width: 650px;
  }

  .right-part {
    width: calc(100% - 650px);
  }

  .mega-menu .menu-logo {
    min-width: auto;
  }

  /*.mega-menu .menu-links {
        margin-top: 15px;
        width: 100%;
    }*/

  .user-resume-3 .n-candidate-info::before {
    width: 34%;
  }

  .categories-section-2 .popular-categories li {
    width: 21.9%;
  }

  .n-header-trabsparent.mega-menu
    .menu-list-items
    .menu-links
    .drop-down-multilevel {
    top: auto;
  }

  .search-page-with-map.sidebars .new-sidebar {
    width: 30%;
  }

  .search-page-with-map.sidebars .left-part {
    width: 70%;
  }

  .search-page-with-map.sidebars .right-part {
    display: none;
  }

  .search-page-with-map.sidebars .new-sidebar .heading {
    margin-top: 210px;
  }

  .search-page-with-map.sidebars .n-search-main {
    margin-top: 210px;
  }

/*  .dashboard-new {
    padding-top: 199px !important;
  }*/

  .jb-multipage-form {
    padding: 130px 0 300px !important;
    height: 100%;
  }
  .n-job-listing5 .n-listing-candidates .n-candidates-details span {
    font-size: 16px;
  }

  .nth-mob-app .nth-mob-details .nth-mob-style {
    font-size: 24px;
    line-height: 34px;
  }

  .nth-mob-app .nth-mob-details p {
    font-size: 13px;
    white-space: 95%;
    line-height: 24px;
  }

  .nth-latest-update .nth-latest-content .nth-latest-details h4 {
    font-size: 16px;
    line-height: 23px;
  }

  .nth-latest-update .nth-latest-content .nth-latest-details {
    margin-bottom: 15px;
  }

  .nth-latest-update .nth-latest-content .nth-latest-in ul li span {
    font-size: 12px;
  }

  .nth-latest-update .nth-latest-blog .nth-latest-profile span {
    font-size: 12px;
  }

  .nth-latest-update .nth-latest-blog .nth-latest-jobs i {
    font-size: 12px;
  }

  .n-job-listing5 .n-listing-candidates .n-candidates-details p {
    font-size: 12px;
    line-height: 20px;
  }

  .nth-packages .nth-pckg-content p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 4px;
  }

  .nth-success-products .nth-sc-box .nth-sc-details .nth-profile-text {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .nth-success-products .nth-sc-box .nth-sc-details p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .nth-success-products .nth-sc-box p {
    font-size: 13px;
    line-height: 24px;
  }

  .nth-packages .nth-pck-details ul li span {
    font-size: 13px;
  }

  .n-job-listing5 .nth-listing-qa .nth-listing-content span {
    font-size: 20px;
  }

  .n-hero-6 .n-h6-content h1 {
    font-size: 36px;
  }

  .nth-packages .nth-pck-table {
    background-size: cover !important;
  }

  .n-hero-6 .n-h6-content .h6-style {
    font-size: 16px;
  }

  .nth-packages .nth-pckg-content .nth-pack-primium {
    font-size: 38px;
    margin-bottom: 3px;
  }

  .nth-packages .nth-pckg-content span {
    font-size: 16px;
  }

  .n-job-listing5 .n-listing-candidates .n-candidate-lcation a {
    font-size: 12px;
  }

  .n-job-listing5 .n-listing-candidates .n-candidates-list ul li a {
    font-size: 12px;
  }

  .n-job-listing5 .n-listing-candidates .n-candidates-btn a {
    font-size: 12px;
  }

  .n-job-listing5 .nav-tabs > li > a {
    font-size: 12px !important;
  }

  .n-keywords .n-listing-text p {
    font-size: 13px;
    padding-top: 0px;
  }

  .n-job-listing5 .n-listing-categories ul li {
    padding: 10px 12px;
  }

  .n-job-listing5 .n-listing-categories ul li img {
    margin-top: 3px;
  }

  .n-job-listing5 .n-listing-categories ul li .n-listing-top span {
    font-size: 11px;
  }

  .n-job-listing5 .n-listing-content .n-listing-user-detail p {
    font-size: 12px;
    margin-top: 0;
    line-height: 26px;
  }

  .n-job-listing5 .n-listing-categories ul li span {
    font-size: 12px;
  }

  .n-job-listing5 .n-listing-categories ul li .n-listing-top span {
    font-size: 12px;
  }

  .n-job-listing5 .n-listing-content .n-listing-usr-information ul li a i {
    font-size: 12px;
    margin-right: 6px;
  }

  .n-job-listing5
    .n-listing-content
    .n-listing-usr-information
    .absolute-position {
    font-size: 10px;
  }

  .n-job-listing5 .n-listing-content .n-listing-usr-information ul li a {
    font-size: 12px;
  }

  .n-job-listing5 .n-listing-content .n-listing-wp i {
    font-size: 14px;
  }

  .n-job-listing5 .n-listing-content .n-listing-user-detail ul {
    margin-bottom: 2px;
  }

  .n-job-listing5 .n-listing-content .n-listing-user-detail ul li a {
    font-size: 10px;
    font-weight: 400;
    color: #777;
  }

  .n-job-listing5 .n-listing-content .n-listing-user-detail .list-h6-style {
    font-size: 15px;
  }

  .n-job-listing5 .n-listing-content .n-listing-user-detail p {
    font-size: 13px;
  }

  .n-listing-text h2 {
    font-size: 20px;
  }

  .n-listing-text p {
    font-size: 13px;
  }

  .n-keywords .nav-tabs > li.active a {
    font-size: 13px;
  }

  .n-resouces2 .n-res-details2 h3 {
    font-size: 28px;
  }

  .n-newsleter-content {
    overflow: hidden;
  }

  .n-keywords .n-grid-style a {
    font-size: 13px;
  }

  .n-8-serch-field
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 7px;
    right: 7px;
  }

  .n-resouces2 .n-res-details h3 {
    font-size: 26px;
  }

  .n-resouces2 .n-res-details p {
    line-height: 28px;
  }

  .n-resouces2 .n-res-details2 p {
    line-height: 28px;
  }

  .n-keywords .n-keywords-jobs-category .n-keword-jobs-details .n-jobs-title {
    font-size: 16px;
  }

  .n-fetured-candidates3 .n-featured-candidates3-content .feature-style4 {
    font-size: 16px;
  }

  .n-footer-5 .n-footer-details p {
    font-size: 12px;
    line-height: 22px;
  }

  .n-footer-5 .n-footer-details img {
    margin: 0 auto;
    padding-bottom: 16px;
  }

  .n-footer-5 .n-footer-links ul li {
    margin-bottom: 8px;
  }

  .n-footer-5 .n-footer-links h4 {
    font-size: 18px;
  }

  .n-footer-5 .n-footer-links ul li a {
    font-size: 12px;
  }

  .n-parallel .n-parallel-container {
    margin-left: 8.5%;
  }

  .n-parallel .n-parallel-content-2 .n-parallel-container {
    margin-right: 8.5%;
  }

  .n-parallel .n-parallel-container .n-parallel-style {
    font-size: 24px;
  }

  .n-parallel .n-parallel-container .n-parallel-style span {
    font-size: 24px;
  }

  .n-hero-7 .n-hero7-container h1 {
    margin: 0;
    width: 70%;
    font-size: 26px;
    line-height: 40px;
  }

  .n-hero-7 .n-hero7-resume .h-style {
    font-size: 21px;
  }

  .n-hero-7 .n-hero7-resume .btn-default {
    padding: 38px 30px;
  }

  .n-hero-7 .n-hero7-fields ul li .form-group label {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .n-hero-7 .n-hero7-resume {
    margin-top: 20px;
  }

  .n-newsleter-content .n-newletter .n-ltr-style {
    font-size: 20px;
  }

  .n-hero-7 .hero-submit-form i {
    padding: 11px 14px;
  }

  .n-hero-7 .hero-submit-form {
    bottom: 13%;
  }

  .n-newsleter-content .n-newletter p {
    font-size: 13px;
    line-height: 24px;
  }
  .n-grid-img .n-grid-icons i {
    padding: 6px;
    font-size: 14px;
  }

  .n-grid-box .n-grid-details h3 {
    font-size: 16px;
  }

  .n-grid-box .n-grid-details p {
    font-size: 12px;
  }

  .n-grid-box .n-grid-details p i {
    font-size: 16px;
  }

  .n-grid-box .n-grid-details span i {
    font-size: 12px;
  }

  .n-hero-8 .n-8-container .n-8-content h1 {
    font-size: 30px;
  }

  .n-location .n-city-location ul li {
    font-size: 15px;
  }

  .heading-penel h3 {
    font-size: 28px;
    margin-bottom: 2px;
  }

  .n-8-serch-field ul li:last-child {
    margin-top: 33px;
  }

  .n-hero-8 .n-8-container .n-8-content p {
    font-size: 16px;
    line-height: 29px;
  }

  .n-hero-8 .n-8-container .n-8-product ul li .btn {
    font-size: 13px;
    padding: 8px 26px;
  }

  .n-hero-8 .n-8-container .n-8-product ul li i {
    font-size: 16px;
    padding: 10px 12px;
  }

  .n-8-serch-field ul li {
    margin-right: 10px;
  }

  .n-8-serch-field ul li .btn {
    padding: 12px;
  }

  .n-8-serch-field .form-control {
    height: 45px;
  }

  .n-8-serch-field .select2-container--default .select2-selection--single {
    height: 45px;
  }

  .n-8-serch-field ul li .form-group label {
    margin-bottom: 13px;
    font-size: 13px;
  }

  .n-jobs-recomend3 .n-listing-text h2 {
    margin-bottom: 0px;
    font-size: 22px;
  }

  .n-jobs-recomend3 .nav-tabs > li.active a {
    font-size: 13px;
  }

  .n-jobs-recomend3 .nav-tabs > li > a {
    font-size: 13px;
  }

  .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories .jobs3-style {
    font-size: 14px;
    margin-bottom: 0;
  }

  .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories span {
    font-size: 12px;
  }

  .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p {
    font-size: 12px;
  }

  .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p i {
    font-size: 12px;
    margin-right: 8px;
  }

  .n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p {
    font-size: 12px;
  }

  .n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p i {
    font-size: 12px;
    margin-right: 8px;
  }

  .n-jobs-recomend3 .n-jobs3-product .btn {
    font-size: 13px;
  }

  .n-callto-action-8 .n-callto-details span {
    font-size: 24px;
  }

  .n-callto-action-8 .n-callto-details h3 {
    font-size: 26px;
  }

  .n-callto-action-8 .n-callto-details p {
    font-size: 13px;
    line-height: 28px;
  }

  .nth-success .nth-sc-content h3 {
    font-size: 26px;
  }

  .nth-success .nth-sc-content p {
    font-size: 13px;
  }

  .n-callto-action-8 {
    background-position: left;
  }

  .n-callto-action-8 .n-8-img {
    position: absolute;
    right: -20%;
    top: auto;
    bottom: 0;
  }

  .n-callto-action-8 .n-8-img img {
    width: 80%;
  }

  .n-callto-action-8 ul li {
    margin-right: 35px;
  }

  .n-callto-action-8 ul li .counter-js p {
    font-size: 12px;
    line-height: 18px;
  }

  .n-f-candidates4 .n-f-canidates-content .n-f-style {
    font-size: 16px;
  }

  .n-f-candidates4 .n-f-canidates-content p {
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 20px;
  }

  .n-f-candidates4 .n-f-canidates-content .btn {
    font-size: 12px;
    padding: 8px 28px;
  }

  .n-f-candidates4 .n-f-canidates-content .n-candidates-style i {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .jobs-form ul li {
    width: 45% !important;
    margin-right: 12px !important;
  }
  /* new-jobo-hero-start */
  .new-jobo-hero .main-content .heading {
    font-size: 34px;
  }

  /* new-jobo-hero-end */
  /* features-jobs-start */
  .features-jobs .ftrd-job-box .job-field span,
  .features-jobs .ftrd-job-box .job-field h5,
  .features-jobs .ftrd-job-box .job-field h5 span {
    font-size: 14px;
  }

  .features-jobs .ftrd-job-box .title {
    font-size: 17px;
  }

  .features-jobs .ftrd-job-box .job-type {
    font-size: 16px;
  }

  .features-jobs .ftrd-job-box .location {
    font-size: 12px;
  }

  .features-jobs .ftrd-job-box .bottom-box h5 {
    font-size: 20px;
  }

  .features-jobs .ftrd-job-box .bottom-box .apply-btn {
    font-size: 14px;
    padding: 8px 12px;
  }

  /* features-jobs-start */
  /* featured-candidates-start */
  .featured-candidates .profile-card .prf-meta ul li a {
    font-size: 11px;
    padding: 8px 4px;
  }

  /* featured-candidates-end */
  /* our-resources-start */
  .our-resources .left-cont {
    padding: 0;
  }

  .our-resources .left-cont .title {
    font-size: 34px;
  }

  /* our-resources-end */
  /* our-free-app-start */
  .our-free-app .right-meta {
    padding: 71px 0;
  }

  .our-free-app .right-meta .heading {
    font-size: 36px;
  }

  /* our-free-app-end */
  /* customer-testimonial-start */
  .customer-testimonial .comment-box .left-img .img-box {
    width: 70px;
    height: 70px;
  }

  .customer-testimonial .comment-box .right-meta .txt {
    font-size: 14px;
  }

  .customer-testimonial .comment-box .right-meta .shape-img {
    right: 80px;
  }

  /* customer-testimonial-end */
  /* our-latest-news-start */
  .our-latest-news .news-card .card-meta .title {
    font-size: 16px;
  }

  .our-latest-news .news-card .card-meta .txt {
    font-size: 14px;
  }

  /* our-latest-news-end */
  /* about-company-prf-dtl-start */
  .about-company-prf-dtl .botm-counters ul li .item {
    padding: 10px 19px;
  }

  .about-company-prf-dtl .botm-counters ul li .item small {
    font-size: 16px;
  }

  .about-company-prf-dtl .botm-counters ul li .item span {
    font-size: 18px;
    font-weight: 600;
  }

  .about-company-prf-dtl .contact-us ul li .item span {
    font-size: 14px;
  }

  /* about-company-prf-dtl-end */

  .jobo-job-listing-section .listing-wrapper .duration-box {
    width: auto;
  }

  .jobo-job-listing-section .listing-wrapper .duration-box .img-box {
    width: 210px;
  }

  .jobo-job-listing-section .listing-wrapper .duration-box .title {
    font-size: 24px;
  }

  .package-detail-table tbody tr td div.pricing-plan-header {
    max-width: 235px;
  }

  .woocommerce-checkout
    .blog-detail-page
    .woocommerce-checkout-review-order-table
    thead
    tr
    th.product-name,
  .woocommerce-checkout
    .blog-detail-page
    .woocommerce-checkout-review-order-table
    tbody
    tr
    td.product-name {
    width: 150px;
  }

  .package-top-sticky table tbody tr td:first-child .pricing-plan-cell {
    padding: 10px 0;
  }
  .mega-menu .menu-links {
    float: right;
  }
  .mega-menu .menu-links > li:last-child > a {
    padding-right: 0;
  }
  .mega-menu .menu-button {
    width: 100%;
    text-align: right;
    margin-top: 10px;
  }
  .mega-menu .menu-button li {
    float: unset;
    display: inline-block;
    line-height: 16px;
  }
  .mega-menu .menu-button li.profile-pic {
    line-height: 16px;
  }
  .jobo-employers-filters-section #jobo-character-lists ul {
    grid-template-columns: repeat(5, 1fr);
  }
  .n-single-job .n-single-meta ul.n-single-meta-detail li {
    width: 33.3%;
  }
  .package-top-sticky.sticky.package-top-menu-sticky {
    top: 146px;
  }
  .package-select-box {
    padding-right: 85px;
  }
  .pricing-package-wrapper .package-plan-card .pkg-type-box span {
    padding: 0 12px;
  }
  .employer-packages .pricing-package-wrapper .package-plan-card .pkg-type-box span {
    padding: 0 5px;
  }
  .pricing-package-wrapper .package-plan-card .pkg-button-box .pkg-button {
    width: 170px;
  }
  .pricing-package-wrapper .package-term-box {
    padding-top: 90px;
  }
  #annual_btns tr td .pkg-button, 
  #monthly_btns tr td .pkg-button, 
  #emp_annual_btns tr td .pkg-button, 
  #emp_monthly_btns tr td .pkg-button {
    width: 170px;
  }
  .pricing-package-wrapper .package-plan-card .package-plan-box .pkg-price strong {
    font-size: 42px; 
  }
  .jobo-stats-box {
    padding: 20px 20px 10px 20px;
  }
  .jobo-stats-box .stats-progress .progress {
    margin-left: 0;
  }
  .cand_person_save img {
    width: 18px;
  }
  .dashboard-new .main-body .dashboard-edit-profile .remove-btn > button img {
    width: 18px;
  }
  .input-action-btn .remove-btn > .btnRemove .info-tooltip-outer .info-icon {
    width: 14px;
    margin-left: 2px;
  }
  .input-action-btn .cand_person_save .info-icon {
    width: 14px;
    margin-left: 2px;
  }
  .dashboard-new .skills-gen .input-action-btn .remove-btn > button {
    margin-left: 2px;
  }
  #dashboard-bar-right .theiaStickySidebar {
    position: unset !important;
  }
  #dashboard-bar-right #emp-company-password-sec {
    margin-bottom: 30px;
  }
  .emp_dashboard .jobo-stats-box.package-box .stats-meta-box img {
    height: 40px;
  }
  .emp_dashboard .jobo-stats-box {
    height: 150px;
  }
  .emp_dashboard .jobo-stats-box.package-box .stats-figure-box .figure-count {
    padding-right: 0;
  }
  .emp_dashboard .jobo-stats-box.package-box .stats-figure-box {
    text-align: right;
  }
  .emp_dashboard .dashboard-job-filters table tr {
    flex-wrap: wrap;
  }
  .emp_dashboard .dashboard-job-filters table td {
    width: 33.2%;
  }
  .emp_dashboard .jobo-stats-box.package-box .stats-figure-box .figure-count.unlimited {
    font-size: 28px; 
  }
  .jobo-stats-box.package-box .stats-content-box {
    height: auto;
  }
  .dashboard-new.emp_dashboard .main-body.dashbord-height-fix {
    margin-top: 30px;
  }
  .dashboard-new.emp_dashboard .main-body {
    margin-top: 30px;
  }
  .dashboard-new .emp-save-resumes-wrapper .main-body {
    margin-top: 0;
  }
  #sb-company-profile .main-body {
    margin-top: 10px;
  }
  .dashboard-new.emp_dashboard .emp-followers-content-wrapper .main-body {
    margin-top: 0;
  }
  .dashboard-new.emp_dashboard .dashboard-my-orders-wrapper .main-body {
    margin-top: 0px;
  }
  .jobo-job-listing-section .listing-wrapper .job-listing-box ul li .package-name {
    width: 32%;
  }
}

/* about-company-prf-dtl-end */
@media (min-width: 768px) and (max-width: 1279px) {
  .jobo-black-header .mega-menu > section.menu-list-items {
    min-height: 150px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .n-8-serch-field
    .select2-container--default
    .select2-selection--single:last-child {
    border-left: none;
  }

  .nth-mob-app .nth-mob-details .nth-mob-style {
    font-size: 22px;
    line-height: 34px;
  }

  .nth-mob-app .nth-mob-details .nth-mob-style {
    font-size: 22px;
    line-height: 30px;
  }

  .nth-footer-4 .input-style input.form-control {
    width: 85%;
  }

  .nth-mob-app .nth-mob-details p {
    font-size: 13px;
  }

  .nth-success .nth-sc-content h3 {
    font-size: 26px !important;
  }

  .nth-success .nth-sc-content {
    padding: 30px;
  }

  .nth-success .nth-sc-content .n-btn-flat {
    padding: 10px 24px;
    font-size: 13px;
  }

  .nth-success .nth-sc-content p {
    font-size: 13px;
  }

  .pt140 {
    padding-top: 90px !important;
  }

  .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
    display: none;
  }

  .nth-mob-app .nth-mob-details .nth-mob-style {
    font-size: 22px;
    line-height: 32px;
  }

  .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
    width: 100%;
  }

  .how-it-works.style-2 .h-i-w-box {
    background: none !important;
  }

  .n-footer-transparent .n-footer-block .n-page-links.multiple li {
    width: 100%;
  }

  .n-footer-transparent .n-footer-block {
    margin-bottom: 40px;
  }

  .n-footer-transparent .n-footer-bottom {
    margin-top: 20px;
  }

  .n-featured-jobs-two
    .n-features-job-two-box
    .n-featured-single
    .n-featured-single-bottom
    li {
    display: inline-block;
    border: none;
    line-height: 30px;
  }

  .n-call-to-action-two .n-call-to-action-text {
    max-width: 100%;
    padding: 0 30px;
  }

  .n-call-to-box .n-extra-btn-section {
    margin-bottom: 50px;
    text-align: center;
  }

  .n-candidate-skills a {
    display: inline-block;
    margin-bottom: 5px;
  }

  .n-mobile-app-new .n-mobile-app-text-area {
    padding: 80px 0px;
  }

  .n-mobile-app-new .n-mobile-app-new-img img {
    display: none;
  }

  .n-footer-transparent .n-footer-block h4 {
    font-size: 20px;
  }

  .n-footer-transparent.footer-two .n-footer-block .n-app-btn {
    margin-bottom: 10px;
  }

  .n-footer-transparent.footer-two .n-footer-block .n-app-btn {
    width: auto;
    margin-bottom: 10px;
  }

  .n-candidate-detail .n-company-float-img {
    top: 0;
    min-width: 130px;
    max-width: 130px;
    margin-top: -65px;
    margin-left: -65px;
    width: 120px;
  }

  .n-candidate-detail .n-company-float-img .n-company-img-box img {
    min-height: 100px;
    min-width: 100px;
    padding: 0;
  }

  .n-candidate-meta ul.n-candidate-short-info li {
    width: 50%;
  }

  .n-company-grids .n-company-grid-single .n-company-bottom .n-company-follow {
    left: 35%;
  }

  .n-pages-breadcrumb .n-breadcrumb-info p {
    width: 100%;
  }

  .n-single-job .n-single-title ul li {
    line-height: 30px;
    border: none;
    display: inline-table;
  }

  .n-single-job-transparent .n-single-title h4 {
    margin-bottom: 10px;
  }

  .n-single-job.n-single-job-transparent .n-single-title {
    margin-bottom: 20px;
  }

  aside.n-single-sidebar .apply-buttons .btn-linkedIn {
    width: 50%;
    float: right;
    text-align: center;
  }

  .n-single-sidebar .apply-buttons .divider {
    display: none;
  }

  .user-resume2-breadcrumb
    .n-candidate-info
    .n-candidate-meta-box
    .n-skills-tags
    a {
    margin-bottom: 10px;
  }

  .left-part,
  .right-part {
    width: auto;
  }

  .mega-menu .menu-logo {
    min-width: auto;
  }

  .conter-grid {
    margin-bottom: 40px;
    margin-top: 30px;
  }

  .categories-section-2 .popular-categories li {
    width: 29.3%;
  }

  .n-featured-jobs
    .n-featured-job-boxes
    .n-job-single
    .n-job-detail
    ul
    li.n-job-btns
    .n-job-saved
    i {
    display: none;
  }

  /*.mega-menu .menu-links {
        margin-top: 15px;
        width: 100%;
    }*/

  .n-search-main .n-bread-crumb .breadcrumb {
    margin-top: 30px;
  }

  .n-footer-transparent .n-footer-block .n-page-links {
    columns: 2;
  }

  .user-resume-3 .n-candidate-info::before {
    width: 46.6%;
  }

  .n-pages-breadcrumb {
    padding: 110px 0 0 0;
    height: 320px;
  }

  .n-related-jobs
    .n-featured-jobs
    .n-featured-job-boxes
    .n-job-single
    .n-job-detail {
    width: 100%;
  }

  .banner-area-wraper .banner-overlay-bg .banner-dots1,
  .banner-area-wraper .banner-overlay-bg .banner-dots2 {
    display: none;
  }

  .mega-menu.on-white .menu-list-items .menu-links .drop-down-multilevel {
    top: auto;
  }

  .hero-banner-content.banner-style2 {
    padding: 100px;
    text-align: center;
  }

  .banner-area-wraper {
    padding-top: 100px;
  }

  .single-banner-slider {
    min-height: 700px;
  }

  .n-hero-section-two .move-down i {
    bottom: -120px;
  }

  .search-page-with-map.sidebars .new-sidebar {
    width: 30%;
  }

  .search-page-with-map.sidebars .left-part {
    width: 70%;
  }

  .search-page-with-map.sidebars .right-part {
    display: none;
  }

  .search-page-with-map.sidebars .new-sidebar .heading {
    margin-top: 210px;
  }

  .search-page-with-map.sidebars .n-search-main {
    margin-top: 210px;
  }

  .jb-multipage-form {
    padding: 200px 0 300px 0 !important;
    height: 100%;
  }
  .n-grid-box .n-grid-details h3 {
    font-size: 16px;
  }

  .n-grid-box .n-grid-details p {
    font-size: 12px;
  }

  .n-grid-box .n-grid-details p i {
    font-size: 16px;
  }

  .n-grid-box .n-grid-details span i {
    font-size: 12px;
  }

  .n-grid-img .n-grid-icons i {
    padding: 6px;
    font-size: 14px;
  }

  .n-details-groups.n_socials.n_custom {
    margin-left: 0;
  }

  .n-details-employers .n-details-box-text h3 {
    margin: 0;
  }

  .n-details-employers3 .tab-content {
    margin-top: 20px;
  }

  .n-details-employers .n-details-box-text p {
    margin: 0;
  }

  .n-details-list ul {
    flex-direction: column !important;
  }

  .n-details-list .n-list-employ-text h3 {
    font-size: 16px !important;
  }

  .n-details-list ul li {
    margin-bottom: 12px;
  }

  .n-details-list .n-list-employs-img {
    margin-right: 5px;
  }

  .n-hero-6 .n-h6-content .h6-style {
    font-size: 16px;
  }

  .n-listing-text p {
    font-size: 12px;
  }

  .n-job-listing5 .n-listing-categories ul li h2 {
    font-size: 14px;
  }

  .n-job-listing5 .n-listing-candidates .n-candidates-content h2 {
    font-size: 14px;
  }

  .nth-packages .nth-pckg-content p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 5px;
  }

  .n-job-listing5 .n-listing-candidates .n-candidates-list ul li {
    margin-right: 2px;
  }

  .n-job-listing5 .n-listing-categories ul li .n-listing-top span {
    font-size: 12px;
  }

  .nth-packages .nth-pck-table {
    background-size: cover !important;
  }

  .nth-packages .nth-pckg-content .nth-pack-primium {
    font-size: 32px;
    margin-bottom: 4px;
  }

  .n-job-listing5 .n-listing-categories ul li img {
    float: none;
    margin-right: 0;
    width: 30%;
  }

  .n-job-listing5 .n-listing-categories ul li span {
    font-size: 14px;
  }

  .n-job-listing5 .n-listing-candidates .n-candidates-details span {
    font-size: 15px;
  }

  .n-job-listing5 .n-listing-candidates .n-candidates-details p {
    font-size: 12px;
    line-height: 20px;
  }

  .n-job-listing5 .n-listing-candidates .n-candidate-lcation a {
    font-size: 12px;
  }

  .n-job-listing5 .n-listing-candidates .n-candidates-list ul li a {
    font-size: 12px;
  }

  .n-job-listing5 .n-listing-candidates .n-candidates-btn a {
    font-size: 12px;
  }

  .n-job-listing5 .n-listing-content .n-listing-user-detail .list-h6-style {
    font-size: 15px;
  }

  .n-job-listing5 .n-listing-content .n-listing-wp i {
    font-size: 14px;
  }

  .n-job-listing5 .n-listing-content .n-listing-img img {
    margin-right: 18px;
    width: 15%;
  }

  .n-job-listing5 .nth-listing-qa .nth-listing-content {
    padding: 30px 15px;
  }

  .n-job-listing5 .nth-listing-qa .nth-listing-content span {
    font-size: 20px;
  }

  .n-job-listing5 .nth-listing-qa .nth-listing-content p {
    font-size: 13px;
    line-height: 24px;
  }

  .n-job-listing5 .nth-listing-qa .nth-listing-content img {
    margin-bottom: 10px;
  }

  .n-job-listing5 .n-listing-content .n-listing-usr-information ul li a {
    font-size: 12px;
  }

  .n-job-listing5
    .n-listing-content
    .n-listing-usr-information
    .absolute-position {
    font-size: 10px;
  }

  .n-job-listing5 .n-listing-content .n-listing-usr-information ul li a i {
    font-size: 12px;
    margin-right: 6px;
  }

  .n-job-listing5 .n-listing-content .n-listing-user-detail p {
    font-size: 12px;
    line-height: 26px;
    margin-top: 0;
  }

  .n-job-listing5 .n-listing-content .n-listing-user-detail ul li a {
    font-size: 10px;
    font-weight: 400;
  }

  .n-hero-6 .n-h6-form ul li {
    width: 25%;
  }

  .n-hero-6 .n-jobs-h6 p {
    padding-top: 7px;
    font-size: 13px;
    line-height: 20px;
  }

  .n-job-listing5 .nav-tabs > li > a {
    padding: 6px 20px !important;
    font-size: 12px;
  }

  .n-job-listing5 .nav-tabs {
    position: absolute;
    right: 0;
    top: -1%;
  }

  .n-hero-6 .n-hero-list ul li a {
    font-size: 12px;
  }

  .n-hero-6 .n-hero-list ul li {
    font-size: 15px;
  }

  .n-hero-6 .n-h6-content h1 {
    font-size: 32px;
  }

  .n-hero-7 .hero-submit-form i {
    padding: 12px 13px;
  }

  .n-hero7-fields
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 0;
  }

  .n-hero-7 .hero-submit-form {
    position: absolute;
    right: 5%;
    bottom: 11%;
  }

  .n-keywords .nav-tabs {
    right: 4%;
    top: 3%;
  }

  .n-hero-7 .n-hero7-resume .btn-default {
    padding: 30px;
  }

  .n-newsleter-content {
    overflow: hidden;
  }

  .n-newsleter-content .form-group {
    width: 70%;
  }

  .n-hero-7 .n-hero7-fields ul li {
    padding: 20px 15px;
  }

  .n-location .n-city-location ul li {
    font-size: 16px;
  }

  n-hero-7 .hero-submit-form i {
    padding: 13px 14px;
    font-size: 14px;
  }

  .n-hero-7 .n-hero7-fields ul li .form-group label {
    font-size: 11px;
    margin-bottom: 2px;
  }

  .n-hero-7 {
    padding: 150px 0;
    height: auto;
  }

  .nth-mob-app .nth-mob-details .nth-mob-style {
    font-size: 22px;
    line-height: 32px;
  }

  .n-resouces2 .n-res-details2 h3 {
    font-size: 24px;
  }

  .n-resouces2 .n-res-details2 p {
    font-size: 13px;
    line-height: 28px;
  }

  .n-resouces2 .n-res-details h3 {
    font-size: 24px;
  }

  .n-resouces2 .n-res-details p {
    font-size: 13px;
    line-height: 28px;
  }

  .n-footer-5 .n-footer-links h4 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .n-parallel .n-parallel-container {
    margin-left: 14%;
  }

  .n-parallel .n-parallel-content-2 .n-parallel-container {
    margin-right: 14%;
  }

  .n-keywords .n-keywords-jobs-category .n-keword-jobs-details .n-jobs-title {
    font-size: 16px;
  }

  .heading-penel h3 {
    font-size: 26px;
  }

  .heading-penel p {
    font-size: 13px;
  }

  .n-top-bar2 .n-top-detail ul li a {
    font-size: 14px;
  }

  .n-top-bar2 .n-top-detail ul li {
    line-height: 22px;
  }

  .n-top-bar2 .n-jobs-details ul li a {
    font-size: 13px;
  }

  .n-top-bar2 .n-jobs-details ul li {
    line-height: 23px;
  }

  .n-parallel .n-parallel-container .n-parallel-style {
    font-size: 22px;
  }

  .n-parallel .n-parallel-container .n-parallel-style span {
    font-size: 22px;
  }

  .n-listing-text h2 {
    font-size: 18px;
  }

  .n-keywords .n-listing-text p {
    font-size: 13px;
    padding-top: 0px;
  }

  .n-hero-7 .n-hero7-container h1 {
    width: 70%;
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
  }

  .n-fetured-candidates3 .n-featured-candidates3-content .feature-style4 {
    font-size: 15px;
  }

  .n-newsleter-content .n-newletter .n-ltr-style {
    font-size: 20px;
  }

  .n-footer-5 .n-footer-details {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .n-footer-5 .n-footer-details img {
    margin: 0;
    padding-bottom: 10px;
  }

  .n-footer-5 .n-footer-details ul {
    margin: 0;
  }

  .n-footer-5 .n-footer-details {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .n-footer-5 .n-footer-details p {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .n-hero-8 .n-8-container .n-8-content {
    width: 100%;
    margin: inherit;
  }

  .n-hero-8 .n-8-container {
    padding-top: 130px;
  }

  .n-jobs-recomend3 .nav-tabs {
    top: 0;
  }

  .n-footer-style .nth-footer-text p {
    font-size: 13px;
  }

  .nth-success-products .nth-sc-box p {
    font-size: 13px;
    line-height: 26px;
  }

  .nth-footer-4 .nth-social-icons ul li {
    margin-right: 4px;
    margin-bottom: 12px;
  }

  .nth-success-products .nth-sc-box .nth-sc-details p {
    font-size: 12px;
  }

  .nth-success-products .nth-sc-box .nth-sc-details .nth-profile-text {
    font-size: 14px;
    font-weight: 500;
  }

  .n-hero-8 .n-8-container .n-8-content h1 {
    font-size: 30px;
  }

  .n-8-serch-field ul li {
    margin-right: 0;
    width: 50%;
    margin-bottom: 25px;
  }

  .n-8-serch-field ul li:first-child {
    width: 50%;
  }

  .n-hero-8 .n-8-container .n-8-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .n-hero-8 .n-8-container .n-8-product ul li .btn {
    font-size: 12px;
    padding: 10px 30px;
  }

  .n-hero-8 .n-8-container .n-8-product ul li i {
    padding: 10px 12px;
    font-size: 12px;
  }

  .n-hero-8 .n-8-container .n-8-product ul li span {
    font-size: 12px;
  }

  .n-8-serch-field ul li:first-child {
    width: 100%;
  }

  .n-8-serch-field ul li .form-group label {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .n-8-serch-field ul li:last-child {
    width: 100%;
    float: left;
    margin-top: 15px !important;
  }

  .n-8-serch-field .form-control {
    height: 45px;
  }

  .n-8-serch-field .select2-container--default .select2-selection--single {
    height: 45px;
    padding: 7px;
  }

  .n-8-serch-field {
    padding: 20px 30px;
    margin-bottom: 30px;
  }

  .n-jobs-recomend3 .n-listing-text h2 {
    margin-bottom: 1px;
    font-size: 22px;
  }

  .n-jobs-recomend3 .nav-tabs > li > a {
    font-size: 13px;
  }

  .n-jobs-recomend3 .nav-tabs > li.active > a {
    font-size: 13px;
  }

  .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories .jobs3-style {
    font-size: 14px;
    margin: 0;
  }

  .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories span {
    font-size: 12px;
  }

  .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p {
    font-size: 12px;
  }

  .n-callto-action-8 .n-8-img {
    width: 60%;
    right: -10%;
  }

  .n-callto-action-8 {
    background-position: left;
  }

  .n-callto-action-8 .n-callto-details span {
    font-size: 24px;
  }

  .n-callto-action-8 .n-callto-details h3 {
    font-size: 28px;
  }

  .n-callto-action-8 .n-callto-details p {
    font-size: 13px;
    line-height: 28px;
    width: 50%;
  }

  .n-callto-action-8 ul li {
    margin-right: 20px;
  }

  .n-callto-action-8 ul li .counter-js span {
    font-size: 22px;
  }

  .n-callto-action-8 ul li .counter-js p {
    font-size: 13px;
  }

  .n-f-candidates4 .n-f-canidates-content .n-f-style {
    font-size: 16px;
  }

  .n-f-candidates4 .n-f-canidates-content p {
    font-size: 12px;
    line-height: 22px;
  }

  .n-f-candidates4 .n-f-canidates-content .btn {
    font-size: 12px;
    font-weight: 500;
    padding: 8px 24px;
  }

  .n-f-candidates4 .n-f-canidates-content .n-candidates-style i {
    font-size: 14px;
  }

  .nth-footer-4 .nth-footer-content .nth-footer-theme p {
    line-height: 26px;
  }
}

@media (min-width: 320px) and (max-width: 991.98px) {
  /* new-jobo-hero-start */
  .new-jobo-hero {
    padding: 80px 0;
  }

  .new-jobo-hero .main-img-box {
    margin-top: 50px;
  }

  .new-jobo-hero .main-img-box .main-img {
    position: unset;
    width: 100%;
  }

  /* new-jobo-hero-end */
  /* jobo-main-meta-start */
  .jobo-main-meta .main-txt {
    width: 100%;
  }

  /* jobo-main-meta-end */
  /* our-resources-start */
  .our-resources::before {
    content: none;
  }

  .our-resources .left-cont {
    padding: 0px 0 40px 0;
  }

  .our-resources .main-img {
    text-align: center;
  }

  /* our-resources-end */
  /* our-free-app-start */
  .our-free-app .left-img {
    text-align: center;
  }

  .our-free-app .right-meta {
    padding: 30px 0 0 0;
  }

  /* our-free-app-end */
  /* customer-testimonial-start */
  .customer-testimonial .comment-box.first {
    margin-bottom: 30px;
  }

  .customer-testimonial .jobo-main-meta .main-heading {
    text-align: center;
    line-height: 50px;
  }

  /* customer-testimonial-end */
  /* our-latest-news-start */
  .our-latest-news {
    padding: 80px 0 50px 0;
  }

  .our-latest-news .news-card {
    margin-bottom: 30px;
  }

  /* our-latest-news-end */
  .jb-multipage-form {
    padding: 130px 0 100px 0 !important;
    height: 100% !important;
  }
  .jobo-multiple-filters-box .form-group {
    margin-bottom: 20px;
  }
  .jobo-multiple-filters-box .job-fitler-btn {
    margin-top: 10px;
  }
  .resume-3-sidebar .resume-3-box {
    margin-top: 0;
  }
  .n-single-sidebar .resume-3-sidebar .resume-3-box {
    margin-top: 30px;
  }
  .dashboard-new.candidate-dashboard .main-body.n-candidate-detail {
    margin-top: 30px;
  }
  .theiaStickySidebar {
    padding: 0 14px;
  }
  .jobo-header-bar .page-heading-info {
    flex-direction: column;
    align-items: flex-end;
  }
  .jobo-header-bar .page-heading-info h1 {
    width: 100%;
  }
  #dashboard-bar-right .theiaStickySidebar {
    position: unset !important;
  }
  #dashboard-bar-right #emp-company-password-sec {
    margin-bottom: 30px;
  }
  .dashboard-new.emp_dashboard .main-body.dashbord-height-fix {
    margin-top: 30px;
  }
  .dashboard-new.emp_dashboard .main-body {
    margin-top: 30px;
  }
  .dashboard-new.emp_dashboard .emp-followers-content-wrapper .main-body {
    padding: 0;
    margin-top: 0;
  }
  .dashboard-new .emp-save-resumes-wrapper .main-body {
    margin-top: 0;
  }
  #sb-company-profile .main-body {
    margin-top: 10px;
  }
  .dashboard-new.emp_dashboard .dashboard-my-orders-wrapper .main-body {
    margin-top: 0px;
  }
  .jobo-stats-box.package-box .stats-content-box {
    height: auto;
  }
  .emp_dashboard .jobo-stats-box.package-box.jobo-addons-box .stats-meta-box img {
    height: 40px;
  }
  .addon_history_modal .addons-list-box .addons-list-sub-box ul li span.date {
    padding-left: 10%;
  }
  .addon_history_modal .addons-list-box .addons-list-sub-box ul li span.addon-type {
    padding-left: 12%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .jobs-form ul li {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
  }

  .jobo-pricing-tabs .nav-tabs > li {
    width: 150px;
  }
  /* jobo-browse-categories-start */
  .jobo-browse-categories .category-box {
    border-right: none;
    border-image: none;
  }

  .jobo-browse-categories .col-12:nth-child(odd) .category-box {
    border-right: 1px solid transparent;
    border-image: url(../images/line-shape.png) 30 round;
  }

  .jobo-browse-categories .col-12:nth-child(5) .category-box::after,
  .jobo-browse-categories .col-12:nth-child(6) .category-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid transparent;
    width: 100%;
    border-image: url(../images/line2-shape.png) 0.5 round;
  }

  /* jobo-browse-categories-end */
  /* features-jobs-start */
  .features-jobs .ftrd-job-box .title {
    font-size: 20px;
  }

  .features-jobs .ftrd-job-box .location {
    font-size: 14px;
  }

  /* features-jobs-end */
  /* featured-candidates-start */
  .featured-candidates .profile-card .prf-meta ul li a {
    padding: 8px 6px;
    font-size: 12px;
  }

  /* featured-candidates-end */
  /* about-company-prf-dtl-start */
  .about-company-prf-dtl .abt-cmpy-prf-dtl .profile {
    flex-direction: column;
  }

  .about-company-prf-dtl .profile .rightmeta {
    text-align: left;
    margin-top: 20px;
  }

  .about-company-prf-dtl .profile .rightmeta h5 {
    margin-left: 33px;
  }

  .about-company-prf-dtl .botm-counters ul li .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 22px;
  }

  .about-company-prf-dtl .botm-counters ul li .item small {
    font-size: 16px;
  }

  .about-company-prf-dtl .botm-counters ul li .item span {
    font-size: 18px;
  }

  .about-company-prf-dtl .profile .rightmeta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .about-company-prf-dtl .profile .rightmeta .follow-us {
    margin-top: 0px;
  }

  .about-company-prf-dtl .contact-us {
    margin-top: 30px;
  }

  .about-company-prf-dtl .right-side-banner img {
    width: 100%;
  }

  /* about-company-prf-dtl-end */

  .jobo-job-listing-section .jobo-tab-menu ul li a {
    padding: 12px;
    font-size: 18px;
  }

  .package-detail-table tbody tr td div.pricing-plan-header {
    max-width: 180px;
  }

  .package-top-sticky table tbody tr td .pricing-plan-cell .heading {
    font-size: 20px;
    line-height: 24px;
  }

  .woocommerce-checkout
    .blog-detail-page
    .woocommerce-checkout-review-order-table
    thead
    tr
    th.product-name,
  .woocommerce-checkout
    .blog-detail-page
    .woocommerce-checkout-review-order-table
    tbody
    tr
    td.product-name {
    width: 500px;
  }

  .package-detail-table tbody tr.pricing-header td div.pricing-plan-cell h5 {
    font-size: 20px;
  }

  .package-detail-table
    tbody
    tr.pricing-header
    td
    div.pricing-plan-cell
    .heading {
    font-size: 20px;
  }

  .package-detail-table tbody tr td div.pricing-plan-cell h5 {
    font-size: 16px;
  }

  .package-detail-table tbody tr td:nth-child(2) div.pricing-outer-cell,
  .package-detail-table tbody tr td:nth-child(3) div.pricing-outer-cell,
  .package-detail-table tbody tr td:nth-child(4) div.pricing-outer-cell {
    padding: 0 10px;
  }

  .package-top-sticky table tbody tr td:first-child .pricing-plan-cell {
    padding: 10px 0;
  }

  .package-detail-table tbody tr td div.pricing-plan-cell .heading {
    font-size: 34px;
  }
  .package-top-sticky table tbody tr td:nth-child(3) .pricing-plan-cell .heading {
    font-size: 34px;
  }
  .mega-menu .menu-links {
    float: right;
  }
  .mega-menu .menu-links > li:last-child > a {
    padding-right: 0;
  }
  .mega-menu .menu-button {
    margin-top: 10px;
  }
  .jobo-employers-filters-section #jobo-character-lists ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .n-single-job .n-single-meta ul.n-single-meta-detail li {
    padding: 15px 6px;
    width: 33.3%;
  }
  .package-top-sticky.sticky.package-top-menu-sticky {
    top: 146px;
  }
  .package-select-box {
    padding-right: 35px;
  } 
  .pricing-package-wrapper .package-term-box {
    padding-top: 12px;
  }
  .pricing-package-wrapper .wrapper > div.col-lg-3:nth-child(2n+1) {
    padding-left: 15px;
  }
  .pricing-package-wrapper .wrapper > div.col-lg-3:nth-child(2n) {
    padding-right: 15px;
  }
  #annual_btns tr td .pkg-button, 
  #monthly_btns tr td .pkg-button, 
  #emp_annual_btns tr td .pkg-button, 
  #emp_monthly_btns tr td .pkg-button {
    width: 140px;
    font-size: 14px;
  }
  .jobo-stats-box {
    padding: 20px 20px 10px 20px;
  }
  .jobo-stats-box .stats-progress .progress {
    margin-left: 0;
  }
  .cand_person_save img {
    width: 18px;
  }
  .dashboard-new .main-body .dashboard-edit-profile .remove-btn > button img {
    width: 18px;
  }
  .input-action-btn .remove-btn > .btnRemove .info-tooltip-outer .info-icon {
    width: 14px;
    margin-left: 2px;
  }
  .input-action-btn .cand_person_save .info-icon {
    width: 14px;
    margin-left: 2px;
  }
  .emp_dashboard .jobo-stats-box.package-box .stats-meta-box img {
    height: 40px;
  }
  .emp_dashboard .jobo-stats-box {
    height: 150px;
  }
  .emp_dashboard .jobo-stats-box.package-box .stats-figure-box .figure-count {
    padding-right: 0;
  }
  .emp_dashboard .jobo-stats-box.package-box .stats-figure-box {
    text-align: right;
  }
  .emp_dashboard .dashboard-job-filters table tr {
    flex-wrap: wrap;
  }
  .emp_dashboard .dashboard-job-filters table td {
    width: 33.2%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .jobo-job-listing-section .listing-wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }

  .jobo-job-listing-section .listing-wrapper .duration-box {
    width: auto;
  }

  .woocommerce-checkout .blog-detail-page #customer_details,
  .woocommerce-checkout .blog-detail-page .order-review-wrapper {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .jobo_job_addon .modal-dialog {
    width: 300px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .n-grid-box {
    margin-bottom: 25px;
  }

  .n-grid-box .n-grid-details h3 {
    font-size: 16px;
  }

  .n-grid-box .n-grid-details span i {
    font-size: 14px;
  }

  .n-grid-box .n-grid-details p {
    font-size: 12px;
  }

  .n-grid-box .n-grid-details {
    padding: 18px 20px 10px;
  }

  .n-grid-img .n-grid-icons i {
    padding: 7px;
    font-size: 14px;
  }

  .n-detail-jobs-content {
    flex-direction: column !important;
  }

  .n-detail-jobs-content .n-detail-job-title ul {
    flex-direction: column !important;
  }

  .n-details-employers3 .nav-tabs {
    margin: inherit;
    display: block;
  }

  .n-details-employers3 .tab-content {
    margin-top: 15px;
  }

  .n-details-list ul {
    flex-direction: column !important;
  }

  .n-employers-details-w .nav-tabs > li {
    float: none;
  }

  .n-details-employers3 .nav-tabs {
    margin: inherit !important;
    display: block !important;
  }

  .n-details-list ul li {
    margin-bottom: 10px;
  }

  .n-details-list .n-list-employ-text p {
    font-size: 12px;
  }

  .n-details-employers3 .tab-content h3 {
    font-size: 18px;
  }

  section {
    padding: 50px 0;
  }

  .static-images-section {
    padding-top: 150px;
  }

  .static-images-section .background-1 {
    width: 100%;
  }

  .background-2 {
    display: none;
  }

  .heading-title h2 {
    font-size: 24px;
  }

  .skills-gen .btn-danger {
    margin-top: 0px !important;
  }

  .skills-gen .row.group {
/*    background-color: #f5f5f5;*/
/*    padding: 15px;*/
    margin-bottom: 25px;
/*    border-radius: 4px;*/
  }

  .cat-tabs .panel.panel-primary > .panel-heading {
    position: relative;
    left: 0;
    top: 0;
  }

  .cat-tabs .panel.panel-primary > .panel-heading li {
    width: 100%;
  }

  .new-sidebar {
    margin-top: 30px;
  }

  .dashboard-new .main-body .dashboard-edit-profile.skills .n-btn-flat {
    margin-top: 70px;
  }

  .dashboard-edit-profile.skills .skills-gen .skills-btn-postion {
    bottom: -70px;
    right: 0;
    text-align: right;
  }

  .mega-menu .menu-logo li a {
    padding: 0;
  }

  .heading-title p {
    width: 100%;
  }

  .n-hero-section {
    height: auto;
  }

  .heading-title {
    margin-bottom: 40px;
  }

  .n-hero-section .n-hero-box {
    padding-bottom: 250px;
  }

  .n-hero-section .n-hero-box .n-hero-main-text h1 {
    font-size: 24px;
  }

  .n-hero-section .n-hero-box .n-most-cat {
    margin-bottom: 30px;
  }

  .n-hero-cat-section .n-hero-cat-heading {
    margin-bottom: 30px;
  }

  .n-hero-section
    .n-hero-box
    .n-saech-form
    .select2-container--default
    .select2-selection--single {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .n-hero-section .n-hero-box .n-saech-form .select2-container {
    margin-bottom: 15px;
  }

  .mega-menu .menu-links {
    background-color: #fff;
    position: relative;
    margin-top: 30px;
  }
  .mega-menu .menu-links li {
    padding: 10px 0;
  }

  .mega-menu.n-header-trabsparent .menu-links > li > a {
    color: #242424;
  }

  .mega-menu .drop-down,
  .mega-menu .drop-down-tab-bar {
    margin-top: 0;
  }

  .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail ul li {
    width: 100% !important;
    margin-bottom: 10px;
    text-align: left !important;
  }

  .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-detail {
    width: 100%;
  }

  .n-featured-jobs .n-featured-job-boxes .n-job-single .n-job-img {
    display: none;
  }

  .n-call-to-action .heading-title.black p {
    width: 100%;
  }

  .n-call-to-action .n-extra-btn-section .btn-mid {
    display: block;
    margin-top: 20px;
  }

  .n-call-to-action .n-extra-btn-section .btn-mid.btn-clear {
    margin: 0;
    margin-top: 10px;
  }

  .how-it-works.style-2 .h-i-w-box {
    background: none !important;
  }

  .n-call-to-box h3 {
    margin-top: 20px;
  }

  .n-footer-transparent .n-footer-block .n-page-links.multiple li {
    width: 100%;
  }

  .top-bar .header-info a {
    margin: 0;
    text-align: center;
    display: block;
    float: none;
  }

  .top-bar .header-info {
    float: none;
  }

  .n-hero-section-two .n-hero-two-box h1 {
    font-size: 30px;
  }

  .n-hero-section-two .n-hero-two-box {
    padding: 150px 0;
  }

  .n-hero-section-two {
    height: auto;
  }

  .n-hero-section-two .move-down i {
    top: -45px;
    bottom: auto !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .n-featured-jobs
    .n-featured-job-boxes
    .n-job-single
    .n-job-detail
    ul
    li
    .featured-badge-list
    li {
    width: auto !important;
  }

  .heading-title.left h2 {
    font-size: 20px;
    border: none;
  }

  .heading-title.left .view-more {
    display: none;
  }

  .n-featured-jobs-two
    .n-features-job-two-box
    .n-featured-single
    .n-featured-single-top
    .n-featured-singel-img {
    display: inline-block;
    float: none;
    margin: 0;
  }

  .n-featured-jobs-two
    .n-features-job-two-box
    .n-featured-single
    .n-featured-single-bottom
    li {
    border: none;
    line-height: 30px;
    padding-left: 0;
    padding-right: 15px;
  }

  .n-call-to-action-two .n-call-to-action-text {
    max-width: 100%;
    padding: 20px;
  }

  .n-call-to-box h3 {
    font-size: 20px;
  }

  .n-call-to-box .n-extra-btn-section {
    margin-bottom: 30px;
    text-align: center;
  }

  .n-candidate-location {
    padding: 0 0px;
  }

  .n-candidate-skills a {
    display: inline-block;
    margin-bottom: 5px;
  }

  .n-mobile-app-new h2 {
    padding-right: 0;
  }

  .n-mobile-app-new .n-mobile-app-text-area a {
    margin-bottom: 10px;
    display: inline-block;
  }

  .n-mobile-app-new .n-mobile-app-text-area {
    padding: 50px 0;
  }

  .n-mobile-app-new .n-mobile-app-new-img img {
    margin-top: 0;
    position: relative;
    right: auto;
  }

  .n-footer-transparent.footer-two .n-footer-block .n-app-btn {
    width: auto;
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }

  .n-footer-transparent .n-footer-block .n-app-btn .n-icon-text {
    display: inline-block;
  }

  .n-company-breadcrumb {
    padding: 170px 0 150px 0;
  }

  .n-company-social-box {
    text-align: center;
  }

  .n-company-breadcrumb .n-company-info .n-company-meta-box {
    padding: 20px 0;
    text-align: center;
  }

  .n-candidate-meta ul.n-candidate-short-info li {
    width: 100%;
  }

  .n-candidate-detail .n-candidate-meta ul,
  .n-candidate-detail .n-candidate-meta ol {
    padding-left: 15px;
  }

  .n-pages-breadcrumb .n-breadcrumb-info p {
    width: 100%;
    font-size: 16px;
  }

  .n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li i {
    font-size: 24px;
  }

  .n-job-pages-section
    .n-job-pages.contact-page
    .n-page-right-side
    .contact-detail {
    margin-left: 40px;
  }

  .n-job-pages-section .n-job-pages.contact-page .n-page-right-side ul li p {
    font-size: 14px;
  }

  .n-job-pages-section .n-job-pages .n-page-right-side {
    padding: 20px;
  }

  .n-job-pages-section .n-job-pages .n-page-left-side .buttons-area p {
    display: inline;
  }

  .n-job-pages-section
    .n-job-pages
    .n-page-left-side
    .buttons-area
    .n-btn-flat {
    display: block;
    float: none;
    width: 100%;
  }

  .n-job-pages-section
    .n-job-pages
    .n-page-left-side
    .buttons-area
    .form-group {
    margin-bottom: 30px;
  }

  .n-single-job .n-single-title ul {
    position: relative;
    overflow: hidden;
  }

  .n-single-job .n-single-title ul li {
    padding: 0;
    margin: 0;
    border: none;
    line-height: 30px;
    width: 100%;
    height: auto;
  }

  .n-single-job .n-single-meta ul.n-single-meta-detail li {
    width: 100%;
    text-align: left;
  }

  .n-single-job-transparent .n-single-title ul li {
    padding: 0;
    margin: 0;
    border: none;
    line-height: 30px;
    width: 100%;
    display: inline-table;
  }

  .n-single-job-transparent .n-single-title ul {
    margin-bottom: 30px;
  }

  .n-detail-transparent .n-single-meta-2 {
    padding: 20px;
  }

  .n-detail-transparent .n-single-meta-2 ul li {
    width: 100%;
  }

  .n-breadcrumb-big .breadcrumb-text h2::before {
    left: 40%;
  }

  .n-candidate-detail .n-candidate-meta .timeline-box ul.education {
    padding-left: 0;
  }

  .user-resume2-breadcrumb .n-candidate-info .n-candidate-img-box {
    margin: 0 auto;
    float: none;
  }

  .user-resume2-breadcrumb
    .n-candidate-info
    .n-candidate-meta-box
    .n-skills-tags
    a {
    margin-bottom: 10px;
  }

  .n-candidate-social-box {
    text-align: center;
  }

  .n-scroll-btns {
    display: none;
  }

  .left-part {
    width: auto;
    margin-top: 40px;
  }

  .categories-section-2 .popular-categories li {
    width: 91%;
  }

  .hero-title {
    font-size: 18px;
  }

  #intro-hero h2 {
    font-size: 30px;
    margin: 20px 0;
  }

  .conter-grid {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 50px;
  }

  .form-join > h4 {
    font-size: 20px;
  }

  .conter-grid .counter-seprator {
    width: 100%;
    margin-bottom: 30px;
  }

  .n-call-to-action .heading-title.black h2 {
    font-size: 24px;
  }

  .n-search-main .n-bread-crumb .breadcrumb {
    margin-top: 30px;
  }

  .n-footer-transparent .n-footer-block {
    margin-bottom: 40px;
  }

  .n-footer-transparent .n-footer-bottom {
    margin-top: 0;
    padding-bottom: 0;
  }

  .n-footer-transparent {
    padding: 50px 0;
  }

  .n-footer-transparent .n-footer-block .n-app-btn:last-child {
    margin-bottom: 0;
  }

  .n-footer-transparent .n-footer-block .n-subscription-form {
    width: 100%;
  }

  .n-footer-transparent .n-footer-block .n-page-links {
    columns: 2;
  }

  .n-owl-testimonial-2 .n-single_testimonial {
    margin-right: 0;
    margin-top: 0;
  }

  .n-extra-btn-section {
    margin-top: 20px;
  }

  .n-search-main .heading-area h4 {
    margin: 0 0 15px 0;
    line-height: normal;
  }

  .mega-menu .menu-button li.profile-pic ul {
    right: auto;
    left: 0;
  }

  .mega-menu .menu-button li.profile-pic ul::before {
    right: auto;
    left: 28px;
  }

  .user-resume2-breadcrumb .n-candidate-info .n-candidate-meta-box {
    text-align: center;
  }

  .n-company-contact-form {
    margin-top: 30px;
  }

  .n-user-page .n-company-list .n-company-img {
    float: none;
  }

  .n-user-page .n-company-list .n-company-meta span {
    position: relative;
  }

  .n-breadcrumb-big.resume-3-brreadcrumb {
    height: 300px;
  }

  .user-resume-3 .n-candidate-img-box {
    float: none;
    margin: 0 auto;
  }

  .user-resume-3 {
    padding-bottom: 30px;
  }

  .user-resume-3 .n-candidate-info {
    text-align: center;
    color: #242424;
  }

  .user-resume-3 .n-candidate-meta-box h4 {
    color: #242442;
  }

  .user-resume-3 .n-candidate-meta-box p {
    color: #242424;
  }

  .user-resume-3 .n-candidate-meta-box .social-links {
    position: relative;
    top: auto;
    bottom: auto;
    margin-top: 20px;
  }

  .user-resume-3 .n-candidate-info::before {
    left: 0%;
    width: 100%;
    background-size: cover;
    background-position: inherit;
  }

  .resume-3-portfolio ul li {
    width: 32.4%;
  }

  #intro-hero .hero-text-box {
    margin-top: 0;
    text-align: center;
  }

  #intro-hero::after {
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-linear-gradient(
      to right,
      rgba(0, 40, 70, 0.9),
      rgba(0, 0, 0, 0.9)
    );
    background: linear-gradient(
      to right,
      rgba(0, 40, 70, 0.9),
      rgba(0, 0, 0, 0.9)
    );
  }

  #intro-hero .hero-text-box p {
    margin-top: 0;
    font-size: 18px;
  }

  .n-pages-breadcrumb {
    padding: 110px 0 0 0;
    height: 320px;
  }

  .jb-multipage-breadcrumb {
    padding: 50px 0 0 0;
  }

  .n-job-pages-section .n-job-pages {
    margin-top: -60px;
  }

  .n-pages-breadcrumb .n-breadcrumb-info h1::before {
    left: 42%;
  }

  .conter-grid .count-title {
    font-size: 17px;
    margin-top: 5px;
  }

  .n-related-jobs
    .n-featured-jobs
    .n-featured-job-boxes
    .n-job-single
    .n-job-detail {
    width: 100%;
  }

  #latest-jobs .jobs-latest .img-thumb {
    display: none;
  }

  #latest-jobs .jobs-latest .content {
    width: 100%;
  }

  .n-owl-testimonial-2.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
  }

  .n-owl-testimonial-2.owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }

  .appointment-section .inner-container h2 {
    font-size: 24px;
  }

  .appointment-section .inner-container .text {
    font-size: 16px;
  }

  .hero-banner-content.banner-style2 {
    margin-bottom: 30px;
  }

  .banner-area-wraper {
    padding-top: 100px;
  }

  .hero-banner-content.banner-style2 .banner-title {
    font-size: 30px;
  }

  .banner-area-wraper .banner-overlay-bg .banner-dots1,
  .banner-area-wraper .banner-overlay-bg .banner-dots2 {
    display: none;
  }

  .mega-menu.on-white .menu-button {
    margin-top: 10px;
  }

  .mega-menu.on-white .menu-list-items .menu-links .drop-down-multilevel {
    top: 0;
    border-radius: 0;
  }

  .mega-menu.on-white .drop-down-multilevel li:last-child,
  .mega-menu .drop-down-multilevel li:last-child {
    border-bottom: none;
  }

  .mega-menu.on-white .drop-down .grid-row,
  .mega-menu .drop-down-tab-bar .grid-row {
    border-radius: 0;
  }

  .n-header-trabsparent.mega-menu
    .menu-list-items
    .menu-links
    .drop-down-multilevel {
    top: 0;
    border-radius: 0;
  }

  .n-header-trabsparent.mega-menu .drop-down .grid-row,
  .mega-menu .drop-down-tab-bar .grid-row {
    border-radius: 0;
  }

  .n-hero-section-two.rebuild .n-hero-two-box h1 {
    font-size: 34px;
  }

  .n-hero-section-two.rebuild .n-hero-two-box p {
    font-size: 20px;
  }

  .n-hero-section-two.rebuild .n-hero-two-form-cat .n-saech-two-form .btn {
    margin-top: 0;
  }

  .n-hero-section-two .n-hero-two-form-cat .n-saech-two-form .form-group {
    margin-bottom: 20px;
  }

  #latest-jobs .save-icon {
    position: absolute;
    bottom: 50px;
    right: 20px;
    top: auto;
  }

  .n-hero-section-two.rebuild .n-hero-two-box {
    padding-top: 200px;
  }

  .n-hero-section-two .n-hero-two-form-cat .n-most-two-cat .n-most-cat-title {
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }

  .mega-menu .menu-button {
    margin-top: 10px;
  }

  .n-owl-testimonial-2.owl-carousel .owl-stage-outer {
    overflow: hidden;
  }

  .search-page-with-map.sidebars .new-sidebar {
    width: 100%;
  }

  .search-page-with-map.sidebars .left-part {
    width: 100%;
  }

  .search-page-with-map.sidebars .right-part {
    display: none;
  }

  .search-page-with-map.sidebars {
    display: block;
  }

  .search-page-with-map.sidebars .new-sidebar .heading {
    margin-top: 40px;
  }

  .search-page-with-map.sidebars .n-search-main {
    margin-top: 50px;
  }

  .mega-menu.n-header-trabsparent {
    position: relative;
    background: #fff !important;
  }

  .mega-menu.n-header-trabsparent .menu-button .n-login-header {
    color: #242424;
  }

  .mega-menu > section.menu-list-items {
    padding: 20px 0;
  }

  .transparent-header-1 .mega-menu .menu-mobile-collapse-trigger::before,
  .transparent-header-1 .mega-menu .menu-mobile-collapse-trigger::after,
  .transparent-header-1 .mega-menu .menu-mobile-collapse-trigger span {
    background: #242424;
  }

  .mobile-filters .mobile-filter-heading {
    display: block;
  }

  .mobile-filters-btn {
    display: block;
  }

  .mobile-filters {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s linear;
    overflow-y: scroll;
  }

  .mobile-filters.active {
    z-index: 999;
    opacity: 1;
    background-color: #fff;
    padding: 15px;
  }

  .mobile-filters-btn {
    /*display: none;*/
    position: fixed;
    width: 100%;
    height: auto;
    padding: 10px 0;
    left: 0;
    text-align: center;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    bottom: 0;
  }

  .filter-close-btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 99;
    padding: 5px 13px;
  }
  .n-keywords .n-listing-text p {
    font-size: 13px;
    line-height: 24px;
  }

  .nth-packages .nth-pckg-content .nth-pack-primium {
    font-size: 34px;
  }

  .n-hero-6
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 12px;
  }

  .nth-packages .nth-pck-table {
    background-size: cover !important;
    margin-bottom: 30px;
  }

  .nth-packages .nth-pckg-content p {
    font-size: 13px;
    line-height: 22px;
  }

  .nth-packages .nth-pck-details ul li span {
    font-size: 13px;
  }

  .nth-packages .nth-pckg-content span {
    font-size: 16px;
  }

  .n-job-listing5
    .n-listing-content
    .n-listing-usr-information
    .absolute-position {
    margin-top: 10px;
    font-size: 10px;
    float: left;
  }

  .n-job-listing5 .n-listing-candidates .n-candidate-lcation a {
    font-size: 13px;
  }

  .n-job-listing5 .n-listing-categories ul li span {
    font-size: 13px;
  }

  .n-job-listing5 .n-listing-categories ul li .n-listing-top span {
    font-size: 12px;
  }

  .n-job-listing5 .n-listing-candidates .n-candidates-list ul li a {
    font-size: 12px;
  }

  .n-job-listing5 .n-listing-candidates .n-candidates-details span {
    font-size: 16px;
  }

  .n-job-listing5 .n-listing-candidates .n-candidates-details p {
    font-size: 13px;
  }

  .n-job-listing5 .n-listing-content .n-listing-usr-information ul li a {
    font-size: 12px;
  }

  .n-job-listing5 .n-listing-content .n-listing-wp i {
    font-size: 12px;
  }

  .n-job-listing5 .n-listing-content .n-listing-user-detail ul {
    margin-bottom: 3px;
  }

  .n-job-listing5 .n-listing-content .n-listing-img img {
    width: 20%;
    margin-right: 10px;
  }

  .n-job-listing5 .n-listing-content .n-listing-user-detail ul li a {
    font-size: 10px;
  }

  .n-job-listing5 .n-listing-content .n-listing-user-detail p {
    font-size: 10px;
    margin-top: 0;
  }

  .n-job-listing5 .n-listing-content .n-listing-user-detail .list-h6-style {
    font-weight: 600;
    font-size: 15px;
  }

  .n-job-listing5 .nav-tabs > li.active > a {
    font-size: 13px;
  }

  .n-listing-text p {
    font-size: 13px;
    line-height: 24px;
  }

  .n-job-listing5 .nav-tabs {
    position: relative;
    right: inherit;
    top: inherit;
    margin-bottom: 20px;
  }

  .n-hero-6 .n-jobs-h6 p {
    padding-top: 8px;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .n-hero-6 .n-h6-content {
    margin-top: 100px;
  }

  .n-hero-6 .n-h6-profile {
    margin-top: 60px;
  }

  .n-profile-btn {
    float: none;
    overflow: hidden;
  }

  .n-hero-6 .n-jobs-h6 .h6-product {
    font-size: 16px;
  }

  .n-hero-6 .n-hero-list ul li {
    margin-right: 12px;
    margin-bottom: 10px;
  }

  .n-hero-6 .n-h6-content .h6-style {
    font-size: 16px;
  }

  .n-hero-6 .n-h6-form ul li .form-group input {
    font-size: 12px;
  }

  .n-hero-6
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 12px;
  }

  .n-hero-6 .n-h6-form ul li:first-child {
    width: 100%;
  }

  .n-hero-6 .n-h6-content h1 {
    font-size: 24px;
  }

  .n-hero-6 .n-h6-form ul li .n-btn-flat {
    width: 100%;
  }

  .n-hero-6 .n-h6-form ul li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .n-newsleter-content .form-group {
    width: 70%;
  }

  .n-location .n-city-location ul li {
    font-size: 16px;
  }

  .n-keywords .n-apply-jobs ul .style-right a {
    font-size: 12px;
  }

  .n-keywords .n-apply-jobs ul li {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .heading-penel h3 {
    font-size: 20px;
  }

  .heading-penel p {
    line-height: 24px;
    font-size: 13px;
  }

  .n-hero-7 .n-hero7-fields ul li .form-group label {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .n-hero-7 .n-hero7-fields ul li .form-group label {
    font-size: 13px;
  }

  .n-resouces2 .n-res-details p {
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    margin-bottom: 18px;
  }

  .n-resouces2 .n-res-details h3 {
    font-size: 24px;
  }

  .n-resouces2 .n-res-details2 p {
    font-size: 14px;
    line-height: 28px;
    width: 100%;
    margin-bottom: 18px;
  }

  .n-resouces2 .n-res-details2 h3 {
    font-size: 24px;
  }

  .n-resouces2 .n-res-details {
    padding: 65px 0;
    margin-bottom: 75px;
  }

  .n-resouces2 .n-res-style1 {
    width: 100% !important;
    top: inherit !important;
    bottom: 0;
  }

  .n-resouces2 .n-res-style2 {
    width: 100% !important;
  }

  .n-resouces2 .n-res-details2 {
    padding: 65px 0;
  }

  .n-resouces2 .n-res-style2 {
    top: auto;
    bottom: 0;
  }

  .n-hero-7 .hero-submit-form {
    right: 8%;
  }

  .n-footer-5 .n-footer-links h4 {
    font-size: 18px;
  }

  .n-hero-7 .n-hero7-resume .h-style {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .n-hero-7 .n-hero7-resume span {
    font-size: 14px;
  }

  .n-hero-7 .hero-submit-form i {
    padding: 10px 11px;
    font-size: 13px;
  }

  .n-hero-7 .n-hero7-container h1 {
    font-size: 22px;
    width: 100%;
    line-height: 34px;
  }

  .n-hero-7 .n-hero7-fields ul li {
    float: none;
    width: 100%;
    padding: 8px 16px;
    margin-bottom: 20px;
  }

  .n-hero-7 {
    padding: 60px 0 !important;
    height: auto;
  }

  .n-hero-7 .n-hero7-resume .btn-default {
    padding: 20px 45px;
    width: 100%;
  }

  .n-keywords .n-grid-style {
    width: 100%;
    margin: 0 auto;
  }

  .n-keywords .n-grid-style a {
    width: auto;
    margin-right: 0;
    text-align: center;
    font-size: 12px;
    padding: 5px 15px;
  }

  .n-keywords .n-listing-text {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .n-keywords .nav-tabs {
    position: relative;
    right: auto;
    top: auto;
    border: none;
    margin: 0 auto;
    display: table;
    padding-bottom: 60px;
    padding-top: 15px;
  }

  .n-keywords .n-apply-jobs ul .style-right {
    float: left;
    font-size: 13px;
  }

  .n-keywords .n-keywords-jobs-category .n-keword-jobs-details .n-jobs-title {
    font-size: 15px;
  }

  .n-hiring-employ2 .n-hiring2-bg {
    margin: 0 auto;
    display: table;
  }

  .n-listing-text h2 {
    font-size: 18px;
  }

  .n-location .n-location-style {
    margin-bottom: 30px;
    display: grid;
  }

  .n-location .n-location-style img {
    border-radius: 15px;
    width: 100%;
  }

  .col-lg-6.no-padding {
    padding-left: 0 !important;
    padding-right: 0;
  }

  .col-lg-6.no-padding2 {
    padding-left: 0 !important;
    padding-right: 0;
  }

  .n-parallel .n-parallel-container {
    margin-bottom: 30px;
    margin-left: 5%;
  }

  .n-fetured-candidates3 .n-featured-candidates3-content .feature-style4 {
    font-size: 15px;
  }

  .n-parallel .n-parallel-container .n-parallel-style {
    font-size: 22px;
  }

  .n-parallel .n-parallel-container .n-parallel-style span {
    font-size: 22px;
  }

  .n-parallel .n-parallel-content-2 .n-parallel-container {
    margin-right: 5%;
  }

  .n-newsleter-content .n-newletter .n-ltr-style {
    font-size: 20px;
  }

  .n-newsleter-content .n-newletter p {
    font-size: 13px;
  }

  .n-newsleter-content {
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    margin-top: 0;
  }

  .n-footer-5 .n-footer-details {
    text-align: inherit;
    margin-bottom: 25px;
    margin-top: 20px;
  }

  .n-footer-5 .n-footer-details img {
    margin: initial;
    padding-bottom: 15px;
  }

  .n-footer-5 .n-footer-details ul {
    margin: inherit;
    margin: initial;
  }

  .n-footer-5 .n-footer-links .n-footer-container {
    margin-top: 30px;
  }

  .n-footer-5 .n-footer-details p {
    margin: 0;
    padding-bottom: 12px;
  }

  .n-footer-5 .n-footer-details {
    margin-bottom: 35px;
  }

  .n-keywords .nav-tabs > li a {
    font-size: 13px;
  }
  .n-hero-8 .n-8-container {
    padding-top: 0;
  }

  .nth-mob-app .nth-mob-details .nth-mob-style {
    font-size: 24px;
    line-height: 34px;
  }

  .n-footer-style .nth-footer-text p {
    font-size: 13px;
  }

  .nth-success-products .nth-sc-box .nth-sc-details .nth-profile-text {
    font-size: 14px;
    font-weight: 500;
  }

  .nth-success .nth-sc-content h3 {
    font-size: 26px;
  }

  .nth-success .nth-sc-content {
    padding: 30px 25px;
  }

  .nth-footer-4 .nth-logo-footer {
    float: none;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .nth-footer-4 .input-style input.form-control {
    width: 65%;
  }

  .n-footer-style .nth-footer-content .nth-footer-theme p {
    font-size: 13px;
    line-height: 26px;
  }

  .nth-footer-4 .nth-social-icons {
    float: left;
    padding-bottom: 15px;
  }

  .nth-footer-4 .nth-footer-content .nth-footer-theme {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .nth-success .nth-sc-content {
    margin-bottom: 30px;
  }

  .nth-mob-app .nth-mob-details {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }

  .nth-mob-app .nth-mob-details .nth-mob-style {
    font-size: 22px;
    line-height: 36px;
  }

  .n-hero-8 {
    padding: 60px 0;
  }

  .n-callto-action-8 ul li .counter-js span {
    font-size: 24px;
  }

  .n-hero-8 .n-8-container .n-8-content h1 {
    font-size: 20px;
  }

  .n-hero-8 .n-8-container .n-8-content p {
    line-height: 26px;
    font-size: 14px;
  }

  .n-hero-8 .n-8-container .n-8-product ul li .btn {
    font-size: 13px;
    padding: 10px 28px;
  }

  .n-hero-8 .n-8-container .n-8-content {
    width: 100%;
    margin: inherit;
  }

  .n-8-serch-field ul li:first-child {
    width: 100%;
  }

  .n-8-serch-field ul li {
    float: inherit;
    margin-right: 0;
    width: 100%;
    margin-bottom: 25px;
  }

  .n-8-serch-field ul li .form-group label {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .n-8-serch-field ul li:last-child {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .n-8-serch-field {
    margin-top: -10px;
    padding: 30px 25px;
    border-radius: inherit;
  }

  .n-8-serch-field .form-control {
    height: 45px;
    font-size: 13px;
  }

  .n-hero-8 .n-8-container .n-8-product ul li i {
    padding: 12px 14px;
    font-size: 13px;
  }

  .n-hero-8 .n-8-container .n-8-product ul li span {
    font-size: 13px;
  }

  .n-jobs-recomend3 .nav-tabs {
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 30px;
  }

  .n-jobs-recomend3 .nav-tabs > li.active a {
    font-size: 13px;
  }

  .n-jobs-recomend3 .n-listing-text h2 {
    font-size: 18px;
    margin: 0;
  }

  .n-jobs-recomend3 .n-listing-text {
    margin-bottom: 25px;
    margin-top: 35px;
  }

  .n-jobs-recomend3 .nav-tabs > li.active a {
    padding: 8px 24px;
  }

  .n-jobs-recomend3 .nav-tabs > li > a {
    padding: 8px 24px;
  }

  .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories .jobs3-style {
    font-size: 14px;
  }

  .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories span {
    font-size: 12px;
  }

  .n-jobs-recomend3 .n-jobs3-container .n-jobs3-categories p {
    font-size: 12px;
  }

  .n-jobs-recomend3 .n-jobs3-container .n-jobs3-content p {
    font-size: 12px;
  }

  .n-callto-action-8 .n-8-img {
    display: none;
  }

  .n-callto-action-8 .n-callto-details span {
    font-size: 24px;
  }

  .n-callto-action-8 .n-callto-details h3 {
    font-size: 20px;
  }

  .n-callto-action-8 {
    background-position: left !important;
  }

  .n-callto-action-8 .n-callto-details p {
    font-size: 13px;
    line-height: 26px;
  }

  .n-callto-action-8 ul li {
    margin-right: 15px;
    margin-bottom: 30px;
  }

  .n-callto-action-8 ul li .counter-js p {
    font-size: 13px;
    font-weight: 400;
  }

  .n-f-candidates4 .n-f-canidates-content .n-f-style {
    font-size: 14px;
  }

  .n-f-candidates4 .n-f-canidates-content p {
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 12px;
  }

  .n-f-candidates4 .n-f-canidates-content .btn {
    font-size: 12px;
    font-weight: 500;
    padding: 6px 22px;
  }

  .n-f-candidates4 .n-f-canidates-content .n-candidates-style i {
    font-size: 13px;
  }

  .nth-footer-content {
    margin-top: 0 !important;
  }

  .nth-footer-4 .nth-footer-text {
    margin-bottom: 15px;
  }

  .n-menu-5.mega-menu .menu-button li {
    margin-right: 10px;
  }

  .n-f-candidates4 .n-f-canidates-content {
    padding: 20px 5px;
  }
  .about-company-prf-dtl .job-alert-box {
    flex-direction: column;
    padding: 20px;
  }

  .about-company-prf-dtl .job-alert-box .left-meta {
    margin-bottom: 10px;
  }

  .about-company-prf-dtl .job-alert-box .left-meta,
  .about-company-prf-dtl .job-alert-box .right-meta {
    width: 100%;
    text-align: left;
  }
  .n-candidate-detail {
    padding-top: 0;
  }
  .package-select-box {
    text-align: center;
    padding-right: 0;
  }
  .jobo-job-listing-section .heading-title h2 {
    margin-left: 0 auto;
  }
}

@media (min-width: 320px) and (max-width: 767.98px) {
  .package-detail-wrapper .table-responsive {
    border: 0;
  }

  .package-top-sticky.sticky {
    display: none;
  }

  .woocommerce-cart
    .blog-detail-page
    table.woocommerce-cart-form__contents
    td.product-remove {
    width: 45px;
  }

  .woocommerce-cart
    .blog-detail-page
    table.woocommerce-cart-form__contents
    tr
    td
    .coupon
    input.input-text {
    width: 100% !important;
    margin-bottom: 8px !important;
  }

  .woocommerce-cart
    .blog-detail-page
    table.woocommerce-cart-form__contents
    tr
    td.actions {
    padding: 30px 12px !important;
  }

  .woocommerce-cart
    .blog-detail-page
    table.woocommerce-cart-form__contents
    tr
    td
    .coupon
    .button {
    width: 100%;
  }

  .woocommerce-cart
    .blog-detail-page
    .cart-collaterals
    .cart_totals
    table
    tr
    td {
    padding: 10px;
  }

  .woocommerce-cart .blog-detail-page .cart-collaterals .cart_totals {
    padding: 20px 12px;
  }

  .employer-detail-wrapper .table-responsive {
    border: 0;
  }

  .package-top-sticky.sticky {
    display: none !important;
  }

  .package-top-sticky table tbody tr td:first-child .pricing-plan-cell {
    padding: 10px 0;
  }

 /* .package-detail-table tbody tr td div.pricing-plan-cell .pkg-img-box {
    height: 50px;
    width: 126px;
    text-align: center;
  }*/

  .n-pricing-plan .package-detail-wrapper,
  .n-pricing-plan .employer-detail-wrapper {
    position: relative;
  }

  .n-pricing-plan .package-detail-wrapper:before,
  .n-pricing-plan .employer-detail-wrapper:before {
    content: "\f178";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: -25px;
    right: 0px;
    font-size: 20px;
    color: #57b4dc;
  }

  .n-pricing-plan .package-detail-wrapper:after,
  .n-pricing-plan .employer-detail-wrapper:after {
    content: "Scroll";
    position: absolute;
    top: -30px;
    right: 25px;
    font-size: 20px;
    color: #57b4dc;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
  }
  .n-top-bar2 .n-jobs-details {
    margin-top: 10px;
  }
  .jobo-job-view-modal {
    padding: 0;
  }
  .jobo-job-view-modal .modal-dialog {
    margin: 20px;
    width: calc(100% - 40px);
  }
  .jobo-header-bar .page-heading-info {
    flex-direction: column;
    align-items: flex-end;
  }
  .pricing-package-wrapper .wrapper > div.col-lg-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .package-detail-table tbody tr td:first-child div.pricing-plan-cell {
    padding-right: 45px;
  }
  .candidate-dashboard .main-body .skills-gen {
    margin-bottom: 70px;
  }
  .candidate-dashboard .main-body .skills-gen .group label {
    display: none;
  }
  .candidate-dashboard .main-body .skills-gen .form-group {
    margin-bottom: 10px;
  }
  #business-hours-fields .panel-body .from-to-container {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #ffff;
  }
  .share-button-modal .modal-body .addtoany_list {
    grid-template-columns: repeat(4, 1fr);
  }
  .dashboard-new .emp-manage-application-wrapper .main-body .dashboard-posted-jobs .posted-job-list {
    display: table-row;
  }
  .dashboard-new .emp-manage-application-wrapper .main-body .dashboard-posted-jobs .table-responsive {
    border: 0;
  }
  .emp-all-jobs-wrapper .main-body .add-img img {
    width: 100%;
  }
  .jobo_job_addon .modal-dialog {
    width: 260px;
    margin: 10px auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .jobs-form ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .jobo-pricing-tabs .nav-tabs > li {
    width: 130px;
  }
  /* jobo-black-header-start */
  .jobo-black-header .mega-menu.n-header-trabsparent {
    position: absolute;
    background: #000 !important;
  }

  .jobo-black-header .mega-menu .menu-button {
    margin-bottom: 10px;
  }

  .jobo-black-header
    .mega-menu.n-header-trabsparent
    .menu-button
    .n-login-header {
    color: #ffff;
  }

  .jobo-black-header .mega-menu .menu-mobile-collapse-trigger::before,
  .jobo-black-header .mega-menu .menu-mobile-collapse-trigger::after,
  .jobo-black-header .mega-menu .menu-mobile-collapse-trigger span {
    background: #ffff;
  }

  .jobo-black-header .mega-menu .menu-links > li > a {
    display: block;
  }

  .jobo-black-header
    .mega-menu.n-header-trabsparent
    .menu-links
    > li
    > a:hover::before {
    width: 0%;
  }

  .jobo-black-header .mega-menu .menu-links > li.activeTriggerMobile {
    background-color: #233d7b;
  }

  .jobo-black-header
    .mega-menu.n-header-trabsparent
    .menu-links
    > li.activeTriggerMobile
    > a {
    color: #ffff;
  }

  .jobo-black-header .mega-menu .drop-down-multilevel li:hover > a {
    color: #233d7b;
  }

  .jobo-black-header .mega-menu .menu-links li .drop-down.offset-2 {
    margin-left: 0;
  }

  .jobo-black-header .mega-menu .drop-down h4 {
    color: #233d7b;
  }

  .jobo-black-header .mega-menu .drop-down a:hover {
    color: #233d7b;
  }

  /* jobo-black-header-end */
  /* new-jobo-hero-start */
  .new-jobo-hero {
    padding: 220px 0 80px 0;
  }

  .new-jobo-hero .main-content .search-bar {
    width: 100%;
  }

  .new-jobo-hero .main-content .search-bar input {
    width: 174px;
  }

  .new-jobo-hero .main-content .search-bar .select2-container {
    width: 174px !important;
  }

  .new-jobo-hero .main-content .search-bar .srh-btn {
    padding: 12px 30px;
  }

  .new-jobo-hero .main-content .search-bar input,
  .new-jobo-hero
    .main-content
    .search-bar
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 10px;
  }

  .new-jobo-hero
    .main-content
    .search-bar
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 5px;
  }

  /* new-jobo-hero-end */
  /* jobo-browse-categories-start */
  .jobo-browse-categories .category-box {
    border-right: none;
    border-image: none;
  }

  .jobo-browse-categories .col-12:nth-child(odd) .category-box {
    border-right: 1px solid transparent;
    border-image: url(../images/line-shape.png) 30 round;
  }

  .jobo-browse-categories .col-12:nth-child(5) .category-box::after,
  .jobo-browse-categories .col-12:nth-child(6) .category-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid transparent;
    width: 100%;
    border-image: url(../images/line2-shape.png) 0.5 round;
  }

  /* jobo-browse-categories-end */
  /* featured-candidates-start */
  .featured-candidates .profile-card .prf-meta ul li a {
    padding: 10px 35px;
  }

  /* featured-candidates-end */
  /* our-latest-news-start */
  .our-latest-news .news-card .img-box img {
    width: 100%;
  }

  /* our-latest-news-end */
  /* jobo-demand-change-start */
  .jobo-demand-change {
    margin-top: 0px;
  }

  /* jobo-demand-change-end */
  /* about-company-prf-dtl-start */
  .about-company-prf-dtl {
    padding-bottom: 80px;
  }

  .about-company-prf-dtl .abt-cmpy-prf-dtl {
    margin-top: -100px;
  }

  .about-company-prf-dtl .abt-cmpy-prf-dtl .profile {
    flex-direction: column;
    padding: 20px;
  }

  .about-company-prf-dtl .profile .left-meta .logo {
    margin-right: 20px;
  }

  .about-company-prf-dtl .profile .rightmeta {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  .about-company-prf-dtl .profile .rightmeta .follow-us {
    margin-top: 0px;
  }

  .about-company-prf-dtl .profile .rightmeta h5 {
    margin-right: 0;
    margin-left: 33px;
  }

  .about-company-prf-dtl .botm-counters ul li {
    display: block;
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
  }

  .about-company-prf-dtl .botm-counters ul li:last-child {
    border-bottom: none;
  }

  .about-company-prf-dtl .botm-counters ul li .item {
    padding: 10px 20px;
  }

  .about-company-prf-dtl .prf-description {
    padding: 20px;
  }

  .about-company-prf-dtl .prf-description .reviews .review-card .prf-img {
    height: 140px;
  }

  .about-company-prf-dtl .contact-us {
    margin-top: 30px;
    padding: 20px;
  }

  .about-company-prf-dtl .right-side-banner img {
    width: 100%;
  }

  .about-company-prf-dtl .specialization,
  .about-company-prf-dtl .location,
  .about-company-prf-dtl .form-box {
    padding: 20px;
  }

  /* about-company-prf-dtl-end */

  .jobo-job-listing-section .jobo-tab-menu ul li a {
    padding: 12px 4px;
    font-size: 14px;
  }

  .woocommerce-checkout
    .blog-detail-page
    .woocommerce-checkout-review-order-table
    thead
    tr
    th.product-name,
  .woocommerce-checkout
    .blog-detail-page
    .woocommerce-checkout-review-order-table
    tbody
    tr
    td.product-name {
    width: 350px;
  }

  .package-top-sticky table tbody tr td:first-child .pricing-plan-cell {
    width: 287px;
  }

  .package-top-sticky table tbody tr td:nth-child(2) .pricing-plan-cell {
    padding: 5px 17px;
  }

  .package-top-sticky table tbody tr td:nth-child(3) .pricing-plan-cell,
  .package-top-sticky table tbody tr td:nth-child(4) .pricing-plan-cell {
    padding: 5px 18px;
  }

  .package-top-sticky table tbody tr td .pricing-plan-cell .heading {
    font-size: 18px;
  }

  .n-pricing-plan .table-responsive {
    border: 0;
  }

  .employer-detail-wrapper
    .package-top-sticky
    table
    tbody
    tr
    td:first-child
    .pricing-plan-cell {
    width: 320px;
  }

  .employer-detail-wrapper
    .package-top-sticky
    table
    tbody
    tr
    td:nth-child(3)
    .pricing-plan-cell {
    padding: 5px 14px 5px 13px;
  }

  .employer-detail-wrapper
    .package-top-sticky
    table
    tbody
    tr
    td:nth-child(2)
    .pricing-plan-cell,
  .employer-detail-wrapper
    .package-top-sticky
    table
    tbody
    tr
    td:nth-child(4)
    .pricing-plan-cell {
    padding: 5px 16px;
  }

  .employer-detail-wrapper
    .package-top-sticky
    table
    tbody
    tr
    td:nth-child(2)
    .pricing-plan-cell
    .heading,
  .employer-detail-wrapper
    .package-top-sticky
    table
    tbody
    tr
    td:nth-child(3)
    .pricing-plan-cell
    .heading,
  .employer-detail-wrapper
    .package-top-sticky
    table
    tbody
    tr
    td:nth-child(4)
    .pricing-plan-cell
    .heading {
    font-size: 16px;
  }
  .jobo-employers-filters-section #jobo-filter-buttons {
    padding: 10px 0 0 0;
  }
  .jobo-employers-filters-section #jobo-character-lists ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .n-single-job .n-single-meta ul.n-single-meta-detail li {
    width: 50%;
    text-align: left;
  }
  .emp_dashboard .dashboard-job-filters table tr {
    flex-wrap: wrap;
  }
  .emp_dashboard .dashboard-job-filters table td {
    width: 33.2%;
  }
}

@media (max-width: 575.98px) {
  .jobs-form ul li {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 320px) and (max-width: 575.98px) {
  /* jobo-black-header-start */
  .jobo-black-header .mega-menu.n-header-trabsparent {
    position: absolute;
    background: #000 !important;
  }

  .jobo-black-header .mega-menu .menu-button {
    margin-bottom: 10px;
  }

  .jobo-black-header
    .mega-menu.n-header-trabsparent
    .menu-button
    .n-login-header {
    color: #ffff;
  }

  .jobo-black-header .mega-menu .menu-mobile-collapse-trigger::before,
  .jobo-black-header .mega-menu .menu-mobile-collapse-trigger::after,
  .jobo-black-header .mega-menu .menu-mobile-collapse-trigger span {
    background: #ffff;
  }

  .jobo-black-header .mega-menu .menu-links > li > a {
    display: block;
  }

  .jobo-black-header
    .mega-menu.n-header-trabsparent
    .menu-links
    > li
    > a:hover::before {
    width: 0%;
  }

  .jobo-black-header .mega-menu .menu-links > li.activeTriggerMobile {
    background-color: #233d7b;
  }

  .jobo-black-header
    .mega-menu.n-header-trabsparent
    .menu-links
    > li.activeTriggerMobile
    > a {
    color: #ffff;
  }

  .jobo-black-header .mega-menu .drop-down-multilevel li:hover > a {
    color: #233d7b;
  }

  .jobo-black-header .mega-menu .menu-links li .drop-down.offset-2 {
    margin-left: 0;
  }

  .jobo-black-header .mega-menu .drop-down h4 {
    color: #233d7b;
  }

  .jobo-black-header .mega-menu .drop-down a:hover {
    color: #233d7b;
  }

  /* jobo-black-header-end */
  /* new-jobo-hero-start */
  .new-jobo-hero {
    padding: 180px 0 40px 0;
  }

  .new-jobo-hero .main-content .title {
    font-size: 16px;
  }

  .new-jobo-hero .main-content .heading {
    font-size: 28px;
  }

  .new-jobo-hero .main-content .txt {
    width: 100%;
  }

  .new-jobo-hero .main-content .search-bar {
    flex-direction: column;
  }

  .new-jobo-hero .main-content .search-bar,
  .new-jobo-hero .main-content .search-bar input,
  .new-jobo-hero .main-content .search-bar .select2-container,
  .new-jobo-hero .main-content .search-bar .srh-btn {
    width: 100% !important;
    margin: 0;
  }

  .new-jobo-hero .main-content .search-bar input,
  .new-jobo-hero .main-content .search-bar .select2-container {
    margin-bottom: 10px;
  }

  .new-jobo-hero .main-content .search-bar .srh-btn {
    text-align: center;
  }

  .new-jobo-hero .main-img-box {
    margin-top: 30px;
  }

  /* new-jobo-hero-end */
  /* jobo-browse-categories-start */
  .jobo-browse-categories {
    padding: 40px 0;
  }

  .jobo-browse-categories .category-box {
    border-right: none;
    border-image: none;
  }

  .jobo-browse-categories .col-12:nth-child(5) .category-box::after,
  .jobo-browse-categories .col-12:nth-child(6) .category-box::after,
  .jobo-browse-categories .col-12:nth-child(7) .category-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid transparent;
    width: 100%;
    border-image: url(../images/line2-shape.png) 0.5 round;
  }

  .jobo-browse-categories .category-box-grid .col-12 {
    padding: 0 15px;
  }

  /* jobo-browse-categories-end */
  /* features-jobs-start */
  .features-jobs {
    padding: 40px 0;
  }

  /* features-jobs-end */
  /* top-hiring-companies-start */
  .top-hiring-companies {
    padding: 40px 0 10px 0;
  }

  .top-hiring-companies .jobo-main-meta .main-heading {
    font-size: 34px;
  }

  .top-hiring-companies .company-brand {
    text-align: center;
  }

  /* top-hiring-companies-end */
  /* featured-candidates-start */
  .featured-candidates {
    padding: 40px 0 10px 0;
  }

  .featured-candidates .jobo-main-meta .main-heading {
    font-size: 36px;
  }

  .featured-candidates .profile-card .prf-meta ul li {
    width: 30%;
  }

  .featured-candidates .profile-card .prf-meta ul li a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 12px 8px;
    font-size: 12px;
  }

  /* featured-candidates-end */
  /* our-resources-start */
  .our-resources {
    padding: 40px 0;
  }

  .our-resources .left-cont .title {
    font-size: 28px;
  }

  .our-resources .left-cont .txt {
    font-size: 14px;
  }

  /* our-resources-end */
  /* our-free-app-start */
  .our-free-app {
    padding: 40px 0;
  }

  .our-free-app .right-meta .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .our-free-app .right-meta .txt {
    font-size: 14px;
  }

  .our-free-app .right-meta ul li {
    margin-right: 5px;
  }

  /* our-free-app-end */
  /* customer-testimonial-start */
  .customer-testimonial {
    padding: 40px 0;
  }

  .customer-testimonial .comment-box {
    flex-direction: column;
  }

  .customer-testimonial .comment-box .left-img .img-box {
    margin-bottom: 10px;
  }

  /* customer-testimonial-end */
  /* our-latest-news-start */
  .our-latest-news {
    padding: 40px 0 10px 0;
  }

  .our-latest-news .news-card .img-box img {
    width: 100%;
  }

  /* our-latest-news-end */
  /* jobo-demand-change-start */
  .jobo-demand-change {
    margin-top: 0px;
  }

  /* jobo-demand-change-end */
  /* about-company-prf-dtl-start */
  .about-company-prf-dtl {
    padding-bottom: 80px;
  }

  .about-company-prf-dtl .abt-cmpy-prf-dtl {
    margin-top: -70px;
  }

  .about-company-prf-dtl .abt-cmpy-prf-dtl .profile {
    flex-direction: column;
    padding: 20px;
  }

  .about-company-prf-dtl .profile .left-meta .logo {
    margin-right: 20px;
  }

  .about-company-prf-dtl .abt-cmpy-prf-dtl .profile .left-meta .prf-cont h1 {
    font-size: 24px;
  }

  .about-company-prf-dtl .abt-cmpy-prf-dtl .profile .left-meta .prf-cont span {
    font-size: 14px;
  }

  .about-company-prf-dtl .profile .rightmeta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin-top: 20px;
  }

  .about-company-prf-dtl .profile .rightmeta h5 {
    margin-right: 0;
    margin-left: 33px;
  }

  .about-company-prf-dtl .profile .rightmeta .follow-us {
    margin-top: 0;
  }

  .about-company-prf-dtl .botm-counters ul li {
    display: block;
    border-bottom: 1px solid #dcdcdc;
    border-right: none;
  }

  .about-company-prf-dtl .botm-counters ul li:last-child {
    border-bottom: none;
  }

  .about-company-prf-dtl .contact-us {
    margin-top: 30px;
    padding: 20px;
  }

  .about-company-prf-dtl .social-box {
    padding: 20px;
  }

  .about-company-prf-dtl .right-side-banner img {
    width: 100%;
  }

  .about-company-prf-dtl .prf-description .reviews .review-card .prf-img {
    height: unset;
    float: unset;
  }

  .about-company-prf-dtl .prf-description .reviews .review-card .prf-img img {
    max-width: 76px;
    height: 76px;
  }

  .about-company-prf-dtl .botm-counters ul li .item {
    padding: 10px 20px;
  }

  .about-company-prf-dtl .prf-description {
    padding: 20px;
  }

  .about-company-prf-dtl .prf-description .write-review .form ul {
    flex-direction: column;
  }

  .about-company-prf-dtl .prf-description .write-review .form ul li {
    width: 100%;
  }

  .about-company-prf-dtl
    .prf-description
    .write-review
    .form
    ul
    li:first-child {
    margin-bottom: 20px;
  }

  .about-company-prf-dtl .prf-description .reviews .review-card {
    display: flex;
  }

  .about-company-prf-dtl .specialization,
  .about-company-prf-dtl .location,
  .about-company-prf-dtl .form-box {
    padding: 20px;
  }

  .about-company-prf-dtl
    .prf-description
    .portfolio-video
    .video-img
    .play-btn {
    padding: 5px 10px;
    font-size: 20px;
  }

  .about-company-prf-dtl
    .prf-description
    .portfolio-video
    .video-img
    .play-btn
    i {
    padding-left: 3px;
  }

  .jobo-pricing-tabs .nav-tabs {
    flex-direction: column;
    width: 100%;
  }

  .jobo-pricing-tabs .nav-tabs > li {
    width: 100%;
  }

  /* about-company-prf-dtl-end */
  .jobo-job-listing-section .listing-wrapper .duration-box {
    width: auto;
  }

  .jobo-job-listing-section .listing-wrapper {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }

  .jobo-job-listing-section .jobo-tab-menu ul {
    column-count: 1;
  }

  .jobo-job-listing-section .jobo-tab-menu ul li {
    margin-bottom: 10px;
  }

  .jobo-job-listing-section .jobo-tab-menu ul li:last-child {
    margin-bottom: 0px;
  }

  #sb-signup-form fieldset {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
  }

  .seychelles-register-alert .alert-right-meta .alert-description-box {
    flex-direction: column;
    align-items: start;
  }

  .seychelles-register-alert .alert-right-meta .alert-description-box p {
    width: 100%;
    margin-bottom: 10px;
  }

  .seychelles-register-alert
    .alert-right-meta
    .alert-description-box
    .package-btn {
    margin-left: 0;
  }

  .seychelles-register-alert .alert-left-meta .icon-box {
    margin-right: 20px;
  }

  .seychelles-register-alert .alert-right-meta {
    padding-left: 50px;
  }

  .woocommerce-checkout .blog-detail-page #customer_details,
  .woocommerce-checkout .blog-detail-page .order-review-wrapper {
    margin-bottom: 30px;
  }

  .woocommerce-checkout
    .blog-detail-page
    .woocommerce-checkout-review-order-table
    thead
    tr
    th.product-name,
  .woocommerce-checkout
    .blog-detail-page
    .woocommerce-checkout-review-order-table
    tbody
    tr
    td.product-name {
    width: auto;
  }

  .blog-detail-page
    .blog-post
    .woocommerce-notices-wrapper
    .woocommerce-message {
    padding: 10px 20px;
  }

  .blog-detail-page .blog-post .woocommerce .cart-empty {
    padding: 10px 20px !important;
  }
  .mega-menu .menu-button {
    display: grid;
    grid-template-columns: repeat(2, auto);
    float: left;
  }
  .mega-menu .menu-button.logged_in_header {
    display: block;
  }
  .mega-menu .menu-button li.profile-pic a {
    margin: 0 5px 0 0;
  }
  .mega-menu .menu-button li.profile-pic ul::before {
    right: auto;
    left: 13px;
  }
  .mega-menu .menu-links > li > a {
    padding-left: 0;
  }
  .mega-menu .menu-button .n-login-header {
    margin-left: 0;
  }
  .mega-menu .menu-button li a.btn {
    padding: 13px 8px;
    font-size: 12px;
  }
  .mega-menu .menu-button .n-login-header.notify-me {
    margin-right: 5px;
  }
  .mega-menu .menu-button .job-advertise-btn {
    margin: 0 5px 0 0;
  }
  .jobo-single-job-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .jobo-single-job-box .job-detail {
    margin-left: 0;
    width: 100%;
  }
  .jobo-job-view-modal .modal-dialog {
    margin: 10px;
    width: calc(100% - 20px);
  }
  .jobo-job-view-modal .modal-header h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .jobo-job-view-modal .modal-body h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .jobo-employers-filters-section #jobo-filter-buttons {
    padding: 10px 0 0 0;
  }
  .jobo-multiple-filters-box {
    padding: 0;
  }
  .jobo-employers-filters-section #jobo-character-lists ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .notify-modal .modal-body .notif-single {
    padding-right: 20px;
  }
  .jconfirm .jconfirm-type-red .jconfirm-title {
    padding: 10px;
  }
  .n-single-job .n-single-meta ul.n-single-meta-detail li {
    width: 100%;
    text-align: left;
  }
  .jobo-single-job-box .job-detail .job-view-btns .view-job-detail .jobo-tooltip-text {
    right: unset;
    left: 18px;
    border-radius: 25px 25px 25px 0px;
  }
  .jobo-single-job-box .job-detail .job-view-btns .view-job-detail .jobo-tooltip-text::before {
    background-image: url(../images/icons/single-job-icons/tooltip-corner-left.png);
    right: unset;
    left: -1px;
  }
  .pricing-package-wrapper .more-feature-btn a {
    font-size: 20px;
  }
  .package-detail-table tbody tr td:first-child div.pricing-plan-cell {
    padding-right: 45px;
  }
  .heading-title h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .heading-title p {
    font-size: 22px;
    line-height: 26px;
  }
  .jobo-stats-box {
    padding: 20px 20px 10px 20px;
  }
  .jobo-stats-box .stats-progress .progress {
    margin-left: 0;
  }
  .jobo-stats-box .stats-figure-box img {
    width: 100px;
  }
  .jobo-stats-box.package-box .stats-content-box {
    gap: 0 10px;
  }
  .add-more-fields {
    width: 260px;
  }
  .jobo-job-view-modal .modal-body .content-meta li {
    width: 100%;
    margin-right: 0;
  }
  .woocommerce-cart .blog-detail-page .blog-post .blog-main-title {
    font-size: 38px;
  }
  .jobo-header-bar .followers-detail-wrapper {
    gap: 5px;
    width: 100%;
    flex-wrap: wrap;
  }
  .jobo-header-bar .followers-detail-wrapper .notification-alert-btn, 
  .jobo-header-bar .followers-detail-wrapper .copy-listing-link-btn {
    padding: 2px 5px 4px;
  }
  .share-button-modal .modal-body .addtoany_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .emp_dashboard .jobo-stats-box {
    height: auto;
  }
  .emp_dashboard .jobo-stats-box.package-box .stats-content-box {
    flex-wrap: wrap;
    gap: 10px;
  }
  .emp_dashboard .dashboard-job-filters table tr {
    flex-wrap: wrap;
  }
  .emp_dashboard .dashboard-job-filters table td {
    width: calc(50% - 1px);
  }
  .jobo-job-listing-section .listing-wrapper .job-listing-box ul li {
    padding-right: 30px;
  }
  .jobo-job-listing-section .listing-wrapper .job-listing-box ul li .package-name {
    width: 100px;
  }
  .jobo-job-listing-section .listing-wrapper .job-listing-box:nth-child(4) .select-job-btn {
    position: unset;
    display: block;
    margin-top: 30px;
  }
  .jobo_job_addon .job-list li .job-topups-checkbox .package-name {
    width: 38%;
  }
}

@media (max-width: 420px) {
  .mega-menu .menu-button.logged_in_header li a.btn {
    font-size: 10px;
    padding: 10px 8px;
  }
  .mega-menu .menu-button li.profile-pic {
    line-height: 34px;
  }
  .mega-menu .menu-button.logged_in_header {
    display: grid;
  }
  .mega-menu .menu-button .n-login-header.notify-me {
    line-height: 56px;
  }
  .mega-menu .menu-button li.profile-pic a.dropdown-toggle {
    line-height: 56px;
  }
}

@media (max-width: 410px) {
  #sb-signup-form .mail-validate-field .form-control {
    width: 40px;
    height: 40px;
    padding: 5px;
  }

  .jb-select-button {
    display: block;
    margin: 0 auto;
  }

  .jb-select-button:last-child {
    margin: 0 auto;
    margin-top: 20px;
  }
  .mega-menu .menu-button .job-advertise-btn {
    margin: 0 5px 0px 0;
  }
  .mega-menu .menu-button li a.btn {
    font-size: 12px;
    padding: 13px 10px;
  }
}

@media (max-width: 400px) {
  /* jobo-black-header-start */
  .jobo-black-header .mega-menu .menu-button li {
    float: none;
    display: inline-block;
  }

  .jobo-black-header .mega-menu .menu-button li .n-login-header.right::before {
    border-left: none;
  }

  /* jobo-black-header-end */
  /* new-jobo-hero-start */
  .new-jobo-hero {
    padding: 220px 0 40px 0;
  }

  .new-jobo-hero .main-content .title {
    font-size: 14px;
  }

  .new-jobo-hero .main-content .heading {
    font-size: 23px;
  }

  .new-jobo-hero .main-content .txt {
    font-size: 14px;
  }

  /* new-jobo-hero-end */
  /* jobo-main-meta-start */
  .jobo-main-meta .main-heading {
    font-size: 30px;
  }

  .jobo-main-meta .main-txt {
    font-size: 14px;
  }

  /* jobo-main-meta-end */
  /* features-jobs-start */
  .features-jobs .ftrd-job-box {
    padding: 20px;
  }

  .features-jobs .ftrd-job-box .job-field {
    right: 20px;
  }

  .features-jobs .ftrd-job-box .job-field span,
  .features-jobs .ftrd-job-box .job-field h5,
  .features-jobs .ftrd-job-box .job-field h5 span {
    font-size: 14px;
  }

  .features-jobs .ftrd-job-box .title {
    font-size: 18px;
  }

  .features-jobs .ftrd-job-box .location {
    font-size: 13px;
  }

  .features-jobs .ftrd-job-box .bottom-box h5 {
    font-size: 20px;
  }

  .features-jobs .ftrd-job-box .bottom-box .apply-btn {
    padding: 10px 24px;
  }

  /* features-jobs-end */
  /* top-hiring-companies-start */
  .top-hiring-companies .jobo-main-meta .main-heading {
    font-size: 26px;
  }

  .top-hiring-companies .jobo-main-meta span {
    font-size: 22px;
  }

  /* top-hiring-companies-end */
  /* featured-candidates-start */
  .featured-candidates .jobo-main-meta .main-heading {
    font-size: 28px;
  }

  .featured-candidates .profile-card .prf-meta ul li {
    width: 32%;
  }

  .featured-candidates .profile-card .prf-meta ul li a {
    padding: 8px 4px;
    font-size: 11px;
  }

  /* featured-candidates-end */
  /* our-resources-start */
  .our-resources .left-cont .title {
    font-size: 22px;
  }

  /* our-resources-end */
  /* our-free-app-start */
  .our-free-app .right-meta .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .our-free-app .right-meta ul li {
    display: block;
  }

  .our-free-app .right-meta ul li:first-child {
    margin-bottom: 10px;
  }

  /* our-free-app-end */
  /* customer-testimonial-start */
  .customer-testimonial .jobo-main-meta .main-heading {
    line-height: 40px;
  }

  .customer-testimonial .comment-box .right-meta .shape-img {
    right: 20px;
  }

  /* customer-testimonial-end */
  /* our-latest-news-start */
  .our-latest-news .news-card .card-meta .title {
    font-size: 16px;
  }

  .our-latest-news .news-card .card-meta .txt {
    font-size: 14px;
  }

  /* our-latest-news-end */
  /* jobo-demand-change-start */
  .jobo-demand-change .n-newsleter-content {
    padding: 30px 15px 30px 15px;
  }

  /* jobo-demand-change-end */
  /* about-company-prf-dtl-start */
  .about-company-prf-dtl .abt-cmpy-prf-dtl .profile .left-meta {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .about-company-prf-dtl .profile .left-meta .logo {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .about-company-prf-dtl .botm-counters ul li .item {
    text-align: center;
  }

  .about-company-prf-dtl .prf-description .reviews .review-card .prf-img {
    float: unset;
    height: unset;
    margin-bottom: 10px;
  }

  .about-company-prf-dtl .prf-description .reviews .review-card {
    display: block;
  }

  .about-company-prf-dtl .prf-description .reviews .review-card .prf-img img {
    max-width: unset;
    height: unset;
  }

  /* about-company-prf-dtl-end */
  .jobo-employers-filters-section #jobo-character-lists ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .jobo-employers-filters-section #jobo-character-lists ul .employer-card .employer-logo img {
    height: 100%;
  }
  .notify-modal .modal-footer .btn-default {
    padding: 8px 10px;
  }
  .notify-modal .modal-footer .n-btn-flat {
    padding: 8px 10px;
  }
  .share-button-modal .modal-body .addtoany_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .mega-menu .menu-button li.profile-pic ul {
    left: -55px;
  }
  .mega-menu .menu-button li.profile-pic ul::before {
    left: 69px;
  }
}