/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); */
/* @import url('https://db.onlinewebfonts.com/c/0abeb2471faeb5269db428b9eac2075e?family=GT+Walsheim+Pro'); */
/* body {
  font-family : 'GT Walsheim Pro', sans-serif !important;
} */
/* @import '~@angular/material/prebuilt-themes/indigo-pink.css'; */
:root {
  --primary: #4f378b;
  --secondary: #d9dce3;
  --secondary2: #eee;
}

@font-face {
  font-family: 'GT Walsheim Pro';
  src: url("../fonts/GTWalsheimPro-Regular.ttf");
}

table {
  border-collapse: collapse;
  white-space: nowrap;
  width: 100%;
}

.create-qques-btn.RoleClass {
  margin: 22px 0 0 1027px;
}

/* @charset "UTF-8"; */

.p-progressbar .p-progressbar-value {

  background: var(--primary) !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p,
label,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-all;
  word-break: break-word;
}

a {
  text-decoration: none !important;
}

table th,
table td {
  word-break: normal;
}

.ngxcarouselPoint {
  display: none;
}

.ngxcarousel {
  background: #000;
}

h4 {
  color: #000;
}

.pos-abs {
  position: absolute;
}

.pos-rel {
  position: relative;
}

.calender-input {
  top: 0px;
  right: 0;
  height: 100%;

}

.cand-btn .search-btn a:focus {
  color: white;
}

.alert-bg {
  background-color: #f1e4ff;
}

.calender-input i {
  position: absolute;
  right: 3.5px;
}


.mx-ht-input {
  height: 30px;
}

.clr-white {
  color: #fff;
}

.p-datatable .p-datatable-thead>tr>th {
  color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GT Walsheim Pro', sans-serif !important;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 670 !important;
}

.cmpprofilpage table tbody h6 {
  font-weight: 900;
}

.add-section-small {
  width: 200px;
  height: 200px;
  margin: 15px auto;
  border: 1px solid #ccc;
}

.landing-page-add-section {
  width: 970px;
  height: 80px;
  margin: 10px auto;
  border: 1px solid #ccc;
}

/* multi-item carousel*/
.multi-item-carousel .carousel-inner>.item {
  -webkit-transition: 500ms ease-in-out left;
  transition: 500ms ease-in-out left;
}


.show.fade {
  opacity: 0.97;
}

.modal.fade .modal-dialog {
  transform: translate(0, 0);
}



.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}

.multi-item-carousel .carousel-inner .next {
  left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner>.item {
    -webkit-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out left;
    -webkit-transition: 500ms ease-in-out all;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: none !important;
    transform: none !important;
  }
}

.text-sm-danger {
  font-size: 11px;
  color: #e90e0ee0;
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}

/* multi-item carousel*/
/*Testimonial*/
.testimonials {
  margin: 0 0 60px 0;
}

.e-img-container {
  min-height: 375px;
  position: relative;
  -webkit-box-shadow: inset 0px 0px 50px #ccc;
  box-shadow: inset 0px 0px 50px #ccc;
  padding: 20px 30px;
  border-radius: 5px;
  background: #fff;
  max-width: 350px;
  margin: 0 auto;
  transition: all .3s ease-in-out;
}

.e-slider-content {
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 30px 20px;
  color: #fff;
  transition: all .3s ease-in-out;
}

.e-map-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
}

.e-img-container:hover {
  background: var(--primary);
  transition: all .3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.e-img-container:hover .e-map-wrapper {
  transition: all .3s ease-in-out;
  top: 35%;
}

.e-img-container:hover .e-map-wrapper span {
  color: #fff;
  transition: all .3s ease-in-out;
}

.e-img-container:hover .e-slider-content {
  opacity: 1;
  transition: all .3s ease-in-out;
}

.e-map-wrapper img {
  display: block;
  max-height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  max-width: 200px;
}

.e-map-wrapper span {
  display: block;
  text-align: center;
  font-size: 20px;
  margin: 10px 0;
  transition: all .3s ease-in-out;
}

.e-left,
.e-right {
  background: #ccc;
  top: 50%;
  position: absolute;
  color: #fff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: inset 0 0 9px #000;
  text-align: center;
  padding-top: 5px;
}

.e-left {
  left: 0;
}

.e-right {
  right: 0;
}

/*Testimonial*/
/*Gallery*/
.ngx-gallery-active {
  /*background: rgba(0, 0, 0, 1);*/
}

.gallery {
  margin: 69px 0 30px;
  padding: 20px 0 0;
  background: #000;
}

.ngx-gallery-arrow-left .ngx-gallery-arrow,
.ngx-gallery-arrow-right .ngx-gallery-arrow {
  color: #fff !important;
}

.ngx-gallery-thumbnail.ngx-gallery-active.ngx-gallery-clickable {
  position: relative;
  border: 2px solid #f19636;
  border-radius: 5px;
}

ngx-gallery-preview {
  background: rgba(0, 0, 0, 1) !important;
}

ngx-gallery-thumbnails {
  margin-top: 10px !important;
  border-top: 1px dotted #fff;
  padding-top: 8px;
}

.ngx-gallery-thumbnail.ngx-gallery-active:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
}

/*.ngx-gallery-arrow-right {
  background: rgba(0,0,0, .8) !important;
}
.ngx-gallery-arrow-wrapper {
  width: 50px !important;
}*/
.ngx-gallery-thumbnails-wrapper:after,
.ngx-gallery-thumbnails-wrapper:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 100%;
  top: 0;
  z-index: 1;
}

.ngx-gallery-thumbnails-wrapper:before {
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, .0005) 100%);
  background-repeat: repeat-x;
}

.ngx-gallery-thumbnails-wrapper:after {
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0005) 0, rgba(0, 0, 0, 1) 100%);
  background-repeat: repeat-x;
}

/*Gallery*/
/*eventList public view*/
.event-w-no-image img {
  max-width: 100%;
  margin: 0 auto;
  max-height: 420px;
  display: block;
}

.eventlist-content-wrapper {
  margin: 30px 0 15px;
}

.all-events-list {
  margin-bottom: 25px;
}

.eventslist-wrapper:hover .events-img img {
  transform: scale(1.1);
  transition: all 1s linear;
}

.eventslist-wrapper:hover .events-img:after {
  opacity: 1;
  transition: all 1s linear;
}

.events-img:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  transition: all 1s;
}

.events-img img {
  transition: all 1s;
}

.eventslist-wrapper:hover {
  box-shadow: 0px 0px 10px #737373;
  -webkit-box-shadow: 0px 0px 10px #737373;
  transition: all .5s ease-in-out;
}

.marquee-images.event-marquee img {
  max-width: 100%;
  max-height: 110px;
  top: 40%;
}

.marquee-images.event-marquee img+span {
  display: inline-block;
  /* background: rgba(0,0,0,.8); */
  color: #333;
  font-size: 16px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.eventslist-wrapper {
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
  box-shadow: 0px 0px 5px #737373;
  -webkit-box-shadow: 0px 0px 5px #737373;
  transition: all .5s ease-in-out;
}

.events-wrapper {
  display: table;
  width: 100%;
  background: #f9f7f7;
  border-top: 1px solid #ccc;
}

.events-wrapper>div {
  display: table-cell;
  position: relative;
}

.event-w-70 {
  width: 70px;
  min-width: 70px;
}

.v-align-m {
  vertical-align: middle;
}

.events-img {
  width: 100%;
  max-height: 97px;
  min-height: 97px;
  overflow: hidden;
  position: relative;
}

/* salary slip section */

.sal-slip-sub-btn {
  width: 22rem;
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #808080;
  color: #fff;
  font-size: 1.45rem;
  padding: 1.2rem 1rem;
  border-radius: 4rem;
  cursor: pointer;
}


.salary-slip-main-bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 11111111;
  display: grid;
  place-items: center;
}

.salary-slip-main-bx:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.55;
  z-index: -1;
}

.sala-slip-bx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40rem;
  background-color: #fff;
  border-radius: .5rem;
  padding: 2rem 2rem;
  margin-top: 25%;

}

.sala-slip-bx h5 {
  font-size: 1.89rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.can-det-close-btn2 {
  top: 1rem;
}

.sal-slip-sub-btn2 {
  margin: 2rem 0;
  width: 16rem;


}

/* salary slip section */
.event-date-wrapper {
  background: var(--primary);
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

.event-date {
  font-size: 25px;
}

.dataTables_wrapper .dataTables_filter input {
  position: relative !important;
  width: 25rem !important;
  background-color: #f9f5fd !important;
  padding: 1.1rem 0.5rem !important;
  border: 0.1rem solid var(--secondary) !important;
}

.event-year {
  background: #000;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.event-month {
  font-size: 12px;
  font-weight: bold;
}

.event-detail-wrapper {
  padding: 5px 10px;
}

.event-name {
  color: #333;
  font-weight: bold;
  font-size: 14px;
}

.event-address {
  font-size: 14px;
  color: #8e8d8d;
}

.event-more-details {
  text-align: right;
}

.event-more-details a {
  font-size: 11px;
  color: var(--primary);
  font-weight: bold;
}

.event-geo-location #googleMap {
  height: 100px !important;
}

.text-ellip {
  max-width: 145px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.upcomming-event-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.rss-left,
.rss-right {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  color: #fff;
  width: 14px;
  text-align: center;
  border-radius: 20px;
  padding: 2px 0 1px;
  font-size: 30px;
}

.rss-left {
  left: 25px;
}

.event-slider {
  background: #ccc;
  border-bottom: 3px solid #595959;
}

.event-slider-wrapper img {
  width: 100%;
}

.eventlist-slider {
  margin-top: 69px;
}

.rrs-feed-carousel .item .col-xs-4 {
  padding: 0;
}

.rrs-feed-carousel .event-slider-wrapper {
  padding-left: 3px;
  padding-right: 3px;
}

.rss-right {
  right: 25px;
}

/*eventList end*/

/*event wrapper secure view*/
.event-wrapper {
  margin-top: 68px;
  margin-bottom: 50px;
}

.event-wrapper .carousel-inner {
  max-height: 350px;
}

.event-list-marquee {
  padding: 20px 0 20px 0;
}

.event-list-marquee .marquee-images {
  width: 674px;
  height: 255px;
  border: 1px dotted #333;
  background: #fff;
}

.event-list-marquee .marquee-images img {
  max-width: 99%;
  max-height: 100%;
  top: 50%;
}

.event-text {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto 60px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 0px 10px #000;
  padding: 20px 15px 30px;
}

.event-text h1 {
  line-height: normal;
  color: #333;
  font-size: 25px;
}

.e-detail {
  list-style: none;
  margin-top: 10px;
}

.e-detail li {
  display: inline-block;
  padding: 0px 15px;
}

.e-detail2 li {
  width: 50%;
  float: left
}

.e-detail1 li {
  color: #737373;
  font-size: 14px;
}

.filling-fast {
  border: 1px solid var(--primary);
  padding: 5px 20px;
  color: var(--primary);
  font-weight: bold;
  transition: all .3s ease-in-out;
}

.e-detail1 li:not(:last-child) {
  border-right: 1px solid #ccc;
}

/*event wrapper end*/
/*feedback*/
.banner-wrapper {
  background: url(../images/tower.jpg);
  background-size: cover;
  overflow: hidden;
  padding-top: 40px;
  position: relative;
  margin: 0 0 50px 0;
  min-height: 600px;
}

.container-wrapper {
  display: inline-block;
  width: 100%;
  z-index: 1;
}


.fwt-300 {
  font-weight: 100;
}


.loginpwdpolicyimg {
  margin-right: 10px;
  margin-top: -12%;
  margin-left: 3%;
  opacity: 0;
}

.loginpwdpolicyp {
  margin-right: 3.5%;
}

.event-creation input[type="text"],
.event-creation input[type="number"],
.event-creation select,
.event-creation textarea {
  border: 0;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc;
}

.upload1 input {
  display: none;
}

.upload1 {
  margin-top: 0 !important;
  padding: 6px 15px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.upload1 span i {
  margin: 2px 0 0 6px;
}

.event-add {
  background: var(--primary);
  color: #fff;
  border: 0;
  outline: 0;
  padding: 6px 15px;
  border-radius: 5px;
  transition: .3s;
}

.event-add:hover {
  background: #d66c05;
  transition: .3s;
}

.event-add span i {
  margin: 0px 0 0 5px;
  background: #000;
  border-radius: 50%;
  padding: 2px;
  font-size: 10px;
}

.event-logo {
  display: table;
  border: 1px solid #ccc;
  padding: 5px 0;
  width: 100%;
}

.m-x-auto {
  margin: 0 auto;
}

.event-logo>div {
  padding: 0px 15px;
  width: 8%;
  display: table-cell;
  vertical-align: middle;
}

.event-logo>div img {
  max-width: 150px;
}

.event-logo>div:not(:last-child) {
  border-right: 1px solid #ccc;
  width: 46%;
}

.event-logo ul {
  list-style: none;
  margin: 0;
}

.event-logo ul li:first-child {
  border-bottom: 1px solid #ccc;
}

.event-logo ul li {
  padding: 4px 0;
  margin: 4px 0;
}

.upload2 {
  background: var(--primary);
  color: #fff;
  padding: 5px 15px;
}

.upload2 input {
  display: none;
}

.upload2+span {
  display: inline-block;
  padding: 9px 0 0 5px;
  font-weight: 700;
}


.feedback-phrase {
  position: absolute;
  top: 40%;
  left: 50px;
  transform: translateY(-50%);
  background: #fff;
  z-index: 1;
  padding: 20px;
  width: 50%;
  box-shadow: 0px 1px 10px #000;
  -webkit-box-shadow: 0px 1px 10px #000;
  border-radius: 5px;
}

.feedback-phrase p i.fa-quote-left {
  color: var(--primary);
  padding: 0 10px;
}

.feedback-phrase p i.fa-quote-right {
  color: var(--primary);
  padding: 0 10px;
}

.feedback-phrase:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -50px;
  border-left: 50px solid transparent;
  border-right: 0px solid transparent;
  border-top: 52px solid #fff;
}

.feedback-form-r {
  background: #fff;
  padding: 20px 30px;
  position: relative;
  z-index: 9;
  margin: 20px 0;
  width: 361px !important;
  margin-top: 20px !important;
  border-radius: 5px;
  box-shadow: 0px 1px 10px #000;
  -webkit-box-shadow: 0px 1px 10px #000;
}

.feedback-phrase p {
  font-size: 20px;
}

.banner-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
}

/*feedback end*/
.question-list-wrapper {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.question-list {
  background: var(--secondary2);
  margin-bottom: 10px;
  padding: 6px 15px;
  border-bottom: 2px solid #ccc;
}

.question-list .q-n {
  display: inline-block;
  min-width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 12px;
  padding: 4px 0px;
  text-align: center;
  margin-right: 10px;
  font-weight: 600;
  box-shadow: 0px 0px 3px #000;
}

.question-list.bg-success {
  background: #dff0d8;
}

.ans-phrase {
  display: block;
  border-top: 1px dotted #ccc;
  margin-top: 5px;
  padding-top: 3px;
  color: #3c763d;
}

.question-list .q-phrase {}

.ui-widget-header-r {
  padding: 5px 10px;
}

.ui-widget-header-r i {
  padding: 9px 10px;
}

.ui-widget-header-r input {
  padding: 5px 15px !important;
  border-radius: 20px !important;
}

.ui-datatable-scrollable-body {
  max-height: 393px !important;
}

.ui-datatable-tablewrapper {
  max-width: 100%;
  overflow: auto;
}

.ui-datatable th.ui-state-default {
  background: #000 !important;
  color: #fff;
  padding: 8px 5px !important;
  font-weight: 500 !important;
}

.ui-datatable .ui-sortable-column:not(.ui-state-active):hover {
  color: #fff !important;
}

.ui-paginator .ui-paginator-page.ui-state-active {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}

.review-application {
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
}

.line-h-u {
  line-height: initial !important;
}

.review-application-header {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding: 8px 0;
}

.review-stats {
  display: table;
  width: 90%;
  margin: 20px auto 40px;
  background: var(--secondary2);
  padding: 10px 0;
}

.review-stats>div {
  display: table-cell;
  width: 50%;
  padding: 20px;
}

.review-stats>div:first-child {
  border-right: 1px solid #ccc;
}

.review-application-wrapper {
  display: inline-block;
  width: 100%;
  padding: 0 20px 20px;
}

.review-application-q-category {
  background: var(--secondary2);
  padding: 15px 25px;
  margin: 20px 0;
}

.review-application-c-list {
  border: 1px solid #ccc;
  padding: 15px;
}

.review-application-btn {
  display: block;
  width: 60%;
  border: 1px solid var(--primary);
  border-radius: 5px;
  text-align: center;
  padding: 8px 0;
  margin: 0 auto;
  font-weight: 700;
  min-width: 200px;
}

.review-application-c-list h6 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  font-size: 18px;
}

.r-btn-group button:not(:last-child) {
  margin-right: 5px;
}

.screening-view-btn {
  background: var(--primary);
  color: #fff;
  margin-left: 5px;
  border-radius: 10px;
  padding: 0.8rem 3rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.screening-view-btn:hover {
  color: #fff !important;
  background: var(--primary);
}

.text-link {
  color: var(--primary);
}

.privacy-policy {
  margin: 80px 0 60px;
}

.privacy-policy p {
  text-align: justify;
}

.privacy-head {
  margin-top: 15px;
}

.screening-group-name {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-bottom: 8px;
}

.group-queston {
  list-style: none;
  margin-bottom: 5px;
  padding-left: 0;
}

.group-queston li:first-child span {
  margin-right: 4px;
  font-weight: bold;
}

/* .group-queston li:last-child{
  padding-left: 30px;
} */
.group-queston li:last-child span {
  font-weight: bold;
}

.jobdetailhead-back-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.jobdetailhead-login-btn {
  border-top: 1px dotted #c3c3c3;
  padding-top: 15px;
  text-align: right;
}

.jobdetailhead .job-title,
.jobdetailhead .company-name {
  padding-right: 120px;
}

.th-w-500 {
  width: 500px;
}

.upload-auto-searchs ul {
  width: 456px;
}

.eq-height .job-wrapper {
  min-height: 196px;
}

.company-profile {}

.company-profile .form-group {
  margin-bottom: 8px;
}

.pan-view {
  color: var(--primary);
}

.left-nav .panel-collapse.in {
  display: block;
}

.left-nav ul.in {
  display: block !important;
}

.left-nav ul li.active a {
  background: #000;
  color: #fff;
}

.location-details .job-list-action {
  top: -5px;
  right: 0px;
}

.ob-btn-apply {
  border-top: 1px dotted #ccc;
  padding-top: 8px;
}

/*New sidebar*/
.left-nav .panel-collapse {
  display: none;
}

.left-nav .panel-heading {
  cursor: pointer;
}

.dash-left-part.dash-left-active .arrow {
  display: none;
}

.dash-left-part.dash-left-active .left-nav .panel-heading {
  display: none;
}

.dash-left-part.dash-left-active .left-nav .panel-collapse {
  display: block !important;
}

/*New sidebar end*/
/*New Dashboard Design 02202019*/
.new-dash-wrapper {
  display: inline-block;
  width: 100%;
  background: #fff;
  margin: 5px 0 25px;
}

.new-dash-wrapper ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}

.new-dash-wrapper ul li {
  display: inline-block;
  padding: 10px;
  position: relative;
  background: #fbfbfb;
  width: 25%;
  float: left;
  margin-bottom: 15px;
}

.new-dash-wrapper ul li {
  border: 1px solid #ddd;
}

.new-dash-wrapper ul li:not(:first-child) {
  margin-left: -1px;
}

.title-bar {
  font-size: 16px;
  font-weight: 700;
  color: #565555;
}

.count-bar a {
  float: left;
  font-size: 14px;
  color: inherit;
}

.count-bar a i {
  margin: 5px 0 0 5px;
  font-size: 12px;
}

.count-bar {
  font-size: 18px;
  color: #676767;
  font-weight: 700;
  text-align: right;
}

.divider-bar {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 2px;
  background: #ddd;
  margin: 10px 0;
  border-radius: 5px;
}

.divider-bar-1::after {
  position: absolute;
  content: "";
  width: 75%;
  height: 100%;
  background: #716aca;
  top: 0;
  left: 0;
}

.divider-bar-2::after {
  position: absolute;
  content: "";
  width: 75%;
  height: 100%;
  background: #36a3f7;
  top: 0;
  left: 0;
}

.divider-bar-3::after {
  position: absolute;
  content: "";
  width: 75%;
  height: 100%;
  background: #f4516c;
  top: 0;
  left: 0;
}

.divider-bar-4::after {
  position: absolute;
  content: "";
  width: 75%;
  height: 100%;
  background: #34bfa3;
  top: 0;
  left: 0;
}

.count-bar-1 {
  color: #716aca;
}

.count-bar-2 {
  color: #36a3f7;
}

.count-bar-3 {
  color: #f4516c;
}

.count-bar-4 {
  color: #34bfa3;
}

/*New Dashboard Design End*/
.add-can-img img {
  max-height: 100px;
  border-radius: 4px;
}

.traning-trade .job-list-action {
  top: 0px;
}

.footer-logos {
  display: inline-block !important;
  width: 100% !important;
  padding: 5px 0;
  background: var(--secondary2);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.footer-logos ul {
  display: table;
  width: 100%;
  margin: 0px;
}

.footer-logos ul li {
  display: table-cell;
  text-align: center;
}

.footer-logos ul li a {
  display: inline-block;
}

.footer-logos ul li a img {
  max-width: 180px;
}

.footer-logos li h3 {
  text-transform: capitalize;
  text-align: left;
  margin-left: 20px;
  color: var(--primary);
}

.row-active {
  /* background: #e0dede !important; */
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: inherit;
}



.yuva-sandesh {
  max-height: 150px;
  border-radius: 50%;
  /* added by anshul*/
  width: 150px;
  /* added by anshul*/
  margin-top: 14%;
  /* added by anshul*/
}

.tag-line {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 2px;
}

.dataTables_wrapper .dataTables_length {
  border: 1px solid #969595;
  padding: 8px 25px 3px !important;
  margin-bottom: 10px;
  border-radius: 50px !important;
}

.dataTables_wrapper .dataTables_filter label {
  /* height: 35px;
  line-height: 35px; */
  position: relative;
  width: 25rem;
  background-color: #f9f5fd;
  padding: 1.1rem 0.5rem;
  border: 0.1rem solid var(--secondary);
}

.dataTables_wrapper .dataTables_filter input {
  height: 35px;
  padding: 0 15px;
  border-radius: 50px;
  width: 250px;
  border: 1px solid #969595;
}

.candidate_detail {
  margin-top: -15px !important;
}

.candidate-view-modal .modal-header {
  padding: 15px 30px;
}

.candidate_detail #BasicInfor {
  padding: 5px 10px !important;
}

.PrintTable td {
  padding: 3px 10px !important;
}

.job-header-1 {
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 50%;
  color: #000;
  transform: translateX(-50%);
  font-size: 16px;
  font-family: 'GT Walsheim Pro', sans-serif;
  border: 2px solid #e4e1e1;
  padding: 5px 10px;
  background: #fff;
  border-radius: 5px;
  min-width: 200px;
  text-align: center;
}

p.tool-new-pass {
  border: 1px solid black;
  padding: 5px 10px;
  margin-top: 6px;
  width: 185px;
  border-radius: 10px;
  position: absolute;
  background-color: #fff;
  z-index: 10;
}

.tool-new-img:hover>p.tool-new-pass {
  display: block;
}

img.tool-new-img {
  margin-right: 10px;
}

.pass-instructions {
  position: absolute;
  margin-top: 5px;
  margin-left: 10px;
  right: 0;
  top: 0%;
}

.tool-new-pass {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
  z-index: -1;
}

img.tool-new-img:hover+.tool-new-pass {
  opacity: 1;
  z-index: 1;
}

.search-result-wrapper {
  min-height: 600px;
}

.searchlist-wrapper {
  padding-top: 60px;
}

#jobdetails {
  padding-top: 40px;
}

.feedback-form {
  width: 304px;
  margin: 0 auto;
}

.feedback-form .modal-title {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700 !important;
}

.feedback-modal .form-group ul.error-msg {
  list-style: none;
  margin: -3px;
  position: absolute;
  right: 2px;
  font-size: 10px;
}

.feedback-modal .form-group {
  margin-bottom: 12px;
  position: relative;
}

.feedback-modal .login-left-wrapper:after {
  right: 0px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0px;
  background: rgba(0, 0, 0, .8);
  transform: unset;
}

.feedback-modal .modal-content {
  border: unset;
}

.feedback-modal .login-left-wrapper {
  background-image: url('../images/feedback.jpg');
  background-size: contain;
  overflow: hidden;
}

.feedback-modal .login-left-wrapper:before {
  content: unset;
}

.modal-dialog.feedback-modal {
  top: unset !important;
}

.feedback-modal .job-posting {
  padding-bottom: 10px;
}

.offer-letter-btn .btn-w-shadow {
  padding: 2px 8px;
  font-size: 12px;
  margin: 0 2px;
  min-width: unset;
}

.ngx-pagination .current {
  background: #000 !important;
}

.agency-list .joblist-wrapper>li {
  padding: 5px 15px;
}

.agency-list .job-view>div:first-child {
  width: 110px !important;
}

a.help-desk-number:hover {
  color: #fff;
}

.fnt-normal {
  font-weight: normal !important;
}

.help-desk-number {
  display: inline-block;
  padding: 12px 15px;
  color: #fff;
}

.help-desk-number i {
  margin-right: 5px;
}

.search-result-filter.ps-2-fixed {
  top: 0px;
}

.ps-fixed {
  position: fixed;
  width: 255px !important;
  z-index: 99;
  top: 100px;
}

.ps-2-fixed {
  position: fixed;
  width: 255px !important;
  z-index: 99;
  /*transition: .3s;*/
  top: -200px;
}

.bg-info1 {
  background-color: var(--primary);
}

.dash-cards:hover .dash-cards-icon {
  top: -20px;
  transition: .5s;
}

.dash-cards {
  display: inline-block;
  width: 100%;
  background: #f5ebdb;
  -webkit-box-shadow: 1.2px 1.2px 3px 1.2px var(--primary);
  box-shadow: 1.2px 1.2px 3px 1.2px var(--primary);
  padding: 10px;
  border-radius: 2px;
  margin-bottom: 50px;
  min-height: 75px;
}

.dash-cards-footer {
  border-top: 1px solid var(--secondary2);
  padding-top: 10px;
  text-align: left;
}

.card-count-header {
  text-align: right;
  font-size: 14px;
  font-weight: 700;
}

.card-count {
  text-align: right;
  font-size: 20px;
}

.card-footer a {
  display: inline-block;
  width: 100%;
}

.card-footer a i {
  padding-top: 3px;
}

.dash-cards-header {
  margin-bottom: 10px;
  position: relative;
}

.dash-cards-icon {
  width: 60px;
  display: inline-block;
  height: 60px;
  position: absolute;
  top: -32px;
  border-radius: 2px;
  transition: .5s;
  background: #000;
}

.dash-cards-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
}

.mrg-min.custom-slider .ng5-slider {
  margin: 15px 0 15px !important;
}

#time-picker-wrapper {
  z-index: 1090 !important;
}

.box-title.ps-relative .job-list-action {
  top: 5px;
}

.dash-head-2 p {
  font-size: 16px;
  color: #000;
}

aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.done:after {
  background-color: #fe7d00 !important;
}

.multiselect-dropdown .dropdown-btn {
  border-radius: 0px !important;
}

.multiselect-dropdown .dropdown-down {
  border-top: 5px solid #adadad !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  position: absolute;
}

.multiselect-dropdown[_ngcontent-c5] .dropdown-btn[_ngcontent-c5] .dropdown-up[_ngcontent-c5] {
  border-bottom: 5px solid #adadad !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  position: absolute;
  top: 10px;
}

.can-img img {
  margin: 0 auto;
}

.table-responsive {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 15px;
  border: 0;
}

.add-button i {
  padding: 3px 5px 0 0px;
}

.next-step i {
  padding: 3px 0 0 5px;
}

.prev-step i {
  padding: 3px 5px 0 0px;
}

.steps-indicator li a {
  text-transform: capitalize !important;
  color: #000 !important;
  font-size: 12px !important;
}

.candidate-searc-card .job-view>div:first-child {
  width: 100px;
}

.candidate-searc-card .jd-detail li {
  width: 100% !important;
}

.wizard-steps {
  border: 1px solid #ccc;
  padding: 12px 10px 15px;
  position: relative;
}

.lang {
  margin-top: 20px;
}

.lang label {
  margin-top: 8px;
}

.discover-frnd {
  font-size: 20px;
  padding-bottom: 6px;
  color: #000;
  font-weight: 700;
  position: absolute;
  top: -22px;
  left: 0;
  background: #fff;
  padding: 0 10px;
}

.lang-ellip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.br-0 {
  border: none !important;
}

.marquee-images {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 4px;
  padding: 0 15px;
  border: 1px dotted #ccc;
  border-radius: 3px;
}

.marquee-images img {
  max-width: 140px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100px;
}

.hover-item {
  position: absolute !important;
  width: 100%;
  height: 100%;
  bottom: calc(100% + 1px) !important;
  text-overflow: unset !important;
  overflow: hidden !important;
  white-space: normal !important;
  max-width: 100% !important;
  background: rgba(0, 0, 0, .8);
  transition: all .5s ease-in-out;
  left: 0;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
}

.hover-item h6 {
  color: #fff;
}

.marquee-images:hover .hover-item {
  bottom: 0% !important;
  transition: all .5s ease-in-out;
}

.marquee-images span {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}

.custom-slider .ng5-slider .ng5-slider-bubble.ng5-slider-limit,
.custom-slider .ng5-slider .ng5-slider-bubble {
  color: #333;
}

.custom-slider .ng5-slider .ng5-slider-bar {
  background: #ffe4d1;
  height: 2px;
}

.custom-slider .ng5-slider .ng5-slider-selection {
  background: orange;
}

.custom-slider .ng5-slider .ng5-slider-pointer {
  width: 8px;
  height: 16px;
  top: auto;
  /* to remove the default positioning */
  bottom: 0;
  background-color: #333;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.custom-slider .ng5-slider .ng5-slider-pointer:after {
  display: none;
}

.custom-slider .ng5-slider .ng5-slider-bubble {
  bottom: 14px;
}

.custom-slider .ng5-slider .ng5-slider-limit {
  font-weight: bold;
  color: orange;
}

.custom-slider .ng5-slider .ng5-slider-tick {
  width: 1px;
  height: 10px;
  margin-left: 4px;
  border-radius: 0;
  background: #ffe4d1;
  top: -1px;
}

.custom-slider .ng5-slider .ng5-slider-tick.ng5-slider-selected {
  background: orange;
}

label i.fas.fa-rupee-sign {
  padding: 3px 0 0 5px;
}

.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: .7;
}

.modal-dialog.modal-sm button {
  margin-right: 5px;
}

.modal-dialog.modal-sm p {
  font-size: 16px;
}

.jobdetailswrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.searchlist {
  height: 250px;
  background-image: url('../images/tower.jpg');
  background-size: cover;
}

.searchlist .sliderContent ul {
  background: rgba(255, 255, 255, .2);
}

.search-list-ellipsis {
  max-width: 300px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.main-header .open .dropdown-menu.pull-right {
  left: unset !important;
}

#welcomeModel .modal-body h2,
#welcomeModel .modal-body h4 {
  color: #fff !important;
}

#welcomeModel .modal-dialog {
  top: 150px !important;
}

#welcomeModel .modal-dialog .modal-content {
  position: relative;
}

#welcomeModel {
  background: #000;
}

#welcomeModel .modal-dialog .modal-body {
  z-index: 99;
}

#welcomeModel .modal-dialog .modal-content::after {
  position: absolute;
  content: "";
  background: rgba(238, 119, 2, 0.85);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#welcomeModel .modal-dialog .modal-content {
  background-image: url(../images/bn2.jpg);
  background-size: cover;
}

.file-upload input {
  font-size: 15px !important;
}

.work-location .select-wrapper {
  margin-bottom: 25px;
}

.height-35 {
  width: 100%;
  height: 35px !important;
}

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, .3);
}

.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100px;
  z-index: 9999999;
}

.close {
  opacity: 1;
}

.close:hover {
  opacity: .5;
}

.fnt-30 {
  font-size: 25px !important;
}

.fnt-20 {
  font-size: 20px !important;
}

.fnt-18 {
  font-size: 18px !important;
}

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

.rojgaar-head-logo img {
  margin-top: 14px !important;
  max-width: 150px;
}

/*search filter*/
.search-result-filter .panel-heading.card-header {
  padding: 8px 20px;
}

.search-result-filter .filter-header:not(:last-child) .panel-collapse.collapse {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2px;
}







.ctc-range {
  margin-bottom: 10px;
}

.search-result-filter .accordion-toggle {
  position: relative;
}

.search-result-filter .accordion-toggle[aria-expanded='true']:after {
  position: absolute;
  content: "\2212";
  top: 0;
  right: 0;
}

.search-result-filter .accordion-toggle[aria-expanded='false']:after {
  position: absolute;
  content: "\002B";
  top: 0;
  right: 0;
}

.filter-item {
  padding-left: 15px;
}

.filter-item label {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 12px;
}

.search-result-filter .panel-body {
  padding: 10px
}

/*search filter*/
.job-description .job-wrapper .jd-detail li:not(:last-child) {
  margin-right: 20px;
  border: 1px solid;
  padding: 2px 18px;
  margin-top: 1%;
}

/* class created by anshul */
.job-descriptionb {
  border: 1px solid;
  padding: 2px 18px;
  margin-top: 1%;
  border-radius: 1%;
}

.float-left {
  float: left;
  margin-right: 5px;
}

.display-flex {
  display: flex;
}

.modal-dialog {
  width: 500px;
}

.margin-0 {
  margin: 0px;
}

.other-doc-input {
  padding: 5px;
  max-width: 100%;
  width: 90%;
}

/* End */
.ps-relative {
  position: relative;
}

.card-view-btns {
  position: unset !important;
  text-align: right;
  border-top: 1px dotted var(--primary);
  padding-top: 5px;
  margin: 3px 0 -5px 0;
}

.card-view-btns a {
  background: var(--primary);
  /* border-radius:6px; */
  /* padding:2px; */
}

.card-view-btns a:hover {
  color: #fff;

}

.dashboard-a a:hover {
  color: #fff !important;
}

.card-view-btns a:focus {
  color: #fff !important;
  ;
}

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

.card-wrapper {
  display: inline-block;
  width: 100%;
  box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  padding: 15px 0;
  transition: .3s;
}

.card-wrapper:hover {
  transition: .3s;
  box-shadow: 0.5px 0.866px 10px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0.5px 0.866px 10px 2px rgba(0, 0, 0, 0.5);
}

.yl-btn.view i {
  padding-top: 2px;
}

.yl-btn.view {
  padding: 3px 20px;
}

.all-jobs-list .joblist-wrapper>li {
  width: 48%;
  float: left;
  padding: 6px 15px;
}

.all-jobs-list .jd-detail>li {
  width: 50%;
  float: left;
}

.all-jobs-list .joblist-wrapper>li:nth-child(2n+1) {
  margin-right: 4%;
}

.view-card {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}


/* .toast-container .toast-error{
  background-color:#FFCCCB;
} */

/* .errortoastclr{
  background-color:#FFCCCB;
  width:800px;
} */

.m-t-2rem {
  margin-top: 2rem;
}


.bg-fff {
  background-color: #fff;
  margin-bottom: 0.4rem;
}

.bg-pink {
  background-color: var(--secondary);
}


.max-btnevent {

  border-radius: 30px;
}


.event-list-btn {
  padding: 1.2rem 1.78rem;
  /* width: 22rem !important; */
  background-color: transparent;
  border: none;
  border: 0.1rem solid var(--primary);
  border-radius: 5rem;
  font-size: 1.5rem;
  color: var(--primary);
  font-weight: 500;
  margin-right: 1.5rem;
  text-align: center;
}

.green-btn {
  background-color: #87A96B;
  border-color: #87A96B;
  color: #fff;
}



.toast-error {
  background-color: #FFCCCB;
}


.view-card ul {
  list-style: none;
}

.view-card {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}




.btnrolmngmntedit {
  border-radius: 30px;
  padding: 10px 20px;
}

.view-card ul {
  list-style: none;
}

.view-card ul li {
  display: inline-block;
  width: 32%;
  min-height: 100px;
  box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, 0.3);
  margin-right: 1.5%;
  margin-bottom: 15px;
  transition: .3s;
  position: relative;
  overflow: hidden;
  padding: 10px 30px 15px 0;
}

.view-card ul li:hover {
  box-shadow: 0.5px 0.866px 10px 2px rgba(0, 0, 0, 0.5);
  transition: .3s;
}

.view-card ul li:nth-child(3n+3) {
  margin-right: 0;
}

.setting-icon {
  position: absolute;
  top: 10px;
  right: -15px;
  transition: .5s;
  cursor: pointer;
  opacity: 0;
  display: inline-block;
  width: 20px;
}

.view-card ul li:hover .setting-icon {
  right: 10px;
  opacity: 1;
  transition: .5s;
}

.text-strong {
  font-weight: 700;
}

.view-card ul li {
  display: inline-block;
  width: 32%;
  min-height: 100px;
  box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, 0.3);
  margin-right: 1.5%;
  margin-bottom: 15px;
  transition: .3s;
  position: relative;
  overflow: hidden;
  padding: 10px 30px 15px 0;
}

.view-card ul li:hover {
  box-shadow: 0.5px 0.866px 10px 2px rgba(0, 0, 0, 0.5);
  transition: .3s;
}

.view-card ul li:nth-child(3n+3) {
  margin-right: 0;
}

.setting-icon {
  position: absolute;
  top: 10px;
  right: -15px;
  transition: .5s;
  cursor: pointer;
  opacity: 0;
  display: inline-block;
  width: 20px;
}

.view-card ul li:hover .setting-icon {
  right: 10px;
  opacity: 1;
  transition: .5s;
}

.text-strong {
  font-weight: 700;
  color: #000;
}

b,
strong {
  font-weight: bold;
}

a {
  color: #333;
  /*font-weight: 600;*/
  transition: .5s;
}

a:hover {
  color: #000;
  transition: .5s;
}

/*material design select*/
.select-wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}

.select-wrapper .select-text {
  position: relative;
  font-family: inherit;
  /*background-color: transparent;*/
  width: 100%;
  padding: 6px 10px 6px 0;
  font-size: 12px;
  border-radius: 0;
  border: none;
  border: 1px solid #ccc;
}

.select-wrapper .select-text:focus {
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.select-wrapper .select .select-text {
  appearance: none;
  -webkit-appearance: none
}

.select-wrapper .select:after {
  position: absolute;
  top: 18px;
  right: 10px;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

.select-wrapper .select-label {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 2px;
  transition: 0.2s ease all;
}

.select-wrapper .select-text:focus~.select-label,
.select-text:valid~.select-label {
  color: #000;
  top: -20px;
  left: 0px;
  transition: 0.2s ease all;
  font-size: 14px;
}

.select-wrapper .select-bar {
  position: relative;
  display: block;
  width: 100%;
}

.select-wrapper .select-bar:before,
.select-wrapper .select-bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #000;
  transition: 0.2s ease all;
}

.select-wrapper .select-bar:before {
  left: 50%;
}

.select-bar:after {
  right: 50%;
}

.select-wrapper .select-text:focus~.select-bar:before,
.select-wrapper .select-text:focus~.select-bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-wrapper .select-highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/*material design select end*/

/*material design input*/
.group-wrapper {
  position: relative;
  margin-bottom: 21px;
}

.group-wrapper input {
  font-size: 12px !important;
  padding: 6px 10px !important;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
}

.group-wrapper input:focus {
  outline: none;
}

.reg-form-wrapper .group-wrapper label {
  font-size: 12px !important;
}

.group-wrapper label {
  color: #999;
  font-size: 14px !important;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 6px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  padding-left: 5px;
}

.group-wrapper input:focus~label,
.group-wrapper input:valid~label {
  top: -20px !important;
  font-size: 14px;
  color: #000;
  left: 0px;
}

.group-wrapper .bar {
  position: relative;
  display: block;
  width: 100%;
}

.otp-wrapper .group-wrapper .bar {
  width: 100px;
}

.group-wrapper .bar:before,
.group-wrapper .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #000;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.group-wrapper .bar:before {
  left: 50%;
}

