@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --font-1: "Poppins", sans-serif;
  --color-1: #124395;
  --color-1-lite: #eff4fc;
  --color-2: #e2eaf8;
  --liteColor: #f5f5f5;
  --darkColor: #061421;
  --textColor: #333;
  --textColor-2: #666;
}

body {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
ul,
li,
p {
  font-family: var(--font-1);
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}

b,
strong {
  font-weight: 500;
  color: #000;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
}

ul.style-1 li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

ul.style-1 li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
}

section.page-filter-breadcrumb {
  background: #081a2f;
  background-size: cover;
  background-position: center;
  padding: 27px 50px;
  position: relative;
  margin-top: 30px;
  border-radius: 10px;
}

section.page-filter-breadcrumb .container {
  width: 100%;
  padding: 0;
}

section.page-filter-breadcrumb .filter-1 {
  position: relative;
}

section.page-filter-breadcrumb .filter-1 h1 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

.find__end__flex__overflow {
  overflow: hidden;
  white-space: nowrap;
}

.find__end__flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 35px;
}

.find__btn__search button {
  background: #fff;
  border-radius: 6px;
  padding: 8px 20px;
  color: #000 !important;
  text-transform: capitalize;
  margin-left: 5px;
  outline: none;
  box-shadow: none;
  border: none;
  width: 120px;
  height: 55px;
}

section.page-filter-breadcrumb .filter-1 .holder {
  display: grid;
  grid-template-columns: 470px 1px 1fr 1px 1fr;
  background: #fff;
  border-radius: 8px !important;
  margin: 0px 35px;

}

.field-wrap-barc1 {
  border-right: 1px solid #e9e8e8;
  margin: 10px 0;
  height: 34px;
}

.Jobt_Mob_view {
  display: none;
}

@media (max-width: 567px) {
  .Jobt_Mob_view {
    display: block;
  }

  .find__job__type p {
    margin-bottom: 6px;
  }

  .findjob__overall__show__position {
    display: none;
  }
}

@media (max-width: 767px) {

  section.page-filter-breadcrumb .filter-1 .holder {
    grid-template-columns: 1fr;
  }

  .find__end__flex {
    flex-direction: row;
    margin: 20px 0px;
  }

  section.page-filter-breadcrumb {
    padding: 60px 10px 35px;
    margin: 0;
    border-radius: 0;
  }

  section.page-filter-breadcrumb .filter-1 .holder .fields .custom-field,
  .find__job__type p {
    border-radius: 5px !important;
    height: 50px !important;
  }

  .find__filters {
    width: 100% !important;
  }

  section.page-filter-breadcrumb .filter-1 .holder {
    background: transparent;
    margin: 0;
  }

  .findjob__overall__show {
    left: 0px !important;
    width: 100% !important;
  }

  .holder--loc--sear .banner-search-holder .field-wrap,
  .main--index--btn {
    height: 50px;
  }

  section.page-filter-breadcrumb .filter-1 h1 {
    font-size: 30px !important;
  }
}

.find__filters {
  width: 160px;
  background-color: #1d3451;
  height: 50px;
  border-radius: 8px;
  padding: 12px 10px 10px 35px;
  cursor: pointer;
}

.find__filters p {
  font-size: 17px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}

