@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Italic.eot');
  src: url('../fonts/Inter-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Italic.woff2') format('woff2'),
    url('../fonts/Inter-Italic.woff') format('woff'),
    url('../fonts/Inter-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.eot');
  src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff'),
    url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.eot');
  src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Medium.woff') format('woff'),
    url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.eot');
  src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold.woff') format('woff'),
    url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.eot');
  src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Inter-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter-SemiBold.woff') format('woff'),
    url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Inter';
  font-weight: 400;
  font-size: var(--font-sz-16);
  line-height: 1.4;
  color: var(--color-gray);
}

:root {
  --color-gray: #4B5563;
  --color-orange: #FF9933;
  --text-color-1: #E5E7EB;
  --text-color-2: #374151;
  --text-color-3: #ADAEBC;
  --color-black: #000000;
  --color-white: #FFFFFF;

  --font-sz-43: 2.240vw;
  --font-sz-40: 2.083vw;
  --font-sz-33: 1.719vw;
  --font-sz-32: 1.667vw;
  --font-sz-26: 1.354vw;
  --font-sz-25: 1.302vw;
  --font-sz-24: 1.250vw;
  --font-sz-23: 1.198vw;
  --font-sz-20: 1.042vw;
  --font-sz-19: 0.990vw;
  --font-sz-16: 0.833vw;
  --font-sz-14: 0.729vw;
  --font-sz-13: 0.677vw;
  --font-sz-12: 0.625vw;
  --font-sz-10: 0.521vw;
  --font-sz-8: 0.521vw;

  --bg-pink: #FFF0E3;

}

img,
video,
iframe {
  max-width: 100%;
}

a,
a:hover {
  color: var(--body-text-color);
  text-decoration: none;
}

.link_underline a,
.link_uderline a {
  text-decoration: underline;
}

.f-W-R {
  font-weight: 400 !important;
}

.f-W-N {
  font-weight: normal !important;
}

.f-W-M {
  font-weight: 500 !important;
}

.f-W-SM {
  font-weight: 600 !important;
}

.f-W-B {
  font-weight: bold !important;
}


.text-gray {
  color: var(--color-gray) !important;
}

.text-orange {
  color: var(--color-orange) !important;
}

.text-color-1 {
  color: var(--color-color-1) !important;
}

.text-color-2 {
  color: var(--color-color-2) !important;
}

