@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: #32526c;
  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;
  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:1200px) {
  section.page-filter-breadcrumb .filter-1 .holder {
    grid-template-columns: 353px 1px 1fr 1px 1fr;
  }
}

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

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

  .findjob__overall__show__position {
    display: none;
  }
}

@media (max-width: 767px) {
  .filter-1 .Mob__view_bad {
    display: none;
  }

  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 {
    max-width: 100%;
    width: auto;
  }

  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: 28px;
  }

  .find__filters__types span {
    font-size: 12px;
  }
}


.find__filters {
  width: 200px;
  background-color: #426d90;
  height: 50px;
  border-radius: 8px;
  padding: 12px 10px 10px 31px;
  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: 23px;
  font-weight: 500;
  margin-left: 3px;
}

.find__job__type {
  cursor: pointer;
}

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

.find__job__type__flex {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 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;
}

.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: 390px;
  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: 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: 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;
  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;
  margin-top: 4px;
  flex-shrink: 0;
}

.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;
}

/* 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: 767px) 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 0px;
  }

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

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

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

@media (max-width: 767px) {
  .find-job-box .wrap .imgs img {
    width: 60px !important;
    height: 60px !important;
  }

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

@media (max-width: 767px) {
  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;
  }

  .svg__icons_fj__select {
    left: 5px !important;
  }

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

  .MobSEctor_Vponit {
    width: 140px !important;
  }

  .find__filters {
    height: 35px;
    border-radius: 5px;
    padding: 7px 70px 29px 23px;
    border: 1px solid #fff;
    background: transparent;
    width: 165px;
    text-align: center;
  }

  .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: 767px) {
  section.page-filter-breadcrumb .filter-1 .holder {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .filterModelFindJobs__top__flex p {
    font-size: 13px;
    line-height: 18px;
  }
}

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

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: 767px) {
  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;
  }
}

p {
  color: var(--textColor);
}

.p0 {
  padding: 0;
}

.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: #00263a;
  min-height: 640px;
  height: 630px;
}

.home--index--img--gall {
  position: relative;
}

.home--index--center {
  padding-top: 13rem;
}

.holder--loc--sear {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0px;
}

.holder--loc--sear h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

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

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

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



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

  .pricing--jobboost--top h2 {
    font-size: 35px;
    line-height: 42px;

  }

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

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

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

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

  .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 (max-width: 767px) {
  section.banner {
    min-height: 450px;
    height: 430px;
  }

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

  .holder--loc--sear .banner-search-holder,
  .main--index--center--galle--grid {
    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-weight: 600;
    font-size: 17px;
    padding: 19px 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-top: 4rem;
  }

  .main--index--center--content--flex h3,
  .center--galle--content h2 {
    line-height: 26px !important;
    font-size: 20px !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: 27px;
    text-align: center;
    padding: 0 10px 11px;
  }

  .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;
  }
}

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

.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%;
}

.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: 14px 20px;
  border-radius: 5px;
}

.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: 390px;
    height: 370px;
  }

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

section.banner .caption {
  width: 100%;
  min-height: 450px;
  margin: auto;
  text-align: center;
  padding: 50px 20px;
  overflow: hidden;
  position: relative;
}

section.banner .caption .content .holder {
  margin: auto 0;
}

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

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

section.banner .caption .content .holder .holder--index {
  font-size: 34px;
  line-height: 1.2em;
  color: #202124;
  font-weight: 500;
  margin-bottom: 25px;
  width: 830px;
  margin: 60px 165px;
  line-height: 41px;
  text-align: start;
}

@media (max-width: 767px) {
  section.banner .caption .content .holder .holder--index {
    font-size: 22px;
  }
}

section.banner .caption .content .holder h2.holder--index>span {
  font-size: 13px;
}

section.banner .caption .content .holder .holder--index p {
  font-weight: 700;
}

section.banner .caption .content .holder .holder--index p>span {
  color: #0a66c2;
  font-size: 30px !;
}

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

section.banner .caption .content .holder .banner-search-holder {
  position: relative;
  background: #fff;
  border: 1px solid #0a66c2;
  box-shadow: 0 7px 18px rgba(64, 79, 104, 0.05);
  border-radius: 14px;
  max-width: 740px;
  margin-bottom: 22px;
  padding: 4px 10px;
  display: grid;
  grid-template-columns: 1fr 0.7fr 160px;
  grid-gap: 20px;
  font-size: 15px !important;
}

@media (max-width: 991px) {
  section.banner .caption .content .holder .banner-search-holder {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  section.banner .caption .content .holder .banner-search-holder {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}

section.banner .caption .content .holder .banner-search-holder .field-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  color: #0a66c2;
  text-align: end;
}

section.banner .caption .content .holder .banner-search-holder .field-wrap input {
  width: 100%;
  height: 50px;
  border: none;
  padding-left: 40px;
  outline: none;
  background: transparent;
}

section.banner .caption .content .holder .banner-search-holder .field-wrap .fa-abs {
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 20px;
}

section.banner .caption .content .holder .banner-search-holder .btn-area .btn-1 {
  width: 100%;
  height: 50px;
}

section.banner .caption .content .holder .advance-search-holder {
  margin-bottom: 20px;
}

section.banner .caption .content .holder .advance-search-holder a {
  color: var(--color-1);
  border-bottom: 2px dashed var(--color-1);
  display: inline-block;
  padding-bottom: 5px;
}

section.banner .caption .content .holder p {
  color: var(--textColor);
}

section.banner .caption .content .holder p span {
  font-weight: bold;
}

section.banner .caption .content .holder p a {
  color: inherit;
}

section.banner .caption .imgs {
  position: absolute;
  width: 100%;
  top: 50px;
  right: 140px;
  opacity: 0.8;
  text-align: right;
  pointer-events: none;
}

@media (max-width: 991px) {
  section.banner .caption .imgs {
    display: none;
  }
}

section.banner .caption .imgs img {
  max-width: 480px;
}

section.client-logos {
  padding: 30px 10px 0;
}

section.why-choose-us {
  background-color: #fff;
}

.main--index--center--content {
  padding: 6rem 0px;
}

.main--index--center--content--flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  text-align: center;
}

.main--index--center--content--flex h3 {
  font-weight: 700;
  color: #000;
  font-size: 26px;
}

.main--index--center--content--flex p {
  font-size: 17px;
  color: #333;
}

.main--index--center--galle {
  margin: 1rem 0px 7rem 0px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .main--index--center--galle {
    margin: 1rem 0px 3rem 0px;
  }
}

.main--index--center--galle--grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  padding: 40px 0px;
}

.main--index--center--galle--grid .center--galle--image img {
  width: 600px;
  object-fit: contain;
}

.center--galle--content {
  display: flex;
  flex-direction: column;
  padding: 20px 0px 0px 0px;
  max-width: 560px;
}

.center--galle--content h2 {
  line-height: 40px;
  font-weight: 700;
  font-size: 38px;
}

.center--galle--content .galle--lead {
  padding: 18px 0px;
  color: #333;
}

.center--galle--content .galle--btn {
  margin-top: 10px;
}

.center--galle--content .galle--btn a {
  background: #006cc4;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s ease;
  font-size: 15px;
  border: transparent;
}

.center--galle--content .galle--btn a:hover {
  background: #0858a8;
  color: #fff;
}

section.why-choose-us .choose-box-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin: 30px 0 0;
}

@media (max-width: 1200px) {
  section.why-choose-us .choose-box-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  section.why-choose-us .choose-box-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    grid-gap: 10px;
    -webkit-overflow-scrolling: touch;
    padding: 5px 0;
  }
}

section.why-choose-us .choose-box-grid .choose-box {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 30px;
}

@media (max-width: 767px) {
  section.why-choose-us .choose-box-grid .choose-box {
    flex: 0 0 auto;
    width: 250px;
    max-width: 85%;
  }
}

section.why-choose-us .choose-box-grid .choose-box:hover {
  box-shadow: 12px 7px 128px rgba(0, 0, 0, 0.32);
  transition: all 500ms ease-in-out;
}

section.why-choose-us .choose-box-grid .choose-box .icon-holder {
  display: flex;
}

section.why-choose-us .choose-box-grid .choose-box .icon-holder .icon {
  position: relative;
  text-align: center;
  width: 60px;
  left: 0;
}

section.why-choose-us .choose-box-grid .choose-box .icon-holder .icon::after {
  content: "";
  border: 1px solid var(--color-1);
  border-radius: 5px;
  height: 60px;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0px;
}

section.why-choose-us .choose-box-grid .choose-box .icon-holder .icon i {
  font-size: 30px;
  margin: auto;
  color: var(--color-1);
  padding-top: 15px;
}

section.why-choose-us .choose-box-grid .choose-box .content h4 {
  font-weight: normal;
  color: var(--textColor);
  margin-bottom: 5px;
}

section.why-choose-us .choose-box-grid .choose-box .content h3 {
  font-weight: bold;
}

/* ABOUT PAGE */
.about-banner {
  background: #f3f7f5;
  padding: 70px 0px;
}

