.nav-brand img {
  width: 100px;
  position: relative;
}
.nav-menu {
  margin: 0;
  padding: 0;
  line-height: normal;
  display: flex;
  align-items: center;
}
.nav-menu > li {
  float: unset;
  text-align: left;
}
.nav_inner {
  display: flex;
  justify-content: end;
}
.nav-dropdown.mega-menu {
  min-width: 800px;
  max-width: 840px;
  padding: 0 !important;
  right: 0 !important;
  overflow: hidden;
  top: 50px;
}
.nav-menu.nav-menu-social > li.list-buttons a {
  top: 0px;
  padding: 10px 15px;
  color: #6e39cb !important;
  border-radius: 50px;
  position: relative;
  border: 1px solid #6e39cb;
  background: transparent;
}
.nav_menu_ li {
  margin-right: 20px;
}
.nav_menu_ li:last-child {
  margin-right: 10px;
}
.become_partner {
  border: 1px solid #6e39cb;
  border-radius: 50px;
  padding: 10px 15px !important;
  color: #ffffff !important;
  background: #6e39cb;
}
.become_partner:hover {
  color: #ffffff !important;
}
.nav-menu > li > a {
  font-size: 14px;
}
[data-overlay]:before {
  position: absolute;
  content: "";
  background: rgb(16 19 26);
  background: linear-gradient(27deg, rgb(0 0 0) 50%, rgb(110 57 203) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 992px) {
  .nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 12px;
    padding-top: 0px;
  }
}
.header {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

/* login popup css 03 Apr, 2024 */
.loginLogo_img {
  text-align: center;
  margin-bottom: 25px;
}
.loginLogo_img img {
  width: 120px;
}
.close_modal {
  position: absolute;
  top: 10px;
  right: 12px;
}
.loginBody {
  background-image: url("../new-image/login-img/login-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  padding: 30px 20px;
}
.signup_btn {
  padding: 10px 50px !important;
  display: inline-block;
  margin-top: 10px;
}
.form-control {
  height: 50px;
  font-size: 14px;
  box-shadow: none;
  border: 1px solid #dadfe6;
  background-clip: initial;
}
.form-group {
  margin-bottom: 10px;
  position: relative;
}
.form-group label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
.login_note {
  margin-top: 18px;
}
.LoginContainer .row {
  align-items: center;
}
.top_title {
  margin-bottom: 25px;
  font-size: 20px;
}
.top_title span {
  color: #6e39cb;
}
.icon_log {
  position: absolute;
  top: 33px;
  /* padding: 12px; */
  background: #f7f7f7;
  left: 1px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.login_input {
  padding-left: 60px;
}
.icon_log iconify-icon {
  font-size: 17px;
}
.login_ff {
  padding: 30px;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgb(165 99 192) !important;
}
.para_job {
  margin-bottom: 25px;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgb(168 104 194) !important;
}
.dropify-wrapper .dropify-message p {
  margin: 5px 0 0;
  font-size: 14px;
}
.dropify-wrapper {
  border: 1px dashed #6e39cb !important;
  border-radius: 5px !important;
}
.dropify-wrapper .dropify-message span.file-icon {
  color: #6e39cb !important;
}
.btn-whites {
  background: #6e39cb;
  border-color: var(--bs-white);
  color: #ffffff;
}

.bnr_para {
  width: 80%;
  margin: 0 auto;
}
.featured_jobs {
  position: relative;
}
.search-wrap {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: absolute;
  width: 80%;
  top: -35px;
  z-index: 2;
  left: 156px;
  transform: translate(0%, -5%);
}

.careersBlock-caps h2 {
  font-size: 40px !important;
}
.sub_title {
  font-weight: 600;
  color: #777777 !important;
}

/* subscription plan tabs */
.tab-btns {
  /* margin: 1rem 2rem 0; */
  display: flex;
  justify-content: center;
  gap: 10px;
  background: #9466a8;
  width: 100%;
  padding: 20px 0 0;
}
.tab-btns .tab {
  border: none;
  border-radius: 0;
  background-color: #a271b8;
  color: white;
  padding: 15px 30px;
  cursor: pointer;
  transition: all 0.3s linear;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
}
.tab-btns .tab iconify-icon {
  font-size: 22px;
  margin-right: 5px;
}
.tab-btns .active-btn {
  outline: none;
  outline-offset: 3px;
  border-radius: 0;
  background: white;
  color: #a271b8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/* .tab-btns button:first-child {
    border-left: 0;
  } */
@media screen and (max-width: 500px) {
  .tab-btns {
    gap: 1rem;
  }
  .tab-btns .tab {
    padding: 0.4rem 0.8rem;
  }
}

.tab-content {
  height: 0;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  overflow: hidden;
  transition: all 0.3s linear;
}

.tab-content.active {
  height: auto;
  padding: 50px 20px 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* .plans_box_main .row{
    width: 100%;
    justify-content: center;
  } */
.plan_category {
  color: #5567b3;
  font-weight: 600;
}
.plan_price_ak .plan-price-currency {
  position: relative;
  font-size: 26px;
  vertical-align: top;
  top: -0.25em;
  letter-spacing: -0.25em;
  color: #0b3858;
  left: -5px;
}
.plan_price_ak .plan-price-num {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #0b3858;
}
.plan_price_ak .plan-price-duration {
  opacity: 0.33;
  font-size: 15px;
  font-weight: 500;
}
/* .plans_box_main .row .col-lg-3:first-child {
    padding-left: 15px !important;
  }
  .plans_box_main .row .col-lg-3:last-child {
    padding-right: 12px !important;
  } */
.plan-price-wrapper {
  line-height: 10px;
  margin-top: 55px;
  margin-bottom: 15px;
}
.employee_count {
  font-size: 15px;
  font-weight: 600;
  color: #436984;
  margin-bottom: 0;
  margin-top: 25px;
}
.btn_start {
  margin-bottom: 30px;
}
.btn_start a {
  padding: 11px;
  border: 1px solid #87529f;
  border-radius: 40px;
  color: #87529f;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.btn_start a:hover {
  background: #87529f;
  color: #fff;
}
.extra_pp {
  font-weight: 400;
}
.extra_pp span {
  font-weight: 600;
}
.PlanmoduleList {
  display: flex;
  align-items: center;
  /* height: 248px; */
}
.plans_box_main .col-lg-3 {
  padding: 0 4px;
}
/* .plans_box_main .row{
    justify-content: center;
  } */
/*  */
.checkbox-alias {
  background-color: transparent;
  width: 100%;
  height: 45px;
  z-index: 1;
  position: relative;
  transition: all 250ms ease-out;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #87529f;
  font-weight: 700;
  color: #87529f;
}

.invisible-checkboxes input[type="radio"] {
  display: none;
  /*   margin-right: -20px;
  position: relative;
  z-index: 2; */
}
.invisible-checkboxes input[type="radio"]:checked + .checkbox-alias {
  background-color: #87529f;
  color: #fff;
  border: 1px solid #87529f;
}
.invisible-checkboxes {
  display: flex;
}

/* onbording input css */
fieldset.wizard-fieldset.show {
  width: 70%;
  margin: 0 auto;
}
.select_box .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 60px !important;
  user-select: none;
  -webkit-user-select: none;
  border-radius: 10px !important;
  border: 1px solid #d6dadd !important;
}
.select_box
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 76px !important;
}
.select_box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 57px !important;
  position: absolute;
  top: 1px;
  right: 11px !important;
  width: 20px;
}
.select_box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #a9a4a4 transparent transparent transparent !important;
  border-width: 7px 6px 0 6px !important;
}
.select_box .select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}
.w-90 {
  width: 90% !important;
}
.billing_address {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  margin-bottom: 25px;
  align-items: center;
  justify-content: space-between;
}
.plan_name_checkout {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 15px;
}
.plan_price_checkout {
  margin-bottom: 0;
}
.plan_price_checkout span {
  font-weight: 600;
  font-size: 16px;
}
.plan_name_checkout span {
  font-size: 11px !important;
  display: block;
  color: #bec0c1;
  font-weight: 400;
  margin-bottom: 5px;
}
.total_amt .plan_name_checkout {
  font-size: 18px !important;
  font-weight: 700;
}
tr.total_amt td {
  border: none;
}
.payment_info a {
  background: #8d5ca3;
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
}
#timeclockmodule .moduleIConleft {
  background: #85c7ed;
}
#Jobcreation .moduleIConleft {
  background: #dde589;
}
#schedulingmodule .moduleIConleft {
  background: #cad45e;
}
#timemanagementmodule .moduleIConleft {
  background: #abd482;
}
#reportingkmodule .moduleIConleft {
  background: #2c73c7;
}
#taskmanagemodule .moduleIConleft {
  background: #f36586;
}