.group-wrapper .bar:after {
  right: 50%;
}

.group-wrapper input:focus~.bar:before,
.group-wrapper input:focus~.bar:after {
  width: 50%;
}

.group-wrapper .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.group-wrapper input:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

.username .group-wrapper input[disabled="false"]~label {
  top: -24px;
  font-size: 14px;
  color: #5264AE;
  left: -3px;
}

/*for custom user*/
.custom-user {
  position: absolute;
  top: -20px;
  left: 3px;
  transition: .5s;
}

.custom-user span {
  display: inline-block;
  margin-right: 10px;
}

.custom-user span input {
  display: inline-block;
  width: auto;
}

.group-wrapper input:focus~.custom-user,
.group-wrapper input:valid~.custom-user,
.username .group-wrapper input[disabled="false"]~.custom-user {
  left: 120px;
  transition: .5s;
}

/*for custom user end*/
/*material design input end*/
/*new registration form*/
.registration-page #main_menu {
  height: auto;
}

.registration-page #main_menu .navbar-brand>img {
  margin-top: 10px;
}

.reg-form-wrapper {
  width: 100%;
  position: absolute;
  padding: 0 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 30px;
  z-index: 1;
  text-align: left;
}

.loginWrapper ul.error-msg {
  text-align: left;
  margin-bottom: 0px;
  font-size: 11px;
  position: absolute;
  right: 5px;
}

.loginWrapper .otp-wrapper ul.error-msg {
  right: unset;
  left: 5px;
}

.resend {
  background: #000;
}

.validate {
  background: var(--primary);
}

.resend,
.validate {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  padding: 0 9px;
  color: #fff;
  margin: 0 5px;
  font-size: 12px;
  font-weight: 700;
}

.resend:hover,
.validate:hover,
.resend:active,
.validate:active,
.resend:focus,
.validate:focus {
  color: #fff;
}

.m-l-30 {
  margin-left: 15px;
}

.reg-form-wrapper .tab input,
.reg-form-wrapper .tab select,
.reg-form-wrapper .tab textarea {
  font-size: 14px;
  margin-bottom: 0px;
}

.mandatory {
  color: red !important;
}

.reg-form-wrapper .tab-header span {
  position: relative;
  display: inline-block;
}

.reg-form-wrapper input.invalid {
  background-color: #ffdddd;
}

.reg-form-wrapper .tab {
  display: none;
}

.reg-form-wrapper .tab:first-child {
  display: block;
}

.reg-form-wrapper .step {
  height: 15px;
  width: 15px;
  margin: 0 8px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.8;
  position: relative;
}

.reg-form-wrapper .step.active {
  opacity: 1;
  background-color: #595959;
}

.reg-form-wrapper .step.finish {
  background-color: #4CAF50;
}

.reg-form-wrapper #nextBtn,
#prevBtn {
  width: 100px;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 0px 5px 15px;
  outline: none;
}

.reg-form-wrapper #nextBtn {
  background: #000;
}

.reg-form-wrapper #prevBtn {
  background: var(--primary);
}

.reg-form-wrapper label {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 12px;
  padding-left: 5px;
}

.reg-form-wrapper .tab-header {
  font-size: 16px;
  margin: 2px 0 5px;
  color: #000;
  font-weight: 700;
}

.form-steps {
  text-align: center;
  margin-top: 5px;
}

.form-steps-wrapper {
  display: inline-block;
  position: relative;
}

.form-steps-wrapper .step:first-child {
  margin-left: 0px;
}

.form-steps-wrapper .step:last-child {
  margin-right: 0px;
}

/*new registration form end*/
#forgotPasswordModal .modal-backdrop.in {
  opacity: .9;
}

.login-left-wrapper p {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: normal;
}

.login-left-wrapper p i {
  color: #f58633;
}

.login-left-wrapper .msg {
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: 700;
}

.login-table {
  width: 100%;
  display: table;
}

.login-left-wrapper {
  background: url('../images/skill-india.jpg');
  background-size: auto;
  overflow: hidden;
}

.login-left-wrapper:before {
  left: -127px;
  position: absolute;
  content: "";
  width: 100%;
  height: 600px;
  top: -254px;
  background: rgba(238, 119, 2, 0.8);
  transform: rotate(45deg);
}

.login-left-wrapper:after {
  right: -127px;
  position: absolute;
  content: "";
  width: 100%;
  height: 600px;
  bottom: -254px;
  background: rgba(0, 0, 0, .8);
  transform: rotate(45deg);
}

.login-right-wrapper .close {
  right: 14px;
  position: absolute;
  top: 3px;
  font-size: 30px;
}

.login-right-wrapper .group-wrapper input:focus~label,
.login-right-wrapper .group-wrapper input:valid~label {
  left: 0px;
  color: #000;
  font-weight: 600;
}

.login-right-wrapper .group-wrapper label {
  left: 7px;
  top: 5px;
  font-size: 16px;
}

.login-left-wrapper,
.login-right-wrapper {
  display: table-cell;
  width: 50%;
  height: 400px;
  vertical-align: middle;
  padding: 20px 30px;
  position: relative;
}

#signInModal .modal-dialog .modal-body,
#forgotPasswordModal .modal-dialog .modal-body,
#changePassword .modal-dialog .modal-body,
#mdRecoveryPassword .modal-dialog .modal-body,
.feedback-modal.modal-dialog .modal-body {
  padding: 0;
}

#signInModal .modal-dialog,
#forgotPasswordModal .modal-dialog,
#changePassword .modal-dialog,
#mdRecoveryPassword .modal-dialog,
.feedback-modal.modal-dialog {
  width: 800px !important;
}

#signInModal .modal-dialog .modal-title,
#forgotPasswordModal .modal-dialog .modal-title,
#changePassword .modal-dialog .modal-title,
#mdRecoveryPassword .modal-dialog .modal-title,
.feedback-modal .modal-dialog .modal-title {
  margin-bottom: 40px;
}

#mdRecoveryPassword {
  background: #000;
}

#RegistrationModal .modal-dialog,
#password_policy .modal-dialog {
  width: 500px !important;
}

.signupmenu .nav-tabs {
  border-bottom: none;
  margin-bottom: -1px;
}

.signupmenu .panel-body {
  padding-top: 0;
}

.signupmenu .nav-tabs li {
  width: 50%;
  text-align: center;
}

.signupmenu .nav-tabs li a {
  margin-right: 0px !important;
}

.signupmenu .nav-tabs li.active a {
  background: #e79a14 !important;
  border: #e79a14 !important;
  color: #fff !important;
}

.nextBtn {
  width: 100%;
  border-radius: 2px !important;
}

.signupmenu .tab-content {
  border: 1px solid #ccc;
  padding-top: 5px;
}

.mobile-tgl-search {
  display: none;
}

.otp-wrapper input {
  width: 100px !important;
  float: left;
}

.otp-wrapper input~a {
  display: inline-block;
  margin: 5px 0 0 10px;
}

ul.error-msg {
  list-style: none;
}

#RegistrationModal .employer-registration #employer .form-group .col-md-7,
#RegistrationModal .employer-registration #agency .form-group .col-md-7 {
  padding-left: 35px;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-l-0 {
  padding-left: 0px;
}

.p-r-0 {
  padding-right: 0px;
}

.culmn #main_menu {
  box-shadow: 0px 2px 10px #000;
}

.navbar-brand {
  padding: 0px 15px !important;
}

.client-mrq {
  display: inline-block;
  width: 100%;
}

.client-mrq span {
  display: inline-block;
  max-width: 176px;
}

.homeRojgaar {
  border-bottom: 3px solid #595959;
  padding-top: 60px;
  /*height: 550px;*/
}

/*New Home Page*/
.culmn #main_menu {
  box-shadow: 0px 2px 10px #000;
  z-index: 9999;
}

.mobile-tgl-menu {
  display: none;
}

#mainJobs {
  padding-top: 30px;
}

.searchResults {
  margin-top: 15px;
}

.joblist-wrapper {
  margin: 0;
  padding: 0;
}

.jd-utility {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  background: #fff;
}

.yr-skills {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-result-filter {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px;
  width: 100%;
  background: #fff;
}

.search-result-filter .panel-group {
  margin-bottom: 0px;
}

.search-result-filter .panel-group .panel {
  border-radius: 0px;
  border-left: 0;
  border-right: 0;
  margin-top: -1px;
}

.search-result-filter .panel-group .panel:last-child {
  border-bottom: 0;
}

.search-result-filter .panel-title {
  font-size: 14px;
  text-transform: unset;
  color: #595959;
  cursor: pointer;
}

.search-result-filter .clnt-jobs {
  margin-bottom: 1px;
  padding: 10px 5px 10px 10px;
  border-bottom: 1px solid #ccc;
  background: var(--secondary2);
  color: #000;
}

.search-result-filter .clnt-jobs a {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
}

.yr-skills li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 10px;
  float: left;
  margin: 0 4px 5px 0;
}

.searchResults ul li {
  list-style: none;
}

.btn-w-shadow.shadow-fff {
  box-shadow: 2px 2px 0px #fff;
}

.btn-w-shadow.shadow-fff:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.job-title {
  font-size: 18px;
  text-transform: unset;
  line-height: unset;
  color: #000;
  word-break: break-word;
}

.job-title a {
  color: #000;
}

.company-name {
  font-size: 14px;
  text-transform: unset;
  line-height: unset;
  margin-bottom: 3px;
  color: #000;
  word-break: break-word;
}

.jd-detail,
.list-jd-detail {
  display: inline-block;
  margin: 5px 0 0px;
  padding: 0;
  width: 100%;
}

.jd-detail li,
.list-jd-detail li {
  list-style: none;
}

.jd-detail li {
  display: inline-block;
  padding: 0 15px 0 0;
}

.jd-detail li i {
  color: #9e9c9c;
  padding-right: 5px;
  padding-top: 2px;
}

.job-btn-apply {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
}

.job-wrapper {
  padding: 10px 15px;
  background: #fff;
  position: relative;
  box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  list-style: none;
  transition: .3s;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  word-break: break-all;
}

.job-wrapper:hover {
  box-shadow: 0.5px 0.866px 10px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0.5px 0.866px 10px 2px rgba(0, 0, 0, 0.5);
  transition: .3s;
}

#mainContent {
  padding-top: 30px;
}

.sliderContent ul {
  background: #ccc;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
}

.sliderContent ul li {
  display: inline-block;
  float: left;
  width: 24%;
}

.sliderContent ul li:not(:last-child) {
  margin-right: 1.33%;
}

.sliderContent ul li input {
  width: 100%;
  height: 50px;
  padding-left: 25px;
  background: #fff;
  color: #595959;
}

.rojgaar-search {
  margin-bottom: 60px;
}

.jobs-view-sec {
  margin-bottom: 60px;
}

.amazing-header {
  text-align: center;
  margin-bottom: 80px;
}

.amazing-header p {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  position: relative;
  font-family: 'GT Walsheim Pro', sans-serif !important;
}

.amazing-header p::after,
.amazing-header p::before {
  position: absolute;
  content: "";
  width: calc(50% - 20px);
  height: 1px;
  background: #000;
  bottom: -21px;
  right: 12px;
}

.btn-w-shadow {
  min-width: 80px;
  color: #fff;
  background: #000;
  box-shadow: 2px 2px 0px var(--primary);
  font-weight: 600;
  padding: 2px 15px;
}

.btn-w-shadow span {
  padding: 3px 0 0 20px;
  display: inline-block;
  position: relative;
}

.btn-w-shadow span:after {
  position: absolute;
  content: "";
  height: 18px;
  background: #a9a6a6;
  width: 1px;
  top: 1px;
  left: 30%;
}

.btn-w-shadow:hover,
.btn-w-shadow:focus {
  color: #fff;
}

.job-alerts {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}

.amazing-header p::after {
  right: 12px;
}

.amazing-header p::before {
  left: 12px;
}

.amazing-header p span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 5px;
  position: absolute;
  bottom: -25px;
}

.amazing-header p>span:nth-child(2) {
  left: 0px;
}

.amazing-header p>span:nth-child(3) {
  left: 50%;
  transform: translate(-50%);
}

.amazing-header p>span:nth-child(4) {
  right: 0px;
}

.sliderContent ul li input:focus {
  outline: 2px solid #e67e2f;
}

.clients-companies {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}

.job-categories {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}

.job-statics {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}

.job-statics-status {
  font-size: 16px;
  display: inline-block;
  margin-top: 11px;
  color: var(--primary);
  font-weight: normal;
  font-style: italic;
}

.job-statics .job-view {
  margin-bottom: 50px;
}

.job-statics .job-view>div:first-child img {
  max-width: 60px;
}

.job-categories ul {
  list-style: none;
  display: inline-block;
  width: 100%;
}

.work-with-rojgaar {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
  background-image: url('../images/container-bg.jpg');
  height: 400px;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.work-with-rojgaar::after,
.work-with-rojgaar:before {
  position: absolute;
  content: "";
  width: 50%;
  top: 0;
  bottom: 0;
}

.work-with-rojgaar::after {
  background: rgba(0, 0, 0, .8);
  left: 0;
}

.work-with-rojgaar::before {
  background: rgba(238, 119, 2, 0.8);
  right: 0;
}

.work-with-rojgaar h1 {
  margin: 50px 0 30px;
  font-size: 30px;
  text-align: center;
}

.process,
.watch-video {
  text-transform: unset;
  font-weight: 500 !important;
  margin-bottom: 30px;
}

.process {
  color: #fff;
}

.watch-video {
  color: #000;
}

.work-with-rojgaar div {
  position: relative;
  z-index: 1;
}

.suport-sec {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}

.suport-sec-bg {
  background: url(../images/candidate.jpg) 10px -48px;
  height: 400px;
  background-size: cover;
}

.suport-sec-head h1:first-child {
  color: #000;
  font-size: 25px;
}

.suport-sec-head h1:nth-child(2) {
  color: var(--primary);
  font-size: 25px;
  line-height: 1;
  margin-bottom: 30px;
}

.contact-rojgaar {
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 65px;
}

.contact-rojgaar>div {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  color: #fff;
}

.ft-header {
  font-size: 25px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: 'GT Walsheim Pro', sans-serif !important;
}

.ft-address {
  color: #fff;
}

.ft-left-bg {
  background: url(../images/ft-2.jpg) -10px 2px no-repeat;
  height: 200px;
  background-size: cover;
  position: relative;
}

.ft-right-bg {
  background: url(../images/ft-1.jpg) 0px 2px no-repeat;
  height: 200px;
  background-size: cover;
  position: relative;
}

.ft-content-wrapper {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 30%;
  transform: translate(-50%, -50%);
}

.left-70 {
  left: 60%;
}

.abs-ft-w-logo span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewX(20deg);
}

.abs-ft-w-logo {
  position: absolute;
  display: inline-block;
  width: 350px !important;
  height: 100%;
  background: #fff;
  z-index: 9;
  top: 0;
  left: 50%;
  transform: translate(-50%) skewX(-20deg);
}

.ft-right-bg:after,
.ft-left-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ft-content-wrapper a {
  color: #fe7d00;
  font-weight: bold;
}

.ft-liks,
.ft-copy-info {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin: 0;
  left: 0;
  height: 40px;
}

.ft-liks {
  background: rgba(0, 0, 0, .8);
  list-style: none;
}

.ft-liks li {
  display: inline-block;
  float: left;
  width: 20%;
  line-height: 40px;
  text-align: center;
}

.ft-copy-info li {
  line-height: 40px;
  text-align: right;
  padding-right: 10px;
}

.ft-liks li a {
  color: #fff;
}

.ft-copy-info {
  background: rgba(238, 119, 2, 0.8);
}

.ft-right-bg:after {
  background: rgba(0, 0, 0, .8);
}

.ft-left-bg:after {
  background: rgba(238, 119, 2, 0.9);
}

.job-categories ul li {
  display: inline-block;
  float: left;
  width: 20%;
  text-align: center;
  min-height: 130px;
}

.category-title,
.category-count {
  color: #000;
}

.category-title {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 5px;
}

.category-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  /* background: var(--primary); */
  background: #cccccc;
  border-radius: 50%;
  position: relative;
}

.job-categories ul li:nth-child(even) .category-icon {
  background: #000;
}

.category-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 30px;
}

.job-alerts-head {
  font-size: 23px;
  color: var(--primary);
  font-weight: 700;
  font-family: 'GT Walsheim Pro', sans-serif !important;
}

.change::-webkit-input-placeholder {
  color: #333 !important;
}

.change:-moz-placeholder {
  color: #333 !important;
  opacity: 1;
}

.change::-moz-placeholder {
  color: #333;
  opacity: 1 !important;
}

.change:-ms-input-placeholder {
  color: #333 !important;
}

.textbox .dropdown-menu {
  background: #fff !important;
}

.textbox {
  position: relative;
}

.searchjobs typeahead-container {
  left: 0px;
  width: 100%;
  top: 50px;
}

.searchjobs .group-wrapper {
  margin-bottom: 0px;
}

.clients-logo {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}

.agency-job-listing .job-list-action {
  top: unset;
  bottom: 10px;
}

.agency-job-listing .ellip-view {
  max-width: 72%;
}

.clients-logo div {
  display: inline-block;
  width: 25%;
  float: left;
  padding: 5px;
  text-align: center;
}

.client-img {
  display: inline-block;
  width: 60px;
  overflow: hidden;
  height: 60px;
  position: relative;
}

.client-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50px;
}

.clients-logo .client-name {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}

.searchjobs .group-wrapper label {
  left: 15px;
  top: 12px;
  font-size: 16px;
}

.searchjobs typeahead-container ul li {
  width: 100%;
  margin: 0px;
}

.sliderContent ul li input[type="submit"] {
  background: #000;
  color: #fff;
  border-color: #000;
  border: 1px solid #000;
  font-size: 14px;
  box-shadow: 3px 4px 0px var(--primary);
}

.sliderContent ul li input[type="submit"]:active {
  box-shadow: unset;
  border: none;
}

.sliderContent ul li input[type="submit"]:focus {
  outline: unset;
}

.clnt-jobs {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.slider-content {
  padding: 8px;
  position: relative;
}

.slider-content p {
  text-align: left;
  margin-bottom: 5px;
}

.scc1 {
  font-weight: bold;
  font-size: 14px;
}

.scc3 {
  color: #333 !important;
}

.slider-content ul {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.slider-content ul li {
  display: inline-block;
  float: left;
  width: 50%
}

.slider-content ul li a {
  display: inline-block;
  width: 100%;
  padding: 8px 0px;
  background: #595959;
  color: #fff;
  transition: .5s;
}

.slider-content ul li a:hover {
  transition: .5s;
  background: #272727;
}

.slider-content ul li:first-child a {
  border-right: 1px solid #fff;
}

.cr-profile {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  border: 4px solid #3157a4;
  min-height: 50px;
  padding: 25px 20px;
  text-align: center;
}

.cr-profile-h {
  font-size: 22px;
  color: #3157a4;
  font-weight: bold;
}

.back-button {
  display: inline-block;
  min-width: 70px;
  padding: 2px 0px;
  color: #fff;
  transition: .5s;
  background: #000;
  font-size: 18px;
  text-align: center;
}

.back-button:hover {
  color: #fff;
}

.cr-profile-btn {
  display: inline-block;
  min-width: 100px;
  padding: 8px 20px;
  background: #000;
  color: #fff;
  transition: .5s;
  border-radius: 2px;
}

.cr-profile-btn:hover,
.cr-profile-btn:focus,
.cr-profile-btn:active {
  transition: .5s;
  background: #3c3a3a;
  color: #fff;
}

.txt-case-unset {
  text-transform: unset;
}

.alljobs {
  -webkit-column-count: 3;
  -webkit-column-gap: 40px;
  /*-webkit-column-rule-style: dotted;*/
  -moz-column-count: 3;
  -moz-column-gap: 40px;
  /*-moz-column-rule-style: dotted;*/
  column-count: 3;
  column-gap: 40px;
  /*column-rule-style: dotted;*/
  list-style: none;
  margin: 0;
  padding: 0;
}

.alljobs li {
  padding: 5px 0;
}

.alljobs li a {
  color: #595959;
  transition: .5s;
  font-weight: bold;
}

.alljobs li a:hover {
  color: #f19636;
  transition: .5s;
}

.yl-btn {
  display: inline-block;
  color: var(--primary);
  background: transparent;
  padding: 4px 15px 6px;
  font-weight: 500;
  font-size: 15px !important;
  transition: .5s;
  cursor: pointer;
}

.div2 {
  display: none;
}

.yl-btn:hover,
.yl-btn:active,
.yl-btn:focus {
  background: transparent !important;
  color: var(--primary) !important;
  border: 1px solid !important;
  transition: .5s;
}

.logoutPop button:hover {
  color: black !important;
  border: 1px solid !important;
}

.clr-vio:hover {}

.btn:hover {
  color: #fff !important;
}

#view3 .container {
  width: 1300px;
}

/*New Home Page End*/

/*New Login Page for Rojgaar*/
.foo::before {
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  -webkit-transform-origin: 0 100%;
}

.foo::after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform-origin: 100% 0%;
}

.rojgaar-fav {
  text-align: center;
  margin-bottom: 50px;
}

.rojgaar-fav img {
  max-width: 150px;
}

.form-item.log-in .reg-form-wrapper {
  margin-top: 0px;
}

.form-item.sign-up input {
  font-size: 12px !important;
}

.form-item .table-cell h4 {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #ccc;
  width: 90%;
  padding-bottom: 2px;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
}

.loginPage {
  background-image: url(../images/bn2.jpg);
  background-size: cover;
  background-position: center 0px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 600px;
}

.loginPage .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .9);
}

.loginWrapper .table {
  display: table;
  width: 100%;
  height: 100%;
}

.loginWrapper .table-cell {
  display: table-cell;
  vertical-align: middle;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  padding: 10px 30px;
}

.loginWrapper .container-info .info-item:first-child {
  background: rgba(0, 0, 0, .8);
}

.loginWrapper .container-info .info-item:last-child {
  background: rgba(238, 119, 2, 0.8);
}

.loginWrapper {
  position: relative;
  width: 800px;
  margin: 150px auto 0;
  height: 400px;
  background: #fff;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 2px;
}

.loginWrapper .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.loginWrapper .box:after {
  background-color: #a5aae4;
  top: -10px;
  left: 80px;
  width: 320px;
  height: 180px;
}

.loginWrapper .container-forms {
  position: relative;
}

.loginWrapper .loginBtn {
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  min-width: 80px;
  color: #fff;
  background-color: #3157a4;
  opacity: 1;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.loginWrapper .loginBtn,
.loginWrapper input {
  padding: 6px 30px 8px;
  display: inline-block;
}

.loginWrapper input[type="text"],
.loginWrapper input[type="password"] {
  /*margin: 0 auto 7px;*/
  display: block;
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  /*height: 30px;*/
}

.loginWrapper input[type="submit"],
.loginWrapper input[type="button"] {
  border-radius: 0px;
}

.loginWrapper .container-forms .container-info {
  text-align: left;
  font-size: 0;
  background-image: url('../images/container-bg.jpg');
  height: 400px;
  background-size: cover;
}

.loginWrapper .container-forms .container-info .info-item {
  text-align: center;
  font-size: 16px;
  width: 400px;
  height: 400px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  opacity: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.loginWrapper .container-forms .container-info .info-item p {
  font-size: 20px;
  margin: 20px;
  color: #fff;
}

.loginWrapper .container-forms .container-info .info-item .loginBtn {
  border: 1px solid #f57a01;
  transition: .5s;
  background: #f57a01;
  color: #fff;
}

.loginWrapper .container-forms .container-info .info-item .loginBtn:hover {
  background-color: #f57a01;
  border: 1px solid #f57a01;
  transition: .5s;
  color: #fff;
}

.loginWrapper .container-forms .container-info .info-item .table-cell {
  padding-right: 35px;
}

.loginWrapper .container-forms .container-info .info-item:nth-child(2) .table-cell {
  padding-left: 35px;
  padding-right: 0;
}

.loginWrapper .container-form {
  overflow: hidden;
  position: absolute;
  left: 30px;
  top: -75px;
  width: 380px;
  height: 550px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 2px;
}

.loginWrapper .container-form .loginBtn {
  position: relative;
  /*box-shadow: 0 0 10px 1px #ff73b3;*/
  margin-top: 30px;
}

.loginWrapper .form-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.loginWrapper .form-item.sign-up {
  position: absolute;
  left: -100%;
  opacity: 0;
}

.loginWrapper.log-in .box:before {
  position: absolute;
  left: 180px;
  top: 62px;
  height: 265px;
}

.loginWrapper.log-in .box:after {
  top: 22px;
  left: 192px;
  width: 324px;
  height: 220px;
}

.loginWrapper.log-in .container-form {
  left: 390px;
}

.loginWrapper.log-in .container-form .form-item.sign-up {
  left: 0;
  opacity: 1;
}

.loginWrapper.log-in .container-form .form-item.log-in {
  left: -100%;
  opacity: 0;
}

.loginWrapper.active {
  width: 260px;
  height: 140px;
  margin-top: -70px;
}

.loginWrapper.active .container-form {
  left: 30px;
  width: 200px;
  height: 200px;
}

.loginWrapper.active input,
.loginWrapper.active .loginBtn,
.loginWrapper.active .info-item {
  display: none;
  opacity: 0;
  padding: 0px;
  margin: 0 auto;
  height: 0;
}

.loginWrapper.active .form-item {
  height: 100%;
}

.loginWrapper.active .container-forms .container-info .info-item {
  height: 0%;
  opacity: 0;
}

/*New Login Page for Rojgaar end*/


.bs-datepicker-head .theme-green {
  background-color: var(--primary);
}

.ms-96-p {
  margin-left: 96%;
}

.closebtn {
  max-width: 12rem;
  border: none;
}

.txt-dec-none {
  text-decoration: none;
}

.uploadbtn {
  border: none;
}




/*margin padding adjustment*/
.p-r-100 {
  padding-right: 100px !important;
}

.p-d-0 {
  padding: 0px !important;
}

.p-t-5 {
  padding: 5px !important;
}

.m-g-0 {
  margin: 0px;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.mrg-25 {
  margin-left: -25px;
  margin-right: -25px;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-2 {
  margin-top: 2px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-0 {
  margin-left: 0px;
}

/*margin padding*/

.lezend {
  position: relative;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.lezend span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.lezend:after {
  position: absolute;
  content: "";
  height: 1px;
  background: #ccc;
  width: 100%;
  left: 0;
  top: 12px;
}

p {
  font-family: 'GT Walsheim Pro', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7em;
  color: #333;
}

section {
  /* padding-top: 100px; */
}

.swapLogo {
  position: fixed;
  top: 6px;
  z-index: 99999;
  height: 50px;
  width: 50px;
  right: 25px;
}

#view1 {
  display: none;
}

#view2 {
  display: none;
}

.showIt {
  display: block !important;
}

.hideIt {
  display: none !important;
}

.rojgaar-heading {
  color: var(--primary);
  padding: 20px 0;
}

.header .navbar-header a {
  display: inline-block;
  height: 100%;
  position: relative;
}

/*new-css*/
.footer_widget ul {
  list-style: none;
}

.bg-overlay {
  background-color: rgba(49, 87, 164, 0.8);
}

.mrg-25 {
  margin-left: -25px;
  margin-right: -25px;
}

.hero-area h2 {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 32px;
  letter-spacing: 0.01em;
}

.banner-content p {
  color: #fff;
}

.border-btm {
  border-bottom: 3px solid var(--primary);
  padding-bottom: 10px;
}

.form-area {
  margin-top: 100px;
}

.m-l-0 {
  margin-left: 0px;
}

.form-area input.form-control {
  height: 35px;
  border-radius: 0px;
}

.pswd-guidelines {
  position: relative;
}

.pswd-guidelines input+a {
  position: absolute;
  top: 10px;
  right: 14px;
  color: #3157a4;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  padding: 5px;
  border: 1px solid #c1c0c0;
  color: #413d4b;
  font-size: 14px;
  border-radius: 0;
}

.form-control {
  margin-bottom: 2px;
}

.new-sub .btn-submit {
  background: var(--primary);
  color: #fff;
  border-radius: 0px;
  height: 35px;
  transition: .5s;
  margin-top: 0;
  padding: 0;
}

.m-t-10 {
  margin-top: 10px !important;
}

.radio-time label {
  margin-right: 10px;
}

.radio-time input[type="radio"] {
  margin-right: 6px;
}

/*new-css*/
.culmn.rojgaar .menu-scroll {
  background-color: rgba(49, 87, 164, 0.8);
}

.header .container-fluid {
  /*width: 1168px;*/
}

.mrigs-head-logo {
  position: relative;
}

.header .nav.navbar-nav li a {
  font-weight: 700;
}

.culmn.rojgaar .main_menu_bg .navbar-nav>li>a {
  color: #000;
  font-weight: 700;
}

#main_menu {
  /*height: 60px;*/
  background: #fff;
}

.ys .main_menu_bg {
  margin-top: 1px;
}

.p-d-0 {
  padding: 0px !important;
}

.swapLogo {
  position: relative;
}

.swapLogo a img {
  max-width: 50px !important;
  margin-top: -17px;
  margin-left: 25px;
}

.policies {
  margin-top: 50px;
  padding: 30px 0;
}

/*blog*/
.blog {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.blog-wrapper {
  display: table;
  width: 100%;
  margin: 0px 0 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.blog-wrapper .blog-cell:first-child {
  width: 300px;
}

.blog-wrapper .blog-cell:first-child a {
  display: inline-block;
  width: 300px;
  height: 220px;
  max-height: 220px;
}

.blog-wrapper .blog-cell:last-child {
  padding: 20px;
}

.blog-cell {
  display: table-cell;
  vertical-align: middle;
}

.blog-wrapper .blog-cell:first-child a img {
  max-width: 100%;
  height: 100%;
  max-height: 220px;
}

.blog-cell ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-cell ul li {
  display: inline-block;
  padding-right: 20px;
  text-transform: uppercase;
  color: #949494;
  font-size: 14px;
  font-weight: bold;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px rgba(229, 222, 237) inset !important;
}

.blog-cell ul li i {
  padding-right: 3px;
}

.blog-cell a {
  cursor: pointer;
}

.blog-cell h2 {
  margin-top: 10px;
  color: #333;
  text-transform: unset;
  font-size: 20px;
}

.blog-history {
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.blog-history h3 {
  border-left: 3px solid #7E1502;
  padding-left: 8px;
  line-height: unset;
  margin: 5px 0;
  color: #333;
  font-size: 18px;
}

.recent-articles a {
  display: inline-block;
  width: 100%;
  margin: 5px 0 0;
  font-size: 14px;
  padding-bottom: 5px;
  line-height: unset;
}

.recent-articles a:not(:last-child) {
  border-bottom: 1px dotted #7E1502;
}

.blog-content {
  min-height: 160px;
}

/*blog end*/

.mrigs-head-logo {
  max-width: 130px;
}

.ys-head-logo {
  max-width: 220px;
  padding-top: 8px !important;
  margin-left: 5px !important;
}

.rojgaar-head-logo {
  max-width: 220px;
  padding-top: 3px !important;
}

.polys {
  padding-top: 150px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.loaded {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url('../images/loading.gif');
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

.btn.extra-width {
  padding: 13px 40px;
}

p {
  margin: 0 0 5px;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}

.form-control {
  display: inline-block;
  height: 30px !important;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #3a3a3a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

h1,
h2,
h3 {
  font-weight: 300;
  margin: 0;
}

h4,
h5 {
  font-weight: 300;
  margin: 0;
  line-height: 2rem;
}

h1 {
  font-size: 4.375rem;
  line-height: 5.5rem;
  color: #fff;
}

h2 {
  font-size: 1.875rem;
  line-height: 3rem;
  /* text-transform: uppercase; */
  font-weight: 700;
}

h3 {
  font-size: 1.375rem;
  line-height: 2.5rem;

  font-weight: 700;
}

h4 {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 1rem;

  font-weight: 700;
}

.btn-submit {
  background: var(--primary);
  color: #fff;
  border-radius: 0px;
  height: 35px;
  transition: .5s;
}

.btn-submit:hover {
  background: #e27423;
  transition: .5s;
  color: #fff !important;
}

h5 {
  font-size: 1.375rem;
  margin-bottom: 1rem;
  color: #223d61;

}

h6 {
  /*font-size: 1rem;*/
  font-size: 16px;
  margin-bottom: .9rem;
  color: #000;
}

p {
  line-height: 1.375rem;
  font-size: 0.875rem;
}

p:last-child {
  margin-bottom: 0px;
}

.text {
  color: #333333;
}

.transition {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* Section */
.sections {
  /* padding-top:85px; */
  padding-bottom: 40px;
  overflow: hidden;
}

.sections.footer {
  padding-bottom: 80px;
}

section .subtitle h5 {
  margin-top: 10px;
  font-size: 1.3rem;
}

.parallax-section {
  max-width: 100%;
  color: #ffffff;
}

section .title-half h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 300;
  margin-bottom: 1.4rem;
}

section .subtitle-half h5 {
  font-weight: 100;
  font-size: 17px;
}

.heading {
  margin-bottom: 4rem;
}

.overlay {
  height: 670px;
}

.home-overlay {
  background-color: rgba(237, 237, 237, 0.80);
  width: 100%;
  height: auto;
}

.video_overlay {
  background-color: rgba(126, 21, 2, 0.85);
  width: 100%;
  min-height: 600px;
}

.footer {
  background-color: rgba(126, 21, 2, 0.85);
  width: 100%;
  height: auto;
}

#footer {
  padding-top: 0px;
}

.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

.fluid-blocks-col {
  padding: 70px 40px 0 80px;
}

.fluid-blocks-col-right {
  padding: 70px 80px 0 40px;
}

/* Separator */
.separator {
  height: 1px;
  width: 127px;
  margin: 20px auto;
  background: #f19636;
}

.separator2 {
  height: 2px;
  width: 50px;
  margin: 20px auto;
  background: #c6c4c9;
}

.separator3 {
  height: 2px;
  width: 30px;
  margin: 20px auto;
  background: #5e9a28;
}

.separator4 {
  height: 2px;
  width: 30px;
  margin: 20px 0px;
  background: #f38181;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
  color: #ffffff;
  background-color: #cd771c;
  border-color: #cd771c;
}

.tab-content.password-plcy ul {
  list-style: none;
  padding: 0 0 0 10px;
}

.tab-content.password-plcy ul li span i {
  color: var(--primary);
  margin-right: 6px;
}

.btn-primary {
  background-color: #f19636;
  transition: .5s;
  color: #fff;
  padding: 9px 30px;
}

.btn_news_color {
  color: #5e9a28;
  border-color: #5e9a28;
}

.btn-md {
  border: 1px solid #5e9a28;
  color: #5e9a28;
}

.job-wrapper p>label span i {
  padding-top: 4px;
  padding-right: 5px;
}

.btn-larg {
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 30px;
}

p>label {
  margin-bottom: 0px;
  font-weight: normal;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.padding-top-20 {
  padding-top: 1.33rem;
}

.padding-bottom-20 {
  padding-bottom: 1.33rem;
}

.padding-top-40 {
  padding-top: 2.66rem;
}

.padding-bottom-40 {
  padding-bottom: 2.66rem;
}

.padding-top-60 {
  padding-top: 5rem;
}

.padding-bottom-60 {
  padding-bottom: 5rem;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

/*padding*/
.padding-twenty {
  padding: 10px 0;
}

.padding-fourty {
  padding: 20px 0;
}

.padding-sixty {
  padding: 30px 0;
}

.padding-eighty {
  padding: 40px 0;
}

h1 span {
  color: #5e9a28;
  font-weight: 400;
}

/*for placeholder changes*/
::placeholder {
  color: #595959 !important;
  opacity: .8 !important;
}

::-webkit-input-placeholder {
  color: #595959 !important;
  opacity: .8 !important;
}

::-moz-placeholder {
  color: #595959 !important;
  opacity: .8 !important;
}

::-ms-input-placeholder {
  color: #595959 !important;
  opacity: .8 !important;
}

/* navbar section */
.menu-scroll {
  padding-top: 0px;
  padding-bottom: 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-color: rgba(126, 21, 2, 0.9);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  height: 60px;
}

.main_menu_bg {
  margin-top: 0px;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.rojgaar-banner {
  height: 450px;
  background-size: cover;
  position: relative;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.30);
}


.rojgaar-banner-content {
  position: absolute;
  width: 66%;
  top: 0;
  left: 0;
  bottom: 0;
}

.rojgaar-banner-wrapper {
  display: table;
  position: absolute;
  top: 100px;
  right: 0px;
}

.yl-content.new {
  font-size: 72px;
  line-height: .4;
  font-weight: 700;
  text-shadow: 2px 5px 3px #000;
  font-family: 'GT Walsheim Pro', sans-serif !important;
}

.yl-content.num {
  font-size: 50px;
  padding-top: 24px;
  display: inline-block;
  line-height: .6;
  text-shadow: 0px 2px 3px #000;
}

.yl-content.week {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 19px;
  line-height: .5;
}

.sec-content {
  position: absolute;
  bottom: 30px;
  right: 0px;
  width: 80%;
  text-align: right;
}

.txt-indent-15 {
  text-indent: -15px;
}

.ft-cont-us .ft-address {
  text-indent: -9px;
}

.get-in-touch p i,
.ft-cont-us p i {
  padding: 3px 5px 0 0;
}

.sec-content p {
  color: #000;
  font-weight: 700;
}

.homepage-job-listing .job-view>div:first-child {
  width: 100px;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}

.homepage-job-listing .job-view>div:first-child p {
  text-align: left;
}

.jobdetailhead {
  background: var(--secondary2);
  padding: 20px 10px;
  border: 1px solid #ccc;
}

.homepage-job-listing .job-view .job-location p i {
  padding: 4px 3px 0 0;
  color: #9e9c9c;
}

.job-view {
  display: table;
  width: 100%;
}

.job-view>div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

.job-view>div ul {
  list-style: none;
  display: inline-block;
  width: 100%;
}

.job-view>div ul li {
  display: inline-block;
  width: 50%;
  float: left;
}

.job-view>div:last-child img {
  max-width: 18px;
}

.no-rd {
  border-radius: 0px !important;
}

.bl-btn {
  display: inline-block;
  color: #000;
  background: transparent;
  padding: 4px 15px 6px;
  font-weight: 500;
  font-size: 15px !important;
  transition: .5s;


}

.vybtn {}

.bybtn {}

.bl-btn:hover,
.bl-btn:active,
.bl-btn:focus {
  background: transparent;
  color: var(--primary);
  transition: .5s;
}

.crete-job-btn a:focus {
  color: white !important;
}

.job-view-head {
  font-size: 23px;
  color: #000;
  font-weight: 700;
  font-family: 'GT Walsheim Pro', sans-serif !important;
}

.job-view-company {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin: 12px 0 20px;
}

.job-view>div:first-child {
  width: 200px;
  text-align: center;
  border-right: 1px solid var(--primary);
}

.job-view>div:first-child img {
  max-width: 120px;
  width: 100%;
}

.sec-content-head {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  font-family: 'GT Walsheim Pro', sans-serif !important;
}

.sec-content-head:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 20%;
  background: #000;
  bottom: -13px;
  right: 0;
}

.rojgaar-banner-wrapper div {
  display: table-cell;
  padding: 0 5px;
}

.black-content {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  font-family: 'GT Walsheim Pro', sans-serif !important;
}

.yl-content {
  color: var(--primary);
  font-weight: 700;
}

.head-strip {
  height: 22px;
  background: #000;
  color: #fff;
}

.head-strip .container>div:first-child {
  padding: 0 6px;
}

.head-strip .container>div:last-child {
  padding: 0px;
}

.head-strip ul {
  list-style: none;
  margin: 0;
}

.head-strip ul li {
  display: inline-block;
  height: 22px;
  line-height: 22px;
}

.head-strip ul li:not(:last-child) {
  margin-right: 30px;
}

.head-strip ul li a {
  color: #fff;
}

.head-strip ul li a:active,
.head-strip ul li a:hover,
.head-strip ul li a:focus {
  color: #fff;
}

.head-strip ul li span i {
  padding: 5px 5px 0 0;
}

.icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  /*width: 50px;
  height: 50px;*/
  border-radius: 50%;
  /*font-size: 24px;*/
  color: #f1f1f1;
  line-height: 52px;
  text-align: center;
  /*background-color: #48a65b;*/
}

.icon:after {
  position: absolute;
  /*width: 100%;
    height: 100%;*/
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
}

/* Hover effect */
.icon-effect .icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.icon-effect .icon:after {
  top: 3px;
  left: -2px;
  padding: 7px;
  box-shadow: 0 0 0 2px #f1f1f1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.icon-effect-1a .icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.main_menu_bg .navbar-default {
  background-color: transparent;
  border-color: transparent;
  transition: all .6s;
  margin: 0px auto 0;
  min-height: 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #f19636;
}

.main_menu_bg .navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #f19636 !important;
  /*padding-bottom: 21px;*/
  border-bottom: 2px solid #f19636;
  background: transparent;
}

.main_menu_bg .navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #7E1502;
  font-weight: 600;
}

.navbar-brand {
  padding: 0px 15px;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  margin-top: -11px;
}

.navbar-brand span>img {
  /* max-width: 50%; */
  margin-top: 12px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
  color: #f5c239;
}

.culmn {
  width: 100%;
  overflow: hidden;
}


.culmn.rojgaar .navbar-header .rojgaar-head-logo {
  position: relative;
}

@keyframes highlight {
  0% {
    opacity: 0;
  }

  25% {
    opacity: .25;
  }

  50% {
    opacity: .5;
  }

  75% {
    opacity: .75;
  }

  100% {
    opacity: 1;
  }

  75% {
    opacity: .75;
  }

  50% {
    opacity: .5;
  }

  25% {
    opacity: .25;
  }

  0% {
    opacity: .1;
  }
}

/*service section css*/
.border_devider {
  width: 100%;
  height: 2px;
  background: #ddd;
  overflow: hidden;
  margin: 0px 0px;
  display: inline-block;
}

.loading-text {
  top: 50% !important;
}

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, .3);
}

.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100px;
  z-index: 9999999;
}

.modal-title {
  font-size: 20px;
}

.modal-content {
  border-radius: 7px !important;
}

.service {
  position: relative;
  background: #ffffff;
}

/* scrollup */
.scrollup {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  opacity: .3;
  position: fixed;
  bottom: 20px;
  right: 25px;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  z-index: 1000;
  transition: opacity .5s, background-color .5s;
  -moz-transition: opacity .5s, background-color .5s;
  -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
  background: #95e1d3;
  opacity: 1;
}

.scrollup i {
  font-size: 13px;
  position: absolute;
  opacity: 1;
  color: #fff;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -6px;
  text-decoration: none;
}



.btn {
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
}

a.post-btn {
  color: #fff;
  background-color: #e65b07;
  padding: 7px 19px;
  border-radius: 3px;
  border: 1px solid #fff;
  float: right;
}

.btn-read-more {
  padding: 5px;
  text-align: center;
  border-radius: 0px;
  display: inline-block;
  border: 2px solid #662D91;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #662D91;
}

.btn-read-more:hover {
  color: #FFF;
  background: #662D91;
}

@media (max-width: 1220px) {
  .header .main_menu_bg .container-fluid {
    width: 100%;
  }
}

/*responsive*/
@media (max-width: 1110px) and (min-width: 992px) {

  .ps-fixed,
  .ps-2-fixed {
    width: 200px !important;
  }

  .clnt-jobs {
    font-size: 16px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .new-dash-wrapper {
    border: none;
    background: none;
  }

  .admin-header .navbar-nav>li>a i.fas.fa-sign-out-alt {
    font-size: 12px;
  }

  .sidebarNav {
    margin-top: 40px;
  }

  .new-dash-wrapper ul {
    display: inline-block;
    width: 100%;
  }

  .new-dash-wrapper ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 15px;
    float: left;
    border: 1px solid #ddd;
    min-height: 87px;
  }

  .new-dash-wrapper ul li:nth-child(2n+1) {
    margin-right: 2%;
  }

  .dataTables_wrapper .dataTables_filter input {
    width: 150px;
  }

  .ps-2-fixed,
  .ps-fixed {
    position: unset;
    width: 100% !important;
  }

  .loading-text {
    top: 50% !important;
  }

  .loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .3);
  }

  .loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100px;
    z-index: 9999999;
  }

  .edit-profile-wrapper .box-content .col-md-3.text-right {
    text-align: left;
  }

  .edit-profile-wrapper .box-content .col-md-4.text-right {
    text-align: left;
  }

  .recruiter-logo img {
    position: static;
    top: 0px;
    left: initial;
    max-width: 20%;
    right: 0;
    border: 1px solid #ddd;
  }

  .abs-ft-w-logo {
    width: 120px !important;
  }

  .abs-ft-w-logo span {
    width: 75%;
  }

  .ft-content-wrapper {
    left: 35%;
  }

  .ft-content-wrapper.left-70 {
    left: 50%;
  }
}