.about-banner-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.about-banner-flex h1 {
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  line-height: 38px;
  max-width: 1000px;
  margin: 0 auto;
}

.about-banner-flex img {
  width: 800px;
  object-fit: contain;
  border-radius: 10px;
}

.about-middle {
  margin: 6rem 0px;
}

.about-mid-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {

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

  .about-banner,
  .about-end {
    padding: 40px 0px 80px !important;
  }

  .about-mid-grid,
  .about-end-flex {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }

  .about--order {
    order: 2;
  }

  .about-banner-flex h1 {
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
  }

  .about-end-flex {
    flex-direction: column;
  }

  .about-middle {
    margin: 4rem 0px;
  }

  .about--content h2,
  .about--end--content h3 {
    font-size: 25px !important;
  }

  .about--images {
    order: 2;
  }
}

.about-mid-grid img {
  width: 600px;
  object-fit: cover;
}

.about--content {
  max-width: 400px;
  margin: 0 auto;
}

.about--content p,
.about--end--content p {
  color: #000 !important;
}

.about--content h2,
.about--end--content h3 {
  font-size: 33px;
  font-weight: 700;
  padding-bottom: 10px;
}

.about-end {
  background: #f3f7f5;
  padding: 70px 0px;
}

.about-end-flex {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, 1fr);
}