#Onboardingkmodule .moduleIConleft {
  background: #65a3f3;
}
#hrdocumentmodule .moduleIConleft {
  background: #f3ab48;
}
/* .PlanmoduleList {
    height: 85px;
  } */
.Titleofmodule_plan span {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.moduleIncludes h2 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #446885;
}
.PlattitleHEader {
  margin-bottom: 25px;
}
.PlattitleHEader h1 {
  color: #0b3858;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 22px;
}
.PlattitleHEader h1 iconify-icon {
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.plancatpriceHeader h2 {
  color: #333;
  font-size: 16px;
  margin-bottom: 5px;
}
.plancatpriceHeader p {
  color: #6e779c;
  font-size: 15px;
}
.PlanBox {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  /* box-shadow: 0 3px 10px 0 rgba(0,0,0,.06); */
  height: 100%;
  /* border-right: 1px solid #ececec; */
  display: flex;
  border: 1px solid #ececec;
}
/* .PlancategoryAndprices {
      margin-top: 50px;
  } */

.categoryAndpricebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #d2d6da9e;
  padding: 9px 20px;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}
.priceofcat_inrplan h3 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}
.priceofcat_inrplan span {
  font-size: 13px;
  position: absolute;
  top: 1px;
  left: -8px;
  margin-right: 3px;
}
.priceofcat_inrplan {
  position: relative;
  display: inline-block;
}
.categoryTitle_inrox h2 {
  margin-bottom: 0px;
  color: #353a3f;
  font-size: 14px;
}

