.job_openings
{
  padding: 3% 0px;
  background-color: var(--color-white);
  clip-path: polygon(0% 0.3%, 89% 0%, 100% 27%, 100% 100%, 0% 100%, 0% 50%);
  width: 100%;
  position: relative;
  float: left;
}
.job_openings .content_title,
.testimonials .content_title
{
  font-family: var(--font-family-italic);
  color: var(--color-violet);
  font-size:var(--font-size-24px);
  line-height:var(--line-height-29px);
  font-weight: normal;
  padding-bottom: 10px;
}
.job_openings .content_title
{
  font-family: var(--font-family-italic);
  color: var(--color-bright-pink);
  font-size:var(--font-size-24px);
  line-height:var(--line-height-29px);
  font-weight: normal;
  padding-bottom: 10px;
}
.job_openings .card 
{
  padding: 8% !important;
  border: none;
  outline: none;
  margin-bottom:1.5rem;
  min-height: 180px;
}
.job_openings .card h5
{
  font-family: var(--font-family-medium);
  font-size: var(--font-size-14);
  line-height:var( --line-height-23px);
  color: var(--color-grey-dark);
  font-weight: normal;
}
.job_openings .card .job_title
{
  font-family: var(--font-family-light);
  font-size: var( --font-size-m);
  line-height:var( --line-height-23px);
  color: var(--color-grey-dark);
  font-weight: normal;
  font-weight: 600;
}
.job_openings .card .arrow a
{
  float: right;
  text-decoration: none;
  font-family: var(--font-family-light);
  color: var(--color-violet);
  font-size: var( --font-size-13px);
  font-weight: normal;
  line-height:var( --line-height-18px);
  margin-top: 10px;
}
.job_openings .job_openings_card_img 
{
  width: 100%;
  height: 3em;
  margin-bottom: 8px;
}
.form-check-input:checked
{
  border: 1px solid var(--color-pink) !important;
  background-color: var(--color-pink);

}
.form-check-input[type=checkbox]
{
  border-radius: 2px;
  margin-top: 2px !important;
}
.form-check-input:focus
{
  box-shadow: none;
}
.job_openings .job_openings_card_img img
{
  object-fit: cover;
  height: 3rem;
}

/* Testimonial */

.testimonials
{
  padding: 3% 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 8.8% 100%);
  /* background-color:  rgba(253, 240, 130,0.4); */
  background-color: var(--color-light-pink);
  position: relative;
  width: 100%;
  float: left;
  overflow-x: hidden;
}
.testimonials 
{
  justify-content: space-around;
  position: relative;
}
.testimonials  .card
{
  flex-direction: row;
  justify-content: flex-end;
  padding: 3% 0;
  /* margin-top: 22px; */
  border: none;
  outline: none;
  box-shadow: 0px 3px 6px #00000029;
  height: 17rem;
  border-radius: 0px;
}
.testimonials .testimonials_desc
{
  margin: auto;
  position: relative;
  /* min-height: 330px; */
  margin-bottom: 40px;
  top: 22.875rem;
  left:-9rem;
  text-align: left;
}
.testimonials .field__item
{
  width: 24em;
  position: absolute;
  left: 4rem;
  right: 0;
  clip-path: polygon(79% 0%, 100% 29.8%, 83% 100%, 0% 100%, 0% 0%);
  height: 24em;
  top: 0rem;
  z-index: 1;
}
.form-item--error-message 
{
  color: red;
  text-align: left;
  font-family:var(--font-family-light);
  font-size: var(--font-size-14);
  font-weight: 100 !important;
}
.employee-registration .form-item--error-message::before
{
  display: none !important;
}
.testimonials .img_1 img
{
  width: 100%;
  height: 100%;
}
.testimonials .testimonials_desc img
{
  height: 100%;
  object-fit: cover;
}
.testimonials  .card .card_content
{
  padding: 0 2% 0 4%;
}
.testimonials .card .card_content .name
{
  font-family: var(--font-family-medium);
  color: var(--color-bright-pink);
  font-size:var(--font-size-22px);
  line-height:var( --line-height-38px);
  font-weight: normal;
}
.testimonials .card .card_content .designation
{
  font-family: var(--font-family-italic);
  color: var(--color-violet);
  font-size: var( --font-size-16px);
  line-height:var( --line-height-14px);
  font-weight: normal;
  margin-bottom: 4%;
}
.testimonials  .card .card_content p
{
  font-family: var(--font-family-light);
  color: var(--color-grey-dark);
  font-size:var( --font-size-13px);
  line-height:var( --line-height-21px);
  font-weight: normal;
}
.openings
{
  padding: 4% 0;
  /* background-color: var(--color-yellow); */
  background-color: var(--color-pink);
  clip-path: polygon(9.0% 0%, 100% 0%, 100% 100%, 0% 100%);
  position: relative;
  width: 100%;
  float: left;
  overflow-x: hidden;
}
.openings .openings_title
{
  color: var(--color-white);
  font-family: var(--font-family-italic);
  font-size:var( --font-size-32px);
  line-height:var(--line-height-38px);
  margin-bottom: 3%;
}
.openings .openings_content,
.openings .mail
{
  font-family: var(--font-family-light);
  color: var(--color-grey-dark);
  font-size:var( --font-size-m);
  line-height:var( --line-height-27px);
  font-weight: normal;
}
.openings .mail a
{
  font-family: var(--font-family-medium);
  font-size:var( --font-size-m);
  line-height: var( --line-height-27px);
  color: var(--color-violet);
  font-weight: normal;
}
.subtitle
{
  font-family: var(--font-family-light);
}
.alert-info
{
  display: none;
}
.path
{
  margin-top: 5%;
}
.path3 {
  width: 340px;
  height: 100px;
  border: solid 5px #000;
  border-color: #fff transparent transparent transparent;
  transform: rotate( 178deg);
  border-radius: 137%/100px 100px 0px 0px;
  position: absolute;
  right: 55px;
  bottom: 49px;
}
.path4 
{
  width: 580px;
  height: 100px;
  border: solid 4px #000;
  border-color: #FF52A5 transparent transparent transparent;
  transform: rotate(178deg);
  border-radius: 57%/100px 100px 0px 0px;
  position: absolute;
  right: -71px;
  bottom: 26px;
}
.register .social .reg_social
{
  font-family: var(--font-family-regular);
  color:var(--color-grey-dark);
  font-size: var(--font-size-20px);
  line-height:var(--line-height-33px);
  font-weight: normal;
  margin-bottom: 5%;
}

