:root {
  --text_primary: rgba(37, 131, 233, 1);
  --bg_color: rgba(246, 251, 255, 1);
  --text_color: rgba(30, 30, 30, 1);
  --small_text: rgba(59, 59, 59, 0.8);
  --text-align: center;
  --pt_100: 100px;
  --pb_100: 100px;
  --mt_100: 100px;
  --title_pb_25: 25px;
  --pb_50: 50px;
  --pt_30: 30px;
  --pt_20: 20px;
  --fs_60: 60px;
  --fs_48: 48px;
  --fs_38: 38px;
  --fs_28: 28px;
  --fs_26: 26px;
  --fs_24: 24px;
  --fs_22: 22px;
  --fs_20: 20px;
  --fw_700: 700;
  --fw_600: 600;
  --fw_500: 500;
  --fw_400: 400;
}

/*Common CSS End  */
.career-wrap {
  margin-top: 90px;
}
.main_header {
  top: 0;
}
/* Typography */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  text-transform: none;
  margin: 0px;
}

.career_banner_title h1,
.h1 {
  color: var(--bg_color);
  font-size: var(--fs_60) !important;
  font-weight: var(--fw_600);
  line-height: 75.6px;
  padding-bottom: var(--title_pb_25);
  text-align: center;
  margin: 0;
}

.team_title h2,
.h2 {
  font-size: var(--fs_38);
  font-weight: var(--fw_500);
  padding-bottom: var(--title_pb_25);
  line-height: 47px;
  margin: 0;
  text-align: center;
}

.team_title p,
.career_skills p {
  color: var(--small_text);
  font-size: var(--fs_20);
  font-weight: var(--fw_400);
  text-align: var(--text-align);
  margin: 0px;
}
.career_banner_btn a,
.cta_number a {
  font-size: var(--fs_20);
  font-weight: var(400);
  text-decoration: none;
}
.career_banner_btn a:hover {
  padding: 20px 23px 20px 36px;
}
.career_banner_btn a:hover img {
  transform: translateX(15px);
  width: 60px;
 transition: all 1s ease;
}
a:hover,
a:focus {
  text-decoration: none;
}
.container {
  width: 1440px !important;
  max-width: 100% !important;
}

/* End Typography */

/* career banner Section */