.about--end--content {
  max-width: 500px;
}

.about-end-flex img {
  width: 600px;
  object-fit: cover;
}

@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: 80% !important;
  }

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

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

section.top-companies {
  background-color: #fff;
}

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

@media (max-width: 991px) {
  section.top-companies .top-companies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  section.top-companies .top-companies-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}

section.top-companies .top-companies-grid .top-companies-box {
  border: 0.5px solid #ddd;
  background: #fff;
  padding: 30px;
  position: relative;
}

section.top-companies .top-companies-grid .top-companies-box:hover {
  box-shadow: 12px 7px 128px rgba(0, 0, 0, 0.32);
  transition: all 500ms ease-in-out;
}

section.top-companies .top-companies-grid .top-companies-box h4 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

section.top-companies .top-companies-grid .top-companies-box p {
  font-size: 15px;
}

section.top-companies .top-companies-grid .top-companies-box p i {
  color: var(--color-1);
}

section.top-companies .top-companies-grid .top-companies-box .action-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin: 10px 0 0;
}

section.top-companies .top-companies-grid .top-companies-box .action-box div:last-child {
  text-align: right;
}

section.top-companies .top-companies-grid .top-companies-box .action-box div:last-child a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: var(--color-1);
}

section.how-it-works .how-it-works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin: 40px 0 0;
}

@media (max-width: 991px) {
  section.how-it-works .how-it-works-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  section.how-it-works .how-it-works-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    grid-gap: 10px;
    -webkit-overflow-scrolling: touch;
    padding: 5px 0;
  }
}

section.how-it-works .how-it-works-grid .how-it-works-box {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-gap: 20px;
}

@media (max-width: 767px) {
  section.how-it-works .how-it-works-grid .how-it-works-box {
    flex: 0 0 auto;
    grid-template-columns: 1fr;
    max-width: 85%;
    width: 220px;
    grid-gap: 15px;
  }
}

section.how-it-works .how-it-works-grid .how-it-works-box .icon {
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 60px;
  border: 1px solid #ddd;
  color: var(--color-1);
}

section.how-it-works .how-it-works-grid .how-it-works-box .icon i {
  margin: auto;
  font-size: 24px;
}

section.how-it-works .how-it-works-grid .how-it-works-box .content h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

section.services {
  background-color: var(--liteColor);
  padding: 40px 20px;
}

section.services .services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin: 30px 0 0;
}

@media (max-width: 767px) {
  section.services .services-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    grid-gap: 10px;
    -webkit-overflow-scrolling: touch;
    padding: 5px 0;
  }
}

section.services .services-grid .services-box {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-gap: 20px;
  background-color: #fff;
  padding: 30px;
}

@media (max-width: 767px) {
  section.services .services-grid .services-box {
    grid-template-columns: 1fr;
    grid-gap: 0;
    flex: 0 0 auto;
    width: 85%;
  }
}

section.services .services-grid .services-box .icon {
  font-size: 34px;
  color: var(--color-1);
}

section.services .services-grid .services-box .content h4 {
  font-size: 20px;
}

section.services .services-grid .services-box .content p {
  margin: 10px 0;
  font-size: 17px;
}

section.services .services-grid .services-box .content a.plain {
  text-transform: uppercase;
  color: var(--color-1);
}