@media (max-width: 991px) {
  .all-jobs-list .joblist-wrapper>li {
    width: 100%;
    margin-right: 0px !important;
  }
}

@media (max-width: 767px) {
  .review-application-btn {
    margin-bottom: 15px;
  }

  .review-application {
    margin-top: 15px;
  }

  .review-application-header {
    font-size: 16px;
  }

  .review-application-wrapper {
    padding: 0 0px 20px;
  }

  .review-stats>div {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
  }

  .review-stats>div:first-child {
    border-right: none;
  }

  .company-profile .job-view {
    display: block;
  }

  .company-profile .job-view>div {
    padding: 0 10px;
    display: block;
    width: 100% !important;
    border: none;
  }

  .company-profile .job-view>div:first-child {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
  }

  .re-captcha {
    transform: scale(0.89);
    -webkit-transform: scale(0.89);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .feedback-phrase:after {
    content: unset;
  }

  .feedback-phrase {
    position: unset;
    transform: unset;
    width: 90%;
    margin: 50px auto 0;
    border-radius: 50px 0px 50px;
  }

  .feedback-phrase p {
    font-size: 16px;
  }

  .feedback-modal .form-group {
    margin-bottom: 4px;
  }

  .main-header .welcome-text .sm-ellipsis {
    max-width: 262px;
  }

  .banner-wrapper {
    padding: 40px 0;
  }

  .jobdetailhead .job-title,
  .jobdetailhead .company-name {
    padding-right: 0px;
  }

  .e-detail li {
    display: block;
    padding: 2px 0px;
  }

  .e-detail1 li:not(:last-child) {
    border-right: none;
  }

  .event-text {
    margin: 20px auto 30px;
  }

  .event-geo-location {
    margin-top: 20px;
  }

  .feedback-form.feedback-form-r {
    width: 100% !important;
    padding: 20px 10px;
    margin-top: 40px !important;
  }

  .g-captcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }

  .ngx-gallery-arrow {
    font-size: 25px !important;
  }

  .feedback-container {
    padding: 0;
  }

  .event-wrapper {
    margin-top: 62px;
  }

  .new-dash-wrapper {
    border: none;
    background: none;
  }

  .admin-header .navbar-nav>li>a i.fas.fa-sign-out-alt {
    font-size: 12px;
  }

  .sidebarNav {
    margin-top: 40px;
  }

  .new-dash-wrapper ul {
    display: inline-block;
    width: 100%;
  }

  .new-dash-wrapper ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
  }

  .add-candidate aw-wizard-navigation-bar {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }

  .add-candidate aw-wizard-navigation-bar ul {
    width: 800px !important;
  }

  .add-candidate .m-l-30 {
    margin-left: 0px;
  }

  .add-can-img img {
    margin-top: 10px;
  }

  .head-strip div {
    padding: 0px 7px;
  }

  .footer-logos {
    height: 62px !important;
  }

  .footer-logos li h3 {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    text-align: center;
    background: #2c1702;
    font-size: 14px;
    line-height: unset;
    border-bottom: 1px dotted #b3b1b1;
  }

  .legend-title {
    left: 10px;
    padding: 0 5px;
    font-size: 14px;
    top: -15px;
  }

  .footer-logos ul li a img {
    max-width: 100px;
  }

  .job-list-action a {
    text-align: center;
    padding: 1rem 3.4rem;
    margin-left: 4px;
    min-width: 40px;
    font-size: 12px;
  }

  .event-logo {
    display: block;
  }

  .event-logo>div {
    display: block;
    width: 100% !important;
  }

  .event-logo>div:not(:last-child) {
    border-right: none;
  }

  .dataTables_wrapper {
    padding-top: 10px;
  }

  .edit-profile-wrapper .box-content .col-md-3.text-right {
    text-align: left;
  }

  .edit-profile-wrapper .box-content .col-md-4.text-right {
    text-align: left;
  }

  .yuva-sandesh-wrapper input[type="file"] {
    margin-bottom: 15px;
  }

  .welcome-text {
    margin: -6px 0 0 0;
    width: 100%;
    padding: 2px 15px 3px;
    border-top: 1px solid #333;
    background: #1d1d1d;
  }

  .company-image {
    width: 60px;
    top: 39%;
    padding: 1px;
  }

  .recruiter-logo img {
    position: static;
    max-width: 50px;
  }

  .box-title-content {
    font-size: 14px;
  }

  .p-r-200 {
    padding-right: 10px !important;
  }

  .jobdetailswrapper label {
    width: 100%;
    padding: 0;
  }

  .jobdetailhead-back-btn {
    top: -55px;
    right: 0px;
  }

  .jobdetailhead-login-btn a {}

  .homepage-job-listing .job-view .row.job-location.m-b-10 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .jobdetailhead .job-view>div:last-child .form-group.m-b-10.margin-top-20 {
    text-align: center;
  }

  .jobdetailhead .job-view>div:last-child .form-group.m-b-10.margin-top-20 a {
    margin-bottom: 5px;
  }

  .searchlist-wrapper {
    padding-top: 40px;
  }

  .ps-2-fixed,
  .ps-fixed {
    position: unset;
    width: 100% !important;
  }

  .searchjobs.margin-top-80 {
    margin-top: 60px;
  }

  .active-search-filter {
    left: 0 !important;
    transition: .3s;
  }

  .search-result-filter {
    position: fixed;
    top: 65px;
    z-index: 9999999;
    background: #fff;
    width: 95%;
    left: -100%;
    transition: .3s;
  }

  .rojgaar-head-logo img,
  .mrigs-head-logo img,
  .ys-head-logo img {
    max-width: 40px;
    margin-top: 0px !important;
  }

  .job-title {
    font-size: 14px;
  }

  .ellip-view {
    max-width: 100%;
  }

  .yl-btn {
    padding: 3px 10px 5px;
  }

  .bl-btn {
    padding: 3px 10px 5px;
  }

  .search-result-wrapper .clnt-jobs.txt-case-unset {
    text-align: center;
    margin-bottom: 15px;
  }


  .homepage-job-listing .job-view {
    display: inline-block;
    width: 100%;
  }

  .homepage-job-listing .job-view>div:first-child {
    width: 100%;
    border-right: none;
    border-bottom: 1px dotted #cecccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .homepage-job-listing .job-view>div {
    display: inline-block;
    width: 100%;
    border-right: none;
  }

  .left-nav .panel-heading:hover a {
    color: #000 !important;
  }

  /*.search-list-ellipsis {
      max-width: unset;
      display: block;
      white-space: unset;
      text-overflow: unset;
      overflow: unset;
      width: 100%;
    }*/

  .all-jobs-list .joblist-wrapper>li {
    width: 100%;
    padding: 8px 8px;
  }

  .job-wrapper {
    padding: 8px 8px;
  }

  .all-jobs-list .jd-detail>li {
    width: 100%;
  }

  .group-wrapper {
    margin-bottom: 18px;
  }

  .reg-form-wrapper .tab-header {
    font-size: 16px;
    margin: 2px 0 0px;
  }

  .eventlist-slider {
    margin-top: 62px;
  }

  .reg-form-wrapper .tab-header span:before {
    width: 100%;
    left: 0%;
  }

  .container-info {
    position: relative;
  }

  .loginWrapper .container-info .info-item:first-child .loginBtn {
    position: absolute;
    top: -125px;
    left: 0;
    background: #fff !important;
    color: #000 !important;
    /* padding: 3px 10px; */
    border-color: #000;
  }

  .loginWrapper .container-info .info-item:last-child .loginBtn {
    position: absolute;
    top: -125px;
    right: 0;
    background: #fff !important;
    color: #000 !important;
    /* padding: 3px 10px; */
    border-color: #000;
  }

  .main_menu_bg {
    overflow: unset;
  }

  .culmn.rojgaar .navbar-header .rojgaar-head-logo:after,
  .culmn.mrigs .navbar-header .mrigs-head-logo:after,
  .culmn.ys .navbar-header .ys-head-logo:after {
    position: unset;
    content: unset;
  }

  .sec-content-head:after {
    width: 100%;
  }

  .rojgaar-banner-content {
    width: 100%;
  }

  .black-content {
    font-size: 20px;
  }

  .yl-content.new {
    font-size: 52px;
  }

  .yl-content.num {
    font-size: 30px;
  }

  .sec-content {
    padding: 0 10px;
    width: 100%;
    text-align: center;
  }

  .sec-content-head {
    font-size: 18px;
  }

  .rojgaar-banner-wrapper {
    top: 40px;
    right: unset;
    width: 250px;
    left: 50%;
    transform: translate(-46%);
  }

  .sec-content {
    bottom: 30px;
  }

  .job-view>div {
    padding: 0 10px;
  }

  .job-view>div:first-child img {
    max-width: 50px;
  }

  .rojgaar-banner {
    height: auto;
  }

  .job-view-head {
    font-size: 16px;
  }

  .job-view-company {
    font-size: 14px;
  }

  .job-view>div ul li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }

  .job-view {
    margin-bottom: 20px;
  }

  .job-alerts-head {
    font-size: 16px;
    line-height: 1.5;
  }

  .amazing-header p {
    font-size: 16px;
    line-height: 1.5;
  }

  .job-categories ul li {
    width: 50%;
  }

  .job-view>div:first-child {
    width: 100px;
  }

  .job-statics .job-view>div:first-child img {
    max-width: 40px;
  }

  .work-with-rojgaar h1 {
    font-size: 16px;
    line-height: 1.5;
  }

  .process,
  .watch-video {
    font-size: 14px;
  }

  .suport-sec-head h1:first-child {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .suport-sec-head h1:nth-child(2) {
    font-size: 16px;
  }

  .suport-sec-bg {
    background: url(../images/candidate.jpg) -45px no-repeat;
    height: 250px;
    background-size: cover;
  }

  .contact-rojgaar {
    width: 100%;
    display: inline-block;
    margin-bottom: 80px;
  }

  .work-with-rojgaar::after {
    width: 100%;
    height: 50%;
  }

  .work-with-rojgaar::before {
    background: rgba(238, 119, 2, 0.8);
    right: 0;
    width: 100%;
    height: 50%;
    top: 50%;
  }

  .watch-video {
    color: #fff;
    margin-top: 100px;
  }

  .work-with-rojgaar {
    height: 600px;
  }

  .contact-rojgaar>div {
    display: inline-block;
    width: 100%;
  }

  .work-with-rojgaar .watch-video+button {
    background: #000;
  }

  .ft-content-wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .contact-rojgaar>div {
    height: 300px;
  }

  .ft-liks li {
    width: 33.3%;
  }

  .ft-liks li a {
    font-size: 11px;
  }

  .ft-content-wrapper {
    width: 80%;
  }

  .left-70 {
    left: 50%;
  }

  .abs-ft-w-logo {
    top: 403px;
    left: 80%;
    width: 80px !important;
    height: 80px !important;
  }

  .culmn {
    overflow: unset;
  }

  .login-left-wrapper {
    display: none;
  }

  .login-left-wrapper,
  .login-right-wrapper {
    height: auto;
  }

  #signInModal .modal-dialog .modal-title,
  #forgotPasswordModal .modal-dialog .modal-title {
    margin-bottom: 30px;
    text-align: left;
  }

  .login-right-wrapper .close {
    right: 7px;
    top: -5px;
    font-size: 24px;
  }

  .reg-form-wrapper {
    width: 300px;
    padding: 15px 30px;
    top: 46%;
  }

  .reg-form-wrapper label {
    font-size: 12px;
  }

  .group-wrapper input:focus~.custom-user,
  .group-wrapper input:valid~.custom-user,
  .username .group-wrapper input[disabled="false"]~.custom-user {
    left: 88px;
  }

  .custom-user span {
    margin-right: 2px;
  }

  .otp-wrapper input {
    width: 100%;
  }

  .otp-wrapper {
    text-align: center;
  }

  .pre-next {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #ccc;
  }

  .otp-wrapper .group-wrapper {
    margin-bottom: 15px;
  }

  .otp-wrapper .group-wrapper input {
    margin-bottom: 10px;
  }

  #signInModal .modal-dialog,
  #forgotPasswordModal .modal-dialog,
  #RegistrationModal .modal-dialog,
  #password_policy .modal-dialog,
  #mdRecoveryPassword .modal-dialog,
  .modal-dialog.feedback-modal,
  #changePassword .modal-dialog {
    width: 95% !important;
    margin: 0 auto;
  }

  .modal-dialog.feedback-modal .form-group re-captcha>div:first-child {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin: 0 auto;
  }

  .modal-dialog.feedback-modal {
    top: 5% !important;
  }

  .modal-dialog.feedback-modal .login-right-wrapper .feedback-form {
    width: 234px;
    margin: 0 auto;
  }

  .modal-dialog.feedback-modal .login-right-wrapper {
    padding: 20px 5px;
  }

  .modal-header h4.modal-title {
    font-size: 16px !important;
    letter-spacing: 1px;
  }

  .form-control {
    height: 30px !important;
  }

  .modal-header {
    padding: 5px 15px 5px 5px !important;
  }

  .banner-content {
    width: 100% !important;
  }

  p.animateText {
    white-space: unset;
    overflow: unset;
    animation: unset;
  }

  /*.row {
      margin-right: 0px;
      margin-left: 0px;
    }*/

  #main_menu {
    height: 40px;
    width: 100%;
  }

  .main_menu_bg {
    height: 40px;
    border-bottom: 1px solid #777676;
    background: var(--secondary2);
    position: relative;
  }

  .events-img {
    max-height: 100%;
  }

  .events-calender {
    margin-bottom: 20px;
  }

  .gallery {
    margin: 62px 0 20px;
    padding: 10px 0 10px;
    background: #000;
  }

  .registration-page .navbar-header {
    display: inline-block;
  }

  .registration-page #bs-example-navbar-collapse-1 {
    display: inline-block;
    float: right;
    background: unset;
  }

  .registration-page .header .main_menu_bg #bs-example-navbar-collapse-1 ul {
    top: 40px;
  }

  .btn {
    font-size: 12px;
  }

  .btn-w-shadow {
    min-width: 0;
  }

  #mainJobs>.container,
  #mainJobs>.container>.col-md-12.col-sm-12.col-xs-12,
  #jobdetails>.container,
  #jobdetails>.container>.col-md-12.col-sm-12.col-xs-12 {
    padding: 0px;
  }

  .search-result-filter accordion.panel-group {
    padding: 5px 10px;
  }

  .search-result-filter .accordion-toggle {
    padding: 6px 0;
  }

  .searchlist {
    height: 320px;
  }

  .search-result-filter {
    margin-bottom: 20px;
  }


  .job-list-action.card-view-btns {
    width: 100%;
  }

  .wk-jb-det-bx .left-plum-bx p {
    margin-top: 0rem;
  }

  .back-xs-btn {
    min-width: unset;
    position: absolute;
    right: 0;
  }

  .job-view-xs>div {
    display: block;
  }

  .dash-head-2 p {
    font-size: 14px;
  }

  .job-view-xs>div:first-child {
    width: 100%;
    border-right: unset;
    border-bottom: 1px solid var(--primary);
    padding-bottom: 10px;
    margin-bottom: 5px;
  }

  .all-jobs-list .job-title {}

  .company-name {
    font-size: 14px;
    text-align: left;
  }

  section {
    padding-top: 40px;
  }

  .rojgaar-head-logo img {
    padding: 3px;
  }

  .rojgaar-head-logo {
    padding-top: 0px !important;
  }

  .ys-head-logo {
    padding-top: 0px !important;
    margin-left: 0px !important;
  }

  .main_menu_bg .navbar-header .navbar-brand {
    padding-left: 15px !important;
    padding-right: 0px !important;
    margin-top: 0px;
  }

  .footer_widget ul {
    padding: 0;
  }

  .single_widget ul li i {
    float: none;
  }

  .single_widget ul li span {
    float: none;
  }

  .footer_widget .main_widget h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
  }

  .main_footer .right_menu {
    padding: 5px 0px;
    margin: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .post-content2 {
    margin-top: 30px;
  }

  .post-content1 {
    padding: 0 0px;
    text-align: justify;
  }

  .polys {
    padding-top: 30px;
  }

  .spacing-poly {
    margin: 50px 8px;
  }

  .main_service_area .col-sm-4 {
    border-right: none;
    min-height: unset;
  }

  .border_devider {
    display: none;
  }


  .main_footer .right_menu li a {
    font-size: 10px;
  }

  .culmn.mrigs .home {
    background: repeating-linear-gradient(45deg, #5d2504, #be4d01 4px) !important;
  }

  .header .main_menu_bg .container-fluid {
    width: 100%;
  }

  .header .main_menu_bg .navbar-header button.navbar-toggle {
    display: none;
  }

  .header .main_menu_bg #bs-example-navbar-collapse-1 {
    display: block;
    border: none;
  }

  .header .main_menu_bg #bs-example-navbar-collapse-1 ul {
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    display: none;
    margin: 0;
  }

  .header .main_menu_bg #bs-example-navbar-collapse-1 ul li a {
    color: #fff;
    padding: 8px 15px;
  }

  .header .main_menu_bg #bs-example-navbar-collapse-1 ul li:not(:last-child) {
    border-bottom: 1px dotted #ccc;
  }


  .sliderContent ul li:not(:last-child) {
    margin-right: 0%;
  }

  .sliderContent ul {}

  .main_menu_bg .container {
    padding: 0px;
  }

  .sliderContent ul li input {
    height: 40px;
    padding-left: 10px;
  }

  .sliderContent ul li {
    margin-bottom: 10px;
    width: 100%;
  }



  .cr-profile-h {
    font-size: 20px;
    line-height: 22px;
  }

  .alljobs {
    -webkit-column-count: unset;
    -webkit-column-gap: unset;
    -webkit-column-rule-style: unset;
    -moz-column-count: unset;
    -moz-column-gap: unset;
    -moz-column-rule-style: unset;
    column-count: unset;
    column-gap: unset;
    column-rule-style: unset;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #view3 #main_menu {
    height: 60px;
  }

  .mobile-tgl-menu {
    display: block;
    position: absolute;
    bottom: 6px;
    right: 15px;
    background: #e67e2f;
    color: #fff;
    padding: 5px 10px 0;
    border-radius: 2px;
    font-size: 15px;
    z-index: 999999;
  }

  .loginWrapper {
    width: 90%;
    top: 30px;
  }

  .loginWrapper .container-form {
    width: 100%;
  }

  .loginWrapper .container-forms .container-info .info-item {
    width: 100%;
    position: absolute;
  }

  .loginWrapper .container-form {
    left: 0px;
  }

  .loginWrapper .container-forms .container-info .info-item p {
    display: none;
  }

  .loginWrapper .container-form {
    height: 485px;
  }

  .loginWrapper.log-in .container-form {
    left: 0;
  }

  .loginWrapper input[type="text"],
  .loginWrapper input[type="password"] {
    height: 28px;
  }

  .loginWrapper .form-item .table-cell h4 {
    top: 5px;
    padding-bottom: 0px;
    font-size: 16px;
  }


  .mobile-tgl-search {
    display: none;
    position: absolute;
    top: 10px;
    left: 2px;
    background: #e67e2f;
    color: #fff;
    padding: 5px 10px 0;
    border-radius: 2px;
    font-size: 15px;
    z-index: 999999;
    border-radius: 2px;
  }


  .main_menu_bg .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
    border-bottom: none;
  }

  .max-width-set {
    max-width: 85%;
  }
}

/* -------------------------------------------- */


/* Our CSS Reusable codes (Typography) */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

/* html{
      font-size: 62.5%; */
/* 1rem = 10px */
/* scroll-behavior: smooth;
      overflow-x: hidden;
  } */

body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: 'GT Walsheim Pro', sans-serif !important;
  background-color: #fafafa;
}

h1 {
  font-size: 6.5rem;
  color: #010101;
  font-weight: 800;
}

/* h2{
      font-size: 5rem;
      color: #010101;
      font-weight: 700;
  } */

h3 {
  font-size: 4rem;
  color: #010101;
  font-weight: 600;
}

/* h4{
      font-size: 3.5rem;
      color: #010101;
      font-weight: 500;
  } */

h5 {
  font-size: 2.65rem;
  color: #010101;
  font-weight: 500;
}

h6 {
  font-size: 2rem;
  color: #010101;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #000;
  /* font-weight: normal; */
}

li {
  list-style: none;
}

p {
  /* font-size: 1.67rem; */
  /* color: #d4d4d4;
      font-weight: normal;
      line-height: 1.7; */

}

.grid {
  display: grid;
}

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

.grid-three-col {
  grid-template-columns: repeat(3, 1fr);
}

.grid-four-col {
  grid-template-columns: repeat(4, 1fr);
}

.grid-gap {
  column-gap: 3rem;
  row-gap: 4rem;
}

.common-container{
      max-width: 130rem;
      margin: 0 auto;
  }

.common-container-2 {
  max-width: 123rem;
  width: 100%;
  margin: 0 5rem;
}

.common-container-3 {
  max-width: 110rem;
  margin: 0 auto;
}

.common-container-4 {
  max-width: 140rem;
  margin: 0 auto;
}

.flex {
  display: flex;
}

/* transitions */

:root {
  --transition1: all 250ms ease;
  --transition2: all 500ms ease;
  --transition3: all 850ms ease;

}


/* Our Header css ** */

/* .header{
      position: relative;
      width: 100%;
      padding: 1rem 1.78rem;
      background-color: #fff;
  } */

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

.left-logo-srch-box {
  display: flex;
  align-content: center;
}

.n-srch-box {
  display: flex;
  align-items: center;
  margin-left: 4rem;
  padding: .5rem 1.65rem;
  background-color: #fbfbfb;
  border-radius: 4rem;
  width: 30rem;
  height: 4.5rem;
  margin-top: 1rem;
}

.n-s-i i {
  font-size: 1.5rem;
  color: #010101;
  margin-right: 1.5rem;

}

.n-srch-box input {
  background-color: transparent;
  border: none;
  font-size: 1.4rem;
  padding: .43rem;
}

.n-srch-box input:focus {
  box-shadow: none;
  background-color: transparent;
}

.right-navbar-box,
.home-btuns-flex-box,
.bemm-icon-btun-other-btn-flex-box,
.user-img-det-box-flex {
  display: flex;
  align-items: center;
}

.logo img {
  width: 100%;
  height: auto;
}

.n-btn-flex-box {
  display: flex;
  align-items: center;
  padding: .87rem .67rem;
  background-color: #469bfc;
  border-radius: 2rem;
  margin-right: 1rem;
}

.n-h-btn i {
  font-size: 1.56rem;
  color: #fff;
  margin: 0 1rem;

}

.btn-para {
  margin-top: .67rem;
}

.btn-para p {
  font-size: 1.3rem;
  color: #cdc6c6;

}

.bemm-icon-btun-other-btn-flex-box {
  margin-inline: 2rem;
}

.b-ic-btn {
  position: relative;
  margin-right: 1.43rem;
  padding: .5rem;
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  border-radius: 50px;
  background: #efeded;
  box-shadow: inset -20px 20px 18px #f0eded,
    inset 20px -20px 18px #ffffff;
}

.b-ic-btn i {
  font-size: 1.4rem;
  color: #010101;
}

.num {
  content: "";
  position: absolute;
  top: -.45rem;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #469bfc;
  padding: 0;
  border-radius: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #fbfbfb;
  font-size: 1rem;
}

.user-det {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  margin-right: 1rem;
  margin-top: 1rem;
}

.user-det span {
  font-size: 1.3rem;
  font-weight: 500;
}

.user-img {
  margin-left: 1.32rem;
}

.user-det p {
  font-size: 1.2rem;
}


/* Our main css */

/* .main{
      margin-top: 4rem;
  } */

.count-card-main-box {
  grid-template-columns: 1.5fr .5fr;
}

.first-count-box {
  width: 100%;
}

.com-head h4 {
  font-size: 2.3rem;
  color: #232222;
  font-weight: 550;
}

.count-card-main-box {
  margin-top: 3rem;
}

.card-main-box {
  height: 100%;
}

.count-card-box {
  position: relative;
  background-color: #1994d2;
  padding: 1rem 1rem;
  border-radius: 1rem;
  z-index: 2;
  overflow: hidden;
}

.count-card-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30rem;
  height: 10rem;
  background-color: #1565c0;
  z-index: -1;
  clip-path: circle(38.2% at 47% 100%);
}

.count-card-box:after {
  content: "";
  position: absolute;
  top: -5rem;
  right: -3rem;
  width: 30rem;
  height: 30rem;
  clip-path: circle(38.2% at 47% 100%);
  background: #24b6eb;
  transform: rotate(-120deg);
  z-index: -1;

}

.countcard-det {
  position: relative;
  padding: 1.5rem 1.5rem;
  border-radius: 1rem;

}

.countcard-det:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: .1rem solid #fbfbfb;
  opacity: 0.44;
  border-radius: 1rem;
}

.cc-head h6 {
  font-size: 1.35rem;
  color: #fbfbfb;
}

.cc-head h4 {
  font-size: 1.78rem;
  color: #ffffff;
}

.card-shape-text-flec-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.left-shape-bx {
  position: relative;
  width: 10rem;
  display: flex;
  align-items: center;
  margin-right: 3rem;

}

.right-text-shape-box p {
  font-size: 1.25rem;
  color: #fbfbfb;
  max-width: 15rem;
  margin-left: auto;
  margin-top: .5rem;
}

.shape {
  position: relative;
  width: 5rem;
  height: 5rem;
  background: rgba(255, 255, 255, 0.3);
  border: .1rem solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.shape2 {
  transform: translateX(-17px);
}

.card-bottom-flex-box {
  margin-top: 2.34rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.card-ment-box {
  position: relative;
  width: 15rem;

}

.card-ment-box p {
  font-size: 1.2rem;

}

.card-ment-box span {
  font-size: 1.45rem;
  color: #efeded;
  font-weight: 500;
}



.fill-box-right-side {
  position: relative;
  width: 6rem;
  /* margin-left: auto; */
}

.fill-box {
  position: relative;
  width: 100%;
  height: 25rem;
  background-color: #f4f9ff;
  border-radius: 1rem;

}

.fill-box-main {
  display: block;
}

/* .grid-gap{
      column-gap: 5rem;
  } */

.fill-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background-color: #1b7ff1;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;


}

.fill-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 55%;
  background-color: #1b7ff1;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  opacity: 0.88;

}

.text-box {
  margin-top: 1rem;
  text-align: center;
}



.text-box span {
  font-size: 1.45rem;
  color: #323232;
  font-weight: 500;
}

.text-box p {
  font-size: 1.6rem;
  color: #010101;
  font-weight: 500;
}


.graph-box {
  margin-top: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(141, 139, 139, 0.306);
  padding: 2rem 2rem;
}