.text-color-3 {
  color: var(--color-color-3) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.text-white {
  color: var(--color-white) !important;
}

.f-sz-43 {
  font-size: var(--font-sz-43) !important;
}

.f-sz-40 {
  font-size: var(--font-sz-40) !important;
}

.f-sz-33 {
  font-size: var(--font-sz-33) !important;
}

.f-sz-32 {
  font-size: var(--font-sz-32) !important;
}

.f-sz-26 {
  font-size: var(--font-sz-26) !important;
}

.f-sz-25 {
  font-size: var(--font-sz-25) !important;
}

.f-sz-24 {
  font-size: var(--font-sz-24) !important;
}

.f-sz-23 {
  font-size: var(--font-sz-23) !important;
}

.f-sz-20 {
  font-size: var(--font-sz-20) !important;
}

.f-sz-19 {
  font-size: var(--font-sz-19) !important;
}

.f-sz-18 {
  font-size: var(--font-sz-18) !important;
}

.f-sz-16 {
  font-size: var(--font-sz-16) !important;
}

.f-sz-14 {
  font-size: var(--font-sz-14) !important;
}

.f-sz-13 {
  font-size: var(--font-sz-13) !important;
}

.f-sz-12 {
  font-size: var(--font-sz-12) !important;
}

.f-sz-10 {
  font-size: var(--font-sz-10) !important;
}

.f-sz-8 {
  font-size: var(--font-sz-8) !important;
}

.bg-orange {
  background-color: var(--bg-orange) !important;
}

.bg-pink {
  background-color: var(--bg-pink) !important;
}

.text_white {
  color: #FFFFFF;
}

.btn {
  box-shadow: none !important;
}

.line-H-0 {
  line-height: 0;
}

.line-H-1 {
  line-height: 1;
}

.line-H-1_1 {
  line-height: 1.1;
}

.line-H-1_2 {
  line-height: 1.2;
}

.line-H-1_3 {
  line-height: 1.3;
}

.line-H-1_4 {
  line-height: 1.4;
}

.line-H-1_5 {
  line-height: 1.5;
}

.line-H-1_6 {
  line-height: 1.6;
}

.line-H-1_7 {
  line-height: 1.7;
}

.line-H-1_8 {
  line-height: 1.8;
}

.line-H-1_9 {
  line-height: 1.9;
}

p,
ul {
  margin-bottom: 1.042vw;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.042vw;
  font-weight: bold;
}

/*h6 {font-size:1.146vw;}
h5 {font-size: 1.354vw;}
h4 {font-size: 1.563vw;}
h3 {font-size: 1.771vw;}
h2 {font-size: 1.979vw;}
h1 {font-size: 2.188vw;}*/
.mb__5 {
  margin-bottom: .260vw !important;
}

.mb__10 {
  margin-bottom: .521vw !important;
}

.mb__15 {
  margin-bottom: .781vw !important;
}

.mb__20 {
  margin-bottom: 1.042vw !important;
}

.mb__25 {
  margin-bottom: 1.302vw !important;
}

.mb__30 {
  margin-bottom: 1.563vw !important;
}

.mb__35 {
  margin-bottom: 1.823vw !important;
}

.mb__40 {
  margin-bottom: 2.083vw !important;
}

.mb__50 {
  margin-bottom: 2.604vw !important;
}

.mb__60 {
  margin-bottom: 3.125vw !important;
}

.mt__70 {
  margin-top: 3.646vw !important;
}

.mt__90 {
  margin-top: 4.688vw !important;
}

.mt__178 {
  margin-top: 9.271vw !important;
}

.last-p>p:last-child {
  margin-bottom: 0;
}

.z-ind-1 {
  z-index: 1;
}

.z-ind-2 {
  z-index: 2;
}

.trans_cmn {
  transition: all 0.4s ease-in-out;
}

.img-cover {
  object-fit: cover;
}


a,
button {
  transition: all 0.4s ease-in-out;
}

a,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

p,
ul {
  margin-bottom: 1.172vw;
}

input:focus,
button:focus,
.form-control:focus,
.bootstrap-select .dropdown-toggle:focus,
.slide-item:focus {
  outline: none !important;
  box-shadow: none;
  border: none;
}

.left_img {
  width: 100%;
  height: 100vh;
  background-repeat: round;
  background-size: cover;
}

.home_img img {
  width: 100%;
}

.language_drop.dropdown {
  position: absolute;
  top: 1.302vw;
  width: 8.302vw;
  height: 2.302vw;
}

.language_drop .form-select {
  width: 9.125vw;
  height: 2.479vw;
  border-radius: 0.417vw;
}

.language_drop .form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}





.language_drop .btn {
  border-radius: 0.521vw;
  font-size: var(--font-sz-20);
  padding: 0px;
}

.language_drop .dropdown-item {
  font-size: var(--font-sz-20);
}

.language_drop .dropdown-menu {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(0px, 2.188vw) !important;
  border: 0px;
  padding: 0px 0px !important;
  width: 100%;
  border-radius: 0.521vw;
}

.language_drop .dropdown-item:focus,
.language_drop .dropdown-item:hover {
  color: #4B5563;
  background-color: #FCC48F;
}

.logo_strip {
  background-color: #FF9933;
  background-image: linear-gradient(to left, #FFF0E2 0%, #FF9933 100%);
  width: 100%;
  height: 3.906vw;
  position: absolute;
  top: 4.115vw;
}

.lotus_icon img {
  position: absolute;
  left: auto;
  right: 1.563vw;
  top: -1.823vw;
  width: 7.292vw;
}

.home_QR {
  width: 8.646vw;
  position: absolute;
  top: auto;
  bottom: 5.208vw;
}

.home_QR img {
  width: 8.646vw;
}

.home_right_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(14%, -42%);
  width: 42%;
}

.emp_text {
  margin-bottom: 1.042vw;
}

.leader_image img {
  width: 100%;
  height: auto;
}

.cta {
  background-color: #FF9933 !important;
  padding: 0.781vw 2.083vw;
  border-radius: 0.521vw;
  margin-top: 1.042vw;
  display: inline-block;
}