/* 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: 43px;
  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;
}

.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: 10px;
}

.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 {
  text-transform: capitalize;
  font-weight: 500;
  color: #333;
}

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;
  line-height: 25px;
}

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;
}

.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: 14px;
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 30px;
}

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

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

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

.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: flex;
  grid-gap: 15px;
}

@media (max-width: 559px) {
  .find-job-box .wrap {
    flex-direction: column;
    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: 9%;
    right: 5%;
  }

  .find__min__quickap {
    position: absolute;
    left: 7%;
    bottom: 9%;
    padding: 8px 10px 8px 5px;
    font-size: 11px;
    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;
  gap: 2px;
}

.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: 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;
}

.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;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  display: contents;
}

.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: 15px;
}

.find-jobs-left-top-jobs-left {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
}

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

.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: 110px;
    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;
    width: unset !important;
  }

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

  .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;
}

.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;
  line-height: 38px;
}

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

.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: 14px;
  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: flex;
  align-items: center;
  gap: 8px; */
  display: inline-block;
}

.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;
}

.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;
}

.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;
}

@media (max-width: 1030px) {
  .comp__cover__sec {
    width: 100%;
  }
}

@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;
    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%;
  }

  .comppro__bene__ {
    padding: 30px 20px;
  }

  .comppro__bene__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .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;
  }

  .comp__basic__info__c,
  .comppro__bene__ {
    padding: 20px 15px;
  }
}

/* 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: 25px !important;
  }

  .contact-block-new .contact-wrapper-new .contact-right .form-group {
    margin-bottom: 20px !important;
  }

  .pricing-top-- h3 {
    font-size: 30px !important;
  }

  #mobile_num {
    width: auto !important;
    text-overflow: ellipsis;
    left: 120px !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;
  }
}

.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;
}

/* SUCCESS PAGE */
section.full-bg-2 {
  background-color: #eee;
}

section.full-bg-2 .inner {
  background-image: url(../../images/bg-3.png);
  background-size: cover;
  padding: 45px 45px 45px;
}

section.full-bg-2 .inner .success-block {
  max-width: 900px;
  min-height: 100vh;
  display: flex;
  margin: auto;
}

section.full-bg-2 .inner .success-block .grid-success {
  margin: auto;
  min-height: 0;
  height: auto;
}

section.full-bg-2 .inner .success-block .grid-success .logo-success {
  text-align: center;
}

section.full-bg-2 .inner .success-block .grid-success .logo-success img {
  max-width: 300px;
  margin: auto;
}

section.full-bg-2 .inner .success-block .grid-success .success-box {
  padding: 30px 0;
  text-align: center;
}

section.full-bg-2 .inner .success-block .grid-success .success-box img {
  --value: 90px;
  width: var(--value);
  height: var(--value);
  border-radius: var(--value);
  margin: 20px 0;
}

/* 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;
  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 {
  background: #f5f7fc;
  position: relative;
  min-height: 250px;
}

.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;
}

.jobdetails__back__apply {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
  padding: 25px 0px 20px 0px;
}

.jobdetails__back {
  background: transparent;
  padding: 5px 10px;
  border-radius: 5px;
  color: #0a66c2;
  border: 1px solid transparent;
  text-transform: capitalize;
  cursor: pointer;
}

.jobdetails__back:hover {
  background: #eef1fe;
}

.jobdetails___section__sub {
  min-height: 200px;
}

.jobdetails__flex__top {
  display: flex;
  gap: 20px;
  padding: 20px 30px;
}

.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;
  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: 18px;
  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__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__flexsection__top .jobdetails__parts__>div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.jobdetails__flexsection__top .jobdetails__parts__>div span {
  max-width: 100%;
}

.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;
  font-style: normal;
}

.jobdetails___descri__section h5 {
  font-weight: 600;
  padding-bottom: 5px;
  /* color: #000; */
  font-size: 22px;
  color: #464444;
  border-bottom: 1px solid #ececec;
  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);
  overflow: hidden;
}

.applyJobModalSection__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 37%;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  height: auto;
  overflow: hidden;
  position: fixed;
  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;
  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%;
  }

  .filterModelFindJobs__contents,
  .applyJobModalSection__content {
    height: 90vh;
    margin: 1.0 auto;
  }

  .jobdetails__back__apply,
  .jobdetails___section__top__p {
    width: 78%;
  }

  .jobdetails___section__top__p {
    left: 11%;
  }

  .applytop__show {
    width: 70%;
  }

  .jobdetails___descri__section {
    margin: 7% auto;
    width: 850px;
  }

  .main--index--center--content {
    padding: 7rem 0px 6rem;
  }
}