.graph-head-search-box-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.graph-head {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.graph-head h5 {
  font-size: 1.87rem;
  font-weight: 550;
}

.graph-head p {
  font-size: 1.43rem;
  color: #c0c0c0;
}

.g-srch-box {
  margin-top: 0;
}

.blog-grid {
  margin-top: 2.5rem;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
}

.blog-box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.blog-img {
  position: relative;
  width: 100%;
}

.blog-img img {
  width: 100%;
  height: auto;
}

.blog-det {
  padding: 1.3rem 0;
}

.blog-det h6 {
  font-size: 1.4rem;
  font-weight: 550;
}

.blog-det p {
  font-size: 1.2rem;
  color: gray;
}

.blog-search-flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.left-b-text h6 {
  font-size: 1.76rem;
  font-weight: 500;
  color: #010101;
}

.right-b-seach-box {
  display: flex;
  align-items: center;
}

.right-b-seach-box input {
  width: 100%;
  padding: 1rem 1rem;
  background-color: #f1e8e8;
  border: .1rem solid transparent;
  font-size: 1.4rem;
  color: #010101;
  border-radius: .5rem;

}

.b-search-btun {
  margin-left: 1rem;
  width: 15rem;
  padding: 1rem .43rem;
  background-color: #1565c0;
  border: .1rem solid #1565c0;
  font-size: 1.3rem;
  color: #fff;
  border-radius: .5rem;


}

.wave-head-flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left-wave-head-box span {
  font-size: 1.3rem;
  color: #a4a3a3;
  font-weight: 500;
}

.left-wave-head-box h6 {
  font-size: 2rem;
  margin-top: .4rem;
  font-weight: 500;

}

.right-w-para {
  max-width: 15rem;
  margin-left: auto;
}

.right-w-para p {
  font-size: 1.34rem;
  color: #c0c0c0;
  text-align: right;
}

.t-text p {
  font-size: 1.35rem;
  color: #c0c0c0;
}


.table-box {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}

table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

.table-one-box {
  display: flex;
  align-items: center;
}

.t-i {
  position: relative;
  width: 4rem;
  height: 4rem;
  background-color: transparent;
  border: .1rem solid #20e620;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.t-i i {
  font-size: 1.56rem;
  color: #20e620;
}

.t-d {
  margin-left: 1rem;
  margin-top: 1rem;
}

.t-d span {
  font-size: 1.45rem;
  color: #232222;
  font-weight: 500;
}

.t-d p {
  font-size: 1.1rem;
  /* color: #cdc6c6; */
}

.t-two-data h6 {
  font-size: 1.43rem;
}

.table-box-four p {
  font-size: 1.45rem;
  color: #232222;
  font-weight: 550;
}

.progrss-btn {
  margin-left: 1rem;
  padding: 1rem 1rem;
  background-color: #e2efff;
  border: .1rem solid #0091ff;
  color: #232222;
  display: grid;
  place-items: center;
  font-weight: 500;
  font-size: 1.25rem;
  cursor: pointer;

}

.table-gap {
  margin-bottom: 1.5rem;
}

.t-i-2 {
  border-color: #f94b4b;
}

.t-i-2 i {
  color: #f94b4b;
}

.progress-grid {
  grid-template-columns: 1.5fr 2fr;
}

.progress-head h5 {
  font-size: 1.87rem;
  font-weight: 550;
  color: #181818;
}

.progress-left-list-box {
  margin-top: 2.87rem;
}

.progress-det-box {
  position: relative;
  width: 100%;
  margin-bottom: 3.76rem;
  margin-left: 2rem;

}

.progress-det-box:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
  width: 1rem;
  height: 100%;
  background: linear-gradient(180deg, #e41ae4, #751aec);
  border-radius: 1rem;
}

.progress-det-box p {
  font-size: 1.2rem;
  color: #181818;
  line-height: .4;
}

.progress-det-box span {
  color: #181818;
  font-size: 1.67rem;
  font-weight: 550;
}

.bgcolors2:before {
  background: linear-gradient(180deg, #1ae450, #2bab04);

}

.bgcolors3:before {
  background: linear-gradient(180deg, #1ab5e4, #0487ab);

}

.bgcolors4:before {
  background: linear-gradient(180deg, #421ae4, #37128e);

}

.progress-card-grid {
  column-gap: 2rem;
  row-gap: 2rem;
}

.prog-card {
  position: relative;
  width: 100%;
  padding: 1rem 1rem;
  background: linear-gradient(180deg, #421ae4, #d11df1);
  display: grid;
  place-items: center;
  border-radius: 1.2rem;

}

.prog-card-2 {
  background: linear-gradient(180deg, #1ae450, #2bab04);


}

.prog-card-3 {
  background: linear-gradient(180deg, #d3c73b, #bba53d);

}

.circular-progress {
  position: relative;
  width: 10rem;
  height: 10rem;
  background-color: #eec7f9;
  display: grid;
  place-items: center;
  border-radius: 50%;
  z-index: 1;
}


.circular-progress:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 84%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #421ae4, #d11df1);
  border-radius: 50%;
}

.bgcolors2 {
  background-color: #e3ffdb;

}

.bgcolors3 {
  background-color: #e6e6e6;

}

.bgcolors2:before {
  background: linear-gradient(180deg, #1ae450, #2bab04);

}

.bgcolors3:before {
  background: linear-gradient(180deg, #f6fff9, #e4e4e4);
}

.value-progress-3 {
  color: #010101 !important;
}



.value-progress {
  position: relative;
  font-size: 1.65rem;
  color: #010101;
  font-weight: 500;
  color: #fff;
}

.progress-text {
  margin-top: 1rem;
  font-size: 1.15rem;
  color: #fff;
  font-weight: 500;
  padding-bottom: 10px
}

.progress-text-3 {
  color: #010101 !important;
}

.prog-card-4 {
  background: linear-gradient(180deg, #421ae4, #37128e);

}

.bgcolors4:before {
  background: linear-gradient(180deg, #421ae4, #37128e);

}

.menu-bar {
  margin-right: 2rem;
  cursor: pointer;
}

.menu-bar i {
  font-size: 2rem;
  color: #181818;
}

.side-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 25rem;
  height: 100vh;
  background-color: #f9fcff;
  z-index: 99999;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 1rem 1rem;
  transition: var(--transition2);
  transform: translateX(-100%);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.active.side-nav {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.nav {
  /* width: 100%; */
}

.nav-lists {
  margin-top: 8rem;
  width: 100%;

}

.nav-logo {
  margin: 2rem 1rem 0 1rem;
}

.nav-logo img {
  width: 100%;
  height: auto;
}

.n-li {
  margin-bottom: 1rem;
  padding: 1.1rem 1rem;
  display: flex;
  align-items: center;
  transition: var(--transition2);
  cursor: pointer;
}

.n-li-icon i {
  font-size: 1.7rem;
  color: #e7e1e1;
  margin-right: 2rem;
  transition: var(--transition2);
}

.n-li a {
  font-size: 1.35rem;
  color: #5c5c5c;
  font-weight: 500;
  transition: var(--transition2);

}

.n-li:hover {
  background-color: #e0f0fc;

}

.n-li:hover .n-li-icon i {
  color: #1565c0;
}

.n-li:hover a {
  color: #010101;
}

.close-menu {
  position: absolute;
  top: 1rem;
  left: 100%;
  padding: .87rem;
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  background-color: #f9fcff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  font-size: 1.56rem;
  color: #181818;
  cursor: pointer;

}

.progres-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 14rem;
  height: 14rem;
}

.prog-card-box {
  padding: 2rem;
}

.progres-box .percent {
  position: relative;
  width: 14rem;
  height: 14rem;
}

.progres-box .percent svg {
  position: relative;
  width: 14rem;
  height: 14rem;
}

.progres-box .percent svg circle {
  width: 14rem;
  height: 14rem;
  fill: none;
  stroke: #f4f8ff;
  stroke-width: 10;
  transform: translate(15px, 15px);
  stroke-dasharray: 350;
  stroke-dashoffset: 350;
}

.progres-box .percent svg circle:nth-child(1) {
  stroke-dasharray: 0;
  stroke: #e8bcff;
}

.progres-box .percent svg circle:nth-child(2) {
  stroke-dasharray: 300;
  stroke: #faf3ff;
}

.progres-box .percent .num-percent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.89rem;
  color: #f4f8ff;
  font-weight: 500;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-notsuccess {
  color: #fff;
  background-color: red;
}


/*
JOBERRDAST NEW PATH     JOBERRDAST NEW CSS:1338        JOBERRDAST NEW CSS:1338

*/
/* ___ Google Poppins Fonts *** */

/* ___ Google Poppins Fonts *** */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* ___ CSS Reusable Codes *** */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  font-size: 62.5%;
  /* 1rem = 10px */
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #fafafa;
}

h1 {
  font-size: 6rem;
  font-weight: 700;
  color: #010101;

}

h2 {
  font-size: 5rem;
  font-weight: 600;
  color: #000000;
}

h3 {
  font-size: 4rem;
  color: #020020;
  font-weight: 500;
}

h4 {
  font-size: 3rem;
  color: #292828;
  font-weight: 400;
}

h5 {
  font-size: 2rem;
  color: #0b0b0b;
  font-weight: normal;
}

h6 {
  font-size: 1.56rem;
  color: #292828;
  font-weight: normal;
}

.fa-calendar:before {
  content: "\f073" !important;
}

p {
  font-size: 1.56rem;
  color: #343333;
  font-weight: normal;
  line-height: 1.7;
}

a {
  text-decoration: none !important;
  /* color: #0b0b0b !important; */
}

li {
  list-style: none;
}

.flex {
  display: flex;

}

.grid {
  display: grid;

}

.grid-gap {
  column-gap: 2rem;
  row-gap: 3rem;
}

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

.grid-three-col {
  grid-template-columns: repeat(3, 1fr);
}

.grid-four-col {
  grid-template-columns: repeat(4, 1fr);
}

.grid-five-col {
  grid-template-columns: repeat(5, 1fr);
}

.common-container {
  max-width: 130rem;
  margin: 0 3rem 0 3rem;
}

.common-container-2 {
  max-width: 110rem;
  margin: 0 auto;
}

.common-container-3 {
  max-width: 130rem;
  margin: 0 auto;
}


/* ___ Our header css codes *** */

.header-comp {
  width: 100%;
  padding: 1rem 1.78rem;
  background-color: #ffffff;
  z-index: 9;
  position: fixed;
  top: 0;
  border-bottom: 1px solid var(--secondary2);
  z-index: 99999;
}

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

.logoutPop button {
  width: 100px;
  /* background: var(--primary); */
  color: black;
  font-size: 14px;
  border-radius: 50px !important;
  margin: 0px 4px 5px;
}

.logoutPop button:nth-child(4) {
  background: transparent !important;
  color: var(--primary);
}

.logoutPop button:nth-child(4).btn:hover {
  /* background: transparent !important; */
  color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
}

.right-header-box,
.A-flex-box,
.language-selct-box,
.user-main-box,
.left-logo-menu-box {
  display: flex;
  align-items: center;
}

.logo {
  position: relative;
  /* width: 55%; */
  width: 17rem;
}

.logo img {
  width: 100%;
  height: auto;
}

.menu-bar {
  position: relative;
  padding: 1rem 1rem;
  width: 4.2rem;
  background-color: var(--secondary);
  margin-left: 4rem;
  border-radius: .45rem;
  cursor: pointer;
  text-align: center;
}

.line {
  width: 100%;
  height: .25rem;
  background-color: var(--primary);
  border-radius: 1rem;

}

.line2 {
  margin: .5rem 0 .5rem 0;
}

.A-flex-box {
  margin-right: 4rem;
}

.a-box a {
  position: relative;
  font-size: 1.67rem;
  color: #0b0b0b;
  font-weight: 700;


}

.abox-minus a::before {
  content: "\2d";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1rem;
  font-family: 'GT Walsheim Pro', sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
}

.abox-plus a::before {
  content: "\2b";
}

.a-box2 a {
  color: var(--primary);
}

.a-box2 {
  margin: 0 4rem;
}

.language-selct-box {
  position: relative;
}

.language-selct-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5rem;
  width: .1rem;
  height: 50%;
  background-color: var(--primary);
}

.lang-icon i {
  font-size: 1.4rem;
  color: #0b0b0b;
  margin-right: .34rem;
}

.Forwaliknbutton {
  width: 100%;
  margin: 0 0 0 488px;
  display: flex;
}

select {
  background-color: transparent;
  border: none;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: -.3rem;
  cursor: pointer;
}

.user-main-box {
  margin-left: 2.5rem;
  position: relative;
  cursor: pointer;
}

.user-main-box p {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 550;
  margin-right: .5rem;
  margin-top: .45rem;
}

.user-img {}

.user-img img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.user-profile-box {
  position: absolute;
  top: 4.2rem;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  background-color: #fff;
  transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.user-main-box:hover .user-profile-box {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

}

.profile-bx {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: .1rem solid var(--secondary2);
  padding: 1rem 1.6rem;
  transition: 500ms ease;
}

.profile-bx:hover {
  background-color: var(--secondary);
}

.profile-bx2 {
  border-bottom: none;
}

.left-p-bx p {
  font-size: 1.45rem;
  color: #404040;
  font-weight: 500;
}

.profile-img i {
  font-size: 1.5rem;
  color: var(--primary);
}


.home-comp {
  position: relative;
  padding: 1rem 1.78rem;
  background-color: var(--secondary);
  padding: 2rem 0 10rem 0;

}

.home-heading-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-heading-box h2 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #2b2b2b;

}

/* ___ Jobs grid box comp *** */

.jobs-grid-box-comp {
  position: relative;
  padding: 1rem 1.78rem;
  margin-top: -9.5rem;
}

.job-box {
  position: relative;
  background-color: #ffffff;
  border: .5rem;
  border: .1rem solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 2.7rem 1.87rem;
  border-radius: 5px;
}

.job-box::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: .6rem;
  height: 40%;
  background-color: var(--primary);
  border-radius: 1rem;
}

.job-box h4 {
  font-size: 3rem;
  color: #0b0b0b;
  font-weight: 700;
  margin-bottom: 1.45rem;
}

.job-box p {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

/* ___ upcoming jobs interview css codes *** */

.upcoming-jobs-interveiw-comp {
  position: relative;
  width: 100%;
  padding: 1rem 1.78rem;
  margin-top: 1rem;
}

.job-intervw-box {
  position: relative;
  width: 100%;
  padding: 2rem;
  border: .15rem solid #65BEFF;
  border-radius: .5rem;
  background-color: #ffffff;

}


.job-intvw-head-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.job-intvw-head-box h4 {
  font-size: 19px;
  color: #000000;
  font-weight: 600 !important;
  text-transform: initial;
}

.view-all-btn {
  margin-top: -.3rem;
}

.job-intvw-head-box a {
  font-size: 1.4rem;
  color: var(--primary);
  font-weight: 500;
  text-decoration: none;
}

.job-intvw-list-box {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1.5rem;
  border-bottom: .14rem solid var(--secondary2);
  padding-bottom: 1.5rem;
}

.job-intvw-list-box-2 {
  padding-bottom: 0 !important;
  border-bottom: none !important;

}

.job-intervw-box-2 {
  border-color: var(--primary);
}

.job-intervw-box-3 {
  border-color: #F0273F;
}

.job-li-left-box h5 {
  font-size: 15px;
  color: #404040;
  font-weight: 600 !important;
  text-transform: initial;
}

.job-li-left-box p {
  font-size: 1.3rem;
  color: #000000;
  font-weight: 500;
}

.vw-det-btn {
  margin-top: -.78rem;
}

.vw-det-btn a {
  font-size: 1.3rem;
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

.job-li-right-box p {
  font-size: 1.4rem;
  font-weight: normal;
  color: var(--primary);

}

.p-component-overlay {
  position: relative !important;
}

.job-li-right-box h6 {
  margin-top: -.7rem;
  /* font-size: 1.3rem; */
  font-size: 1.2rem;
  color: var(--primary);
  font-weight: 700;
  text-align: right;
}


.candidate-join-agency-comp {
  position: relative;
  margin-top: 2rem;
  padding: 1rem 1.78rem;
}

.cndte-jn-bx {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border: .1rem solid #ffffff;
  border-radius: .5rem;
  padding: 2rem 1.87rem 5px 1.87rem;
  box-shadow: 0 0 10px -2px #ccc;
}

.cndte-main-list-box {
  margin-top: 1.5rem;
}

.cndte-jn-det-box {
  padding: 1.5rem 0;
  border-bottom: .1rem solid var(--secondary2);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.left-cndte-det-box {
  display: flex;
  align-items: center;


}

.cdnt-img {
  margin-right: 1.5rem;

}

.cdnt-img img {
  width: 100%;
  height: auto;
}

.cndte-info-box .job-li-left-box p {
  line-height: 1.2;
}

.cndte-info-box .job-li-left-box .vw-det-btn {
  margin-top: -.4rem;
}

.right-cdnte-date-join-box h6 {
  font-size: 1.5rem;
  color: #404040;
  font-weight: 500;
  text-align: right;
}


.right-cdnte-date-join-box p {
  font-size: 1.3rem;
  color: var(--primary);
  font-weight: 500;
  margin-top: 2rem;
}

.right-cdnte-date-join-box p span {
  font-weight: 700;
  font-size: 1.4rem;
}

.cndte-agncy-bx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: .1rem solid var(--secondary2);
  padding: 1.5rem 0 1.5rem 0;
}

.cndte-agncy-logo img {
  width: 100%;
  height: auto;
}

.cdnte-agncy-info {
  margin-left: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}

.cdnte-agncy-info p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #404040;
}

.agncy-location-box {
  display: flex;
  align-items: center;
  margin-top: -1rem;
}

.loc-map-icon {
  margin-top: -.5rem;
  margin-right: .5rem;
}

.loc-map-icon i {
  font-size: 1.4rem;
  color: #9c9a9f;

}

.agncy-location-box p {
  font-size: 1.35rem;
  color: #000000;
  font-weight: 500;
}

.vw-det-btn-2 {
  margin-top: -.5rem;
}

.cndte-agncy-bx-2 {
  border-bottom: none;
  padding: 1rem 0 10px 0;
}

/* ___ Side nav comp css codes *** */

.side-nav-comp {
  position: fixed;
  top: 0;
  left: 0;
  width: 5.5rem;
  height: 100vh;
  z-index: 1;
  transition: 200ms ease;
  background-color: var(--primary);
  padding-top: 90px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 999;

}

.active.side-nav-comp {
  width: 25rem;
}




.navbar,
.nav,
.nav-ul {
  position: relative;
  width: 100%;
}





.nav-li-box {
  margin-bottom: 1rem;
  transition: none;
}

.nav-li-box,
.nav-li {

  transition: 500ms ease;
}

.active .nav-li-box {
  background-color: #663896;
  width: 100%;

}

.nav-li {
  position: relative;
  display: flex;
  align-items: center;
  padding: .5rem 1rem;
  height: 5rem;
  width: 100%;

}

.n-icon {
  position: relative;
  width: 2rem;
  display: grid;
  place-items: center;
  text-align: center;
}

.n-icon i {
  font-size: 1.65rem;
  color: #ebeaea;
}

.user-sm-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.mark-img {
  position: absolute;
  bottom: .2rem;
  left: .8rem;
}

.cndte-img2 {
  position: absolute;
  top: -1.6rem;
  left: .3rem;
}

.cndte-img {
  position: absolute;
  bottom: 0;
  left: 0%;
  /* transform: translateX(-50%); */
}

.n-list-bx {
  position: relative;
  width: 20rem;
}

.n-list {
  position: absolute;
  top: -.98rem;
  left: 0;
  margin-left: 1.38rem;
  font-size: 1.4rem;
  color: #ffffff;
  transition: 100ms ease;
  opacity: 0;
}

.active .n-list {
  opacity: 1;



}

@keyframes animate {

  100% {
    opacity: 1;
  }

}

.n-list2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 20rem;
  height: 5rem;
  padding: 0 1rem;
  background-color: #663896;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
  transition: 500ms ease;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.nav-li:hover .n-list2 {
  opacity: 1;
  visibility: visible;
}

.active .nav-li:hover .n-list2 {
  opacity: 0;
  visibility: hidden;
}

.darkbg.nav-li {
  background-color: #663896;
}

.nav-li:hover {
  background-color: #663896;
}


/* ___ table bx comp *** */

.apfl-table-comp {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 1.78rem;


}

.apfl-table-main-bx {
  background-color: #fff;
  box-shadow: 0 1px 5px var(--secondary2);
  padding: 3rem 3rem;

}

.apfl-table-main-bx2 {
  padding: 0 0;
  box-shadow: none;
  background-color: #fff;
}

.apfil-table-flex-bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tabl-left-bx {
  display: flex;
  align-items: center;
}

.tabl-search-bx {
  position: relative;
  width: 25rem;
  background-color: #f9f5fd;
  padding: 1.1rem .5rem;
  border: .1rem solid var(--secondary);

}

.tabl-search-bx:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  font-size: 1.55rem;
  color: #404040;
  font-weight: 900;
  opacity: 0.88;
  font-family: fa, 'FontAwesome';
}

.tabl-search-bx input {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-size: 1.4rem;
  color: #0b0b0b;
  margin-left: 3rem;
}


.record-text-bx {
  margin-left: 1.87rem;
  margin-top: .45rem;
}

.record-text-bx p {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 600;
}

.right-table-bx,
.page-switch-next-prev-bx {
  display: flex;
  align-items: center;
}

.sel-page-bx {
  display: flex;
  align-items: center;
}

.sel-page-bx select {
  width: 7rem;
  padding: 1rem .54rem;
  background-color: #f9f5fd;
  border: .1rem solid var(--secondary);
  font-size: 1.3rem;
  font-weight: normal;
}

.sel-page-bx span {
  margin-left: 1rem;
  margin-top: -.3rem;
  margin-right: 2rem;
  font-size: 1.3rem;
  color: #404040;
  font-weight: 500;
}

.page-switch-next-prev-bx {
  margin-left: 4rem;
}

.pg-prev-btn {
  margin-right: 1.5rem;
  color: #404040;
  font-size: 1.65rem;
  opacity: 0.77;
  cursor: pointer;

}

.pg-num-bx {
  margin-right: 2rem;
  margin-left: 1rem;
  padding: .87rem .65rem;
  background-color: #f9f5fd;
  border: .1rem solid var(--secondary);
  width: 3.56rem;
  display: grid;
  place-items: center;
  font-size: 1.26rem;
  color: #404040;
  font-weight: 500;
}

.totl-page-bx {
  margin-right: 2rem;
  font-size: 1.3rem;
  color: #404040;
  font-weight: 500;
}

.pg-next-btn {
  opacity: 1;
}



table {
  border-collapse: collapse;
  white-space: nowrap;
  width: 100%;
}

thead {
  /* background-color: var(--primary) !important; */
  /* border: .1rem solid var(--primary); */

}

thead tr th {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  padding: 1.8rem 1.2rem;
  text-align: center;


}

tbody tr {
  background-color: #fff;

}

tbody tr td {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 1.2rem 1.2rem;
  color: #404040;
  text-align: center;

}

tbody tr:nth-child(2n + 1) {
  background-color: #F7F5F2;
}

.yuvasandeshimginsideinput {
  max-width: 15%;
  max-height: 15%;
}

.mx-height-btn {
  max-height: 57px;
}

.iconyuva {
  margin-top: 0rem;

}

.pt-100 {
  padding-top: 100px;
}


.iconyuva i {
  line-height: 1.35;

}

.footer-comp {
  background-color: #ffffff;
  padding: 2rem 0rem 1.5rem 38.78rem;
  margin-top: 2rem;
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.footer-main-box {
  display: flex;
  align-items: center;
}

.f-copyright-box p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #404040;
  margin-right: 2rem;
}

.terms-privacy-box {
  display: flex;
  align-items: center;

}

.f-link a {
  font-size: 1.3rem;
  color: #000000 !important;
  font-weight: 500;
  text-decoration: underline;
  margin-right: 2.5rem;
}

.f-link a :hover {
  font-size: 1.3rem;
  color: #000000 !important;
  font-weight: 500;
  text-decoration: underline !important;
  margin-right: 2.5rem;
}

/* ___ Register form yourslef comp css  *** */

.register-job-btns {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}

.reg-btn {
  padding: .87rem 2.78rem;
  position: relative;
  background-color: transparent;
  border: none;
  border: .1rem solid var(--primary);
  color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 500;
}

.reg-btn.active {
  background-color: var(--primary);
  color: #fff;
}

.register-yourself-comp {
  position: relative;
  margin-top: 5rem;
  padding: 2rem 1.78rem;

}

.form-grid {
  grid-template-columns: 1fr 2fr;
  column-gap: 0;
}

.left-form-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.left-form-img-box img {
  width: 75%;
  height: auto;
}

.form-main-box {
  background: #fff;
  padding: 3rem 3rem;
}

.form-main-box h4 {
  font-size: 2.4rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
}

.regter-applyjob-post-job-btn-box,
.right-regter-btns-flex {
  display: flex;
  align-items: center;
}

.left-regter-text p {
  font-size: 1.6rem;
  color: #404040;
  font-weight: 500;
}

.right-regter-btns-flex {
  margin-left: 5rem;
}

.rg-job-btn {
  display: flex;
  align-items: flex-start;
  /* margin-right: 5rem; */
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  margin: 2px 3px 0 0;
}

.reg-job-btn-inbx {
  display: flex;
  align-items: center;

}

.reg-job-btn-inbx span {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
}


.clikc-box {
  position: relative;
  width: 1.3rem;
  height: 1.3rem;
  background-color: transparent;
  border: .1rem solid var(--primary);
  border-radius: 50%;
  margin-top: -.87rem;
  margin-right: 1rem;
}

.clikc-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  background-color: transparent;
  border-radius: 50%;

}

span.ng-tns-c181-1.ng-star-inserted {
  font-size: 17px;
}

typeahead-container#ngb-typeahead-0 {
  background-color: #fff;
  width: 100%;
  border: 0;
  padding: 6px 5px 9px 5px;
}

typeahead-container#ngb-typeahead-1 {
  background-color: #fff;
  width: 100%;
  border: 0;
  padding: 6px 5px 9px 5px;
}

.jobPostDetails .r-yf-inpt-bx {
  position: relative;
}

typeahead-container#ngb-typeahead-2 {
  background-color: #fff;
  width: 100%;
  border: 0;
  padding: 6px 5px 9px 5px;
}

typeahead-container span strong {
  font-weight: normal;
}

typeahead-container span {
  font-size: 14px;
  padding: 0 5px;
  display: inline-block;
  color: #000;
}

typeahead-container button:hover {
  background: var(--primary);
}

typeahead-container button:hover span {
  color: #fff;
  width: 100%;
  padding-bottom: 1px;
}

typeahead-container#ngb-typeahead-3 {
  background-color: #fff;
  width: 100%;
  border: 0;
  padding: 6px 5px 9px 5px;
}

typeahead-container#ngb-typeahead-4 {
  background-color: #fff;
  width: 100%;
  border: 0;
  padding: 6px 5px 9px 5px;
}

typeahead-container button {
  display: block;
  width: 100%;
  text-align: left;
}

.rg-job-btn p {
  /* font-size: 1.2rem; */
  font-size: 1.5rem;
  color: #000000;
  font-weight: 500;
}

.active .clikc-box:before {
  background-color: var(--primary);
}

.form {
  margin-top: 2rem;
}

.r-yf-inpt-bx {
  display: flex;
  flex-direction: column;
}

.r-yf-inpt-bx label {
  font-size: 1.4rem;
  color: #101010;
  font-weight: 400;
  margin-bottom: .38rem;
}

.r-yf-inpt-bx input {
  background-color: var(--secondary);
  border: none;
  padding: 1rem;
  font-size: 1.5rem;
  color: #767676;
  border-radius: 4px;
  letter-spacing: .2px;
}


.r-yf-inpt-bx select {
  background-color: var(--secondary);
  border: none;
  padding: 1rem;
  font-size: 1.5rem;
  color: #767676;
  border-radius: 4px;
  letter-spacing: .2px;
}


.r-yf-inpt-bx ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn {
  background-color: var(--secondary);
  border: none;
  border: .1rem solid var(--secondary);
  padding: 1rem 1rem;
  font-size: 1.3rem;
  color: #404040;
}



.r-yf-inpt-bx ng-multiselect-dropdown .multiselect-dropdown {
  border: none !important;
}

.r-yf-inpt-bx ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn .selected-item-container .selected-item {
  border: 0 !important;
  background: var(--primary) !important;
  font-size: 13px;
  padding: 1px 7px !important;
}

.multiselect-item-checkbox input[type=checkbox]+div:before {}

.multiselect-item-checkbox input[type=checkbox]:checked+div:before {
  background: var(--primary) !important;
  border: 0 !important;
}

.multiselect-item-checkbox input+div:after {
  top: 50%;
  left: 3px !important;
  width: 6px !important;
  height: 3px !important;
  margin-top: -5px !important;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 2px 2px !important;
}


.r-yf-inpt-bx textarea {
  background-color: var(--secondary);
  border: none;
  padding: 1rem;
  font-size: 1.5rem;
  color: #767676;
  border-radius: 4px;
  letter-spacing: .2px;
}

.r-yf-inpt-bx input::placeholder {
  color: #808080;
}

.r-yf-inpt-bx textarea::placeholder {
  color: #808080;
}


.mob-num-email {
  margin: 2rem 0;
}

.gender-main-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.5rem 0 0 0;
}

.gnder-type-bx {
  display: flex;
  align-items: center;
  margin-inline-end: 9rem;
}

.select-state-bx {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

.select-state-bx label {
  font-size: 1.3rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 1.45rem;
}

.select-state-bx select {
  width: 100%;
  padding: 1.04rem 0;
  background-color: var(--secondary);
  font-size: 1.3rem;
  color: #808080;
  font-weight: 500;
}

.proceed-lgin-switch-btns-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}

.proceed-btn {
  position: relative;
  padding: 1.3rem .87rem;
  width: 20rem;
  background-color: var(--primary);
  border: .1rem solid var(--primary);
  font-size: 1.45rem;
  color: #fff;
  font-weight: 500;
  border-radius: 4rem;
}

.lgin-switch-btn {
  background-color: transparent;
  margin-left: 1.5rem;
}

.lgin-switch-btn a {
  color: var(--primary);
}

.submit-btn-bx {
  display: flex;
  justify-content: center;
  align-items: center;
}

.submit-btn input {
  width: 15rem;
  padding: 1rem 1rem;
  background-color: var(--primary);
  border: .1rem solid var(--primary);
  border-radius: 4rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  margin-right: 2rem;
  transition: 500ms ease;
}

.submit-btn input:hover {
  background-color: transparent;
  color: var(--primary);
}

.login-btn {
  width: 20rem;
  padding: 1rem 1rem;
  background-color: transparent;
  border: .1rem solid var(--primary);
  color: var(--primary);
  font-weight: 500;
  font-size: 1.4rem;
  transition: 500ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4rem;
}

.login-btn:hover {
  background-color: var(--primary);
  color: #fff;
}


/* register navbar *** */

.nav-link2 {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}




.nav-link2 a {
  font-size: 1.4rem;
  color: #000000;
  font-weight: 800;
  margin-left: 4.5rem;
  width: 100%;
  /* width: 7rem; */
  width: auto;
  transition: 500ms ease;
}

.nav-link2 a:hover {
  color: var(--primary) !important;
}

/* ___ Otp comp css *** */

.regter-otp-comp {
  margin-top: 5rem;
  padding: 2rem 1.78rem;
}

.reg-opt-grid {
  grid-template-columns: 1fr 2fr;
}

.left-otp-img-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-otp-img-box img {
  width: 100%;
  height: auto;
}

.right-otp-bx {
  background-color: #fff;
  padding: 4rem 5rem;

}

.right-otp-bx h5 {
  font-size: 2.2rem;
  color: #404040;
  font-weight: 650;
  margin-bottom: .5rem;
}

.right-otp-bx p {
  font-size: 1.5rem;
  color: #404040;
  font-weight: 500;
}

.mob-num-box-otp {
  margin-top: 3rem;
}

.mob-num-box-otp p {
  font-size: 1.25rem;
  color: #404040;
  font-weight: 500;
}

.mob-num-text {
  display: flex;
  align-items: center;
  margin-top: -.5rem;
}

.mob-num-text p {
  font-size: 1.6rem;
  /* color: #e2e1e1; */
  font-weight: normal;
  margin-right: 1rem;
}

.edit-icon {
  margin-top: -.89rem;

}

.edit-icon i {
  font-size: 1.4rem;
  color: gray;

}

.otp-flex-bx {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.otp-ent-box {
  position: relative;
  width: 6rem;
  height: 6rem;
  background-color: var(--secondary);
  border: .1rem solid var(--secondary);
  display: grid;
  place-items: center;
  margin-right: 2rem;
  padding: 1.5rem;
}

.otp-ent-box input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: .1rem dashed var(--primary);
  font-size: 1.35rem;
  color: #808080;
  font-weight: 500;
  text-align: center;
}

.not-recve-otp-main-bx p {
  font-size: 1.45rem;
  color: var(--primary);
  font-weight: 500;
}

.not-recve-otp-main-bx p a {
  font-size: 1.5rem;
  color: var(--primary);
  font-weight: 700;

}

.otp-tick-main-bx {
  margin-top: 3rem;
}

.otp-tic-text-bx {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.tic-otp-bx {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: .1rem solid var(--secondary2);
  margin-top: .7rem;
  margin-right: 1rem;
  cursor: pointer;
}

.tic-otp-bx:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'GT Walsheim Pro', sans-serif;
  font-weight: 900;
  color: #fff;
  background-color: var(--primary);
  display: none;
}

.tic-otp-bx.active:before {
  display: flex;
}

.otp-tic-text-bx p {
  max-width: 50rem;
  font-size: 1.6rem;
  color: #404040;
  font-weight: 500;
}

.otp-tic-text-bx2 p {
  max-width: 100%;
}

.otp-tic-text-bx2 p a {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary);
  text-decoration: underline;
}

.otp-tic-text-bx2 p span {
  color: var(--primary);
}

button.login-btn-otp {
  width: 80%;
  text-align: center;
  background-color: var(--primary);
  padding: 1.2rem 1rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 4rem;
  margin-top: 3rem;
  opacity: 0.7;
  cursor: pointer;
  border: 0;
}

.me-1 {
  margin-left: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-minus15 {
  margin-top: -15%;
}

.postBtnBx a {
  margin-bottom: 0px !important;
}

/* ___ succefuly register comp css *** */

.succesfuly-reg-comp {
  margin-top: 5rem;
  padding: 2rem 1.78rem;

}

.succfly-reg-grid-bx {
  grid-template-columns: 1fr 2fr;
  row-gap: 3rem;
  column-gap: 2rem;
}

.emp-reg-yrsf-form-main-bx {
  background: #fff;
  padding: 30px 32px;
  border-radius: 5px;
}

.left-sucffly-reg-img-bx {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.right-succfuly-reg-det-bx {
  background-color: #ffffff;
  padding: 3rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;

}

.right-succfuly-reg-det-bx h6 {
  font-size: 1.9rem;
  font-weight: 700;
  color: #404040;
  margin-bottom: 3rem;
  max-width: 42rem;
  line-height: 1.4;
}

.vector-bx {
  position: relative;
  width: 12rem;
  height: 12rem;
  display: grid;
  place-items: center;
  margin-bottom: 3rem;

}

.vector-bx:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../assets/JOBIMAGES/Vector\ \(12\).png')no-repeat center center/cover;
}

.vector-bx2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../../assets/JOBIMAGES/Vector\ \(16\).png')no-repeat center center/cover;
}

.mail-sub-img-bx {
  position: relative;

}

.mail-sub-img-bx img {
  height: auto;
}

.sub-img {
  position: absolute;
  bottom: -.55rem;
  right: -.2rem;
  width: 35%;
}

.mail-img {
  width: 80%;
}

.verifly-bx p:first-child {
  font-size: 1.55rem;
  font-weight: 700;
  color: #000000;

}

.verifly-bx p:last-of-type {
  font-size: 1.4rem;
  max-width: 30rem;
  line-height: 1.6;
  color: #404040;
  font-weight: 500;
}


/* ___ Apply job form comp css codes *** */

.apply-job-comp {
  position: relative;
  margin-top: 5rem;
  padding: 2rem 1.78rem;
}

.applyjob-grid {
  grid-template-columns: 1fr 2fr;
  column-gap: 1rem;
}

.left-applyjob-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}

.left-applyjob-img img {
  width: 90%;
  height: auto;
}

.right-applyjob-form-bx {
  background-color: #fff;
  padding: 3rem 4rem;
  width: 100%;
}

.right-applyjob-form-bx h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #404040;

}

.jobapply-fresher-bx {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.yes-no-applyjob-bx {
  display: flex;
  align-items: center;
  margin-inline-end: 15rem;
}

.r-yf-inpt-bx-2 {
  width: 100%;
}

.r-yf-inpt-bx-2 select {
  background-color: var(--secondary);
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #767676;
  margin-top: 0;
  width: 100%;
  border-radius: 4px;
  letter-spacing: .2px;
}

.dropdown-list {
  margin-top: 0 !important;
}

.r-yf-inpt-bx-2 select option {
  background: #fff;
  color: #333;
  font-size: 13px;
}

select {
  /* -webkit-appearance: none !important; */
  /* -moz-appearance: none !important; */
  background-color: #fafafa;
  width: 100%;
  /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC); */
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 22px;

}

.date-inpt {
  position: relative;
  width: 100%;

}

.date-inpt input {
  width: 100%;
}

.date-inpt::before {
  content: "\f073";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  font-family: 'GT Walsheim Pro', sans-serif;
  font-weight: 900;
  color: #808080;
  font-size: 1.4rem;
  opacity: 0.45;

}

.r-yf-textarea-bx textarea {
  padding: 1rem 1rem;
  background-color: var(--secondary);
  font-size: 1.3rem;
  color: #808080;
  font-weight: 500;
  resize: none;
  border: transparent;
}

.r-yf-textarea-bx textarea::placeholder {
  font-weight: normal;
}

.work-exp {
  margin-top: 1.45rem;
  margin-bottom: 3rem;
}

.work-exp a {
  font-size: 1.54rem;
  color: var(--primary);
  font-weight: 500;
}

.apply-job-submt-skipnow-btn {
  display: flex;
  justify-content: center;
  align-items: center;

}

.job-form-subt-btn input {
  padding: 1rem 1rem;
  width: 15rem;
  border-radius: 4rem;
  background-color: var(--primary);
  border: .1rem solid var(--primary);
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  display: grid;
  place-items: center;
  text-align: center;
  transition: 400ms ease;
  margin-right: 4rem;
}

.job-form-subt-btn input:hover {
  background-color: transparent;
  color: var(--primary);
}

.skipnow-btn {
  width: 12rem;
  padding: 1rem 1rem;
  font-size: 1.3rem;
  color: #808080;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.main-applyjob-form-bx {
  position: relative;
  background-color: #fff;
  margin-top: -2rem;

}



.form-bx {
  width: 100%;
  padding: 3rem 3rem;
  background-color: #fff;
}

.form-fresher {}

.form-bx {
  display: none;
}

.form-bx.active {
  display: block;
}


.qua-add {
  margin-top: 2rem;
}

.edu-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.click-edu-btn {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  background-color: transparent;
  border: .1rem solid var(--primary);
  border-radius: 50%;
  margin-right: 1rem;
  margin-top: -.79rem;
}

.click-edu-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
  background-color: var(--primary);
  border-radius: 50%;
  opacity: 0;
  transition: 500ms ease;
}

.active.edu-btn .click-edu-btn:before {
  opacity: 1;
}

.techcal-academic-qualification-main-bx {
  position: relative;
  margin-top: 3rem;
  height: 8.5rem;
}

.tech-qual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;


}

.sel-qual {
  transition: 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.sel-qual.hidden {
  display: none;
}

.active.sel-qual {
  opacity: 1;
  visibility: visible;
}

.no-educt-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.no-educt-text p {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 500;
}

/* ___ Upload Cv comp css *** */

.upload-cv-comp {
  margin-top: 5rem;
  padding: 2rem 1.78rem;
}

.uplod-cv-grid {
  grid-template-columns: 1fr 2fr;
}

.left-cv-img-bx {
  display: flex;
  justify-content: center;
  align-items: flex-start;

}

.left-cv-img-bx img {
  width: 90%;
  height: auto;
}

.right-upload-cv-det-bx {
  position: relative;
  padding: 3rem 3rem;
  background-color: #fff;
}

.right-upload-cv-det-bx h5 {
  font-size: 1.9rem;
  color: #404040;
  font-weight: 700;
  margin-bottom: 3rem;
}


.upload-cv-bx {
  position: relative;
  width: 100%;
}

.upload-cv-bx p {
  font-size: 1.35rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 1rem;
}

.cv-bx {
  width: 100%;
  height: 15rem;
  background-color: var(--secondary);
  padding: 1rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  cursor: pointer;
}

.cv-icon-bx {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.vec-17 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cv-bx p {
  margin-top: .5rem;
  font-size: 1.35rem;
  color: #808080;
  font-weight: 500;
  opacity: 0.77;
}

.sel-lang-main-bx {
  margin-top: 2rem;
}

.sel-lang-bx {
  margin-bottom: 2.76rem;
}

.sel-lang-text-opt-main-bx {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 3rem;
}

.sel-lang-text p {
  font-size: 1.35rem;
  color: #404040;
  font-weight: 500;
}

.lang-opt-bx {
  display: flex;
  align-items: center;
}

.lang-tic-bx {
  position: relative;
  width: 1.3rem;
  height: 1.3rem;
  border: .1rem solid var(--secondary2);
  background-color: #fff;
  margin-top: -.7rem;
  margin-right: .7rem;
}

.lang-tic-bx:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--primary);
  font-family: 'GT Walsheim Pro', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: #fff;
  transition: 500ms ease;
  opacity: 0;

}

.lang-opt-bx.active .lang-tic-bx:before {
  opacity: 1;
}

.add-lang-bx {
  margin-top: 2rem;
  font-size: 1.45rem;
  color: var(--primary);
  font-weight: 550;
  background-color: transparent;
  border: none;
}

/* ____ Login comp css codes *** */

.login-jobseeker-comp {
  position: relative;
  margin-top: 5rem;
  padding: 2rem 1.78rem;
}

.login-grid {
  grid-template-columns: 1fr 2fr;
}

.right-login-main-bx {
  position: relative;
  padding: 5em 5rem;
  background-color: #fff;
}

.right-login-main-bx h5 {
  font-size: 2rem;
  color: #404040;
  font-weight: 700;

}


.right-login-main-bx p {
  font-size: 1.35rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.4;
}

.login-form {
  margin-top: 2rem;
  width: 100%;
  position: relative;
}

.lgin-input-bx {
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
  overflow: hidden;

}

.lgin-input-bx label {
  font-size: 1.3rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: .65rem;
}

.lgin-inpt {
  position: relative;
  width: 100%;
  background-color: var(--secondary);
  padding: 6px 6px;
  border-radius: 5px;

}

.lgin-inpt:before {
  content: "\f0e0";
  position: absolute;
  top: 53%;
  left: 2rem;
  transform: translateY(-50%);
  font-family: fa, 'FontAwesome';
  font-weight: 900;
  font-size: 1.45rem;
  color: #696767;
}

.lgin-inpt input {
  width: 90%;
  background-color: transparent;
  border: none;
  font-size: 1.45rem;
  color: #000000;
  font-weight: 500;
  margin-left: 3.65rem;

}

.lgin-inpt input::placeholder {
  font-weight: normal;
}

.pass-lgin-inpt:before {
  content: "\f023";

}

.pass-lgin-inpt:before:hover {
  content: "\f023";

}

.policypwdlogin {
  position: relative;
  /* top: -40px */
}

.policypwdlogin img {
  opacity: 0;

}


.wlkininptsml {
  display: none;
}





.smalltexttool-new-pass {
  font-size: 10px;
}

#password {
  z-index: 999;
  position: relative;
}


.tableofferletter .dataTables_wrapper .dataTables_length {
  display: none;
}

.tableofferletter .dataTables_wrapper .dataTables_filter {
  display: none;
}

.loginpwdpolicyimg {
  position: relative;
}

.loginpwdpolicyp {
  position: absolute;
  right: 75%;
}

.pass-lgin-inpt:after {
  /* content: "\f06e"; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  font-family: 'GT Walsheim Pro', sans-serif;
  font-weight: 900;
  font-size: 1.45rem;
  color: #696767;
  cursor: pointer;

}

.lgin-inpt input:focus {
  background-color: transparent;
  box-shadow: none;
}

.forgt-passwrd-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: .76rem;
}

.forgt-passwrd-btn a {
  font-size: 1.4rem;
  color: var(--primary);
  font-weight: 600;
}

.lgin-btun {
  margin-top: 2rem;
  width: 100%;
}

.lgin-btun input {
  width: 100%;
  padding: 1.43rem 1rem;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: var(--primary);
  border: none;
  border: .1rem solid var(--primary);
  border-radius: 5rem !important;
  transition: 550ms ease;
}

.lgin-btun input:hover {
  background-color: transparent;
  color: var(--primary);
}

.otp-login-nt-have-account-bx {
  margin-top: 1.4rem;
  text-align: center;
}

.otp-login-bx a {
  font-size: 1.36rem;
  color: var(--primary);
  font-weight: 500;

}

.or-choice-text {
  margin: 1rem 0;
  position: relative;
  font-size: 1.35rem;
  color: #808080;
  font-weight: 500;
}


.or-choice-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 47%;
  height: .1rem;
  background-color: #808080;
  opacity: 0.3;
  border-radius: 4rem;
}

.or-choice-text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 47%;
  height: .1rem;
  background-color: #808080;
  opacity: 0.3;
  border-radius: 4rem;
}

.not-hve-accunt-bx {
  width: 25rem;
  padding: 1.2rem 1rem;
  background-color: transparent;
  border: .1rem solid var(--primary);
  margin: 2.5rem auto;
  border-radius: 4rem;
}



/* .not-hve-accunt-bx a :hover {

} */
.hovereda {
  color: white;
}



.not-hve-accunt-bx a {
  font-size: 1.35rem;
  color: var(--primary);
  font-weight: 500;
}



.hovereda:hover {
  color: white;
}

.not-hve-accunt-bx:hover a {
  /* font-size: 1.35rem; */
  color: #fff;
  /* font-weight: 500; */
}



.not-hve-accunt-bx a:hover {
  /* background-color: var(--primary); */
  color: #fff;
}

.left-login-bg-img-bx {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--primary);
}