.register .register_options .social_reg_options 
{
  text-align: center;
  margin-bottom: 7%;
}
.register .register_options .social_reg_options a
{
  text-decoration: none;
}
.register .register_options .social_reg_options h3
{
  background-color:var(--color-lightblue) ;
  color: var(--color-white);
  font-family: var(--font-family-light);
  font-size:var(--font-size-14);
  padding: 10px;
  line-height: var(--line-height-22px);
}
.register .social
{
  align-self: center;
}
.register .register_options .social_reg_options .fa
{
  margin-right: 10px;
}
/* .line_employee {
  position: absolute;
  left: 43%;
  top: 10%;
  bottom: 0;
  width: 1px;
  background: #ccc;
  z-index: 1;
  height: 16rem;
}
.word_employee
{
  color: var(--color-black-light);
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 3px;
  font-family: var(--font-family-light);
  font-size: var(--font-size-m);
  line-height: var(--line-height-27px);
  background: #fff;
  width: 50%;
  margin: auto;
  position: absolute;
  left: 25%;
  top: 4px;
} */
/* .register input#edit-actions-submit
{
  margin-top: 5%;
} */
.password-field
{
  padding-right: 2.5rem;
}
.register .card_employee
{
  box-shadow: 0px 3px 10px #00000029 !important;
  border: none;
  outline: none;
  margin: 0 0 5% 0 !important;
  display: flex;
  flex-direction: row;
}
/* .job_openings .job_openings_row .job_openings_card_img_content .description
{
  display: none;
} */
/* details > .details-wrapper
{
  padding: 0.5rem !important;
}
details#captcha
{
  padding: 0 !important;
} */
/* .g-recaptcha
{
  display: flex;
  justify-content: center;
  align-items: center;
} 
.carousel-item
{
  display: block;
}
*/
.job_openings .job_openings_card_img_content .description
{
  min-height: 2rem !important;
  font-size: var(--font-size-14);
  line-height: var(--line-height-27px);
}
.card_employee form#webform-submission-register-as-employee-add-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-i-agree-to-terms-and-conditions.form-item-i-agree-to-terms-and-conditions
{
  display: none;
}
.job_openings .job_openings_row .col.job_opening_desc_list .card
{
  flex-direction: column !important;
}
.employee-registration label
{
  font-size: var(--font-size-12px);
  font-family: var(--font-family-light);
  line-height: var(--line-height-20px);
}
/* .employee-registration .right-body-content div[id^=edit-pass-fields]
{
  display: flex;
} */
.employee-registration .password-strength__title,
.employee-registration .password-confirm
{
  font-family: var(--font-family-medium);
  font-size: var(--font-size-12px);
  /* line-height: var(--line-height-20px); */
}
.employee-registration .password-confirm
{
  line-height: 1.8;
}
.employee-registration .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-terms-conditions.form-item-terms-conditions label a,
.employee-registration div[id^=edit-login] a,
.register_card_employer .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-terms-conditions.form-item-terms-conditions label a,
.register_card_employer div[id^=edit-login] a
{
  color: var(--color-bright-pink);
  text-decoration: none;
  font-size: var(--font-size-13px);
  line-height: var(--line-height-21px);
  font-weight: normal;
}
.employee-container .form-check-input[type=checkbox]
{
  margin-right: 0.5rem;
}
.employee-registration input[id^=edit-submit],
.register_card_employer input[id^=edit-submit],
.employee-registration input[id^=edit-submit]:focus,
.register_card_employer input[id^=edit-submit]:focus
{
  background-color: var(--color-bright-pink);
  color: var(--color-white);
  font-family:var(--font-family-medium);
  border: none;
  outline: none;
  font-size: var(--font-size-14);
  line-height: var(--line-height-22px);
  text-transform: uppercase;
  border-radius: 0px;
  box-shadow: none !important;
  padding: 0.8rem;
}
.employee-registration div[id^=edit-login] a,
.register_card_employer div[id^=edit-login] a
{
  margin-left: 0.8rem;
}
.employee-registration div[id^=edit-login] label
{
  text-decoration: none;
  font-size: var(--font-size-13px);
  line-height: var(--line-height-21px);
  font-weight: normal;
  color: var(--color-grey-dark);
}
.employee-registration span.register-or-text
{
  display: flex;
  justify-content: center;
  font-family: var(--font-family-medium);
  color: var(--color-or-text);
  text-transform: uppercase;
  position: relative;
  margin-top: 1rem;
  font-size: 1rem;
}
.employee-registration span.register-or-text::before
{
  content: '';
  background-color: var(--color-or-text);
  height: 2px;
  width: 193px;
  display: block;
  z-index: 0;
  position: absolute;
  left: 22rem;
  top: 0.6rem;
}
.employee-registration span.register-or-text::after
{
  content: '';
  background-color: var(--color-or-text);
  height: 2px;
  width: 193px;
  display: block;
  z-index: 0;
  position: absolute;
  right: 22rem;
  top: 0.6rem;
}
.rc-anchor-light.rc-anchor-normal  {
  border: none !important;
}
.iti--allow-dropdown .iti__flag-container {
  right: auto;
  /* left: 10px; */
}
.employee-registration div[id^=edit-social-reg] label,.employee-registration div[id^=edit-employee-reg] label
{
  display:flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: var(--color-violet);
  font-family: var(--font-family-italic);
  font-size: var(--font-size-m);
  line-height: var(--line-height-19px);
  margin: 1rem 0;
}
.employee-registration .custom-bnt-social,
.employee-registration .custom-bnt-social:focus
{
  background-color: var(--color-lightblue);
  border: none;
  outline: none;
  color: var(--color-white);
  border-radius: 0px !important;
  font-family: var(--font-family-light);
  font-size: var(--font-size-14);
  line-height: var(--line-height-23px);
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.employee-registration .js-form-item.form-item.js-form-type-phone-international.form-type-phone-international.js-form-item-mobile-number.form-item-mobile-number {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
.employee-registration .js-form-item.form-item.js-form-type-phone-international.form-type-phone-international.js-form-item-mobile-number.form-item-mobile-number label.js-form-required.form-required {
  margin-bottom: 12px;
}
.form-check-input
{
  margin-top: 0.3em;
}
/* .job_openings .job_openings_content_row
{
  justify-content: space-around;
}
.job_opening_desc_list
{
  width: 21% !important;
  margin-bottom: 2rem;
}
.employee-registration .password-suggestions
{
  display: none !important;
} */
.job_openings .view_more a,
.job_openings .view_more
{
  padding-top: 2% !important;
  padding-right: 0% !important;
  font-size: var(--font-size-18px);
}
.eye-open
{
  background-image: url(./images/eye.svg);
  opacity: 0.3;
}
.eye-close
{
  background-image: url(./images/eye-slash-solid.svg);
  opacity: 0.3;
}
/* .register_content
{
  padding: 3rem 0 0 0;
} */
@media screen and (min-width:0px) and (max-width:767px) 
{
  .testimonials  .card .card_content p
  {
    margin-bottom: 0px !important;
  }
  .testimonial-wrapper .slick__arrow
  {
    margin-bottom: 1.5rem !important;
  }
  .testimonials .testimonials_desc
  {
    margin-bottom: 0px !important;
  }
  .testimonial-wrapper .slide__description
  {
    width: 99% !important;
  }
  .testimonials .testimonials_desc
  {
    left: 0px !important;
    top: 17rem !important;
    overflow-x: hidden;
  }
  .slick__arrow
  {
    left: -6px !important;
    top: 88% !important;
  }
  .slick-slide
  {
    min-height: 6rem !important;
  }
  .mview_employee_form .gx-5
  {
    padding: 0px !important;
  }
  .testimonials .field__item 
  {
    width: 100%;
    position: absolute;
    left: 0rem;
    right: 0;
    clip-path: none;
    height: 100%;
    top: 0px;
    z-index: 1;
  }
  header .navbar-brand
  {
    margin-left: 0.5rem;
  }
  #contact form .webform-flexbox .webform-flex.webform-flex--1 input[id^=edit-get-contacted], #demo form .webform-flexbox .webform-flex.webform-flex--1 input[id^=edit-get-contacted]
  {
    padding-right: 8rem !important;
  }
  .register div#contact, .register div#demo
  {
    min-height: 20rem !important;
  }
  div#contact .js-form-item-get-contacted .form-item--error-message,
  div#demo .form-item--error-message
  {
    min-height: 0px !important;
    margin-top: 0.5rem !important;
  }
  #contact form details#captcha,
  div#demo form details#captcha
  {
    margin-top: 3rem !important;
    padding:0px !important;
  }
  .register div#demo, .register div#contact {
    padding: 10px 0 0px;
}
  .subtitle
  {
    font-size: var(--font-size-m);
  }
  /* .desc_title,
  .desc_title p,
  .employer_register_content p,
  .how_do_we_work p
  {
    font-size: var(--font-size-10px);
  } */
  .job_openings .view_more a, .job_openings .view_more 
  {
    padding-top: 0% !important;
    padding-right: 0% !important;
    font-size: var(--font-size-12px);
    margin-top: 1px;
  }
  .card_employee form#webform-submission-register-as-employee-add-form .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox.js-form-item-i-agree-to-terms-and-conditions.form-item-i-agree-to-terms-and-conditions
  {
    display:block !important;
  }
  .register .card_employee
  {
    padding: 5% !important;
  }
  .register .card
  {
    flex-direction: column !important;
  }
  .job_openings,
  .testimonials,
  .openings
  {
    clip-path: none;
    padding: 5%;
  }
  .path
  {
    display: none;
  }
   .testimonials_desc .img_1 {
    width: 6em;
    position: absolute;
    left: 12px;
    right: 0;
    clip-path: polygon(79% 0%, 100% 29.8%, 83% 100%, 0% 100%, 0% 0%);
    height: 7em;
    top: 0%;
    z-index:1;
  }
  .register .social .reg_social
  {
    text-align: center;
  }
  .job_openings .job_opening_desc_list
  {
    width: 50%;
  }
 
  .testimonials .card 
  {
    flex-direction: row;
    justify-content: flex-end;
    padding: 3% 0;
    margin-top: 4px;
    border: none;
    outline: none;
    box-shadow:none !important;
    min-height: 6em;
    height: auto !important;
    margin-bottom: 18rem;
  }
  .testimonials .description
  {
    min-height: 0rem !important;
  }
  .arrows
  {
    position: absolute;
    right: 15px;
    bottom: 30px;
  }
  .scroll_arrow button
  {
    width: 50px !important;
    padding: 4px !important;
  }
  .scroll_arrow .fa
  {
    font-size: 15px !important;
  }
  .arrow_link
  {
    justify-content: center;
    margin-left: 0px;
  }
  .box_content
  {
    margin-left: 0px !important;
  }
  .testimonials  .testimonials_desc
  {
    min-height:43rem;
  }
  .testimonials h4
  {
    padding-bottom: 20px;
  }
  /* .line_employee
  {
    transform: rotate(90deg) !important;
    top: -5rem !important;
  }
  .word_employee
  {
    display:flex !important;
    width: 74%;
    left: 55%;
  } */
  .job_openings .job_openings_row
  {
    display: flex;
    /* flex-direction: column-reverse; */
    padding-top: 6%;
    /* justify-content: center; */
    /* align-items: center; */
  }
  .job_opening_desc_list
  {
    width: 50% !important;
    margin-bottom: 0rem;
  }
  .form-check-input 
  {
    margin-top: 0.4em;
  }
  .job_openings h4
  {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .view_more
  {
    padding-top: 0px !important;
  }
  .job_openings .title_row
  {
    width: 50%;
  }
  .job_openings .view_more_column
  {
    width: 50%;
    position: absolute;
    right: 3%;
    top: 1.5%;
  }
  /* .how_do_we_work .how_do_we_work_col
  {
    width: 50% !important;
  } */
  .job_openings .card
  {
    min-height: 150px !important;
  }
  .employee-registration span.register-or-text::before 
  {
    content: '';
    background-color: var(--color-or-text);
    height: 2px;
    width: 100px;
    display: block;
    z-index: 0;
    position: absolute;
    left: 13rem;
    top: 0.6rem;
  }
  .employee-registration span.register-or-text::after {
    content: '';
    background-color: var(--color-or-text);
    height: 2px;
    width: 100px;
    display: block;
    z-index: 0;
    position: absolute;
    right: 13rem;
    top: 0.6rem;
  }
  .employee-registration .right-body-content div[id^=edit-pass-fields]
  {
    flex-direction: column;
  }
  .js-form-item.form-item.js-form-type-password.form-type-password.js-form-item-pass-fields-pass2.form-item-pass-fields-pass2.confirm-parent
  {
    margin-left: 0rem !important;
  }
  .employee-container .termsandconditions,
  .employeer-container .termsandconditions
  {
    justify-content: start !important;
  }
  .employee-registration input[id^=edit-google]
  {
    background-image: url(./images/google.svg);
    background-repeat: no-repeat;
    background-position: 35% !important;
    background-size: 15px !important;
  }
  .employee-registration input[id^=edit-facebook]
  {
    background-image: url(./images/facebook.svg);
    background-repeat: no-repeat;
    background-position: 35% !important;
    background-size: 9px !important; 
  }
  .employee-registration input[id^=edit-linkedin]
  {
    background-image: url(./images/linkedin.svg);
    background-repeat: no-repeat;
    background-position: 35% !important;
    background-size: 15px !important; 
  }
  .employee-registration input[id^=edit-submit], .register_card_employer input[id^=edit-submit]
  {
    width: 100% !important;
    border-radius: 0px;
  }
  .employee-container .mview_employee_form
  {
    justify-content: center;
  }
  /* div#rc-anchor-container {
    max-width: 90% !important;
  }
  .hello {
    max-width: 50% !important;
  }
  .hello .rc-anchor-logo-portrait {
    margin-top: 10px !important;
    margin: 0px !important;
  }
  .hello .rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100px !important;
    background: red !important;
  }
  .hello .rc-anchor-normal .rc-anchor-pt  {
    width: 200px !important;
    padding-right: 24px !important;
    margin: 0px !important;
}
  }
  .rc-anchor-normal .rc-anchor-pt {
    right: 50px !important;
  } */
  .rc-anchor-normal .rc-anchor-pt
  {
    display: none !important;
  }
  .rc-anchor-light.rc-anchor-normal
  {
    border: none !important;
  }
  .rc-anchor-normal .rc-anchor-checkbox-label 
  {
    width: 90px !important;
    font-family: var(--font-family-light) !important;
  }
  .rc-anchor-normal .rc-anchor-content 
  {
    height: 60px !important;
    width: 142px !important;
  }
  .rc-anchor-logo-portrait 
  {
    margin: 10px 0 0 10px !important;
    width: 42px !important;
  }
  .rc-anchor-normal 
  {
    height: 62px !important;
    width: 218px !important;
  }
  .rc-anchor-logo-img-portrait 
  {
    background-size: 20px !important;
    height: 20px !important;
    margin: 0 13px 0 13px !important;
    width: 20px !important;
    object-fit: cover !important;
  }
  /* .captcha
  {
    justify-content: start !important;
  } */
}

@media screen and (min-width:768px) and (max-width:1023px) 
{
  .testimonials .field__item
  {
    width:100%;
    position: absolute;
    left: 8rem;
    right: 0;
    clip-path:none !important;
    height: 24em;
    top: 0rem;
    z-index: 1;
  }
  .register .card
  {
    flex-direction: column !important;
  }
  .register .card input#edit-actions-submit, .register .card input[id^="edit-actions-submit"]
  {
    width: 100% !important;
    padding: 9.5px 2rem;
  }
  .carousel .carousel-indicators 
  {
    bottom: -50px !important;
  }
  .register #edit-actions
  {
    display: flex;
    justify-content: center;
  }
  .register .register_options .social_reg_options
  {
    justify-content: center;
    display: flex;
  }
  .register .register_options .social_reg_options
  {
    margin-bottom: 2%;
  }
  .register .social .reg_social
  {
    text-align: center;
  }
  .register .register_options .social_reg_options h3
  {
    width: 20rem;
  }
  .job_openings,
  .testimonials,
  .openings
  {
    clip-path: none;
  }
  .testimonials  .card
  {
    flex-direction: row;
    justify-content: start;
    margin-top: 9px;
    border: none;
    outline: none;
    box-shadow: none;
    padding:2rem 13rem 2rem 2rem;
    height: 19rem;
  }
  .slick-dots
  {
    bottom: 10px !important;
  }
  .testimonials  .img_1 
  {
    width: 14em;
    position: absolute;
    left: 0;
    right: 0;
    clip-path: polygon(79% 0%, 100% 29.8%, 83% 100%, 0% 100%, 0% 0%);
    height: 14em;
    top: 0%;
    z-index: 999;
  }
  .testimonials .testimonials_desc 
  {
    margin: auto;
    position: relative;
    /* min-height: 330px; */
    margin-bottom: 40px;
    top: 17.5rem;
    left: 0rem;
    text-align: left;
  }
  .testimonials .card .card_content 
  {
    padding: 0 2% 0 0%;
  }
  .employee-registration input[id^=edit-linkedin] 
  {
    background-position: 14% 45%;
  }
  .employee-registration input[id^=edit-google]
  {
    background-position: 15% 47%;
  }
  .testimonials .testimonial-wrapper .slick__arrow
  {
    top: -1rem !important;
  }
  .testimonials  .testimonials_desc
  {
    min-height: 43rem;
  }
  .testimonials .arrows
  {
    display: flex;
    flex-direction: row-reverse;
  }
  .path3 {
    width: 220px;
    height: 100px;
    border: solid 4px #000;
      border-top-color: rgb(0, 0, 0);
      border-right-color: rgb(0, 0, 0);
      border-bottom-color: rgb(0, 0, 0);
      border-left-color: rgb(0, 0, 0);
    border-color: #79B1BD transparent transparent transparent;
    transform: rotate( 178deg );
    border-radius: 100%/100px 100px 0px 0px;
    position: absolute;
    right: 7px;
    bottom: 28px;
  }
  .path4 
  {
    width: 350px;
    height: 100px;
    border: solid 5px #000;
      border-top-color: rgb(0, 0, 0);
      border-right-color: rgb(0, 0, 0);
      border-bottom-color: rgb(0, 0, 0);
      border-left-color: rgb(0, 0, 0);
    border-color: #7761A7 transparent transparent transparent;
    transform: rotate(178deg);
    border-radius: 57%/100px 100px 0px 0px;
    position: absolute;
    right: -71px;
    bottom: 9px;
  }
}

@media screen and (min-width:0px) and (max-width:1023px) 
{
  .slick__arrow
  {
    top: 101% !important;
  }
  .testimonials  .card .card_content .name
  {
    font-size: var(--font-size-m);
    line-height: var( --line-height-26px);
  }
  .testimonials  .card .card_content .designation
  {
    font-size: var(--font-size-14);
    line-height: var(--line-height-26px);
  }
  .testimonials  .card .card_content .desc_testimonials,
  .testimonials  .card .card_content p
  {
    font-size: var( --font-size-14);
    line-height: var( --line-height-26px);
  }
  .openings .openings_title
  {
    font-size: var(--font-size-11px);
    line-height: var(--line-height-13px);
  }
  .register_left_content .already_registered
  {
    color: var(--color-grey-dark);
    font-family: var(--font-family-light);
    font-weight: normal;
  }
  .register_left_content .already_registered .login
  {
    color: var(--color-violet) !important;
    text-decoration: none;
  }
  .job_openings .job_openings_card_img_content .description,
  .job_details .company_name
  {
    min-height: 2rem !important;
    font-size: var(--font-size-9) !important;
    line-height: var(--line-height-13px) !important;
  }
  
  .job_openings .card .job_title,
  .job_details .job_role
  {
    font-size: var(--font-size-10px) !important;
    line-height: var(--line-height-15px) !important;
  }
  
  .job_openings .card .arrow a,
  .job_details .arrow a
  {
    font-size: var(--font-size-7px) !important;
    line-height: var(--line-height-11px) !important;
  }
}

@media screen and (min-width:1024px) and (max-width:1199px) 
{
  .testimonials  .card 
  {
    flex-direction: row;
    justify-content: flex-end;
    padding: 3% 0;
    margin-top: 22px;
    border: none;
    outline: none;
    box-shadow: 0px 3px 6px #00000029;
    height: 15em;
  }
  .testimonials  .img_1 
  {
    width: 18em;
    position: absolute;
    left: 0;
    right: 0;
    clip-path: polygon(79% 0%, 100% 29.8%, 83% 100%, 0% 100%, 0% 0%);
    height: 18em;
    top: 0%;
    z-index: 999;
  }
}
@media screen and (min-width:1200px) and (max-width:1399px) {
  .employee-registration span.register-or-text::before
{
  content: '';
  background-color: var(--color-or-text);
  height: 2px;
  width: 200px;
  display: block;
  z-index: 0;
  position: absolute;
  left: 18rem;
  top: 0.6rem;
}
.employee-registration span.register-or-text::after
{
  content: '';
  background-color: var(--color-or-text);
  height: 2px;
  width: 200px;
  display: block;
  z-index: 0;
  position: absolute;
  right: 18rem;
  top: 0.6rem;
}
}
@media screen and (min-width:992px) and (max-width:1199px) {
  .employee-registration span.register-or-text::before
{
  content: '';
  background-color: var(--color-or-text);
  height: 2px;
  width: 193px;
  display: block;
  z-index: 0;
  position: absolute;
  left: 12rem;
  top: 0.6rem;
}
.employee-registration span.register-or-text::after
{
  content: '';
  background-color: var(--color-or-text);
  height: 2px;
  width: 193px;
  display: block;
  z-index: 0;
  position: absolute;
  right: 12rem;
  top: 0.6rem;
}
}
.password-parent
{
  float: left;
}
.confirm-parent, .password-parent
{
  max-width: 35em !important;
  clear: none;
}
.employee-registration .js-form-item.form-item.js-form-type-password.form-type-password.js-form-item-pass-fields-pass2.form-item-pass-fields-pass2.confirm-parent
{
  margin-left: 2rem;
  float: right;
}
.password-suggestions
{
  margin-top: 7rem !important;
}
.employee-registration .form-item--error-message
{
  /* color: var(--color-grey-dark); */
  font-family:var(--font-family-light);
  font-size: var(--font-size-14);
  font-family: var(--font-family-light);
  color: red;
}
.employee-registration .js-form-item.form-item
{
  margin-top: 0px;
  margin-bottom: 10px !important;
}
.employee-registration input[id^=edit-google]
{
  background-image: url(./images/google.svg);
  background-repeat: no-repeat;
  background-position: 29% 47%;
  background-size: 15px;
}
.employee-registration input[id^=edit-facebook]
{
  background-image: url(./images/facebook.svg);
  background-repeat: no-repeat;
  background-position: 29% 44%;
  background-size: 8px;
}
.employee-registration input[id^=edit-linkedin]
{
  background-image: url(./images/linkedin.svg);
  background-repeat: no-repeat;
  background-position: 29% 46%;
  background-size: 15px; 
}
i.fa-solid.fa-arrow-right-long {
  margin-left: 0.2rem;
}
.testimonials .team_title
{
  padding-bottom: 3% !important;
}
.form-control:focus,
.form-control
{
  border:1px solid #ced4da;
  border-radius: 0px;
}
.webform-submission-apply-for-job-form .form-item,
.webform-submission-werkpostfiches-popup-form .form-item
/* .webform-submission-werkpostfiches-popup-form .form-item-email label */
{
  margin-top: 1em;
  box-shadow: none;
  margin-bottom: 25px;
}
.webform-submission-werkpostfiches-popup-form .form-item-mobile-number label
{
  margin-top: 0.3em;
}
.webform-submission-apply-for-job-form .form-item input
{
  box-shadow: none;
  border-radius: 0px;
}
.webform-submission-apply-for-job-form .form-item input:focus
{
  border: 1px solid #ced4da !important;
}
.form-item--error-message:before
{
  display: none;
}
.ui-dialog-titlebar-close
{
  box-shadow: none !important;
}
.testimonial-wrapper .slide__description
{
  width: 67rem;
}
.testimonial-wrapper .slick-prev.slick-arrow
{
  left: 90.2%;
}
.testimonial-wrapper .slick__arrow
{
  position: relative !important;
  left: -6px;
}
.testimonial-wrapper .slick__arrow
{
  top: 95% !important;
}
.iti__selected-flag
{
  height: 38px !important;
}
.slick-disabled
{
  z-index: -1;
}

.required::after {
  content:"*";
  color: red;
  font-size: large;
}

.error {
  color: #e32700;
}
.register form.employee-registration {
  font-size: var( --font-size-12px);
  line-height: var(--line-height-20px);
  font-weight: normal;
  color: var(--color-grey-dark);
  font-family: var(--font-family-light);
  /* margin-bottom: 25px; */
}
.employee-registration .employee-rr-number .form-item-rr-number
{
  /* margin-bottom: 0 !important; */
}
.js-form-item-rr-number
{
  margin-bottom: 10px !important;
}

.edit-employee-reg{
  background-color: var(--color-violet) !important;
  color: var(--color-white) !important;
  font-family:var(--font-family-medium);
  border: none;
  outline: none;
  /* width: 45%; */
  /* margin: 2rem 0 0 0; */
  font-size: var(--font-size-14);
  line-height: var(--line-height-22px);
  text-transform: uppercase;
  border-radius: 0px;
  box-shadow: none !important;
}
.employee_box label,
.employee_phone_number label,
.employee-digita-communication label
{
  margin-bottom: 1px !important;
}
.employee-proof-upload > div[id^=ajax-wrapper]
{
  width:50%;
}
.employee-proof-upload .form-item--error-message
{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.employee-proof-upload  > div 
{
    width: 50%;
}
.employee-proof-upload  > div > [id^=ajax-wrapper]
{
  width: 100% !important;
}
.employee-proof-upload  > div > *
{
  width: 100% !important;
}
.employee-proof-upload .button:active,
.employee-proof-upload .button:focus,
.employee-proof-upload .button,
.employee-proof-upload [id^=edit-id-front-remove-button],
.employee-registration .button-action,
.employee-registration .button-action:hover
{
  border: 0px !important;
  /* background-color: var(--color-violet); */
  background-color: var(--color-bright-pink);
  color: var(--color-white);
  border-radius: 0px !important;
}
.employee-registration .employee_iban .iban_field
{
  position: relative;
}
.employee-registration .employee_iban .field-prefix
{
  position: absolute;
    left: 1px;
    top: 23px;
    font-size: 16px;
    background: #d3d3d3;
    height: 36px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.employee-registration .employee_iban input
{
  padding-left: 2rem;
}
.link-color-attr {
  color: var(--color-bright-pink);
  text-decoration: none;
  font-size: var(--font-size-13px);
  line-height: var(--line-height-21px);
  font-weight: normal;
}
.desc_testimonials blockquote
{
  margin-bottom: 0px !important;
}
@media screen and (min-width:0px) and (max-width:767px) 
{
  .employee-proof-upload  > div 
  {
      width: 100%;
  }
  .employee-proof-upload > div[id^=ajax-wrapper]
  {
    width:100%;
  }
}
@media screen and (min-height:0px) and (max-height:500px) 
{
  /* .testimonials .testimonials_desc
  {
    min-height: 50rem !important;
  } */
}
.slide__media .field__item
{
  height:17rem;
}
.slide__media .field__item img
{
  object-fit: cover;
  height:17rem;
}

#employee-wrapper .password-eye-employer {
	    display: none;
}

.custom-study {
  padding: 0 !important;
}

.custom-study legend {
  background-color: var(--color-white) !important;
  border: 0 !important;
}

.employee-registration .custom-study .repeatable-groups > fieldset,
.studiesBg fieldset {
  border:  0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.custom-study .repeatable-groups > fieldset > legend {
  display: none !important;
}

.custom-study .repeatable-groups > fieldset > .fieldset-wrapper {
  padding: 0 !important;
}

.employee-registration .custom-study fieldset.studies-toggle{
  margin-bottom: 0 !important;
}

.employee-registration input[type="date"] {
  height: 43px !important;
  width: 100% !important;
}

.employeeDateWrapper label {
  width: 100% !important;
}

.custom-padding {
  padding: 0 10px; /* Adjust as needed */
}

.custom-study .repeatable-groups .studiesBg .radioCustom > legend,
.custom-study .repeatable-groups .studiesBg .radioCustom > .fieldset-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.custom-study .repeatable-groups .studiesBg .radioCustom > legend {
  padding-top: 0 !important;
}

.custom-study .fieldset-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.open_application_form .form-item, .form-actions {
  margin-bottom: 1.25rem !important;
}

.form_get_conatcted .form-item, .form-actions {
  margin-bottom: 1.5rem !important;
}