@media (max-width: 1320px) {

  .filterModelFindJobs__contents,
  .applyJobModalSection__content {
    padding: 30px;
    width: 70%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jobdetails___section__top__p {
    width: unset;
    left: 35px;
    right: 35px;
    border-radius: 10px;
    padding: 25px 20px;
  }

  .company__banner__section {
    height: auto !important;
  }

  .jobdetails___descri__section {
    width: unset;
    padding: 0 35px;
  }

  .jobdetails__back__apply {
    width: unset;
    margin-left: 35px;
  }

  .jobdetails__flex__top {
    flex-direction: unset;
  }

  .jobdetails___section {
    height: 480px;
  }

  .jobdetails___section__top__p .jobdetails__apply__date,
  .find__min__book__ {
    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__mid__secloc,
  .comp--top--sec--loc {
    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: 96vh;
    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: 95%;
    left: 0;
    right: 0;
    padding: 30px 20px;
    border-radius: 10px;
  }

  .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: absolute;
    bottom: 17px;
  }

  .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: 12px;
  }

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

  .jobdetails__back__apply {
    width: unset;
    margin-left: 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;
    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;
    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 {
    height: 100vh !important;
  }

  .filterModelFindJobs__contents,
  .applyJobModalSection__content {
    width: 100%;
    height: -webkit-fill-available;
    margin: 0;
    border-radius: 0;
    padding: 20px;
  }

  .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 (max-width: 320px) {
  .jobdetails__apply__subflex {
    display: block;
    text-align: left;
  }

  .jobdetails___section {
    height: 560px;
  }
}

/* Main_Index Animation */
.home-index-img-tright1 {
  position: absolute;
  right: 5%;
  top: 15%;
}

.home-index-img-tleft2 {
  position: absolute;
  left: 10%;
  top: 11%;
}

.home-index-img-bleft3 {
  position: absolute;
  left: 5%;
  bottom: -42%;
}

.home-index-img-mid4 {
  position: absolute;
  left: 38%;
  bottom: -58.5%;
}

.home-index-img-bright5 {
  position: absolute;
  right: 3%;
  bottom: -48.5%;
}

.Home_Img_01,
.Home_Img_02,
.Home_Img_03,
.Home_Img_04,
.Home_Img_05 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.Home_Img_01 img,
.Home_Img_02 img,
.Home_Img_03 img,
.Home_Img_04 img,
.Home_Img_05 img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
}

.Home_Img_01 svg,
.Home_Img_02 svg,
.Home_Img_03 svg,
.Home_Img_04 svg,
.Home_Img_05 svg {
  width: auto;
  max-width: 100%;
  height: 150px;
  display: block;
  z-index: 2;
}

/* Main_index Animation  */
.main__ANiSHOWS {
  display: grid;
  grid-template-columns: 1fr 200px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.main__ANiSHOWS h4 {
  background: linear-gradient(45deg, #9b5de5, #00c2ff);
  width: fit-content;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  font-size: 26px;
  font-weight: 700;
}

.Show_Ani_Head {
  display: inline-block;
  width: 120px;
  transition: opacity 3s ease-in-out;
  text-align: start;
  white-space: nowrap;
  animation: fadeMove 4s infinite;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes fadeMove {
  0% {
    opacity: 0;
    transform: translateY(-10px);

  }

  25% {
    opacity: 1;
    transform: translateY(0);
  }

  75% {
    opacity: 1;
    transform: translateY(0);

  }

  85% {
    opacity: 1;
    transform: translateY(0);
  }

  95% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(10px);

  }
}

@media (min-width:768px) and (max-width: 991px) {
  .main__ANiSHOWS {
    grid-template-columns: 1fr 150px;
    text-align: center;
  }

  .main__ANiSHOWS h4 {
    font-size: 23px;
  }

  .about-mid-grid {
    column-gap: 20px;
    row-gap: 53px;
  }

  .home-index- {
    display: none;
  }

  .about--content h2,
  .about--end--content h3 {
    font-size: 29px;
  }

  .holder--loc--sear h1 {
    color: #fff;
    font-size: 32px;
  }

  .home--index--center {
    padding-top: 1rem;
  }

  .main--index--center--content--flex {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

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

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

  .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;
  }

  .center--galle--content {
    max-width: 360px;

  }

  .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) {
  .main__ANiSHOWS {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .Show_Ani_Head,
  .main--index--center--content--flex p {
    width: 100% !important;
    text-align: center !important;
  }

  .filter-1 .Mob__view_bad {
    display: none;
  }
}