.left-login-bg-img-bx:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/login-bg.png')no-repeat center center/cover;
  z-index: -1;
}

.login-some-det-bx {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding: 3.87rem 2.45rem 1.76rem 2.45rem;
}

.login-some-det-bx h5 {
  font-size: 1.9rem;
  color: #404040;
  font-weight: 700;
}

.login-det-list-bx {
  margin-top: 2rem;
}

.log-det-bx {
  position: relative;
}


.log-det-bx:before {
  content: "\f00c";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: 'GT Walsheim Pro', sans-serif;
  font-weight: 900;
  font-size: 1.34rem;
  color: #000000;

}

.log-det-bx p {
  font-size: 1.3rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 2.5rem;

}

.login-btn-main-bx {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.login-btn-2 {
  text-align: center;
  background-color: var(--primary);
  border: .1rem solid var(--primary);
  width: 80%;
  padding: .87rem .87rem;
  border-radius: 4rem;
  cursor: pointer;
}

.lgin-emp-img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 65%;
  height: auto;
}

.login-btn-2 a {
  font-size: 1.35rem;
  color: #fff;
  font-weight: 500;
}

.login-btn-2 a:hover {
  color: #fff !important;
  /* font-weight: 500; */
}

.lgin-emp-hand {
  position: absolute;
  top: 36%;
  left: 23%;
  z-index: 4;
  width: 23%;
  height: auto;

}

.text-center.cand-btn.Search-btn.cmpnyadressbtn.mx-auto.mt-3 {
  color: #fff;
  background: #fff;

}

.text-center.cand-btn.Search-btn.cmpnyadressbtn.mx-auto.mt-3:hover {
  color: #fff;
  background: #fff !important;

}

/* **** Emp reg yrsf form comp **** */

.emp-reg-yoursef-comp {
  position: relative;
  padding: 2rem 1.78rem;
  margin-top: 7rem;

}

.emp-reg-yrsf-form-main-bx h5 {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 700;
}

img.vec-14.arow2 {
  position: absolute;
}

.ngx-otp-input {
  width: 52px !important;
  height: 52px !important;
  text-align: center;
  font-size: 16px !important;
  border-radius: 4px;
  outline: 0;
  background: var(--secondary) !important;
  border: 1px solid #DBDBDB !important;
}

button.btn.resend {
  background: none;
  color: var(--primary);
  font-size: 16px;
  margin: -4px 0 0 0;
}

button.btn.resend:hover {
  color: #000 !important;
}

button.btn.resend:focus {
  outline: none !important;
}

.cv-bx input[type="file"] {
  opacity: 0;
  margin: -30px 0 0;
}

.reg-yrsf-form-grid,
.upload-cv-bx,
.emp-reg-yrsf-username-inpt-bx,
.doc-type-inpt-bx {
  margin: 1.5rem 0;
}

.ja-f-txt {
  margin-top: -.5rem;
}

.ja-f-txt p {
  font-weight: 600;
}

.yes-no-applyjob-bx2 {
  margin-inline-end: 0;
  gap: 3rem;
}

.applyjob-yes-no-btn {
  margin-left: 0;
  margin-right: 0;
}

.applyjob-yes-no-btn p {
  font-weight: 500;
  color: #000000;
  margin-left: 1rem;
}

.emp-reg-yrsf-btn-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 3.5rem;
}

.emp-reg-yrsf-btn {
  position: relative;
  width: 23rem;
  padding: 1.2rem .76rem;
  background-color: var(--primary);
  border-radius: 4rem;
  border: .1rem solid var(--primary);
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  display: grid;
  place-items: center;

}

.r-yf-inpt-bx-3 {
  margin-top: 2rem;
}

.emp-reg-yrsf-btn2 {
  background-color: transparent;
}

.emp-reg-yrsf-btn2 a {
  color: var(--primary);
}

.doc-type-inpt-bx {
  margin-top: 2rem;
}

.emp-reg-yrsf-img {
  align-items: flex-start;
  width: 100%;
}

.emp-reg-yrsf-img img {
  width: 100%;
}





/* ---------------------------- */

.v-key {
  position: absolute;
  top: 16rem;
  right: 6rem;
}

.v-lock {
  position: absolute;
  top: 5rem;
  right: 5rem;
}

.v-c-1 {
  position: absolute;
  top: 6rem;
  left: 15rem;
}

.v-c-2 {
  position: absolute;
  top: 5.2rem;
  left: 20rem;
}

.v-c-3 {
  position: absolute;
  top: 4rem;
  left: 18rem;
}

.v-book {
  position: absolute;
  top: 6rem;
  left: 2.3rem;
  width: 8rem;
}

.right-lgin-otp-bx {
  padding: 5em 5rem 3rem 5rem;

}

.theme-green .bs-datepicker-head {
  background-color: var(--primary) !important;

}

.otp-btn {
  margin-top: 18rem;
}

.otp-btn input {
  background-color: #bcbcbc;
  border-color: #bcbcbc;


}

.lgin-otp-mob-num-bx {
  display: flex;
  align-items: center;
}

.lgin-otp-mob-num-bx input {
  margin-left: 1.6rem;
  margin-top: -.1rem;
}

.lgin-otp-mob-num-bx:before {
  display: none;
}

.india-num-text {
  margin-left: 1rem;
  font-size: 1.4rem;
  color: var(--primary);
  font-weight: 600;
}

/* ___ Login OTP 2 css codes *** */

.right-login-otp-2 {
  padding: 4rem 7rem;
}

.otp-btn-2 {
  margin-top: 7rem;
}

.otp-img-2 {
  position: absolute;
  bottom: 10rem;
  left: 50%;
  transform: translateX(-50%);
}

.otp-img-2 img {
  height: auto;
}

/* ____ forgot password css codes *** */

.usernme-inpt:before {
  display: none;
}

.usernme-inpt input {
  margin-left: 1rem;
}


.forgt-passwrd-btn-2 {
  margin-top: 5rem;
}

.submit-btn {
  margin-top: 18rem;
}

.forgt-passwrd-btn input {
  background-color: #808080;
  opacity: 0.7;
  border-color: #808080;
}

.login-btn-switch {
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;

}

.login-btn-switch a {
  font-size: 1.4rem;
  color: var(--primary);
  font-weight: 600;
}

/* ___ forgot password 2 css codes *** */

.forg-passwrd-main-bx-2 {
  padding: 13rem 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}


/* ___ save password css codes **** */

.save-passwrd-btn {
  margin-top: 8.67rem;
  margin-bottom: 14rem;
}

.nw-passwrd-inpt-bx input {
  margin-left: 1rem;
}

.nw-passwrd-inpt-bx:before {
  display: none;
}

/* ____ candidate  css code s*** */

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

.appl-filt-fom {
  display: grid;
  grid-template-columns: 3fr 1fr;
  column-gap: 2rem;
}



.right-home-switch-btn span {
  font-size: 1.4rem;
  color: #808080;
  font-weight: normal;
}

.right-home-switch-btn span a {
  color: var(--primary);
  font-weight: 500;
}



.apply-filter-comp {
  margin-top: -8rem;
}

.apply-filter-form-bx {
  background-color: #fff;
  position: relative;
  width: 100%;
  padding: 3rem 3rem;
  box-shadow: 0 0 12px -4px #999;
  border-radius: .5rem;
}

.yesno-btn:hover {
  background-color: var(--primary);
  color: #fff !important;
}

.yesno-btn.active:hover {
  background-color: var(--primary);
  color: #fff !important;
}

.apply-filter-form-bx5 {
  padding: 3rem 2rem;
}

.appl-sel-impt-bx-grid {
  column-gap: 2rem;
  row-gap: 1rem;
}

.apply-filter-form-bx h4 {
  font-size: 1.8rem;
  font-weight: 600;
}

.reg-open-docu-btn-flex-candidate-part {
  padding-top: 2rem;
  padding-bottom: 1rem;
}


.cand-apply-filt-btn .clikc-box:before {
  opacity: 0;
}

.cand-apply-filt-btn.active .clikc-box:before {
  opacity: 1;
}

.gender-btns-flex-bx {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 131%;
  /* added by anshul */
}

.gender-sel-btns {
  display: flex;
  /* display: none; */
  align-items: center;
  gap: 1.4rem;
  font-size: 15px;

}


/* .gen-sel-btn{
    margin: 0 0 0 0;
} */


.labelt-title-gend {
  margin-top: 0;
  margin-bottom: 1.4rem;
}

.labelt-title-gend label {
  font-size: 1.3rem;
  color: #010101;
  font-weight: 500;
}

.gen-sel-btn .clikc-box:before {
  opacity: 0;
}

.gen-sel-btn.active .clikc-box:before {
  opacity: 1;
}

.reset-search-btns-cand {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* .cand-btn{
    padding: 1.2rem 1.78rem;
    width: 22rem !important;
    background-color: transparent;
    border: none;
    border: .1rem solid var(--primary);
    border-radius: 5rem;
    font-size: 1.5rem;
    color: var(--primary);
    font-weight: 500;
    margin-right: 1.5rem;
    text-align: center;
} */

.cand-btn {
  width: 19rem;
  text-decoration: none;
  padding: 0.7rem;
  background-color: #f1e4ff;
  border: 0.1rem solid var(--primary);
  border-radius: 5rem;
  color: var(--primary);
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 1.5rem;
  text-align: center;
}

.cand-btn a:hover {
  color: var(--primary) !important;
}

.cand-btn:hover {
  color: var(--primary) !important;
  background-color: white;
}

.jobapprecscreeningqsbtn a:hover {
  color: var(--primary) !important;
}

.Search-btn {
  background-color: var(--primary);
  color: #fff;
  padding: 0.8rem 3rem;
}

.Update-btn {
  background-color: var(--primary);
  color: #fff;
  padding: 0.8rem 3rem;
}

.Update-btn:hover {
  color: var(--primary) !important;
  background-color: #fff !important;
}


.app-filt-fom-bx {
  display: none;
}



.app-filt-fom-bx.active {
  display: block;
}


/* ___ table bx comp *** */

.apfl-table-comp {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1rem 1.78rem;


}

.apfl-table-main-bx {
  background-color: #fff;
  box-shadow: 0 1px 5px var(--secondary2);
  padding: 3rem 3rem;

}

.apfl-table-main-bx2 {
  padding: 0 0;
  box-shadow: none;
  background-color: #fff;
}

.apfil-table-flex-bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tabl-left-bx {
  display: flex;
  align-items: center;
}

.tabl-search-bx {
  position: relative;
  width: 25rem;
  background-color: #f9f5fd;
  padding: 0;
  border: .1rem solid var(--secondary);
  border-radius: 7px;

}

.tabl-search-bx:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  font-size: 1.55rem;
  color: #404040;
  font-weight: 900;
  opacity: 0.88;
  font-family: fa, 'fontawesome';
}

.tabl-search-bx input {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-size: 1.4rem;
  color: #0b0b0b;
  margin-left: 3rem;
}


.record-text-bx {
  margin-left: 1.87rem;
  margin-top: .45rem;
}

.record-text-bx p {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 600;
}

.right-table-bx,
.page-switch-next-prev-bx {
  display: flex;
  align-items: center;
}

.sel-page-bx {
  display: flex;
  align-items: center;
}

.sel-page-bx select {
  width: 7rem;
  padding: 1rem .54rem;
  background-color: #f9f5fd;
  border: .1rem solid var(--secondary);
  font-size: 1.3rem;
  font-weight: normal;
  border-radius: 7px;
}

.sel-page-bx span {
  margin-left: 1rem;
  margin-top: -.3rem;
  margin-right: 2rem;
  font-size: 1.4rem;
  color: #404040;
  font-weight: 500;
}

.page-switch-next-prev-bx {
  margin-left: 4rem;
}

.pg-prev-btn {
  margin-right: 1.5rem;
  color: #404040;
  font-size: 1.65rem;
  opacity: 0.77;
  cursor: pointer;

}

.pg-num-bx {
  margin-right: 2rem;
  margin-left: 1rem;
  padding: .87rem .65rem;
  background-color: #f9f5fd;
  border: .1rem solid var(--secondary);
  width: 3.56rem;
  display: grid;
  place-items: center;
  font-size: 1.26rem;
  color: #404040;
  font-weight: 500;
}

.totl-page-bx {
  margin-right: 2rem;
  font-size: 1.4rem;
  color: #404040;
  font-weight: 500;
}

.pg-next-btn {
  opacity: 1;
}

.apfl-table-bx {
  position: relative;
  width: 100%;
  overflow-x: auto;
  margin-top: 2rem;
}

table {
  border-collapse: collapse;
  white-space: nowrap;
  width: 100%;
}

.apfl-table-bx-pad thead tr th {
  padding: 1rem 1.2rem;
}

thead tr th {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  padding: 1.8rem 1.2rem;
  text-align: center;
  background-color: var(--primary) !important;

}

tbody tr {
  background-color: #fff;

}

tbody tr td {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 1.2rem 1.2rem;
  color: #404040;
  text-align: center;

}

tbody tr:nth-child(2n + 1) {
  background-color: #F7F5F2;
}

/* .apfl-table-bx2 table tbody tr:nth-child(2n + 2){
    background-color: #F7F5F2 !important;

} */

/* ________________ Our job posting comp ********* date 17/02/2023 */

.apply-filter-jb-post-main-bx {
  position: relative;
  background-color: #f5f5f5;

}

.bg-common {
  background-color: #f5f5f5;
}


.jb-post-apply-filt-bx {
  background-color: #fff;
  padding: 2rem 2rem;
  border-radius: .5rem;

}

.jb-post-range-bx {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.jb-post-range-bx label {
  font-size: 1.3rem;
  color: #101010;
  font-weight: 600;
  margin-bottom: 2rem;
}

body .ngx-slider .ngx-slider-bar {
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  height: 0.5rem;
  background-color: var(--secondary) !important;
  border: 0;
  border-radius: .5rem !important;
  outline: none;
}

#slider::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 3;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
}

body .ngx-slider .ngx-slider-pointer {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3.3rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2F2E41;
  border-radius: 50%;
  top: -6px;
  z-index: 0 !important;

}

body .ngx-slider .ngx-slider-pointer:after {
  display: none;
}

body .ngx-slider {
  margin: 9px 0 0;
}

body .ngx-slider .ngx-slider-bubble {
  bottom: -18px;
}

body .ngx-slider .ngx-slider-selection {
  background-color: #2F2E41 !important;
}


/*
body .ngx-slider .ngx-slider-pointer:before {
  position: absolute;
  content: "";
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: #2F2E41;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 500;
}

body .ngx-slider .ngx-slider-pointer:after {content: "";
  display: block;
  position: absolute;
  background: #2F2E41;
  bottom: 25px;
  top: auto;
  width: 12px;
  height: 12px;
  border-radius: 1px;
  transform: rotate(45deg);
  left: 2px;}


   */

#progress {
  position: absolute;
  width: 50%;
  height: .7rem;
  top: 3.8rem;
  left: 0;
  background-color: #2F2E41;
  border-radius: .5rem;
}

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

.lpa-bx p {
  font-size: 1.2rem;
  color: #808080;
  font-weight: normal;
}

.reset-search-btn-jb-post {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.5rem;
}

.jb-pt-btn {
  width: 17rem;
  background-color: transparent;
  border: .1rem solid var(--primary);
  font-size: 1.5rem;
  color: var(--primary);
  font-weight: 500;
  border-radius: 4rem;
  display: grid;
  place-items: center;
  padding: 1.2rem 1.78rem;
  letter-spacing: .8px;
}

.jb-pt-btn2 {
  background-color: var(--primary);
  color: #fff;
  margin-left: 2rem;
}

.jb-main-req-list-sec {
  /* margin-top: 2rem;
    padding: 2rem 1.78rem; */
}

.jb-main-req-list-bx {
  position: relative;
  width: 100%;
  background-color: transparent;
  position: absolute;
  right: 4em;
  bottom: 34.5em;
  /*changed by anshul from 31em*/
}

.top-jb-list-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}

.top-jb-list-bx h5 {
  font-size: 2rem;
  color: #000;
  font-weight: 600;

}

.right-jb-req-btns-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin: 28px 0 -45px 0;
  margin-bottom: -6.2%;
}

.sort {
  position: relative;
  width: 16rem;
  padding: 1.2rem 1.4rem;
  font-size: 1.45rem;
  color: #404040;
  font-weight: 500;
  border: .1rem solid #EFEBE6;
  background-color: transparent;
  border-radius: 5rem;
}

.crete-job-btn {
  width: auto;
  position: relative;
  background-color: var(--primary);
  padding: 1rem 3rem;
  font-size: 1.45rem;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5rem;
  cursor: pointer;
  margin-bottom: 44px;
}

.walkinlist-btn .btn:focus {
  box-shadow: 0 0 0 0;
}

.plus-icon {
  position: relative;
  font-size: 1.3rem;
  margin-right: 1rem;
  margin-top: 4px;
}

.crete-job-btn-red {
  width: auto;
  position: relative;
  background-color: red;
  padding: 1rem 3rem;
  font-size: 1.45rem;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5rem;
  cursor: pointer;
  margin-bottom: 44px;
}

.jb-plum-icon-main-bx.mt-minus4 a:hover {
  color: white !important;
}

.jb-main-req-lists {
  position: relative;
  width: 100%;
  /* padding: 0rem 3rem; */
}

.plum-req-list-bx {
  background-color: #fff;
  display: grid;
  grid-template-columns: 3fr 1fr;
  border-radius: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 0 3px -3px #ddd;
}

.postBtnBx {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.jb-post-range-slider-main-bx input[type="text"] {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  padding: 0 10px 2px;
}

/* body a:hover {color: #e2cff5 !important;   } */
body .crete-job-btn:hover {
  background: #743fab !important;
  color: #fff !important;
}



.crete-job-btn.borderButn {
  color: var(--primary);
  background: none;
  border: 1px solid var(--primary);
}

body .crete-job-btn.borderButn:hover {
  background: #743fab !important;
  color: #fff !important;
}

.left-plum-bx {
  position: relative;
  padding: 2rem 2rem;

}

body .crete-job-btn.closeButn {
  background: var(--secondary);
  color: var(--primary);
  border: 1px solid var(--primary);
}

.left-plum-bx h5 {
  font-size: 1.8rem;
  color: #404040;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.5rem;
  letter-spacing: .2px;
}

.left-plum-bx p {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 500;
  line-height: 1.5;
}

.jb-plum-type-bx-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0rem;
  row-gap: 3rem;
  width: 100%;
}



.jb-plum-type-bx-main2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  column-gap: 2rem;
  row-gap: 3rem;
  margin: 1.5rem 0;
  width: 100%;

}

.jb-int-time-date-loc-bx {
  width: 100%;
  max-width: 100%;
}

.jb-plum-type-bx {
  position: relative;
  width: 80%;
  padding: 5px;
  display: flex;
  align-items: center;

}



.jb-plum-type-bx:after {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 0;
  width: .1rem;
  height: 80%;
  background-color: #afafafe3;
}

.jb-plum-type-bx:last-child:after {
  display: none;
}

.jb-plum-type-bx p {
  font-size: 1.34rem;
  color: #404040;
  font-weight: 400;
  margin-left: 1.7rem;
  text-transform: capitalize;
  letter-spacing: .2px;
}

.jb-plum-type-bx:before {
  content: "\f0b1";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: fa, 'FontAwesome';
  font-weight: 900;
  font-size: 1.36rem;
  color: #1d1d1d;
  opacity: 0.77;

}

.jb-plum-type-bx1:before {
  content: "\f156";
}

.para-text:before {
  content: "\f15b";
}

.jb-plum-type-bx2:before {
  content: "\e1bc";
}

.jb-plum-type-bx3:before {
  content: "\f3c5";
}

.jb-plum-type-bx4:before {
  display: none;
}

.para-text {
  position: relative;


}

.jb-plum-type-bx11:before {

  content: '';
}

.jb-plum-type-bx11 p {

  margin-bottom: 3px;
}

.jb-plum-type-bx11:after {

  content: '';
}


.fnt-wt-800 {
  font-weight: 700;
}


.spanned-grid-bx-2 {
  grid-column: span 2;
}

.d-none {
  display: none;
}


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

.prpl-text {
  color: var(--primary);
  font-size: 12px;
  letter-spacing: 0px;
  font-weight: 500;
}

.fnt-wt-500 {
  font-weight: 500;
}

.para-text:before {
  content: "\f15b";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: fa, 'fontawesome';
  font-weight: 900;
  font-size: 1.5rem;
  color: #1d1d1d;
  opacity: 0.77;
  top: 10px;
}

.para-text p {
  font-size: 1.34rem;
  color: #404040;
  font-weight: 400;
  margin-left: 1.7rem;
  text-transform: capitalize;
  letter-spacing: .2px;
}

.jb-ind-wal-date-time-bx {
  margin-top: 1rem;
}

.jb-ind-wal-date-time-bx p {
  /* margin-bottom: 10px; */
  font-size: 1.4rem;
  color: #404040;
  font-weight: 400;
  letter-spacing: .2px;
}

.jb-ind-wal-date-time-bx2 {
  margin-bottom: 1.5rem;
  line-height: 1.7;

}

.jb-ind-wal-date-time-bx p span {
  font-weight: 600;
  letter-spacing: .2px;
  color: #404040;
}



.jb-plum-icon-main-bx {
  position: absolute;
  /* bottom: 15px; */
  right: 20px;
  display: flex;
  gap: 1rem;
  width: auto;
}

body .posted,
body .posted:hover {
  box-shadow: none !important;
}

.jb-plum-icon-bx {
  position: relative;
  width: 4rem;
  height: 4rem;
  background-color: var(--secondary);
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  float: right;
  /* margin: -4rem; */
}

.jb-plum-icon-bx img {
  height: auto;
}

.right-plum-bx {
  position: relative;
  z-index: 0;
  /* padding: 2rem 2rem;  commented by anshul*/
  background-color: var(--secondary);
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.plum-text-bx {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  text-align: right;
}

.plum-text1 {
  position: relative;
  font-size: 1.45rem;
  color: #3299A0;
  font-weight: 500;
  margin-bottom: 1rem;
}

.plum-text1:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
  width: .67rem;
  height: .67rem;
  border-radius: 50%;
  background-color: #3299A0;
}

.plum-text1-col2 {
  color: var(--primary);
}

.plum-text1-col2:before {
  background-color: var(--primary);

}

.plum-text1-col3 {
  color: #76A032;
}

.plum-text1-col3:before {
  background-color: #76A032;
}

.plum-text1-col4 {
  color: #BE8619;
}

.plum-text1-col4:before {
  background-color: #BE8619;
}

.plum-text1-col5 {
  color: #C43342;
}

.plum-text1-col5:before {
  background-color: #C43342;
}

.plum-text2 {
  font-size: 1.45rem;
  color: #404040;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.plum-text2 span {
  font-weight: 600;
}


.plum-text3 {
  font-size: 1.25rem;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: .5px;
}

.plum-text4 {
  margin-bottom: 1rem;
  font-size: 1.67rem;
  color: #404040;
  font-weight: 500;
}

.plum-text5 {
  font-size: 1.5rem;
  color: #404040;
  font-weight: 500;
  letter-spacing: .5px;
}

.plum-text6 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #404040;
  margin-top: 0;
  padding: 0;
  letter-spacing: .5px;
}

/* __________________- Walk in jb det *********** */

.home-comp2 {
  padding: 3rem 0 3rem 0;

}

.wk-jb-det-main-bx {
  margin-top: 3rem;
  /* padding: 2rem 1.78rem; */
}

.wk-jb-det-bx3 {
  padding: 0 0 !important;
  border-radius: 0 !important;
}

.wk-jb-det-bx {
  position: relative;
  background-color: #fff;
  padding: 2rem 2rem;
  border-bottom: .14rem solid #F3F3F3;
  border-radius: 5px;
}

.wk-jb-det-bx2 {
  border-bottom: none !important;
  padding: 2rem 2rem 0 2rem;
}

.jb-plum-icon-main-bx2 {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 2rem;
}

.sppara {
  line-height: 1.7 !important;
}

.wk-jb-det-bx h5 {
  font-size: 1.8rem;
  color: #404040;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.wk-jb-det-bx p {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1rem;

}

.wk-jb-person-det-main-bx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4rem;
  row-gap: 4rem;
  margin-top: 1rem;
}


.wk-jb-person-det-main-bx1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 4rem;
  row-gap: 4rem;
  margin-top: 1rem;
}

.wk-jb-det-bx p span {
  font-weight: 600;
  padding-right: 5px;
}

.admdefscreeningques {
  font-weight: 600;
  font-size: 15px !important;
}

.benf-bx {
  display: flex;
  align-items: center;
}

.benf-bx p {
  position: relative;
  margin-right: 5rem;
  margin-left: 1.5rem;
}

.benf-bx p:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5rem;
  width: .78rem;
  height: .78rem;
  background-color: #808080;
  border-radius: 50%;
}

.wk-jb-det-last-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}







.add-location-wise-oepning-form-bx {
  position: fixed;
  top: 0;
  right: 0;
  width: 35rem;
  height: 100vh;
  background-color: #fff;
  z-index: 99999999;
  overflow-y: auto;
}

.add-location-wise-oepning-form-bx h5 {
  padding: 1.7rem 1.4rem;
  background-color: var(--primary);
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.add-location-form-bx {
  width: 100%;
  padding: 1rem 2rem;
}

.loc-wise-inpt-bx {
  position: relative;
  width: 100%;
}

.loc-wise-inpt-bx input {
  width: 100%;
}

.add-locat-inpt-grid-bx {
  column-gap: 2rem;
  row-gap: 3rem;
  margin-bottom: 2rem;
}

.loc-inpt-bx {
  margin-bottom: 1.5rem;
}

.close-loc-form-btn {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

.add-location-wise-oepning-form-bx {
  /* transform: translateX(100%); */
  opacity: 1;
  visibility: visible;
  /* pointer-events: none; */
  transition: 500ms ease;
}


.active .add-location-wise-oepning-form-bx {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}




.form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #010101;
  opacity: 0.44;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 500ms ease;
}

.active .form-overlay {
  transform: translateX(0);
  opacity: .44;
  visibility: visible;
  pointer-events: auto;
}

.r-yf-inpt-bx5 input::-webkit-calendar-picker-indicator {
  opacity: 0 !important;
}

.r-yf-inpt-bx5 {
  position: relative;
}

.r-yf-inpt-bx5::before {
  /* content: "\f073"; */
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  right: 1rem;
  font-family: fa, fontawesome;
  font-weight: 900;
  color: #c2c2c2;
  font-size: 1.76rem;

}

.add-cont-fom-btn {
  color: var(--primary) !important;
}

.home-comp2 {
  /* margin-top: 4rem; */
  padding: 2rem 0rem;
}

.jb-post-sec {
  margin-top: 2rem;
  padding: 1rem 0;
}

.job-det-form-main-bx {
  background-color: #fff;
  padding: 20px 20px 20px 20px;
  /* changed by anshul earlier : padding: 20px 0 0 0; */
  border-radius: 0.5rem;
  /* margin-bottom: 2rem; */
}

.job-det-form-main-bx h5 {
  font-size: 16px;
  color: #404040;
  font-weight: 400 !important;
  margin-bottom: 4px;
}

.jb-det-form-grid {
  margin-bottom: 1rem;
}

.loc-wise-inpt-bx {
  margin-bottom: 1rem;
}

.loc-wise-inpt-bx textarea {
  padding: 1rem 1rem;
  font-size: 1.4rem;
  background-color: var(--secondary);
  border: .1rem solid var(--secondary);
  resize: none;
}

.jobapply-fresher-bx3 {
  justify-content: flex-start;
  margin-bottom: 1.3rem;
}

.yes-no-applyjob-bx3 {
  margin-left: 15rem;
  margin-right: 0;
}

.applyjob-yes-no-btn2 {
  margin-left: 10rem;
}


.common-tic-bx {
  display: flex;
  align-items: start;
  margin: 0 0 5px;
}

.tic-bx {
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fff;
  border: .1rem solid #e2e1e1;
  margin-top: -.7rem;
}


.tic-bx:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  font-family: 'GT Walsheim Pro', sans-serif;
  font-weight: 900;
  color: #fff;
  text-align: center;
  display: grid;
  place-items: center;
}


.common-tic-bx p {
  margin: -2px 0 0 11px;
  font-size: 14px;
  font-weight: 400;
  color: #404040;
}

label span {
  font-size: 1rem;
}

.two-inpt-bx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
}

.yes-no-inpt-bx {
  width: 100%;
}

.yes-no-inpt-bx label {
  font-size: 1.4rem;
  color: #101010;
  font-weight: 400;
  margin: 0px 0 10px;
}


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

.yes-inpt-bx {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.yes-mark {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  background-color: transparent;
  border: .1rem solid var(--primary);
  border-radius: 50%;
}


.yes-mark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  height: 92%;
  background-color: var(--primary);
  border-radius: 50%;
  opacity: 0;
}


.yes-inpt-bx.active .yes-mark::before {
  opacity: 1;
}

.yes-inpt-bx p {
  margin-top: 0;
  margin-left: 1rem;
  font-size: 1.3rem;
  color: #404040;
  font-weight: 500;
}

.gen-main-inpt-bx {
  width: 100%;
}

.gend-inpt-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
}

.gen-inpt-bx {
  display: flex;
  align-items: center;
}

.gen-main-inpt-bx label {
  font-size: 1.4rem;
  color: #101010;
  font-weight: 400;
  margin: 0px 0 10px;
}

.jb-tpe-inpt-bx {
  /* width: 40rem; */
}

.allowanceBx .allow-ben-sel-grid-bx {
  background: var(--secondary);
  padding: 15px 20px;
  border-radius: 4px;
}


.allow-ben-sel-grid-bx {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 0;
}

.common-tic-bx2 p {
  font-size: 1.4rem;
  margin-left: 1rem;
  letter-spacing: .2px;
}

.last-jb-det-fom-input-bx {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  column-gap: 1rem;
}

.right-jb-diff-btns-flex {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
  /* margin-top: 2.4rem; */
  margin: 11px 12px 7px 0px;
}

.right-jb-diff-btns-flex button {
  padding: 1rem;
  width: 16rem;
  height: 5rem;
  background-color: transparent;
  border: .14rem solid var(--primary);
  font-size: 1.4rem;
  color: var(--primary);
  font-weight: 500;
  border-radius: 4rem;
}

.jb-det-subt-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.jb-det-subt-btn button {
  position: relative;
  width: 25rem;
  background-color: var(--primary);
  border-color: transparent;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  display: grid;
  place-items: center;
  border-radius: 4rem;
  padding: 1.2rem 1rem;
}

.jb-det-subt-btn button:disabled {
  opacity: 0.5;
  border-color: #000000;
}

.add-loc-wise-submit-btn {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.2rem 1rem;
  background-color: var(--primary);
  border: .1rem solid var(--primary);
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
}

.jb-post-sec2 {
  position: relative;
  padding: 0;
  margin: 0;
}

.postButn {
  display: flex;
  justify-content: end;
  margin: 0 0 -40px;
}

.add-cont-pers-fom-bx-main {
  position: fixed;
  top: 0;
  right: 0;
  width: 40rem;
  height: 100vh;
  background-color: #fff;
  z-index: 9999999;
  overflow-y: auto;
  transition: 500ms ease;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.active.add-cont-per-fom-sec .add-cont-pers-fom-bx-main {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


.add-cont-pers-fom-bx-main h5 {
  padding: 1.55rem 1rem;
  font-size: 1.87rem;
  color: #fff;
  font-weight: 600;
  background-color: var(--primary);

}

.add-cont-pers-fom-bx {
  padding: 2rem 2rem;
}

.add-cont-per-inpt-bx {
  margin-bottom: 1.4rem;
}

.add-reset-cont-per-btns {
  position: absolute;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;

}



.add-cont-per-btn {
  padding: 1.2rem 1rem;
  text-align: center;
  border: .1rem solid var(--primary);
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  background-color: transparent;

}

.d-flex {
  display: flex;
}


.paymntbackbtn:hover {
  background-color: var(--primary);
  color: #fff;
}

.add-cont-per-btn.active {
  background-color: var(--primary);
  color: #fff;
}


.close-add-cont-per-fom {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;

}

.wk-jb-det-last-box2 {
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 2rem;
}

.locat-grid-bx {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3rem;
}

.right-wise-loc-main-bx {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.jb-plum-icon-main-bx3 {
  display: flex;
  align-items: center;
  gap: 2rem;
}


.btn-event-dec {
  border-radius: 12px;
  background-color: var(--primary);
  color: #fff
}

.btn-event-dec1 {
  border: 1px solid var(--primary);
  border-radius: 12px;
}


.bg-prpl {
  background-color: var(--primary);
}

.joiningconfirmmodalh6 {
  color: #fff;
}

.joiningconfirmmodalclosebtn {
  background-color: var(--primary);
  border-radius: 20px;
  color: #fff;
}



.joiningconfirmmodalbody {
  background-color: #f7f4fb;
}

.joiningconfirmmodalbodyp {
  background-color: #e0d6eb;
}

.joiningconfirmmodalbodycross {
  color: #fff;
  margin-left: auto;
  margin-right: 8px;
  font-size: 29px;
}

.joiningconfirmmodalbodycross:hover {
  color: #fff;
}


#p-stepsregistration .p-steps ul li .p-menuitem-link .p-steps-number {
  position: relative;
}

#p-stepsregistration .p-steps ul li .p-menuitem-link .p-steps-title {
  position: absolute;
  left: 23%;
  top: -4px;
  font-size: 13px;
  padding: 0 8px;
  /* z-index: 10; */
  background: #fff;
  color: #76A032;
}

.p-steps .p-steps-item.p-highlight .p-steps-title {
  font-weight: 600;
}

#p-stepsregistration .p-steps ul li .p-menuitem-link {
  margin-left: -60%;
}

#p-stepsregistration .p-steps ul li a[tabindex='3'] {
  margin-left: 43%;
}

#p-stepsregistration .p-steps ul li a[tabindex='3'] .p-steps-title {
  left: 76%;
}



#p-stepsregistration .p-steps ul li:before {
  /* margin-top:-0.15rem; */
  border-top: 4px solid #76A032;
  margin-top: 0rem;

}





.location-map-sec {
  margin-top: 2rem;
  padding: 2rem 1.78rem;
  width: 100%;
  position: relative;
}

.locat-map-bx {
  position: relative;
  width: 100%;
}

.locat-map-bx h5 {
  font-size: 1.56rem;
  color: #404040;
  font-weight: 500;
  margin-bottom: 1rem;
}

.map-bx {
  position: relative;
  width: 100%;
}

.map-bx iframe {
  width: 100%;
}

.add-close-btn-map {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-btn-map {
  position: relative;
  width: 17rem;
  padding: 1.2rem 1rem;
  display: grid;
  place-items: center;
  border-radius: 4rem;
  background-color: var(--primary);
  border: .1rem solid var(--primary);
  color: #fff;
  font-weight: 500;
  font-size: 1.45rem;
  margin-right: 2rem;
}

.close-btn-map {
  background-color: transparent;
  color: var(--primary);
}

.add-open-main-bx {
  margin-top: 3rem;
  max-width: 50rem;
}

.add-open-main-bx h5 {
  font-size: 1.87rem;
  color: #404040;
  font-weight: 500;
}

.add-ope-bx-part {
  background-color: var(--secondary);
  border: .1rem dashed var(--primary);
  padding: 2rem 2rem;
}

.add-open-bx-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3rem;
  row-gap: 3rem;
  margin-bottom: 1.5rem;
}

.add-open-bx p {
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 500;
  color: #404040;
}

.cont-pers-main-bx h5 {
  font-size: 1.56rem;
  color: #404040;
  font-weight: 500;
}

/* Our candidate sec searhc result sec date 20/02/2023  */

.our-search-result-candidate-comp {
  margin-top: 2rem;
  /* padding: 2rem 1.78rem; */
}

.search-result-main-bx {
  padding: 2.87rem 2.87rem;
  background-color: #fff;
  box-shadow: 0 0 12px -4px #999;
}

.search-result-main-bx h5 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #010101;
}

.sear-resul-bx {
  position: relative;
  width: 100%;
}

.sear-resul-bx p {
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 500;
  color: #404040;
}

/* cand li comp *** */

.candidate-list-comp {
  margin-top: 2rem 1.78rem;

}

.cand-li-main-bx {
  padding: .87rem 0;

}

.cand-li-main-bx h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #010101;
  margin-bottom: 3rem;
}

.cad-li-bx {
  padding: 2.76rem 2.76rem;
  background-color: var(--secondary2);
  display: flex;
  align-items: flex-start;
  position: relative;
}

.cand-icon {
  position: relative;
  background-color: var(--secondary);
  padding: 1rem;
  width: 10rem;
  height: 10rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin-right: 2.78rem;

}

.cand-icon img {
  height: auto;
}

.eye-i {
  position: absolute;
  top: 1.45rem;
  right: 1.45rem;
  background-color: var(--secondary);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: grid;
  place-items: center;
  cursor: pointer;
}



.cand-det-bx {
  display: flex;
  align-items: center;
}

.cadn-sm-i {
  font-size: 1.45rem;
  margin-top: -1rem;
  margin-right: 1.5rem;
  color: #808080;
  opacity: 0.77;
}

.cand-span-bx p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000000;
}

/* candidate selection css *** */

.cadn-selc-app-filt-bx {
  width: 100%;
}

.cadn-sel-inpt-bx {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.cadn-sel-inpt-bx input {
  width: 100%;
  max-width: 100%;

}

.plum-text-bx2 {
  padding: 2rem 1rem 1rem 1rem;
}

.plum-text2-spe {
  margin-bottom: 5rem;
}

.jb-int-time-date-loc-bx {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.jb-t-l-d-i {
  font-size: 1.5rem;
  color: #808080;
  opacity: 0.66;
  margin-right: 2rem;

}

.jb-tl-d-info h6 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #404040;
}

.jb-tl-d-info p {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 400;
  line-height: 1.2;
}

.jb-int-time-date-loc-bx {
  position: relative;
}

.jb-int-time-date-loc-bx:before {

  content: "";
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: 0;
  width: .13rem;
  height: 45%;
  background-color: #808080;
  opacity: 0.44;

}

.jb-int-time-date-loc-bx:last-child:before {
  display: none;
}

.jb-vacc-cand-count-main-bx h6 {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 500;
  line-height: 1.3;
}

.jb-vacc-cand-count-main-bx h6 span {
  font-weight: 600;
}

.jb-post-date-bx {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
}

.jb-post-date-bx h6 {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 600;
  width: 15rem;

}


.jb-post-date-bx2 h6 {
  width: inherit;
}

.jb-post-date-bx span {
  margin-left: 1rem;
  font-size: 1.4rem;
  color: var(--primary);
  font-weight: 500;
  margin-top: -.5rem;
}

.jb-post-dates {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.int-cand-btn {
  background-color: transparent;
  padding: 1.2rem 1rem;
  width: 21rem;
  border: none;
  border: .1rem solid var(--primary);
  border-radius: 4rem;
  font-size: 1.45rem;
  color: var(--primary);
  font-weight: 500;
}

.jb-vacc-app-cand-main-bx {
  position: absolute;
  top: 3rem;
  right: 13rem;
}

.jb-vacc-app-cand-main-bx P {
  margin-bottom: 1.1rem;
  font-size: 1.4rem;
  color: #404040;
  font-weight: 500;
  letter-spacing: .2px;
}


.benf-bx2 p {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  color: #404040;
  font-weight: 500;
}


.int-date-bx p {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 500;
}

.sel-rej-main-bx {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;

}

.sel-bx {
  display: flex;
  align-items: center;
}

.sel-mark-bx {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  background-color: transparent;
  border: .1rem solid var(--primary);
  border-radius: 50%;
  margin-right: .5rem;

}

.sel-mark-bx:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86%;
  height: 86%;
  background-color: var(--primary);
  border-radius: 50%;
  transition: 500ms ease;
  opacity: 0;

}

.sel-bx.active .sel-mark-bx::before {
  opacity: 1;
}

/* can det box */

.cand-det-comp {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: inherit;
  z-index: 10000000;
  display: flex;
  justify-content: center;
  padding: 1rem 1.56rem;

}


.cand-det-comp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #010101;
  opacity: 0.55;
  z-index: -1;
}