.categoryListitems li {
  margin-bottom: 12px;
}
.mobile-preview .mobilepreview_maintitle {
  font-size: 17px;
  color: #353a3f;
  text-align: center;
  margin: 15px 0px;
  font-weight: 500;
}
#mobilePreview {
  padding: 0px 15px;
}
#mobilePreview strong {
  display: block;
  width: 100%;
}
#highlight-content {
  width: 300px;
  width: calc(300px - 80px);
}
#highlight-content h2 {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}
.button_popoverhighlights {
  background: #fff;
  border-radius: 10px;
}
.popover-body {
  padding: 20px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.06);
}
#highlight-content ul {
  margin-top: 20px;
  padding-left: 25px;
}
#highlight-content ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
  position: relative;
}
#highlight-content ul li::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 6px;
  color: #32bf90;
  position: absolute;
  left: -25px;
}
#mobilePreview ul li::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 6px;
  color: #32bf90;
}
.planHighlights {
  margin-top: 15px;
}
.button_popoverhighlights {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  color: #000;
  border: 5px;
  text-decoration: none;
  border: 1px solid #8c5ba3;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_popoverhighlights iconify-icon {
  margin-left: 4px;
}
.button_popoverhighlights:hover {
  background: #8c5ba3;
  color: #fff;
  border: 1px solid #8c5ba3;
}
.button_popoverhighlights:active {
  background: #8c5ba3;
  color: #fff;
  border: 1px solid #8c5ba3;
}
.button_popoverhighlights:focus {
  background: #8c5ba3;
  color: #fff;
  border: 1px solid #8c5ba3;
}

.planHighlights h2 {
  color: #000;
  margin-bottom: 20px;
  font-size: 20px;
}
.button_popoverhighlights {
  width: 100%;
}
.editPlansbutton {
  position: absolute;
  right: 25px;
  top: 15px;
  display: inline-flex;
  width: 32px;
  height: 32px;
  background: transparent;
  border: 1px solid #8c5ba3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.editPlansbutton:hover {
  background: #8c5ba3;
  color: #fff;
}

.PlanmoduleList ul li {
  display: flex;
  align-items: center;
  width: auto;
  margin-bottom: 10px;
  margin-right: 10px;
}
.PlanmoduleList ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.PlanmoduleList ul .moduleIConleft {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 10px;
}

/*  */

/* 2-04-2024 12:02 Sparsh Singhal */

.Fj {
  padding-bottom: 15px;
  color: #000000;
  margin-top: 60px;
}