.career_banner {
  background-image: url("../images/career_banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 450px;
  display: flex;
  align-items: center;
}
.career_banner:after {
  content: "Careers";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 32%);
  font-size: 210px;
  font-weight: var(--fw_700);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.career_banner_title p {
  color: rgba(255, 255, 255, 0.7);
  font-size: var(--fs_28);
  line-height: 38px;
  max-width: 1465px;
  margin: auto;
  text-align: center;
}
.career_banner_btn.life_with {
  text-align: center;
  padding: 30px 0 0px 0px;
}
/* End career banner Section /

/* Team Overview  */
.team_overview {
  padding-top: var(--pt_100);
}
.team_image {
  position: relative;
  padding-top: var(--pb_50);
  text-align: center;
}
.team_image img {
  max-width: 100%;
}
.career_team_image {
  position: absolute;
  cursor: pointer;
}
.career_team_image img {
  width: 100px !important;
  height: 100px !important;
}
.v_wrap .play_button_mtpl {
  opacity: 1 !important;
}
.v_wrap .play_button_mtpl img {
  margin: 0 !important;
  object-fit: unset !important;
  height: 550px !important;
}
.infrastructure.container.v_wrap {
  padding-top: var(--pb_50) !important;
}
/* End Team Overview */

/*  Joining Moon Technolabs  */
.join_moon p {
  width: 1300px;
  margin: auto;
  line-height: 40px;
}
.flex_work {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 310px;
  height: 200px;
  background: rgba(255, 246, 216, 0.4);
  border: 1px solid rgba(255, 239, 187, 1);
  border-radius: 20px;
}
.flex_work h3 {
  font-size: var(--fs_22);
  line-height: 27px;
  padding-top: 10px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.work_inner {
  max-width: 1300px;
  padding-top: var(--pb_50);
  margin: auto !important;
}
.row.work_inner > div {
  margin-bottom: 20px;
}
.week_off {
  background: rgba(221, 247, 255, 0.4);
  border: 1px solid rgba(221, 247, 255, 1);
}
.Rewards {
  background: rgba(227, 255, 214, 0.4);
  border: 1px solid rgba(227, 255, 214, 1);
}
.credits {
  background: rgba(231, 226, 255, 0.4);
  border: 1px solid rgba(231, 226, 255, 1);
}
.remote {
  background: rgba(255, 230, 245, 0.4);
  border: 1px solid rgba(255, 230, 245, 1);
}
.tech-stacks {
  background: rgba(255, 236, 225, 0.4);
  border: 1px solid rgba(255, 236, 225, 1);
}
.sandwich {
  background: rgba(221, 247, 255, 0.4);
  border: 1px solid rgba(221, 247, 255, 1);
}
.celebrations {
  background: rgba(255, 246, 216, 0.4);
  border: 1px solid rgba(255, 239, 187, 1);
}
.work_inner .col-lg-3.col-md-3.col-sm-4.col-12 {
  padding: 0px;
}
/* End Joining Moon Technolabs  */

/*  Explore Open Positions  */
.current_opning {
  background: linear-gradient(
    180deg,
    rgba(37, 131, 233, 0.2) 0%,
    rgba(37, 131, 233, 0) 100%
  );
  margin-top: var(--mt_100);
}
span.d-block {
  display: block;
}
.current_Card_wrap {
  color: var(--bg_color);
  width: 1300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  border: 1px solid rgba(235, 235, 235, 1);
  padding: 25px 30px;
  border-radius: 20px;
  background: #fff;
  margin-top: var(--pt_30);
  cursor: pointer;
  transition: all 1s ease;
}
.current_Card_wrap:hover {
  box-shadow: 0px 4px 12px 0px rgba(100, 100, 111, 0.12);
  transition: all 1s ease;
}
.current_Card_wrap .card_inner h3 {
  font-size: var(--fs_24);
  font-weight: var(--fw_500);
  color: rgba(30, 30, 30, 1);
  line-height: 30px;
  text-align: left;
  margin: 0;
}
.exprience_wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  padding-top: var(--pt_20);
}
.current_Card_wrap .exprience_wrap span {
  font-size: var(--fs_20);
  font-weight: var(--fw_400);
  line-height: 25px;
  color: rgba(30, 30, 30, 0.5);
}
.card_button {
  background: rgba(238, 246, 255, 1);
  border-radius: 50px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
}
.card_button a {
  font-size: var(--fs_20);
  color: var(--text_primary);
  font-weight: var(--fw_400);
  text-decoration: none;
}

.current_Card_wrap:hover .card_button {
  background: rgba(37, 131, 233, 1);
  transition: all 1s ease;
}
.current_Card_wrap:hover .card_button a {
  color: #fff;
}
.current_Card_wrap:hover .card_button svg {
  transform: translateX(2px);
  width: 35px;
  transition: all 1s ease;
}

.career_banner_btn a {
  background: var(--text_primary);
  padding: 20px 40px;
  color: var(--bg_color);
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  max-height: 70px;
  transition: 1s;
}
.career_banner_btn img {
  width: 0;
  transition: all 1s ease;
}
/*  End Explore Open Positions  */

/* Career CAT  */

.Career_cta {
  padding-top: var(--pt_100);
}
.cta_image {
  max-width: 100%;
  background-image: url("../images/career_img_01.webp");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0 20px 20px 50px;
  padding-bottom: 20px;
  border-radius: 40px;
}
.cat_content {
  width: 610px;
  max-width: 100%;
  padding: 105px 0;
}
.cat_content h2 {
  font-size: var(--fs_48);
  color: rgba(255, 255, 255, 1);
  line-height: 60px;
  font-weight: var(--fw_700);
  padding-bottom: 10px;
  text-align: left;
  margin: 0;
}
.cat_content p {
  font-size: var(--fs_26);
  line-height: 40px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.cat_content a {
  background: rgba(37, 131, 233, 1);
  color: #fff;
  margin-top: 60px !important;
  border-radius: 50px;
  cursor: pointer;
}
.cat_content a:hover {
  padding: 22px 20px 22px 40px;
}
.cta_number {
  display: flex;
  column-gap: 20px;
}
.cta_number a {
  color: rgba(0, 0, 0, 1);
  display: flex;
  align-items: center;
}
.cta_call_name {
  border: 1px solid rgba(237, 237, 237, 1);
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  padding: 10px 20px;
  color: rgba(0, 0, 0, 1);
}
.cta_number a img {
  padding-right: 10px;
}
.cat_mail {
  border: 1px solid rgba(237, 237, 237, 1);
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  padding: 10px 20px;
  color: rgba(0, 0, 0, 1);
}
/* end Career CAT  */

/* What Our Astronauts Feel About Moon? */
.container_100 {
  overflow: hidden;
  width: 100%;
  padding: 0 20px;
}

.award_img {
  background: var(--bg_color);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  height: 100%;
}
.career_slider_main img {
  max-width: 42px;
  width: 100%;
}
.career_slider_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.career_slider_main p {
  padding-top: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(18, 20, 29, 1);
  text-align: left;
  margin: 0;
}
.card_footer {
  column-gap: 20px;
  display: flex;
  align-items: center;
  padding-top: 30px;
  margin-top: auto;
}
.card_footer_text h4 {
  text-align: left;
  font-size: 16px;
  color: rgba(18, 20, 29, 1);
  font-weight: 600;
  line-height: 24px;
  margin: 0px;
}
.card_footer_text span {
  font-size: 14px;
  color: rgb(18 20 29 / 50%);
  font-weight: 400;
  line-height: 24px;
}
.card_footer img {
  width: 100%;
  object-fit: contain;
}
.career_client {
  background: rgba(37, 131, 233, 1);
  padding-top: var(--pt_100);
  margin-top: var(--mt_100);
  padding-bottom: var(--pb_100);
}
.career_title h2 {
  color: #fff;
  font-size: 50px !important;
  text-align: center;
  margin: 0;
}
.career_slider {
  position: relative;
  padding-top: 45px;
}
.career_slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, #2583e9 13%, rgba(40, 131, 233, 0) 100%);
  height: 643px;
  width: 305px;
  z-index: 9;
  transform: rotate(180deg);
}
.career_slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, #2583e9 13%, rgba(40, 131, 233, 0) 100%);
  height: 643px;
  width: 305px;
  z-index: 9;
  transform: rotate(0deg);
}
.environment_img img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
}
.career_slider_main img {
  width: 42px !important;
}