.cand-det-main-bx {
  position: relative;
  max-width: 110rem;
  background-color: #fff;
  padding: 4rem 2rem;
  /* margin-block: 5rem; */
  height: 50rem;
  overflow-y: auto;
  /* margin-top: 2%;
  margin-bottom: 100%; */
  border-radius: 1%;
}

.cand-det-main-bx::-webkit-scrollbar {
  width: .544rem;
}

.cand-det-main-bx::-webkit-scrollbar-track {
  background-color: transparent;
}

.cand-det-main-bx::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 4rem;
}

.cand-det-main-bx:hover::-webkit-scrollbar-thumb {
  background-color: var(--secondary2);
}

.cand-det-main-bx h5 {
  font-size: 2rem;
  font-weight: 700;
  color: #404040;
  /* margin-top: 3rem; */

}


.cand-det-main-bx .apfl-table-main-bx2 h5{
  margin-top: 1rem !important;
}

.cand-det-main-bx p {
  font-size: 1.5rem;
  color: #404040;
  font-weight: 500;
}

.cand-det-grid {
  grid-template-columns: .5fr 3fr;
  margin-top: 3rem;
  column-gap: 3rem;
  row-gap: 3rem;
  place-items: center;
}

.left-cand-bx {
  width: 10rem;
  height: 10rem;
  background-color: var(--secondary);
  display: grid;
  place-items: center;
  border-radius: 50%;
}

/* .cand-info-bx{
        display: flex;
        align-items: flex-start;
        width: 100%;
    } */

.cand-info-bx2 {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.right-cand-det-bx {
  column-gap: 3rem;
  row-gap: 2rem;
}

.cand-info-i {
  font-size: 1.7rem;
  color: #808080;
  opacity: 0.77;
  margin-right: 1.4rem;
}

.cand-info-bx2 span {
  font-size: 1.35rem;
  color: #404040;
  font-weight: 500;
}

.about-bx {
  margin-top: 3rem;
  margin-bottom: 5rem;

}

.about-bx h5 {
  font-size: 2rem;
  font-weight: 500;
  color: #404040;
  padding-bottom: .65rem;
}

.about-bx p {
  font-size: 1.4rem;
  font-weight: normal;
  color: #404040;
}


.can-det-close-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: #000;
  font-size: 2.2rem;
  cursor: pointer;

}

/* rej cand comp */

.rej-cand-comp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1111111111;
  display: grid;
  place-items: center;
}

.rej-cand-comp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #010101;
  opacity: 0.55;
  z-index: -1;

}

.rej-cand-main-bx {
  position: relative;
  width: 70rem;
  background-color: #fff;
  border-radius: .5rem;
  padding: 3rem 3rem;

}

.rej-cand-main-bx h5 {
  font-size: 2.2rem;
  color: #404040;
  font-weight: 500;
  margin-bottom: 2rem;

}



.rej-cand-bx h6 {
  font-size: 1.9rem;
  color: #000000;
  font-weight: 500;
}

.rej-cand-bx p {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 500;
  margin-top: 1rem;
}

.rej-cand-inpt-bx {
  width: 100%;
}

.rej-cand-inpt-bx textarea {
  width: 100%;
  background-color: var(--secondary);
  border: none;
  padding: 1rem 1.78rem;
  font-size: 1.4rem;
  color: #404040;
  resize: none;
  margin-bottom: 3rem;
}

.cand-rej-sub-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  background-color: #b1b1b1;
  border: .1rem solid #b1b1b1;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  padding: 1.2rem 1rem;
  margin: 0 auto;
  border-radius: 4rem;
}

.cand-rej-sub-btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  background-color: var(--primary);
  border: .1rem solid #b1b1b1;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  padding: 1.2rem 1rem;
  margin: 0 auto;
  border-radius: 4rem;
}

.cand-submit-btn {
  margin-top: 4rem;
  width: 22rem;
}



/* @media queiris */



@media all and (min-width: 1123px) and (max-width: 1322px) {

  /* Our jobs-grid-box comp , Our home comp , Our upcoming jobs interview comp , Our footer comp , Our candidtae join agency comp */

  .responsive-container {
    max-width: 105rem;
  }

  .job-box {
    padding: 4.5rem 1rem;

  }

}


.clr-purple {
  background-color: var(--primary);
  padding: 1rem 1.5rem;
  font-size: 20px;
  max-width: 400px;
  border-radius: 40px;
  margin: 0 auto;
}

/* .brdr_rds-2{
  border-radius:30px;
} */

/* ______________ Our update profile comp date 21/02/2023 **** */

.persl-detl-comp {
  padding: 0rem 0rem;
}

.persl-detl-comp a.crete-job-btn {
  margin-top: -24%;
}

.persl-detl-comp .plum-text-bx {
  padding: 15px;
}

.persl-detl-bx {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: .5rem;
  padding: 3rem 3rem;
  box-shadow: 0 0 12px -4px #999;

}

.persl-detl-bx h5 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #404040;
  margin-bottom: 2.5rem;
}

.pers-det-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3rem;
  row-gap: 3rem;
}



.pers-det-table-bx {
  overflow-x: auto;
}

.pers-det-table-bx table {
  border-collapse: collapse;
  white-space: nowrap;
}

.pers-det-table-bx table tbody tr td {
  background-color: #fff !important;
  text-align: left;
  padding: .6rem 0;
}


.pers-det-table-bx table tbody tr td h6 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
}

.pers-det-table-bx table tbody tr td p {
  font-size: 1.5rem;
  font-weight: normal;
  color: #000000;
  max-width: 13rem;
}

.pers-det-table-bx::-webkit-scrollbar {
  background-color: transparent;
  height: .345rem !important;

}

.pers-det-table-bx::-webkit-scrollbar-thumb {}

.pers-det-table-bx:hover::-webkit-scrollbar-track,
.pers-det-table-bx:focus-within::-webkit-scrollbar-track {
  background-color: var(--secondary2);
}

.pers-det-table-bx:hover::-webkit-scrollbar-thumb,
.pers-det-table-bx:focus-within::-webkit-scrollbar-thumb {
  background-color: #e7d4fa;
}

.edit-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  background-color: var(--secondary);
  display: grid;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.eye-del-icon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 1rem;
  right: 2rem;
  gap: 2rem;
}

.eye-del {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  padding: .5rem;
  background-color: var(--secondary);
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.add-sel-skill-btn {
  margin: 3rem 0 0 0;
  padding: 1.4rem 1rem;
  background-color: #808080;
  width: 20rem;
  border-radius: 4rem;
  border: .1rem solid var(--primary);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;

}

.upload-img-bx+input[type="file"] {
  opacity: 0;
  margin: -47px 0 0;
}

.upload-img-bx img+img {
  z-index: -1;
}

.add-plus {
  padding: .4rem .5rem;
  font-size: 1.1rem;
  color: #eaeaea;
  border: .1rem solid #eaeaea;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-right: 1rem;
}

.add-sel-skill-btn span {
  font-size: 1.35rem;
  color: #eaeaea;
  font-weight: 500;
}

.apply-filter-comp2 {
  transform: translateY(0);
  margin: 2rem 3rem;
}

.top-heading-close-btn-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.close-btn {
  padding: 1.2rem 1rem;
  width: 17rem;
  background-color: #a2a0a0;
  font-weight: 500;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 4rem;
  cursor: pointer;
  display: grid;
  place-items: center;
}

/* ------------------------------------ Company profile  css  */

.comp-name-test-job-sec {
  padding: 3rem 3rem;

}

.comp-jbtest-main-bx {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 3rem 3rem;
  grid-template-columns: .78fr 3fr;
  grid-gap: 5rem;
  box-shadow: 0 0 11px -5px #999;
  margin-left: 0;
}

.left-comp-img-bx {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

.comp-img-bx {
  width: 100%;
  margin-bottom: 0;
}

div#googleMap {
  box-shadow: 0 0 6px 0px #999;
}

.comp-img-bx img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.map-img {
  border: .7rem solid #f5f5f5;
}

.right-comp-test-jb-table-bx table thead {
  background-color: #fff !important;
  border-color: #fff !important;
}

.right-comp-test-jb-table-bx table thead th {
  color: #000;
  text-align: left !important;
  font-size: 1.67rem;
  padding: .5rem 0;
}


.right-comp-test-jb-table-bx table tbody td {
  text-align: left !important;
  background-color: #fff;
  color: #000000;
  padding: .5rem 0 !important;

}

.right-comp-test-jb-table-bx table tbody td h6 {
  font-size: 1.5rem;
  font-weight: 500;
}


.upload-bx {
  position: relative;
  width: 100%;
  height: 15rem;
  padding: 3rem 1rem;
  background-color: var(--secondary);
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.upload-img-bx {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;

}

.upload-img-bx img {
  height: auto;
  max-height: 600px;
}

.upload-img-bx input[type="file"] {
  opacity: 0;
  margin: -46px 0 0;
}

.arrow-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

}

.upload-bx span {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #808080;
}

.upload-bx p {
  font-size: 1.25rem;
  font-weight: 500;
  color: red;
}

.upload-bx2 {
  height: 100%;
  margin-top: 0;
}

.compa-det-form-sec {
  /* margin-top: 3rem; */
  padding: 2rem 1.78rem;
}

.comp-det-form-main-bx {
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0 0 13px -4px #999;
}

.comp-det-form-main-bx h5 {
  font-size: 1.87rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 3rem;
}

.comp-det-form-bx {
  margin-bottom: 2rem;
}


.cp-det-texarea-bx {
  margin-bottom: 2rem;
}

.comp-det-form-main-bx2 {
  margin-top: 2.4rem;
}

.upload-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3rem 1rem;
  width: 22rem;
  background-color: #80808082;
  color: #fff;
  font-weight: 500;
  font-size: 1.45rem;
  border-radius: 4rem;
  cursor: pointer;
  margin: 0rem auto;
}


.del-work-loc-bx-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 11111111;
  display: grid;
  place-items: center;
}

.del-work-loc-bx-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  opacity: 0.55;
}

.del-work-loc-bx {
  position: relative;
  width: 40rem;
  height: 30rem;
  background-color: #fff;
  padding: 3rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.del-work-loc-bx p {
  font-size: 1.76rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 3rem;
}

.loc-del-btns-flex {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.yesno-btn {
  font-size: 1.5rem;
  color: var(--primary);
  font-weight: 400;
  width: 100px;
  background: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  border: 1px solid var(--primary);
  cursor: pointer;
}


.yesno-btn.active {
  color: #fff;
  background: var(--primary);
}


/* */
.panel-default>.panel-heading {
  color: #fff !important;
  background: none !important;
  padding: 0;
}

.panel-group .panel {
  background: none;
}

.panel-title a {
  color: #fff !important;
}

.panel-collapse .panel-body {
  background: none !important;
  border: 0 !important;
  padding: 0;
}

.nav-li {
  padding: 12px 20px;
  transition: none;
  height: auto;
}

.nav-li a {
  font-size: 12px;
}

ul.nav-li-box {
  padding: 0 0 0 0;
  margin: 0;
  background: none !important;
}

.panel-body .nav-li {
  padding: 6px 20px;
}

.n-list {
  position: static;
}

.panel-group {
  width: 100%;
}

.panel-title {
  padding: 0 0 0 0;
  font-weight: normal !important;
  text-transform: none;
}

ul.nav-li-box li {
  padding: 6px 20px 6px 54px !important;
}

.panel {
  background: none;
}

.collapse.in {
  display: block !important;
}

.dropDn li a {
  padding: 5px 0 18px 23px;
}

.dropDn li a {
  display: block;
  font-size: 14px;
}

.dropDn li a i {
  padding: 4px 32px 0 0;
  font-size: 14px;
}

.main-Content {
  transition: all 0.2s ease;
  background: #F5F5F5;
  /* margin: -285px 0 90px 0; */
}

.main-Content.active {
  padding-left: 200px;
}

.cndte-main-list-box:last-child .cndte-jn-det-box {
  border: 0;
}

.dropDn li li {
  padding: 0 0 0 31px;
}

.nav-li a {
  font-size: 14px;
}

.panel-title a {
  font-size: 14px;
}

.dropDn li a:hover {
  color: #fff !important;
}

.dropDn li a:hover {
  background-color: #663896;
}

.nav {
  width: 244px;
  margin: 0;
}

.navbar {
  /*overflow-y: scroll;*/
  display: block !important;
  overflow-x: hidden;
  height: calc(100vh - 131px);
  width: 264px;
}

span.mypanupload {
  font-size: 9px;
  color: red;
}

/* profile verified new css codes ****** */

.prof-ver-main-bx {
  background-color: #fff;
  padding: 3rem 3rem;

}

.prof-veri-bx {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;

}

.emp-reg-succ-reg-img img {
  /* width: 100%; */
  height: auto;
}

.prf-verfed-text p {
  font-size: 1.55rem;
  color: #000000;
  font-weight: 800;
}

.comp-prof-wth-email-mob-custm-comp {
  margin-top: 2.87rem;
}

.comp-prof-wth-email-mob-custm-comp h5 {
  font-size: 2.43rem;
  color: #404040;
  font-weight: 500;
}

.comp-prof-wth-eml-mob-custm-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  margin-top: 2rem;
}

.comp-prof-wth-eml-mob-custm-bx {
  background-color: var(--secondary);
  border: 0.1rem solid var(--secondary);
  padding: 3.87rem 0.67rem;
  width: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 0.65rem;
  height: 12rem;
}

.comp-prof-wth-eml-mob-custm-bx.active,
.comp-prof-wth-eml-mob-custm-bx:hover {
  background-color: var(--primary);
  border-color: var(--primary);

}

button.login-btn-otp:hover {
  background-color: var(--primary);
}

.c-p-w-e-m-icon img {
  width: 26px;
  height: auto;
  margin-bottom: 1.1rem;
}


.btn-hover-prpl:hover {
  background-color: var(--primary);
}

.btn-hover-prpl:hover>a {
  color: #fff !important;
}

.prplbg {
  background-color: var(--primary);
}

.comp-prof-wth-eml-mob-custm-bx.active p {
  color: #fff;
}

.c-p-w-e-m-text p {
  font-size: 1.34rem;
  color: #404040;
  font-weight: 500;
}

.comp-prof-wth-eml-mob-custm-bx .c-p-w-e-m-text {
  color: #fff;
}

.comp-prof-wth-eml-mob-custm-bx.active .c-p-w-e-m-text p,
.comp-prof-wth-eml-mob-custm-bx.active .c-p-w-e-m-text p:hover {
  color: #fff;
}

.contin-btn,
.comp-prof-form-submit-btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
  width: 19rem;
  border-radius: 4rem;
  padding: 1.3rem .5rem;
  font-size: 1.45rem;
  color: #fff;
  background-color: var(--primary);
  border: .1rem solid var(--primary);
  font-weight: 500;
}

.r-yf-inpt-bx-5 {
  margin-top: 2rem;
}

a:hover {
  cursor: pointer !important;
  color: var(--primary) !important;
  /* color: white!important; */
}

.bl-clr {
  color: #404040 !important;
}

.bl-clr:hover {
  color: blue !important;
}

.bg-close {
  background-color: #a2a0a0 !important;
}

.btn-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.4rem 0.56rem;
  background-color: #808080;
  border: 0;
  border-radius: 5rem !important;
  box-shadow: none;
}

button#btnLogins {
  opacity: 0.7;
}

.reg-btn.active a {
  color: #fff;
}

.btn-block span {
  margin-top: .5rem;
}

/* ___________agency sec **********  date 23/02/2023 */

.agency-sec {
  margin-top: 4rem;
  padding: 2rem 1.78rem;

}

.agency-bx {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: .5rem;
}

.agecy-head-bx {
  background-color: var(--secondary);
  border-top-right-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;


}

.age-icon img {
  width: 100%;
  height: auto;

}

.agen-text h6 {
  font-size: 1.46rem;
  color: #000000;
  font-weight: 500;
  line-height: 1;
}

.agen-text span {
  font-size: 1.35rem;
  color: #404040;
  font-weight: 500;
}

.agen-sub-bx {
  background-color: #fff;
  padding: 1.5rem 1.76rem;
}

.agency-info-bx {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  font-size: 2rem;
}

.agen-min-icon {
  margin-top: -.5rem;
}

.agen-min-icon i {
  font-size: 1.5rem;
  color: #808080;

}

.agency-info-bx p {
  font-size: 1.45rem;
  color: #000000;
  font-weight: 400;
}

/* @media queiris */

/* screeing question */


/* --------------------------------- */

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


.create-qques-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.3rem .76rem;
  width: 20rem;
  background-color: var(--primary);
  justify-content: center;
  border-radius: 4rem;
  font-size: 1.45rem;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}


.ques-type-sec {
  margin-top: 3rem;

}

.ques-type-main-bx {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem 3rem;

}

.ques-type-main-bx h5 {
  font-size: 2rem;
  color: #404040;
  font-weight: 600;
  margin-bottom: 3rem;
}

.ques-type-inpt-bx {
  max-width: 38rem;
}

.apfl-table-comp2 {
  padding: 0 0;
  box-shadow: 0 !important;

}

.ques-type-table-main-bx {
  background-color: #fff;
}

.apfl-table-main-bx2 {
  box-shadow: 0 !important;
  background-color: transparent;

}

.rel-offer-submit-btn2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}

.ttl-bx {
  margin-bottom: 1rem;
  padding: 1rem 1rem;

}

.ttl-bx h6 {
  font-size: 1.56rem;
  font-weight: 500;
  color: #000;
}

.add-grp-btns-flex {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}

.add-grp-btn {
  padding: 1.2rem .5rem;
  width: 16rem;
  background-color: transparent;
  border-radius: 4rem;
  color: var(--primary);
  font-weight: 500;
  font-size: 1.4rem;
  display: grid;
  place-items: center;
  border: .1rem solid var(--primary);
  cursor: pointer;

}

.add-grp-btn2 {
  background-color: var(--primary);
  color: #fff;
}

.create-ques-main-bx {
  position: relative;
}

.add-grp-add-ques-btn {
  display: flex;
  justify-content: center;
  align-items: center;

}

.grp-btn {
  position: relative;
  padding: 1.78rem .5rem;
  width: 18rem;
  display: grid;
  place-items: center;
  text-align: center;
  background-color: #fff;
  color: var(--primary);
  font-weight: 500;
  font-size: 1.4rem;

}

.gen-oof-btn {
  padding: 1.1rem 1rem;
  background-color: transparent;
  border: .1rem solid var(--primary);
  color: var(--primary);
  max-width: 15rem;
  margin: 0 auto;
  cursor: pointer;
  border-radius: .5rem;
}

.release-offer-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1111111111;
}

.release-offer-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.55;
  z-index: -1;
}

.rel-oofer-main-bx {
  position: absolute;
  top: 0;
  right: 0;
  width: 35rem;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  transition: 800ms ease;




}


.rel-oofer-main-bx::-webkit-scrollbar {
  background-color: transparent;
  width: .545rem;
}

.rel-oofer-main-bx:hover::-webkit-scrollbar-thumb,
.rel-oofer-main-bx:focus-within::-webkit-scrollbar-thumb {
  background-color: var(--secondary2) !important;
}

.rel-offer-heading {
  padding: 1.4rem 1.5rem;
  background-color: var(--primary);
  margin-bottom: 3rem;

}

.gen-oof-btn {
  padding: 1.1rem 1rem;
  background-color: transparent;
  border: .1rem solid var(--primary);
  color: var(--primary);
  max-width: 15rem;
  margin: 0 auto;
  cursor: pointer;
  border-radius: .5rem;
}

.release-offer-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1111111111;
}

.release-offer-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.55;
  z-index: -1;
}

.rel-oofer-main-bx {
  position: absolute;
  top: 0;
  right: 0;
  width: 35rem;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  transition: 800ms ease;




}


.rel-oofer-main-bx::-webkit-scrollbar {
  background-color: transparent;
  width: .545rem;
}

.rel-oofer-main-bx:hover::-webkit-scrollbar-thumb,
.rel-oofer-main-bx:focus-within::-webkit-scrollbar-thumb {
  background-color: var(--secondary2) !important;
}

.rel-offer-heading {
  padding: 1.4rem 1.5rem;
  background-color: var(--primary);
  margin-bottom: 3rem;

}

.rel-offer-heading h5 {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}

.rel-offer-inpt-bx {
  width: 100%;
  padding: 0 1.5rem;
}

.rel-offer-two-mini-inpt-bx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0;
  row-gap: 1rem;
  width: 100%;
}

.rel-offer-inpt-bx input {
  width: 100%;
}

.r-yf-inpt-bx7::before {
  right: 2rem;
  font-size: 1.5rem;
}

.upload-cv-bx2 {
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.decl-main-bx {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.left-dec-bx {
  width: 22rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  cursor: pointer;
}

.left-dec-bx span {
  font-size: 1.4rem;
  font-weight: 500;
}

.dec-tic-bx {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border: .1rem solid var(--secondary2);
  border-radius: .2rem;

}

.dec-tic-bx:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'GT Walsheim Pro', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  background-color: var(--primary);
  color: #fff;
  display: grid;
  place-items: center;
  transition: 500ms ease;
  opacity: 0;

}

.right-dec-info p {
  font-size: 1.2rem;
}

.left-dec-bx.active .dec-tic-bx:before {
  opacity: 1;
}

.rel-offer-submit-btn {
  width: 100%;
  padding: 1.2rem 1rem;
  background-color: var(--primary);
  border: .1rem solid var(--primary);
  text-align: center;
  font-size: 1.45rem;
  color: #fff;
  font-weight: 500;
  margin-top: 1.5rem;

}

.rel-oofer-bx-close-btn {
  position: absolute;
  top: 2.76rem;
  right: 2rem;
  width: 3rem;
  cursor: pointer;

}

.rel-oofer-bx-close-btn .line {
  position: relative;
  width: 100%;
  background-color: #fff;
  height: .15rem;
  border-radius: 15rem;
  transform: rotate(45deg);
}

.rel-oofer-bx-close-btn .line1 {
  transform: rotate(-45deg) translateY(-1px);

}


.cand-info-bx2 {
  display: flex;
  align-items: flex-start;
}

.gender-btns-main-bx2 {
  margin-top: .5rem;
}

.apfl-table-bx-uplod-sal-slip td a {
  color: var(--primary) !important;
  font-weight: 600;
  text-decoration: underline !important;
}

.upld-sal-slip-cand-det-sec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 11111111;
  display: grid;
  place-items: center;
}

.upld-sal-slip-cand-det-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  opacity: 0.55;
}

.upld-sal-slip-cand-det-bx {
  max-width: 90rem;
}

.upload-sal-slip-bx {
  background-color: var(--secondary);
  border: .1rem solid var(--secondary);
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 0 1rem;
  position: relative;

}

.upld-sal-slip-icon-bx {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slip-img-1 {
  width: 1.7rem;
}

.slip-arr-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.2rem;

}

.slip-text p {
  font-size: 1.4rem;
  color: #808080;
  font-weight: 500;
  margin-inline-start: 4rem;
  margin-top: .5rem;
}

.upload-sal-slip-form-main-bx h5 {
  font-size: 1.9rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 3rem;
}

.about-bx2 {
  margin-bottom: 2.4rem;
}

.sal-slip-tic-main-bx {
  margin-top: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.sal-slip-tic-bx {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  background-color: transparent;
  border: .1rem solid var(--secondary2);
  border-radius: .2rem;
  margin-top: -1rem;
  z-index: 2;
}

.sal-slip-tic-bx:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'GT Walsheim Pro', sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 1rem;
  background-color: var(--primary);
  display: grid;
  place-items: center;
}

.sal-slip-sub-btn {
  width: 22rem;
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #808080;
  color: #fff;
  font-size: 1.45rem;
  padding: 1.2rem 1rem;
  border-radius: 4rem;
  cursor: pointer;
}


.salary-slip-main-bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 11111111;
  display: grid;
  place-items: center;
}

.salary-slip-main-bx:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.55;
  z-index: -1;
}

.sala-slip-bx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40rem;
  background-color: #fff;
  border-radius: .5rem;
  padding: 2rem 2rem;

}

.sala-slip-bx h5 {
  font-size: 1.89rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.can-det-close-btn2 {
  top: 1rem;
}

.sal-slip-sub-btn2 {
  margin: 2rem 0;
  width: 16rem;


}


/* ___________agency sec **********  date 23/02/2023 */

.agency-sec {
  margin-top: 4rem;
  padding: 2rem 1.78rem;

}

.agency-bx {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: .5rem;
}

.agecy-head-bx {
  background-color: var(--secondary);
  border-top-right-radius: .5rem;
  border-top-left-radius: .5rem;
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  gap: 2rem;


}

.p-datatable-thead tr th {
  font-weight: 500 !important;
}

.age-icon img {
  width: 100%;
  height: auto;

}

.agen-text span {
  font-size: 1.35rem;
  color: #404040;
  font-weight: 500;
}

.agen-sub-bx {
  background-color: #fff;
  padding: 1.5rem 1.76rem;
}

.agency-info-bx {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.agen-min-icon {
  margin-top: -.5rem;
}

.agen-min-icon i {
  font-size: 1.5rem;
  color: #808080;

}

.agency-info-bx p {
  font-size: 1.45rem;
  color: #000000;
  font-weight: 400;
}

/* --------------------------------- */

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


.create-qques-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.3rem .76rem;
  width: 20rem;
  background-color: var(--primary);
  justify-content: center;
  border-radius: 4rem;
  font-size: 1.45rem;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}


.ques-type-main-bx {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem 3rem;

}

.ques-type-main-bx h5 {
  font-size: 2rem;
  color: #404040;
  font-weight: 600;
  margin-bottom: 1rem;
}



.apfl-table-comp2 {
  padding: 0 0;
  box-shadow: 0 !important;

}

.ques-type-table-main-bx {
  background-color: #fff;
}

.apfl-table-main-bx2 {
  box-shadow: 0 !important;
  background-color: transparent;

}

.rel-offer-submit-btn2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}

.ttl-bx {
  margin-bottom: 1rem;
  padding: 1rem 1rem;

}

.ttl-bx h6 {
  font-size: 1.56rem;
  font-weight: 500;
  color: #000;
}

.add-grp-btns-flex {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}

.add-grp-btn {
  padding: 1.2rem .5rem;
  width: 20rem;
  background-color: transparent;
  border-radius: 4rem;
  color: var(--primary);
  font-weight: 500;
  font-size: 1.4rem;
  display: grid;
  place-items: center;
  border: .1rem solid var(--primary);
  cursor: pointer;

}

.add-grp-btn2 {
  background-color: var(--primary);
  color: #fff;
}

.create-ques-main-bx {
  position: relative;
}

.add-grp-add-ques-btn {
  display: flex;
  justify-content: center;
  align-items: center;

}

.grp-btn {
  position: relative;
  padding: 1.78rem .5rem;
  width: 18rem;
  display: grid;
  place-items: center;
  text-align: center;
  background-color: #fff;
  color: var(--primary);
  font-weight: 500;
  font-size: 1.4rem;

}

.grp-btn.active {
  background-color: var(--primary);
  color: #fff;
}

.add-grp-btns-flex2 {
  justify-content: center;
}

.ques-pref-inpt-bx {
  max-width: 38rem;
}

.no-record-bx {
  margin-top: 3rem;
  padding: 1.78rem 1.5rem 1.4rem 1.5rem;
  background-color: #ffc4c4;
  border: .1rem solid #feb3b3;
  border-radius: .55rem;
  margin-bottom: 3rem;
}

.no-record-bx p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #620000;
}

.gt-mela-sec {
  margin-top: 4rem;
  padding: 2rem 1.78rem;

}

.gt-mela-main-bx {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.gt-mela-ttl-bx {
  background-color: var(--secondary);
  padding: 1.34rem 1.5rem .7rem 1.5rem;
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;

}

.gt-mela-ttl-bx h5 {
  font-size: 1.89rem;
  font-weight: 500;
  color: #000000;
}

.com-text-bx {
  position: relative;
  padding: 1.3rem 2rem;
}

.com-text-bx:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: .1rem;
  border-bottom: .1rem dashed #a09e9e;
}

.com-text-bx p {
  line-height: 1.3;
  font-size: 1.45rem;
  font-weight: normal;
  color: #000000;
}

.com-text-bx p span {
  color: #000000;
  font-weight: 500;
}

.gt-mela-loc-bx {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: .5rem;
}

.gt-mela-dot {
  font-size: 1.67rem;
  color: #808080;
  margin-top: -1rem;
}

.gt-mela-loc-bx p {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 500;
}

.gt-mela-btn-grid {
  margin-top: 2rem;
  grid-gap: 1rem;
}


.gt-mela-btn {
  padding: 1.23rem 1rem;
  width: 20rem;
  background-color: var(--primary);
  border: .1rem solid var(--primary);
  font-size: 1.45rem;
  color: #fff;
  font-weight: 500;
  display: grid;
  place-items: center;
  border-radius: 4rem;
  cursor: pointer;

}

.gt-mela-ttl-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.rel-offer-heading h5 {
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}

.rel-offer-inpt-bx {
  width: 100%;
  padding: 0 1.5rem;
}

button {
  background-color: transparent;
  border: none;
}

.grp-btn.active {
  background-color: var(--primary);
  color: #fff;
}

.add-grp-btns-flex2 {
  justify-content: center;
}



.no-record-bx {
  margin-top: 3rem;
  padding: 1.78rem 1.5rem 1.4rem 1.5rem;
  background-color: #ffc4c4;
  border: .1rem solid #feb3b3;
  border-radius: .55rem;
  margin-bottom: 3rem;
}

.no-record-bx p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #620000;
}

/* screening question */
/* ___________________  date - 10/03/2023
    Thanku pop up sec  css
    __________------ */

.thanku-pop-up-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  height: 100vh;
  z-index: 1000000;
  display: grid;
  place-items: center;
}

.thanku-popup-main-bx {
  position: relative;
  width: 45rem;
  padding-block: 3rem;
  padding-inline: 2.87rem;
  background-color: #fff;
  border: .1rem solid var(--secondary2);
  border-radius: .5rem;
  box-shadow: 0 4px 6px var(--secondary2), 0 4px 10px var(--secondary2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;


}

.thanku-popup-main-bx h6 {
  font-size: 3rem;
  color: #343333;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: .76rem;
}

.thanku-popup-main-bx p {
  font-size: 1.4rem;
  color: #808080;
  font-weight: normal;
}

.login-back-btn {
  position: relative;
  margin-top: 1rem;
  width: 14rem;
  background-color: var(--primary);
  border: .1rem solid var(--primary);
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  padding: 1rem .76rem;
  text-transform: capitalize;
  border-radius: 4rem;

}

.cv-icon-bx img.userImg {
  width: 200px;
}

.tick-icon {
  font-size: 2.89rem;
  color: #fff;
  padding: .76rem .65rem;
  border-radius: 50%;
  border: .1rem solid var(--primary);
  width: 6rem;
  height: 6rem;
  margin-bottom: 1.34rem;
  background-color: var(--primary);
}

@media all and (min-width: 1123px) and (max-width: 1322px) {

  /* Our jobs-grid-box comp , Our home comp , Our upcoming jobs interview comp , Our footer comp , Our candidtae join agency comp */

  .responsive-container {
    max-width: 105rem;
  }

  .job-box {
    padding: 3rem 1rem;

  }

}

body {
  background-color: #fafafa;
}



.add-sel-skill-btn.custom-full-width-btn {
  width: auto;
  padding: 1.4rem 2rem;
}

.add-sel-skill-btn.custom-full-width-btn span {
  white-space: nowrap;
}

.wk-jb-det-bx.wk-jb-det-bx2.view-job-add-opening {
  width: 100%;
}

.wk-jb-det-bx.wk-jb-det-bx2.view-job-add-opening h5 {
  margin: 0;
}

.contact-person-view-job-modal .job-list-action .crete-job-btn {
  width: auto;
  position: relative;
  background-color: var(--primary);
  padding: 0.75rem 2rem;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5rem;
  cursor: pointer;
}


.contact-person-view-job-modal ul.error-msg {
  margin: 0;
  padding: 0;
}



.contact-person-view-job-modal .p-dialog-title {
  font-size: 1.6em;
  font-weight: 500;
  color: #404040;
  margin-bottom: 0;
}



.contact-person-view-job-modal input[type="text"] {
  border-color: #cdcbcb;
  box-shadow: none;
}

.bottomHeading h5 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #404040;
  margin-bottom: 0;
}

.jb-main-req-list-sec.walkin-custom-page {
  margin-top: 0;
  /* padding:0 1.78rem 2rem; */
}

.pull-right:hover :focus {
  color: #fff;
}

.btn.btn-round-primary {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 0;
  margin-top: 30px;
}


.btn.btn-round-primary:hover,
.btn.btn-round-primary:focus {
  background: #743fab;
}

.btn.btn-round-primary svg {
  width: 20px;
  height: 20px;
}

.eligibity-criteria .r-yf-inpt-bx input,
.eligibity-criteria .form-control {
  background-color: var(--secondary);
  padding: 1.1rem 10px;
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  margin-top: 0;
  width: 100%;
  border-radius: 4px;
  height: auto !important;
  box-shadow: none;
}

.appl-filt-inpt-bx.lanBx {
  margin-top: 15px;
}

.regstrBox .reg-yrsf-form-grid.regstrFrstRow {
  margin: 0;
}

.regstrBox .reg-yrsf-form-grid .doc-type-inpt-bx {
  margin: 0;
}

.regstrBox .jobapply-fresher-bx .ja-f-txt {
  width: 160px;
}

.regstrBox .ja-f-txt p {
  font-weight: 400;
}

.regstrBox input[type='radio']:after {
  width: 18px;
  height: 18px;
}

.regstrBox input[type='checkbox']:after,
.regstrBox input[type='radio']:after {
  left: -2px;
  top: -2px;
}

.regstrBox .applyjob-yes-no-btn p {
  margin: -3px 0 0 8px;
  font-size: 12px;
  line-height: 20px;
}

.regstrBox .yes-no-applyjob-bx2 {
  gap: 10px;
}

.regstrBox button.login-btn-otp {
  margin: 22px 0 0;
  opacity: 1;
  padding: 10px 0;
  width: 100%;
}

/* .regstrBox .r-yf-inpt-bx label {margin: 0;}  */
body .reg-btn a:hover {
  color: var(--primary) !important;
}

.p-progressbar .p-progressbar-label {
  font-size: 8px;
  line-height: normal;
}

.dropdown-list .filter-textbox input {
  border: 0;
  width: 100%;
  padding: 5px 0 5px 13px !important;
  border-radius: 3px !important;
  letter-spacing: normal;
  font-size: 14px;
  background: var(--secondary2);
}

.dropdown-list li {
  font-size: 13px !important;
  padding: 4px 10px !important;
  border-bottom: 0 !important;
}

.multiselect-item-checkbox input[type=checkbox]+div:before {
  border: 1px solid #999 !important;
  border-radius: 3px;
}

.dropdown-list .filter-textbox {
  border-bottom: 0 !important;
}

.eligibity-criteria .r-yf-inpt-bx input:hover,
.eligibity-criteria .form-control:hover {
  background: var(--secondary);
}

.jb-det-form-grid.Eligibility {
  margin: 0;
}

.crete-job-btn.update-btn-walkin {
  background-color: var(--primary);
}

.crete-job-btn.update-btn-walkin:hover,
.crete-job-btn.update-btn-walkin:focus {
  background: #743fab;
}



.modal-header.heading-screening-question {
  justify-items: left;
  justify-items: left;
  justify-content: flex-start;
}

.btn-group-modal.modal-footer {
  justify-content: flex-start;
  padding-top: 8px !important;
}

.btn-group-modal .crete-job-btn {
  width: auto;
  position: relative;
  background-color: var(--primary);
  padding: 1rem;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5rem;
  cursor: pointer;
  border-radius: 100px !important;
  line-height: 1;
  box-shadow: none !important;
  border: none;
  min-width: 100px;
}

h5.geo-location-title {
  font-size: 1.5rem;
  padding: 1rem 0;
}

.add-reset-cont-per-btns.create-job-bottom-btn {
  position: inherit;

}


.add-reset-cont-per-btns.create-job-bottom-btn .card-view-btns {
  border: none;
}


.add-reset-cont-per-btns.create-job-bottom-btn .card-view-btns .add-cont-per-btn {

  border-radius: 100px;
  background: var(--primary);
  min-width: 100px;
}

.add-reset-cont-per-btns.create-job-bottom-btn .card-view-btns .add-cont-per-btn:disabled {
  opacity: 0.8;
}

.add-reset-cont-per-btns.create-job-bottom-btn .card-view-btns .add-cont-per-btn:disabled:hover,
.add-reset-cont-per-btns.create-job-bottom-btn .card-view-btns .add-cont-per-btn:disabled:focus {
  background: var(--primary);
}

.add-reset-cont-per-btns.create-job-bottom-btn .card-view-btns .add-cont-per-btn:hover,
.add-reset-cont-per-btns.create-job-bottom-btn .card-view-btns .add-cont-per-btn:focus {
  background: #743fab;
}

/* __________ date 10/03/23 new css interview offer letter sec ____________ */

.intervw-apply-filter-comp {
  margin-top: -3rem;
  position: relative;
  margin-bottom: 2rem;

}

.intervw-apply-filter-form-bx {
  position: relative;
  overflow: visible;

}

.schedule-intervw-btns-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
}

.sched-intvw-btn {
  padding: 1.65rem 1.65rem;
  width: 20rem;
  background-color: #fff;
  border: .1rem solid #fff;
  font-size: 1.45rem;
  color: #000000;
  font-weight: 500;

}

.sched-intvw-btn.active {
  color: #fff;
  background-color: var(--primary);
}

.intervw-job-list-sec {
  position: relative;
  width: 100%;
  /* margin-top: 3rem;
      padding: 2rem 1.78rem; */

}

.intervw-offer-letter-job-list-main-bx {
  /* position: relative;
      width: 100%;
      background-color: #fff;
      border-radius: .5rem;
      display: grid;
      grid-template-columns: 3fr 1fr;
      margin-bottom: 2rem; */

}

.intervw-offer-letter-job-list-main-bx .ng-star-inserted {
  background-color: #fff;
  display: grid;
  grid-template-columns: 3fr 1fr;
  margin-bottom: 2rem;
  box-shadow: 0 0 3px -3px #ddd;
}

.left-inervw-jb-list-bx {
  padding: 3rem 2.5rem;
  position: relative;
}

.left-inervw-jb-list-bx h5 {
  font-size: 1.8rem;
  color: #404040;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.5rem;
  letter-spacing: .2px;
}

.left-inervw-jb-list-bx span {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 500;
  line-height: 1;
}