.card1 {
  background-image: linear-gradient(to right, #f2ecfe, #ffffff);
}

.btn-1 {
  border-radius: 25px;
  background-color: #6e39cba1;
  border: none;
  padding: 6px 25px 6px 25px;
}

.btn-1:hover {
  background: var(--bs-primary-bg-dark) !important;
  border-color: var(--bs-primary-bg-dark) !important;
  color: var(--bs-white) !important;
}

.btn-1:focus {
  background: var(--bs-primary-bg-dark) !important;
  border-color: var(--bs-primary-bg-dark) !important;
  color: var(--bs-white) !important;
}

.btn-1:active {
  background: var(--bs-primary-bg-dark) !important;
  border-color: var(--bs-primary-bg-dark) !important;
  color: var(--bs-white) !important;
}

.btn-1::after {
  background-color: rgba(255, 255, 255, 0.76);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  transform: rotate(35deg);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}

.btn-1:hover:after {
  left: 120%;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

.btn-1:focus,
.btn-1:hover {
  box-shadow: none;
}

.img-1 {
  object-fit: contain;
  padding-right: 10px;
}

.grp {
    padding-left: 5px;
    display: flex;

}
.similarJob{
    width: 100%;
}
.grp p {
  margin-bottom: 0;
}

.text-space {
  letter-spacing: 0.025em;
}

.shape-1 {
  background-image: url("../img/banner-2.png");
  background-size: cover;
  position: relative;
  color: #ffffff;
  background-position: center;
}

.shape-1::before {
  position: absolute;
  content: "";
  background: rgba(16, 19, 26, 0.648);
  /* background: linear-gradient(27deg, rgb(0 0 0) 50%, rgb(110 57 203) 100%); */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.text2 {
  position: relative;
  z-index: 2;
}

.btn-2 {
  padding: 10px 20px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease 0.4s;
  border-radius: 0.375rem;
  overflow: hidden;
  animation-delay: 0.7s;
  animation-duration: 0.5s;
  position: relative;
}

.btn-2::after {
  background-color: rgba(255, 255, 255, 0.76);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  transform: rotate(35deg);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}

.btn-2:hover:after {
  left: 120%;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

.btn-2:focus,
.btn-2:hover {
  box-shadow: none;
}

.container-access {
  padding: 150px 40px 150px 40px;
  margin: 60px 30px 0px 30px;
  background-image: url("../img/Banner-4.png");
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* .ma-img{
    text-align: center;
    width: 80%;
    position: absolute;
    top: 0;
    bottom: 40px;
    overflow-y: visible;
} */

.text-mobile {
  display: flex;
  flex-direction: column;
  padding-left: 25px;
}

.container-access a img {
  padding: 10px;
  padding-left: 0;
}

.container-access .row {
  align-items: center;
}

.playStore {
  display: flex;
}
.playStore a img {
  width: 100%;
}
.ma-img img {
  position: absolute;
  top: -145px;
}
.filter-containers {
  display: flex;
  flex-direction: row;
}

.filter-containers > .filter1 {
  padding-left: 0;
}
.filter-containers > .filter5 {
  padding-right: 0;
}

.filter-containers > div {
  width: 100%;
  padding: 10px;
  text-align: left;
}
.text2 p {
  line-height: 30px;
}
.filter-containers .select2-container--default .select2-selection--single {
  background-color: #f9f9f9;
}
.select2-container--default .select2-results__option--selected {
  background-color: #f0f0f0 !important;
  color: #000000 !important;
}
.tab_bg_ {
  background: #ffffff;
}
section.pricing {
  background: #fbf9ff;
}
.sectionWrap_title {
  margin-bottom: 30px;
}
.card {
  border: none;
  overflow: hidden;
  background: var(--bs-white-bg);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.square--70 {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px !important;
}
.fbxerWraps-icons i {
  font-size: 18px !important;
}
section.download_section {
  padding: 200px 0 80px;
}
.job_fu img {
  width: 25% !important;
}
.bg-primary-2 {
  background-color: #f0f0f0 !important;
}
.card2 .jobgridHeader {
  padding-bottom: 13px;
}
.list-buttons {
  padding-right: 10px;
}
.drp_menu_headr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem;
  background: #6e39cb !important;
}
.dashboard-wrap {
  min-height: calc(100vh - 75px);
  display: flex;
  flex-wrap: wrap;
  padding-top: 0 !important;
}
.dashboard-inner {
  position: relative;
  display: block;
  padding: 60px 0 30px 0;
}
.dashboard-nav {
  display: block;
  z-index: 11;
  padding-bottom: 70px;
  z-index: 0;
  background: var(--bs-white-bg);
  border-top: 1px solid #ececec;
}

/* Profile pic change css */
.avatar-upload {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-upload .avatar-edit {
  position: absolute;
  left: 77%;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f030";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  font-size: 13px;
}
.avatar-upload .avatar-preview {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.admin_profile {
  width: 60%;
  margin: 60px auto;
  padding: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.admin_profile .avatar-upload .avatar-preview {
  width: 100px;
  height: 100px;
}
.back_img {
  background-image: url(../images/new-images/bluebg.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  margin-right: 18px;
}
.inner_box_ghie {
  padding: 20px;
  margin-top: 50px;
}
/* .avtar_box {
    position: absolute;
    bottom: -47px;
    left: 30px;
  } */
.name_dt_fg {
  font-size: 15px;
  margin-top: 42px;
  margin-left: 12px;
}
@media only screen and (min-width: 767px) and (max-width: 992px) {
  .container-access {
    padding: 180px 20px 35px 20px;
    margin: 30px 30px 0px 30px;
    background-image: url("../img/Banner-4.png");
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  /* .ma-img{
        width: 10%;
    } */
  .text-mobile {
    display: flex;
    flex-direction: column;
    padding-left: 70px;
    margin-top: -112px;
    padding-bottom: 30px;
  }
  .ma-img img {
    left: 20px;
    width: 36%;
    position: absolute;
    top: -93px;
  }
  h1 {
    font-size: 25px;
  }

  .careersBlocks-wraps {
    display: flex;
    /* flex-direction: column-reverse; */
  }
  .careerblock {
    padding: 80px 10px 80px 10px;
  }

  .careersBlock-caps {
    padding-bottom: 20px;
  }

  .g-5,
  .gx-5 {
    --bs-gutter-x: 0;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1067px) {
  .text-mobile {
    display: flex;
    flex-direction: column;
    padding-left: 50px;
  }
  .text2 {
    position: relative;
    z-index: 2;
    bottom: 50px;
  }
  .ma-img img {
    position: absolute;
    top: -95px;
    width: 32%;
  }

  .container-access {
    padding: 150px 40px 60px 40px;
  }

  .nav-brand {
    padding: 0px 15px 7px 0;
    font-size: 24px;
    margin-right: 1rem;
    margin-top: -8px;
    text-decoration: none !important;
  }
  .nav-menu > li > a {
    padding: 0;
    display: inline-block;
    transition: color 0.3s, background 0.3s;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    font-size: 13px;
  }
  .nav-menu > li > a {
    font-size: 13px;
    display: flex;
    align-items: center;
  }



  .PlanBox {
    background: #fff;
    border-radius: 0;
    padding: 20px;
    height: 100%;
    border: 1px solid #ececec;
  }
  #highlight-content {
    width: 300px;
    width: calc(300px - 92px);
  }
  .btn_start a {
    padding: 11px 56px;
    border: 1px solid #87529f;
    border-radius: 40px;
    color: #87529f;
    font-size: 15px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    /* margin-top: 6px; */
  }
  .extra_pp {
    font-weight: 400;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 392px) {
  .tab-btns .tab {
    font-size: 11px;
  }
  .tab-btns {
    gap: 6px !important;
  }
  .tab-btns .tab iconify-icon {
    font-size: 17px;
    margin-right: 5px;
  }
  .Fj {
    margin-top: 0;
  }
  .careersBlock-caps h2 {
    font-size: 22px !important;
  }
  .container-access {
    padding: 150px 20px 35px 20px;
    margin: 85px 30px 0px 30px;
    background-image: url("../img/Banner-4.png");
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  /* .ma-img{
        width: 10%;
    } */
  .text-mobile {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    margin-top: 180px;
  }
  .ma-img img {
    left: 38px;
    width: 76%;
    position: absolute;
    top: -145px;
  }
  h1 {
    font-size: 25px;
  }

  .careersBlocks-wraps {
    display: flex;
    flex-direction: column-reverse;
  }
  .careerblock {
    padding: 80px 10px 80px 10px;
  }

  .careersBlock-caps {
    padding-bottom: 20px;
  }
  .hero-header {
    padding: 0em 0 5em;
    min-height: 450px;
  }
  h1 {
    font-size: 20px;
  }
  .bnr_para {
    width: 100%;
    margin: 0 auto;
    line-height: 28px;
  }
  .search-wrap {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: absolute;
    width: 95%;
    top: -95px;
    z-index: 2;
    left: 10px;
    transform: translate(0%, -5%);
  }
  /* .filter-containers {
        display: flex;
        flex-direction: row;
        margin-top: 40px;
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
        margin-bottom: 35px;
    } */
  .filter-containers {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
    margin: 50px 0 32px;
  }
  .filter-containers .select2-container {
    width: 125px !important;
  }
  .featured_jobs {
    padding-bottom: 12px;
  }

  .g-5,
  .gx-5 {
    --bs-gutter-x: 0;
  }
}
@media (min-width: 393px) and (max-width: 767px) {
  .tab-btns .tab {
    font-size: 14px;
  }
  .tab-btns {
    gap: 6px !important;
  }
  .tab-btns .tab iconify-icon {
    font-size: 17px;
    margin-right: 5px;
  }
  .Fj {
    margin-top: 0;
  }
  .careersBlock-caps h2 {
    font-size: 22px !important;
  }
  .container-access {
    padding: 150px 20px 35px 20px;
    margin: 85px 30px 0px 30px;
    background-image: url("../img/Banner-4.png");
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  /* .ma-img{
        width: 10%;
    } */
  .text-mobile {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    margin-top: 180px;
  }
  .ma-img img {
    left: 38px;
    width: 76%;
    position: absolute;
    top: -145px;
  }
  h1 {
    font-size: 25px;
  }

  .careersBlocks-wraps {
    display: flex;
    flex-direction: column-reverse;
  }
  .careerblock {
    padding: 80px 10px 80px 10px;
  }

  .careersBlock-caps {
    padding-bottom: 20px;
  }
  .hero-header {
    padding: 0em 0 5em;
    min-height: 450px;
  }
  h1 {
    font-size: 20px;
  }
  .bnr_para {
    width: 100%;
    margin: 0 auto;
    line-height: 28px;
  }
  .search-wrap {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: absolute;
    width: 95%;
    top: -95px;
    z-index: 2;
    left: 10px;
    transform: translate(0%, -5%);
  }
  /* .filter-containers {
        display: flex;
        flex-direction: row;
        margin-top: 40px;
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
        margin-bottom: 35px;
    } */
  .filter-containers {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    white-space: nowrap;
    justify-content: flex-start;
    flex-direction: row;
    position: relative;
    margin: 50px 0 32px;
  }
  .filter-containers .select2-container {
    width: 125px !important;
  }
  .featured_jobs {
    padding-bottom: 12px;
  }

  .g-5,
  .gx-5 {
    --bs-gutter-x: 0;
  }
}

.container-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0px 30px 0px 30px;
  padding: 40px 0 !important;
  border-top: 1px solid #ececec;
}

.icons-container .icons i {
  /* border: #000000 1px; */
  background-color: #e9e5fe;
  padding: 10px;
  border-radius: 70px;
}

/* ======================Product page CSS====================== */
.ob {
  /* width: 80%; */
  z-index: 0;
}
.ob .row {
  align-items: center;
}
.ob-title {
  padding-bottom: 2px;
  font-size: 45px;
}
.ob-subtitle {
  font-size: 13px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  padding: 0;
  margin-bottom: 0.5em;
  margin-left: 0.3em;
}
.ob-text {
  text-transform: uppercase;
  font-size: 19px;
  padding: 0px 0px 5px 0px;
  line-height: 30px;
}

.ob-container p {
  letter-spacing: 1px;
}
.ob-container {
  padding: 15px;
  width: 80%;
}

.ob_img_bx {
  width: 100%;
}
.ob_img_bx img {
  width: 100%;
  border: none;
  border-radius: 20px;
}

.dm {
  width: 100%;
  border-top: 1px solid #00000025;
}

.dm .row {
  align-items: center;
}
.dm-title {
  padding-bottom: 2px;
  font-size: 50px;
}
.dm-subtitle {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}
.dm-text {
  text-transform: uppercase;
  font-size: 19px;
  padding: 0px 0px 5px 0px;
  line-height: 30px;
}

.dm-container p {
  letter-spacing: 1px;
}
.dm-container {
  padding: 15px;
  /* line-height: 2px; */
  width: 100%;
}

.dm_contain {
  width: 85%;
}

.dm_img_bx {
  width: 100%;
}

.dm_img_bx img {
  width: 100%;
  border-radius: 20px;
  /* height: 100vh; */
}

.dm-list {
}

ul.check_points li {
  margin-bottom: 20px;
  position: relative;
}
.check_points {
  padding-left: 35px;
}
ul.check_points li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: -29px;
}

.cj {
  width: 100%;
  border-top: 1px solid #00000025;
  padding-top: -20px;
}
.cj .row {
  align-items: center;
}
.cj-title {
  font-size: 38px;
}
.cj-subtitle {
  font-size: 16px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}
.cj-text {
  text-transform: uppercase;
  font-size: 19px;
  padding: 0px 0px 10px 0px;
  line-height: 30px;
}

.cj-container p {
  letter-spacing: 1px;
}
.cj-container {
  padding: 15px;
  line-height: 2px;
  width: 90%;
}
.cj_img_bx {
  width: 100%;
}
.cj_img_bx img {
  width: 100%;
  border: none;
  border-radius: 20px;
  height: 100%;
}

.js {
  width: 100%;
  border-top: 1px solid #00000025;
}

.js .row {
  align-items: center;
}
.js-title {
  padding-bottom: 2px;
  font-size: 50px;
}
.js-subtitle {
  font-size: 16px;
  /* padding-bottom: 20px; */
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}
.js-text {
  text-transform: uppercase;
  font-size: 19px;
  padding: 0px 0px 5px 0px;
  line-height: 30px;
}

.js-container p {
  letter-spacing: 1px;
}
.js-container {
  padding: 15px;
  /* line-height: 2px; */
  width: 100%;
  padding-top: 0;
}

.js_contain {
  width: 85%;
}

.js_img_bx {
  width: 100%;
}

.js_img_bx img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
}

.tm {
  width: 100%;
  border-top: 1px solid #00000025;
  border-bottom: 1px solid #00000025;
}
.tm .row {
  align-items: center;
}
.tm-title {
  padding-bottom: 2px;
  font-size: 45px;
}
.tm-subtitle {
  font-size: 16px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}
.tm-text {
  text-transform: uppercase;
  font-size: 19px;
  padding: 0px 0px 5px 0px;
  line-height: 25px;
}

.tm-container p {
  letter-spacing: 1px;
}
.tm-container {
  padding: 15px;
  width: 80%;
}

.tm_img_bx {
  width: 100%;
}
.tm_img_bx img {
  width: 100%;
  border: none;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .cj {
    /* text-align: center; */
  }

  .dm .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .dm {
    padding: 0px;
    padding-top: 10px;
  }
  .ob {
    /* width: 100%; */
    z-index: 0;
    /* margin-bottom: -40px; */
  }
  .dm-container {
    padding: 12px;
    padding-bottom: 35px;
    /* line-height: 2px; */
    width: 100%;
    padding-top: 0;
  }

  .cj {
    width: 100%;
    border-top: 1px solid #00000025;
    padding-top: -20px;
    /* margin-top: -40px; */
  }

  .cj-container {
    padding: 12px;
    line-height: 2px;
    width: 100%;
    padding-top: 0px;
    /* padding-bottom: 20px; */
  }
  .ob-container {
    padding: 12px;
    width: 100%;
  }

  .js .row {
    flex-direction: column-reverse;
  }

  .cj_img_bx {
    width: 100%;
  }
  .cj_img_bx img {
    width: 100%;
  }

  .js {
    width: 100%;
    border-top: 1px solid #00000025;
    margin-top: -40px;
    /* margin-bottom: -80px; */
  }
  .js_img_bx img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
    padding-top: 12px;
  }
  .tm {
    width: 100%;
    border-top: 1px solid #00000025;
    border-bottom: 1px solid #00000025;
    /* margin-top: 24px; */
    /* margin-bottom: -80px; */
  }

  .tm-text {
    text-transform: uppercase;
    font-size: 19px;
    padding: 0px 0px 20px 0px;
    line-height: 18px;
  }

  .check_points {
    padding-left: 30px;
  }

  .ob-subtitle {
    font-size: 13px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 0.5em;
    margin-left: 0.3em;
  }

  .ob-title {
    /* padding-bottom:10px ; */
    font-size: 32px;
  }
  .ob-subtitle {
    font-size: 13px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 0.5em;
    margin-left: 0.3em;
  }
  .ob-text {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 0px 10px 0px;
    line-height: 18px;
  }

  .ob-container p {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .js-title {
    /* padding-bottom:10px ; */
    font-size: 32px;
  }
  .js-subtitle {
    font-size: 13px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 0.5em;
    margin-left: 0.3em;
  }
  .js-text {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 0px 10px 0px;
    line-height: 18px;
  }

  .js-container p {
    letter-spacing: 1px;
    font-size: 12px;
  }
  .tm-title {
    /* padding-bottom:10px ; */
    font-size: 32px;
  }

  .js_contain {
    width: 100%;
  }

  .tm-subtitle {
    font-size: 13px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 0.5em;
    margin-left: 0.3em;
  }
  .tm-text {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 0px 10px 0px;
    line-height: 18px;
  }

  .tm-container {
    padding: 15px;
    width: 100%;
  }

  .tm-container p {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .cj-title {
    /* padding-bottom:10px ; */
    font-size: 28px;
  }
  .cj-subtitle {
    font-size: 13px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 0.5em;
    /* margin-left: 0.3em; */
    margin-top: 0;
  }
  .cj-text {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 0px 10px 0px;
    line-height: 18px;
  }

  .cj-container p {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .dm-title {
    /* padding-bottom:10px ; */
    font-size: 32px;
  }
  .dm-subtitle {
    font-size: 13px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    padding: 0;
    margin-bottom: 0.5em;
    margin-left: 0.3em;
  }
  .dm-text {
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 0px 10px 0px;
    line-height: 18px;
  }

  .dm-container p {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .dm_contain {
    width: 100%;
  }
}

.intro {
  /* text-align: center; */
  background-color: #fefaff;
  border-bottom: 1px solid #ececec;
}

.intro-container {
  /* width: 50%; */
  text-align: center;
}

.intro-title {
  text-align: center;
  line-height: 44px;
}
.intro-title h1 {
  width: 40%;
  text-align: center;
  margin: 0 auto;
  line-height: 60px;
}

.intro-subtitle h5 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  padding-top: 12px;
  font-size: 15px;
  line-height: 25px;
  margin-top: 10px;
}

.intro-btn {
  padding-top: 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.intro-btn a {
  border: 1px solid #05264e;
  border-radius: 35px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0px;
}
.intro-btn a i {
  padding-left: 10px;
  /* font-size: 16px; */
  font-weight: 800;
  letter-spacing: 0px;
}
.intro-btn a:hover {
  border: 1px solid #05264e;
  background-color: #05264e;
  color: #ffffff;
  border-radius: 35px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0px;
  transition: 0.5s;
}

.intro-images {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: flex-end;
}

.item-img1 {
  width: 100%;
  margin: 0px 10px;
}

.item-img2 {
  width: 100%;
  margin: 0px 10px;
}

.item-img3 {
  width: 100%;
  margin: 0px 10px;
  /* position: absolute; */
}

.item-img4 {
  width: 100%;
  margin: 0px 10px;
  /* top: -35px; */
  position: relative;
}

.item-img5 {
  width: 100%;
  margin: 0px 10px;
}
.item-img1 img {
  width: 100%;
  border-radius: 30px;
}

.item-img2 img {
  width: 100%;
  border-radius: 30px;
}

.item-img3 .item-img-text {
  width: 100%;
  text-align: center;
  color: #000000;
  border-radius: 25px;
  padding: 40px 20px;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 600;
  background-color: #e3caef;
  font-family: poppins;
  box-shadow: 0px 0px 5px 0px #00000026;
}

.item-img4 img {
  width: 100%;
  border-radius: 30px;
}

.item-img5 img {
  width: 100%;
  border-radius: 30px;
}

@media (max-width: 767px) {
  p {
    font-size: 15px !important;
  }
  .item-bx {
    width: calc(50% - 20px);
    position: relative;
    /* top: 0px; */
    /* height: 250px; */
  }

  .item-bx img {
    width: 100%;
    object-fit: cover;
    height: 250px;
    margin-bottom: 15px;
  }
  .intro-title {
    text-align: center;
    line-height: 44px;
  }
  .intro-title h1 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    line-height: inherit;
    font-size: 48px;
    padding-bottom: 12px;
  }
  .intro-subtitle h5 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    padding-top: 12px;
  }

  .intro-images {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    margin: 45px auto 0px;
  }

  .item-img1 {
    /* width: 39%; */
    margin: 0px 10px;
  }

  .item-img2 {
    /* width: 39%; */
    margin: 0px 10px;
  }

  .item-img3 {
    left: 103px;
    width: 50%;
    position: absolute;
    z-index: 12;
    top: 190px;
    margin: auto;
  }

  .item-img4 {
    /* width: 50%; */
  }

  .item-img5 {
    /* width: 40%; */
    /* margin: 0px 10px; */
    /* ; */
    /* bottom: -44px; */
    /* right: 33px; */
    /* height: 50%; */
  }
  .item-img1 img {
    width: 100%;
    border-radius: 30px;
    /* height: auto; */
  }

  .item-img2 img {
    /* width: 100%; */
    border-radius: 30px;
  }

  .item-img3 .item-img-text {
    width: 100%;
    text-align: center;
    /* border: 1px solid #05264e; */
    color: #ffffff;
    border-radius: 173px;
    padding: 26px;
    margin: 0 auto;
    font-size: 5vw;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: #4a5ca2;
    /* ; */
    z-index: 1;
  }

  .item-img4 img {
    width: 100%;
    border-radius: 30px;
  }

  .item-img5 img {
    width: 100%;
    border-radius: 30px;
    /* height: auto; */
    /* top: 15px; */
    /* position: relative; */
  }

  h1 {
    /* font-size: 32px !important; */
  }
  h4 {
    font-size: 18px !important;
  }
}
.icons-container {
  padding-top: 15px;
}

.icons-container .icons {
}

.icons-container .icons i {
  /* border: #000000 1px; */
  background-color: #e9e5fe;
  padding: 13px;
  border-radius: 70px;
  width: auto;
}

.copyright {
  padding-top: 25px;
}
.copyright_mobile {
  padding-top: 25px;
  display: none;
}

/* 18-4-24 sparsh */
/* h1,
h4 {
  font-family: "";
} */

h5 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

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

@media (max-width: 767px) {
  p {
    font-size: 15px;
  }
  .item-img3 .item-img-text {
    width: 100%;
    text-align: center;
    color: #000000;
    border-radius: 25px;
    padding: 20px 20px;
    margin: 0 auto;
    font-size: 5vw;
    font-weight: 600;
    background-color: #e3caef;
    font-family: poppins;
    box-shadow: 0px 0px 15px 0px #00000026;
    position: absolute;
  }
  .copyright {
    padding-top: 25px;
    display: none;
  }
  .copyright_mobile {
    padding-top: 25px;
    text-align: center;
    display: block;
  }
  .profile_btn {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .item-img3 .item-img-text {
    width: 100%;
    text-align: center;
    color: #000000;
    border-radius: 25px;
    padding: 28px 20px;
    margin: 0 auto;
    font-size: 10px;
    font-weight: 600;
    background-color: #e3caef;
    font-family: poppins;
    box-shadow: 0px 0px 5px 0px #00000026;
  }
  .copyright {
    padding-top: 25px;
    display: none;
  }
  .copyright_mobile {
    padding-top: 25px;
    text-align: center;
    display: block;
  }

  .profile_btn {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .item-img3 .item-img-text {
    width: 100%;
    text-align: center;
    color: #000000;
    border-radius: 25px;
    padding: 35px 20px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
    background-color: #e3caef;
    font-family: poppins;
    box-shadow: 0px 0px 5px 0px #00000026;
  }
}

.experience {
    padding: 0px 23px;
    display: flex;
    gap: 15px;
    margin-top: 15px;
}
    .experience li {
    padding: 5px 8px;
    background: #6e39cb;
    color: #fff;
    border-radius: 5px;
}

/* sparsh 10/7/24 */

.login_Img{
  display: block;
}


.img-fluid {
  height: 100%;
  width: 100%;
}

.flex-img{
  display: flex;
  justify-content: flex-start;
}

.name{
  display: block;
}
@media(max-width:992px){
  .login_Img{
    display: none;
  }

  .btn-1{
    padding: 0.5rem 0.75rem;
  }

  .submenu_img{
    display: none;
  }
  .dashboard-tlbar {
    margin-top: 20px;
  }
  .dashboard-wrap {
    min-height: unset;
}

.dashboard-inner {
  position: relative;
  display: block;
  padding: 0;
  
  margin-top: 10px;
}
.dashboard-nav {
  display: block;
  z-index: 11;
  z-index: 0;
  padding-bottom: 0px;
  background: var(--bs-white-bg);
  border-top: 1px solid #ececec;
}

.flex-img{
  display: flex;
  justify-content: center !important;
}
/* .avatar-upload .avatar-edit {
  position: absolute;
  left: 60%;
  z-index: 1;
  top: 5px;
} */
.jbs-grid-usrs-caption{
  text-align: center;
}
.name{
  display: none !important;
}
}

@media(max-width:1077px){
  .submenu-indicator {
    margin-top: -2px;
  }

  .btn {
    height: 40px;
}
}


.jobTypes {
  flex-wrap: wrap;
}
@media only screen and (min-width:768px) and (max-width:1025px){
  .search-wrap {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: absolute;
    width: 80%;
    top: -35px;
    z-index: 2;
    left: 50px;
    transform: translate(6%, -5%);
    margin: 0 auto;
  }
  .me-n4 {
    margin-right: 0rem !important;
}
}

.showmore_btn{
  text-align: center;
  color: #ffffff;
  background-color: #6e39cb;
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'roboto' , sans-serif;
  cursor: pointer;
  position: relative;
  border-radius: 7px;
  padding: 10px 25px;
  margin-top: 30px;
  display: inline-block;
}
.showless_btn{
  text-align: center;
  color: #ffffff;
  background-color: #6e39cb;
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'roboto' , sans-serif;
  cursor: pointer;
  position: relative;
  border-radius: 7px;
  padding: 10px 20px;
  margin-top: 30px;
}

.arrow {
  position: relative;
  padding: 0px 0px 0px 6px;
  top: -2px;
  transition: 1s;
  font-size: 14px;
}
.arrow_less {
  position: relative;
  padding: 0px 0px 0px 6px;
  font-size: 14px;
  transition: 1s;
}