.main_wrapper {
  background-color: #FF9933;
  background-image: linear-gradient(to left, #FFEEDF 0%, #ffffff 100%);
  width: 100%;
  height: 100vh;
}

.top_strip {
  background-color: #FFFFFF;
  width: 100%;
  padding: 0.729vw 0px;
  border-bottom: 1px solid #E5E7EB;
}

.lotusImg img {
  width: 3.125vw;
}

.right_cont_sec {
  margin-top: 1.563vw;
}

.form_wrap {
  padding: 11.250vw 7.292vw 0 7.292vw;
}

.fields {
  margin-bottom: 1.042vw;
}

.fields .form-label {
  margin-bottom: 0.260vw;
}

.fields .form-control {
  border: 1px solid #E5E7EB;
  height: 2.604vw;
  border-radius: 0.417vw;
}

.sign_up_btn {
  background-color: #FF9933 !important;
  padding: 0.729vw;
  height: 2.604vw;
  border-radius: 0.417vw;
  margin-top: 1.042vw;
  display: inline-block;
  width: 100%;
  border: 0px;
}

.acc_link {
  display: block;
  margin-top: 1.042vw;
}

.wrap_2 {
  background-color: #FF9933;
  background-image: linear-gradient(to left, #FFEEDF 0%, #FF9933 100%);
  width: 100%;
  padding: 2.604vw;
  height: 7.917vw;
  margin-top: 5.208vw;
}

.prof_sec_strip {
  position: relative;
  top: -3.750vw;
}

.profImg {
  background-color: #FFB46F;
  width: 10.104vw;
  height: 10.104vw;
  padding: 0.625vw;
  border-radius: 100%;
}

.profImg img {
  width: 8.958vw;
  height: 8.958vw;
  margin: 0 auto;
  border-radius: 100%;
}

.right_lotus {
  position: absolute;
  top: 50%;
  left: auto;
  right: 0px;
  width: 6.510vw;
  transform: translate(0, -50%);
  opacity: 0.5;
}


.avatar-upload {
  position: relative;
  max-width: 10.677vw;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 0.260vw;
  z-index: 1;
  top: auto;
  bottom: 0px;

}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 3.333vw;
  height: 3.333vw;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FF9B3F;
  border: 1px solid transparent;
  box-shadow: 0.156vw 0.625vw 0.781vw 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #FF9B3F;
  border-color: #FF9B3F;
}

.avatar-upload .avatar-edit input+label:after {
  content: "\f030";
  font-family: 'FontAwesome';
  color: #ffffff;
  position: absolute;
  top: 0.521vw;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  font-size: 1.667vw;
}

.avatar-upload .avatar-preview {
  width: 10vw;
  height: 10vw;
  position: relative;
  border-radius: 100%;
  border: 0.625vw solid #FFB46F;
  background-color: #FFB46F;
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fields_link .form-check-input[type=checkbox] {
  border-radius: 0px;
  width: 0.833vw;
  height: 0.833vw;
  border: 1px solid #000000;
}

.fields_link .form-check-input:checked {
  background-color: #FF9B3F;
  border-color: #FF9B3F;
}

.acc_link {
  justify-content: center;
}

.acc_link a {
  margin-left: 0.521vw;
}

.desk_none {
  display: none;
}

.wrap3 {
  margin-top: 3.125vw;
}

.cta1 a {
  width: 23.698vw;
  height: 3.125vw;
  background-color: #FFEEDF;
  border-radius: 0.313vw;
  display: block;
  padding: 0.521vw 1.042vw;
}

.cta_icon img {
  width: 1.771vw;
}

.cta_text {
  margin-left: 0.938vw;
}

.cta1 {
  margin-bottom: 0.781vw;
}

.cta_left_main {
  padding: 0px 22.417vw 0px 1.458vw;
}

.num_bx {
  border: 1px solid #E5E7EB;
  border-radius: 0.417vw;
  width: 100%;
  background-color: #FFFFFF;
  padding: 0.717vw 0.717vw;
  width: 100%;
}

.num_bx_m_r {
  margin-right: 1.042vw;
}

.num_bx_img {
  width: 1.042vw;
}

.number {
  margin: 0.521vw 0px;
}

.recruiter_text {
  margin-bottom: 0.781vw;
}

.chart {
  width: 31.250vw;
  height: 24.479vw;
  margin: 0 auto;
}

.employment {
  margin-bottom: 1.042vw;
}

.upload_ext {
  position: absolute;
  top: auto;
  bottom: 1.238vw;
  left: auto;
  right: -7.615vw;
}

.nationality_drop i {
  right: 0.781vw;
  top: 50%;
  transform: translateY(-50%);
}

.input_bg {
  background-color: #FFEEDF;
}

.custom-upload-box {
  border: 1px solid #E5E7EB;
  height: 2.604vw;
  border-radius: 0.417vw;
  background-color: #FFFFFF;
  padding: .375rem .75rem;
}

.position-relative {
  position: relative;
}

.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-radio input {
  display: none;
}

.radio-icon {
  width: 0.781vw;
  height: 0.781vw;
  border: 0.104vw solid #ccc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.417vw;
  position: relative;
}

.custom-radio input:checked+.radio-icon {
  border-color: #ff9900;
}

.custom-radio input:checked+.radio-icon::after {
  content: "";
  width: 0.521vw;
  height: 0.521vw;
  background: #ff9900;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.skills-container {
  display: flex;
  flex-wrap: wrap;
}

.skill-tag {
  background-color: #e0e0e0;
  color: #000000;
  padding: 0.260vw 0.521vw;
  border-radius: 0.417vw;
  display: flex;
  align-items: center;
  margin: 0.260vw;
  font-size: 0.417vw;
}

.skill-tag span {
  margin-left: 0.260vw;
  cursor: pointer;
  font-weight: bold;
}

#skill-input {
  border: 1px solid #E5E7EB;
  height: 2.604vw;
  border-radius: 0.417vw;
}

.fields .form-label.mb {
  margin-bottom: 0.76vw;
}

.fields .text_area {
  border: 1px solid #E5E7EB;
  height: 100px;
  border-radius: 0.417vw;
  background-color: #FFFFFF;
  padding: .375rem .75rem;
}

.main_wrapper1 {
  background-color: #FF9933;
  background-image: linear-gradient(to left, #FFEEDF 0%, #ffffff 100%);
  width: 100%;
  height: 100%;
}

.profile_form .fields {
  margin-left: 2.604vw;
  margin-right: 2.604vw;
}

.profile_form {
  margin-top: 2.604vw;
}

.save_btn_wrp {
  padding: 1.563vw 0px;
}

.save_btn {
  width: 6.771vw;
  height: 2.500vw;
  background-color: #FF9B3F;
  border-radius: 0.417vw;
  margin: 0px auto;
  display: block;
  border: 0px;
}

.wrap5 {
  margin-top: 3.125vw;
}

.view_cont {
  margin-bottom: 1.563vw;
  margin-left: 2.604vw;
  margin-right: 2.604vw;
}

.download-btn {
  width: 6.667vw;
  height: 2.604vw;
  border: 1px solid #E5E7EB;
  border-radius: 0.417vw;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.download-btn img {
  width: 1.563vw;
}

.download-btn:hover {
  background-color: #f5f5f5;
}

.availability-section {

  margin-bottom: 0.521vw;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 0.521vw;
  font-size: 0.938vw;
  color: #4B5563;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 0.521vw;
}

.custom-checkbox input {
  appearance: none;
  width: 1.042vw;
  height: 1.042vw;
  border: 1px solid #000000;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
}

.custom-checkbox input:checked {
  background-color: #FF9B3F;
  border-color: #FF9B3F;
}

.custom-checkbox input:checked::after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: -0.156vw;
  left: 0.156vw;
  font-size: 0.833vw;
  color: #FFFFFF;
}

.wrap6 {
  margin-top: 3.125vw;
}

.pref_right {
  margin-right: 1.563vw;
}

.pref_left {
  margin-left: 1.563vw;
}

.pref_btn {
  width: 14.375vw;
  height: 2.500vw;
  border-radius: 0.417vw;
  background-color: #FF9B3F;
  border: 0px;
  margin: 0 auto;
  display: block;
}

.pref_btn_wrp {
  margin-top: 4.167vw;
}

.pref_right .fields.nationality_drop {
  margin-bottom: 3.125vw;
}

.pref_left .fields {
  margin-bottom: 3.125vw;
}

.input-group-text {
  padding: 0.521vw 0.921vw;
}

.vect_img {
  width: 25vw;
  position: relative;
  top: 50%;
  left: 4.792vw;
  transform: translate(0, -15%);
}

.right_lotus1 {
  position: absolute;
  top: 38%;
  left: auto;
  right: 0px;
  width: 6.510vw;
  transform: translate(0, -50%);
  opacity: 0.5;
}

.set_cta {
  background-color: #FFF0E3;
  width: 12.917vw;
  height: 2.588vw;
  border-radius: 0.260vw;
  padding: 0.625vw;
}

.pub_pro {
  margin-left: 0.625vw;
  margin-top: 0.521vw;
}

.visible {
  margin-left: 0.625vw;
}


.switch {
  position: relative;
  display: inline-block;
  width: 2.604vw;
  height: 1.354vw;
}


.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #BBBBBB;
  border-radius: 1.354vw;
  transition: 0.4s;
}

.slider::before {
  position: absolute;
  content: "";
  height: 1.042vw;
  width: 1.042vw;
  left: 0.156vw;
  bottom: 0.156vw;
  background-color: #FFEEDF;
  border-radius: 50%;
  transition: 0.4s;
}

.switch input:checked+.slider {
  background-color: #FF9B3F;
}

.switch input:checked+.slider::before {
  transform: translateX(1.250vw);
}

.divider {
  width: 100%;
  height: 0.156vw;
  background-color: #FFEEDF;
  margin: 1.875vw 0px;
}

.set_space {
  padding: 0px 3.125vw;
}

.set_rec .num_bx_img {
  width: 1.823vw;
}

.set_rec .num_bx {
  border: 1px solid #E5E7EB;
  border-radius: 0.417vw;
  width: 100%;
  background-color: #FFFFFF;
  padding: 1.717vw 1.717vw;
  width: 100%;
}

.set_rec .recruiter_text {
  margin-bottom: 1.563vw;
}

.set_rec {
  padding: 0px 2.917vw;
}

.wrap8 {
  margin-top: 5.208vw;
}

.set_seting_img {
  position: absolute;
  left: auto;
  right: 11.823vw;
  top: 50%;
  transform: translateY(-50%);

}

.set_seting_img img {
  width: 14.88vw;
}

.set_icons,
.set_icons1 {
  margin-right: 0.417vw;
}

.set_icons img {
  width: 0.833vw;
}

.set_icons1 img {
  width: 1.433vw;
}



/*Responsive Media Quries*/
@media (min-width: 992px) {
  .full-container {
    max-width: 98%;
    margin: auto;
  }

  .container-pd-vw {
    padding-right: .781vw;
    padding-left: .781vw;
  }

  .row-vw {
    margin-right: -.781vw;
    margin-left: -.781vw;
  }

  .row-vw>.col,
  .row-vw>[class*=col] {
    padding-right: .781vw;
    padding-left: .781vw;
  }

}

@media (max-width: 991px) {
  .full-container {
    max-width: 100%;
  }

  .container-pd-vw {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row-vw {
    margin-right: -15px;
    margin-left: -15px
  }

  .row-vw>.col,
  .row-vw>[class*=col] {
    padding-right: 15px;
    padding-left: 15px
  }

  p,
  ul {
    margin-bottom: 15px;
  }

  body {
    font-size: 14px;
  }

  :root {
    --color-gray: #4B5563;
    --color-orange: #FF9933;
    --text-color-1: #E5E7EB;
    --text-color-2: #374151;
    --text-color-3: #ADAEBC;
    --color-black: #000000;
    --color-white: #FFFFFF;

    --font-sz-43: 20px;
    --font-sz-40: 20px;
    --font-sz-33: 18px;
    --font-sz-32: 20px;
    --font-sz-26: 15px;
    --font-sz-25: 15px;
    --font-sz-24: 15px;
    --font-sz-23: 23px;
    --font-sz-20: 12px;
    --font-sz-19: 10px;
    --font-sz-16: 12px;
    --font-sz-14: 12px;
    --font-sz-13: 12px;
    --font-sz-12: 10px;
    --font-sz-10: 10px;
    --font-sz-8: 10px;

    --bg-pink: #FFF0E3;

  }

  .mob_block {
    display: block;
  }

  .mob_none {
    display: none;
  }

  .language_drop .form-select {
    width: 111px;
    height: 30px;
    border-radius: 6px;
    background-color: #F6EEE7;
  }

  /* .language_drop {
  border-radius: 4px;
  padding: 2px 8px;
  background-color: #F6EEE7;
}
.language_drop .dropdown-menu {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(0px, 0px) !important;
  border: 0px;
  padding: 0px 0px !important;
  width: 100%;
  border-radius: 4px;
  background-color: #F6EEE7;
  margin: 24px 0px !important;
}
btn.show, .language_drop.dropdown .btn:first-child:active, .language_drop.dropdown :not(.btn-check)+.btn:active {
  color: #4B5563;
  background-color: #F6EEE7;
  border-color: transparent;
}
.language_drop .btn {
  border-radius: 4px;
  padding: 0px;
  background-color: #F6EEE7;
}
.language_drop.dropdown {
  top: 12px;
} */
  .logo_strip {
    width: 100%;
    height: 30px;
    top: 48px;
  }

  .lotus_icon img {
    right: 15px;
    top: -10px;
    width: 45px;
  }

  .cta {
    background-color: #FF9933 !important;
    padding: 4px 10px;
    border-radius: 6px;
    margin-top: 20px;
    width: 172px;
    height: 38px;
  }

  .home_QR {
    width: 100%;
    position: initial;
    top: auto;
    bottom: 20px;
  }

  .home_right_cont {
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 86%;
  }

  .home_QR img {
    width: 138px;
  }

  .emp_text {
    margin-bottom: 50px;
  }

  .home_img {
    padding-top: 39vh;
    height: 87vh;
  }



  .lotusImg img {
    width: 40px;
  }

  .top_strip {
    padding: 15px 0px;
  }

  .right_cont_sec {
    margin-top: 35px;
  }

  .leader_image img {
    margin-bottom: 15px;
  }

  .form_wrap {
    padding: 25px 30px;
  }

  .fields .form-control {
    height: 40px;
    border-radius: 6px;
  }

  .fields {
    margin-bottom: 10px;
  }

  .fields .form-label {
    margin-bottom: 5px;
  }

  .sign_up_btn {
    padding: 10px;
    height: 40px;
    border-radius: 6px;
    margin-top: 10px;
  }

  .fields_link .form-check-input[type=checkbox] {
    width: 12px;
    height: 12px;
  }

  .cta1 a {
    width: 100%;
    height: 34px;
    border-radius: 6px;
    padding: 6px 10px;
  }

  .cta1 {
    margin-bottom: 15px;
  }

  .cta_icon img {
    width: 15px;
  }

  .cta_text {
    margin-left: 10px;
  }

  .main_wrapper1 {
    background-image: linear-gradient(to top, #fff7f1 35%, #ffffff 65%);
  }

  .wrap_2 {
    background-color: #FF9933;
    background-image: linear-gradient(to left, #FFEEDF 0%, #FF9933 100%);
    width: 100%;
    padding: 12px 6px;
    height: 68px;
    margin-top: 50px;
  }

  .avatar-upload .avatar-preview {
    width: 90px;
    height: 90px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #FFB46F;
    background-color: #FFB46F;
  }

  .avatar-upload {
    position: relative;
    max-width: 100px;
  }

  .prof_sec_strip {
    position: relative;
    top: -24px;
  }

  .right_lotus {
    width: 50px;
  }

  .avatar-upload .avatar-edit input+label {
    width: 30px;
    height: 30px;
    box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.12);
  }

  .avatar-upload .avatar-edit input+label:after {
    top: 3px;
    font-size: 16px;
  }

  .cta_left_main {
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .recruiter_text {
    margin-bottom: 15px;
  }

  .num_bx {
    border-radius: 8px;
    padding: 15px;
  }

  .num_bx_img {
    width: 22px;
  }

  .number {
    margin: 10px 0px;
  }

  .num_bx_m_r {
    margin-right: 10px;
  }

  .employment {
    margin-bottom: 15px;
    color: #4B5563 !important;
  }

  .chart {
    width: 100%;
    height: 400px;
    margin: 0 auto;
  }

  .main_wrapper {
    background-color: #FF9933;
    background-image: linear-gradient(to top, #fff7f1 35%, #ffffff 65%);
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
  }

  .nationality_drop i {
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }

  .custom-upload-box {
    height: 40px;
    border-radius: 6px;
    padding: 6px 12px;
  }

  #skill-input {
    height: 40px;
    border-radius: 6px;
  }

  .radio-icon {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    margin-right: 6px;
  }

  .custom-radio input:checked+.radio-icon::after {
    width: 8px;
    height: 8px;
  }

  .fields .text_area {
    height: 80px !important;
    padding: 6px 12px;
  }

  .save_btn_wrp {
    padding: 25px 0px;
  }

  .save_btn {
    width: 130px;
    height: 48px;
    border-radius: 8px;
  }

  .upload_ext {
    top: auto;
    bottom: 12px;
    left: auto;
    right: -146px;
    width: 140px;
  }

  .profile_form {
    margin-top: 50px;
  }

  .wrap3 {
    margin-top: 25px;
  }

  .profile_form .fields {
    margin-left: 25px;
    margin-right: 25px;
  }

  .view_cont {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 15px;
  }

  .wrap5 {
    margin-top: 50px;
  }

  .download-btn {
    width: 126px;
    height: 50px;
    border-radius: 8px;
    margin: 0 auto;
  }

  .download-btn img {
    width: 34px;
  }

  .upload_main .fields {
    text-align: center;
  }

  .pref_right {
    margin-right: 25px;
    margin-left: 25px;
  }

  .pref_left {
    margin-right: 25px;
    margin-left: 25px;
  }

  .custom-checkbox input {
    width: 15px;
    height: 15px;
  }

  .custom-checkbox input:checked::after {
    top: -1px;
    left: 1px;
    font-size: 12px;
  }

  .checkbox-group {
    gap: 10px;
    font-size: 10px;
  }

  .custom-checkbox {
    gap: 5px;
  }

  .wrap6 {
    margin-top: 50px;
  }

  .pref_wrap.main_wrapper {
    height: 100vh;
  }

  .input-group-text {
    padding: 5px 13px;
  }

  .pref_btn {
    width: 190px;
    height: 40px;
    border-radius: 6px;
  }

  .pref_btn_wrp {
    margin-top: 40px;
  }

  .vect_img {
    width: 198px;
    position: relative;
    top: 50%;
    left: 14px;
    transform: translate(0, -9%);
  }

  .right_lotus1 {
    top: 46%;
    width: 50px;
  }

  .set_cta {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    padding: 8px;
  }

  .set_icons,
  .set_icons1 {
    margin-right: 10px;
  }

  .set_icons img {
    width: 16px;
  }

  .set_icons1 img {
    width: 20px;
  }

  .set_cta_main_1 {
    padding: 0px 34px;
    margin-top: 8px;
  }

  .pub_pro {
    margin-left: 0px;
    margin-top: 0px;
  }

  .visible {
    margin-left: 0px;
  }

  .slider::before {
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 2px;
    border-radius: 50%;
  }

  .slider {
    border-radius: 20px;
  }

  .switch {
    width: 44px;
    height: 24px;
  }

  .switch input:checked+.slider::before {
    transform: translateX(18px);
  }

  .divider {
    width: 100%;
    height: 2px;
    background-color: #FFEEDF;
    margin: 15px 0px;
  }

  .set_rec {
    padding: 0px 15px;
  }

  .set_space {
    padding: 0px 15px;
  }

  .set_rec .recruiter_text {
    margin-bottom: 20px;
    margin-top: 100px;
  }

  .set_rec .num_bx_img {
    width: 22px;
  }

  .set_rec .num_bx {
    border-radius: 8px;
    width: 100%;
    padding: 15px;
    width: 100%;
  }

  .set_seting_img img {
    width: 45px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .set_seting_img {
    position: absolute;
    left: -10px;
    right: auto;
    top: 0%;
    transform: translateY(-70%);
  }

  .wrap8 {
    margin-top: 50px;
  }

  .set_wrap.main_wrapper {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .order_1 {
    order: 2 !important;
  }

  .order_2 {
    order: 1 !important;
  }
}

@media (max-width: 575px) {}

@media (max-width: 480px) {}

.hide {
  display: none;
}

@media (max-width: 375px) {
  .home_img {
    padding-top: 32vh;
    height: 75vh;
  }
  .position-relative {  
    padding-bottom: 75px;
  }
}

/* General Styles */

/* Footer Styles */
.site-footer {
  background-color: #333;
  color: white;
  padding: 20px 0;
  text-align: center;
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: 10;
  display: block;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-links li {
  margin: 10px 15px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

.footer-links a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-links {
      flex-direction: column;
      text-align: center;
  }
}