.intervw-off-let-time-date-loct-bx-grid {
  margin-top: 0rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  row-gap: 0rem;
}

.intervw-off-let-date-time-loc-bx {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  padding: 1rem 1rem 1rem .67rem;
  width: 100%;

}

.intervw-off-let-date-time-loc-bx:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: .15rem;
  height: 40%;
  background-color: #ccc;
}

.intervw-off-let-date-time-loc-bx:last-child:before {
  display: none;
}

.interv-icon {
  font-size: 1.6rem;
  color: #888888;
  opacity: 0.77;
  margin: 0 0;

}

.intervw-info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}

.intervw-info p {
  line-height: 1.4;
  margin-bottom: 0;
  font-size: 1.40rem;
  color: #1a1919;
  font-weight: 600;

}

.intervw-info span {
  color: #404040;
  font-weight: normal;
  font-size: 1.40rem;
  letter-spacing: .4px;
  line-height: 1.4;

}

.intervw-vacc-cand-reshed-main-bx {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.left-intervw-vacc-cand-bx p {
  margin-bottom: 0;
  font-size: 1.40rem;
  color: #404040;
  font-weight: 500;
  letter-spacing: .4px;
  line-height: 1.4;

}

.left-intervw-vacc-cand-bx span {
  font-weight: 600;
}

.reshed-btn {
  position: relative;
  width: 18rem;
  padding: 1.2rem .5rem;
  border-radius: 4rem;
  border: .1rem solid var(--primary);
  background-color: transparent;
  font-size: 1.40rem;
  letter-spacing: .4px;
  color: var(--primary);
  font-weight: 500;
  display: block !important;
  place-items: center;
  text-align: center;

}

.reshed-btn:hover {
  background-color: var(--primary) !important;
  color: #fff !important;
  font-weight: 500;
  ;
}




.right-intervw-jb-list-bx {
  background-color: var(--secondary);
  padding: 3rem 2.5rem;
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  text-align: right;
}

.intervw-jb-id-bx h6 {
  font-size: 1.40rem;
  color: #404040;
  font-weight: 500;
  margin-bottom: 2rem;
  letter-spacing: .4px;
}

.intervw-jb-id-bx h6 span {
  font-weight: 600;
}

.jb-post-dat-intervw-bx p {
  font-size: 1.30rem;
  color: #404040;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: .4px;
  line-height: 2.2;
}

.jb-post-dat-intervw-bx span {
  color: var(--primary);
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: .4px;
}

.reset-search-btns-cand4 {
  margin-top: 1.56rem;
}

.intvw-reset-cadn-btn {
  padding: 1rem .6rem;
  width: 16rem;
}

.intervw-off-let-time-date-loct-bx-grid2 {
  grid-template-columns: repeat(4, 1fr);

}

.intevw-cont-pers {
  margin-top: 1rem;
}

.intevw-cont-pers h6 {
  font-size: 1.5rem;
  color: #404040;
  font-weight: 500;
  letter-spacing: .4px;
}

.intvw-tale-link {
  color: var(--primary);
}

.reshedule-intevw-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999999;
}

.reshedule-intevw-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.76;
}

.reshedule-inte-form-main-bx {
  position: absolute;
  top: 0;
  right: 0;
  width: 40rem;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
}

.reshedule-intvw-head {
  padding: 1.87rem 1.87rem;
  background-color: var(--primary);

}

.reshedule-intvw-head h6 {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 400;
}

.reshedule-intvw-form {
  padding: 2.5rem 2rem;
}

.reshed-intvw-inpuit-bx {
  position: relative;
  width: 100%;
  margin-bottom: 2.2rem;
}

.time-from-bx {
  display: flex;
  flex-direction: column;

}

.time-from-bx label {
  font-size: 1.3rem;
  color: #404040;
  /* font-weight: 500; */
  padding-bottom: .5rem;
}

.reshed-intvw-inpuit-bx2 {
  position: relative;
  width: 100%;
  padding: 1.1rem .6rem;
  background-color: var(--secondary);
}


.reshed-intvw-inpuit-bx2:before {
  content: "\f1da";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 0 1rem;
  font-size: 1.5rem;
  color: #888888;
  opacity: 0.7;
  font-family: 'GT Walsheim Pro', sans-serif;
  font-weight: 900;
}

.reshed-intvw-inpuit-bx2 input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 1.4rem;
  color: #404040;
  font-weight: 400;
}

.reshedule-form-sub-btn {
  position: relative;
  width: 100%;
  background-color: var(--primary);
  padding: 1.45rem .76rem;
  border: .1rem solid var(--primary);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
}

.reshedule-close-btn {
  position: absolute;
  top: 1.25rem;
  right: 2rem;
  font-size: 2.2rem;
  color: #fff;
  padding: .5rem .5rem;
  cursor: pointer;
}

.wk-jb-det-bx:last-of-type {
  border-bottom: none;
  padding-bottom: 1rem;
}

.r-yf-inpt-bx7:before {
  top: 55%;
  transform: translateY(-50%);
  right: 1rem;
}


.intervw-detail-form-sec {
  margin-top: 2.5rem;
  position: relative;
  width: 100%;
  padding: 1rem 1.87rem;
}

.intevw-det-form-main-bx {
  background-color: #fff;
  width: 100%;
  border-radius: .5rem;
  padding: 3rem 2rem;
}

.intervw-det-form-bx h6 {
  font-size: 1.65rem;
  color: #404040;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.save-address-new-address {

  margin-top: 2.5rem;
}

.save-address-new-address-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
  flex-wrap: wrap;
}


.colspan-4 {
  flex-grow: 100%;
}

.save-address-new-address h6 {
  font-size: 1.5rem;
  color: #404040;
  font-weight: 500;
  margin-bottom: 2rem;
}

.saved-address-main-bx {
  position: relative;
  width: 25rem;
  height: 9rem;
  padding: 1.2rem 1rem;
  background-color: var(--secondary);
  border: .1rem dashed var(--primary);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: .65rem;
  cursor: pointer;
}

.saved-address-mark {
  position: absolute;
  top: .4rem;
  right: .4rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: .1rem solid var(--primary);
}

.saved-address-mark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background-color: var(--primary);
  border-radius: 50%;
}

.saved-address-main-bx p {
  font-size: 1.35rem;
  color: #404040;
  font-weight: 500;
}

.new-address span {
  font-size: 1.4rem;
  color: var(--primary);
  font-weight: 500;

}

.remark-candidtae-not-suit-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  z-index: 10000000;

}

.remark-candidtae-not-suit-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.77;

}

.remark-suit-cand-main-bx {
  position: relative;
  width: 50rem;
  padding: 3rem 2rem;
  background-color: #fff;
  border: .1rem solid #fff;
  border-radius: 1rem;
}

.remark-suit-cand-main-bx h6 {
  font-size: 2rem;
  color: #404040;
  font-weight: 500;
  margin-bottom: 2rem;
}

.remark-input-main-bx {
  display: flex;
  flex-direction: column;
}

.remark-input-main-bx span {
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 1rem;
}

.remark-input-main-bx label {
  font-size: 1.3rem;
  color: #404040;
  font-weight: 500;
  padding-bottom: .5rem;
}

.remark-input-main-bx textarea {
  padding: 1.5rem 1rem;
  background-color: var(--secondary);
  border: .1rem solid var(--secondary);
  border-radius: .5rem;
  width: 100%;
  font-size: 1.4rem;
  color: #404040;
  font-weight: normal;
  resize: none;
}

.remark-close-btn {
  position: absolute;
  top: 2.89rem;
  right: 3rem;
  font-size: 1.89rem;
  color: #404040;
  cursor: pointer;

}

.check-all-bx {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.check-bx {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  border: .1rem solid #fff;
  cursor: pointer;
}

.check-bx2 {
  border: .15rem solid #2b2b2b;
}

.table-select-bx select {
  width: 10rem;
  padding: .67rem .67rem;
  background-color: #fff;
  border: .1rem solid #bcbcbc;
  font-size: 1.35rem;
  color: #808080;
  font-weight: normal;
  border-radius: .5rem;
}

.vis-icon {
  font-size: 1.4rem;
  color: var(--primary);
}

/* ___________________  date - 10/03/2023
  Thanku pop up sec  css
  __________------ */

.thanku-pop-up-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  height: 100vh;
  z-index: 1000000;
  display: grid;
  place-items: center;
}

.thanku-popup-main-bx {
  position: relative;
  width: 45rem;
  padding-block: 3rem;
  padding-inline: 2.87rem;
  background-color: #fff;
  border: .1rem solid var(--secondary2);
  border-radius: .5rem;
  box-shadow: 0 4px 6px var(--secondary2), 0 4px 10px var(--secondary2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;


}

.thanku-popup-main-bx h6 {
  font-size: 3rem;
  color: #343333;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: .76rem;
}

.thanku-popup-main-bx p {
  font-size: 1.4rem;
  color: #808080;
  font-weight: normal;
}

.login-back-btn {
  position: relative;
  margin-top: 1rem;
  width: 14rem;
  background-color: var(--primary);
  border: .1rem solid var(--primary);
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  padding: 1rem .76rem;
  text-transform: capitalize;
  border-radius: 4rem;

}

.tick-icon {
  font-size: 2.89rem;
  color: #fff;
  padding: .76rem .65rem;
  border-radius: 50%;
  border: .1rem solid var(--primary);
  width: 6rem;
  height: 6rem;
  margin-bottom: 1.34rem;
  background-color: var(--primary);
}



/* @media queiris */



@media all and (min-width: 1123px) and (max-width: 1322px) {

  /* Our jobs-grid-box comp , Our home comp , Our upcoming jobs interview comp , Our footer comp , Our candidtae join agency comp */

  .responsive-container {
    max-width: 100rem;
  }

  .job-box {
    padding: 4.5rem 1rem;

  }

}

::selection {
  background-color: var(--secondary);
  color: var(--primary);
}

.joberdast-connt-sec {
  margin-top: 1rem;

}

.jober-dast-form-main-bx {
  background-color: #fff;
  padding: 1rem 1rem;
}

.jober-dast-form-grid {
  grid-template-columns: 1fr 3fr;
  column-gap: 2rem;
  ;
  row-gap: 2rem;
}

.send-btn {
  width: 20rem;
  padding: 1rem 1rem;
  background-color: var(--primary);
  border-radius: 4rem;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 500;
  display: grid;
  place-items: center;
  cursor: pointer;
  margin-top: 2rem;
}

.jober-dastt-form-grid2 {
  grid-template-columns: 2fr 1fr;
  margin-top: 2rem;
}

.send-btn2 {
  padding: 1.3rem 1rem;
}

.left-jober-dastt-img-bx {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}


.custom-upload-box .cv-icon-bx img.userImg {
  max-width: 130px;
  top: 10px;
  position: relative;
  max-height: 70px;
}

.custom-upload-box {
  position: relative;
}



.custom-upload-box .cv-bx input[type="file"] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}



/* don't delete  below css please comment if anuy thing break */

html {

  display: flex;
  flex-direction: column;
}

body {
  flex-grow: 1;
}

.main-Content {
  /* padding: 2.87rem 0; */
  min-height: 74vh;
  /* padding-bottom: 60px; */
  padding-bottom: 100px !important;
  padding-top: 73px;
}

/* ____________________
     Our feedback sec css
     __________ */

.feedback-pop-up-sec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  z-index: 99999999;
}

.feedback-pop-up-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}

.feedback-popup-main-bx {
  position: relative;
  width: 50rem;
  background-color: #fff;
  border-radius: 1.5rem;
}

.feedback-img {
  position: relative;
  width: 100%;
}

.feedback-img img {
  width: 100%;
  height: auto;
}

.feedback-text {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 1rem;
  padding: 2rem 1.5rem;
  max-width: 25rem;

}

.feedback-text h6 {
  font-size: 2rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 700;

}

.btn-mid {
  max-width: 400px;
}



.card-view-btns a {
  background: var(--primary);
  /* border-radius: 6px; */
  /* padding: 2px; */
}

.job-list-action a {
  text-align: center;
  padding: 1rem 3.4rem;
  margin-left: 7px;
  min-width: 40px;
  font-size: 1.45rem;
}

/* .btn-mid {
    max-width: 400px;
} */
.btn-mid {
  max-width: 13rem;
  padding: 1rem 1rem;
  background-color: var(--primary);
  border-radius: 4rem;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 500;
  display: grid;
  place-items: center;
  cursor: pointer;
  margin-top: 0.2rem;
}



#toast-container .toast-error {
  background-color: #ffe7e6;
  border-left: 8px solid #d9342b;
  color: #ff5757;
  font-size: 20px;
  font-weight: 500;
  /* opacity:0.1; */
}

#toast-container .toast-success {
  background-color: #e4f8f0;
  border-left: 8px solid #1ea97c;
  color: #1ea97c;
  font-size: 14px;
  font-weight: 500;
  /* opacity:0.1; */
}

.toast-container .ngx-toastr {
  padding-left: 57px;
}

.grid-gap-1 {
  column-gap: 10rem;
}

/* #toast-container> .fa-check {
  background-color: #328b17 ;
}  */


.toast-success {
  background-image: url('../JOBIMAGES/ok-128.png') !important;
  background-size: 25px 25px !important;

  /* background-image: none !important; */
}

#toast-container .toast-error {
  font-size: 16px;
  font-weight: 500;
  /* opacity:0.1; */
}

.toast-error {
  background-image: url('../JOBIMAGES/cross12.png') !important;
  background-size: 35px 35px !important;
}

.grid-four-col-gender {
  grid-template-columns: repeat(4, 1fr);
}

.grid-four-col-gender:nth-child(6) {
  grid-column: 2 / 4;
  /* grid-template-columns: repeat(4, 1fr); */
}


.min-ht-img-bx {
  min-height: 180px;
}

.fs-20 {
  font-size: 20px;
}

.grid-gap1 {
  column-gap: 2rem;
  row-gap: 0.3rem;
}

.striped-border-mrgin-bottom {
  /* margin-bottom:20px; */
  border-bottom: 1.2px dotted #e2efff;
}



.feedback-inpt-bx {
  position: relative;
  padding: 2rem 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border-bottom: .1rem solid var(--secondary2);

}

.feedback-inpt-bx p {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 700;
  margin-bottom: 2rem;

}


.feedback-text-bx {
  position: relative;
  width: 100%;

}

.feedback-text-bx textarea {
  width: 100%;
  resize: none;
  padding: 0;
  border: .1rem solid var(--secondary2);
  border-radius: 1rem;
  font-size: 1.5rem;
  color: #404040;
  font-weight: 500;
  padding: 1.5rem 1.5rem;


}

.feedback-text-bx textarea::placeholder {
  color: #808080;
  font-weight: normal;
  font-weight: 400;
  font-size: 1.4rem;

}

.feedback-icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 1.2rem 1.5rem;
  border: .1rem solid var(--secondary2);
  background-color: #FAFAFA;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  cursor: pointer;
  width: 9%;
  height: 51%;

}

.feedback-icon img {
  width: .7rem;
  height: auto;
}

.feedb-submit-btn-bx {
  padding: 3rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feedback-submit-btn {
  position: relative;
  padding: 1.43rem 2.87rem;
  background-color: #BDBDBD;
  color: #fff;
  font-weight: 700;
  font-size: 1.45rem;
  text-align: center;
  border: .1rem solid #BDBDBD;
  border-radius: 1rem;
  width: 30rem;

}

.feedback-close-btn {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 2.45rem;
  color: #FFFFFF;
  cursor: pointer;
}

/* pricing plan ssec */

.pricing-plans-sec {
  position: relative;
  width: 100%;
  padding: 4rem 1.87rem;
  background-color: #F5F5F5;
}

.pricng-plan-main-bx {
  position: relative;
  width: 100%;
  padding: 3.54rem 4rem;
  background-color: #fff;
}

.pricing-plan-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  max-width: 70rem;
  margin: 0 auto;
}

.pricing-plan-head h5 {
  font-size: 2.4rem;
  color: #404040;
  font-weight: 700;
  margin-bottom: 1rem;
}

.pricing-plan-head p {
  font-size: 1.4rem;
  color: #404040;
  font-weight: normal;
  line-height: 1.8;
}

.pricng-plan-month-year-main-bx {
  position: relative;
  width: 100%;
  background-color: var(--secondary);
  padding: 1.45rem .56rem 1rem .56rem;
  margin-block-start: 2rem;
  margin-block-end: 2rem;

}

.pric-plan-container {
  max-width: 70rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}

.pric-plan-container p {
  font-size: 1.6rem;
  color: #404040;
  font-weight: 500;
}

.mont-year-choose-bx {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: -1rem;
}

.mont-year-bx {
  display: flex;
  align-items: center;
  gap: .67rem;
  cursor: pointer;
}

.chose-mark {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: .1rem solid var(--primary);
}

.chose-mark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background-color: var(--primary);
  border-radius: 50%;
  opacity: 0;
}



.mont-year-bx span {
  font-size: 1.3rem;
  color: #404040;
  font-weight: 500;
}

.mont-year-bx.active .chose-mark:before {
  opacity: 1;
}

.pri-plan-grid {
  margin: 4rem 0 2rem 0;
}

.pric-plan-main-bx {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  outline: .1rem solid #E4DCDC;
  /* border: .1rem solid #E4DCDC; */
}

.pric-plan-top-bx h6 {
  background-color: var(--primary);
  padding: 1rem .34rem 1.1rem .34rem;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

.pric-plan-info {
  background-color: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 2rem .34rem;
  outline: .1rem solid #E4DCDC;
}

.pric-plan-info h4 {
  font-size: 3rem;
  color: #404040;
  font-weight: 700;
  padding-bottom: .67rem;
}

.pric-plan-info span {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 400;

}

.pric-plan-info p {
  font-size: 1.5rem;
  color: #404040;
  font-weight: 600;
}

.pric-plan-bot-bx {
  background-color: #ffffff;
  padding: 2.56rem 1.87rem;
}

.pric-plan-det-ment {
  width: 100%;
}

.pric-ment-bx {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.tic {
  font-size: 1.56rem;
  color: green;
  margin-top: -.7rem;
}

.tic .fa-xmark {
  color: red;
}

.pric-plan-top-bx2 h6 {
  background-color: #f8f9fA;
  color: #404040;
}

.pric-plan-info2 {
  background-color: #ffffff;
}

.getnow-btn {
  position: relative;
  padding: 8px 20px;
  border: .1rem solid var(--primary);
  border-radius: 4rem;
  background-color: var(--primary);
  font-size: 1.35rem;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  cursor: pointer;
}

.getnow-btn2 {
  background-color: var(--secondary);
  color: var(--primary);

}

.payment-meth-sec {
  position: relative;
  width: 100%;
  padding: 5rem 1.87rem;
  background-color: #f5f5f5;

}

.pay-met-top-bx {
  /* background-color: var(--primary); */
  background: linear-gradient(270deg, #582E84BD 74%, var(--primary) 100%);
  border: .1rem solid var(--primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;

}

.paymt-head {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.left-pay-meth-box {
  padding: 1rem 2rem;
}

.paymt-head h6 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
}

.edit-img {
  margin-top: -.5rem;
  width: 1.5rem;
}

.left-pay-meth-box p {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
}

.right-payt-meth-bx {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 18rem;
  padding: 2rem 2.34rem;
  background-color: #2F065A;
  display: grid;
  place-items: center;
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;

}

.right-payt-meth-bx h5 {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}

.payent-met-container {
  max-width: 130rem;
}

.paym-meth-bx {
  position: relative;
  width: 100%;
  padding: 2.5rem .5rem;
}

.paym-meth-bx h6 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #404040;
  margin-bottom: 3rem;
}

.payt-mth-left-bx,
.payt-mth-right-bx {
  width: 100%;
  padding: 2rem 0;
  background-color: var(--secondary);
  border-radius: .2rem;

}

.payt-mth-right-bx {
  padding: 1.5rem 0;
  background-color: #fff;
}

.paym-mth-chos-bx {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: 100%;
  padding: 1.34rem 3rem;
  transition: 500ms ease;
  cursor: pointer;
}

.paym-mth-chos-bx:hover,
.paym-mth-chos-bx.active {
  background-color: #C7B9D7;
}

.paym-meth-icon {
  width: 2.5rem;
}

.paym-meth-icon img {
  width: 100%;
  height: auto;
}

.paym-mth-chos-bx p {
  margin-top: 1rem;
  font-size: 1.67rem;
  color: #404040;
  font-weight: 500;

}

.paym-mth-chos-bx2 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 2.5rem;
  cursor: pointer;
}

.paym-mth-chos-bx2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  border-bottom: .1rem solid var(--secondary2);
}

.paym-mth-chos-bx2:last-of-type:before {
  display: none;
}


.paym-meth-img img {
  width: 100%;
  height: auto;
}

.arr-forw {
  font-size: 1.45rem;
  color: #808080;
}

.back-procedd-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 2.5rem;

}

.payt-back-btn {
  padding: 1.32rem .67rem;
  width: 22rem;
  background-color: transparent;
  border: .1rem solid var(--primary);
  color: var(--primary);
  font-weight: 500;
  font-size: 1.5rem;
  border-radius: 4rem;
  text-align: center;

}

.payt-back-btn.active {
  background-color: var(--primary);
  color: #fff;
}

.emp-reg-form-bx {
  background-color: #fff;
  padding: 4rem 4rem;
}

.emp-reg-form-bx h5 {
  font-size: 2.4rem;
  color: #404040;
  font-weight: 700;
  margin-bottom: 2rem;

}

.emp-reg-fom-inpt {
  margin-bottom: 2rem;
}

.cont-pers-chose-bx {
  margin-bottom: 4rem;
}

.cont-pers-chose-bx h6 {
  font-size: 1.8rem;
  color: var(--primary);
  font-weight: 500;
  margin-bottom: 1.5rem;

}

.cont-pers-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8.5rem;
  margin-bottom: 2rem;

}

.cont-pers-chse-bx {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cont-pers-chse-bx span {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 500;
}

.cont-mark {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border: .1rem solid var(--primary);
  border-radius: 50%;
  z-index: 2;
}

.cont-mark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  background-color: var(--primary);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
}

.cont-pers-chse-bx.active .cont-mark:before {
  opacity: 1;
}

.upload-cv-bx-space {
  margin-bottom: 2rem;
}

.form-proceed-btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  color: #fff;

}


/* ____________________
 Our feedback sec css
 __________ */

.feedback-pop-up-sec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  z-index: 99999999;
}

.feedback-pop-up-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}

.feedback-popup-main-bx {
  position: relative;
  width: 50rem;
  background-color: #fff;
  border-radius: 1.5rem;
}

.feedback-img {
  position: relative;
  width: 100%;
}

.feedback-img img {
  width: 100%;
  height: auto;
}

.feedback-text {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 1rem;
  padding: 2rem 1.5rem;
  max-width: 25rem;

}

.feedback-text h6 {
  font-size: 2rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 700;

}

.feedback-inpt-bx {
  position: relative;
  padding: 2rem 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border-bottom: .1rem solid var(--secondary2);

}

.feedback-inpt-bx p {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 700;
  margin-bottom: 2rem;

}


.feedback-text-bx {
  position: relative;
  width: 100%;

}

.feedback-text-bx textarea {
  width: 100%;
  resize: none;
  padding: 0;
  border: .1rem solid var(--secondary2);
  border-radius: 1rem;
  font-size: 1.5rem;
  color: #404040;
  font-weight: 500;
  padding: 1.5rem 1.5rem;


}

.feedback-text-bx textarea::placeholder {
  color: #808080;
  font-weight: normal;
  font-weight: 400;
  font-size: 1.4rem;

}

.feedback-icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 1.2rem 1.5rem;
  border: .1rem solid var(--secondary2);
  background-color: #FAFAFA;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  cursor: pointer;

}

.feedback-icon img {
  width: .7rem;
  height: auto;
}

.feedb-submit-btn-bx {
  padding: 3rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}


.min-width-67vw {
  min-width: 67vw;
}

.feedback-submit-btn {
  position: relative;
  padding: 1.43rem 2.87rem;
  background-color: #BDBDBD;
  color: #fff;
  font-weight: 700;
  font-size: 1.45rem;
  text-align: center;
  border: .1rem solid #BDBDBD;
  border-radius: 1rem;
  width: 30rem;

}

.feedback-close-btn {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 2.45rem;
  color: #FFFFFF;
  cursor: pointer;
}



.input-group.mb-3.btn-group-modal.location-search .crete-job-btn {
  border-radius: 0 100px 100px 0 !important;
}

.input-group.mb-3.btn-group-modal.location-search .form-control {
  height: 32px !important;
  font-size: 1.25rem;
}


.registerProfilePic {
  max-height: 72px;
  width: 80px;
  overflow: hidden;
}

.cv-icon-bx .registerProfilePic img.userImg {
  height: 100%;
  width: 100%;


}

.cadn-sel-inpt-bx .alert ul {
  padding: 3px 0 0;
  margin: 0;
}

.cadn-sel-inpt-bx .alert {
  padding: 0;
}

.hello-new {
  position: absolute;
  top: 38px;
}




/* .plus section {
  font-size: 16px !important;
} */

/* .plus h2{
  font-size: 2.45rem  !important;
}

.plus h1{
  font-size: 3rem !important;
}

.plus p{
  font-size: 1.65rem !important;
}

.plus li{
  font-size: 1.6rem !important;
}

.plus a{
  font-size: 1.6rem !important;
}

.plus h4{
  font-size: 2rem !important;
}

.plus label{
  font-size: 1.6rem !important;
}

.plus span{
  font-size: 1.5rem !important;
}

.plus h5{
  font-size: 1.78rem !important;
}
 */



.plus h2{
  font-size: 2.45rem  !important;
}

.plus h1{
  font-size: 3rem !important;
}

.plus p{
  font-size: 1.5rem !important;
}

.plus li{
  font-size: 1.5rem !important;
}

.plus a{
  font-size: 1.5rem !important;
}

.plus h4{
  font-size: 2rem !important;
}

.plus label{
  font-size: 1.5rem !important;
}

.plus span{
  font-size: 1.5rem !important;
}

.plus h5{
  font-size: 1.65rem !important;
}


.minus body,
.minus h2,
.minus h1,
.minus p,
.minus h4,
.minus li,
.minus a,
.minus h5,
.minus label,
.minus span,
.minus section {
  font-size: 12px !important;
}



.Sidelink {
  padding-right: 12px;
}

.jobPostDetails .grid-gap {
  row-gap: 2rem;
}

.filter-h4 {
  font-size: 1.6em;
  color: #4c4c4c;
  letter-spacing: .2px;
  /* text-transform: capitalize; */
}

/* _____________________________________
      Our progress comp
      ******************** */

.job-progress-sec {
  margin-top: -10rem;
  /* background-color: #fafafa; */
  padding: 2rem 0;
}

.job-progress-sec-createjob {
  /* margin-top: -10rem; */
  /* background-color: #fafafa; */
  padding: 2rem 3rem;
}

.job-progress-sec-dashboard {
  padding: 2rem 2rem 0 2rem;
}

.job-progress-bx {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 2rem 2rem;
  border-radius: .5rem;
}

.job-progress-bx h5 {
  font-size: 2rem;
  color: #404040;
  font-weight: 500;
}

.progress-top-text {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.progress-top-text h6 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 400;
}

.progress-top-text p {
  font-size: 1.45rem;
  color: #e2e1e1;
  font-weight: 500;
}

.progress-bar-bx {
  position: relative;
  width: 100%;
  border-radius: 4rem;
  height: .5rem;
  background-color: var(--secondary);
}

.progress-bar-bx:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1.1rem;
  border-radius: 50%;
  /* background-color: var(--primary); */
}

.progress-bar {
  /* width: 80%; */
  height: 100%;
  background-color: green;
  border-radius: 4rem;
}

.progress-bar span {
  position: absolute;
  color: #000;
  left: 79.5%;
  bottom: 100%;
  width: 0;
  padding: 0;
  color: #000;
  font-weight: 500;
  font-size: 1.3rem;
  padding-bottom: .3rem;
}

.main-Content active .ng-star-inserted .home-comp .common-container {
  margin: 0 3rem 0 8rem;
}

.main-Content .ng-star-inserted .home-comp .common-container {
  margin: 0 3rem 0 3rem;
}

.home-comp-review-app {
  padding: 2rem 0 2rem 0;
  margin: 0 0 3rem 0;
}

.main-Content {
  margin-left: 5rem;
}

.main-Content active {
  margin-left: 0;
}







/* for Progress steps seen here */

.p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #76A032 !important;
  color: #ffffff;
}

/* hard code  */


.ui-steps .ui-steps-item {
  width: 25%;
}

.ui-steps.steps-custom {
  margin-bottom: 30px;
}

.ui-steps.steps-custom .ui-steps-item .ui-menuitem-link {
  padding: 0 1em;
  overflow: visible;
}

.ui-steps.steps-custom .ui-steps-item .ui-steps-number {
  background-color: #0081c2;
  color: #FFFFFF;
  display: inline-block;
  width: 36px;
  border-radius: 50%;
  margin-top: -14px;
  margin-bottom: 10px;
}

.ui-steps.steps-custom .ui-steps-item .ui-steps-title {
  color: #555555;
}

.r-yf-inpt-job::before {
  top: 58%;
}


ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn {
  border: none !important;
  padding: 10px 12px !important;
  font-size: 1.5rem !important;
  color: #767676 !important;
  border-radius: 4px !important;
  letter-spacing: .2px !important;
}

.ng-star-border {
  border: solid 1px #e5e4e4;
  padding: 2em;
  background: #f3f3f3;
  border-radius: 20px;
  margin: 2em 0;
}

.job-post {
  border: solid 1px #e5e4e4;
  padding: 2em;
  background: #f3f3f3;
  border-radius: 20px;
  margin: 2em 0;
}

.jb-plum-type-bx4 p {
  margin-left: 0 !important;
}

.p-paginator {
  border: 0 !important;
  padding: 2rem !important;
}

.btn-new {
  padding: 5px !important;
  width: 10rem;
  border: 0.1rem solid var(--primary) !important;
  border-radius: 10px !important;
  font-size: 1.5rem !important;
  color: var(--primary) !important;
  font-weight: 500 !important;
}

.close-pos {
  position: absolute;
  right: 2rem;
}

.table>thead>tr>th:first-child {
  border-top-left-radius: 15px;

}

.table>thead>tr>th:last-child {
  border-top-right-radius: 15px;
}

.table>thead>tr>th {
  padding: 15px 0;
}

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

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

thead tr th:first-child {
  border-top-left-radius: 15px;

}

thead tr th:last-child {
  border-top-right-radius: 15px;

}

.card-view-btns a:hover {
  color: white !important;
}

.table>:not(:first-child) {
  border-top: 0 !important;
}

.ml-4 {
  margin-left: 4rem;
}

.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #fff !important;
}

.mb--4 {
  margin-bottom: -4px;
}

.left-dec-bx label {
  font-size: 12px;
}

.col-gap-4 {
  column-gap: 50rem;
}

.icon-plus {
  font-size: 1.4rem !important;
}

.mr-1 {
  margin-right: .5em;
}

.heightinFeet {
  max-width: 18rem;
}

.add-open-bx p span {
  font-weight: 600;
}

.ctc-width {
  max-width: 14rem;
}

.h-43 {
  height: 43px !important;
}

.ft-2 {
  font-size: 2rem;
}

.p-datatable>.p-datatable-wrapper {
  overflow: visible;
}

.top-70:before {
  top: 70% !important;
}

.a-box a:hover {
  color: #000 !important;
}

.img-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  /* margin-top: 10%; */
}

.cmpprofilpage table thead tr th {
  font-weight: 600;
  background: transparent !important;
}

.font-bold {
  font-weight: 600 !important;
}

.letter-space {
  letter-spacing: .5px;
}

a span {
  color: rgb(81 43 120);
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #ffffff;
}

.nav-item-text {
  color: #fff !important;
}

.p-datatable .p-sortable-column:not(.p-highlight):hover {
  color: #fff !important;
}

.col-gap-2 {
  column-gap: 2rem !important;
}

.modal-head {
  color: #fff;
  font-weight: 500 !important;
}

.head-purple {
  background: var(--primary) !important;
}

.img-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.fix-height {
  height: 130px !important;
}


/* ___ Our Job and about comp CSS **** */

.about-job-comp {
  margin-top: 3rem;
  padding: 2rem 1.78rem;
}

.about-main-bx {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}

.about-main-bx span {
  font-size: 1.78rem;
  color: var(--primary);
  font-weight: 500;
  line-height: 18px;
}

.about-main-bx h3 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;

}

.about-main-bx p {
  line-height: 1.7;
  font-size: 1.4rem;
  color: #808080;
  font-weight: normal;
}

.we-have-job-sec {
  margin-top: 1rem;
}

.we-have-job-sec h3 {
  font-size: 3.4rem;
  font-weight: 700;
  color: #000000;
  /* margin-bottom: 3rem; */
}

.job-grid {
  margin-top: 3rem;
}

.job-bx {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* .job-bx .job-icon-bx {
  position: relative;
  padding: .5rem 2.87rem;
  background-color: var(--secondary);
  display: grid;
  place-items: center;
  height: 18rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
} */
.job-bx .job-icon-bx {
  position: relative;
  padding: 0.5rem 1.87rem;
  background-color: var(--secondary);
  display: grid;
  place-items: center;
  height: 15rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.job-icon-bx i {
  font-size: 50px;
  color: var(--primary);
}

.job-icon-bx img {
  height: auto;
}

.job-icon-text {
  text-align: center;
}

.job-icon-text h6 {
  font-size: 1.5rem;
  color: var(--primary);
  font-weight: 500;
}

.trendg-job-list-bx-main {
  margin-top: 1rem;
  background-color: #fff;
  padding: 1rem 1.5rem;
  border: .1rem solid var(--secondary);
  border-radius: .5rem;

}

.trendng-job-list-bx {
  position: relative;
  padding: .65rem .67rem;
  border-bottom: .1rem solid var(--secondary2);
}

.we-have-job-sec h4 {
  font-size: 23px;
  padding: 0 0 10px 0;
}

.nmbrjobbycat {
  position: absolute;
  right: 0px;
  top: 14px;
  z-index: 3;
  background-color: var(--primary);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.nmbrjobbycatbx {
  position: relative;
}


.trendng-job-list-bx:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url('../images/finger-img.png')no-repeat center;
  width: 2rem;
  height: 2rem;
  padding: 1.5rem 1.6rem;
  background-color: var(--secondary);
  border-radius: 50%;
}

.trendng-job-list-bx p {
  position: relative;
  font-size: 1.4rem;
  color: #000000;
  font-weight: 400;
  margin-left: 3.5rem;
  line-height: 1.5;

}

.trendng-job-list-bx-5 {
  padding: 1rem .67rem 0 .67rem !important;
  border-bottom: none !important;
}

.trendng-job-list-bx-5:before {
  top: 60%;

}

.new-text {
  position: absolute;
  bottom: 1rem;
  right: 0%;
  transform: translateX(-50%);
  padding: .2rem .87rem;
  background-color: red;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  border-radius: .2rem;
}

.allow-ben-sel-grid-bx {

  grid-template-columns: repeat(2, 1fr) !important;

}

.allowjob-ben-sel-grid-bx {
  grid-template-columns: repeat(4, 1fr) !important;
}

.new-text2 {
  right: 0%;
}

.bgcolor-white {
  background-color: #fff;
}

/* .job-icon-bx img{
  height:90px;
} */

.job-icon-bx {
  height: 170px;
}

/* .job-icon-bx img {
  height: 60px;
  width: 60px;
} */
.job-icon-bx img {
  height: 35px;
  width: 35px;
}

@media screen and (min-width: 600px) and (max-width:1200px) {
  .job-icon-bx {
    height: 200px;
  }

}

/* checkboxreg:1338 */

@supports (-webkit-appearance: none) or (-moz-appearance: none) {

  input[type='checkbox'],
  input[type='radio'] {
    --active: var(--primary);
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #bbc1e1;
    --border-hover: #275efe;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 16px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }

  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }

  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }

  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }

  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }

  input[type='checkbox']:disabled+label,
  input[type='radio']:disabled+label {
    cursor: not-allowed;
  }

  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }

  input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }

  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 16px;
  }

  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }

  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }

  input[type='checkbox']+label,
  input[type='radio']+label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type='checkbox']:not(.switch) {
    border-radius: 4px;
    margin: 1px 0 0;
  }

  input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 5px;
    top: 2px;
    transform: rotate(var(--r, 20deg));
  }

  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }

  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }

  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }

  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }

  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type='radio'] {
    border-radius: 50%;
  }

  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }

  input[type='radio']:checked {
    --s: 0.5;
  }
}

/* ul {
  margin: 12px;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 320px;
}
ul li {
  margin: 16px 0;
  position: relative;
} */
/* html {
  box-sizing: border-box;
} */
* {
  box-sizing: inherit;
}

*:before,
*:after {
  box-sizing: inherit;
}

.bodycheckboxreg {
  min-height: 100vh;
  font-family: 'Inter', Arial, sans-serif;
  color: #8a91b4;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f8ff;
}

@media (max-width: 800px) {
  .bodycheckboxreg {
    flex-direction: column;
  }
}

/* headerprofile */

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 85%;
  height: 85%;
  border-radius: 50%;
  border: 2px solid #ebebeb;
  font-size: 32px;
  line-height: 125px;
  text-align: center;
  position: absolute;
  top: 7.5%;
  left: 7.5%;
}

.progress.blue .progress-bar {
  border-color: #049dff;
}

.progress.blue .progress-value {
  color: #049dff;
}

.progress.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
  border-color: #fdba04;
}

.progress.yellow .progress-value {
  color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
  animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
  border-color: #ed687c;
}

.progress.pink .progress-value {
  color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
  animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
  border-color: #1abc9c;
}

.progress.green .progress-value {
  color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
  animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}

@media only screen and (max-width: 990px) {
  .progress {
    margin-bottom: 20px;
  }
}


circle-progress svg.ng-star-inserted {
  width: 55px;
  height: 55px;
  border-radius: 50%;

}

circle-progress svg.ng-star-inserted image.ng-star-inserted {
  width: 55px;
  height: 55px;
  clip-path: circle(49%);
}

.questions {
  margin-left: 20px;
}

.m-t-3 {
  margin-top: 35px !important;
}

.answer-radio-qstn {
  margin-left: 30px;
}

.ms-2 {
  margin-left: 15px !important;
}

.ms-3 {
  margin-left: 25px !important;
}


.qstn_radio_create_job input {
  padding: 4px !important;
}

.qstn_radio_create_job input:after {
  width: 13px !important;
  height: 14px !important;
}

.right {
  float: right;
}

.jobs-for-u {
  background-color: #fff;
  border-radius: 0.5rem;
}

.w-77 {
  width: 77%;
}

.w-95 {
  width: 95%;
}

.black-font {
  color: #000 !important;
}

.w-20 {
  width: 20px;
}

.dash-margin {
  margin: 0 5rem !important;
}

.dash-top-btn {
  display: inline-flex;
  background: var(--secondary2)6f7;
  padding: 5px 10px;
  border-radius: 5px;
}

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

.ml-6 {
  margin-left: 6px;
}

.option-font {
  font-size: 14px;
  background: #fff;
  color: #000;
  padding: 5px;
}

.lang-font {
  font-size: 14px;
  border: solid 1px #cccccc;
  padding: 4px;
  width: 170px;
}

li.no-data.ng-star-inserted h5 {
  font-size: 13px !important;
}

.just-center {
  justify-content: center !important;
}

.z-in {
  z-index: 8;
  /* changed by anshul from 99999 */
  position: relative;
}