.career_slider .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.career_slider {
  display: flex;
}

.career_slider .owl-carousel .owl-stage {
  display: flex;
}

.career_slider .owl-carousel .owl-item {
  display: flex;
  align-items: stretch;
}
/* End What Our Astronauts Feel About Moon? */

.environment_img {
  display: grid;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-top: var(--pb_50);
}
.career_img01 {
  grid-area: 1 / 1 / 2 / 2;
}
.career_img02 {
  grid-area: 2 / 1 / 3 / 2;
}
.career_img03 {
  grid-area: 1 / 4 / 2 / 5;
}
.career_img04 {
  grid-area: 2 / 4 / 3 / 5;
}
.career_img05 {
  grid-area: 1 / 5 / 2 / 6;
}
.career_img06 {
  grid-area: 2 / 5 / 3 / 6;
}
.career_img07 {
  grid-area: 1 / 2 / 3 / 4;
}
.career_img07 img {
  height: 675px;
  margin-top: 9px;
}
/* modal pop-up */
.career_pop-up .modal-header {
  color: #fff;
  background: rgba(37, 131, 233, 1);
  position: absolute;
  right: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  z-index: 9;
}
.career_pop-up .modal-dialog {
  max-width: 1410px;
  width: 100%;
}
.career_pop-up .modal-content {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  border-radius: 40px;
  position: relative;
}
.career_pop-up .modal-header {
  border: none;
  padding: 0px;
}
.career_main_wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 50px;
  padding: 50px 0 0 0 !important;
  justify-content: center;
  margin-bottom: 100px;
}
.form_title h2 {
  font-size: 28px;
  padding-bottom: 20px;
  margin: 0px;
}
.career_card {
  width: 655px;
  max-width: 100%;
  height: 100vh;
  overflow-y: auto;
  min-height: 1010px;
}
.career_card_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid rgba(224, 224, 224, 1);
}
.update_resume .career_main_wrap {
  padding: 30px !important;
}
.card_inner_wrap {
  display: flex;
  column-gap: 50px;
  padding-bottom: 20px;
}
.career_card_header h2 {
  color: rgba(37, 131, 233, 1);
  font-size: 42px;
  font-weight: var(--fw_600);
  line-height: 100%;
  margin: 0 !important;
  padding-bottom: 10px; 
}
.card_inner_wrap h3 {
  color: rgba(30, 30, 30, 0.6);
  font-size: var(--fs_24);
  line-height: 30px;
  font-weight: var(--fw_400);
}
.card_inner_wrap span {
  color: rgba(30, 30, 30, 1);
  font-size: var(--fs_28);
  font-weight: 500;
  line-height: 35px;
  padding-top: 8px;
  display: block;
}
.career_skills {
  padding-top: 20px;
}
.career_skills h3 {
  font-size: 28px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-align: left;
  margin: 0;
}
.career_skills p {
  position: relative;
  text-align: left;
  margin-top: 20px;
  padding-left: 25px !important;
}
.career_skills p:after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none"><path d="M8 0C8.99392 4.99056 10.9805 6.99648 16 8C10.9793 9.00352 8.99272 11.0094 8 16C7.00608 11.0094 5.01952 9.00232 0 8C5.02064 6.99648 7.00728 4.99056 8 0Z" fill="%23CEE4FF"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 6px;
}
.career_form {
  width: 605px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(224, 224, 224, 1);
  padding: 20px 20px 20px 20px;
  border-radius: 20px;
  max-width: 100%;
}
.career_form_inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
input.form-control {
  padding: 17px !important;
  height: 50px !important;
  border: 1px solid rgba(224, 224, 224, 1) !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  color: rgba(30, 30, 30, 0.6) !important;
  font-weight: 400 !important;
}
.career_form .form-control:focus {
  border-color: unset;
  box-shadow: unset;
}
textarea.text_area_wrap {
  margin: 0;
}
.career_select {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(224, 224, 224, 1);
  border-radius: 10px;
  padding: 17px;
  font-size: 14px;
  color: rgba(30, 30, 30, 0.6);
  background: rgba(255, 255, 255, 1);
  outline: unset;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.skill_tag_wrap {
  display: flex;
  column-gap: 5px;
  flex-wrap: wrap;
}
.custom-icon {
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  fill: #1e1e1e;
}
.file-upload-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
span.skill_tag {
  background: rgba(232, 243, 255, 1);
  display: flex;
  margin-top: 10px;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(66, 105, 147, 1);
  line-height: 100%;
}
.file-upload-wrapper .custom-file-upload {
  display: flex;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  color: #495057;
  gap: 0.5rem;
  width: 100%;
  text-align: center;
  justify-content: center;
  background: rgba(239, 247, 255, 1);
  border: 1px dotted rgba(206, 228, 255, 1) !important;
  padding: 15px;
  font-size: 14px;
  color: rgba(37, 131, 233, 1);
  font-weight: 500;
  margin-bottom: 0px !important;
}

.file-upload-wrapper .custom-file-upload:hover {
  background-color: #e9ecef;
  border-color: #80bdff;
}

.file-upload-wrapper .custom-file-upload .file-icon {
  width: 24px;
  height: 24px;
  fill: #2583e9;
}

.file-input {
  display: none !important;
}

.file-path {
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text_area_wrap {
  width: 100%;
  border: 1px solid rgba(224, 224, 224, 1);
  border-radius: 10px !important;
  padding: 17px !important;
  font-size: 16px;
  color: rgba(30, 30, 30, 0.6) !important;
}
.career_sumbit {
  width: 94%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px;
  background: rgba(37, 131, 233, 1);
  border-radius: 10px;
  border: 1px solid rgba(225, 240, 255, 1);
  cursor: pointer;
  margin: auto;
}
.career_sumbit button {
  background: transparent;
  color: #fff;
  outline: none;
  border: none;
  font-size: 20px;
  font-weight: 500;
}
.career_sumbit:hover {
  background: #fff;
  border-color: rgba(37, 131, 233, 1);
}
.career_sumbit:hover button {
  color: rgba(37, 131, 233, 1);
}
button.close.cls_btn_cls {
  color: #fff;
  z-index: 999;
  opacity: 1;
  font-size: 16px;
  position: absolute;
  top: 7px;
  right: 9px !important;
}
.form-control.nput_disable {
  background: rgba(245, 245, 245, 1) !important;
}
/* end pop-up */
/*-----------------------------------------
* Scrollbar CSS
* -----------------------------------------*/
.career_main_wrap * {
  scrollbar-width: auto;
}

/* Chrome, Edge, and Safari */
.career_main_wrap ::-webkit-scrollbar {
  width: 12px;
}
.career_main_wrap ::-webkit-scrollbar-track {
  background: #ffffff;
}

.career_main_wrap ::-webkit-scrollbar-thumb {
  background-color: rgba(30, 30, 30, 0.6);
  border-radius: 10px;
  border: 3px solid #fff;
}
/* new popup css */
.update_resume .modal-dialog {
  width: 839px;
}
.update_resume .modal-header {
  padding: 0;
  border: none;
}
.update_resume .cls_btn_cls {
  background: rgba(37, 131, 233, 1);
  color: #fff !important;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 24px;
  height: 24px;
  border-radius: 20px;
}
.update_resume .modal-content {
  border: 1px solid rgba(224, 224, 224, 1);
  border-radius: 20px;
}
.career_pop-up .modal-content {
  overflow: auto;
  height: calc(100vh - 80px);
  position: relative;
  padding: 0 !important;
  min-height: 700px;
}
.career_pop-up .modal-dialog.modal-lg {
  padding: 0;
}

.update_resume .modal-header {
  padding: 0 !important;
}
.update_resume .career_sumbit {
  width: 95%;
  margin: auto;
}
.form-control.input_disable {
  background: rgba(245, 245, 245, 1) !important;
}
.cta_number a img {
  width: 50px;
  height: 50px;
}
.c_card_bottom {
  position: absolute;
  bottom: -26px;
  left: 0px;
  right: 0px;
  background: rgba(211, 232, 255, 1);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.career_card_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
}
.career_card_info h3 {
  color: rgba(0, 0, 0, 1);
  margin: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
}
.career_wts_icon {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(237, 237, 237, 1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  column-gap: 17px;
  padding: 10px 15px;
}
.career_wts_icon a span {
  padding-left: 10px;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 400;
}
.career_social_info {
  display: flex;
  column-gap: 15px;
}
/* end  */

/* react6 */

.sklaton_job_card {
  height: 20px;
  width: 100px;
  pointer-events: none;
  animation: loading-skeleton 1s infinite alternate;
  background: #eee;
}
.sklaton_job_details {
  height: 20px;
  width: 150px;
  background: #eee;
  pointer-events: none;
  animation: loading-skeleton 1s infinite alternate;
}

.jobmodal_open {
  overflow: hidden;
}
@keyframes loading-skeleton {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.career_pop-up {
  display: block !important;
}
/* career popup thank-you */
.thankyou_modal .modal-dialog {
  width: 600px;
  margin: 30px auto;
  display: flex;
  align-items: center;
}
.thankyou_modal .modal-header .close {
  position: absolute;
  right: 5px;
  top: 4px;
  opacity: 2;
  overflow: hidden;
  background: #c1c1c1;
  color: #fff;
  padding: -6px;
  width: 23px;
  height: 23px;
  border-radius: 5px;
  z-index: 999;
}
.blog_main_thankyou_wrap {
  color: #099b09 !important;
  font-weight: 700 !important;
}
.content_wrap_main_info {
  display: flex;
  column-gap: 33px;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px;
  text-align: left;
  justify-content: center;
}
.contact_wrap a {
  display: flex;
  align-items: center;
}
.contact_wrap a svg {
  margin-right: 10px;
  font-size: 18px;
  color: #106dac;
  width: 20px;
}
.contact_wrap a span {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.8);
}
.contact_info_main {
  display: flex;
  align-items: center;
  column-gap: 3px;
}
.whatsapp_info {
  width: 28px;
}
.contact_info_main span {
  padding-left: 8px;
}
body .modal.thankyou_modal {
  overflow-y: hidden !important;
}
svg.banner_btn {
  width: 0;
}
/* end  */
/* responsive view  */
@media only screen and (min-width: 1399px) and (max-width: 1680px) {
  :root {
    --pt_100: 80px;
    --pb_100: 80px;
    --mt_100: 80px;
    --title_pb_25: 25px;
    --pb_50: 50px;
    --pt_30: 30px;
    --pt_20: 20px;
    --fs_60: 50px;
    --fs_48: 48px;
    --fs_38: 38px;
    --fs_28: 28px;
    --fs_26: 26px;
    --fs_24: 24px;
    --fs_22: 22px;
    --fs_20: 20px;
    --fw_700: 700;
    --fw_600: 600;
    --fw_500: 500;
    --fw_400: 400;
  }
  .career_pop-up .modal-dialog {
    padding: 0 20px;
  }
  .career_main_wrap {
    flex-wrap: nowrap;
  }
  .environment_img img {
    object-fit: cover;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 90% !important;
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  :root {
    --fs_60: 40px;
    --fs_48: 48px;
    --fs_38: 38px;
    --fs_28: 28px;
    --fs_26: 26px;
    --fs_24: 24px;
    --fs_22: 22px;
    --fs_20: 20px;
    --fw_700: 700;
    --fw_600: 600;
    --fw_500: 500;
    --fw_400: 400;
  }
  .career_banner_title {
    padding: 0 20px;
  }
  .career_banner {
    height: 400px;
  }
  .cta_number a:first-child {
    width: 320px;
  }
  .cta_number a:last-child {
    width: 380px;
  }
  .cta_image {
    display: block;
  }
  .career_main_wrap {
    flex-wrap: nowrap;
  }
  .career_pop-up .modal-dialog {
    padding: 0 20px;
  }
  .environment_img img {
    object-fit: cover;
  }
}

@media (max-width: 1399.98px) {
  :root {
    --fs_22: 18px;
  }
  .join_moon p {
    width: 100%;
  }
  .current_Card_wrap {
    max-width: 100%;
  }
  .career_main_wrap {
    flex-wrap: nowrap;
    column-gap: 30px;
    padding: 15px !important;
  }
  .career_pop-up .modal-dialog {
    padding: 0 20px;
  }
  .work_inner .col-lg-3.col-md-3.col-sm-4.col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .v_wrap .play_button_mtpl img {
    height: auto !important;
  }
}
@media (max-width: 1199.98px) {
  :root {
    --fs_60: 50px;
    --pt_100: 60px;
    --pb_100: 60px;
    --mt_100: 60px;
  }
  .team_image:after {
    top: 57%;
  }
  span.d-block {
    display: inline;
  }
  .cta_image {
    display: block;
  }
  .cat_content {
    width: 100%;
    padding: 40px 0;
  }
  .career_slider {
    padding-top: 0px;
  }
  .career-wrap {
    margin-top: 75px;
  }
  .career_form_inner {
    display: block;
  }
  .career_form_inner input,
  .career_form_inner .select-wrapper,
  .career_form_inner .text_area_wrap {
    margin-bottom: 20px !important;
  }
  .form_title h2 {
    font-size: 24px;
  }
  .career_card_header h2 {
    font-size: 40px;
    line-height: 41px !important;
  }
  .card_inner_wrap {
    column-gap: 30px;
    padding-bottom: 20px;
  }
  .career_skills {
    padding-top: 20px;
  }
  .career_skills p:after {
    bottom: 37px;
  }
  .environment_img {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 12px;
    padding-top: var(--pb_50);
    width: 100%;
    max-width: 100%;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
  }
  .career_title h2 {
    padding-bottom: 20px;
  }
  .career_img01 {
    order: 6;
  }
  .career_img02 {
    order: 5;
  }
  .career_img03 {
    order: 7;
  }
  .career_img04 {
    order: 4;
  }
  .career_img05 {
    order: 3;
  }
  .career_img06 {
    order: 2;
  }
  .career_img07 {
    order: 1;
  }
  .career_card {
    height: auto;
  }
  .career_card_info h3 {
    font-size: 20px;
  }
  .career_wts_icon a span {
    font-size: 12px;
  }
  .career_wts_icon {
    padding: 4px 11px;
  }
  .career_card_info {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --fs_60: 40px;
    --pb_50: 25px;
  }
  .career_banner_title h1,
  .h1 {
    line-height: 60px;
  }
  .career_banner:after {
    font-size: 170px;
  }
  .career_banner {
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .career_slider::before {
    background: transparent;
    height: unset;
    width: unset;
  }
  .career_slider::after {
    background: transparent;
    height: unset;
    width: unset;
  }
  .career_main_wrap {
    flex-wrap: wrap;
    padding: 20px;
  }
  .career_card {
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow-y: hidden;
  }
  .card_inner_wrap {
    column-gap: 50px;
  }
  .career_form {
    margin-top: 20px;
    width: 100%;
  }
  .card_footer img {
    width: 45px !important;
    height: 45px !important;
  }
  .update_resume .modal-dialog {
    width: auto;
  }
  .update_resume .modal-dialog {
    margin: 0;
    padding: 20px;
  }
  .thankyou_modal .modal-dialog {
    width: 100%;
    align-items: center;
    height: 100%;
    justify-content: center;
  }
  .career_pop-up .modal-dialog {
    margin: 0 !important;
    padding: 15px;
  }
  .career_main_wrap {
    padding: 20px !important;
  }
  .career_card {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  :root {
    --pb_50: 25px;
    --pt_100: 40px;
    --fs_28: 22px;
    --fs_48: 35px;
  }
  .career_banner:after {
    font-size: 90px;
  }
  .team_image:after {
    width: 60px;
    height: 60px;
    top: 63%;
  }
  .flex_work {
    max-width: 100%;
  }
  .card_button {
    margin-left: auto;
    margin-top: 10px;
  }
  .cta_number {
    display: flex;
    column-gap: 20px;
    flex-direction: column;
    row-gap: 15px;
  }
  .career_title h2 {
    font-size: 24px !important;
    line-height: 35px;
    padding-bottom: 12px;
  }
  .cat_content h2 {
    line-height: 45px;
  }
  .career_card_header h2 {
    font-size: 24px;
    line-height: 18px;
  }
  .card_inner_wrap h3 {
    font-size: 22px;
    line-height: 20px;
  }
  .card_inner_wrap span {
    font-size: 20px;
    line-height: 20px;
  }
  .career_skills h3 {
    font-size: 24px;
    margin: 0;
  }
  .career_skills p {
    padding-top: 0px;
    padding-left: 20px;
    font-size: 16px;
  }
  .career_team_image img {
    width: 60px !important;
    height: 60px !important;
    min-height: auto !important;
  }
  .career_wts_icon span {
    display: none;
  }
  .career_wts_icon {
    padding: 5px 5px;
  }
  .career_card_info {
    row-gap: 10px;
    padding: 10px 10px;
  }
  .career_pop-up .modal-content {
    height: 100%;
    margin: 10px 0;
  }
  .c_card_bottom {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --fs_60: 32px;
    --fs_38: 30px;
    --fs_28: 18px;
    --fs_48: 30px;
    --title_pb_25: 10px;
    --fs_20: 18px;
  }
  .cta_image {
    padding: 0 15px 12px 15px;
  }
  .career_banner_title h1,
  .h1 {
    line-height: 40px;
  }
  .team_title span.d-block {
    display: inline;
  }
  .card_footer {
    padding-top: 20px;
  }
  .award_img {
    min-height: auto;
  }
  .team_title h2,
  .h2 {
    line-height: 36px;
  }
  .career_banner_title p {
    line-height: 30px;
  }
  .join_moon p {
    line-height: 33px;
  }
  .cat_content a {
    margin-top: 20px !important;
  }
  .cta_number {
    padding-bottom: 20px;
  }
  .career_skills p {
    padding: 0;
    font-size: 14px;
    margin-top: 10px;
  }
  .career_skills p:after {
    left: 2px;
    top: 2px;
  }
  .career_skills h3 {
    margin-bottom: 5px;
  }
  .career_skills {
    padding-top: 10px;
  }
  .card_inner_wrap h3 {
    font-size: 16px;
    margin: 0;
    padding-top: 10px;
  }
  .career_card_header h2 {
    font-size: 18px;
    white-space: normal;
  }
  .career_pop-up .modal-header {
    right: -1px;
    top: -2px;
  }
  .card_inner_wrap span {
    font-size: 16px;
  }
  .v_wrap .play_button_mtpl img {
    object-fit: cover !important;
  }
  .career_card_info {
    padding: 15px 15px;
  }
  .career_social_info {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
  .career_pop-up .modal-header {
    right: 10px;
    top: 10px;
  }
}

.career_form_inner .error {
  border: 1px solid red !important;
  border-radius: 10px;
}
.modal.thankyou_modal.fade.in.show {
  overflow-y: hidden !important;
}
ol {
  display: none;
}
.banner_btn.w_f_100.pt_30 {
  padding-top: 30px;
}
.career_skills h4 {
  margin: 0 !important;
  font-size: 23px;
  color: #000000;
  font-weight: 600;
  padding-top: 15px;
}

.career_pop-up ::-webkit-scrollbar {
  width: 5px;
}
.career_pop-up ::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 20px;
  margin-top: 25px;
}

.career_pop-up ::-webkit-scrollbar-thumb {
  background-color: rgba(37, 131, 233, 1);
  border: 0;
}
.owl-carousel .owl-item .award_img img {
  margin: inherit;
}
/* for popup */
.career-wrap .modal, body .modal.in{
    overflow-y: auto !important;
}