.find__filters__types {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.find__filters__types span {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: #fff;
  border-radius: 50px;
  color: #333;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
  margin-left: 3px;
}

.find__job__type {
  cursor: pointer;
}

.find__job__type p {
  padding: 16px 36px;
  color: #757575 !important;
  font-size: 15px;
  background: #fff;
  border-radius: 10px;
}

.find__job__type__flex {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.find__job__type__flex:hover {
  background-color: #eef1fe !important;
  color: #000 !important;
  cursor: pointer;
}

.find__job__type__flex p {
  color: #000 !important;
  line-height: 15px;
}

.find__job__type__flex:hover p,
.find__job__type__flex:hover sup {
  color: #000 !important;
}

.find__job__type__flex input {
  width: 17px;
  height: 17px;
  accent-color: #0a66c2;
  cursor: pointer;
}

.find__job__type__flex label p {
  color: #1c1b1b;
  cursor: pointer;
}

.find__job__type__flex label p sup {
  color: #8c8c8c !important;
  font-size: 12px;
  top: -5px;
  left: 3px;
}

.findjob__overall__show__position {
  position: relative;
}

.findjob__overall__show {
  display: none;
  position: absolute;
  top: 110%;
  left: 0px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 99;
  width: 510px;
  height: auto;
  padding: 10px;
  border-radius: 5px;
}

.findjob__overall__show ul li {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.filterModelFindJobs {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  overflow: hidden;
}

.filterModelFindJobs__contents {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 37%;
  /* height: 80vh;
  margin: 5rem auto; */
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  padding: 30px 45px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* position: relative; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.filterModelFindJobs__close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  text-align: center;
  line-height: 32px;
}

.filterModelFindJobs__close i {
  font-size: 17px;
  color: #124395;
}

.filterModelFindJobs__close:hover {
  background: #eef1fe;
}

.filterModelFindJobs__top__flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.filterModelFindJobs__top__flex span {
  font-weight: 600;
  font-size: 18px;
  color: #0a66c2;
}

.filterModelFindJobs__top__flex p {
  color: #8c8c8c;
  font-size: 14px;
}

.filterModelFindJobs__overfl {
  overflow-y: auto;
  max-height: calc(80vh - 100px);
  height: 100%;
  scrollbar-width: thin;
}

.filterModelFindJobs__overall-flex {
  display: flex;
  flex-direction: column;
  padding: 0px 15px 0px 0px;
}

.filterModelFindJobs__allfilter {
  padding: 10px 0;
}

.filterModelFindJobs__allfilter h3 {
  padding-top: 10px;
  font-size: 17px;
  font-weight: 600;
}

.filterModelFindJobs__section__part {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px 0px;
  column-gap: 10px;
}

.filterModelFindJobs__section__subpart {
  padding: 10px;
  border-radius: 5px;
  display: flex;
  gap: 10px;
  color: #000;
  align-items: center;
  width: 100%;
}

.filterModelFindJobs__section__subpart:hover {
  background: #eef1fe;
  color: #000;
  cursor: pointer;
}

.filterModelFindJobs__section__subpart:hover sup {
  color: #000 !important;
}

.filterModelFindJobs__section__subpart input[type="checkbox"] {
  width: 17px;
  height: 17px;
  accent-color: #0a66c2;
  border: 2px solid #0a66c2 !important;
  cursor: pointer;
  box-sizing: border-box;
  flex-shrink: 0;
  overflow: hidden;
}

.filterModelFindJobs__section__subpart input[type="checkbox"]:hover,
.filterModelFindJobs__section__subpart input[type="checkbox"]:focus {
  border: 2px solid #0a66c2;
}

.filterModelFindJobs__section__subpart label span {
  margin-top: 10px;
  cursor: pointer;
  text-transform: capitalize;
}

/* .filterModelFindJobs__section__subpart label sup {
  color: #8c8c8c !important;
  font-size: 12px;
  top: -5px;
  left: 3px;
} */



.filterModelFindJobs__btns__flex {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.filterModelFindJobs__btns__flex button {
  width: max-content;
  padding: 8px 20px;
  border-radius: 5px;
}

.filterModelFindJob__apply {
  background: #0a66c2;
  color: #fff;
  border: none;
  outline: none;
}

.filterModelFindJob__apply:hover {
  background: #085bae;
}

.filterModelFindJob__cancel {
  background: transparent;
  color: #0a66c2;
  border: 1px solid #0a66c2;
}

.filterModelFindJob__cancel:hover {
  background: #eef1fe;
}

.filterModelFindJob__clear {
  background: transparent;
  color: #333;
  border: none;
}

.filterModelFindJob__clear:hover {
  color: #ff5c5c;
}

.find__start__flex .fields input {
  color: #999999 !important;
}


/* Sector inside filter -s */

.filter_sect_dpd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  padding: 10px;
  margin: 10px;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.filter_sect_dpd:hover {
  cursor: pointer;
  border-color: #cfcfcf7a;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.filter_sect_cons_sh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 10px;
  z-index: 1000;
  box-shadow: rgb(0 0 0 / 6%) 0px 5px 15px 0px;
  border: 1px solid #cccccc47;
  padding: 30px;
  height: 100%;
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.filter_sect_cons_sh.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.fliter_sect_bxshof {
  overflow-y: auto;
  max-height: calc(80vh - 100px);
  height: 100%;
  scrollbar-width: thin;
}

.sector-label-div {
  display: flex;
  gap: 1px;
  width: 92%;
  align-items: center;
}

@media (max-width: 767px) {
  .fliter_sect_bxshof {
    max-height: calc(87vh - 100px);
  }

  .filter_sect_cons_sh {
    padding: 60px 20px;
  }
}

.fliter_sect_bxsh::-webkit-scrollbar {
  width: 5px;
}

.fliter_sect_bxsh::-webkit-scrollbar-thumb {
  background: #e4e4e4e8;
  border-radius: 10px;
}

.fliter_sect_bxsh::-webkit-scrollbar-button {
  display: none;
}

.filter_sect_cons_sh .Filter_Job_Md {
  padding: 5px;
}

.filter_sect_dpd.active {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
}

.filter_sect_dpd.active:hover {
  box-shadow: none;
}

.filter_sect_dpd.active i {
  transform: rotate(90deg);
  transition: 0.3s ease
}

.filter_sect_cons_sh .filterModelFindJobs__overall-flex,
.filter_sect_cons_sh .filterModelFindJobs__allfilter {
  padding: 0;
}

/* if suppose show count of selected sectors */
.filter_sec_bcount {
  background-color: #f2f2f2;
  color: #4a4e52;
  border-radius: 50%;
  padding: 4px;
  font-size: 14px;
  margin-left: 5px;
  font-weight: 500;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  flex-shrink: 0;
}

.filter_sect_dpd.active .filter_sec_bcount {
  background-color: #ffffff;
}

/* back */
.filter_sect_top-b {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}

.filter_sect_top-b .filter_sec_back {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #4a4e52;
  padding: 2px;
  font-size: 15px;
}

.filter_sect_top-b .filter_sec_back:hover {
  background-color: #eef1fe;
  color: #0a66c2;
  cursor: pointer;
}

.filter_sect_top-b span {
  font-size: 17px;
  font-weight: 600;
}

.filter_sect_dpd label {
  pointer-events: none;
}

@media (max-width: 767px) {
  .filter_sect_dpd {
    margin: 10px 0 10px 10px;
  }

  .filter_sect_cons_sh .Filter_Job_Md {
    padding: 5px 5px 0 0;
  }
}

/* Sector inside filter -e */


/* Updated Find Jobs */

.Filter_Job_Md {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  column-gap: 10px;
}

.filterModelFindJobsTop__section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filterModelIns__seRound {
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 19px;
  border-radius: 3px;
  transition: 0.3s ease;
  background: #edeffa;
  color: #0a66c2;
  font-weight: 500;
  flex-shrink: 0;
  overflow: hidden;
}

.filterModelIns__seRound:hover {
  /* background: #e3e6f4;
  color: #0a66c2; */
  background: #dee4ff;
  color: #0a66c2;
}

.filterModelIns__sec__Nn {
  display: none;
}

.filterModelIns__section {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-left: calc(10px + 10px);
  border-bottom: 1px solid #f1eaea;
  padding-bottom: 10px;
}

.filterModelFindJobs_Add {
  display: flex;
  gap: 10px;
  color: #000;
  align-items: center;
  justify-content: space-between;
}

.filterModelFindJobs_Add:hover .filterModelIns__seRound {
  background: #dee4ff;
  color: #0a66c2;
}

.filterModelFindJobs_AddPM {
  display: flex;
  gap: 10px;
  color: #000;
  align-items: center;
}



@media (min-width: 768px) and (max-width: 991px) {
  section.page-filter-breadcrumb .filter-1 .holder {
    grid-template-columns: 213px 1px 1fr 1px 1fr;
  }

  section.page-filter-breadcrumb {
    padding: 30px 20px;
  }

  .find__end__flex {
    margin: 20px 16px;
  }

  section.page-filter-breadcrumb .filter-1 .holder {
    margin: 0px 16px;
  }

  section.page-filter-breadcrumb .filter-1 h1 {
    font-size: 31px;
  }


}

@media (max-width: 991px) {
  .section.page-filter-breadcrumb {
    padding: 27px 0px !important;
  }
}

@media (max-width: 767px) {

  .filterModelFindJobs__section__subpart,
  .filterModelFindJobs_AddPM {
    align-items: start;
  }

  .filterModelFindJobs__section__subpart input[type="checkbox"] {
    margin-top: 3px;
  }

  .find-job-box .wrap .imgs img {
    width: 60px !important;
    height: 60px !important;
  }

  .find-jobs .container {
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 556px) {
  section.page-filter-breadcrumb .filter-1 .holder {
    grid-template-columns: repeat(3, 1fr);
  }

  .sector_mob_de {
    width: 15px;
    height: 15px;
    top: 10px !important;
    fill: #fff;
  }

  .sal_mob_de {
    width: 20px;
    height: 20px;
    top: 10px !important;
    fill: #fff;
    margin-top: -9px;
    margin-left: 0;
  }

  .find__filters p {
    font-size: 15px;
    color: #fff;
  }

  .find__filters__types span {
    margin-left: 8px;
  }

  .find__filters {
    height: 35px;
    border-radius: 5px;
    padding: 7px 34px 30px 28px;
    background: transparent;
    width: 180px !important;
  }

  .find__end__flex .find__filters .find__filters__types {
    width: 70px;
  }

  .find__filters:hover {
    background: #405f79;
  }

  .find__end__flex__overflow {
    scrollbar-width: none;
    overflow-x: auto;
  }

  .CountBX__ {
    position: absolute;
    right: 6px;
  }
}

@media (max-width: 559px) {
  section.page-filter-breadcrumb .filter-1 .holder {
    display: block;
  }
}

section.page-filter-breadcrumb .filter-1 .holder .fields {
  background-color: #fff;
  border-radius: 10px;
}

@media (max-width: 559px) {
  section.page-filter-breadcrumb .filter-1 .holder .fields {
    margin-bottom: 5px;
  }
}

@media (max-width: 380px) {
  .filterModelFindJobs__btns__flex {
    gap: 5px;
  }

  .filterModelFindJobs__btns__flex button {
    font-size: 14px !important;
    padding: 10px 20px !important;
  }
}

section.page-filter-breadcrumb .filter-1 .holder .fields .custom-field {
  width: 100%;
  height: 55px;
  border: none;
  padding: 7px 40px 7px 35px;
  font-size: 15px;
  outline: none;
  border-radius: 10px;
  max-width: 550px;
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  cursor: pointer;
}

.findjobs_icons_container {
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.svg__search_fj {
  position: absolute;
  top: 17px;
  left: 10px;
}

.svg__icons__placed {
  position: relative;
}

.svg__icons_fj__select {
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1;
  fill: #fff;
}

.svg__icons_fj__selects {
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1;
}

section.page-filter-breadcrumb .filter-1 .holder .fields .custom-field:focus {
  border: none;
}

section.page-filter-breadcrumb .filter-1 .holder .fields.fields-inner-holder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  background: transparent;
}

@media (max-width: 559px) {
  section.page-filter-breadcrumb .filter-1 .holder .fields.fields-inner-holder {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

section.page-filter-breadcrumb .filter-1 .holder .fields .btn-1 {
  padding: 10px 24px;
  width: 100%;
  border-radius: 0;
}

section.page-filter-breadcrumb .filter-1 .holder .fields .btn-1.clear {
  background-color: red;
}

section.section {
  padding: 45px 10px;
}

@media (max-width: 991px) {
  section.section {
    padding: 30px 20px;
  }
}



.btn-1,
.btn-2 {
  text-align: center;
  cursor: pointer;
  outline: none;
  background: #0a66c2;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
}

.btn-1.small,
.btn-2.small {
  padding: 7px 14px 6px;
  width: auto;
  font-size: 13px;
}

.btn-1:hover,
.btn-2:hover {
  color: #fff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  transform: scale(1.02);
  background: #0a66c2;
}

.btn-2 {
  background: #43555e;
  color: #fff !important;
}

.btn-2 .fa {
  color: #fff !important;
}

.btn-plain {
  color: var(--color-1) !important;
  font-weight: bold;
  text-decoration: underline;
}

.dis0 {
  display: none;
}

.modal-2 .modal-content {
  border-radius: 10px;
  padding: 20px;
}

.modal-2 .modal-content .contact-detail-box {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  background: transparent;
}

.modal-2 .modal-content .contact-detail-box .action-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.modal-2 .modal-content .contact-detail-box .action-grid a.btn-1 {
  color: #fff;
  width: 100%;
}

.modal-2 .modal-content .contact-detail-box .action-grid a.btn-1.back {
  background: red;
}

@media (max-width: 767px) {
  .modal-2 .modal-content .contact-detail-box .action-grid {
    grid-template-columns: 80px 1fr;
    grid-gap: 10px;
  }
}

.title-1.center {
  text-align: center;
}

.Title_Padding__ {
  padding-bottom: 20px;
}

.title-1.center h3 span::before {
  content: "";
  position: absolute;
  left: -70px;
  top: 50%;
  background-color: var(--color-1);
  width: 50px;
  height: 1px;
}

.title-1.center h3 span::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 50%;
  background-color: var(--color-1);
  width: 50px;
  height: 1px;
}

@media (max-width: 767px) {
  .title-1.center h3 span::before {
    left: -30px;
    width: 20px;
  }
}

.title-1.no-pseudo h3 span::before,
.title-1.no-pseudo h3 span::after {
  display: none;
}

.title-1 h3 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 7px;
}

@media (max-width: 767px) {
  .title-1 h3 {
    font-size: 19px;
    margin-bottom: 5px;
  }
}

.title-1 h3 span {
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .title-1 h3 span::after {
    right: -30px;
    width: 20px;
  }
}

.title-1 h3 span i {
  font-style: normal;
  color: var(--color-1);
}

/* INDEX PAGE OR HOME PAGE */
section.banner {
  /* background: linear-gradient(336deg, #2b2b29 27%, #081a2f 100%); */
  /* background: #050911; */
  background: #131620 !important;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.home--index--img--gall {
  display: flex;
}

.home--index--center {
  position: relative;
  z-index: 2;
  padding: 6rem 0;
}

.holder--loc--sear {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0px;
  max-width: 700px;
}

.home--index--cen-title {
  color: #A1D0FF;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 200;
}

.holder--loc--sear h1 {
  font-size: 55px;
  font-weight: 500;
  color: #fff;
  line-height: 55px;
}


.holder--loc--sear h5 {
  color: #D9D9D9;
  font-size: 20px;
  font-weight: 200;
  text-align: left;
  padding-top: 10px;
  max-width: 625px;
  line-height: 25px;
}


.home--index-bannerleft {
  position: absolute;
  right: -60px;
  /* bottom: 0px; */
  height: 630px;
  width: auto;
  pointer-events: none;
  top: 0;
  opacity: 0.4;
  z-index: 1;
}

/* .home--index-bannerleft {
  position: absolute;
  right: 16%;
  top: 11%;
  height: 590px;
  width: auto;
} */

.holder--loc--sear .banner-search-holder {
  display: grid;
  /* grid-template-columns: 333px 10px 325px 150px; */
  /* grid-template-columns: 290px 10px 290px 150px; */
  grid-template-columns: 510px 150px;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 8px 10px 8px 15px;
  box-shadow: 0 7px 18px rgba(64, 79, 104, 0.05);
  border-radius: 50px;
  position: relative;
  width: 700px;
}

.banner-ble-grp {
  text-align: right;
}

.field-wrap-barc {
  border-left: 1px solid #dfdede;
  width: 2px;
  height: 34px;
  text-align: center;
}

/* Up & Down space start*/
.up_down_space {
  padding: 6rem 0;
}

/* Up & Down space  end*/


/* keywords - start*/
.home--index--keywords {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: #D9D9D9;
  align-items: center;
}

.home--index--keywords ul {
  display: flex;
  column-gap: 5px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.home--index--keywords ul li {
  background: rgb(37 42 58);
  padding: 6px 15px;
  border-radius: 50px;
  border-radius: 50px;
}

.home--index--keywords ul li a {
  color: #D9D9D9;
}

.home--index--keywords ul li:hover {
  background: rgb(45 52 73);
  cursor: pointer;
  box-shadow: 0px 10px 12px -6px rgb(19 23 35);
}

.home--index--keywords ul li:hover a {
  color: #fff;
}

.home--index--keywords ul .job__showMobx {
  display: none !important;
}

@media (max-width: 550px) {
  .home--index--keywords ul {
    column-gap: 2px;
  }

  .home--index--keywords ul li {
    font-size: 12px;
    padding: 6px 12px;
  }

  .home--index--keywords ul .job__showMobx {
    display: block !important;
  }
}

/* keywords - end*/

/* home page employer login */
.home--index--empl {
  font-size: 16px;
  font-weight: 200;
  color: #D9D9D9;
  padding-top: 3rem;
}

.home--index--empl a {
  color: #fff;
  font-weight: 400;
}

@media (max-width: 550px) {
  .home--index--empl {
    font-size: 17px;
    padding: 3rem 30px 0 30px;
  }
}

/* home page employer login */


/* home page logo scroll */
.home--index--srlsec {
  width: 100%;
  background: #131620;
  padding-top: 3rem;
}

.home--index--srlsec .Emp_Logo_st_scoll {
  width: 100%;
  background: transparent;
}

.home--index--srlsec .tops_heads h3 {
  color: #A3A8B4;
  font-size: 18px;
  font-weight: 400;
}

.home--index--srlsec .Emp_Logo_st_img {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 2.5rem;
  width: max-content;
  padding: 30px 0 !important;
  will-change: transform;
  animation: none;
}

.home--index--srlsec .Emp_Logo_st_img img {
  height: 70px;
  width: auto;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
  display: block;
}

.home--index--srlsec .Emp_Logo_st_scoll::before,
.home--index--srlsec .Emp_Logo_st_scoll::after {
  content: '';
  position: absolute;
  top: 0;
  width: 125px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.home--index--srlsec .Emp_Logo_st_scoll::before {
  left: 0;
  background: linear-gradient(to right, rgb(19 22 32), transparent);
}

.home--index--srlsec .Emp_Logo_st_scoll::after {
  right: 0;
  background: linear-gradient(to left, rgb(19 22 32), transparent);
}

/* home page logo scroll */


/* Head-content start*/
.tops_heads {
  text-align: center;
}

.tops_heads h3 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

.tops_heads p {
  color: #747474;
  font-size: 15px;
  font-weight: 300;
  padding-top: 4px;
}

/* Head-content end*/



/* Explore Jobs,Location..(Tabs) */
.jobtab-section-sec {
  background: #131620;
}

.jobtab-section-sec .tops_heads {
  text-align: left;
}

.jobtab-section-sec .tops_heads h3 {
  color: #fff;
}

.jobtab-section-sec .job-section {
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  padding: 50px 35px;
  border-radius: 20px;
  background: rgb(255 255 255 / 2%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: box-shadow 0.25s ease, transform 0.2s ease;
  position: relative;
  box-shadow: inset 0 0 9px 1px oklch(0.29 0.04 270.88);
}

.jobtab-section-sec .job-tabs {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 13px;
  width: 100%;
  border-right: 1px solid #22283ed9;
  padding: 0 40px 0 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.jobtab-section-sec .job-tabs::-webkit-scrollbar {
  display: none;
}

.jobtab-section-sec .job-tab {
  outline: none;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  display: flex;
  align-items: start;
  justify-content: start;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s ease;
  color: #D9D9D9;
  background: #252a3a1a;
  border: 1px solid #23283a;
  width: 100%;
  border-radius: 50px;
}

.jobtab-section-sec .job-tab:hover {
  background: #2f3549;
  color: #D9D9D9;
}

.jobtab-section-sec .job-tab.active {
  background: #0A66C2;
  color: #ffffff;
}

.job-content-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.jobtab-section-sec .job-content {
  display: none;
}

.jobtab-section-sec .job-content.active {
  display: block;
}

.jobtab-section-sec .job-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.jobtab-section-sec .job-item {
  position: relative;
  /* border-bottom: 1px solid #22283ed9; */
  padding: 8px 10px;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
}

.jobtab-section-sec .job-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #22283ed9;
  transition: height 0.3s ease;
  z-index: 0;
}

.jobtab-section-sec .job-item:hover::before {
  height: 100%;
  cursor: pointer;
}

.jobtab-section-sec .job-item:hover a {
  color: #ffffff !important;
}

.jobtab-section-sec .job-item>* {
  position: relative;
  z-index: 1;
}

.jobtab-section-sec .job-name {
  font-weight: 400;
  color: #D9D9D9;
  text-decoration: none;
  transition: color 0.2s ease;
}

.jobtab-section-sec .job-count {
  color: #7d818f;
  font-weight: 400;
  /* margin-left: 4px; */
}

@media (max-width: 800px) {

  .jobtab-section-sec .job-tab {
    font-size: 17px;
  }

  .jobtab-section-sec .job-item {
    font-size: 16px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .job-content-row {
    grid-template-columns: repeat(2, 1fr);
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    gap: 12px;
  }

  .job-content-row>div {
    display: contents;
  }
}

@media (max-width: 767px) {
  .jobtab-section-sec .job-section {
    padding: 20px;
    margin: 30px auto;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home--index--cen-title {
    font-size: 14px;
  }

  .jobtab-section-sec .job-tab {
    font-size: 15px;
    width: auto;
  }

  .job-content-row {
    grid-template-columns: 1fr;
    max-height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    /* height: 400px; */
    scroll-behavior: smooth;
    scrollbar-width: thin;
    gap: 12px;
  }

  .jobtab-section-sec .job-tabs {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #22283ed9;
    padding: 0 0 40px 0;
    flex-direction: row;
  }

  .jobtab-section-sec .job-name,
  .jobtab-section-sec .job-count {
    font-size: 15px;
  }
}



/* Key Metrics section */
.H-key-metrics {
  background: #131620;
  /* background: #000; */
  padding: 60px 0;
}

.H-key-metrics .tops_heads h3 {
  color: #ffffffe3;
  font-weight: 500;
}

.H-key-metrics-sec {
  display: flex;
  flex-direction: column;
  margin: 3rem 0;
  gap: 60px;
  align-items: center;
  justify-content: center;
}

.H-key-metrics-sec .H-key-metrics-fx {
  display: flex;
  flex-direction: column;
  /* gap: 60px; */
  position: relative;
  width: 90%;
}

.H-key-metrics-fxitem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  border-bottom: 2px solid rgba(44, 48, 61, 0.8);
  padding: 3rem 0;
}

.H-key-metrics-fxitem:last-child {
  border-bottom: none;
}

.H-key-metrics-fxitem strong {
  font-size: 45px;
  color: #d9d9d9eb;
  font-weight: 600;
  padding-left: 7rem;
}

.H-key-metrics-fxitem p {
  font-size: 20px;
  color: #d9d9d9eb;
  font-weight: 300;
  text-align: left;
  padding-right: 50px;
}

@media (max-width:767px) {
  .H-key-metrics-fxitem {
    grid-template-columns: 1fr;
  }

  .H-key-metrics-fxitem strong {
    padding-left: 0;
  }

  .H-key-metrics-fxitem p {
    font-size: 18px;
  }

  .H-key-metrics-sec {
    margin: 0;
  }
}

/* Key Metrics section */



/* Popular Search */
.H-plr-search-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}

.H-plr-search-sec ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding-top: 35px;
}

.H-plr-search-sec ul li {
  /* border: 1px solid rgba(166, 166, 166, 0.8); */
  /* border: 1px solid #d6d6d691; */
  border-radius: 8px;
  padding: 8px 15px;
  font-size: 16px;
  background: #f7f9fc;
  border: 1px solid #dbdff1;
}

.H-plr-search-sec ul li a {
  color: #212529;
}

.H-plr-search-sec ul li:hover {
  background: #eef1fe;
  color: #212529;
  cursor: pointer;
  border: 1px solid #dbdff1;
}

/* Popular Search */


/* Employer call action   */
.H-emp-claction {
  background: #131620;
  /* background: #000; */
  padding: 3rem 2rem;
  /* padding: 5rem 2rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  width: 80%;
  margin: 0 auto;
  gap: 3px;
}

.H-emp-claction h5 {
  font-size: 38px;
  font-weight: 600;
}

.H-emp-claction p {
  color: #D9D9D9;
  font-size: 16px;
  font-weight: 200;
  padding-top: 3px;
}

@media (max-width:998px) {
  .H-emp-claction {
    width: 100%;
  }

  .H-emp-claction h5 {
    font-size: 30px;
  }
}


/* Employer call action   */

/* Legal Tech company logo */
.H-lagltech-com {
  /* padding-bottom: 6rem; */
  background: #f3f3f3;
}

.H-lagltech-comsec {
  padding: 2rem 0;
  display: flex;
  color: #fff;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.H-lagltech-comsec span {
  color: #A1D0FF;
  font-size: 15px;
  font-weight: 200;
}

.H-lagltech-comsec h5 {
  font-size: 20px;
  font-weight: 600;
  color: #212529;
}

.H-lagltech-comsec p {
  color: #D9D9D9;
  font-size: 18px;
  line-height: 20px;
  font-weight: 200;
}

.H-lagltech-logo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.H-lagltech-logo img {
  width: auto;
  height: 90px;
}

@media (max-width:550px) {
  .H-lagltech-comsec h5 {
    font-size: 18px;
  }

  .H-lagltech-logo img {
    height: 70px;
  }
}

@media (max-width:360px) {
  .H-lagltech-comsec h5 br {
    display: none;
  }
}

/* Legal Tech company logo */

/* Article-banner-start */
.ind_article_banner_sec {
  padding: 5rem 0 2rem;
}

.ind_article_banner_secwh {
  padding: 0 4rem;
}

.ind_article_banner_G {
  background: linear-gradient(180deg, #f7f9fc 100%, #ffffff 100%);
  padding: 1rem 3rem 2rem;
  border-radius: 30px;
  min-height: 300px;
}

.ind_article_banner_G p {
  font-size: 16px;
  color: #727070;
  font-weight: 400;
}

.ind_article_banner_Gins {
  display: flex;
  align-items: center;
  gap: 7.5rem;
  padding-top: 1rem;
}

.ind_article_banner_G img {
  height: auto;
  width: 270px;
  margin-top: 1rem;
}

.ind_article_banner_Gins .ind_lafrenim {
  width: 200px;
  margin: 0;
}

.ind_article_banner_flex {
  border-radius: 30px;
  position: relative;
  min-height: 150px;
  background-position: bottom;
  background-size: cover;
  margin-top: -45px;
}

.ind_article_banner_flex_inner {
  padding: 2rem 3rem 2rem;
}

.ind_article_banner_flex_inner_text {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
  width: 70%;
  padding: 2.4rem 1rem 2.4rem 5rem;
  position: relative;
}

.ind_article_banner_flex_inner_text h3 {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.ind_article_banner_flex_inner_text hr {
  width: 92px;
  height: 2px;
  /* background: #fff; */
  background: #304355;
  opacity: 1;
  position: absolute;
  top: 41%;
  left: 42%;
  transform: rotate(90deg);
}

.ind_home_article_img {
  height: auto;
  position: absolute;
  width: 320px;
  right: 60px;
  bottom: 35px;
  z-index: 10;
}

.ind_article_banner_mob,
.ind_article_banner_cons {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ind_home_article_img {
    width: 300px;
    right: 43px;
  }

  .ind_article_banner_Gins {
    gap: 3.5rem;
  }

  .ind_article_banner_flex_inner_text hr {
    left: 45%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ind_article_banner_secwh {
    padding: 0;
  }

  .ind_home_article_img {
    display: none;
  }

  .ind_article_banner_flex_inner_text {
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding: 2.5rem 4rem;
  }

  .ind_article_banner_flex_inner_text hr {
    left: 46%;

  }

  .ind_article_banner_Gins {
    gap: 1rem;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
  }

  .ind_article_banner_flex_inner_text h3 {
    text-align: center
  }
}

@media (max-width: 767px) {
  .ind_article_banner_secwh {
    padding: 0;
  }

  .ind_article_banner_G {
    padding: 2rem 1rem;
  }

  .ind_article_banner_G,
  .ind_home_article_img,
  .ind_article_banner_flex_inner_text {
    display: none;
  }

  .ind_article_banner_cons {
    display: block;
    padding: 2rem 1rem;
  }

  .ind_article_banner_Gins {
    gap: 10px;
    align-items: center;
    padding: 2rem 0.5rem 1rem;
    justify-content: space-between;
  }

  .banner_mobs {
    width: 200px !important;
    border-radius: 10px;
    margin-top: 10px;
    background: #f7f9fc;
  }

  .ind_article_banner_cons p {
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
  }

  .ind_article_banner_Gins .ind_lafrenim {
    width: 120px !important;
  }

  .ind_article_banner_Gins_cons {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .ind_article_banner_Gins_cons h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
  }

  .ind_article_banner_Gins_cons h3 br {
    text-align: center;
    /* display: none; */
  }

  .banner_Gins_cons {
    text-align: center;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .ind_article_banner_Gins {
    gap: 10px;
    align-items: center;
    padding: 2rem 0.5rem 1rem;
    flex-direction: column;
  }

  .banner_Gins_cons {
    text-align: center;
    height: auto;
  }
}

@media (max-width: 360px) {
  .ind_article_banner_Gins_cons h3 {
    font-size: 18px;
  }

  .ind_article_banner_cons p {
    font-size: 19px;
  }
}

/* Article-banner-end */


/* Expertise Section Start*/
.expertise_sec {
  background: linear-gradient(3deg, #f7f9fc 20%, #fff 100%);
}

.exper_flex_container {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0 10px;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.exper_flexcovef {
  overflow: hidden;
  white-space: nowrap;
}

.exper_flex_container .exper_colle {
  border: 1px solid #E9EEF4;
  border-radius: 10px;
  padding: 15px 20px;
  width: 230px;
  align-items: start;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 13px;
  background: #ffff;
  transition: all 0.3s ease, transform 0.3s ease;
}

.exper_flex_container .exper_colle:hover {
  border: 1px solid #cce0fd;
  box-shadow: 0px 0px 16px 2px rgba(221, 235, 255, 1);
  cursor: pointer;
  background: #fbfdff;
  transform: scale(1.04);
}

.exper_colle .exper_cole_tp {
  display: grid;
  grid-template-columns: 38px 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  gap: 8px;
}

.exper_colle .exper_cole_tp .exper_cole_s {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #eef1fe;
  padding: 4px;
}

.exper_colle .exper_cole_tp .exper_cole_s svg {
  fill: #333;
  width: 28px;
  height: 28px;
}

.exper_colle .exper_cole_tp p {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 18px;
  max-width: 160px;
  text-align: left;
  color: #212529;
}

.exper_cole_bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.exper_cole_bot i {
  color: #b7c1cf;
}

.exper_cole_bot .exper_cole-ct {
  color: #667488;
  font-size: 14px;
  padding-left: 5px;
}

.exper_cole_bot .exper_cole-ct .exper_ct {
  font-weight: 600;
}

.exper_colle:hover .exper_cole_bot i {
  color: #78aaf3;
}


/* Expertise Section End*/



/* Company-Logo Section -- s */
.comlg-ovfl {
  overflow: hidden;
  position: relative;
}

.comlg-ovfl .comlg-ovflins {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comlg-ovflins .tops_heads {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  z-index: 10;
  padding-left: 1rem;
  text-align: left;
}

.comlg-nxprv {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 10;
}

.comlg-nxprv .comlg-nxprv-cir {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fffefe;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9d7d7;
  outline: none;
}

.comlg-prev.active,
.comlg-next.active {
  background: #0a66c2;
  border: 1px solid #0a66c2;
}

.comlg-prev.active svg path,
.comlg-next.active svg path {
  stroke: #fff;
}

.comlg-prev.disabled,
.comlg-next.disabled {
  background: #f9f9f9;
  cursor: not-allowed;
  pointer-events: none;
}

.comlg-prev svg path,
.comlg-next svg path {
  stroke: #a7abb2;
}

.comlg-nxprv .comlg-nxprv-cir:hover {
  background: #eef1fe;
  cursor: pointer;
  border: 1px solid #d6ddf9;
}

.comlg-nxprv .comlg-nxprv-cir:hover svg path {
  stroke: #0a66c2;
}

.comlg-flex {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 2rem;
}

.comlg-flex::-webkit-scrollbar {
  display: none;
}

.comlg-flex::before,
.comlg-flex::after {
  content: '';
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.comlg-flex::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.comlg-flex::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.comlg-fx-colle {
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  min-width: 320px;
  max-width: 320px;
  border-radius: 10px;
  flex-shrink: 0;
  text-decoration: none;
  background: #fff;
  border: 1px solid #f2f2ff;
}

.comlg-fx-colle:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.comlg-fx-colle-inner {
  position: relative;
  height: 150px;
}

.comlg-fx-cover {
  height: 100px;
  width: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.comlg-fx-cvclr {
  background: linear-gradient(90deg,
      rgba(243, 243, 245, 1) 0%,
      rgba(244, 244, 246, 1) 100%);
}

.comlg-fx-cover img {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
  width: 100%;
}

.comlg-fx-logo {
  position: absolute;
  top: 44%;
  left: 6%;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #efefef;
}

.comlg-fx-logo img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: contain;
}

.comlg-fx-mid h1 {
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  max-width: 280px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: calc(4px + 17px);
}

.comlg-fx-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
  background: #f9f9f9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 25px;
}

.comlg-fx-off span {
  color: #212529;
  font-weight: 500;
  font-size: 13px;
}

.comlg-fx-botcir {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eeeeee;
}

.comlg-fx-botcir svg path {
  stroke: #9794ab;
}

.comlg-fx-colle:hover .comlg-fx-botcir {
  background: #0a66c2;
}

.comlg-fx-colle:hover .comlg-fx-bottom {
  background: #f7f8ff;
}

.comlg-fx-colle:hover .comlg-fx-botcir svg path {
  stroke: #fff;
}

@media (max-width: 767px) {
  .comlg-ovfl .comlg-ovflins {
    align-items: unset;
    flex-direction: column;
    gap: 10px;
  }

  .comlg-flex {
    padding: 2rem 1rem;
  }

  .comlg-flex::before,
  .comlg-flex::after {
    display: none;
  }

  .comlg-nxprv {
    justify-content: flex-end;
  }

  .comlg-ovflins .tops_heads {
    padding-left: 0;
  }
}

@media (max-width: 360px) {
  .comlg-fx-colle {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }

  .comlg-flex {
    padding: 2rem 0.5rem;
    gap: 70px;
  }
}

/* Company-Logo Section -- e */



/* Recent Jobs Section Start */

.recentj_sec {
  /* background: #F7F9FC; */
}

.recentj_g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 20px;
  /* padding: 2rem; */
  padding: 2rem 0;
}

.recentj_gcolle {
  position: relative;
  background: #fff;
  border: 1px solid rgba(224, 230, 238, 0.7);
  width: 100%;
  padding: 30px 20px;
  border-radius: 10px;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: space-between;
}

.recent_C_logo {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  object-fit: contain;
  box-shadow: 0px 2px 12px 0px rgba(217, 217, 217, 0.5);
  border: 1px solid #efefef;
  flex-shrink: 0;
  overflow: hidden;
}

.recentj_com {
  font-size: 14px;
  color: #333;
  display: inline-block;
  max-width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.recentj_gcolle h2 {
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 25px;
}

.recentj_gcolle .find__min__sflex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.recentj_tif {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
}

.recentj_sv {
  position: absolute;
  right: 15px;
  top: 15px;
}

.recentj_gcolle .find__min__sflex .find__min__svg-flex,
.recentj_gcolle .find__min__sflex {
  display: inline-block;
  padding-top: 5px;
}

.recentj_gcolle .recentj_arr {
  opacity: 0;
}

.recentj_gcolle:hover {
  border: 1px solid #cde2ff;
  box-shadow: 0px 0px 4px 0px rgba(205, 226, 255, 0.38);
  cursor: pointer;
}

.recentj_gcolle:hover .recentj_footer-ins span {
  color: #0a66c2;
}

.recentj_gcolle:hover .recentj_footer-ins svg path {
  stroke: #0a66c2 !important;
}

.recentj_gcolle:hover .recentj_arr {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.recentj_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
}

.h-recet-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recentj_btn a {
  background: #0a66c2;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  transition: transform 0.3s ease;
}

.recentj_btn a:hover {
  background: #0858a8;
  transform: scale(1.01);
}

.recentj_footer {
  border-top: 1px solid #e9f0fc;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0;
  position: relative;
  margin-top: 10px;
}

.recentj_footer .find__min__pdays {
  width: 100%;
  font-size: 14px;
}

.recentj_footer-ins {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  gap: 3px;
  font-size: 14px;
  color: #8794a2;
}

.recentj_footer-ins svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin-top: 2px;
}

.recentj_footer-ins svg path {
  stroke: #8794a2;
}

/* Recent Jobs Section End */


/* Logo  Section  Start*/
.Emp_Logo_st h2 {
  font-size: 25px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .Emp_Logo_st h2 {
    font-size: 23px !important;
    text-align: center;
  }

  .up_down_space {
    padding: 4rem 0 !important;
  }
}


/* logo scroll effects */
/* .ins_Emp_Logo_st_flex-g {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.ins_Emp_Logo_st_img img {
  height: 75px;
  width: auto;
}

.ins_Emp_Logo_st_img {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  width: max-content;
  animation: scrollEffect 70s linear infinite;
}

@keyframes scrollEffect {
  0% {
    transform: translateX(0px)
  }

  100% {
    transform: translateX(calc(-50% - 1.4rem));
  }
}

.ins_Emp_Logo_st_flex-g::before,
.ins_Emp_Logo_st_flex-g::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 10;
}

.ins_Emp_Logo_st_flex-g::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}

.ins_Emp_Logo_st_flex-g::after {
  right: 0;
  background: linear-gradient(to left, #ffffff, transparent);
}

.ins_Emp_Logo_st_flex-g:hover .ins_Emp_Logo_st_img {
  animation-play-state: paused;
} */

@media(max-width: 767px) {
  .Emp_Logo_st_img {
    gap: 18px !important;
  }
}

/* Logo  Section  End*/




/* Blog  Section  Start*/
.blogs_sec {
  /* background: #F7F9FC; */
  /* background: linear-gradient(181deg, #f7f9fc 20%, #fff 100%); */
  background: linear-gradient(358deg, #f7f9fc 20%, #fff 100%);

}

.blogs_sec .MidBlog_cate span {
  /* display: inline-block; */
  background: rgba(31, 33, 47, 0.03);
  border-radius: 5px;
  border: 1px solid rgba(44, 47, 70, 0.1);
  color: rgba(47, 50, 71, 0.7);
  padding: 4px 8px;
  font-size: 13px;
}

.blogs_sec .MidBlogs__ConRight__Ins p {
  font-size: 13px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 18px;
  max-width: 500px;
  color: #6C6C6C;
}

.blogs_sec .MidBlogs__ConRight_Colle {
  border: 1px solid transparent;
  border-radius: 10px !important;
}

.blogs_sec .MidBlogs__ConRight_Colle:hover {
  border: 1px solid rgba(221, 226, 235, 0.9);
  background: rgba(255, 255, 255, 0) !important;
}

.blogs_sec .MidBlog_rme {
  display: flex;
  align-items: center;
  color: #828282;
}

.blogs_sec .MidBlog_rme svg {
  fill: #828282;
}

.blogs_sec .MidBlogs__ConRight_Colle:hover .MidBlog_rme,
.blogs_sec .MidBlogs__ConRight_Colle:hover .MidBlog_rme svg {
  color: #0a66c2;
  fill: #0a66c2;

}

.blogs_sec .MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ConRight__Ins {
  padding: 0 10px;
}

.blogs_sec .MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ImageWrapper {
  border: 1px solid #d6d6d691;
}

/* Blog  Section  End*/


/* FAQs Section Start*/
.faqs_s {
  padding-bottom: 0;
}

.faqs_sec {
  position: relative;
  margin: 0;
  padding: 0;
  color: #fff;
  background: #fafafa;
}

.faqs_st {
  /* background: #171616; */
  border-radius: 20px;
  position: relative;
  min-height: 600px;
}



.faqs_st .faq_left {
  padding: 5rem 0;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}


.faq_left .faq_tops_heads h3 {
  font-size: 40px;
  color: #030107;
  font-weight: bold;
  display: block;
  line-height: 45px;
}

.faq_left .faq_tops_heads p {
  color: #949292;
  line-height: 20px;
  padding-top: 9px;
  max-width: 330px;
}

.faq_left .faqs_st_faqs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  position: relative;
  z-index: 10;
}

.faq_left .faqs_st_faq {
  display: flex;
  flex-direction: column;
  background: rgb(38 36 36 / 4%);
  padding: 10px 30px;
  border-radius: 10px;
  cursor: pointer;
  overflow-anchor: none;
}


.faqs_st_faq.active {
  /* background: rgb(3 1 7); */
  background: #131620;
  padding: 10px 30px 20px;
}

/* .faqs_st_faq.active:hover {
  background: rgb(19 31 46);
} */

.faqs_st_faq.active:hover .faq_answer {
  border-top: 1px solid #353434;
}


.faqs_st_faq:hover {
  background: rgb(23 22 22 / 94%);
}

.faq_left .faqs_st_faq .faq_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
}

.faq_left .faqs_st_faq .faq_question h4 {
  font-size: 18px;
  font-weight: 400;
  color: #454444;
}

.faq_left .faqs_st_faq.active .faq_question h4,
.faq_left .faqs_st_faq:hover .faq_question h4 {
  color: #fff;
}


.faq_left .faqs_st_faq .faq_question .faq_ud {
  width: 10px;
  height: 10px;
  border-right: 2px solid #454444;
  border-bottom: 2px solid #454444;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faqs_st_faq.active .faq_ud {
  transform: rotate(-135deg) !important;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  /* border-bottom: 2px solid #FFA629 !important; */
  cursor: pointer;
}

.faqs_st_faq:hover .faq_ud {
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}

.faq_left .faqs_st_faq .faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  border-top: 1px solid transparent;
}

.faq_left .faqs_st_faq p {

  color: #fff;
  font-size: 15px;
  font-weight: 300;
  /* padding-top: 10px; */
}

.faqs_st_faq.active .faq_answer {
  border-top: 1px solid #1e2435;
  /* max-height: 70px; */
  max-height: max-content;
  padding-top: 10px;
  color: #d2d8dd;
}

.faqs_st_faq.active .faq_answer a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}

.faqs_st_faq.active .faq_answer a:hover {
  font-weight: 500;
}

/* FAQs Section End*/
@media (max-width: 1320px) {
  .ins_Emp_Logo_st_img {
    flex-wrap: wrap;
  }
}

@media (min-width: 999px) and (max-width: 1190px) {
  .blogs_sec .MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ImageWrapper {
    height: 150px;
  }
}

@media (min-width: 768px) and (max-width: 998px) {
  .home--index-bannerleft {
    display: none;
  }

  .home--index--img--gall {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .holder--loc--sear h5 {
    text-align: center;
  }

  /* .holder--loc--sear h1 {
    font-size: 33px;
    text-align: center;
  } */

  .recentj_g {
    grid-template-columns: repeat(2, 1fr);
  }

  .ins_Emp_Logo_st_img {
    gap: 0;
    flex-wrap: wrap;
  }

  .blogs_sec .MidBlogs__ConRight_flex {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blogs_sec .MidBlogs__ConRight_Colle .MidBlogs__ImageWrapper,
  .blogs_sec .MidBlogs__ConRight_Colle .MidBlogs__ImageWrapper img {
    height: 130px !important;
  }

  .faqs_st .faq_left {
    flex-direction: column;
  }

  .faq_left .faq_tops_heads h3 {
    text-align: center;
    font-size: 30px;
  }

  .MidBlogs__ConRight_flex {
    width: 100% !important;
  }

  .blogs_sec .MidBlog_cate span {
    font-size: 12px;
  }

  .blogs_sec .MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ConRight__Ins h3 {
    line-height: 20px;
    font-size: 16px;
  }

  .recentj_g {
    padding: 2rem 0;
  }
}


@media (max-width: 767px) {
  .faqs_sec {
    margin: 0;
  }

  /* .home--index--img--gall {
    padding-top: 1.5rem;
  } */

  .home--index--img--gall {
    justify-content: center;
    align-items: center;
  }

  .recentj_g {
    grid-template-columns: 1fr;
    padding: 2rem 0;
  }

  .ins_Emp_Logo_st_img {
    flex-wrap: wrap;
  }

  .faq_left .faqs_st_faq .faq_question h4 {
    font-size: 16px;
  }

  .recentj_gcolle {
    width: 100%;
  }

  .recentj_footer .find__min__pdays {
    width: 92%;
  }

  .faqs_st .faq_left {
    flex-direction: column;
    padding: 3rem 1rem;
  }

  .home--index-bannerleft {
    display: none;
  }

  .faq_left .faq_tops_heads h3 {
    font-size: 30px;
    text-align: center;
    line-height: 35px;
  }
}

@media (max-width: 380px) {

  .faq_left .faqs_st_faq {
    padding: 10px 20px;
  }
}

@media (max-width: 998px) {
  .exper_flexcovef {
    scrollbar-width: none;
    overflow-x: auto;
  }

  .exper_flex_container {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
  }

  .exper_colle {
    flex: 0 0 220px;
    width: 220px;
  }

  .exper_flex_container .exper_colle {
    position: relative;
    justify-content: start;
    padding: 15px 20px;
  }

  .exper_colle .exper_cole_tp p {
    max-width: 130px;
  }

  .tops_heads h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  /* section.banner {
    min-height: 450px;
    height: 430px;
  } */

  .banner-search-holder .Mob__view_bad {
    display: none;
  }

  .holder--loc--sear .banner-search-holder .field-wrap input {
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
  }

  .holder--loc--sear .banner-search-holder {
    grid-template-columns: 1fr !important;
    width: 100%;
    background: transparent;
    padding: 0;
    gap: 10px;
  }

  /* .main--index--center--galle--grid {
    padding: 40px 0px !important;
    gap: 30px;
  } */

  .main--index--btn {
    width: 100%;
    text-align: center;

    font-size: 17px;
    padding: 15px !important;
  }

  .banner-ble-grp {
    width: 100%;
    background: #0a66c2 !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 5px !important;
  }

  /* .home-index- {
    display: none;
  } */

  .home--index--center {
    padding: 2rem 0;
  }

  .tops_heads h3 {
    font-size: 23px;
  }

  .holder--loc--sear {
    gap: 18px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .holder--loc--sear h5 {
    font-size: 15px;
    padding-top: 0;
    text-align: center;
    line-height: 18px;
  }

  .main--index--center--content--flex h3,
  .center--galle--content h2 {
    line-height: 30px !important;
    font-size: 25px !important;
  }

  .main--index--center--content--flex p {
    font-size: 15px !important;
  }

  .main--index--center--content--flex {
    text-align: start !important;
    gap: 10px !important;
    justify-content: start !important;
  }

  .holder--loc--sear h1 {
    font-size: 35px;
    text-align: center;
    padding: 0;
    line-height: 35px;
  }

  .main--index--center--content--flex p,
  .center--galle--content .galle--lead {
    width: initial !important;
  }

  .Center_Content_Galle {
    order: 2;
  }

  .main--index--center--content {
    padding: 5rem 10px 2rem !important;
  }

  .holder--loc--sear .banner-search-holder .field-wrap i {
    color: #c1c1c1 !important;
    font-size: 17px !important;
  }

  .svg__search_fj {
    top: 17px !important;
    width: 17px !important;
    height: 17px !important;
    left: 12px !important;
  }

  .holder--loc--sear .banner-search-holder .field-wrap {
    padding: 10px !important;
    line-height: 27px !important;
  }

  .banner-field-wrap .job__Mainindex {
    top: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .holder--loc--sear {
    grid-template-columns: 1fr 400px !important;
  }

  .center--galle--content h2 {
    line-height: 29px !important;
    font-size: 22px !important;
  }

  .main--index--center--content--flex h3 {
    font-size: 24px !important;
  }

  /* .home-index-img-mid {
    display: none;
  } */

  .find-job-box .wrap {
    grid-template-columns: 70px 1fr !important;
  }

  .container {
    max-width: 100%;
  }

  /* .about-end-flex {
    grid-template-columns: 1fr !important;
  }

  .about--end--content {
    max-width: unset !important;
  }

  .about-end-flex img {
    width: unset !important;
  } */
}

@media (min-width: 768px) and (max-width: 998px) {
  .find-job-box .wrap {
    grid-template-columns: 70px 1fr !important;
  }
}

@media (max-width: 360px) {
  .holder--loc--sear h1 {
    font-size: 25px;
    line-height: 28px;
  }
}

.holder--loc--sear .banner-search-holder .field-wrap {
  align-items: center;
  background: #fff;
  padding: 5px 12px 5px 0;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px;
}

.holder--loc--sear .banner-search-holder .field-wrap input {
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  /* max-width: 250px; */
  /* overflow: hidden !important; */
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  width: 100%;
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
}

.holder--loc--sear .banner-search-holder .field-wrap i {
  color: #c1c1c1;
  font-size: 17px;
}

.main--index--btn {
  font-size: 15px;
  background: #0a66c2;
  color: #fff;
  border: 1px solid transparent;
  outline: none;
  line-height: 10px;
  padding: 15px 20px;
  border-radius: 50px;
}

.main--index--btn:hover {
  background: #0858a8;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 996px) {
  /* .holder--loc--sear .banner-search-holder {
    grid-template-columns: 290px 10px 290px 120px;
  } */

  /* section.banner {
    min-height: 445px;
    height: 450px;
  } */


  .holder--loc--sear {
    padding: 0;
  }

}

.holder--index h3 {
  font-size: 20px;
  font-weight: 500;
  color: #75909d;
}

.holder--index h2 {
  color: #43555e;
  font-weight: 500;
  font-size: 35px;
}

.holder--index h4 {
  font-size: 20px;
  color: #43555e;
  font-weight: 500;
}

@media (max-width: 767px) {

  .user-form-logo img,
  .userinfo__logo img {
    width: 150px !important;
  }

  .main--index--btn:hover {
    border-radius: 5px;
  }
}

/* ABOUT PAGE */
.about-banner {
  /* background: #333333; */
  background: linear-gradient(164deg, #050911 27%, #081a2f 100%);
  padding: 3rem 0 4rem;
}


.about_top_qu {
  display: flex;
  justify-content: space-around;
  padding-top: 2rem;
  flex-wrap: wrap;
}

.about_top_qu .about_e_nu {
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
  /* color: #595959; */
  color: #8fadc8;
}

.about_top_qu .about_top_qucol p {
  color: #fff;
  font-size: 23px;
  max-width: 300px;
  margin-top: -11px;
}

.about-inf_g {
  display: grid;
  gap: 20px;
  padding: 30px 0;
  grid-template-columns: 1fr auto;
  width: 90%;
  margin: 0 auto;
}

.about-inf_g img {
  width: 350px;
  height: auto;
}

.about_cen_h {
  padding: 3rem 3rem 4rem 0.5rem;
}

.about_cen_h p {
  font-size: 15px;
  text-align: left;
  color: #212529;
}

.about_cen_h b {
  font-size: 20px;
  font-weight: 600;
}

.about_cen_h span {
  font-weight: 700;
  font-size: 30px;
  padding-top: 15px;
  display: inline-block;
  text-align: left;
}

.abu_it {
  font-style: italic;
}


.about_mid_c {
  background: #FBFCFE;
  padding: 4rem 0.5rem;
}

.about_mid_cinheads {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.about_mid_cinheads h2 {
  font-size: 38px;
  font-weight: 400;
}

.about_mid_cinheads h2 span {
  font-weight: 700;
}

.about_mid_cinheads h6 {
  font-size: 23px;
  font-weight: 400;
}

.about_mid_cinheads h6 .about_mid_org {
  color: #DB8633;
  font-weight: 600;
}

.about_mid_cinheads h6 .about_mid_blk {
  font-weight: 600;
}

.about_mid_cing {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  padding-top: 3rem;
  justify-content: center;
}

.about_mid_cincole {
  background: #0B66C3;
  padding: 30px;
  border-radius: 30px;
  /* height: 340px; */
}

.about_mid_cincole svg {
  width: 80px;
  height: 80px;
  fill: #fff;
  overflow: hidden;
  flex-shrink: 0;
}

.about_mid_cincole h6 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 15px 0;
}

.about_mid_cincole p {
  max-width: 270px;
  color: #fff;
  font-weight: 300;
}

.about_mid_botm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 0 2rem;
}

.about_mid_botm h6 {
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 2px;
}

.about_mid_botm p {
  padding-bottom: 20px;
  font-size: 20px;
}

.about_our_t {
  background-color: #fff;
  padding: 5rem 0 6rem;
}

.about_our_t h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.about_our_tgrid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding-top: 2.5rem;
  flex-wrap: wrap;
}

.about_our_tgrid .about_our_tcolle {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  background: #F8F9FD;
  padding: 20px 15px 36px 15px;
  border-radius: 10px;
  width: 300px;
}

.about_our_tgrid .about_our_tcolle:hover {
  background: #f9faff;
}

.about_our_tgrid .about_our_tcolle img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.about_our_tgrid .about_our_tcolle .about_our_tcol_ins {
  display: flex;
  flex-direction: column;
}

.about_our_tgrid .about_our_tcolle .about_our_tcol_ins h6 {
  color: #0a66c2;
  font-weight: 600;
}

.about_our_tgrid .about_our_tcolle .about_our_tcol_ins p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding-top: 3px;
}

.about_our_tgrid .about_our_tcolle .about_our_tbotm {
  position: absolute;
  bottom: 18px;
  right: 23px;
}

.about_our_tgrid .about_our_tcolle .about_our_tbotm svg {
  width: 35px;
  height: 35px;
  transition: all 0.3s ease;
}

.about_our_tgrid .about_our_tcolle .about_our_tbotm svg:hover {
  transform: scale(1.03);
}


/* about-article --s */
.about_ari_asec {
  padding-bottom: 6rem;
}

.about_ari_asec h1 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}

.about_ari_a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0;
}


.about_ari_aflx {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #F8F9FD;
  padding: 20px;
  border-radius: 10px;
  width: 75%;
  margin: 0 auto;
}

.about_ari_aflx img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.about_ari_aflx .about_ari_af .about_ari_af_left {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.about_ari_aflx .about_ari_af .about_ari_af_left h2 {
  font-size: 16px;
  font-weight: 600;
  color: #0a66c2;
}

.about_ari_aflx .about_ari_af {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about_ari_aflx .about_ari_af .about_ari_af_left h3 {
  font-size: 15px;
  font-weight: 400;
  color: #212529;
}

.about_ari_aflx .about_ari_af .about_ari_af_right {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.about_ari_aflx .about_ari_af .about_ari_af_right h4 {
  font-size: 16px;
  font-weight: 400;
  color: #8794A2;
  position: relative;
}

.about_ari_aflx .about_ari_af .about_ari_af_right ul {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
}

.about_ari_aflx .about_ari_af .about_ari_af_right ul svg {
  width: 20px;
  height: 20px;
  fill: #ccd6e1;
}

@media (max-width: 1320px) {
  .about_ari_aflx {
    width: 100%;
  }
}

@media (min-width: 767px) and (max-width: 998px) {
  .about_ari_aflx {
    align-items: start;
  }

  .about_ari_aflx .about_ari_af .about_ari_af_right h4 {
    font-size: 15px;
  }

  .about_ari_aflx .about_ari_af .about_ari_af_right ul {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .about_ari_aflx {
    align-items: start;
  }
}

@media (max-width: 360px) {
  .about_ari_aflx {
    flex-wrap: wrap;
  }
}

/* about-article --e */



@media (max-width: 1399px) {
  .about_cen_h span {
    font-weight: 700;
    font-size: 20px;
  }

  .about_our_tgrid .about_our_tcolle .about_our_tbotm {
    bottom: 12px;
    right: 13px;
  }

  .about_our_tgrid .about_our_tcolle {
    width: 345px;
  }
}

@media (min-width: 1000px) and (max-width: 1209px) {
  .about_mid_cincole {
    width: 300px;
  }

  .about_mid_cincole h6 br {
    display: none;
  }

  .about_mid_cing {
    gap: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_top_qu .about_top_qucol p {
    font-size: 17px;
  }

  .about-inf_g {
    padding: 3rem 0;
    grid-template-columns: 280px auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 3rem 0;
    width: 100%;
  }


  .about_cen_h p br {
    display: none;
  }

  .about_top_qu {
    padding: 0;
  }

  .about_cen_h span {
    font-size: 18px;
    padding-top: 5px;
  }

  .about_cen_h {
    padding: 0;
    order: 2;
    text-align: left;
  }

  .about_mid_cinheads h2 {
    font-size: 25px;
  }

  .about_mid_cincole p {
    max-width: 100%;
  }

  .about_mid_cincole {
    display: flex;
    gap: 10px;
  }

  .about_our_t {
    padding: 5rem 0 4rem;
  }

  .about_our_t h3 {
    font-size: 30px;
  }

  .about_mid_cinheads h6 {
    font-size: 21px;
  }

  .about_our_tgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  /* .about_our_tgrid .about_our_tcolle {
    padding: 20px 70px 20px 20px;
  } */

  .about_our_tgrid .about_our_tcolle .about_our_tbotm {
    bottom: 12px;
    right: 13px;
  }

  .about_mid_cincole .abut_mid_sm h6 br {
    display: none !important;
  }

  .about_mid_cincole h6 {
    padding: 5px 0 15px 0;
  }

  .about_mid_cincole svg {
    width: 60px;
    height: 60px;
  }

  .about_our_tgrid .about_our_tcolle {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about_our_tgrid .about_our_tcolle {
    width: 100%;
  }

  .about_mid_cincole .abut_mid_sm h6 br {
    display: none !important;
  }

  .about_top_qu {
    gap: 30px;
    align-items: start;
    justify-content: center;
    padding-left: 30px;
  }

  .about-inf_g {
    display: flex;
    flex-direction: column;
    padding: 3rem 0;
    align-items: center;
  }

  .about_our_tgrid {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
  }

  .about_cen_h {
    padding: 0;
    order: 2;
  }

  .about_cen_h p br {
    display: none;
  }

  .about_cen_h span {
    font-size: 14px;
    padding-top: 5px;
  }

  .about_mid_cinheads h2 {
    font-size: 25px;
  }

  /* .about_mid_botm .btn-1 {
    font-size: 12px;
  } */

  .about_our_t {
    padding: 5rem 0 4rem;
  }

  .about_our_t h3 {
    font-size: 30px;
  }

  .about_mid_cincole p {
    max-width: 100%;
  }

  .about_mid_cing {
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .about_top_qu {
    justify-content: start;
  }
}

/* end */


@media (max-width: 767px) {
  .comp__rp__right .find__min__sflex {
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .applytop__show {
    width: 90% !important;
  }

  .applytop__show .jobdetails__jname {
    font-size: 16px !important;
  }

  .jobdetails__jname__ellip {
    max-width: 600px;
  }
}

/* FIND JOBS PAGE */
.select2-container .select2-selection--single {
  height: 40px !important;
  padding: 5px;
  border: none !important;
}

.ui-widget.ui-widget-content {
  overflow: hidden !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
  max-height: 230px !important;
}

.ui-widget-content {
  background: #ffffff;
  color: #333333;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-front {
  z-index: 100;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  border: none !important;
  padding: 10px 20px !important;
  color: #222 !important;
}

.ui-menu li.ui-menu-item:focus .ui-menu li.ui-menu-item:hover,
.ui-menu .ui-menu-item-wrapper:focus-visible,
.ui-menu .ui-menu-item-wrapper:hover {
  background-color: #eef1fe !important;
  color: #333 !important;
}

.ui-menu .ui-menu-item .ui-state-active {
  border: unset !important;
  background-color: #fff !important;
  color: #333 !important;
  font-weight: unset;
}

.ui-menu .ui-menu-item .ui-state-active:hover {
  border: unset !important;
  background-color: #eef1fe !important;
  color: #333 !important;
  font-weight: unset;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0 !important;
}

.ui-menu li.ui-menu-item::after,
.ui-menu li.ui-menu-item::before,
.ui-menu .ui-menu-item-wrapper::before,
.ui-menu .ui-menu-item-wrapper::after {
  display: none !important;
}

section.find-jobs {
  padding: 25px 10px;
}

section.find-jobs .find-jobs-grid {
  display: grid;
  grid-template-columns: 1fr 425px;
  grid-gap: 20px;
}

.banner-field-wrap .field-wrap {
  position: relative;
}

.banner-field-wrap .job__Mainindex {
  position: absolute;
  right: 0;
  font-size: 14px !important;
  line-height: 15px;
}

@media (max-width: 991px) {
  section.find-jobs .find-jobs-grid {
    grid-template-columns: 1fr;
  }
}

section.find-jobs .find-jobs-grid .wrapy {
  position: sticky;
  top: 75px;
  padding: 20px;
  width: 425px;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 10px;
  transition: all 0.3s ease;
  margin-top: 55px;
  border: none;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

@media (max-width: 991px) {
  section.find-jobs .find-jobs-grid .wrapy {
    position: relative;
    top: 0px;
  }
}

section.find-jobs .find-jobs-grid .wrapy .skeleton-job-loading {
  display: none;
}

section.find-jobs .find-jobs-grid .wrapy.loading .skeleton-job-loading {
  display: block;
}

section.find-jobs .find-jobs-grid .wrapy .job-description-box {
  display: block;
}

.job-description-box--qv {
  display: flex;
  justify-content: flex-end;
  font-weight: 700;
  gap: 5px;
  align-items: center;
  padding-bottom: 10px;
}

/* Menber find jobs */
.Member__FindsjobJV {
  padding: 20px 0 0;
}

.Member__FindsjobJV .jobdetails__parts__ {
  padding: 5px 10px;
  align-items: center;
  font-weight: 500;
}

.ember__FindsjobJV .jobdetails__parts__ .MenberFind_spa span {
  line-height: 25px !important;
}

.member__class_down {
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
  gap: 5px;
}

.member__class_down h3,
.member__class_down span {
  font-size: 13px;
  font-weight: 400;
}

.member__ai__sets {
  padding-top: 1.5rem;
}

.member__ai__sets h2 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
}

.member__ai__sets ul {
  list-style-type: none !important;
  color: #ccc;
}

.member__ai__sets ul li::marker {
  color: #bfb9b9;
  font-size: 1.2em;
}

.member__ai__sets__felx {
  display: flex;
  gap: 10px;
  align-items: start;
  justify-content: start;
}

.member__ai__sets ul li {
  position: relative;
  color: #333 !important;
  font-size: 14px;
  padding: 3px 0px;
}

.job-description-box__flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.job-description-box__fimage {
  overflow: hidden;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.job-description-box__fimage img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #efefef;
  object-fit: contain;
}

.job-description-box__flex span {
  font-weight: 500;
  color: #333;
  text-transform: capitalize;
}

section.find-jobs .find-jobs-grid .find-jobs-right .loading-box {
  display: flex;
}

section.find-jobs .find-jobs-grid .find-jobs-right .loading-box .loading-img {
  margin: auto;
}

section.find-jobs .find-jobs-grid .find-jobs-right .job-description-box h4 {
  font-size: 17px;
  font-weight: 600;
  padding-top: 20px;
  max-width: 560px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section.find-jobs .find-jobs-grid .find-jobs-right .job-description-box h4 img {
  width: 35px;
}

.find-job-box {
  color: inherit;
  display: block;
  position: relative;
  padding: 35px 20px;
  background: #fff;
  border: 2px solid #f2f1f1;
  box-sizing: border-box;
  border-radius: 10px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.find__box__flex__min {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.find__box__flex__min .content .find__min__sflex {
  display: flex;
  gap: 10px;
  padding-top: 5px;
  flex-wrap: wrap;
}

.find__min__svg-flex {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #f5f8f8;
  padding: 5px 10px;
  border-radius: 5px;
  color: #2c2d2c;
  font-size: 14px;
}

.find__min__svg-flex svg {
  margin-top: -2px !important;
}

.find__min__bookm {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  gap: 4rem;
}

.find__min__pdays {
  color: #8794a2;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 30px;
}

.find__min__quickap {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  background: transparent;
  color: #0a66c2;
  padding: 8px 15px 8px 10px;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
  width: max-content;
}

.find__box__flex__min:hover .find__min__quickap {
  background: #0a66c2;
  color: #fff;
}

.find__min__quickap svg {
  width: 18px;
  height: 18px;
  fill: #0a66c2;
}

.find__box__flex__min:hover .find__min__quickap svg {
  fill: #fff;
}

.find__min__applied {
  display: flex;
  gap: 4px;
  color: #0a66c2;
}

.find__min__applied p {
  color: #0a66c2;
  font-weight: 500;
}

.find__min__book__ {
  display: flex;
}

.find__min__book__icon {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.find__min_1_ {
  background: #fafafa;
}

.find__min__book__icon i {
  color: #8794a2;
  font-size: 23px;
}

.find__min__book__icon:hover {
  background: #f2f2f2;
}

.find__min__book__icon:hover i {
  color: #8794a2;
}

.find__min__book__icon__fill {
  display: none;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.find-job-box.active,
.find-job-box.focus,
.find-job-box:hover {
  border-color: #0a6cc2;
}

.find-job-box .wrap {
  display: grid;
  grid-template-columns: 75px 1fr;
  grid-gap: 15px;
}

@media (max-width: 559px) {
  .find-job-box .wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .find__box__flex__min .content .find__min__sflex {
    flex-wrap: wrap;
  }

  .find__box__flex__min {
    flex-direction: column;
  }

  .find__min__bookm {
    display: block;
    width: 140px;
  }

  .find-job-box .wrap .actions {
    display: block;
    grid-column-start: 1;
    grid-column-end: 3;
    color: #0a66c2;
  }

  .find__min__res {
    position: absolute;
    bottom: 13px;
    left: 20px;
    padding-top: 0px;
  }

  .find-job-box {
    padding: 30px 20px 80px;
  }

  .find__min__pdays {
    position: absolute;
    bottom: 10%;
    right: 8%;
    font-size: 13px;
  }

  .find-job-box h3 {
    color: #636161 !important;
    font-size: 13px !important;
    max-width: 280px;
    white-space: normal;
    word-wrap: break-word;
    line-height: 10px;
  }

  .find__min__quickap svg {
    width: 15px !important;
    height: 15px !important;
  }

  .find__min__book__ {
    position: absolute;
    top: 6%;
    right: 5%;
  }

  .find__min__quickap {
    position: absolute;
    left: 7%;
    bottom: 9%;
    padding: 8px 10px 8px 5px;
    font-size: 12px;
    display: inline-flex;
    border-radius: 18px;
  }

  .jobdetails__apply__date,
  .find__min__applied {
    font-size: 13px;
  }

  .jobdescri__down__btn .find__min__quickap,
  .jobdetails__apply__subflex .find__min__quickap,
  .jobdetails__apply__top .jobdetails__apply__date {
    position: unset !important;
  }

  .ui-widget-content .change-action {
    top: 308px !important;
  }

  #countdown-timer {
    color: #333 !important;
  }

  .find__min__svg-flex {
    font-size: 13px;
  }

  .jobdetails__image {
    width: 70px !important;
    height: 70px !important;
  }

}

.find-job-box .wrap .imgs {
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  width: 70px;
  height: 70px;
}

.find-job-box .wrap .imgs img {
  border-radius: 5px;
  box-shadow: 0px 2px 12px 0px rgba(217, 217, 217, 0.5);
  border: 1px solid #efefef;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: contain;
}

.find-job-box .wrap .content {
  display: flex;
  flex-direction: column;
}

.find-job-box .wrap .content .job-other-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.find-job-box .wrap .content .job-other-info li {
  position: relative;
  font-size: 14px;
  line-height: 15px;
  margin-right: 5px;
  padding: 5px 15px;
  border-radius: 8px;
}

.find-job-box .wrap .content .job-other-info li.time {
  background: rgba(25, 103, 210, 0.15);
  color: #1967d2;
}

.find-job-box .wrap .content .job-other-info li.privacy {
  background: rgba(52, 168, 83, 0.15);
  color: #34a853;
}

.find-job-box .wrap .content .job-other-info li.required {
  background: rgba(249, 171, 0, 0.15);
  color: #f9ab00;
}

.find-job-box .wrap .actions {
  display: flex;
}

.find-job-box .wrap .actions .auto {
  margin: auto;
}

.find-job-box h4 {
  font-size: 19px;
  white-space: normal;
  word-wrap: break-word;
}

.find-job-box h4 a {
  font-size: 19px;
  color: var(--color-1);
}

.find-job-box h4 span {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 25px;
}

.find__job_law_cic {
  display: flex;
  gap: 5px;
}

.find__job__law__icons {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background: #eef1fe;
  text-align: center;
  line-height: 20px;
  padding: 1px;
}

.find-job-box h3 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  display: contents;
  text-transform: capitalize;
}

.find-job-box p {
  margin: 5px 0 0px;
}

.skeleton {
  opacity: 0.7;
  animation: skeleton-loading 1s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

.skeleton-job-loading .skeleton-text {
  display: block;
  width: 100%;
  max-width: 200px;
  height: 15px;
  margin-bottom: 0.25rem;
  border-radius: 0.125rem;
}

.skeleton-job-loading .skeleton-text.big {
  height: 1rem;
  margin-bottom: 10px !important;
}

.skeleton-job-loading h4 {
  display: grid;
  grid-template-columns: 35px 1fr;
  grid-gap: 10px;
}

.table-1 {
  width: 400px;
  margin: 20px auto;
}

.table-1 tr td {
  border: none;
  padding: 8px;
  font-weight: 400;
  font-size: 14px;
}

.table-1 tr td:first-child {
  color: #666;
  width: 125px;
  font-weight: 400;
  font-size: 14px;
}

.table-1 tr td:nth-child(2) {
  width: 15px;
  font-weight: 500;
}

.table-1 tr td .fa {
  margin-right: 10px;
}

section.find-jobs .combined-wrap .no-data-found-box {
  padding: 20px 20px 35px;
  border-radius: 5px;
  text-align: center;
  display: none;
}

section.find-jobs .combined-wrap .no-data-found-box h4 {
  margin: 10px 0 0;
  letter-spacing: normal;
  font-weight: 600;
  padding-bottom: 3px;
}

section.find-jobs .combined-wrap .no-data-found-box p {
  color: #8C8C8C;
  font-size: 14px;
}

section.find-jobs .combined-wrap .no-data-found-box img {
  width: 300px;
  object-fit: contain;
  opacity: 0.9;
}

section.find-jobs .combined-wrap.active .no-data-found-box {
  display: block;
}

section.find-jobs .combined-wrap.active .find-jobs-grid {
  display: none;
}

section.find-jobs.detail .find-jobs-grid {
  grid-template-columns: 400px 1fr;
  grid-gap: 30px;
}

@media (max-width: 991px) {
  section.find-jobs.detail .find-jobs-grid {
    grid-template-columns: 1fr;
  }
}

section.find-jobs.detail p {
  color: #777;
}

section.find-jobs.detail li {
  color: #777;
}

section.find-jobs.detail .find-jobs-left .detail-box {
  margin-bottom: 20px;
}

.find-jobs-left-top-jobs {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  gap: 10px;
  align-items: center;
}

.find-jobs-left-top-jobs-left {
  display: flex;
  align-items: center;
  gap: 5px;
}

.find-jobs-left-top-jobs-left span {
  font-weight: 600;
  font-size: 16px;
}

.find-jobs-left-fillsearch {
  font-size: 16px;
  color: #2f4045;
  text-transform: none;
  font-weight: 600;
  display: inline-block;
  max-width: 600px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* sort by -s */
.find-jobs-right-sort {
  position: relative;
}

.find-jobs-right-sort-ins {
  display: flex;
  gap: 10px;
  background: transparent;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid transparent;
}

.find-jobs-right-sort-ins:hover {
  border: 1px solid #c8d5e1;
  background: #fff;
  cursor: pointer;
}

.find-jobs-right-sort-ins .find-jobs-right-sort-insf {
  display: flex;
  gap: 5px;
  padding: 0 20px 0 0;
}

.find-jobs-right-sort-ins p {
  font-weight: 600;
}

.find-jobs-right-sort-ins.active {
  background: #fff;
  border-color: #6faae3;
  box-shadow: 0px 0px 4px #6faae3;

}

.find-jobs-right-sort-inp {
  display: none;
  position: absolute;
  width: 100%;
  top: 48px;
  z-index: 10;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px, rgba(0, 0, 0, 0.08) 0 0 0 1px;
  border-radius: 5px;
  transition: transform 0.25s ease;
  padding: 10px;
}

.find-jobs-right-sort-inp.open {
  display: block;
}

.find-jobs-right-sort-b {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.findjright-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  font-weight: 500;
  background: transparent;
  border-radius: 5px;
}

.findjright-sort label {
  cursor: pointer;
}

.findjright-sort:hover {
  background: #fafafa;
  cursor: pointer;
}

.findjright-sort input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #212529;
  cursor: pointer;
  outline: none;
}

.findsarrow {
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #212529;
  border-bottom: 2px solid #212529;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  right: 13px;
  top: 17px;
}

.find-jobs-right-sort-ins.active .findsarrow {
  transform: rotate(223deg);
  top: 20px;
}

.sort-option {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  cursor: pointer;
}

.findjright-sort {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1399px) {

  .find-jobs-left-top-jobs-left {
    display: inline-block;
  }

  .find-jobs-left-top-jobs-left {
    display: flex;
    flex-wrap: unset !important;
  }

  .find-jobs-left-fillsearch {
    display: inline-block;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 999px) {

  .find-jobs-left-fillsearch {
    display: inline-block;
    max-width: 450px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .find-jobs-left-top-jobs-left {
    display: inline-block;
  }

  .find-jobs-left-top-jobs-left {
    display: flex;
    flex-wrap: unset !important;
  }

  .find-jobs-left-fillsearch {
    display: inline-block;
    max-width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media (max-width: 500px) {
  .find-jobs-left-top-jobs {
    flex-direction: column;
    align-items: start;
  }

  .find-jobs-left-top-jobs-left {
    display: inline-block;
  }

  .find-jobs-left-fillsearch {
    display: inline;
    white-space: normal;
  }

  .find-jobs-right-sort {
    width: 100%;
  }
}

/*  */
/* sort by -e */

.FindJobCOM__Details .container {
  padding: 0;
}

.company__banner__section {
  height: 530px;
  position: relative;
  padding: 0 10px;
}

.comp__cover__sec {
  position: relative;
  width: 1296px;
  height: 389px;
}

.comp__cover__sec img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  position: relative;
  height: 389px;
}

.comp__cover__sec::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .FindJobCOM__Details .container {
    padding: 12px;
  }

  .comp__cover__sec img {
    height: auto !important;
    max-width: 100% !important;
    border-radius: 5px !important;
  }

  .comp__cover__sec::after {
    border-radius: 5px !important;
  }

  .comp__logo__sec {
    left: 6.5% !important;
    bottom: -27% !important;
    width: 70px !important;
    height: 70px !important;
  }

  .comp__cover__sec {
    height: auto !important;
    width: unset !important;
  }

  .comp__info__posi {
    margin-left: 0px !important;
    margin-top: 3rem;
  }

  .comp__info__sec {
    flex-direction: column;
    gap: 25px;
    align-items: self-start;
  }

  .comp__media__links {
    align-items: self-start !important;
  }

  .comp__media__links__sub {
    justify-content: flex-start !important;
  }

  .comp__info__left {
    gap: 5px !important;
  }

  .company__banner__section {
    height: auto !important;
  }
}

.comp__logo__sec {
  position: absolute;
  left: 3.5%;
  bottom: -27%;
  z-index: 1;
  border-radius: 5px;
  width: 180px;
  height: 180px;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 5px 5px;
}

.comp__logo__sec img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 5px 5px;
  padding: 2px;
  object-fit: contain;
}

.comp__info__posi {
  margin-left: calc(220px + 30px);
}

.comp__info__sec {
  padding: 6px 8px 0 0px;
}

.comp__info__sec {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 10px;
  gap: 20px;
}

.comp__info__left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.comp__info__left h4 {
  font-weight: 600;
  font-size: 30px;
  max-width: 800px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.comp__info__left p {
  color: #1c1c1c;
  font-weight: 400;
  font-size: 15px;
  white-space: normal;
  word-wrap: break-word;
  max-width: 750px;
}

.comp__info__loc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 15px;
}

.comp__info__loc__sub {
  display: flex;
  align-items: center;
  gap: 4px;
}

.comp__info__loc__sub span {
  color: #5e5e5e;
}

/* socuialmedia */
.comp__media__links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-right: 25px;
  align-items: center;
}

.comp__media__links h4 {
  color: #938f8f;
  font-size: 16px;
}

.comp__media__links__sub {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}

.comp__media__links__sub a i {
  font-size: 25px;
  color: #333;
  cursor: pointer;
}

.comp__media__links__sub a i:hover {
  color: #0a66c2;
}

/* tabs */
.comp__about__tabover {
  display: none;
}

.comp__about__tabover .comp__about__h {
  padding: 20px 0 60px;
}

.comp__about__tabover.active {
  display: block;
}

.cabout__tabs {
  border-bottom: 3px solid transparent;
  font-weight: 600;
  color: #8C8C8C;

  font-size: 18px;
  background: transparent;
  padding: 2px 10px 15px;

  text-align: center;
  transition: all 0.3s ease;
}

.cabout__tabs.active {
  color: #333;
  border-bottom: 3px solid #333;
}

.comp__about__tabs {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
}

.comp__about__contents {
  display: flex;
  gap: 30px;
  margin: 50px 0px;
}

.comp__about__h .comp__about__contents {
  margin: 10px 0px 30px;
}

.comp__about__h h4 {
  color: rgb(51, 71, 91);
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 10px;
}

.comp__about__contents__about {
  display: grid;
  grid-template-columns: 500px 1fr;
  align-items: self-start;
  gap: 30px;
}

.comp__about__image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 500px;
  height: 330px;
}

.comp__about__in h3 {
  color: #717171;
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 10px;
}

.comp__about__in p {
  color: #353434;
}

/* loac paert */
.comp__mid__secloc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0px 40px;
}

.comp--top--sec--loc {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  background: #eef1fe;
  padding: 15px 20px;
  border-radius: 10px;
  width: 81%;
}

.comp--top--sec--loc--in {
  display: flex;
  align-items: center;
  flex: 1;
}

.comp--top--sec--loc--in svg {
  width: 50px;
  height: 50px;
  fill: #124395;
}

.comp--top--sec--border {
  border-left: 1px solid #124395;
  height: 40px;
  opacity: 0.2;
}

.comp__secl__f {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.comp__secl__f h5 {
  font-size: 15px;
  font-weight: 300;
  color: #124395;
}

.comp__secl__f h6 {
  font-size: 15px;
  font-weight: 500;
  color: #124395;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
}

.comp__secl__f h6 a {
  cursor: pointer;
  color: #124395;
  display: inline-block;
  /* display: flex;
  align-items: center;
  gap: 8px; */
}

.comp__secl__f h6 a:hover {
  text-decoration: underline;
  color: #0d6efd;
}

.comp__secl__f i {
  font-size: 11px;
}

.comp--grid--out {
  margin: 50px 30px 40px;
}

.comp--grid--out h4 {
  color: rgb(51, 71, 91);
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 40px;
  text-align: center;
}

.comp--grid--mid {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr 1fr 1fr;
  grid-template-rows: repeat(15, auto);
  gap: 30px;
  position: relative;
}

.comp--gridmid {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.comp--grid--mid--item1 {
  grid-column: 1 / 3;
  grid-row: 2;
  text-align: center;
}

.comp--gridmid-in {
  position: relative;
  width: 100%;
  height: 100%;
}

.comp--s {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #fff;
  text-align: center;
  margin: 5px auto;
  line-height: 40px;
}

.comp--gridmid-in svg {
  width: 35px;
  height: 35px;
  fill: #2b2bd3;
}

.comp--gridmid-in h3 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.comp--gridmid-in h5 {

  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding-top: 5px;
}

.comp--grid--mid--item2 {
  grid-column: 1 / 3;
  grid-row: 3 / 14;
  background: #ffdcbb;
  border-radius: 10px;
}

.comp--grid--mid--item3 {
  grid-column: 3 / 4;
  grid-row: 1 / 14;
  display: flex;
}

.comp--grid--mid--item3 img {
  max-width: 100%;
  max-height: 100%;
  max-width: 600px;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.comp--grid--mid--item4 {
  grid-column: 4 / 6;
  grid-row: 2;
  text-align: center;
}

.comp--grid--mid--item5 {
  grid-column: 4 / 6;
  grid-row: 3 / 14;
  background: #F0F8FF;
  border-radius: 10px;

}

.comp--gridmid .comp--gridmid-in {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.comp--gridmid-in p {
  font-size: 10px;
  color: #ccc;
  width: 150px;
}

/* recentjobs */
.comp__about__content {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 100px;
}

.comp__about__content h3 {
  color: rgb(51, 71, 91);
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 20px;
}

.JobListCom__Prof span {
  font-size: 15px !important;
  line-height: 20px !important;
}

.comp__about__content .find__min__svg-flex {
  gap: 2px;
}

.comp__rp__right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.comp__rp__right .find-job-box {
  display: flex;
  padding: 20px;
  gap: 10px;
  background: #f6f8ff;
  border: 1px solid transparent;
}

.comp__rp__right .find-job-box .imgs {
  overflow: hidden;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.comp__rp__right .find-job-box .imgs img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0px 2px 12px 0px rgba(217, 217, 217, 0.5);
  border: 1px solid #ebeaea;
  object-fit: contain;
}

.comp__rp__right .find__min__sflex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  padding-top: 5px;
}

.comp__rp__right .find__min__svg-flex {
  background: transparent
}

.comp__rp__right .find__min__svg-flex {
  padding: 5px 0px;
}

.comp__rp__right .find-job-box .content {
  max-width: 100%;
  height: auto;
}

.comp__btn {
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.comp__btn i {
  padding-left: 5px;
}

.com__btn a {
  color: #555 !important;
  font-weight: 600;
  font-size: 17px;
}

/* tab2 jobs*/
.comp__about__tabover .camp__about__jobshow {
  margin: 50px 0px 0px 0px;
  max-width: 900px;
}

.camp__about__jobshow .find-job-box {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.camp__about__jobshow .find-job-box:hover,
.camp__about__jobshow .find-job-box.active {
  border: 1px solid #0a66c2;
}

/*  tab3 culs */
/* culs sec */
.comp__mid__sec_0 {
  flex: 70% 0 0;
  justify-self: left;
}

.comp__mid__sec_01 {
  flex: 30% 0 0;
}

.comp__basic__info__c_colle {
  padding: 25px 10px;
}

.comp__gen-- span,
.comp__basic__info__c_colle span {
  line-height: 30px;
  font-size: 15px;
}

.bene__ h4,
.comp__mid__sec_0_cult h4 {
  color: rgb(51, 71, 91);
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 5px;
}

#compp--text-more {
  color: #0d6efd;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

#compp--text-more:hover {
  border-bottom: 1px solid #0d6efd;
}

/* culs right */
.comp__basic__info__c {
  background: #eef1fe;
  border-radius: 10px;
  max-width: 400px;
  min-height: 400px;
  height: 426px;
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
  padding: 30px;
}

.comp__basic__info__c_colle {
  text-align: center;
  padding: 25px 10px;
  border-radius: 10px;
  background: #fff;
}

.comp__basic__info__c_colle h5 {
  font-size: 15px;
  color: #686868;
}

.comp__basic__info__c_colle span {
  font-weight: 600;
  font-size: 17px;
}

.comp__basic__info__csub {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.comp__basic__info__cgsub {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.comp__gen-- svg {
  width: 30px;
  height: 30px;
  fill: #b3b1b1;
}

/* clus media */
.camp__gall__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
  align-items: stretch;
  padding-top: 20px;
  cursor: pointer;
}

.camp__gall__left-image {
  height: 100%;
}

.one-img-- {
  display: flex;
  align-items: center;
  justify-content: center;
}

.camp__gall__left-image img,
.camp__gall__right-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.camp__gall__left-image img:hover,
.camp__gall__right-images img:hover {
  opacity: 0.8;

}

.camp__gall__right-images {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.camp__gall__see-more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #000;
  padding: 4px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  z-index: 1;
}

.camp__gall__item.item-black {
  position: relative;
  width: 100%;
  height: 100%;

}

.camp__gall__item.item-black img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.camp__gall__item.item-black::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 8px;
}

/* Modal Styles */
.camp__gall__gallery-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding-top: 1rem;
}

.camp__gall__moda {
  position: relative;
}

.camp__gall__gallery-modal__content {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}

.camp__gall__gallery-modal-header {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 30px;
}

.camp__gall__close-modal {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border-radius: 50px;
  font-size: 23px;
  width: 30px;
  height: 30px;
}

.camp__gall__close-modal:hover {
  border: 1px solid #fff;
}

.camp__gall__gallery-modal-images {
  position: relative;
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.camp__gall__gallery-modal-images img {
  width: 100%;
  max-width: 800px;
  height: 600px;
  object-fit: cover;
  border-radius: 10px;
}

.camp__gall__gallery-navigation {
  position: absolute;
  top: 50%;
  width: 80%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

button.camp__gall__prev,
button.camp__gall__next {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 30px;
}

button.camp__gall__prev:hover,
button.camp__gall__next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.comppro__bene__ {
  background: #eef1fe;
  padding: 50px;
  border-radius: 10px;
  margin-top: 25px;
}

.comppro__bene__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.comppro__bene__grid>li {
  padding-left: 2rem;
  position: relative;
  color: #333;
}

.comppro__bene__grid>li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: #0a66c2;
}

.jobdetails__apply__btn a i {
  font-size: 10px !important;
}

@media (max-width: 1440px) {

  button.camp__gall__prev,
  button.camp__gall__next {
    background-color: rgb(61 58 58 / 50%);
  }
}

@media (max-width: 1390px) {

  .comp__cover__sec,
  .comp__cover__sec img {
    height: auto;
    width: unset;
  }

  .comp--grid--mid--item3 {
    justify-content: end;
  }

  .comp--grid--mid--item3 img {
    max-width: 600px;
    height: 270px;
  }
}

@media (max-width: 1030px) {

  button.camp__gall__prev,
  button.camp__gall__next {
    background-color: rgb(61 58 58 / 50%);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .find__min__book__ {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .camp__gall__gallery-modal__content {
    width: 100% !important;
  }

  .camp__gall__gallery-navigation {
    width: 78% !important;
    left: 11% !important;
  }

  .camp__gall__gallery-modal-header {
    padding: 10px 20px 10px 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .comp__about__image img {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
  }

  .comp__rp__right .find-job-box {
    margin-bottom: 0;
  }

  .comp__logo__sec img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .comp__info__posi {
    margin-left: 0;
    margin-top: 5rem !important;
  }

  .comp__cover__sec {
    height: auto !important;
    width: unset !important;
  }

  .comp__info__sec {
    flex-direction: row;
    padding: 15px 0 10px;
  }

  .comp__logo__sec {
    bottom: -25%;
    width: 150px;
    height: 150px;
  }

  /* .comp__cover__sec {
    height: 230px;
  } */

  /* .comp__cover__sec img {
    height: 230px;
  } */

  .comp__logo__sec {
    width: 130px;
    height: 130px;
  }

  .comp__basic__info__c {
    max-width: 100%;
  }

  .comp--top--sec--loc {
    width: 100%;
  }

  .comp--grid--mid,
  .comp__about__contents {
    display: flex;
    flex-direction: column;
  }

  .comp__rp__right {
    grid-template-columns: repeat(2, 1fr);
  }

  .comp--gridmid-in {
    padding: 20px !important;
  }

  .comp__about__contents__about {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }

  .comp--grid--mid--item3 img {
    max-width: 100%;
    height: auto;
  }

  .comppro__bene__ {
    padding: 30px 20px;
  }

  .comppro__bene__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .camp__gall__gallery-modal__content {
    width: 100% !important;
  }

  .camp__gall__gallery-navigation {
    width: 76% !important;
    left: 12% !important;
  }

  .camp__gall__gallery-modal-header {
    padding: 10px 20px 10px 10px !important;
  }

  .comp__info__left h4 {
    font-size: 20px;
    white-space: normal;
  }

  .comppro__bene__grid {
    grid-template-columns: 1fr;
  }

  .comp__about__contents {
    flex-direction: column;
  }

  .comp__mid__sec_0,
  .comp__mid__sec_01 {
    flex: 100% 0 0;
  }

  .comp__mid__secloc,
  .comp--top--sec--loc {
    flex-direction: column;
    align-items: start;
    width: 100%;
    margin: 20px 0px;
    gap: 15px;
  }

  .comp--top--sec--loc--in svg {
    width: 40px !important;
    height: 40px !important;
  }

  .comp--top--sec--border {
    display: none;
  }

  .comp__media__links__sub a i {
    font-size: 20px;
  }

  .comp__about__tabs {
    column-gap: 3px;
  }

  .cabout__tabs {
    font-size: 15px !important;
    padding: 12px 5px !important;
    line-height: 10px;
  }

  .comp--grid--mid,
  .comp__about__contents__about,
  .comp__rp__right,
  .camp__gall__grid {
    display: flex;
    flex-direction: column;
  }

  .comp--grid--mid--item3 img {
    max-height: unset;
    max-width: unset;
    height: unset !important;
    max-width: 100% !important;
  }

  .comp__about__image img {
    width: 100%;
    height: auto;
  }

  .comp--grid--out {
    margin: 50px 10px;
  }

  .comp--gridmid .comp--gridmid-in {
    padding: 15px 10px;
    gap: 20px;
  }

  .company__banner__section {
    padding-top: 10px;
  }

  .comp__about__h h4,
  .comp__about__content h3,
  .comp--grid--out h4 {
    font-size: 23px;
  }

  .comp__rp__right .find-job-box .imgs img {
    width: 50px;
    height: 50px;
  }

  .comp__rp__right .find-job-box {
    padding: 10px;
    border-radius: 5px;
  }

  .find-job-box h4 span {
    font-size: 15px;
    line-height: 20px;
  }

  .comp__secl__f h6 {
    font-size: 15px;
  }

  .comp__basic__info__c,
  .comppro__bene__ {
    padding: 20px 15px;
  }

  .jobdetails__apply__btn a {
    padding: 8px 14px;
    font-size: 11px;
    /* display: inline-flex; */
    border-radius: 18px;
  }

  .find__min__quickap i {
    font-size: 10px !important;
  }
}

@media (max-width: 360px) {
  .cabout__tabs {
    font-size: 13px !important;
  }

  .comp__logo__sec {
    left: 6.5% !important;
    bottom: -37% !important;
    width: 60px !important;
    height: 60px !important;
  }

  .jobdetails__apply__top {
    gap: 12px !important;
  }
}





/* FORM PAGE */
.password-box {
  position: relative;
}

.password-box .show-or-hide-password {
  position: absolute;
  right: 3px;
  top: 6px;
  border-radius: 4px;
  cursor: pointer;
  background: transparent;
  transition-duration: 0.3s;
  color: #b9b2ad;
  font-size: 13px;
}

.password-box .show-or-hide-password i:hover {
  color: #808081;
}

.password-box input {
  padding-right: 50px;
}

.password-box input+span.show-or-hide-password {
  background-color: transparent;
  display: inline-block;
  padding: 10px 13px;
}

.password-box input[type="text"]+span.show-or-hide-password .fa-eye {
  display: none;
}

.password-box input[type="password"]+span.show-or-hide-password .fa-eye-slash {
  display: none;
}

/* CONTACT PAGE */
.contact-block {
  position: relative;
}

.contact-wrapper {
  padding: 20px;
}

.contact-wrapper .map {
  display: none;
}

.contact-wrapper {
  padding: 0;
}

.contact-wrapper .map {
  display: block;
}

.contact-wrapper .map iframe {
  width: 100%;
  height: 100vh;
  min-height: 650px;
}

.contact-wrapper .map {
  position: relative;
}

.contact-wrapper .map .overlay {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.btn-request,
.btn-chat {
  display: inline-block;
  padding: 8px 25px 10px;
  background: var(--colorBlue);
  color: #fff !important;
  margin-right: 10px;
  margin-top: 10px;
}

.btn-chat {
  background: rgb(29, 110, 18);
}

.grid-address-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

@media (max-width: 559px) {
  .grid-address-box {
    grid-template-columns: 1fr;
  }
}

.grid-address-box h3 {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #222;
  margin-top: 10px;
  font-weight: bold;
}

.grid-address-box h3:before {
  height: 8px;
  width: 8px;
  content: "";
  left: 0;
  top: 4px;
  display: inline-block;
  background: #222;
  position: relative;
  margin-right: 15px;
  position: absolute;
  content: "";
}

.grid-subscribe-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .grid-subscribe-contact {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .grid-subscribe-contact>div:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.grid-subscribe-contact input {
  height: 45px;
  padding: 10px;
  width: 100%;
  background: transparent;
  color: #222;
  border: none;
  padding-left: 0;
  font-size: 14px;
  border: none;
  outline: none;
  border-bottom: 2px solid #222;
}

.grid-subscribe-contact input::-moz-placeholder {
  color: #222;
}

.grid-subscribe-contact input::placeholder {
  color: #222;
}

.grid-subscribe-contact button {
  text-align: center;
}

.grid-subscribe-contact button::after {
  display: none;
}

.grid-subscribe-contact button:hover {
  color: #ffc412;
}

/* contact */
.contact-block-new .contact-wrapper-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  padding: 5rem 2rem !important;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-block-new .contact-wrapper-new {
    padding: 2rem 0 !important;
  }

  .contact-block-new .contact-wrapper-new .contact-left h2 {
    font-size: 28px !important;
  }

  .contact-block-new .contact-wrapper-new .contact-right .form-group {
    margin-bottom: 20px !important;
  }

  .pricing-top-- h3 {
    font-size: 40px;
  }

  #mobile_num {
    width: auto !important;
    text-overflow: ellipsis;
    left: 120px !important;
  }

  .contact-block-new .contact-wrapper-new .contact-left img {
    display: none;
  }

  .contact-block-new .contact-wrapper-new .contact-left p {
    max-width: 100% !important;
  }

  .contact-block-new .contact-wrapper-new,
  .contact-block-new .contact-wrapper-new .contact-right .field-grid {
    grid-template-columns: 1fr !important;
  }

  .contact-block-new .contact-wrapper-new .contact-right .field-grid {
    gap: 0 !important;
  }
}

@media (max-width: 767px) {


  .contact-block-new .contact-wrapper-new {
    grid-template-columns: 1fr;
    padding: 2rem 0 !important;
  }

  .contact-block-new .contact-wrapper-new .contact-right .field-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  #mobile_num {
    width: auto !important;
    text-overflow: ellipsis;
    left: 120px !important;
  }

  .contact-block-new .contact-wrapper-new .contact-left img {
    width: 100% !important;
    margin: 0;
    object-fit: cover;
    height: 250px;
  }
}

.contact-block-new .contact-wrapper-new .contact-left {
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contact-block-new .contact-wrapper-new .contact-left h5 span {
  font-size: 14px;
  background: #ffd301;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px;
}

.contact-block-new .contact-wrapper-new .contact-left h2 {
  font-size: 40px;
  font-weight: 600;
  padding-top: 15px;
}

.contact-block-new .contact-wrapper-new .contact-left p {
  font-size: 15px;
  max-width: 500px;
  padding-top: 8px;
  color: #333;
}

.contact-block-new .contact-wrapper-new .contact-left img {
  width: 350px;
  object-fit: contain;
  margin-top: 40px;
}

.contact-block-new .contact-wrapper-new .contact-right .field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.contact-block-new .contact-wrapper-new .contact-right .form--g label {
  font-weight: 500;
}

.contact-block-new .contact-wrapper-new .contact-right .form-group {
  margin-bottom: 15px;
}

/* TERMS AND CONDITIONS PAGE OR PRIVACY POLICY PAGE */
.terms-policy-holder {
  margin: 40px auto;
  max-width: 900px;
}

.terms-policy-holder .terms-policy-box {
  margin-bottom: 30px;
}

.terms-policy-holder .terms-policy-box h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.terms-policy-holder .terms-policy-box p {
  margin-bottom: 15px;
}



/* MEDIA QURIES */
.visible-sm-xs,
.visible-xs {
  display: none !important;
}

@media (max-width: 991px) {
  .hidden-sm-xs {
    display: none !important;
  }

  .visible-sm-xs {
    display: block !important;
  }

  .container {
    max-width: 96%;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .container {
    max-width: 96%;
  }
}

@media (max-width: 559px) {
  .container {
    max-width: 100%;
  }
}

/*sourceMappingURL=legal-unite.css.map */
.find-jobs-page-order- {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 10px;
}

.find-jobs-page-order- .fa-chevron-left,
.find-jobs-page-order- .fa-chevron-right {
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #000;
  border-radius: 50px;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  cursor: pointer;
}

.find-jobs-page-order- .fa-chevron-left:hover,
.find-jobs-page-order- .fa-chevron-right:hover {
  background: #dddada;
  color: #000;
}

.find-jobs-page-order- button {
  outline: none;
  border: none;
  background: transparent;
  margin: 5px 10px;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

.find-jobs-page-order- button:hover {
  background: #dddada;
  color: #000;
}

.find-jobs-page-order- .active {
  background: #085bae;
  color: #fff;
}

.jobdetails__shortshow {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  visibility: hidden;
  transform: translateY(-100px);
  width: 100vw;
  opacity: 0;
  padding: 9px 0px;
  animation: hideAnimation 0.4s ease-out forwards;
  z-index: 99;
}

@keyframes showAnimation {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes hideAnimation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}

.jobdetails__shortshow.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
  width: 100vw;
  animation: showAnimation 0.4s ease-out forwards;
  border-bottom: 1px solid #ddd;
}

.jobdetails__shortshow.hidden {
  visibility: hidden;
  transform: translateY(-100px);
  opacity: 0;
  animation: hideAnimation 0.4s ease-out forwards;
}

.applytop__show {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  margin: 0 auto;
}

.applytop__loc {
  display: flex;
  row-gap: 5px;
  flex-wrap: wrap;
  column-gap: 10px;
}

.applyjob__job_i {
  display: flex;
  align-items: start;
  gap: 10px;
}

.applytop__all_left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.applyjob__job_image {
  overflow: hidden;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
}

.applyjob__job_image img {
  border: 1px solid #f3f3f3cc;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0px 2px 12px 0px rgba(217, 217, 217, 0.5);
}

/* .jobdetails___section {
  height: 420px;
} */

.jobdetails___section__top__parts {
  position: relative;
  padding: 25px 0;
}

.jobdetails___section__top__parts::before {
  background: #f5f7fc;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  min-height: 250px;
  height: 250px;
  z-index: 10;
}

.jobdetails___section__top__p {
  /* width: 60%;
  margin: 0 auto;
  position: absolute;
  left: 20%;
  top: 75px; */
  background: #fff;
  padding: 40px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  width: 60%;
  margin: 20px auto 0;
  position: relative;
  z-index: 10;

}

.jobdetails__back__apply {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
  /* padding: 25px 0px 20px 0px; */
  flex-direction: column;
  /* gap: 20px; */
  position: relative;
  z-index: 10;
}

.jobdetails__back {
  background: transparent;
  padding: 5px 10px;
  border-radius: 5px;
  color: #0a66c2;
  border: 1px solid transparent;
  text-transform: capitalize;
  cursor: pointer;
  width: max-content;
}

.jobdetails__back:hover {
  background: #eef1fe;
}

.jobdetails___section__sub {
  min-height: 200px;
}

.jobdetails__flex__top {
  display: flex;
  gap: 20px;
  padding: 20px 30px;
}

.jobdetails__flex__top a {
  display: flex;
}

.jobdetails__image {
  flex-shrink: 0;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  border: 1px solid #f3f3f3cc;
  box-shadow: 0px 2px 12px 0px rgba(217, 217, 217, 0.5);
}

.jobdetails__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jobdetails__jname__flex {
  display: flex;
  align-items: center;
  gap: 5px;
}

.jobdetails__flex__top__right {
  max-width: 85%;
  height: auto;
  white-space: normal;
  overflow-wrap: break-word;
}

.jobdetails__jname__flex h3 {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}

.jobdetails__jnames {
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
}

.jobdetails__jname {
  font-size: 23px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 30px;
}

.jobdetails__jname__ellip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 700px;
  font-size: 20px;
  font-weight: 600;
}

.jobdetails__locflex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 3px;
}

.jobdetails__locsubflex {
  display: flex;
  gap: 3px;
  align-items: center;
}

.locsubflex00 {
  color: #000;
  font-size: 14px;
}

.jobdetails__locsubflex svg {
  margin-top: -2px !important;
}

.jobdetails__flexsection__top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 30px;
}

.jobdetails__flexsection__top .jobdetails__parts__>div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.jobdetails__flexsection__top .jobdetails__parts__>div span {
  max-width: 100%;
}

.jobdetails__parts__ {
  display: flex;
  gap: 5px;
  border: 1px solid #f1f0ef;
  padding: 5px;
  border-radius: 5px;
  background: #f5f8f8;
  color: #383a3b;
  font-size: 14px;
  align-items: center;
}

.jobdetails__parts__ span {
  display: inline-block;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jobdetails__apply__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 0px 30px;
}

.jobdetails__apply__subflex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.jobdetails__apply__date {
  color: #8794a2;
}

.jobdetails__apply__btn button {
  background: #0a66c2;
  font-weight: 500;
  color: #fff;
  padding: 8px 25px;
  border-radius: 5px;
  border: 1px solid transparent;
}

.jobdetails__apply__btn button:hover {
  background: #085bae;
}

.jobdetails___descri__section {
  width: 800px;
  margin: 5% auto;
}

#jb_detail_desc p,
em {
  /* color: #333; */
  color: #353434;
  font-style: normal;
}

.jobdetails___descri__section h5 {
  font-weight: 600;
  padding-bottom: 5px;
  /* color: #000; */
  font-size: 22px;
  color: #464444;
  border-bottom: 1px solid #e4e3e3;
  margin-bottom: 15px;
}

.jobdescri__down__btn {
  margin-top: 20px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.candidate-email-input:hover,
.candidate-email-input:focus {
  box-shadow: none !important;
}

/* apply job modal */
.applyJobModalSection {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 50px;
  overflow: hidden;
}

.applyJobModalSection__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 37%;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  height: 85vh;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.applyJobModalSection__mainflex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.applyJobModalSection__left {
  display: flex;
  gap: 15px;
  align-items: center;
}

.applyJobModalSection__right {
  width: 30px;
  height: 30px;
  background: transparent;
  text-align: center;
  border-radius: 50%;
  line-height: 32px;
  font-size: 18px;
  color: rgb(51, 71, 91);
  cursor: pointer;
}

.applyJobModalSection__right:hover {
  background: #f4f4f4;
}

.applyJobModalSection__right:hover i {
  color: #555;
}

.applyJobModalSection__logo {
  overflow: hidden;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.applyJobModalSection__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0px 2px 12px 0px rgba(217, 217, 217, 0.5);
  border-radius: 5px;
  border: 1px solid #f3f3f3cc;
}

.applyJobModalSection__left__content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  height: auto;
  width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.applyJobModalSection__left__content h3 {
  text-transform: capitalize;
  font-size: 15px;
  color: #444a51;
}

.applyJobModalSection__left__content h4 {
  font-weight: 600;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 25px;
}

.applyJobModalSection__overfl {
  overflow-y: auto;
  max-height: calc(80vh - 100px);
  height: 100%;
  scrollbar-width: thin;
}

.applyJobModalSection__overfl h5 {
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  color: #0a66c2;
}

.applyJobModalSection__personal,
.applyJobModalSection__profess {
  margin: 20px 65px;
}

.applyJobModalSection__mid__flex {
  display: flex;
  padding: 20px 0px;
  gap: 3rem;
  position: relative;
}

.applyJobModalSection__propic {
  padding: 4px;
  border-radius: 50%;
  border: 3px solid #e1e6e9;
  width: 120px;
  height: 120px;
}

.applyJobModalSection__propic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.applyJobModalSection__details {
  max-width: 100%;
  height: auto;
  flex: 1;
}

.applyJobModalSection__ediflex {
  display: flex;
  justify-content: space-between;
  color: rgb(51, 71, 91);
}

.applyjob__edit {
  width: 35px;
  height: 35px;
  background: transparent;
  border-radius: 50px;
  text-align: center;
  padding: 5px;
  transition: 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  flex-shrink: 0;
  line-height: 27px;
}

.applyjob__edit:hover {
  background: #eef1fe;
}

.applyJobModalSection__ediflex i {
  color: #0a66c2;
}

.applyJobModalSection__perflex {
  display: flex;
  flex-direction: column;
  line-height: 28px;
  width: 100%;
  height: auto;
}

.applyJobModalSection__details label {
  font-size: 25px;
  font-weight: 600;
  max-width: 250px;
  white-space: normal;
  word-wrap: break-word;
}

.applyJobModalSection__flex {
  display: flex;
  align-items: center;
  gap: 2px;
}

.applyJobModalSection__flex svg {
  margin-top: -2px;
}

.applyJobModalSection__flex span {
  color: #8C8C8C;
}

.applyJobModalSection__inputs {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  gap: 10px;
}

.applyJobModalSection__profess .applyJobModalSection__subinputs {
  margin-bottom: 15px;
}

.applyJobModalSection__inputs label {
  font-size: 15px !important;
  text-transform: capitalize;
  font-weight: 500;
}

.applyJobModalSection__subinputs {
  display: flex;
  flex-direction: column;
}

.applyJobModalSection__subinputs input,
.applyJobModalSection__subinputs textarea {
  width: 100% !important;
  border: 1px solid #ccc;
  padding: 5px 15px;
  border-radius: 5px;
  margin-top: 5px;
  outline: none;
  height: 45px;
}

.apply__email__ input {
  font-size: 14.5px;
}

.applyJobModalSection__subinputs input:focus,
.applyJobModalSection__subinputs textarea:focus {
  border-color: #9ecaed;
  outline: none;
  box-shadow: 0 0 4px #9ecaed;
}

.applyJobModalSection__subinputs input::placeholder,
.applyjob__lastup {
  color: #000;
}

.applyJobModalSection__subinputs span {
  display: block;
  color: #8C8C8C;
  font-size: 14px;
  font-weight: 400;
}

.applyJobModalSection__cv__overall__section .cv--supports {
  text-align: right;
  font-size: 12px;
}

.applyJobModalSection__cv {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 10px 0px 0px 0px;
  border: 1px solid #0a66c2;
  border-radius: 10px;
  padding: 10px 25px;
  background: #eef1fe;
  cursor: pointer;

}

.applyJobModalSection__cv:hover {
  border-color: #9ecaed;
  outline: none;
  box-shadow: 0 0 4px #9ecaed;
}

.applyJobModalSection__cv label,
.applyJobModalSection__cv i,
.applyJobModalSection__cv span {
  color: #0a66c2;
}

.applyJobModalSection__nor {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.applyJobModalSection__nor__cv {
  background: #eef1fe;
  color: #0a66c2;
  width: 120px;
  padding: 8px 12px;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  text-align: center;
  border: 1px solid transparent;
}

.applyJobModalSection__nor__cv:hover {
  border: 1px solid #0a66c2;
}

.applyjob__left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.applyjob__left i {
  font-size: 30px;
}

.applyjob__lastup {
  display: flex;
  flex-direction: column;
}

.applyjob__lastup label {
  max-width: 300px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.applyjob__cv__eye {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}

.applyjob__cv__eye:hover {
  background: #dbdff9;
}

.applyjob__cv__eye i {
  font-size: 20px;
  color: #0a66c2;
  cursor: pointer;
}

.applyjob__cv__eye:hover i {
  color: #0a66c2;
}

.applyjob__cv__pdf {
  color: #555;
}

.applyjob__usecv {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.applyjob__usecvsub {
  border: 1px solid transparent;
  display: flex;
  gap: 5px;
  padding: 7px 10px;
  border-radius: 5px;
  background: #eff3f5;
  color: #000;
  outline: none;
  cursor: pointer;
  font-size: 13px;
}

.applyjob__usecvsub:hover {
  background: #e2e6e9;
  border: 1px solid #e2e6e9;
  color: #000;
}

.cover__limit {
  text-align: end;
  font-size: 11px;
  padding-top: 5px;
  color: #484040;
}

.applyJobModalSection__btn {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.applyJobModalSection__profess {
  border-top: 1px dashed #e1e6eb;
  padding: 19px 0px 0px 0px;
}

.applyJobModalSection__profess__flex {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px 0px;
}


/* modals Responsive */
@media (max-width: 1440px) {
  .applyJobModalSection {
    padding: 0;
  }

  .filterModelFindJobs__contents,
  .applyJobModalSection__content {
    padding: 30px;
    width: 50%;
  }

  /* .jobdetails__back__apply {
    width: 78%;
  } */

  .jobdetails__back__apply,
  .jobdetails___section__top__p {
    width: 78%;
  }

  /*  .jobdetails___section__top__p {
    left: 11%;
  } */

  .applytop__show {
    width: 70%;
  }

  .jobdetails___descri__section {
    margin: 5% auto;
    width: 50%;
  }

  .main--index--center--content {
    padding: 7rem 0px 6rem;
  }
}

@media (max-width: 1320px) {

  .filterModelFindJobs__contents,
  .applyJobModalSection__content {
    padding: 30px;
    width: 70%;
  }

  .jobdetails__back__apply,
  .jobdetails___section__top__p {
    width: 85%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jobdetails___section__top__p {
    width: unset;
    border-radius: 10px;
    padding: 25px 20px;
    margin: 20px 30px 0;
  }

  .company__banner__section {
    height: auto !important;
  }

  .jobdetails___descri__section {
    width: unset;
    padding: 0 35px;
  }

  .jobdetails__back__apply {
    width: unset;
    margin: 0 35px;
  }

  .jobdetails__flex__top {
    flex-direction: unset;
  }

  /* .jobdetails___section {
    height: 460px;
  } */

  .jobdetails___section__top__p .jobdetails__apply__date {
    position: unset !important;
  }

  .jobdetails__apply__subflex {
    display: flex;
  }

  .jobdetails__flex__top__right {
    display: flex;
    gap: 3px;
    flex-direction: column;
  }

  .jobdetails__apply__top {
    padding: 20px 10px;
  }

  .comp--top--sec--border {
    display: none;
  }

  .comp--top--sec--loc {
    width: 100%;
    margin: 20px 0px;
    gap: 15px;
  }

  .comp__mid__secloc {
    flex-direction: column;
    align-items: start;
    width: 100%;
    margin: 20px 0px;
    gap: 15px;
  }

  .jobdetails__jname,
  .jobdetails__locflex {
    padding: 0;
  }

  .jobdetails__shortshow .jobdetails__apply__subflex {
    display: flex;
  }

  .jobdetails__jname__ellip {
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .find__min__applied p {
    font-size: 13px !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .jobdetails__jnames {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .filterModelFindJobs__contents,
  .applyJobModalSection__content {
    width: 90%;
    height: 95vh;
    margin: 0 auto;
  }

  .filterModelFindJobs__overfl {
    max-height: calc(100vh - 100px);
  }

  .applyJobModalSection {
    padding: 0;
  }

  .applyJobModalSection__details label {
    max-width: 400px;
  }

  .applyjob__lastup label {
    max-width: 350px;
  }
}

@media (max-width: 767px) {


  .jobdetails__flexsection__top .jobdetails__parts__>div>span:last-of-type {
    display: inline-block;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .MobView__FDJ {
    display: none !important;
  }

  .applyjob__job_image {
    width: 45px !important;
    height: 45px !important;
  }

  .jobdetails__flex__top {
    flex-direction: column;
    padding: 0;
    gap: 10px;
  }

  .jobdetails___section__top__p {
    width: unset;
    /* left: 0;
    right: 0; */
    padding: 30px 20px;
    border-radius: 10px;
    margin: 20px 10px 0;
  }

  .jobdetails__flexsection__top {
    padding: 15px 0 10px;
    column-gap: 3px;
    row-gap: 6px;
    padding-top: 10px;
  }

  .jobdetails___section__top__p .find__min__book__ {
    position: absolute;
    top: 30px;
    right: 25px;
  }

  .jobdetails___section__top__p .jobdetails__apply__date {
    position: unset;
  }

  .jobdetails__apply__subflex {
    display: block;
    text-align: right;
  }

  .jobdetails__apply__top {
    padding: 10px 0 0;
    flex-wrap: wrap;
    gap: 5px;
  }

  .jobdetails__parts__ svg {
    width: 15px;
    height: 15px;
  }

  .jobdetails__parts__,
  .jobdetails__locsubflex {
    font-size: 13px !important;
  }

  .jobdetails__locsubflex svg {
    width: 15px !important;
    height: 15px !important;
  }

  .jobdetails__back__apply {
    width: unset;
    margin: 0 10px;
  }

  /* .jobdetails___section {
    height: 590px;
  } */

  .jobdetails___descri__section,
  .applytop__show {
    width: unset;
    padding: 6px 10px 6px 15px;
  }

  .jobdetails__jname__flex h3 {
    font-size: 14px;
  }

  .jobdetails__flex__top__right {
    max-width: 100% !important;
  }

  .jobdetails__jname,
  .jobdetails__jnames {
    font-size: 16px;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 22px;
  }

  .jobdetails__shortshow .jobdetails__apply__subflex {
    display: none;
  }

  .jobdetails__jname__ellip {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: unset;
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .filterModelFindJobs,

  .applyJobModalSection {
    padding-top: 0;
  }

  .filterModelFindJobs__contents {
    padding: 60px 20px;
  }

  .filterModelFindJobs__contents,
  .applyJobModalSection__content {
    width: 100%;
    height: 100vh;
    margin: 0;
    border-radius: 0;

  }

  .filterModelFindJobs__section__part,
  .findjob__overall__show ul li {
    grid-template-columns: 1fr;
  }

  .filterModelFindJobs__overfl,
  .applyJobModalSection__overfl {
    max-height: calc(100vh - 100px);
  }

  .filterModelFindJobs__btns__flex button {
    width: unset;
    padding: 10px 30px;
  }

  .applyJobModalSection__content {
    padding: 20px !important;
  }

  .applyJobModalSection__personal,
  .applyJobModalSection__profess {
    margin: 0 15px 0 0 !important;
  }

  .applyJobModalSection__mid__flex {
    flex-direction: column !important;
  }

  .applyjob__lastup label {
    max-width: 160px !important;
  }

  .applyjob__edit {
    position: absolute;
    top: 20px;
    right: 0;
  }

  .applyJobModalSection__left__content h4 {
    font-size: 15px;
  }

  .applyJobModalSection__logo img {
    width: 50px !important;
    height: 50px !important;
  }

  .applyJobModalSection__left {
    gap: 10px;
    align-items: center;
  }

  .applyJobModalSection__details label {
    font-size: 18px;
    max-width: unset !important;
    white-space: normal;
    word-wrap: break-word;
  }
}

@media (min-width:445px) and (max-width: 650px) {
  /* .jobdetails___section {
    height: 450px;
  } */
}

@media (max-width: 320px) {
  .jobdetails__apply__subflex {
    display: block;
    text-align: left;
  }

  /* .jobdetails___section {
    height: 560px;
  } */
}

@media (min-width:768px) and (max-width: 991px) {

  /* .about-mid-grid {
    column-gap: 20px;
    row-gap: 53px;
  }

  .about--content h2,
  .about--end--content h3 {
    font-size: 29px;
  } */

  /* .home--index--center {
    padding-top: 0;
  } */

  .section.page-filter-breadcrumb .filter-1 .holder {
    margin: 0px 30px;
  }

  /* .holder--loc--sear .banner-search-holder {
    grid-template-columns: 1fr !important;
    background: transparent;
    padding: 0;
    max-width: 100%;
  } */

  /* .holder--loc--sear .banner-search-holder .field-wrap {
    padding: 10px !important;
    line-height: 27px !important;
  }

  .holder--loc--sear .banner-search-holder .field-wrap,
  .main--index--btn {
    height: 50px;
  } */

  .banner-search-holder .Mob__view_bad {
    display: none;
  }

  .filter-1 .Mob__view_bad {
    display: block;
  }

  .main--index--btn {
    width: 100%;
  }

  /* .banner-ble-grp {
    width: 100%;
    background: #0a66c2 !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 5px !important;
  } */

  .findjob__overall__show {
    width: 270px;
  }

  .findjob__overall__show ul li {
    grid-template-columns: 1fr;
  }

  .jobdetails__flex__top,
  .jobdetails__flexsection__top {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .filter-1 .Mob__view_bad {
    display: none;
  }

  section.page-filter-breadcrumb .filter-1 .holder {
    gap: 5px;
  }
}

@media (max-width: 500px) {
  .filter-1 .Mob__view_bad {
    display: none;
  }
}