.f-bold label {
  font-weight: 600;
}

.mt-5em {
  margin-top: 5em;
}

.job-det-pad {
  padding: 20px;
}

.ngx-slider .ngx-slider-bar-wrapper {
  padding-top: 12px !important;
  z-index: 0 !important;
}

.ngx-slider .ngx-slider-bubble {
  font-size: 13px !important;
}

.walkinlist-btn {
  background-color: transparent;
  position: absolute;
  right: 1em;
  z-index: 2;
  width: 100%;
  top: 1rem;

}

.sort-list {
  right: 6em !important;
  bottom: 37em !important;
}

.view-btn {
  margin-left: 4em;
  font-size: 1.5rem;
  line-height: 18px;
}

.ml-6 {
  margin-left: 6px;
}

.justcenter {
  justify-content: center !important;
}

.purple {
  color: var(--primary) !important;
}


/* .right-jb-req-btns-flex{
  display: none;
}
 */

.jb-main-req-list-bx {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 130rem;
  padding: 1rem 2rem;
}

.mt-minus15 {
  margin-top: 0%;
}






/* .login-jobseeker-comp{
  margin-top: 5rem;
  padding: 0 0;
 } */

/* .emp-reg-yoursef-comp{
  margin-top: 3rem;
 } */

/* .emp-reg-yoursef-comp{
  margin-top: 0;
  padding: 0 0;
  height: 100vh;
  display: grid;
  place-items: center;
 } */


.top-jb-list-bx h5 {
  display: none;
}

/*
 .walkinlist-btn {

  display: none;

 } */

.jb-post-form-bx {
  margin-top: 5rem;
}

.jb-post-apply-filt-bx {
  position: relative;
}

.common-container,
.common-container-2 {
  margin: 0 auto;
}

.common-container {
  max-width: 125rem !important;
}

.plum-text2-spe {
  margin-bottom: .5rem;
}

.r-yf-inpt-bx-2 select {
  height: 100%;
}

.ng-untouched {
  top: .45rem;
}

input[type='checkbox'],
input[type='radio'] {
  width: 10px;
  height: 14px;
}

.jb-post-apply-filt-bx3 {
  margin-top: 0 !important;
}

/* ---------------- */

.ng-star-inserted {
  gap: .76rem;
}

input[type='checkbox']:not(.switch),
input[type='radio']:not(.switch) {
  top: 2px;
}

.pri-plan-grid {
  column-gap: 2rem;
}

.tic {
  margin-top: .67rem;
}

.right-jb-req-btns-flex {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 0;
}

.jb-main-req-list-bx {
  padding: 1rem 2rem;
}

.jb-main-req-lists3 {
  margin-top: 2rem !important;
}

.jb-main-req-list-sec3 {
  padding-top: 3rem !important;
}

table {
  border-collapse: collapse;
  white-space: nowrap;
  overflow-x: auto;
  scroll-snap-type: inline mandatory;
}

.footer-main-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-comp {
  padding: 2rem 0rem 1.5rem 0rem;
}


input,
select,
textarea,
button {
  cursor: pointer !important;
}


.jb-main-req-list-bx {
  position: relative;
  margin: 2rem 0;
  width: 100%;
  max-width: 190rem;

}

.right-jb-req-btns-flex {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* .active.side-nav-comp{
  z-index: 9990 !important;
} */

/* .header-comp{
  z-index: 9999;
} */

.agen-min-icon i {
  margin-top: .78rem;
}

.agen-min-icon {
  margin-top: 0;
}


.cand-det-main-bx {
  /* margin-top: 30rem; */
  margin-top: 0;
  /* transform: translateY(-60%); */
}


/* section{
  padding: 2rem 2rem ;
} */

.side-nav-comp {
  padding: 10rem 0 !important;
}


.cand-det-main-bx {
  position: absolute;
  top: -3.5rem;
  left: auto;
  /* transform: translateY(-65%) translateX(-50%); */
  /* margin-top: 0; */
  width: 79rem;
}

.role-mang-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.78rem;
}


.upld-sal-slip-cand-det-sec {
  position: fixed;
  max-width: 100%;
  width: 100%;
}

.upld-sal-slip-cand-det-sec:before {
  position: fixed;

}

.upld-sal-slip-cand-det-bx {
  margin-top: 0 !important;
  transform: translateY(-60%) translateX(-50%);
  width: 77rem;
}

.modal-content {
  top: 50%;
  transform: translateY(-2%);
}

.common-container {
  margin: 0 auto !important;
}


.jb-plum-icon-bx {
  margin-top: -3rem;
}

/* .Search-btn {
  width: 20rem;
  dp: 1rem;
  jusisplay: flex;
  align-items: center;
  gatify-content: center;
  padding: 1.45rem .5rem;
} */

.home-comp,
.home-comp2 {
  padding: 3rem 1.78rem;
}

.apply-filter-comp4{
  margin-top: 2.5rem;
  padding: 0 1.78rem;
}

.modal-content{
  margin-top: 4rem;
}

section{
  padding-inline: 1rem !important;
}

.reshedule-intevw-sec{
  height: 50rem;
}

.reshedule-intevw-sec:before{
  position: fixed;
}

.reshedule-inte-form-main-bx{
  position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.reshedule-form-sub-btn{
  position: relative;
  bottom: 0;
}

.cand-det-main-bx{
  height: 50rem;
}


.jobs-grid-box-comp{
  margin-top: 0;
}

.cand-det-comp:before{
  display: none;
}

.jb-det-subt-btn{
  gap: 1rem;
}

.p-sidebar-right{
  z-index: 1000000 !important;
}

.add-location-wise-oepning-form-bx{
  background-color: #f5f5f5 !important;
}

.job-list-action{
  margin-top: 15px;
  margin-right: 15px;
}

.add-cont-detls-btn{
  width: 21rem !important;
  display: flex;
  align-items: center;
  gap: .5rem; 
}

.add-cont-detls-btn i{
  margin-top: .15rem;
}

.jb-plum-type-bx121 p{
  margin-top: 0 !important;
}

.int-list-app-filt-comp{
  margin: 9rem 0 3rem 0;
}


.right-reshed-btn a{
  font-size: 14px !important;
}


.upld-docmt-app-filt-bx{
  margin-top: 3.5rem;
  margin-bottom: 3rem;
}


.right-jb-req-btns-flex99{
  position: relative;
    width: 100%;
    padding-inline: 5rem;

}



.right-jb-req-btns-flex-bx-99{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
gap: 1rem;
}

.jb-main-req-lists88{
  padding-top: 0 !important;
}

.jb-main-req-list-bx88{
  margin: 0 0 !important;
}

.apply-filter-jb-post-main-bx88{
  margin-top: 0 !important;
}

.cand-detls-modaal-body{
  height: 45rem;
  overflow-y: auto;
}

.modal-title{
  padding: 1rem !important;
}

.joiningconfirmmodalbody{
  height: 45rem;
  overflow-y: auto;
}

.release-offer-sec99{
  height: 40rem !important;
  overflow-y: auto !important;
}

.rel-oofer-main-bx99{
  width: 100% !important;
}

.rel-offer-submit-btn99{
  position: relative !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  margin-top: 2rem !important;
}

.rel-offer-heading99{
  margin-bottom: 0 !important;
}

.rel-offer-inpt-bx99{
  padding-inline: 1.2rem !important;
}

.job-detils-modal-content{
  position: absolute !important;
  top: 0 !important;
  margin-top: 7rem;
}

.job-detils-modal-content .modal-header:before ,.job-detils-modal-content .modal-header:after{
  display: none !important;
}

.jb-vacc-app-cand-main-bx88{
  right: 1rem !important;
}

.modal-content{
  border: none !important;
}

.screning-ques-modal-body{
  height: 37rem !important;
  overflow-y: auto !important;
}


.jb-post-detils-modalcontnt{
  position: absolute !important;
  top: 0 !important;
  margin-top: 0 !important;
}

.jb-post-modal-body{
  height: 35rem !important;
  overflow-y: auto !important;
}

/* select{
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  
}

.r-yf-inpt-bx-2{
  position: relative;
}

.r-yf-inpt-bx-2:before{
  content: "\f107";
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  right: 1rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.45rem;
  color: gray;

} */

.view-job-add-opening .jb-plum-icon-main-bx3{
  margin-top: 2rem !important;
}

.login-jobseeker-comp{
  margin-top: 8rem;
}

/* table{
  position: relative !important; 
  width: 100% !important;
}

thead , tbody{
  position: relative;
  width: 100% !important;
  text-align: center !important;

}

thead tr{
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;

}

tbody tr{
  width: 100% !important;
  max-width: 100%;
  text-align: center !important;
}

th , td{
  position: relative;
  width: 100% !important; 
  max-width: 100% !important;
  text-align: center !important;
} */


/*  responsive css begin:1338 */



.add-cont-per-fom-sec88 .form-overlay88{
  opacity: 0 !important;
  visibility: hidden !important;
}

.add-cont-pers-fom-bx-main88{
  width: 100% !important;
  height: 50rem  !important;
  margin-top: -4rem !important;
}

.job-list-action88{
  gap: 1rem !important;
  margin-right: 0 !important;
}


.emp-menu-btn , .emp-login-nav-close-btn{
  display: none;
}

.jb-post-detils-modalcontnt button.close{
  color: #fff !important;
}

.login-img-55{
  width: 26rem;
}

.intervw-off-let-time-date-loct-bx-grid2 {
  grid-template-columns: repeat(3, 1fr);
}

.remark-candidtae-not-suit-sec88{
  height: 50rem !important;
}


.remark-candidtae-not-suit-sec88:before{
  display: none !important;
}

.remark-suit-cand-main-bx99{
  position: absolute !important;
}

.submit-close-btns-flex-bx{
  justify-content: center !important;
  align-items: center !important;
  gap: 1rem !important;
  margin: 2rem 0 !important;
}


.ngx-spinner-overlay  {
  z-index: 10000000 !important;
}

.no-record-data-text{
  text-align: center;
}

.modal-backdrop.show{
  z-index: 1000000;
}

.modal{
  z-index: 10000000 !important;
}

input[type='radio']:after{
  opacity: 0 !important;
}

.r-yf-inpt-bx-2 select{
  height: 4.3rem !important;
}

.r-yf-inpt-bx .ng-valid{
  width: 100% !important;
}

.common-tic-bx99{
  margin-top: 3.5rem !important;
}

.gend-inpt-bx{
  width: 100%;
}

.jb-det-form-grid{
  margin-bottom: 1.76rem;
}

.last-jb-det-fom-input-bx999{
  grid-template-columns: 0fr !important;
}

.dropDn li a {
  padding: 5px 0 10px 19px !important;
}

.nav-li{
  padding: 12px 17px !important;
}

.dropDn li li{
  padding: 5px 17px !important;
}

.gen-main-inpt-bx886{
  margin-top: 2.5rem !important;
}

.jb-tpe-inpt-bx998{
  margin-top: 3rem !important;
}


.extra-padding-remove{
  padding: 1.5rem 0 !important;
}

form{
  margin: 10px auto 10px auto;
}


.appl-filt-inpt-bx878{
  margin-top: .75rem !important;
}

.rel-oofer-main-bx99 form{
  margin: 0 auto 10px auto !important;
}

.edit-profile-wrapper998{
  margin-top: 0 !important;
}

.box-title-content998{
  padding: 0 !important;
}

.box-content998 .form-group{
  padding: .5rem 0 !important;
}

.p-datatable-wrapper table tbody tr td a{
  color: var(--primary) !important;
}

.cand-det-main-bx{
  height: 50rem;
  width: 79rem;
  border-radius: 0 !important;
}

.cand-det-main-bx .cand-det-grid{
  margin-bottom: 3rem;
}

@media all and (min-width: 1600px) and (max-width: 10000px) {


 .container, .common-container , .common-container-2 , .common-container-3 , .common-container-4{

    max-width: 100% !important;
    width: 100% !important;
    
  }

  section{
    padding-inline: 1.78rem !important;
  }

  .yuva-sandesh{
    max-height: 190px !important;
    max-width: 202px !important;
    
  }

  .right-jb-req-btns-flex99{
    padding-inline: 1.78rem;
  }

  .login-some-det-bx{
    padding: 4.87rem 2.45rem 3.76rem 2.45rem ;
  }

  .login-some-det-bx h5{
    font-size: 2.1rem;
  }

  .log-det-bx p{
    font-size: 1.55rem;
  }

  .cand-det-main-bx{
    height: 65rem;
    width: 100rem;
    border-radius: 0 !important;
  }
  
}



@media all and (min-width: 1123px) and (max-width: 1322px) {

  .responsive-container {
    margin: 0 auto;
  }

  

}


@media all and (min-width: 1024px) and (max-width: 1124px) {


  html {
    font-size: 56.2%
  }


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

  .right-jb-req-btns-flex99{
    padding-inline: 1.78rem;
  }

  .comp-jbtest-main-bx{
    grid-template-columns: 1fr 2fr;
  }

 

}

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

  html {
    font-size: 56.2%
  }


  /* header  */

  .header-upgrde-pln-btn {
    display: none;
  }

  .main-Content.active {
    padding-left: 0;
  }

  .active.active.side-nav-comp {
    width: 28rem;
  }

  /* job post */


  .jobs-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
  }


  /* current plan  */

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

  /* job post */

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

  /* jobs  */

  .plum-req-list-bx {
    grid-template-columns: repeat(1, 1fr);
    border: .1rem solid var(--secondary) !important;
    border-radius: .7rem !important;
  }

  .right-plum-bx {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .left-plum-bx {
    padding: 2.45rem 2rem 2rem 2rem;
  }

  .plum-text-bx {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .plum-text1:before {
    left: -1.5rem;
  }

  .crete-job-btn {
    position: relative;
    margin-bottom: 0;
  }

  .mt-minus2,
  .mt-minus15 {
    margin-top: 0%;
  }

  .jb-plum-icon-main-bx {
    position: relative;
    bottom: -20px;
    right: 0;
    margin-top: 0;
  }

  .crete-job-btn {
    margin-bottom: 0;
  }

  .plum-text1 {
    margin-left: .5rem;
  }

  .jb-post-apply-filt-bx {
    margin-top: 4rem;
  }

  .right-jb-req-btns-flex {
    margin: 0 0 !important;
  }

  /* header comp */

  .A-flex-box,
  .language-selct-box {
    display: none;
  }

  .nav-link2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 25rem;
    height: 100vh;
    background-color: #fff;
    transition: 800ms ease;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 0;
    padding-block-start: 13rem;
    z-index: 99999;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .nav-link2.headeractive {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-link2 a {
    padding: 1.5rem 1rem;
    border-bottom: .1rem solid var(--secondary2);
    width: 100%;
    margin-left: 0;
  }




  /* login register */



  .succfly-reg-grid-bx {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
  }

  .emp-reg-yrsf-img img {
    display: none;
  }

  .login-jobseeker-comp {
    height: 100vh;
    margin-top: 0;
    display: grid;
    place-items: center;
  }

  .right-login-main-bx {
    padding: 5rem 2rem;
  }

  .lgin-inpt {
    z-index: 999;
  }

  .emp-reg-yoursef-comp {
    margin-top: 4rem;
  }


  /* walks  */

  .jb-main-req-list-sec.walkin-custom-page {
    margin-top: -8rem;
  }

  /* interview list */

  .appl-sel-impt-bx-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* uplod document */

  .cand-icon img {
    width: 3rem;
  }

  .cand-icon {
    width: 7rem;
    height: 7rem;
  }

  .cad-li-bx {
    padding: 2.76rem 1rem
  }

  .eye-i img:nth-child(1) {

    margin: 4px 0px -14px 0px;
    width: 1.5rem;

  }

  .eye-i img:nth-child(2) {

    width: 1.4rem;
    margin-bottom: 5px;

  }

  .page-switch-next-prev-bx {
    margin-left: 0;
  }

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

  .view-btun {
    margin-bottom: 2rem;
  }

  .mt-minus40 {
    margin-top: 0% !important;
  }

  .plum-req-list-bx4 {
    row-gap: 2rem !important;
  }

  /* ------------- */


  .jober-dast-form-grid {
    grid-template-columns: repeat(1, 1fr);
  }


  .left-jober-dastt-img-bx img {
    margin-top: 0rem;
  }

  .add-ques-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .rel-offer-inpt-bx {
    padding: 0 0rem;
  }

  .persl-detl-comp a.crete-job-btn {
    margin-top: 0%;
  }

  .plum-req-list-bx {
    row-gap: 2rem;
  }

  /* pop-up responsive */

  .right-cand-det-bx {
    column-gap: 1rem;
    row-gap: 2rem;
  }

  .downld-cv-btn {
    display: block;
    margin-right: 0;
  }

 

th{
  padding: 1.5rem 2rem !important;
}

.modal-content{
  margin-top: 4rem;
}

.job-view {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  text-align: left;
}

.job-view>div:first-child{
border-right: none;
}

.form-group p{
padding-left: 0;
padding-right: 0;
}

/* ------------------------ */

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

.add-cont-detls-btn{
  display: flex !important;
}

  .registrd-register-evnt-btn-flex{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .agency-grid{
    padding:  0 0 !important;
  }

  .right-jb-req-btns-flex99{
    padding-inline: 1.78rem;
  }

  .edit-vw-btn{
    margin-bottom: 0 !important;
  }

  .comp-jbtest-main-bx{
    grid-template-columns: repeat(1, 1fr);
  }

  .comp-img-bx{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .comp-img-bx img{
    margin: 0 auto;
  }

  .left-login-bg-img-bx{
    display: none;
  }

  .emp-menu-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    width: 4rem;
    height: 3.5rem;
    display: grid;
    place-items: center;
    font-size: 1.35rem;
    color: #010101;
    background-color: var(--secondary);
    border-radius: .5rem;
    cursor: pointer;
  }
  
  
  .nav-link99{
  
    position: fixed;
      top: 0;
      left: 0;
      width: 25rem;
      height: 100vh;
      background-color: #fff;
      transition: 800ms ease;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      margin-left: 0;
      padding-block-start: 13rem;
      z-index: 99999;
      transform: translateX(-100%);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    
  }
  
  .nav-link99.emploginnavactive{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .emp-login-nav-close-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    color: #fff;
    cursor: pointer;
  }

  .logo99{
    margin-left: 5rem;
  }

  .emplyer-login-fogot-passwrd{
    margin-block-start: 4rem;
  }

  .ui-widget-header input{
    width: 25rem ;
  }

  .intervw-off-let-time-date-loct-bx-grid2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .que3st-list-gird{
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  .ques-li-bx-del-btn img{
    margin: 0 !important;
  }

}







@media all and (min-width: 320px) and (max-width: 767px) {



  html {
    font-size: 56.2%;
  }



  /* header  */

  .menu-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    margin-left: 0;
    margin-right: 6rem;
  }

  .header-upgrde-pln-btn,
  .lang-font,
  .A-flex-box,
  .lang-icon,
  .language-selct-box,
  .user-main-box {
    display: none;
  }

  .header-comp {
    padding: .8rem 0;
  }

  .main-Content.active {
    padding-left: 0;
  }

  section {
    padding-top: 1rem;
  }

  .main-Content {
    margin-left: 3.5rem;
    padding-top: 5rem;
  }

  .left-logo-menu-box {
    max-width: 40rem;
    margin: 0;
  }



  .logo {
    width: 13rem;
    margin-left: 6rem;
  }

  .side-nav-comp {
    width: 3.5rem;
  }

  .nav-li {
    padding: 12px 7.5px;
  }

  .nav-li img {
    width: 1.5rem;
  }

  .n-icon {
    width: 1.7rem;
  }

  .dropDn li a {
    font-size: 14px;
    padding: 5px 0 10px 8px;
  }

  .drp-dwn-text {
    font-size: 1.3rem;
  }

  .drop-dwn-img img {
    width: 1.5rem;
  }


  .home-heading-box {
    margin-bottom: 2rem;
  }

  .jobs-grid {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 3rem;
  }

  /* current plan  */

  .jobs-interview-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .cndte-agny-jn-bx-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .job-intvw-head-box {
    flex-direction: column;
  }

  .cndte-jn-det-box {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.5rem;
  }

  .right-cdnte-date-join-box h6 {
    text-align: left;
  }

  .right-cdnte-date-join-box p {
    margin-top: 0;
  }

  .cdnt-img {
    margin-right: 0;
  }

  .footer-comp {

    padding: 2rem 0rem 1.5rem 0;


  }

  .footer-main-box {
    flex-direction: column;
  }

  .f-copyright-box p {
    margin-right: 0;
    font-size: 1.3rem;
  }



  .home-heading-box {
    flex-direction: column;
  }

  .jobs-grid-box-comp,
  .job-progress-sec-dashboard,
  .upcoming-jobs-interveiw-comp,
  .candidate-join-agency-comp {
    padding: 1rem 0;
  }


  /* JOB POST  */

  .home-heading-box {
    margin-bottom: .5rem;
  }

  .home-flex {
    flex-direction: column;
  }

  .plum-req-list-bx {
    grid-template-columns: repeat(1, 1fr);
    border: .1rem solid var(--secondary) !important;
    border-radius: .7rem !important;
  }

  .right-plum-bx {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .jb-det-form-grid {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 3rem;
    row-gap: 3rem;
    margin-bottom: 2rem;
  }

  .jobapply-fresher-bx3 {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .yes-no-applyjob-bx3 {
    margin-left: 0;
  }

  .mini-fom-bx-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .job-progress-bx {
    padding: 2rem .87rem;
  }

  .gend-inpt-bx {
    flex-direction: column;
    gap: .67rem;
  }

  .last-jb-det-fom-input-bx {
    grid-template-columns: repeat(1, 1fr);
  }

  .right-jb-diff-btns-flex {
    grid-template-columns: repeat(1, 1fr);
  }

  .center-btn-class {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .jb-det-subt-btn {
    flex-direction: column;
  }


  /* jobs  */

  .jb-post-form-bx {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .reset-search-btn-jb-post {
    flex-direction: column;
    gap: 1.78rem;
  }

  .left-plum-bx {
    padding: 3.45rem 2rem;
  }

  .plum-req-list-bx {
    grid-template-columns: repeat(1, 1fr);
  }

  .jb-post-select-bx {
    grid-template-columns: repeat(1, 1fr);
  }

  .jb-post-range-slider-main-bx {
    grid-template-columns: repeat(1, 1fr);
  }

  /* jobs  */

  .plum-req-list-bx {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 3rem;
  }

  .left-plum-bx {
    padding: 2.45rem 2rem 2rem 2rem;
  }

  .plum-text-bx {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .plum-text1:before {
    left: -1.5rem;
  }

  .mt-minus2,
  .mt-minus15 {
    margin-top: 0%;
  }

  .mb-minus505 {
    margin-bottom: 0% !important;
  }

  .jb-plum-icon-main-bx {
    position: relative;
    bottom: -3.2rem;
    right: 0;
    margin-top: .5rem;
  }

  .crete-job-btn {
    margin-bottom: 0;
  }

  .plum-text1 {
    margin-left: .5rem;
  }

  .jb-plum-type-bx-main {
    grid-template-columns: repeat(1, 1fr);
    row-gap: .1rem;
  }

  .jb-plum-type-bx:after {
    display: none;
  }

  .jb-plum-icon-main-bx {
    flex-direction: column;
  }

  .jb-post-apply-filt-bx {
    margin-top: 17rem;
  }

  .right-jb-req-btns-flex {
    margin: 0px 0 -4.5rem 0;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 50%;
    gap: 1.5rem;
    transform: translateX(-50%);

  }

  .crete-job-btn {
    width: 20rem;
  }

  .jobs-for-u {
    margin-top: 9rem;
  }

  .apply-filter-jb-post-main-bx {
    margin-top: 3rem;
  }

  .jb-plum-type-bx {
    padding: .3rem;
  }


  /* header comp */



  .A-flex-box,
  .language-selct-box {
    display: none;
  }

  .nav-link2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 25rem;
    height: 100vh;
    background-color: #fff;
    transition: 800ms ease;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 0;
    padding-block-start: 13rem;
    z-index: 99999;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .nav-link2.headeractive {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-link2 a {
    padding: 1.5rem 1rem;
    border-bottom: .1rem solid var(--secondary2);
    width: 100%;
    margin-left: 0;
  }

  .register-job-btns {
    display: none;
  }

  /* login register */



  .succfly-reg-grid-bx {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
  }

  .emp-reg-yrsf-img img {
    display: none;
  }

  .emp-reg-yoursef-comp {
    margin-top: 4rem;
  }

  .allow-ben-sel-grid-bx {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .jobapply-fresher-bx {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1.5rem;

  }

  .yes-no-applyjob-bx {
    flex-direction: column;
    align-items: flex-start;
  }

  .reg-yrsf-form-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .applyjob-yes-no-btn2 {
    margin-left: 0;
  }

  .emp-reg-yrsf-btn-flex {
    flex-direction: column;
    gap: 1.5rem;
  }

  .emp-reg-yrsf-form-main-bx {
    padding: 3rem 0;
  }

  .job-det-form-main-bx {
    padding: 41px 20px 20px 20px;
  }

  /* login register */


  .succfly-reg-grid-bx {
    grid-template-columns: repeat(1, 1fr);
  }

  .emp-reg-yrsf-img img {
    display: none;
  }

  .login-jobseeker-comp {
    height: 100vh;
    margin-top: 0;
    display: grid;
    place-items: center;
  }

  .right-login-main-bx {
    padding: 5rem 2rem;
  }

  .left-login-bg-img-bx {
    display: none;
  }

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

  .p-steps {
    display: none;
  }

  .lgin-inpt input {
    width: auto;
  }

  .lgin-inpt a {
    margin: 1rem 0 0 0 !important;
  }

  .ng-untouched {
    margin-top: 0 !important;
  }

  /* walks  */

  .crete-job-btn {
    width: 15rem;
    font-size: 1.2rem;
  }

  .plus-icon {
    font-size: 1.2rem;
  }

  .postBtnBx {
    justify-content: flex-start;
    gap: 1rem;
    flex-direction: column;
    margin-top: 2rem;
    width: 100%;
  }

  .postBtnBx a {
    width: 100%;
  }

  .apply-filter-jb-post-main-bx {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .walkinlist-btn {
    position: absolute;
    right: 0;
    top: 0;

  }

  .jb-main-req-list-sec.walkin-custom-page {
    margin-top: -8rem;
  }

  .home-heading-box h2 {
    font-size: 1.65rem;
  }

  .common-container {
    margin: 0 1rem 0 1rem;
  }

  .filter-h4 {
    text-align: left;
  }

  .jb-pt-btn {
    padding: .87rem 1.78rem;
  }

  .reset-search-btn-jb-post {
    gap: 0.78rem;
  }


  /* interview list */

  .appl-sel-impt-bx-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .intervw-offer-letter-job-list-main-bx .ng-star-inserted {
    grid-template-columns: repeat(1, 1fr);
    border: .13rem solid var(--secondary);
    border-radius: .7rem;
  }

  .right-intervw-jb-list-bx {
    align-items: flex-start;
    text-align: left;
  }

  .intervw-off-let-time-date-loct-bx-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .intervw-off-let-date-time-loc-bx:before {
    display: none;
  }

  .intervw-vacc-cand-reshed-main-bx {
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
    gap: 1.5rem;
  }

  .right-intervw-jb-list-bx {
    padding: 3rem 2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

  }

  .reshed-btn {
    width: 16rem;
    font-size: 1.2rem;
    padding: 1rem .5rem;
  }

  .sched-intvw-btn {
    padding: 1.65rem .65rem;
    width: 14rem;
    font-size: 1.1rem;
  }

  .apply-filter-form-bx {
    padding: 3rem 1rem;
  }

  .cadn-sel-inpt-bx {
    margin-bottom: 1rem;
  }

  .r-yf-inpt-bx-2 select {
    height: 100%;
  }

  /* ------- */

  .jb-post-dates {
    align-items: flex-start;
    flex-direction: column;
  }

  .plum-text2-spe {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .int-cand-btn {
    width: 17rem;
    font-size: 1.2rem;
  }

  .plum-text4 {
    font-size: 1.3rem;
  }

  .plum-text5 {
    margin-bottom: 0;
  }

  .jb-plum-type-bx-main2 {
    margin: .3rem 0;
  }

  .reset-search-btns-cand {
    margin-top: 0;
  }

  .rg-job-btn p {
    font-size: 1.3rem;
  }

  .rg-job-btn {
    gap: .2rem;
  }


  /* ------- */



  /* uplod document */

  .cand-icon img {
    width: 3rem;
  }

  .cand-icon {
    width: 7rem;
    height: 7rem;
  }

  .cad-li-bx {
    padding: 2.76rem 1rem
  }

  .eye-i img:nth-child(1) {

    margin: 4px 0px -14px 0px;
    width: 1.5rem;

  }

  .eye-i img:nth-child(2) {

    width: 1.4rem;
    margin-bottom: 5px;

  }

  .cadn-list-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .cad-li-bx {
    flex-direction: column;
    gap: 1rem;
    padding: 2.76rem 1rem 1rem 1rem;
  }

  .gender-sel-btns {
    gap: 1rem;
  }

  .page-switch-next-prev-bx {
    margin-left: 0;
  }

  .apfil-table-flex-bx {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .tabl-left-bx {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;

  }

  .apfl-table-main-bx {
    padding: 3rem 1rem;
  }

  .pri-plan-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .pricng-plan-main-bx {
    padding: 3.5rem 1rem;
  }

  .pric-plan-container {
    gap: .87rem;
    flex-direction: column;
  }

  .pricing-plans-sec {
    padding: 1rem 0;
  }

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

  .ques-type-main-bx {
    padding: 3rem 1rem;
  }

  .create-qques-btn {
    padding: .78rem .76rem;
    width: 18rem;
  }

  .home-comp-review-app {
    margin: 0 0 1rem 0;
  }

  .sel-page-bx span {
    font-size: 1rem;
  }

  .pg-num-bx {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .totl-page-bx {
    font-size: 1.2rem;
  }

  .wk-jb-person-det-main-bx {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
    column-gap: .5rem;
  }

  .locat-grid-bx {
    grid-template-columns: repeat(1, 1fr);
  }

  .left-plum-bx {
    padding: 2rem 1rem 2rem 1rem;
  }

  /* .pri-plan-grid{
  grid-template-columns: repeat(1, 1fr);
} */

  .view-btun {
    margin-bottom: 0;
  }

  .mt-minus40 {
    margin-top: 0% !important;
  }

  .plum-req-list-bx4 {
    row-gap: 3rem !important;
  }

  .jb-main-req-list-sec3 {
    margin-top: 0;
    padding-top: 0;
  }



  .plum-req-list-bx6 {
    margin-top: 15rem;
  }

  .jobs-for-u {
    margin-top: 5rem;
  }


  /* ------------- */


  .jober-dast-form-grid {
    grid-template-columns: repeat(1, 1fr);
  }


  .left-jober-dastt-img-bx img {
    margin-top: 0rem;
  }

  .gender-sel-btns {
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .search-result-cand-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2rem;
  }

  .agency-sec {
    padding: 2rem 0;
  }

  .rel-offer-inpt-bx {
    padding: 0 0;
  }

  .add-grp-btns-flex {
    gap: 0;
  }

  .add-grp-btn {
    padding: .78rem .5rem;
    font-size: 1.2rem;
  }

  .add-ques-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .slip-text p {
    margin-block-start: 0;
    margin-inline-start: 1rem;
  }

  .jober-dastt-form-grid,
  .jober-dastt-form-grid2 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
    margin-bottom: 2rem;
  }

  .upload-sal-slip-bx {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    padding: 0 0;

  }

  .r-yf-inpt-bx input {
    width: 100%;
  }

  .intervw-det-form-grid-bx {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
  }

  .jb-vacc-app-cand-main-bx {
    position: relative;
    top: 1rem;
    right: 0;
    margin-bottom: 3rem;

  }

  .persl-detl-comp a.crete-job-btn {
    margin-top: 0%;
  }

  .plum-req-list-bx {
    row-gap: 2rem;
  }

  .agency-info-bx p {
    font-size: 1.2rem;
  }

  .cand-det-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  /* pop-up responsive */

  .right-cand-det-bx {
    column-gap: 3rem;
    row-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .cand-det-main-bx h5 {
    padding-top: 1.45rem;
  }

  .cand-det-grid {
    row-gap: 4rem;
  }


  .role-mang-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.78rem;
    flex-direction: column;
  }

  .cand-det-comp {
    width: 33rem;
  }

  .cand-det-main-bx {
    width: 100%;
    max-width: 100%;
  }

  .downld-cv-btn {
    display: block;
    margin-right: 0;
    width: 15rem !important;
    margin: 2rem auto;
  }

  .downlod-cv-main {
    float: none !important;
  }

  .upld-sal-slip-cand-det-bx {
    max-width: 33rem;
  }

  .uplod-sal-slip-form-bx {
    grid-template-columns: repeat(1, 1fr);
  }

  .cand-info-bx2 span {
    font-size: 1rem;
  }

  .sala-slip-bx {
    width: 33rem;
  }

  .close {
    z-index: 99;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }

  .legend-box {
    padding: 0;
  }

  .question-list-wrapper {
    margin-top: 1.5rem;
  }

  .biz-label {
    font-size: 1.34rem;
  }

  .btn-w-shadow {
    width: 10rem;
  }

  .persl-detl-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .jb-post-apply-filt-bx {
    margin-top: 2rem;
  }

  .persl-detl-bx {
    padding: 2rem 1rem;
  }

  .persl-detl-bx h5 {
    font-size: 1.4rem;
  }

  .comp-det-form-bx{
    grid-template-columns: repeat(1, 1fr) !important;
  }
 
  .job-det-form-main-bx{
    padding: 0;
  }

  .spanned-grid-bx-2{
    grid-column: auto;
  }

  .agency-grid{
    padding: 0 1.78rem;
  }

  .modal-content{
    margin-top: 4rem;
  }

  th{
    padding: 1.5rem 2rem !important;
  }

  .job-view {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start;
    text-align: left;
}

.job-view>div:first-child{
  border-right: none;
}

.form-group p{
  padding-left: 0;
  padding-right: 0;
}

.reshedule-inte-form-main-bx{
  width: 33rem;
}

.inte-grid{
  grid-template-columns: repeat(1, 1fr);
  row-gap: 1rem;
}

.wk-jb-det-bx{
  padding: 2rem 1rem;
}


.jb-plum-type-bx-main{
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2rem;
}

.add-cont-detls-btn{
  display: flex !important;
}

.registrd-register-evnt-btn-flex{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.agency-grid{
  padding:  0 0 !important;
}

.right-reshed-btn a{
  font-size: 13px !important;
  width: 17rem;
}

.left-inervw-jb-list-bx{
  padding: 3rem 1.5rem;
}

.reset-search-btns-cand{
  flex-direction: column;
  gap: .76rem;
}

.int-cand-btn{
  padding: .78rem 1rem;
}

.yuva-sandesh{
  width: 124px;
  height: 115px;
}

.reset-search-btns-cand{
  margin-top: 1.5rem;
}
.right-jb-req-btns-flex99{
  padding-inline: 1.78rem;
}

.we-have-job-sec88 h4{
  display: none !important;
}

.edit-vw-btn{
  margin-bottom: 0 !important;
}

.cand-detls-modaal-body {
  height: 38rem;
  overflow-y: auto;
}

.joiningconfirmmodalbody{
  height: 35rem;
  overflow-y: auto;
}

.release-offer-sec99{
  height: 40rem !important;

}

.plum-req-list-bx699{

  margin-top: 0 !important;
  
}
.screning-ques-modal-body{
  height: 35rem !important;
}

.scrng-ques-modal-close-btn{
  position: absolute !important;
  top: -8px !important;
  right: 1rem !important;
}

.comp-jbtest-main-bx{
  grid-template-columns: repeat(1, 1fr);
}

.comp-img-bx{
  display: flex;
  justify-content: center;
  align-items: center;
}

.comp-img-bx img{
  margin: 0 auto;
}

.cmpprofilpage{
  white-space: nowrap;
    border-collapse: collapse;
    overflow-x: auto;
}

.feedback-pop-up-sec{
  position: fixed;
}

.feedback-popup-main-bx{
  width: 33rem;

}

.feedback-text h6{
  font-size: 1.76rem;
}

.feedback-text-bx textarea::placeholder{
  font-size: 1.3rem;
}

.feedback-icon{
  height: 37%;
}

.feedback-icon img{
  max-width: none !important;
  margin-top: -0.78rem;
}

.view-job-add-opening .d-flex{
  flex-direction: column;
  gap: 1.5rem;
}

.view-job-add-opening .d-flex .crete-job-btn{

  width: 17rem !important;
  
}

.register-job-btns99{
  display: flex !important;
  padding-inline-end: 1.4rem !important;
}

.register-job-btns99 .reg-btn{
  padding: .67rem 1rem;
  font-size: 1rem;
}

.logo99{
  width: 10rem;
}

.emp-menu-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  width: 4rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  color: #010101;
  background-color: var(--secondary);
  border-radius: .5rem;
  cursor: pointer;
}


.nav-link99{

  position: fixed;
    top: 0;
    left: 0;
    width: 25rem;
    height: 100vh;
    background-color: #fff;
    transition: 800ms ease;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 0;
    padding-block-start: 13rem;
    z-index: 99999;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  
}

.nav-link99.emploginnavactive{
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.emp-login-nav-close-btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-color: var(--primary);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
}



.emplyer-login-fogot-passwrd .btn-w-shadow{
  width: 100%;
}

.right-login-main-bx{
  background-color: #f5f5f5;
  margin-block-start: 4rem;
}

.submit-btn{
  margin-top: 15rem;
}

.job-list-action88{
  gap: 1rem !important;
  margin-right: 0 !important;
}

.job-list-action88 .add-cont-per-btn {
  min-width: 80px !important;
}

.add-cont-pers-fom-bx-main88{
  height: 41rem !important;
}

a.btn.btn-w-shadow.no-rd.pull-right.rightalign-btn{
  margin-bottom: 1.3rem;
}

.home-flex{
  text-align: center;
}

.remark-suit-cand-main-bx99{
  width: 33rem !important;
}

.right-jb-req-btns-flex-bx-99{
  justify-content: center !important;
}

.last-jb-det-fom-input-bx999{
  grid-template-columns: repeat(1, 1fr) !important;
}

.dropDn li a{
  padding: 10px 0 10px 9px !important;
}

.nav-li {
  padding: 12px 9px !important;
}

.cand-det-comp {
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translate(-145px, 0px);
  width: 33rem;

}

.que3st-list-gird{
  grid-template-columns: repeat(1, 1fr) !important;
}

.ques-li-bx-del-btn img{
  margin: 0 !important;
}

.cand-det-main-bx{
  border-radius: 0 !important;
  padding: 3rem 1rem;
}


.cand-det-main-bx .apfl-table-main-bx{
  padding: 1rem 1rem;
}

}


/* custom scrollbar --- */

::-webkit-scrollbar {
  width: .367rem;
}


::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}

::-webkit-scrollbar-track {
  background-color: var(--secondary);
}

::selection {
  background-color: var(--primary);
  color: #fff;
}



/*  responsive css End */

a.btn.btn-w-shadow.no-rd.pull-right.rightalign-btn {
  border-radius: 5rem;
  margin-right: 11px;
  border-radius: 5rem !important;
  box-shadow: none !important;
  background: #fff;
  border: 0.1rem solid #512b7b;
  padding: 0.78rem 0.56rem;
  width: 14rem;
  font-size: 1.2rem;
}


a.btn.btn-w-shadow.no-rd.pull-right.rightalign-btn:hover{
  background-color: var(--primary);
  color: #fff;
}