@font-face {
  src: url("../fonts/PlusJakartaSans-Regular.ttf");
  font-family: PlusJakartaSans-Regular;
}

@font-face {
  src: url("../fonts/PlusJakartaSans-Medium.ttf");
  font-family: PlusJakartaSans-Medium;
}

@font-face {
  src: url("../fonts/PlusJakartaSans-SemiBold.ttf");
  font-family: PlusJakartaSans-SemiBold;
}

@font-face {
  src: url("../fonts/PlusJakartaSans-Bold.ttf");
  font-family: PlusJakartaSans-Bold;
}

@font-face {
  src: url("../fonts/HWYGOTH.TTF");
  font-family: HWYGOTH;
}

@font-face {
  src: url("../fonts/Inter-Medium.ttf");
  font-family: Inter-Medium;
}

@font-face {
  src: url("../fonts/Inter-Regular.ttf");
  font-family: Inter-Regular;
}
@font-face {
  src: url("../fonts/Montserrat-VariableFont_wght.ttf");
  font-family: Montserrat;
}

@font-face {
  src: url("../fonts/Anton-Regular.ttf");
  font-family: Anton-Regular;
}

@font-face {
  src: url("../fonts/Montserrat-VariableFont_wght.ttf");
  font-family: Montserrat;
}

body {
  margin: 0px auto;
  background-color: #f5f5f5 !important;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-thumb {
  background-color: #4c102a;
}

.container {
  max-width: 1600px !important;
  margin: 0px auto;
  padding: 0px !important;
}

textarea::-webkit-scrollbar-thumb {
  background-color: #4c102a !important;
  border-radius: 4px;
}
textarea::-webkit-scrollbar {
  width: 5px !important;
}
.form-select {
  --bs-form-select-bg-img: none !important;
}
select::-webkit-scrollbar {
  width: 5px;
  background-color: #4c102a;
}

/* Header CSS */

.header .collapse:not(.show) {
  display: block;
}
.mbl-btn button {
  display: none;
}
.header .header-main ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
  gap: 62px;
  position: relative;
}
.header .header-main ul li.nav-item a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0px;
  text-decoration: none;
  height: 100%;
  justify-content: space-between;
}
.header .header-main ul li:first-child img {
  width: 60px !important;
  height: 61px !important;
}
.header .header-main ul li:nth-child(3) img {
  width: 54px !important;
  height: 56px !important;
}
.header .header-main ul li.nav-item a label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  font-family: PlusJakartaSans-Medium;
}
.header-main .row {
  align-items: center;
}
.header {
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  mix-blend-mode: darken;
}
.header .header-main ul li.nav-item a img {
  /*width: 70px;
    height: 70px;*/
  object-fit: scale-down;
}
.hd-profile-img {
  /*    margin-top: 4px;*/
}
.hd-profile-img img {
  width: 54px !important;
  height: 56px !important;
  border: 1.5px solid #464646;
  border-radius: 4px;
}
.hd-profile-img a.nav-link {
  gap: 15px;
  justify-content: flex-start;
}
.who-we-are-img img {
  width: 78px !important;
  height: 61px !important;
}
.hd-profile-img a > label {
  font-size: 0px !important;
}
/*.hd-profile-img a {
    gap: 8px;
}*/
.hd-profile-img .dropdown-toggle::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  border: 0px;
  margin: 0px;
  line-height: 18px;
  color: #4c102a;
  font-size: 22px;
}
.hd-profile-img .dropdown-menu {
  border-radius: 0px;
  background-color: #4c102a !important;
  padding: 0px 0px;
  border: 0px;
  box-shadow: 0px 0px 40px rgb(133 133 133 / 38%);
  transform: unset !important;
  top: 85px !important;
  left: auto !important;
  right: 0px !important;
}
.hd-profile-img.dropdown {
  position: unset;
}
.hd-profile-img .dropdown-menu a {
  padding: 5px 0px 5px 0px !important;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.9s ease;
}
.hd-profile-img .dropdown-menu a:hover {
  background-color: #fff;
  color: #4c102a;
}

.bootstrap-select .dropdown-menu {
  min-width: 100% !important;
}

/* Login Page CSS */

.login-sec .login-content {
  width: 100%;
  max-width: 518px;
  margin: 0px auto 0px;
}
.login-sec .login-content .login-tab button {
  font-size: 18px;
  color: #4c102a;
  width: 100%;
  border: 1px solid #4c102a;
  border-radius: 4px 0px 0px 4px;
  height: 55px;
  font-family: "PlusJakartaSans-Medium";
}
.login-sec .login-content .login-tab .nav-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.login-sec .login-content .login-tab button.active {
  background-color: #4c102a;
  color: #fff;
  border-radius: 4px 0px 0px 4px;
}
.login-sec .login-content .login-tab button.as-companay {
  border-radius: 0px 4px 4px 0px;
}
.login-sec .login-content .login-title {
  text-align: center;
  margin-top: 46px;
  margin-bottom: 65px;
}
.login-sec .login-content h2 {
  font-size: 56px;
  color: #4c102a;
  font-family: HWYGOTH;
  letter-spacing: -2px;
  margin-bottom: 5px;
}
.login-sec .login-content .login-title p {
  margin-bottom: 0px;
  font-size: 18px;
  color: #464646;
  font-family: "PlusJakartaSans-Medium";
}
.login-sec .login-content .tab-content {
  background-color: transparent !important;
  border: 0px !important;
  padding: 0px !important;
}
.login-sec .login-content .tab-content .login-tab-content-row .form-group {
  margin-top: 32px;
}
.login-sec
  .login-content
  .tab-content
  .login-tab-content-row
  .form-group
  label {
  font-size: 16px;
  color: #1b1b1b;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 15px;
}

.login-sec
  .login-content
  .tab-content
  .login-tab-content-row
  .form-group
  input {
  background-color: transparent;
  border: 1px solid rgb(70 70 70 / 30%);
  height: 56px;
  border-radius: 4px;
}
.login-sec
  .login-content
  .tab-content
  .login-tab-content-row
  .form-group
  .forgot-passwrd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-sec
  .login-content
  .tab-content
  .login-tab-content-row
  .form-group
  .forgot-passwrd
  a.forgot-passwrd-btn {
  text-decoration: none;
  font-size: 14px;
  color: #858585;
  font-family: "PlusJakartaSans-Medium";
  display: block;
  margin-bottom: 15px;
}
.login-sec .login-content .tab-content .login-tab-content-row .radio-btn {
  margin-top: 16px;
  margin-bottom: 39px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.login-sec .login-content .tab-content .login-tab-content-row .radio-btn label {
  margin-bottom: 0px;
}
.login-sec
  .login-content
  .tab-content
  .login-tab-content-row
  .radio-btn
  input[type="checkbox"] {
  width: 18px;
  margin: 0px;
  height: 18px;
}
.login-sec .login-content .tab-content .login-tab-content-row .radio-btn label {
  font-size: 14px;
  color: #1b1b1b;
  font-family: "PlusJakartaSans-Medium";
}
.login-sec
  .login-content
  .tab-content
  .login-tab-content-row
  .form-group
  input:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.login-sec
  .login-content
  .tab-content
  .login-tab-content-row
  form
  button.form-submit-btn {
  width: 100%;
  border: 0px;
  background-color: #4c102a;
  color: #fff;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  padding: 14px 20px;
  border-radius: 4px;
}
.sign-up-form-content button.form-submit-btn {
  margin-top: 56px;
}
.login-sec .login-content .tab-content p.registeration-btn {
  font-size: 16px;
  color: #1b1b1b;
  font-family: "PlusJakartaSans-Medium";
  text-align: center;
  margin-top: 24px;
}
.login-sec .login-content .tab-content p.registeration-btn a {
  text-decoration: none;
  color: #4c102a;
  font-family: PlusJakartaSans-Bold;
  display: inline-block;
  margin-left: 5px;
}
.login-sec .login-content .login-with {
  margin-top: 50px;
}
.login-sec .login-content .login-with h3 {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  color: #464646;
  font-family: PlusJakartaSans-SemiBold;
  position: relative;
}
.login-sec .login-content .login-with .login-icons {
  margin-top: 32px;
}
.login-sec .login-content .login-with .login-icons ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 32px;
}
.login-sec .login-content .login-with h3:before {
  content: "";
  width: 36.7%;
  height: 1px;
  background-color: #464646;
  display: block;
  position: absolute;
  top: 0px;
  margin-top: 1.3%;
  left: 0px;
}
.login-sec .login-content .login-with h3:after {
  content: "";
  width: 36.7%;
  height: 1px;
  background-color: #464646;
  display: block;
  position: absolute;
  top: 0px;
  margin-top: 1.3%;
  right: 0px;
}
.login-sec {
  margin-top: 336px;
  margin-bottom: 100px;
}

/* FOOTER CSS */

.footer {
  background-color: #eee9eb;
  padding-top: 100px;
}
.footer .footer-col-one .footer-icons {
  margin-top: 93px;
}
.footer .footer-col-one .footer-icons ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 24px;
}
.footer .footer-col-one .footer-icons ul li a {
  font-size: 20px;
  color: #4c102a;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #4c102a;
  border-radius: 100%;
  transition: all 0.5s ease;
}
.footer .footer-col-one .footer-icons ul li a:hover {
  background-color: #4c102a;
  color: #fff;
}
.footer .footer-col-two .top-nav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 76px;
}
.footer .footer-col-two .top-nav ul li a {
  display: block;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  color: #000000;
  text-decoration: none;
}
.footer .footer-col-two .bottom-about {
  width: 100%;
  max-width: 679px;
  margin: 86px auto 0;
}
.footer .footer-col-two .bottom-about h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  color: #464646;
}
.footer .footer-col-two .bottom-about p {
  margin-bottom: 0px;
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium";
  color: #464646;
  line-height: 24px;
}
.footer .footer-col-thre {
  width: 100%;
  max-width: 281px;
  margin-left: auto;
}
.footer .footer-col-thre .form-Subscribe-row label {
  color: #464646;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 15px;
}
.footer .footer-col-thre .form-Subscribe-row .form-group input {
  background-color: #d0d0d0;
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
  font-family: PlusJakartaSans-Regular;
  color: #464646;
  height: 56px;
}
.footer .footer-col-thre .form-Subscribe-row .form-group input:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.footer .footer-col-thre .form-Subscribe-row .form-group input::placeholder {
  color: #464646;
}
.footer .footer-col-thre .form-Subscribe-row .form-group {
  position: relative;
}
.footer
  .footer-col-thre
  .form-Subscribe-row
  .form-group
  button.form-submit-btn {
  position: absolute;
  top: 0pc;
  right: 0px;
  border: 0px;
  color: #fff;
  background-color: #4c102a;
  height: 100%;
  width: 56px;
  margin-top: 0px;
  border-radius: 0px;
}
.footer .footer-col-thre .tel-num {
  margin-top: 45px;
}
.footer .footer-col-thre .tel-num a {
  display: flex;
  color: #4c102a;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
}
.footer .footer-col-thre .tel-num a i {
  font-size: 21px;
}
.footer .footer-col-thre .tel-num a label {
  display: inline-block;
  cursor: pointer;
  margin-left: 12px;
}
.footer .footer-copyright {
  padding: 24px 0px;
  border-top: 1px solid rgb(0 0 0 / 20%);
}
.footer .footer-copyright p {
  margin-bottom: 0px;
  font-size: 13px;
  font-family: "PlusJakartaSans-Regular";
  color: #000000;
}
.footer .footer-copyright p a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  font-family: "PlusJakartaSans-Regular";
  color: #000000;
  margin: 0px 8px;
}
.footer .footer-col-two,
.footer .footer-col-thre {
  margin-top: 16px;
}
.footer .footer-main {
  margin-bottom: 100px;
}
.footer-copyright ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}
.footer-copyright ul a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}
.footer-copyright ul li.for-sepretor {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid hsl(0deg 0% 0% / 20%);
}
.footer .footer-copyright .row {
  align-items: center;
}
.footer .footer-copyright .row .col-md-8 {
  text-align: end;
}

/* Privacy Policy CSS */

.content-sec .content-text {
  width: 100%;
  max-width: 1058px;
  margin: 0px auto 0px;
}
.content-text h2 {
  font-size: 36px;
  font-family: "PlusJakartaSans-SemiBold";
  color: #4c102a;
  margin-bottom: 16px;
}
.content-text p {
  color: #464646;
  font-size: 18px;
  font-family: "PlusJakartaSans-Regular";
  line-height: 27px;
  margin-bottom: 30px;
}
.content-sec {
  margin: 100px 0px;
}

/* ================ Dashboard Pages CSS ===================== */

.dashboard-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: whitesmoke;
  z-index: 99;
}
.dashboard {
  margin-bottom: 100px;
  margin-top: 0px;
}
.dashboard-main {
  margin-top: 169px;
}

/* Sider Bar */

.dashboard .sidebar .collapse:not(.show) {
  display: block;
}
.siderbar-mbl-btn {
  display: none;
}
.dashboard-main .sidebar .navbar-collapse {
  border: 0px !important;
}
.dashboard-main .sidebar .navbar-collapse .nav-tabs {
  border: 0px !important;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}
.dashboard-main .sidebar .navbar-collapse .nav-tabs button {
  width: 100%;
  text-align: left;
  padding: 14px 32px;
  font-size: 20px;
  color: #4c102a;
  font-family: PlusJakartaSans-SemiBold;
  border-radius: 0px;
  transition: all 0.9s ease !important;
  border: 0px !important;
}
.dashboard-main .sidebar .navbar-collapse .nav-tabs button.active,
.dashboard-main .sidebar .navbar-collapse .nav-tabs button:hover {
  border: 0px !important;
  background-color: #4c102a;
  color: #fff;
}
.dashboard-main .sidebar .navbar-collapse .nav-tabs button label {
  margin-left: 13px;
  cursor: pointer;
}
.dashboard-main .sidebar {
  padding: 64px 32px 32px;
  background-color: #fff;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
  border-radius: 16px 16px 0px 0px;
  /* position: sticky;
    top: 169px;*/
}
.dashboard-main .sidebar .user-profile-dsktop {
  text-align: center;
  margin-bottom: 48px;
}
.dashboard-main .sidebar .user-profile-dsktop img {
  margin-bottom: 20px;
  width: 116px !important;
  height: 116px;
  object-fit: cover;
  border-radius: 100%;
  object-position: top;
}
.dashboard-main .sidebar .user-profile-dsktop h3 {
  margin-bottom: 0px;
  font-size: 24px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
}
.my-profile-content-row .profile-data .user-title-img > img {
  max-width: 116px !important;
  max-height: 116px;
  border-radius: 100%;
  object-fit: cover;
  object-position: top;
}
.dashboard-main > .row > .col-md-3 {
  padding-left: 0px;
}

/* Jobs Dropdown CSS */

.job-nav-dropdown-main h2 {
  width: 100%;
  text-align: left;
  padding: 14px 32px;
  font-size: 20px;
  color: #4c102a;
  font-family: PlusJakartaSans-SemiBold;
  border-radius: 0px;
  transition: all 0.9s ease !important;
  border: 0px !important;
  margin-bottom: 0px;
}
.job-nav-dropdown-main h2 i {
  margin-right: 22px;
}
.job-nav-dropdown-main {
  width: 100%;
}
.job-nav-dropdown-main ul.dropdown-menu {
  position: unset;
  border: 0px;
  border-radius: 0px;
  padding-left: 60px;
  display: block;
}
.job-nav-dropdown-main ul.dropdown-menu li button {
  font-size: 16px !important;
  color: #4c102a !important;
  font-family: "PlusJakartaSans-Medium" !important;
  padding: 5px 0px !important;
  background-color: transparent !important;
  border: 0px !important;
  position: relative;
  padding-left: 0px;
  transition: all 0.5s ease;
}
.job-nav-dropdown-main ul.dropdown-menu li button.active {
  padding-left: 20px !important;
  color: #4c102a;
}
.job-nav-dropdown-ul h2 {
  color: #fff;
  background-color: #4c102a;
}
.job-nav-dropdown-ul .job-nav-dropdown-menu {
  background-color: rgb(76 16 42 / 10%);
}
.job-nav-dropdown-main ul.dropdown-menu li button:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #70bf6c;
  display: block;
  position: absolute;
  max-width: 8px;
  max-height: 8px;
  top: 15px;
  border-radius: 100%;
  margin-left: 0%;
  left: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}
.job-nav-dropdown-main ul.dropdown-menu li button.active:before {
  opacity: 1;
}

/* My Profile Dropdown */

.my-profile-dropdown-main h2 i {
  margin-right: 16px;
}
.dashboard-main
  .sidebar
  .navbar-collapse
  .nav-tabs
  .my-profile-dropdown-main
  h2 {
  width: 100%;
  text-align: left;
  padding: 14px 32px;
  font-size: 20px;
  color: #4c102a;
  font-family: PlusJakartaSans-SemiBold;
  border-radius: 0px;
  transition: all 0.9s ease !important;
  border: 0px !important;
  margin-bottom: 0px;
}
.my-profile-ul h2 {
  color: #fff !important;
  background-color: #4c102a;
}
.my-profile-ul ul.dropdown-menu {
  background-color: rgb(76 16 42 / 10%);
}
.my-profile-dropdown-main {
  width: 100%;
}
.dashboard-main
  .sidebar
  .navbar-collapse
  .nav-tabs
  .my-profile-dropdown-main
  ul.dropdown-menu {
  display: block !important;
  position: unset !important;
  border-radius: 0px;
  border: 0px;
  padding: 0px 60px;
}
.dashboard-main
  .sidebar
  .navbar-collapse
  .nav-tabs
  .my-profile-dropdown-main
  ul.dropdown-menu
  button {
  font-size: 16px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Medium";
  padding: 8px 0px;
  background-color: transparent;
  border: 0px;
  position: relative;
  padding-left: 0px;
  transition: all 0.5s ease;
}
.dashboard-main
  .sidebar
  .navbar-collapse
  .nav-tabs
  .my-profile-dropdown-main
  ul.dropdown-menu
  button.active {
  padding-left: 20px;
}
.dashboard-main
  .sidebar
  .navbar-collapse
  .nav-tabs
  .my-profile-dropdown-main
  ul.dropdown-menu
  button:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #70bf6c;
  display: block;
  position: absolute;
  top: 16px;
  border-radius: 100%;
  left: 0px;
  transition: all 0.5s ease !important;
  opacity: 0;
}
.dashboard-main
  .sidebar
  .navbar-collapse
  .nav-tabs
  .my-profile-dropdown-main
  ul.dropdown-menu
  button.active:before {
  opacity: 1;
}

.dashboard-main
  .sidebar
  .navbar-collapse
  .nav-tabs
  .my-profile-dropdown-main
  ul.dropdown-menu
  a {
  font-size: 16px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Medium";
  padding: 8px 0px;
  background-color: transparent;
  border: 0px;
  position: relative;
  padding-left: 0px;
  transition: all 0.5s ease;
}
.dashboard-main
  .sidebar
  .navbar-collapse
  .nav-tabs
  .my-profile-dropdown-main
  ul.dropdown-menu
  a.active {
  padding-left: 20px;
}
.dashboard-main
  .sidebar
  .navbar-collapse
  .nav-tabs
  .my-profile-dropdown-main
  ul.dropdown-menu
  a:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #70bf6c;
  display: block;
  position: absolute;
  top: 16px;
  border-radius: 100%;
  left: 0px;
  transition: all 0.5s ease !important;
  opacity: 0;
}
.dashboard-main
  .sidebar
  .navbar-collapse
  .nav-tabs
  .my-profile-dropdown-main
  ul.dropdown-menu
  a.active:before {
  opacity: 1;
}

/* User Profile CSS */

.dashboard .dashboard-tabs-content .tab-content {
  background-color: transparent !important;
  border: 0px !important;
  padding: 0px !important;
}
.my-profile-content-row h2 {
  margin-bottom: 24px;
  font-size: 26px;
  font-family: "PlusJakartaSans-SemiBold";
  color: #4c102a;
}
.my-profile-content-row .user-title-img img {
  width: auto;
  height: 100%;
}
.my-profile-content-row .user-title-img .upload-file-btn {
  display: inline-block;
  margin-left: 32px;
}
.my-profile-content-row .user-title-img .upload-file-btn .upload-file {
  cursor: pointer;
  background-color: #4c102a;
  color: #fff;
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium";
  padding: 14px 40px;
}
.my-profile-content-row .user-title-img .delete-file-btn {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: auto;
}
.my-profile-content-row .user-title-img .edit-file {
  cursor: pointer;
  background-color: rgb(70 70 70 / 10%);
  padding: 14px 14px;
  border-radius: 4px;
  color: #4c102a;
}
.my-profile-content-row .user-title-img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.profile-data-content .user-profile-form .form-fields {
  margin-top: 32px;
}
.profile-data-content .user-profile-form .form-fields input {
  height: 56px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-family: PlusJakartaSans-Regular;
}
.profile-data-content .user-profile-form .form-fields p {
  margin: 0px !important;
}
.profile-data-content .user-profile-form .form-fields input::placeholder {
  color: #666666;
}
.profile-data-content .user-profile-form .form-fields label {
  color: #1b1b1b;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 16px;
}
.profile-data-content .user-profile-form .form-fields input:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.profile-data-content .user-profile-form .form-fields select {
  height: 56px;
  border-radius: 4px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-family: "PlusJakartaSans-Medium";
  text-transform: capitalize;
}
.profile-data-content .user-profile-form .form-fields select:focus,
.profile-data-content .user-profile-form .form-fields textarea:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.profile-data-content .user-profile-form .form-fields textarea {
  height: 300px;
  border-radius: 4px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-family: "PlusJakartaSans-Medium";
  resize: none;
}
.profile-data-content .user-profile-form .form-fields .file-save-btn {
  display: inline-block;
}
.my-profile-content-row .save-btn {
  cursor: pointer;
  background-color: #4c102a;
  color: #fff !important;
  font-family: "PlusJakartaSans-Medium" !important;
  font-size: 16px !important;
  padding: 14px 65px;
  margin-bottom: 0px !important;
}

.form-btn .save-btn {
  cursor: pointer;
  background-color: #4c102a;
  color: #fff !important;
  font-family: "PlusJakartaSans-Medium" !important;
  font-size: 16px !important;
  padding: 14px 60px;
  margin-bottom: 0px !important;
  width: 100% !important;
  border-radius: 0px !important;
  border: 0px;
}
.profile-data-content .user-profile-form .form-fields .file-edit-btn {
  display: inline-block;
  margin-left: 16px;
}
.my-profile-content-row .edit-btn {
  margin-bottom: 0px;
  color: #4c102a !important;
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium";
  padding: 13px 66px;
  border: 1px solid #4c102a;
  cursor: pointer;
}
.profile-data-content .user-profile-form .form-btn {
  margin-top: 48px !important;
}
/*.my-profile-content-row {
    margin-left: 13px;
}*/
.my-profile-content-row .profile-data-content {
  padding: 40px 40px;
  background-color: #fff;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.dashboard-header .logo {
  padding-left: 40%;
}
.cover-letter-form .form-btn {
  margin-top: 45px;
}

/* Social Links CSS */

.file-save-btn {
  display: inline-block;
}
.file-edit-btn {
  display: inline-block;
  margin-left: 16px;
}
.social-links-btns {
  margin-top: 48px;
}
.social-links-fields {
  padding: 8px 40px 40px;
  background-color: #fff;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.social-links-fields .fields-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-top: 32px;
}
.social-links-fields .fields-row label {
  color: #1b1b1b;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 16px;
}
.social-links-fields .fields-row p {
  margin: 0px;
}
.social-links-fields .fields-row input {
  height: 56px;
  border-radius: 4px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-family: "PlusJakartaSans-Medium";
}
.social-links-fields .fields-row input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #4c102a;
}
.social-links {
  margin-top: 56px;
}
.add-more-links {
  margin-top: 48px;
  margin-bottom: 48px;
}
.add-more-links .add-more-btn {
  background-color: rgb(76 16 42 / 20%);
  font-size: 16px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Medium";
  padding: 15px 27px;
  cursor: pointer;
}
.add-more-links .add-more-btn i {
  margin-right: 16px;
}
.social-edit-btn,
.address-location-btn,
.attachment-btn,
.cover-letter-btn,
.work-experiences-btn {
  text-align: end;
  padding-top: 39px;
}
.social-edit-btn label,
.address-location-btn label,
.attachment-btn label,
.cover-letter-btn label,
.work-experiences-btn label {
  cursor: pointer;
  padding: 14px 14px !important;
  border-radius: 4px;
  background-color: rgb(70 70 70 / 10%) !important;
  margin-bottom: 0px !important;
  display: inline-block;
  width: auto !important;
  color: #4c102a !important;
}

/* Address & Location CSS */

.address-location .address-location-main {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-bottom: 32px;
}
.address-location label {
  color: #1b1b1b;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 16px;
  text-transform: capitalize;
}
.address-location p {
  margin: 0px;
}
.address-location input {
  height: 56px;
  border-radius: 4px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-family: "PlusJakartaSans-Medium";
  text-transform: capitalize !important;
}
.address-location input::placeholder {
  text-transform: capitalize !important;
}
.address-location input:focus {
  outline: none;
  border: 1px solid #4c102a;
}
.address-location input::placeholder {
  text-transform: capitalize;
}
.address-location select {
  height: 56px;
  border-radius: 4px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-family: "PlusJakartaSans-Medium";
}
.address-location select:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.address-location-row {
  background-color: #fff;
  padding: 8px 40px 40px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.address-location-row .mt-5 {
  margin-top: 0px !important;
}
.address-location-row .file-save-btn {
  margin-top: 16px;
}

.map-fram {
  margin: 48px 0px 48px;
}
.address-location {
  margin-top: 56px;
}
label.available-tag {
  width: 100%;
  max-width: 518px;
  margin: 32px auto 16px;
  display: block !important;
}

/* Inprogress Jobs CSS */

.inprogress-content .user-id-image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.inprogress-content h3 {
  color: #4c102a;
  font-size: 22px;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 12px;
}
.inprogress-content h4 {
  color: #464646;
  font-size: 18px;
  font-family: "PlusJakartaSans-Regular";
}
.inprogress-nav-content-row h2 {
  color: #4c102a;
  font-size: 26px;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 24px;
}
.inprogress-content .col-md-3 {
  display: grid;
  justify-items: center;
}
.inprogress-content .col-md-4 {
  display: grid;
  justify-items: center;
}
.inprogress-content > .row .col-md-4:first-child {
  display: grid;
  justify-items: start;
}
.inprogress-content .col-md-1 .country {
  flex-direction: row;
  justify-content: flex-end;
}
.country {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.inprogress-content .country button {
  background-color: transparent;
  border: 0px;
  padding: 0px;
}
.inprogress-content .country button:focus {
  background-color: transparent;
}
.country ul.menu {
  display: none;
}
.country .edit-delete a#dropdownMenuLink {
  background-color: transparent;
  border: 0px;
}
.country .edit-delete a#dropdownMenuLink::after {
  display: none;
}
.country .edit-delete ul.dropdown-menu {
  transform: translate(-200px, 40px) !important;
  border-radius: 0px;
  border: 0px;
  box-shadow: 0px 0px 4px rgb(70 70 70 / 20%);
  text-align: center;
  padding: 0px 0px;
}
.country .edit-delete ul.dropdown-menu a.dropdown-item {
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Medium";
  padding: 20px 35px;
}
.country .edit-delete ul.dropdown-menu li:nth-child(2) a {
  border-top: 1px solid rgb(70 70 70 / 20%);
  border-bottom: 1px solid rgb(70 70 70 / 20%);
}
.inprogress-content {
  background-color: #fff;
  padding: 40px 40px;
  box-shadow: 0px 0px 4px rgb(0 0 0 /10%);
  margin-bottom: 24px;
}
.inprogress-content .time-amount {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
}
.inprogress-nav-content-row .pagination {
  margin-top: 52px;
}
.dashboard-tabs-content {
  margin-left: 13px;
}
.job-mark-complete {
  text-align: end;
}
.job-mark-complete a {
  display: inline-block;
  background-color: #4c102a;
  border-radius: 4px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-family: PlusJakartaSans-Medium;
  padding: 12.5px 11px;
  width: 100%;
  text-align: center;
}
.company-inprogress-jobs .status-head {
  text-align: center;
}
.company-inprogress-jobs .Inprogress-job-intro label {
  font-size: 20px !important;
}
.company-inprogress-jobs .Inprogress-job-intro .for-bg-color {
  background-color: #46464614;
  padding: 24px 24px 24px;
  margin-bottom: 48px;
  border-radius: 12px;
  margin-top: 21px;
}
.company-inprogress-jobs .Inprogress-job-intro {
  display: block !important;
}
.company-inprogress-jobs .image img {
  width: 140px !important;
  height: 140px;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
}
.company-inprogress-jobs .applied-job-info {
  padding: 32px 32px 32px;
}
.company-inprogress-jobs .applied-job-info > .row {
  margin-bottom: 0px !important;
}
.company-inprogress-jobs .applied-job-info > .row .col-md-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.company-inprogress-jobs .applied-job-info .col-md-4 {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.send-msg a {
  display: inline-block;
  background: #4c102a;
  text-align: center;
  padding: 13.5px 22px;
  font-family: "PlusJakartaSans-Medium";
  font-size: 14px;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
}
.company-inprogress-jobs .table-body > .row {
  align-items: center;
}
.inprogress-content .image img {
  width: 80px !important;
  height: 80px;
  border-radius: 4px;
}

/* Tacnition Inprogress Job CSS */

.tacnition-inprogress-jobs .image img {
  width: 80px !important;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
}
.tacnition-inprogress-jobs a {
  display: block;
  text-decoration: none;
}
.tacnition-inprogress-jobs .edit-delete a {
  background-color: #4c102a;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  padding: 14px 40px;
}
.tacnition-inprogress-jobs div.pagination {
  margin-top: 104px;
}

/* Tecnician Completed Job CSS */

.tecnician-completed-job .image img {
  width: 80px !important;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
}
.tecnician-completed-job div.pagination {
  margin-top: 104px;
}

/* Tecnician Offered Job CSS */

.tacnician-offered-job .image img {
  width: 80px !important;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
}
.tacnician-offered-job .edit-delete a {
  display: inline-block;
  background-color: #4c102a;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  padding: 14px 32px;
}

/* Applied Jobs Delete Popup CSS */

.delete-popup-content h2 {
  color: #4c102a;
  font-size: 32px;
  font-family: PlusJakartaSans-Bold;
  margin-bottom: 8px;
}
.delete-popup-content .popup-text {
  text-align: center;
}
.delete-popup-content p {
  margin-bottom: 0px;
  font-size: 17px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  line-height: 32px;
}
.delete-popup-content .popup-btns {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.delete-popup-content button.popup-btn {
  border: 1px solid #4c102a;
  padding: 11px 66px;
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium";
  color: #fff;
  background-color: #4c102a;
  border-radius: 4px;
  opacity: 1;
}
#applied-jobs-popup .modal-body {
  padding: 4px 56px 40px;
}
#applied-jobs-popup .modal-header {
  padding: 0px 0px 0px 0px;
  display: block;
  border: 0px;
  text-align: end;
}
#applied-jobs-popup .modal-header button {
  width: 42px;
  height: 42px;
  background-color: rgb(76 16 42 / 10%);
  opacity: 1;
  color: #4c102a;
  --bs-btn-close-bg: none;
  font-size: 24px;
  padding: 0px 0px;
  border-radius: 0px;
  border: 0px;
  margin-top: 10px;
  margin-right: 10px;
}
.delete-popup-content button#popup-delete-btn {
  background-color: transparent;
  color: #4c102a;
}
#applied-jobs-popup .modal-header button:focus {
  box-shadow: none;
}

/* Offered Job CSS */

.offered-jobs-content .edit-delete a {
  text-decoration: none;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  color: #ffffff;
  background-color: #4c102a;
  padding: 16px 30px;
  border-radius: 4px;
  display: block;
}

/* Active Jobs CSS */

.active-jobs-row h3 {
  font-size: 26px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
}
.active-jobs-row .job-more-btn {
  text-align: end;
  position: relative;
  height: 100%;
}
.active-jobs-row .job-more-btn input {
  background-color: transparent;
  border: 0px;
  padding: 0px;
  position: relative;
}
/*.active-jobs-row .job-more-btn label {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 16px;
    color: #4C102A;
    font-family: 'PlusJakartaSans-Medium';
    background-color: rgb(76 16 42 / 20%);
    display: inline-block;
    padding: 15px 29px;
}*/
.active-jobs-row .job-more-btn label i {
  margin-right: 15px;
}
.active-jobs-info {
  margin-top: 24px;
}
.active-jobs-info h3 {
  font-size: 18px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 0px;
}
.active-jobs-info .table-head {
  background-color: rgb(76 16 42 / 10%);
  padding: 20px 40px;
}
.job-create-head {
  text-align: center;
}
.application-head {
  text-align: center;
}
.status-head {
  text-align: end;
}
.action-head {
  text-align: end;
}
.active-jobs-info h4 {
  font-size: 18px;
  font-family: PlusJakartaSans-Regular;
  color: #464646;
}
.active-jobs-info h4 label {
  display: block;
  font-size: 22px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 10px;
}
.active-jobs-info .table-body-main {
  background-color: #fff;
  padding: 40px 40px;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 9%);
  margin-bottom: 32px;
}
.job-create-body {
  text-align: center;
}
.application-body {
  text-align: center;
}
.status-body {
  text-align: end;
}
.action-body {
  text-align: end;
}
.active-jobs-info .table-body > .row {
  align-items: center;
}

.action-body a#dropdownMenuLink {
  background-color: transparent;
  padding: 0px;
  border: 0px;
}
.action-body a#dropdownMenuLink::after {
  display: none;
}
.action-body ul.dropdown-menu {
  transform: translate(0px, 31px) !important;
  border-radius: 0px;
  border: 0px;
  box-shadow: 0px 0px 4px rgb(70 70 70 / 20%);
  text-align: center;
}
.action-body ul.dropdown-menu a.dropdown-item {
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium";
  color: #464646;
  padding: 14px 20px;
}
.action-body ul.dropdown-menu li:nth-child(2) {
  border-top: 1px solid rgb(70 70 70 / 15%);
  border-bottom: 1px solid rgb(70 70 70 / 15%);
}

/* ====== Home Page CSS ======= */

/* Header CSS */

.home-header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
}

/* Home Banner CSS */

.home-banner-sec .background-img img {
  width: 100%;
  height: auto;
}
.home-banner-sec {
  position: relative;
}
.banner-content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding-top: 158px;
}
.banner-content h1 {
  font-size: 72px;
  font-family: "HWYGOTH";
  color: #4c102a;
  letter-spacing: -3px;
  line-height: 70px;
  margin-bottom: 24px;
}
.banner-content p {
  margin-bottom: 0px;
  font-size: 18px;
  color: #464646;
  font-family: "PlusJakartaSans-Medium";
}
.banner-btn ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
}
.banner-btn ul li a {
  color: #ffffff;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  text-decoration: none;
  background: linear-gradient(45deg, #b87109, #855106);
  padding: 16px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  width: 314px;
  height: 82px;
}
.banner-btn ul li a label {
  cursor: pointer;
}
.banner-btn {
  margin-top: 64px;
}
.banner-btn img {
  padding: 14px 14px;
  background: linear-gradient(45deg, #ffffff00, #ffffff);
  border-radius: 4px;
}
.banner-content .row {
  align-items: center;
}
.home-banner-sec .image-carousel {
  mix-blend-mode: multiply;
}

/* Account Setting CSS */

.account-settings-content-row h2 {
  margin-bottom: 24px;
  font-size: 26px;
  font-family: "PlusJakartaSans-SemiBold";
  color: #4c102a;
}
.account-settings-content-row label {
  color: #1b1b1b;
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 16px;
}
.account-settings-content-row input {
  height: 56px;
  border-radius: 4px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-family: "PlusJakartaSans-Medium";
}
.file-save-btn label.save-btn {
  cursor: pointer;
  background-color: #4c102a;
  color: #fff !important;
  font-family: "PlusJakartaSans-Medium" !important;
  font-size: 16px !important;
  padding: 14px 65px;
  margin-bottom: 0px !important;
  width: 100%;
}
.file-edit-btn label.edit-btn {
  margin-bottom: 0px;
  color: #4c102a !important;
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium";
  padding: 13px 66px;
  border: 1px solid #4c102a;
  cursor: pointer;
  width: 100%;
}
a.change-password {
  color: #4c102a;
  font-size: 14px;
  font-family: "PlusJakartaSans-Medium";
  display: block;
  margin-top: 12px;
}
.account-settings-content-row .form-fields {
  margin-bottom: 32px;
}
.account-settings-content-row .form-fields-row {
  background-color: #fff;
  padding: 40px 40px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.account-settings-btns {
  margin-top: 72px;
}
.account-settings-content-row input:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}

/* ============ Resume Page  CSS ============== */

/* Resume Attachment CSS */

.resume-content-row h2 {
  margin-bottom: 24px;
  font-size: 26px;
  font-family: "PlusJakartaSans-SemiBold";
  color: #4c102a;
}
.resume-attachment-content input {
  height: 56px;
  border-radius: 4px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-family: "PlusJakartaSans-Medium";
  text-transform: capitalize;
}
.resume-attachment-content input#cv_text {
  text-transform: unset;
}
.resume-attachment-content .form-fields p {
  margin: 0px;
}
.resume-attachment-content .form-fields input#image {
  height: 54px;
  padding: 12px 0px 12px 76px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.resume-attachment-content .form-btn {
  margin-top: 48px !important;
}
.resume-attachment-content input:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.resume-attachment-content label {
  color: #1b1b1b;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 16px;
}
.attachment-form .upload-btn {
  position: relative;
}
.attachment-form .upload-btn label {
  color: #4c102a;
  margin-bottom: 0px;
  background-color: rgb(76 16 42 / 20%);
  padding: 15px 27px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
.attachment-form .upload-btn label i {
  margin-right: 16px;
}
.attachment-form .upload-btn input#upload-file {
  padding: 12px 58px;
  background-color: transparent;
  border: 0px;
  opacity: 0;
}
.resume-attachment-content .form-fields {
  margin-top: 0px;
}
.upload-file-main br {
  display: none;
}
.resume-attachment-content .attachment-form {
  padding: 0px 40px 40px;
  background-color: #fff;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.upload-file-main {
  position: relative;
}
.upload-file-main label {
  background-color: #4c102a33;
  margin-bottom: 0px;
  width: 169px;
  height: 54px;
  color: #4c102a;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "PlusJakartaSans-Medium";
  padding: 0px 16px;
  margin-bottom: 0px !important;
  margin-top: 48px;
}
.upload-file-main label.file-messege {
  background-color: transparent;
  width: auto;
  display: block;
  color: #6c757d;
  font-size: 16px;
  height: auto;
  font-family: "PlusJakartaSans-Regular";
  padding: 0px !important;
  margin-top: 10px;
}
a.view-cvs,
a.removeCvTrigger {
  text-decoration: none;
  color: #fff !important;
  font-family: "PlusJakartaSans-Medium";
  font-size: 16px;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 20px;
  background-color: #4c102a;
  text-transform: capitalize;
}
.resume-attachment-content
  .form-fields
  input[type="file"]::file-selector-button {
  background-color: transparent;
  border: 0px;
  color: transparent;
}
.upload-file-main label i {
  margin-right: 16px;
  margin-top: 4px;
}

/* Cover Letter CSS */

.cover-letter-content {
  margin-top: 56px;
}
.cover-letter-form label {
  color: #1b1b1b;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 16px;
}
.cover-letter-form textarea {
  width: 100%;
  resize: none;
  border-radius: 4px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-family: "PlusJakartaSans-Medium";
  height: 200px;
}
.cover-letter-form p {
  margin: 0px;
}
.cover-letter-form .note-for-word {
  margin-bottom: 0px;
  margin-top: 12px;
  font-size: 12px;
  color: #6c757d;
  font-family: "PlusJakartaSans-Regular";
}
.cover-letter-content .cover-letter-form {
  background-color: #fff;
  padding: 0px 40px 40px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.cover-letter-btns {
  margin-top: 48px;
}
.cover-letter-form textarea:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #4c102a;
}

/* Education CSS */

.education-content {
  margin-top: 56px;
}
.education-form .form-fields label {
  color: #1b1b1b;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 0px;
  width: 17%;
}
.education-form .form-fields input {
  width: 83%;
  height: 56px;
  border-radius: 4px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-family: "PlusJakartaSans-Medium";
}
.education-form .form-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 32px;
}
.education-form .form-fields select {
  color: #1b1b1b;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  height: 56px;
  border: 1px solid rgb(70 70 70 / 30%);
}
.education-form .year-fields label {
  width: 17%;
}
.education-form .year-fields select#start-year {
  width: 40%;
}
.education-form .year-fields select#end-year {
  width: 40%;
}
.education-form .year-fields label.for-to {
  width: 3%;
  color: #464646;
  text-align: center;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.education-form .form-fields textarea {
  resize: none;
  height: 200px;
  border-radius: 4px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-family: "PlusJakartaSans-Medium";
  width: 83%;
}
.education-form .more-education-btn {
  margin-bottom: 48px;
  margin-top: 48px;
}
.education-form .more-education-btn input {
  opacity: 0;
}
.education-form .more-education-btn label {
  color: #4c102a;
  background-color: rgb(76 16 42 / 20%);
  width: auto;
  display: inline-block !important;
  padding: 13.5px 23px;
  cursor: pointer;
}
.education-form .more-education-btn label i {
  margin-right: 16px;
}
.education-form {
  background-color: #fff;
  padding: 0px 40px 40px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
form#education-form {
  margin-top: 24px;
}
.education-form label.note-for-word {
  margin-top: 12px;
  font-size: 12px !important;
  color: #6c757d !important;
  font-family: "PlusJakartaSans-Regular" !important;
  width: 83% !important;
  margin-left: auto;
}
.education-form .form-fields select:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.education-form .form-fields input:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.education-form .form-fields textarea:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}

/* Skills CSS */

.skills-form label {
  color: #1b1b1b;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 16px;
}
.skills-form input {
  height: 56px;
  border-radius: 4px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-family: "PlusJakartaSans-Medium";
}
.skills-form input:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.skills-form label.note-for-word {
  margin-top: 12px;
  font-size: 12px !important;
  color: #6c757d !important;
  font-family: "PlusJakartaSans-Regular" !important;
  margin-bottom: 0px;
}
.skills-form {
  background-color: #fff;
  padding: 0px 40px 40px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.skills-content {
  margin-top: 0px;
}
.skills-form-btns {
  margin-top: 40px;
}
.skills-content .form-btn {
  margin-top: 48px;
}

/* Work Experience CSS */

.work-experience {
  margin-top: 56px;
}
.work-experience-form select {
  color: #1b1b1b;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  height: 56px;
  border: 1px solid rgb(70 70 70 / 30%);
}
.work-experience-form .form-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 32px !important;
}
form#work-experience-form {
  margin-top: 24px;
}
.work-experience-form label {
  color: #1b1b1b;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 0px;
  width: 17%;
}
.work-experience-form .form-fields input {
  width: 83%;
  height: 56px;
  border-radius: 0px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-family: "PlusJakartaSans-Medium";
  border-radius: 4px;
}
.work-experience-form .year-fields #start-year {
  width: 40%;
  padding: 10px 10px;
}
.work-experience-form .year-fields label.for-to {
  width: 3%;
  color: #464646;
  text-align: center;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-experience-form #end-year {
  width: 40%;
  padding: 10px 10px;
}
.work-experience-form textarea {
  width: 83%;
  height: 200px;
  border-radius: 4px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-family: "PlusJakartaSans-Medium";
  resize: none;
}
.work-experience-form label.note-for-word {
  margin-top: 12px;
  font-size: 12px !important;
  color: #6c757d !important;
  font-family: "PlusJakartaSans-Regular" !important;
  width: 83% !important;
  margin-left: auto;
}
.work-experience-form .work-experience-btn {
  margin-bottom: 48px;
  margin-top: 20px !important;
}
.work-experience-form .work-experience-btn input {
  opacity: 0;
}
.work-experience-form .work-experience-btn label {
  color: #4c102a;
  background-color: rgb(76 16 42 / 20%);
  width: auto;
  display: inline-block !important;
  padding: 13.5px 23px;
  cursor: pointer;
}
.work-experience-form .work-experience-btn label i {
  margin-right: 16px;
}
.work-experience-form {
  background-color: #fff;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
  padding: 0px 40px 40px;
}
.work-experience-form select:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.work-experience-form .form-fields input:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.work-experience-form textarea:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}

/* Awards CSS */

.award-form .form-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 32px;
}
.award-form .form-fields select {
  color: #1b1b1b;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  height: 56px;
  border: 1px solid rgb(70 70 70 / 30%);
}
.award-form .form-fields label {
  color: #1b1b1b;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 0px;
  width: 17%;
}
.award-form .form-fields input {
  width: 83%;
  height: 56px;
  border-radius: 4px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-family: "PlusJakartaSans-Medium";
}
.award-form {
  background-color: #fff;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
  padding: 0px 40px 40px;
}
form#award-form {
  margin-top: 24px;
}
.award-form .year-fields select#start-year {
  width: 40%;
}
.award-form .year-fields select#end-year {
  width: 40%;
}
.award-form .year-fields label.for-to {
  width: 3%;
  color: #464646;
  text-align: center;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.award-form .form-fields textarea {
  resize: none;
  height: 200px;
  border-radius: 4px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-family: "PlusJakartaSans-Medium";
  width: 83%;
}
.award-form .form-fields label.note-for-word {
  margin-top: 12px;
  font-size: 12px !important;
  color: #6c757d !important;
  font-family: "PlusJakartaSans-Regular" !important;
  width: 83% !important;
  margin-left: auto;
}
.award-form .awards-btn {
  margin-bottom: 48px;
  margin-top: 48px;
}
.award-form .awards-btn input {
  opacity: 0;
}
.award-form .awards-btn label {
  color: #4c102a;
  background-color: rgb(76 16 42 / 20%);
  width: auto;
  display: inline-block !important;
  padding: 13.5px 23px;
  cursor: pointer;
}
.award-form .awards-btn label i {
  margin-right: 16px;
}
.award-content {
  margin-top: 56px;
}
.award-form select:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.award-form .form-fields input:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.award-form textarea:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}

/*================== Message Page CSS ======================== */

.messages-content-row h2 {
  margin-bottom: 24px;
  font-size: 26px;
  font-family: "PlusJakartaSans-SemiBold";
  color: #4c102a;
}
.inbox-search h3 {
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  color: #464646;
  margin-bottom: 20px;
}
.search-contacts {
  position: relative;
  padding: 20px 24px 20px;
  background-color: #fff;
}
.search-contacts input#search-contact {
  width: 100%;
  background-color: #efefef;
  border: 1px solid rgb(0 0 0 / 4%);
  height: 50px;
  color: #464646;
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular";
  padding: 0px 16px;
}
.search-contacts input#search-contact:focus {
  outline: none;
  border: 1px solid #4c102a;
}
.messages-search-tabs ul.nav-tabs {
  border: 0px;
  justify-content: space-between;
}
.messages-search-tabs ul.nav-tabs button {
  color: #254035 !important;
  font-size: 15px;
  font-family: Inter-Medium;
  padding: 4px 13px;
  border-radius: 0px;
  border: 0px;
  position: relative;
}
.messages-search-tabs ul.nav-tabs button.active {
  background-color: #4c102a;
  color: #fff !important;
}
.messages-search-tabs ul.nav-tabs button:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #ff4545;
  display: block;
  position: absolute;
  top: 11px;
  left: 0px;
  border-radius: 100%;
}
.messages-search-tabs ul.nav-tabs button.active:before {
  background-color: transparent;
}
button#unread-message-nav:before {
  background-color: #3bda84;
}
button#primary-message-nav:before {
  background-color: #50c0ff;
}
button#unread-message-nav.active:before {
  background-color: transparent;
}
button#primary-message-nav.active:before {
  background-color: transparent;
}
button#all-message-nav:before {
  background-color: transparent;
}
.inbox-messages-content-main .name-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 12px;
}
.inbox-messages-content-main h4.name {
  color: #4c102a;
  font-size: 16px;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 0px;
  position: relative;
}
/*.inbox-messages-content-main h4.name:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #FF4545;
    display: block;
    position: absolute;
    top: 6px;
    left: -16px;
    border-radius: 100%;
}*/
.inbox-messages-content-main p.date {
  margin-bottom: 0px;
  font-size: 12px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
}
.inbox-messages-content-main h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "PlusJakartaSans-SemiBold";
  color: #464646;
}
.inbox-messages-content-main p {
  margin-bottom: 16px;
  color: #464646;
  font-size: 14px;
  font-family: "PlusJakartaSans-Regular";
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*.messages-content-main .recieve_main p {
    margin-right: auto;
    margin-left: 0px;
    background-color: #e3dede;
}*/
div#scroll_message::-webkit-scrollbar {
  width: 6px;
  background: #efefef;
}
div#scroll_message::-webkit-scrollbar-thumb {
  background: #4c102a;
}
.inbox-messages-content-main a {
  background-color: #f0f5f3;
  color: #464646;
  font-size: 12px;
  font-family: Inter-Regular;
  display: inline-block;
  padding: 3px 11px;
  text-decoration: none;
  border-radius: 4px;
}
.inbox-messages-content-main a img {
  margin-right: 8px;
}
.messages-search-tabs-main {
  background-color: #fff;
}
.inbox-messages-content-main {
  padding: 30px 48px 30px;
  border-top: 1px solid #f3f3f3;
}
.inbox-messages-content-main:first-child {
  border: 0px;
}
.messages-search-tabs {
  padding: 0px 24px 0px;
}
.messages-content-main div#scroll_message {
  padding-bottom: 32px;
}

/* User Message Box */

.user-data-content {
  background-color: #fff;
}
.name-date-conten img {
  width: 64px;
  height: 64px;
  border-radius: 4px;
}
.name-date-conten h2.user-name {
  font-size: 20px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 8px;
}
.name-date-conten p.email-id {
  margin-bottom: 0px;
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
}
.name-date-conten .col-md-6 .row {
  align-items: center;
}
.name-date-conten .time-btn {
  text-align: end;
}
.name-date-conten p.time {
  margin-bottom: 12px;
  font-size: 14px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
}
.name-date-conten input {
  background-color: transparent;
  border: 0px;
  padding: 0px 0px;
  width: 20px;
  height: auto;
  background-image: url(../images/Frame-354.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.name-date-conten {
  padding: 24px 40px;
  border-bottom: 1px solid #dbdbdb;
}
/*.user-message-box {
    padding: 16px 10px 1px;
    margin-bottom: 16px;
}*/
.user-message-box h3.user-name {
  color: #4c102a;
  font-size: 24px;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 24px;
}
.user-message-box p {
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
  line-height: 26px;
  margin-bottom: 0px;
  text-align: left;
}
.messages-content-main > .row > .col-md-4 {
  padding-right: 0px !important;
}
.messages-content-main > .row > .col-md-8 {
  padding-left: 0px !important;
  border-left: 1px solid #dbdbdb;
}
/*.download-attachment {
    width: 100%;
    max-width: 600px;
    padding: 20px 20px;
    border-radius: 10px;
    margin: 0px 10px;
    background-color: #efefef !important; 
}*/
.messages-content-main .download-attachment {
  margin-bottom: 20px;
}
.download-attachment .download-attachment-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.download-attachment-text h4 {
  color: #464646;
  font-size: 15px;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 0px;
}
.download-attachment-text input {
  font-size: 14px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Medium";
  border: 0px;
  background-color: transparent;
  padding: 0px;
}
.download-attachment .attachment-btn {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding-top: 10px;
  flex-wrap: wrap;
}
.download-attachment .attachment-btn a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  font-size: 15px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  text-decoration: none;
  gap: 12px;
  padding: 10px 16px 10px 16px;
  background-color: #fff;
  border-radius: 8px;
  max-width: 180px;
}
.download-attachment .attachment-btn a span {
  display: block;
}
.download-attachment .attachment-btn a label {
  display: block;
  width: 100% !important;
  background-color: transparent !important;
  text-align: left;
  padding: 0px 0px !important;
  line-height: 19px;
}
.messages-content-main .message_main {
  width: 600px;
  max-width: fit-content;
  background-color: #efefef;
  padding: 20px 20px;
  border-radius: 10px;
  margin-left: auto;
  margin-top: 32px;
  margin-right: 10px;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
}
.messages-content-main .message_main.recieve_main {
  margin-left: 10px;
  margin-right: auto;
  background-color: #e3dede;
}
.user-description-box {
  padding: 32px 40px 32px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.user-description-box-content {
  border: 1px solid #dbdbdb;
}
.user-description-box-content textarea {
  width: 100%;
  resize: none;
  height: 180px;
  border: 0px;
  padding: 15px 20px;
}
.user-description-box-content textarea:focus {
  outline: none;
  box-shadow: none;
}
.user-description-box-content .bottom-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 24px;
  margin-bottom: 24px;
}
.bottom-btns .file-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.bottom-btns .file-btns a {
  display: inline-block;
  color: #464646;
}
.bottom-btns .send-btns input {
  background-color: #4c102a;
  border: 0px;
  font-size: 14px;
  font-family: "PlusJakartaSans-Medium";
  color: #fff;
  padding: 11px 33px;
}

/* ================ Who We Are Page CSS ================ */

/*  Banner CSS  */

.inner-page-banner {
  background-color: rgb(153 92 118 / 10%);
  padding: 155px 0px;
  margin-top: 137px;
}
.inner-banner-content {
  text-align: center;
}
.inner-banner-content h1.title {
  color: #4c102a;
  font-family: PlusJakartaSans-Bold;
  font-size: 48px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

/* Breadcrums CSS */

.breadcrum {
  margin-top: 10px;
}
.breadcrum ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.breadcrum ul a {
  font-size: 18px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
  text-decoration: none;
  display: block;
  padding: 0px 8px;
}
.breadcrum ul label {
  font-size: 18px;
  font-family: PlusJakartaSans-SemiBold;
  color: #464646;
  display: block;
}

/* About Images Sec CSS */

.about-images-sec {
  padding-top: 60px;
}
.about-images-sec .images-row img {
  width: 100%;
}
.about-images-sec .center-images {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

/* About Content Sec */

.about-content-sec {
  margin-top: 100px;
  margin-bottom: 100px;
}
.about-content-sec .about-content-main {
  width: 100%;
  max-width: 1058px;
  margin: 0px auto 0px;
}
.about-content-sec .about-content-main h2 {
  font-size: 36px;
  font-family: "PlusJakartaSans-SemiBold";
  color: #4c102a;
  margin-bottom: 16px;
}
.about-content-sec .about-content-main p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  line-height: 27px;
}

/* =============== Contact Us Page CSS ================== */

.contact-us-sec {
  margin-top: 100px;
  margin-bottom: 100px;
}
.contact-us-sec .address-bar {
  width: 100%;
  max-width: 1058px;
  margin: 0px auto 0px;
}
.contact-us-sec .address-bar .contact-us-box {
  text-align: center;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  padding: 42px 30px;
}
.contact-us-sec .address-bar .contact-us-box p,
.contact-us-sec .address-bar .contact-us-box a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0px;
  text-decoration: none;
}
.contact-us-sec .address-bar .contact-us-box p label,
.contact-us-sec .address-bar .contact-us-box a label {
  font-size: 22px;
  font-family: "PlusJakartaSans-SemiBold";
  color: #4c102a;
}
.contact-us-sec .address-bar > .row {
  align-items: stretch;
}
.contact-us-sec .address-bar .contact-us-box p img,
.contact-us-sec .address-bar .contact-us-box a img {
  width: auto;
  margin-bottom: 22px;
}
.contact-us-sec .address-bar .contact-us-box a label {
  cursor: pointer;
}
.contact-us-sec .contact-us-form {
  width: 100%;
  max-width: 518px;
  margin: 100px auto 0px;
}
.contact-us-sec .contact-us-form label {
  font-size: 16px;
  color: #1b1b1b;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 16px;
}
.contact-us-sec .contact-us-form input {
  background-color: transparent;
  height: 56px;
  border: 1px solid rgb(70 70 70 / 30%);
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium";
  color: #464646;
  border-radius: 4px;
}
.contact-us-sec .contact-us-form .form-field {
  margin-top: 32px;
}
.contact-us-sec .contact-us-form .contact-us-btn {
  margin-top: 56px;
}
.contact-us-sec .contact-us-form .contact-us-btn input {
  background-color: #4c102a;
  color: #fff;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  border-radius: 4px;
  border: 0px;
}
.contact-us-sec .contact-us-form textarea {
  background-color: transparent;
  border: 1px solid rgb(70 70 70 / 30%);
  resize: none;
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium";
  color: #464646;
  border-radius: 4px;
  height: 164px;
  border-radius: 4px;
}
.contact-us-sec .contact-us-form input:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.contact-us-sec .contact-us-form textarea:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}

/* Applied Jobs */

button#delete-btn {
  background-color: transparent;
  border: 0px;
  padding: 0px 0px;
  width: 100%;
  height: auto;
}

/* Post a Jobs CSS */

.post-job-content h2 {
  font-size: 26px;
  font-family: "PlusJakartaSans-SemiBold";
  color: #4c102a;
  margin-bottom: 24px;
}
.post-job-form {
  background-color: #fff;
  padding: 40px 40px 40px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.post-job-content label {
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  color: #1b1b1b;
  margin-bottom: 16px;
}
.post-job-form input {
  border: 1px solid rgb(70 70 70 / 30%);
  background-color: transparent;
  height: 56px;
  border-radius: 4px;
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Medium";
}
.post-job-form input:focus {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #4c102a;
}
.post-job-form select {
  border: 1px solid rgb(70 70 70 / 30%);
  background-color: transparent;
  height: 56px;
  border-radius: 4px;
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Medium";
}
.post-job-form select:focus {
  background-color: transparent;
  border: 1px solid #4c102a;
  box-shadow: none;
}
.post-job-form .qulification-dates {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
.post-job-form .qulification-dates .start-date {
  width: 45%;
}
.post-job-form .qulification-dates .end-date {
  width: 45%;
}
.post-job-form .qulification-dates .for-to {
  width: 10%;
  height: 56px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-job-form .qulification-dates .for-to p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #6c757d;
  font-family: "PlusJakartaSans-Medium";
  text-transform: capitalize;
}
.post-job-form textarea {
  border: 1px solid rgb(70 70 70 / 30%);
  background-color: transparent;
  height: 320px;
  border-radius: 4px;
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Medium";
  resize: none;
}
.post-job-form textarea:focus {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #4c102a;
}
.post-job-form .form-fields {
  margin-bottom: 32px;
}
.post-job-form .social-links-btns {
  margin-top: 16px;
}
p.note-for-word {
  font-size: 12px;
  font-family: "PlusJakartaSans-Regular";
  color: #6c757d;
  margin-bottom: 0px;
  margin-top: 12px;
}
.offered-salary-main select#job_type {
  width: 100%;
  max-width: 207px;
  border: 0px;
  font-size: 14px;
  font-family: "PlusJakartaSans-Regular";
  color: #666666;
  position: absolute;
  top: 44px;
  right: 1px;
  height: 54px;
  background-color: rgb(70 70 70 / 10%);
}
.offered-salary-main {
  position: relative;
}

/* Key Responsibilities CSS */

.key-responsibilities-content {
  margin-top: 56px;
}
.key-responsibilities-content textarea {
  border: 1px solid rgb(70 70 70 / 30%);
  background-color: transparent;
  height: 320px;
  border-radius: 4px;
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Medium";
  resize: none;
}
.key-responsibilities-content textarea:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.key-responsibilities-fields {
  background-color: #fff;
  padding: 40px 40px 40px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}

/* Qualification CSS */

.qualification-content-main {
  margin-top: 56px;
}
.qualification-content-main textarea {
  border: 1px solid rgb(70 70 70 / 30%);
  background-color: transparent;
  height: 320px;
  border-radius: 4px;
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Medium";
  resize: none;
}
.qualification-content-main textarea:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.qualification-content-fields {
  background-color: #fff;
  padding: 40px 40px 40px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}

/* Prefered Skills CSS */

.prefered-skills-content {
  margin-top: 56px;
}
.prefered-skills-content textarea {
  border: 1px solid rgb(70 70 70 / 30%);
  background-color: transparent;
  height: 180px;
  border-radius: 4px;
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Medium";
  resize: none;
}
.prefered-skills-content textarea:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.prefered-skills-fields {
  background-color: #fff;
  padding: 40px 40px 40px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}

/* Benefits CSS */

.benefits-content-main {
  margin-top: 56px;
}
.benefits-content-main textarea {
  border: 1px solid rgb(70 70 70 / 30%);
  background-color: transparent;
  height: 180px;
  border-radius: 4px;
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Medium";
  resize: none;
}
.benefits-content-fields {
  background-color: #fff;
  padding: 40px 40px 40px;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.benefits-content-main textarea:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}

/* Tacnician Applied Jobs CSS */

.tacnician-applied-jobs .image img {
  width: 80px !important;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
}
.tacnician-applied-jobs .edit-delete .dropdown {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}

/* Job Skills CSS */

.post-job-skills {
  margin-top: 56px;
}
.post-job-skills .skills-form {
  padding-top: 40px;
}

/* Active Job CSS */

.active-jobs-row h3 {
  font-size: 26px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
}
.active-jobs-row .job-more-btn {
  text-align: end;
  position: relative;
  height: 100%;
}
.active-jobs-row .job-more-btn input {
  background-color: transparent;
  border: 0px;
  padding: 0px;
  position: relative;
}
.active-jobs-row .job-more-btn label {
  /*position: absolute;
    bottom: 0px;
    right: 0px;*/
  font-size: 16px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Medium";
  background-color: rgb(76 16 42 / 20%);
  display: inline-block;
  padding: 15px 29px;
  cursor: pointer;
}
.active-jobs-row .job-more-btn label i {
  margin-right: 15px;
}
.active-jobs-info {
  margin-top: 24px;
}
.active-jobs-info h3 {
  font-size: 18px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 0px;
}
.active-jobs-info .table-head {
  background-color: rgb(76 16 42 / 10%);
  padding: 20px 40px;
}
/*.job-create-head {
    text-align: center;
}*/
.application-head {
  text-align: center;
}
.status-head {
  text-align: end;
}
.action-head {
  text-align: end;
}
.active-jobs-info h4 {
  font-size: 18px;
  font-family: PlusJakartaSans-Regular;
  color: #464646;
}
h4#application-toggle {
  cursor: pointer;
}
.active-jobs-info h4 label {
  display: block;
  font-size: 22px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 10px;
}
.active-jobs-info .table-body {
  /*background-color: #fff;
    padding: 40px 40px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 9%);
    margin-bottom: 32px;*/
}
.job-create-body {
  text-align: center;
}
/*.application-body {
    text-align: center;
}*/
/*.status-body {
    text-align: end;
}*/
.action-body {
  text-align: end;
}

.action-body a#dropdownMenuLink {
  background-color: transparent;
  padding: 0px;
  border: 0px;
}
.action-body a#dropdownMenuLink::after {
  display: none;
}
.action-body ul.dropdown-menu {
  transform: translate(0px, 31px) !important;
  border-radius: 0px;
  border: 0px;
  box-shadow: 0px 0px 4px rgb(70 70 70 / 20%);
  text-align: center;
}
.action-body ul.dropdown-menu a.dropdown-item {
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium";
  color: #464646;
  padding: 14px 20px;
}
.action-body ul.dropdown-menu li:nth-child(2) {
  border-top: 1px solid rgb(70 70 70 / 15%);
  border-bottom: 1px solid rgb(70 70 70 / 15%);
}

/* applied Jobs CSS */

.active-applied-job-row h3 {
  font-size: 26px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
}
.active-applied-job-row,
.applied-job-more-btn {
  text-align: end;
  position: relative;
  height: 100%;
}
.active-applied-job-row,
.applied-job-more-btn input {
  background-color: transparent;
  border: 0px;
  padding: 0px;
  position: relative;
}
.active-applied-job-row,
.applied-job-more-btn label {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 16px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Medium";
  background-color: rgb(76 16 42 / 20%);
  display: inline-block;
  padding: 15px 29px;
}
.active-applied-job-row,
.applied-job-more-btn label i {
  margin-right: 15px;
}
.active-applied-job-info {
  margin-top: 24px;
}
.active-applied-job-info h3 {
  font-size: 18px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 0px;
}
.active-applied-job-info .table-head {
  background-color: rgb(76 16 42 / 10%);
  padding: 20px 40px;
}
.applied-job-create-head {
  text-align: center;
}
.application-head {
  text-align: center;
}
.status-head {
  text-align: end;
}
.action-head {
  text-align: end;
}
.active-applied-job-info h4 {
  font-size: 18px;
  font-family: PlusJakartaSans-Regular;
  color: #464646;
}
.active-applied-job-info h4 label {
  display: block;
  font-size: 22px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 10px;
}
.active-applied-job-info .table-body {
  background-color: #fff;
  padding: 40px 40px 0px 40px;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 9%);
  /* margin-bottom: 32px; */
}
.applied-job-create-body {
  text-align: center;
}
.applied-job-info .col-md-2 {
  width: 13%;
}
.applied-job-info .col-md-2 img {
  width: 100%;
}
.active-applied-job-info h5 label {
  display: block;
  font-size: 24px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 10px;
}
.active-applied-job-info h5 {
  font-size: 16px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 0px;
}
.applied-job-info {
  border: 1px solid #46464629;
  border-radius: 10px;
  padding: 20px 20px 20px;
  margin-bottom: 8px;
}
.active-jobs-info .applied-job-info .col-md-8 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}
.applied-job-info > .row > .col-md-7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.applied-job-info .row {
  margin-bottom: 32px;
  justify-content: space-between;
}
.applied-job-palce-time ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.applied-job-palce-time ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 500;
  font-family: "PlusJakartaSans-Medium";
}
.applied-job-palce-time ul li img {
  width: 20px;
  height: auto;
  font-size: 20px;
}
.col-md-5 .applied-job-palce-time {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  /* margin-top: 10px; */
}
/*.with-icon {
    position: relative;
    padding-right: 20px;
}*/
.with-icon .border-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #464646;
  opacity: 0.2;
}
.applied-job-views-btn {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 12px;
  justify-content: flex-end;
}
.applied-job-views-btn .row {
  margin: 0;
}
.view-profile-btn {
  background: #4c102a;
  text-align: center;
  padding: 13.5px 35px;
  font-family: "PlusJakartaSans-Medium";
  font-size: 14px;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}
button.book-profile-btn {
  background: transparent;
  text-align: center;
  padding: 12.5px 58px;
  font-family: "PlusJakartaSans-Medium";
  font-size: 14px;
  color: #4c102a;
  border: 1px solid #4c102a;
  border-radius: 4px;
  transition: all 0.5s ease;
  width: 100%;
}
button.book-profile-btn:hover {
  background-color: transparent;
  border-color: #4c102a;
  color: #4c102a;
}
.star-rating p {
  margin: 0px;
  font-size: 14px;
}
.star-rating {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  align-items: center;
  padding-top: 12px;
}
.star-rating span {
  color: #ffa800;
}
.applied-job-send-msg {
  text-align: center;
  margin: 0;
  padding-top: 12px;
}
.applied-job-send-msg span {
  color: #4c102a;
  font-size: 14px;
  font-weight: 500;
  font-family: "PlusJakartaSans";
  text-decoration: underline;
}
.applied-job-intro p {
  color: #464646;
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular";
  font-weight: 400;
}
.clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limiting to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.applied-job-skills {
  display: flex;
  justify-content: space-between;
}
.applied-job-skills input[type="button"] {
  background-color: transparent;
  padding: 8px 16px 8px 16px;
  border: 1px solid #4646464d;
  color: #464646;
  font-size: 14px;
  font-family: "PlusJakartaSans-Regular";
  font-weight: 400;
}
.applied-job-skills input.more-skill {
  background-color: #4c102a;
  padding: 8px 16px 8px 16px;
  border: 1px solid #4646464d;
  color: #fff;
  font-size: 14px;
  font-family: "PlusJakartaSans-Regular";
  font-weight: 400;
}
.applied-job-palce-time label {
  margin-bottom: 12px;
}
.applied-job-info-bg {
  /*background-color: #fff;
    padding: 40px 40px 40px 40px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 9%);
    margin-bottom: 32px;*/
}
.applied-job-palce-time h5 {
  margin: 0;
}

.for-toggle-applied-info {
  display: none;
  margin-top: 48px;
}
/*end applied Jobs CSS */

/* Inprogress Jobs CSS */

.active-Inprogress-job-row h3 {
  font-size: 26px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
}
.active-Inprogress-job-row,
.Inprogress-job-more-btn {
  text-align: end;
  position: relative;
  height: 100%;
}
.active-Inprogress-job-row,
.Inprogress-job-more-btn input {
  background-color: transparent;
  border: 0px;
  padding: 0px;
  position: relative;
}
.active-Inprogress-job-row,
.Inprogress-job-more-btn label {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 16px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Medium";
  background-color: rgb(76 16 42 / 20%);
  display: inline-block;
  padding: 15px 29px;
}
.active-Inprogress-job-row,
.Inprogress-job-more-btn label i {
  margin-right: 15px;
}
.active-Inprogress-job-info {
  margin-top: 24px;
}
.Inprogress-nav-content-row h2 {
  color: #4c102a;
  font-size: 26px;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 24px;
}
.active-Inprogress-job-info h3 {
  font-size: 18px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 0px;
}
.active-Inprogress-job-info .table-head {
  background-color: rgb(76 16 42 / 10%);
  padding: 20px 40px;
}
.Inprogress-job-create-head {
  text-align: center;
}
.application-head {
  text-align: center;
}
.status-head {
  text-align: end;
}
.action-head {
  text-align: end;
}
.active-Inprogress-job-info h4 {
  font-size: 18px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.active-Inprogress-job-info h4 label {
  display: block;
  font-size: 22px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 0px;
}
.active-Inprogress-job-info h4 span {
  display: inline-block;
  font-size: 14px;
}
.active-Inprogress-job-info .table-body {
  background-color: #fff;
  padding: 40px 40px 40px 40px;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 9%);
  margin-bottom: 32px;
}
.Inprogress-job-create-body {
  text-align: center;
}
.Inprogress-job-info .col-md-2 {
  width: 13%;
}
.Inprogress-job-info .col-md-2 img {
  width: 100%;
}
.active-Inprogress-job-info h5 label {
  display: block;
  font-size: 24px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 10px;
}
.active-Inprogress-job-info h5 {
  font-size: 16px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 8px;
}
.Inprogress-job-info > .row > .col-md-8 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.Inprogress-job-info {
  border: 1px solid #46464629;
  border-radius: 10px;
  padding: 32px 32px 32px;
  margin-bottom: 32px;
}
.Inprogress-job-info .row {
  margin-bottom: 32px;
}
.Inprogress-job-palce-time ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.Inprogress-job-palce-time ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 500;
  font-family: "PlusJakartaSans-Medium";
}
.Inprogress-job-palce-time ul li:last-child span.border-right {
  width: 0;
}
.Inprogress-job-palce-time ul li img {
  width: 20px;
  height: auto;
  max-width: fit-content;
}
.col-md-5 .Inprogress-job-palce-time {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  /* margin-top: 10px; */
}
.with-icon {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.with-icon .border-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #464646;
  opacity: 0.2;
}
.Inprogress-job-intro p {
  color: #464646;
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular";
  font-weight: 400;
  line-height: 24px;
}
.active-jobs-info .job_description {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.active-jobs-info .job_description h2 {
  max-width: 50%;
}
.active-jobs-info .job_description a.download-btn {
  max-width: 50%;
  text-decoration: none;
  font-family: "PlusJakartaSans-Medium";
  color: #fff !important;
  background-color: #4c102a;
  display: flex;
  align-items: center;
  padding: 0px 16px;
  border-radius: 4px;
}
.Inprogress-job-skills {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 32px;
  flex-direction: row;
  flex-wrap: wrap;
}
.Inprogress-job-skills input[type="button"] {
  background-color: transparent;
  padding: 8px 16px 8px 16px;
  border: 1px solid #4646464d;
  color: #464646;
  font-size: 14px;
  font-family: "PlusJakartaSans-Regular";
  font-weight: 400;
  border-radius: 2px;
  cursor: auto !important;
}
.Inprogress-job-skills input.more-skill {
  background-color: #4c102a;
  padding: 8px 16px 8px 16px;
  border: 1px solid #4646464d;
  color: #fff;
  font-size: 14px;
  font-family: "PlusJakartaSans-Regular";
  font-weight: 400;
}
.Inprogress-job-palce-time label {
  margin-bottom: 12px;
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-SemiBold";
}
.Inprogress-job-palce-time h5 {
  color: #4c102a;
  font-size: 24px;
  font-family: PlusJakartaSans-Bold;
  margin-bottom: 8px;
}
.applied-job-info.find-job-info .user-image {
  display: inline-block;
}
.applied-job-info.find-job-info .user-deta {
  display: inline-block;
}
.applied-job-info.find-job-info .col-md-8 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 32px;
}
.dir-hired {
  font-size: 14px !important;
}
.for-toggle-applied-info .user-image img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  object-fit: cover;
}
.for-toggle-applied-info button.book-profile-btn {
  padding: 12.5px 50px;
  width: 170px;
}
.for-toggle-applied-info button.book-profile-btn:active {
  background-color: transparent;
  border-color: #4c102a;
  color: #4c102a;
}
.active-Inprogress-job-info h4 label span {
  font-size: 12px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
  margin-left: 10px;
}
.active-jobs-info .edit-delete > .dropdown {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
}
.active-jobs-info .edit-delete > .dropdown a {
  font-size: 20px;
  color: #4c102a;
}
.active-jobs-info .edit-delete > .dropdown a i {
  font-size: 24px !important;
}
.active-jobs-info .edit-delete > .dropdown button {
  padding: 0px;
  background-color: transparent;
  border: 0px;
}
.message-send-bt {
  display: flex;
  justify-content: end;
}
.message-send-bt label.send-message-btn {
  background: #4c102a;
  text-align: center;
  padding: 14px 50px 14px 50px;
  font-family: "PlusJakartaSans-Medium";
  font-size: 14px;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.mark-complete-bt label.mark-complete-btn {
  background: #4c102a;
  text-align: center;
  padding: 16px 48px 16px 48px;
  font-family: "PlusJakartaSans-Medium";
  font-size: 14px;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.Inprogress-job-table-body {
  margin-bottom: 32px;
}

/* Payment Popup CSS */
#payment-popup .modal-dialog,
#payment-methods-popup .modal-dialog {
  max-width: 653px;
  position: relative;
}
#payment-popup .modal-dialog .modal-content,
#payment-methods-popup .modal-dialog .modal-content {
  border-radius: 0px;
}
#payment-popup .modal-header,
#payment-methods-popup .modal-header {
  border: 0px;
  padding: 0px;
}
#payment-popup p.gab-bottom,
#payment-methods-popup p.gab-bottom {
  line-height: 22px;
  margin-bottom: 20px;
}
#payment-popup h2,
#payment-methods-popup h2 {
  margin-bottom: 16px;
}
#payment-popup button.btn-close,
#payment-methods-popup button.btn-close {
  width: 42px;
  height: 42px;
  background-color: rgb(76 16 42 / 10%);
  opacity: 1;
  color: #4c102a;
  --bs-btn-close-bg: none;
  font-size: 24px;
  padding: 0px 0px;
  border-radius: 0px;
  border: 0px;
  margin-top: 24px;
  margin-right: 24px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
#payment-popup .popup-btns,
#payment-methods-popup .popup-btns {
  flex-direction: column;
  align-items: center;
}
#payment-popup button,
#payment-methods-popup button {
  padding: 11px 107px;
}
#payment-popup .modal-body,
#payment-methods-popup .modal-body {
  padding: 40px 30px 40px;
}
#payment-popup button.btn-close:focus,
#payment-methods-popup button.btn-close:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}

/* Payment Methods Popup CSS */
#payment-methods-popup h2 {
  margin-bottom: 30px;
}

#payment-methods-popup .card {
  border: 0px;
  border-radius: 0px;
}

#payment-methods-popup .card .card-header {
  border: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0px;
  background-color: #f5f5f5;
  text-align: left;
  font-size: 17px;
  font-weight: 500;
}

#payment-methods-popup .card .card-body {
  border: 0px;
  border-radius: 0px;
  background-color: #fbfbfb;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

#payment-methods-popup .card .card-body .form-fields {
  margin-bottom: 15px;
}

#payment-methods-popup .card .card-body .form-control {
  border: 0px;
  border-radius: 0px;
  padding: 10px;
  border-left: 2px solid #0e834d;
  background-color: #f2f2f2;
}

#payment-methods-popup .card .card-body p {
  font-size: 16px;
}

#payment-methods-popup .card .card-header .custom-control-label {
  margin-left: 30px;
  position: relative;
}

#payment-methods-popup .card .card-header input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 0px;
  /* background-color only for content */
  background-clip: content-box;
  border: 9.5px solid #6d6d6d;
  background-color: #6d6d6d;
  border-radius: 50%;
  position: absolute;
  top: 23px;
}

/* appearance for checked radiobutton */
#payment-methods-popup .card .card-header input[type="radio"]:checked {
  padding: 3.5px;
  background-color: #ffffff;
  border: 6px solid #4c102a;
}

/* Find Job Page CSS */

.find-job-banner h3 {
  font-size: 56px;
  font-family: HWYGOTH;
  letter-spacing: -2px;
  color: #4c102a;
  margin-bottom: 0px;
}
.find-job-banner {
  background-color: rgb(153 92 118 / 8%);
  padding-top: 106px;
  padding-bottom: 106px;
  margin-top: 130px;
}
.find-job-banner p {
  margin-bottom: 0px;
  font-size: 18px;
  color: #464646;
  font-family: "PlusJakartaSans-Medium";
}
.find-job-banner .job-search-head {
  margin-bottom: 40px;
}
.find-job-banner .job-searh-fields input.job-title-key {
  height: 100px;
  border-radius: 8px 0px 0px 8px;
  border: 0px;
  width: 100%;
  padding: 12px 70px;
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
}
.find-job-banner .job-searh-fields .job-title-key-main {
  width: 58%;
  display: inline-block;
  position: relative;
}
.find-job-banner .job-searh-fields input.job-title-key:focus {
  box-shadow: none;
  border: 0px;
  outline: none;
}
.job-searh-fields select#state_id {
  width: 100%;
  height: 56px;
  border: 0px;
  color: #464646;
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular";
  padding: 12px 20px 12px 60px;
  border-left: 2px solid rgb(70 70 70 / 16%);
  border-right: 2px solid rgb(70 70 70 / 16%);
}
.job-searh-fields .row-first {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.job-searh-fields select#state_id:focus {
  outline: none;
  border-left: 2px solid rgb(70 70 70 / 16%);
  border-right: 2px solid rgb(70 70 70 / 16%);
}
.job-searh-fields select#city_id {
  width: 100%;
  height: 56px;
  border: 0px;
  color: #464646;
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular";
  padding: 12px 15px 12px 50px;
}
.job-searh-fields select#city_id:focus {
  outline: none;
  border: 0px;
}
.find-job-btn {
  width: 12%;
  height: 100px;
  background-color: #fff;
  border-radius: 0px 8px 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.find-job-btn a#submit_form {
  background-color: #4c102a;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  padding: 18px 41px;
}
.state_for-icon {
  width: 15%;
  background-color: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
}
.city-for-icon {
  width: 15%;
  background-color: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
}
.job-searh-fields select::-ms-expand {
  display: block;
}
.job-searh-fields select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/front/assets/images/Vector-dropdown.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 22px center;
}
.find-job-banner .job-searh-fields .job-title-key-main:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 36px;
  left: 36px;
  background-image: url(/front/assets/images/Vector-127.png);
  max-width: 30px;
  max-height: 30px;
  background-repeat: no-repeat;
  background-size: auto;
}
.state_for-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 36px;
  left: 24px;
  background-image: url(/front/assets/images/Group1346.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  max-width: 30px;
  max-height: 30px;
}
.city-for-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 38px;
  left: 24px;
  background-image: url(/front/assets/images/icon-location.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  max-width: 22px;
  max-height: 22px;
}
.job-searh-fields .row-second {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.job-searh-fields .row-second select {
  height: 64px;
  border: 0px;
  border-radius: 6px;
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  padding: 11px 22px;
  text-transform: capitalize;
}
select.choose-industry {
  width: 22%;
}
.job-searh-fields .row-second select.job-type {
  width: 18%;
}
.job-searh-fields .row-second select.job-salary {
  width: 18%;
}
.job-searh-fields .row-second select.job-experience {
  width: 18%;
}
.job-searh-fields .row-second select.job-qualification {
  width: 18%;
}
.job-searh-fields .row-second select:focus {
  outline: none;
}
.find-job-info {
  padding: 32px 32px 32px;
  margin-bottom: 32px;
}
.find-job-info img {
  width: 100px;
  height: 100px;
  border-radius: 4px;
  object-fit: cover;
}
.find-job-info h5 {
  font-size: 28px;
  margin-bottom: 12px;
}
.job-search-sort p.pull-left {
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Bold";
}
.job-search-sort select#sort_select {
  width: 100%;
  height: 64px;
  border-radius: 6px;
  border: 0px;
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  padding: 12px 22px;
}
.job-search-sorting.pull-right {
  width: 256px;
}
.job-search-sort select#sort_select::-ms-expand {
  display: block;
}
.job-search-sort select#sort_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/front/assets/images/Vector-dropdown.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 22px center;
}
.job-search-sort {
  margin-bottom: 56px;
}
.job-search-result {
  margin-top: 56px;
  margin-bottom: 81px;
}
.job-search-result .pagination {
  margin-top: 36px;
}
.jobs-nav-content-row .pagination {
  margin-top: 60px;
}
.pagination {
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pagination ul li.disabled span {
  background-color: #464646;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.5;
  color: #fff;
}
a.next-style {
  background-color: #464646 !important;
  opacity: 0.5;
  color: #fff !important;
}
.pagination ul li.active span {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 18px;
  font-family: "PlusJakartaSans-Bold";
  color: #464646;
  border: 1px solid #4c102a;
  cursor: pointer;
}
.pagination ul li a {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0px 0px;
  font-size: 18px;
  font-family: "PlusJakartaSans-Bold";
  color: #464646;
  text-decoration: none;
  border: 1px solid #dfe3e8;
}
.pagination ul li:first-child a {
  font-size: unset;
}

.pagination ul li:last-child a {
  font-size: unset;
}
.job-search-sort select#sort_select {
  outline: none;
}
.find-associate-job-search .applied-job-views-btn {
  flex-direction: column-reverse;
  align-items: end !important;
  justify-content: flex-end;
  max-width: 214px;
  margin-left: auto;
}
.find-associate-job-search .applied-job-views-btn .view-profile-bt {
  width: 100%;
}
.find-associate-job-search .applied-job-views-btn .btn-view a {
  display: block;
}
.post-job-form input[type="number"]::-webkit-outer-spin-button,
.post-job-form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Find Associates job Page CSS */

.find-associate-banner .job-title-key-main {
  width: 55% !important;
}
.find-associate-banner .find-job-btn {
  width: 15%;
}
.find-associate-job-search .user-image img {
  width: 190px;
  height: 190px;
  border-radius: 4px;
  object-fit: cover;
  object-position: top;
}
.associate-str-end {
  width: 26%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.associate-str-end input {
  height: 64px;
  border-radius: 6px;
  border: 0px;
  width: 45%;
  padding: 0px 12px;
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
}
.associate-str-end input:focus {
  outline: 0px;
}
.associate-str-end label {
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
  width: 10%;
  text-align: center;
}
.find-associate-banner select.job-type,
.find-associate-banner select.job-salary,
.find-associate-banner select.job-experience {
  width: 16% !important;
}

/* Find Associates Page CSS */

.associates-user-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.associates-user-content h2 {
  display: inline-block;
  font-size: 30px;
  font-family: PlusJakartaSans-Bold;
  color: #4c102a;
  margin-bottom: 0px;
  margin-top: 24px;
}
.associates-user-content img {
  margin-bottom: 0px;
}
.associates-user-content label {
  font-size: 18px;
  color: #464646;
  font-family: PlusJakartaSans-SemiBold;
  margin-top: 18px;
}
.associates-user-content ul {
  padding: 0px 0px 0px 0px;
  margin: 31px 0px 0px 0px;
  list-style: none;
  display: flex !important;
}
.associates-user-content ul label {
  font-size: 17px;
  font-family: "PlusJakartaSans-Medium";
  margin-top: 0px;
}
.associates-user-content ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 0px 22px;
  border-left: 2px solid rgb(70 70 70 / 10%);
}
.associates-user-content ul li:first-child {
  border: 0px;
}
.associates-user-content a {
  display: block;
  background-color: #4c102a;
  padding: 19px 45px;
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  font-family: "PlusJakartaSans-Medium";
  margin-top: 32px;
}

.associates-data-main h2 {
  font-size: 26px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 24px;
}
.associates-data-main .about-candidate h2 {
  margin-bottom: 16px;
}
.associates-data-main .about-candidate p {
  font-size: 17px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  line-height: 27px;
  margin-top: 0px;
}
.associates-data-main .about-candidate p strong {
  font-family: "PlusJakartaSans-Bold";
}

.associates-data-main ul {
  padding: 0px 0px 0px 0px;
  list-style: none;
  margin: 0px;
}
.associates-data-main .name-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.associates-data-main .reviews-bottom-row .name-date {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.associates-data-main h3 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-right: 18px;
  line-height: 25px;
}
.associates-data-main label {
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular";
  color: #4c102a;
}
.associates-data-main .for-style {
  color: #464646;
  font-family: "PlusJakartaSans-SemiBold";
  margin-top: 8px;
}
.associates-data-main p {
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
  line-height: 26px;
  margin-bottom: 0px;
  margin-top: 24px;
}
.associates-data-main ul li {
  padding: 0px 0px 64px 65px;
  position: relative;
}
.associates-data-main ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/Group-1310.png);
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  max-width: 32px;
  background-size: 100%;
  background-position: 0px 10px;
}
.associates-data-main ul li:last-child:before {
  background-image: url(../images/Group-0132.png);
}
.associates-data-main ul.awards-list li:before {
  background-position: 0px 0px;
  height: 95%;
}
.associates-data-main ul li:last-child {
  padding: 0px 0px 0px 65px;
}

.associates-data-main .for-btm-gap {
  margin-top: 100px;
}
.associates-data-main {
  padding-bottom: 100px;
}

.reviews-content h3 {
  margin-bottom: 0px;
  font-size: 26px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
}
.reviews-content .reviews-top-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}

.reviews-content .star-rating {
  padding-top: 0px;
}
.reviews-content label {
  font-size: 16px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Regular";
  margin-left: 12px;
}

.reviews-content .reviews-top-row .star-rating-main {
  margin-left: 24px;
}
.reviews-content {
  margin-bottom: 0px;
  margin-top: 100px;
}
.reviews-content .user-name-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.reviews-content h4 {
  font-size: 20px;
  font-family: "PlusJakartaSans-SemiBold";
  color: #4c102a;
  margin-bottom: 8px;
}
.reviews-content .reviews-date {
  margin-left: 0px;
  color: #464646;
}
.reviews-content .reviews-bottom-row {
  padding-top: 24px;
  border-top: 1px solid #4c102a;
  padding-bottom: 24px;
}
.reviews-content .reviews-bottom-row:nth-child(2) {
  border-top: 0px;
}
.reviews-content .reviews-bottom-row .star-rating {
  justify-content: flex-end;
}
.reviews-content .reviews-bottom-row .star-rating p {
  font-size: 16px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-top: 0px;
}
.reviews-content .reviews-bottom-row .user-name-image img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.reviews-content .reviews-description {
  margin-top: 24px;
}
.reviews-content .reviews-description p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  line-height: 26px;
  padding: 0px 15px 0px 111px;
}

.associates-data-main .associates-job-details li:before {
  display: none;
}
.associates-data-main .associates-job-details li {
  padding: 0px;
}
.associates-data-main .associates-job-details li:last-child {
  padding: 0px;
}

.associates-data-main .associates-social-profile li {
  padding: 0px;
}
.associates-data-main .associates-social-profile li:last-child {
  padding: 0px;
}
.associates-data-main .associates-social-profile li:before {
  display: none;
}
.associates-data-main .associates-social-profile h4 {
  font-size: 18px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Bold";
  margin-bottom: 0px;
}
.associates-data-main .associates-social-profile .social-icons {
  gap: 16px;
}

.associates-data-main .associates-professional-skills li {
  padding: 0px;
}
.associates-data-main .associates-professional-skills li:last-child {
  padding: 0px;
}
.associates-data-main .associates-professional-skills li:before {
  display: none;
}
.associates-user-cv {
  background-color: #f0ecee;
  border-radius: 8px;
  margin-top: 24px;
  padding: 42px 42px 42px;
}
.associates-user-cv h5 {
  margin-bottom: 32px;
  font-size: 22px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
}
.associates-user-cv a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  background-color: rgb(76 16 42 / 10%);
  border-radius: 4px;
  padding: 13px 16px;
  border: 1px solid rgb(76 16 42 / 30%);
}
.associates-user-cv a .cv-file-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.associates-user-cv a .cv-file-label span {
  font-size: 14px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Regular";
  text-decoration: none !important;
  margin-bottom: 8px;
}
.associates-user-cv a .cv-file-label label {
  font-size: 18px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  cursor: pointer;
}
.associates-user-contact {
  background-color: #f0ecee;
  margin-top: 24px;
  padding: 42px 42px 42px;
  border-radius: 8px;
}
.associates-user-contact h5 {
  margin-bottom: 32px;
  font-size: 22px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
}
.associates-user-contact input {
  height: 56px;
  border: 0px;
  border-radius: 4px;
  color: #464646;
  font-size: 14px;
  font-family: "PlusJakartaSans-Regular";
  padding: 12px 16px;
}
.associates-user-contact .form-field {
  margin-bottom: 16px;
}
.associates-user-contact input:focus {
  box-shadow: none;
  border: 1px solid #906b7b;
  color: #906b7b;
}
.associates-user-contact textarea {
  height: 132px;
  border: 0px;
  resize: none;
  border-radius: 4px;
  font-size: 14px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  padding: 19px 16px;
}
.associates-user-contact textarea:focus {
  box-shadow: none;
  border: 1px solid #906b7b;
  color: #906b7b;
}
.associates-user-contact button {
  border: 0px;
  font-size: 16px;
  color: #ffffff;
  font-family: "PlusJakartaSans-Medium";
  width: 100%;
  background-color: #4c102a;
  border-radius: 4px;
  padding: 14px 20px;
  display: block;
  margin-top: 32px;
}
.associates-user-contact input#phone-fiels::-webkit-outer-spin-button,
.associates-user-contact input#phone-fiels::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.associates-job-details {
  margin-top: 100px;
}
.associates-data-main > .row > .col-md-9 {
  padding-left: 38px;
}

/* Company Profile Page CSS Start */

.open-job-btn {
  text-decoration: none;
  font-size: 16px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Regular";
  background-color: rgb(76 16 42 / 20%);
  border: 1px solid rgb(76 16 42 / 30%);
  border-radius: 2px;
  padding: 8px 16px 8px 16px;
  display: inline-block;
  margin-top: 24px;
}
.company-lab-content .technician-data {
  margin-top: 12px;
}
.company-lab-content .technician-data li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  text-decoration: none;
}
.visit-web-btn a {
  padding: 16px 55px;
}
.company-profile-slider .technician-data img {
  width: auto !important;
}
.company-profile-slider .related-jobs-content {
  margin: 0px 22px 24px 0px;
}
.company-profile-content h2 {
  font-size: 26px;
  font-family: "PlusJakartaSans-SemiBold";
  color: #4c102a;
  margin-bottom: 0px;
}
.about-company-text h2 {
  margin-bottom: 16px;
}
.about-company-text p {
  font-size: 17px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  line-height: 27px;
  margin-bottom: 20px;
}
.about-company-text {
  margin-bottom: 90px;
}
.open-position h2 {
  margin-bottom: 24px;
}
.company-profile-sec .col-md-9 {
  padding-right: 30px;
}
.company-profile-sec .company-profile-data ul {
  margin-top: 0px;
}
.company-profile-slider .owl-dots button span {
  background: #d9d9d9 !important;
  margin: 0px 4px !important;
}
.company-profile-slider .owl-dots button.active span {
  background: #4c102a !important;
}
.company-profile-sec {
  margin-top: 60px;
  margin-bottom: 100px;
}
.company-profile-banner {
  padding: 120px 0px;
}
.company-profile-slider .related-jobs-content .image-col img {
  width: 80px;
  height: 80px;
}

/* Company Profile Page CSS End */

/* Find Job Profile View Page CSS */

.find-job-profile-view {
  padding: 109px 0px;
}

/* Video Preloder */

div#videoModel .modal-dialog {
  --bs-modal-width: 100% !important;
  --bs-modal-margin: 0rem;
  --bs-modal-border-width: 0px !important;
  --bs-modal-border-radius: 0px !important;
  height: 100vh !important;
}
div#videoModel .modal-dialog .modal-content {
  height: 100vh;
  background-color: #000;
}
div#videoModel .modal-dialog .modal-content img {
  width: 100%;
  height: 100%;
}
div#videoModel .modal-dialog .modal-content button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
  --bs-btn-close-bg: none;
  background-color: #fff;
  padding: 3px 5.5px !important;
  line-height: normal;
  height: auto;
  color: #4c102a;
  opacity: 1;
  border-radius: 2px;
}

/* Forgot Password */

.login-sec h2 {
  font-size: 56px;
  color: #4c102a;
  font-family: HWYGOTH;
  letter-spacing: -2px;
  margin-bottom: 5px;
}
.login-sec .wdDown {
  width: 100%;
  max-width: 518px;
  margin: 56px auto 0px;
}
.login-sec .wdDown .form-group.row {
  flex-direction: column;
  margin-bottom: 32px;
}
.login-sec .wdDown .col-md-6 {
  width: 100% !important;
  margin-left: 0px !important;
}
.login-sec .wdDown label {
  padding: 0px 15px;
  width: 100%;
  font-size: 16px;
  color: #1b1b1b;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 15px;
}
.login-sec .wdDown input {
  background-color: transparent !important;
  border: 1px solid rgb(70 70 70 / 30%);
  height: 56px;
  border-radius: 4px;
}
.login-sec .wdDown input:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.login-sec .wdDown button {
  border: 0px;
  background-color: #4c102a;
  color: #fff;
  font-size: 18px;
  line-height: 22.68px;
  font-family: "PlusJakartaSans-Medium";
  padding: 16px 0px;
  width: 100%;
  border-radius: 4px;
  margin-top: 24px;
}

/* Media Screens  */

@media (min-width: 1440px) and (max-width: 1640px) {
  .container {
    max-width: 1400px !important;
  }

  .hd-profile-img .dropdown-menu {
    /*        transform: translate3d(-63px, 82px, 0px) !important;*/
  }

  /* Login Page CSS */

  .login-sec {
    margin-top: 279px;
    margin-bottom: 80px;
  }

  /* Active Jobs CSS */

  .active-jobs-info h4 {
    font-size: 15px;
  }
  .active-jobs-info h4 label {
    font-size: 19px;
    margin-bottom: 7px;
  }
  .active-jobs-info .table-body-main {
    padding: 30px 30px;
    margin-bottom: 26px;
  }
  .active-jobs-info .table-head {
    padding: 20px 30px;
  }
  .active-jobs-info h3 {
    font-size: 17px;
  }

  /* User Mails CSS */

  .messages-search-tabs ul.nav-tabs button {
    font-size: 13px;
  }

  /* Find Associates Page CSS */

  .find-associate-banner .job-title-key-main {
    width: 52% !important;
  }
  .find-associate-banner .find-job-btn {
    width: 18%;
  }
  button.book-profile-btn {
    padding: 11.5px 48px;
  }

  /* Find Job Page CSS */

  .find-job-btn {
    padding-right: 15px;
  }
  .find-job-btn a#submit_form {
    padding: 18px 35px;
  }

  /* Find Job Profile View Page CSS */

  .company-profile-data .profiler-name a {
    font-size: 15px !important;
  }
  .job-skills ul label {
    font-size: 15px !important;
    padding: 6px 18px !important;
  }
  .job-skills ul {
    gap: 8px !important;
  }

  /* Dashboard CSS */

  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    ul.dropdown-menu {
    padding: 0px 25px 0px 63px;
  }

  /* Inprogress Jobs CSS */

  .inprogress-content h3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  /*.inprogress-content .time-amount {
        align-items: center;
    }*/
  .tacnition-inprogress-jobs .edit-delete a {
    font-size: 16px;
    padding: 14px 26px;
  }

  /* Course Content Detail CSS */

  .course-deatil-main {
    max-width: 1135px !important;
  }
  .messages-content-main .message_main {
    width: 420px;
  }
  .download-attachment .attachment-btn a {
    justify-content: center;
  }
  .download-attachment .attachment-btn {
    justify-content: space-between;
  }
  .download-attachment .attachment-btn a label {
    font-size: 14px;
  }
  .download-attachment .attachment-btn a span {
    font-size: 14px !important;
  }

  .job-description-main > .row > .col-md-3 {
    width: 30% !important;
  }
  .job-description-main > .row > .col-md-9 {
    width: 70% !important;
    padding-right: 28px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .container {
    max-width: 1170px !important;
  }

  /* Header CSS */

  /* Sidebar CSS */

  .dashboard-main .sidebar .navbar-collapse .nav-tabs button {
    font-size: 18px;
    padding: 14px 13px;
  }
  button#jobs-nav h2.job-nav-btn {
    font-size: 18px;
    padding: 14px 13px;
  }

  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    h2 {
    font-size: 18px;
    padding: 14px 13px;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    ul.dropdown-menu
    a {
    font-size: 14px;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    ul.dropdown-menu {
    padding: 0px 0px 0px 40px;
  }

  .job-nav-dropdown-main h2 {
    font-size: 18px;
    padding: 14px 13px;
  }
  .job-nav-dropdown-main ul.dropdown-menu {
    padding-left: 40px;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .job-nav-dropdown-main
    ul.dropdown-menu
    button {
    font-size: 14px !important;
    padding: 8px 0px !important;
  }

  /* Login Page CSS */

  .login-sec {
    margin-top: 232px;
    margin-bottom: 80px;
  }
  .login-sec .login-content .login-title {
    margin-top: 36px;
    margin-bottom: 55px;
  }
  .footer .footer-col-two .top-nav ul {
    gap: 50px;
  }
  .footer .footer-main {
    margin-bottom: 80px;
  }
  .footer {
    padding-top: 80px;
  }

  /* Jobs Nav Dropdown CSS */

  button#jobs-nav ul.dropdown-menu a.active:before {
    margin-left: -20px;
  }

  /* Inprogress Jobs CSS */

  .inprogress-content {
    padding: 30px 30px;
  }
  .inprogress-content .user-id-image {
    gap: 16px;
  }
  .inprogress-content h3 {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .inprogress-content h4 {
    font-size: 14px;
  }
  .offered-jobs-content .edit-delete a {
    font-size: 14px;
    padding: 14px 18px;
  }
  .inprogress-content .time-amount {
    padding-left: 20px;
  }
  .tacnition-inprogress-jobs .edit-delete a {
    font-size: 14px;
    padding: 13px 14px;
  }
  .tacnician-offered-job .edit-delete a {
    font-size: 14px;
    padding: 12px 29px;
  }
  .inprogress-content .col-md-3 {
    display: grid;
    justify-items: center;
  }
  .inprogress-content .col-md-4 {
    display: grid;
    justify-items: center;
  }
  .inprogress-content .col-md-1 .country {
    flex-direction: row;
    justify-content: flex-end;
  }

  /* Active Jobs CSS */

  .active-jobs-info .table-body-main {
    padding: 30px 30px;
    margin-bottom: 22px;
  }
  .active-jobs-info h4 {
    font-size: 14px;
  }
  .job-mark-complete a {
    font-size: 12px;
    padding: 10px 0px;
    width: 128px;
    position: relative;
    right: 20px;
  }
  .active-jobs-info h4 label {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .active-jobs-info .table-head {
    padding: 20px 30px;
  }
  .active-jobs-info h3 {
    font-size: 16px;
  }
  .send-msg a {
    font-size: 12px;
    padding: 12.5px 25px;
    width: 150px;
  }
  .view-profile-btn {
    font-size: 14px;
  }
  .for-toggle-applied-info button.book-profile-btn {
    width: 163px;
    font-size: 13px;
  }

  .applied-job-views-btn label.view-profile-btn {
    font-size: 14px;
    width: 150px;
  }
  .company-inprogress-jobs label.view-profile-btn {
    width: 150px;
    padding: 11px 35px;
  }

  /* Home Banner CSS */

  .banner-content h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .banner-content p {
    font-size: 16px;
  }
  .banner-btn {
    margin-top: 45px;
  }
  .banner-btn ul li a {
    width: 275px;
    height: 82px;
    padding: 16px 15px;
    gap: 10px;
    font-size: 16px;
  }
  .banner-content {
    padding-top: 80px;
    padding-bottom: 0px;
    height: 100%;
    display: flex;
    align-items: center;
  }

  /* Messages Inbox CSS */

  .inbox-search h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .search-contacts input#search-contact {
    height: 42px;
    font-size: 12px;
  }
  .search-contacts {
    padding: 15px 12px 15px;
  }
  .messages-search-tabs {
    padding: 0px 12px 0px;
  }
  .messages-search-tabs ul.nav-tabs button {
    font-size: 12px;
  }
  .inbox-messages-content-main {
    padding: 20px 24px 20px;
  }
  .inbox-messages-content-main h4.name {
    font-size: 14px;
  }
  .inbox-messages-content-main h4.name:before {
    width: 4px;
    height: 4px;
    left: -8px;
  }
  .inbox-messages-content-main p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .messages-search-tabs ul.nav-tabs button:before {
    width: 5px;
    height: 5px;
    left: 5px;
    top: 10px;
  }

  /* User Mail box */

  .name-date-conten h2.user-name {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .name-date-conten p.email-id {
    font-size: 13px;
  }
  .name-date-conten p.time {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .name-date-conten {
    padding: 15px 30px;
  }
  /*.user-message-box {
        padding: 20px 10px 1px;
    }*/
  .user-message-box h3.user-name {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .user-message-box p {
    font-size: 14px;
    line-height: 22px;
  }
  .download-attachment-text h4 {
    font-size: 13px;
  }
  .download-attachment-text input {
    font-size: 13px;
  }
  .download-attachment .download-attachment-text {
    margin-bottom: 10px;
  }
  .download-attachment .attachment-btn a {
    font-size: 12px;
    padding: 10px 10px 10px 10px;
    gap: 5px;
    justify-content: space-between;
  }
  .messages-content-main .message_main {
    width: 330px;
  }
  /*.download-attachment {
        padding: 20px 20px;
        max-width: 330px;
        margin: 0px 10px;
    }*/
  .user-description-box {
    padding: 20px 30px 20px;
  }
  .name-date-conten > .row > .col-md-6:first-child {
    width: 70%;
  }
  .name-date-conten > .row > .col-md-6:last-child {
    width: 30%;
  }
  .name-date-conten > .row > .col-md-6:first-child .col-md-9 {
    padding-left: 0px !important;
  }

  /* moiz responsive */
  /*.active-jobs-row h3 {
        font-size: 22px;
    }
    .active-applied-job-row, .applied-job-more-btn label {
        padding: 12px 22px;
    }
    .active-applied-job-info h3 {
        font-size: 14px;
    }

    .active-applied-job-info h4 label {
        font-size: 18px;
    }
    .active-applied-job-info h4 {
        font-size: 14px;
    }
    .active-applied-job-info h5 label {
        font-size: 18px;
    }
    .active-applied-job-info h5 {
        font-size: 13px;
    }
    .applied-job-views-btn{
        justify-content: space-around;
    }
    label.view-profile-btn {
        padding: 15px 29px 15px 29px;
        font-size: 12px;
    }
    label.book-profile-btn {
        padding: 12px 48px 12px 48px;
        font-size: 12px;
    }
    .applied-job-palce-time ul li {
        gap: 4px;
        font-size: 10px;
        padding-right: 8px;
        } 
    .applied-job-info .row {
        justify-content: flex-start;
    }
    .applied-job-skills input[type="button"] {
        padding: 4px 7px 4px 7px;
    }

    .applied-job-skills input[type="button"]{
        font-size: 12px;
    }
    .star-rating {
        gap: 2px;
        padding-top: 4px;
        font-size: 12px;
    }
    .applied-job-palce-time ul {
        gap: 4px;
    }
    .applied-job-palce-time ul li img {
        width: 14px;
        font-size: 14px;
    }
    .applied-job-send-msg{
        padding-top: 0px;
    }
    .applied-job-intro p {
        font-size: 13px;
    }
    .col-10 .applied-job-skills {
        width: 100%;
        gap: 4px;
    }
    .applied-job-info .row .col-10 {
        width: 84%;
    }*/

  /* Inprogress job */

  .active-Inprogress-job-row,
  .Inprogress-job-more-btn label {
    padding: 12px 22px;
  }
  .active-Inprogress-job-info h3 {
    font-size: 14px;
  }

  .active-Inprogress-job-info h4 label {
    font-size: 18px;
  }
  .active-Inprogress-job-info h4 {
    font-size: 14px;
  }
  .active-Inprogress-job-info h5 label {
    font-size: 18px;
  }
  .active-Inprogress-job-info h5 {
    font-size: 13px;
  }
  .Inprogress-job-palce-time ul li {
    gap: 4px;
    font-size: 14px;
    padding-right: 20px;
    margin-right: 20px;
  }
  .Inprogress-job-info .row {
    justify-content: flex-start;
    position: relative;
  }
  .Inprogress-job-info .row .col-md-4 {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .Inprogress-job-info > .row > .col-md-8 {
    width: 100%;
  }
  .Inprogress-job-palce-time ul {
    position: absolute;
    bottom: 10px;
  }
  .Inprogress-job-palce-time ul li img {
    width: 14px;
    font-size: 14px;
  }
  .Inprogress-job-intro p {
    font-size: 13px;
  }
  .active-jobs-info .applied-job-info .col-md-8 {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .applied-job-info .row {
    position: relative;
  }
  .Inprogress-job-palce-time h5 {
    padding-top: 20px;
  }
  .col-10 .Inprogress-job-skills {
    width: 100%;
    gap: 4px;
  }
  .Inprogress-job-skills input[type="button"] {
    font-size: 12px;
  }
  .Inprogress-job-info .row .col-10 {
    width: 84%;
  }
  .Inprogress-job-skills input[type="button"] {
    padding: 4px 7px 4px 7px;
  }
  .message-send-bt label.send-message-btn {
    padding: 15px 29px 15px 29px;
    font-size: 12px;
  }
  .mark-complete-bt label.mark-complete-btn {
    padding: 14px 34px 14px 34px;
    font-size: 12px;
  }
  .mark-complete-bt {
    margin-bottom: 20px;
  }
  .Inprogress-job-info {
    padding: 20px;
  }
  .active-Inprogress-job-info h4 label span {
    margin: 0px;
  }
  .Inprogress-job-skills {
    gap: 5px;
    margin-top: 20px;
  }

  /* end Inprogress job */

  /* Find Associates Page CSS */

  .find-associate-banner .job-title-key-main {
    width: 40% !important;
  }
  .city-for-icon {
    width: 20%;
  }
  .state_for-icon {
    width: 20%;
  }
  .find-job-btn a#submit_form {
    font-size: 16px;
  }
  .find-associate-banner .find-job-btn {
    width: 20%;
  }
  .find-job-banner h3 {
    font-size: 52px;
  }
  .find-job-banner p {
    font-size: 17px;
  }
  .find-job-banner .job-search-head {
    margin-bottom: 30px;
  }
  .job-searh-fields .row-second select {
    height: 58px;
  }
  /*select.choose-industry {
        width: 40%;
    }*/
  .find-associate-banner select.job-type,
  .find-associate-banner select.job-salary,
  .find-associate-banner select.job-experience {
    width: 17% !important;
  }
  .find-associate-banner select.choose-industry {
    width: 17% !important;
  }
  .associate-str-end {
    width: 30%;
    margin-top: 0px;
  }
  .associate-str-end input {
    height: 58px;
    width: 47%;
  }
  .associate-str-end label {
    width: 6%;
    text-align: center;
  }
  /*.job-searh-fields .row-second select.job-experience {
        margin-top: 24px;
    }*/
  .find-job-banner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .job-search-sort select#sort_select {
    height: 58px;
  }
  .find-associate-job-search .user-image img {
    width: 160px;
    height: 160px;
  }

  /* Find Job Page CSS */

  .find-job-banner .job-searh-fields .job-title-key-main {
    width: 40%;
  }
  .find-job-btn {
    width: 20%;
    justify-content: flex-end;
    padding-right: 15px;
  }
  /* .job-searh-fields .row-second select.job-type {
        width: 29%;
    }*/
  /*.job-searh-fields .row-second select.job-salary {
        width: 29%;
    }*/
  /*.job-searh-fields .row-second select.job-experience {
        width: 50%;
    }*/
  /*.job-searh-fields .row-second select.job-qualification {
        width: 49%;
        margin-top: 24px;
    }*/

  .find-job-info > .row > .col-md-8 {
    width: 78%;
  }
  .find-job-info > .row > .col-md-4 {
    width: 22%;
  }
  .find-job-info > .row > .col-md-8 ul.list-unstyled {
    gap: 0px;
  }

  /* Find Job Profile View Page CSS */

  .apply-now-content .lab-content {
    gap: 20px !important;
  }
  .technician-data li {
    padding: 0px 10px !important;
    gap: 8px !important;
  }
  .lab-content .technician-data label {
    font-size: 16px !important;
  }

  /* Find Job Profile View Page CSS */

  .company-profile-data {
    padding: 30px 30px 30px !important;
  }
  .company-profile-data ul li {
    margin-bottom: 22px !important;
  }
  .company-profile-data ul li:last-child {
    margin-bottom: 0px !important;
  }
  .company-profile-data ul li h4 {
    font-size: 15px !important;
  }
  .company-profile-data ul li label {
    font-size: 15px !important;
  }
  .company-profile-data .profiler-name a {
    font-size: 13px !important;
  }
  .company-profile-data .profiler-name h5 {
    font-size: 18px !important;
    margin-bottom: 4px !important;
  }
  .company-profile-data .profiler-name {
    margin-bottom: 20px !important;
  }
  .associates-data-main .for-btm-gap {
    margin-top: 80px !important;
  }
  .associates-job-details {
    margin-top: 80px !important;
  }
  .reviews-content {
    margin-top: 80px !important;
  }
  .job-details-main .job-details-list li h5 label {
    font-size: 16px !important;
  }
  .job-details-main .job-details-list li h5 span {
    font-size: 14px !inherit;
  }
  .job-details-main .job-details-list li {
    margin-bottom: 30px !important;
  }
  .job-details-main .job-details-list li:last-child {
    margin-bottom: 0px !important;
  }
  .job-skills h4 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  .job-skills ul {
    gap: 8px !important;
  }
  .job-skills {
    padding: 30px 30px 30px !important;
  }
  .job-skills ul label {
    font-size: 14px !important;
    padding: 6px 14px !important;
  }
  .associates-user-contact h5 {
    margin-bottom: 20px !important;
    font-size: 20px !important;
  }
  .associates-user-contact {
    padding: 30px 30px 30px !important;
  }
  .associates-data-main {
    padding-bottom: 80px !important;
  }
  .job-details-main {
    padding: 30px 30px 30px !important;
  }

  /* My Profile CSS */

  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    ul.dropdown-menu
    a {
    font-size: 14px;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .job-nav-dropdown-main
    ul.dropdown-menu
    button {
    font-size: 14px !important;
    padding: 8px 0px !important;
  }
  .profile-data-content .user-profile-form .form-fields input {
    height: 50px;
    font-size: 14px;
  }
  .profile-data-content .user-profile-form .form-fields select {
    height: 50px;
    font-size: 14px;
  }
  .profile-data-content .user-profile-form .form-fields textarea {
    height: 220px;
    font-size: 14px;
  }
  .profile-data-content .user-profile-form .form-fields p {
    margin: 0px;
  }
  .profile-data-content .user-profile-form .form-fields label {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .profile-data-content .user-profile-form .form-fields {
    margin-top: 22px;
  }
  .my-profile-content-row .user-title-img .edit-file {
    padding: 10.5px 12px;
  }

  /* Header CSS */

  .header .header-main ul li.nav-item a img {
    width: 60px;
    height: 60px;
  }
  .who-we-are-img img {
    width: 50px !important;
    height: 50px !important;
  }
  /*.hd-profile-img img {
        width: 40px !important;
        height: 40px !important;
    }*/
  .header .header-main ul {
    gap: 44px;
  }
  .logo a {
    display: block;
  }
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hd-profile-img .dropdown-menu {
    /*        transform: translate3d(-68px, 85px, 0px) !important;*/
  }

  /* Social Media CSS */

  .social-edit-btn label,
  .address-location-btn label,
  .attachment-btn label,
  .cover-letter-btn label,
  .work-experiences-btn label {
    padding: 10.5px 12px !important;
  }
  .social-links-fields .fields-row input {
    height: 50px;
    font-size: 14px;
  }
  .social-links-fields .fields-row label {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .social-links-fields .fields-row p {
    margin: 0px;
  }
  .social-links-fields .fields-row {
    margin-top: 22px;
  }

  /* Adress & Location CSS */

  .address-location input {
    height: 50px;
    font-size: 14px;
  }
  .address-location select {
    height: 50px;
    font-size: 14px;
  }
  .address-location .address-location-main {
    margin-top: 22px;
    margin-bottom: 0px;
  }
  .address-location .address-location-main p {
    margin: 0px;
  }
  .address-location label {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .address-location-row .file-save-btn {
    margin-top: 48px;
  }

  /* Education Skills CSS */

  .resume-attachment-content label {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .resume-attachment-content input {
    height: 50px;
    font-size: 14px;
  }
  .resume-attachment-content .form-fields input#image {
    height: 50px;
    padding: 12px 0px 12px 85px;
  }
  .resume-attachment-content .form-fields {
    margin-top: 22px;
  }
  .upload-file-main label.file-messege {
    font-size: 14px;
  }
  .upload-file-main label {
    height: 50px;
    margin-top: 38px;
  }
  .form-btn .save-btn {
    font-size: 14px !important;
    padding: 10px 50px;
  }
  .dashboard-tabs-content .form-fields.form-btn {
    margin-top: 40px !important;
  }
  a.view-cvs,
  a.removeCvTrigger {
    font-size: 14px !important;
  }

  /* Cover Letter CSS */

  .cover-letter-form textarea {
    font-size: 14px;
  }
  .cover-letter-form label {
    font-size: 16px;
    margin-bottom: 10px;
  }

  /* Work Experience CSS */

  .work-experience-form label {
    font-size: 16px;
  }
  .work-experience-form .form-fields input {
    font-size: 14px;
  }
  .work-experience-form textarea {
    font-size: 14px;
  }
  .work-experience-form .work-experience-btn input#add-work-experience {
    height: 0px;
    padding: 0px;
    border: 0px;
  }
  .work-experience-form .work-experience-btn {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
  }
  .work-experience-form .work-experience-btn label {
    padding: 13.5px 14px;
  }

  .inner-page-banner {
    padding: 128px 0px;
    margin-top: 116px;
  }

  /* Course Content Detail CSS */

  .course-content-detail {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .course-content-detail p {
    font-size: 15px !important;
    line-height: 25px !important;
    margin-bottom: 25px !important;
  }
  .course-deatil-main {
    max-width: 905px !important;
  }
  .course-deatil-main ul {
    margin-bottom: 25px;
  }
  .course-deatil-main ul li {
    font-size: 15px !important;
    line-height: 25px !important;
  }

  /* Course Listing CSS */

  .course-content-main h2 {
    font-size: 28px !important;
    min-height: 72px !important;
    line-height: 36px !important;
    margin-bottom: 18px !important;
  }
  .course-content-main p {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .course-content-main a {
    margin-top: 28px !important;
    font-size: 16px !important;
    line-height: 20.68px !important;
    padding: 16px 34px !important;
  }
  .course-content-box {
    padding: 25px 25px !important;
    margin-bottom: 28px !important;
  }
  .course-content-sec {
    margin-top: 100px !important;
    margin-bottom: 75px !important;
  }

  /* Lab Skills CSS */

  .lab-skills-top-content p {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .lab-skills-address-bar {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .lab-skills-top-content h2 {
    font-size: 24px !important;
    line-height: 30.76px !important;
    margin-bottom: 14px !important;
  }
  section.lab-skills-sec {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  tr.table-head td {
    font-size: 18px !important;
    padding: 15px 22px !important;
  }
  .table-cels-main td {
    font-size: 15px !important;
    line-height: 19.16px !important;
    padding: 17px 22px !important;
  }
  .lab-skills-contact {
    margin-top: 80px !important;
  }
  .lab-skills-contact span {
    font-size: 23px !important;
    line-height: 30.76px !important;
  }
  .email-col a label {
    font-size: 15px !important;
  }

  .job-description-main > .row > .col-md-3 {
    width: 30% !important;
  }
  .job-description-main > .row > .col-md-9 {
    width: 70% !important;
    padding-right: 28px !important;
  }
}


/* =======================Active jobs========================= */
/* start offered-job  */
.first-appliciant-info {
  text-align: start !important;
}

.appliciantend-info {
  text-align: center;
}
.title-offered-job h3 {
  font-size: 26px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 24px;
}

.offered-job-content .row {
  align-items: center;
}

.active-offered-job-bg-info.table-body {
  background-color: #fff;
  padding: 40px 40px 40px 40px;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 9%);
  margin-bottom: 32px;
}
.active-offered-job-bg-info.table-body .offered-job-content {
  padding: 24px 24px 24px;
  background-color: #6c757d14;
}

.offered-job-user-id-image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.offered-job-country-and-viewbt {
  display: flex;
  justify-content: space-between;
}

.offered-job-user-id-image h3,
.offered-job-time-amount h3,
.country-text h3 {
  font-size: 22px;
  font-weight: 600;
  color: #4c102a;
  font-family: "PlusJakartaSans-Regular";
}
.offered-job-time-amount {
  display: grid;
  justify-content: center;
  padding-right: 30px;
}

.offered-job-user-id-image h4,
.offered-job-time-amount h4,
.country-text h4 {
  font-size: 18px;
  font-weight: 400;
  font-family: "PlusJakartaSans-Regular";
}

.offered-job-view-company-btn label.view-company-btn {
  background: #4c102a;
  text-align: center;
  padding: 16px 32px 16px 32px;
  font-family: "PlusJakartaSans-Medium";
  font-size: 14px;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: capitalize;
}

.offered-job-description h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "PlusJakartaSans-Regular";
  color: #4c102a;
  margin-top: 24px;
}

.offered-job-description p {
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
}

.offered-job-description p {
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
}

.title-active-applied-job h3 {
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  margin: 0px;
}

.offered-job-download-btn {
  display: flex;
  justify-content: flex-end;
}

.offered-job-download-btn label.download-all-btn {
  font-size: 16px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Regular";
}

.offered-job-attach {
  background-color: #46464614;
  padding: 19px 24px 19px 24px;
  border-radius: 4px;
}

.offered-job-requirement-cont .row {
  justify-content: space-between;
}

.offered-job-download-icon {
  display: flex;
  justify-content: end;
}

.offered-job-req ul {
  list-style: none;
  padding: 0px;
}

.offered-job-req ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
  font-size: 14px;
}

.offered-job-requirement-cont {
  margin-top: 24px;
}

.offered-job-req ul li i {
  padding: 9px 12px 9px 12px;
  background: #4646461a;
  font-size: 22px;
  border-radius: 4px;
}

.offered-job-download-icon i {
  padding: 9px 12px 9px 12px;
  background-color: #4c102a1a;
  font-size: 22px;
  color: #4c102a;
  border-radius: 4px;
}

.offered-job-select-bt {
  display: flex;
  gap: 24px;
  margin-top: 48px;
}

.offered-job-select-bt label.accept-btn {
  padding: 16px 32px 16px 32px;
  background: #4c102a;
  text-align: center;
  font-family: "PlusJakartaSans-Medium";
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.offered-job-select-bt label.decline-btn {
  padding: 16px 32px 16px 32px;
  border: 1px solid #4c102a;
  font-family: "PlusJakartaSans-Medium";
  font-size: 18px;
  color: #4c102a;
  border-radius: 4px;
}
.offerd-job-details .image img {
  width: 80px !important;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
}

/* end offered-job  */

/* start applied-inner-job  */
.title-applied-inner-job h3 {
  font-size: 26px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 24px;
}
.applied-job-inner-title-right ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.applied-job-inner-title-right ul li {
  display: flex;
  gap: 15px;
  justify-content: end;
  align-items: center;
}

.applied-job-inner-title-right ul li img {
  width: 56px;
  height: auto;
}
.applied-job-inner-title h3 {
  font-size: 28px;
  font-weight: 600;
  font-family: "PlusJakartaSans-Regular";
  color: #4c102a;
}
.applied-inner-job-bg .row {
  align-items: center;
}
.applied-inner-job-bg {
  background-color: #fff;
  padding: 40px 40px 40px 40px;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 9%);
  margin-bottom: 32px;
}
.appliciant-info h4 {
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
}
.appliciant-info label {
  font-size: 18px;
  font-family: "PlusJakartaSans-Regular";
  color: #4c102a;
  font-weight: 600;
}
.appliciantend-info h4 {
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
}
.appliciantend-info label {
  font-size: 18px;
  font-family: "PlusJakartaSans-Regular";
  color: #4c102a;
  font-weight: 600;
}
.applied-inner-job-table-body {
  padding: 24px;
  margin-top: 48px;
  background-color: #46464614;
}
.applied-inner-job-table-body .appliciant-info {
  position: relative;
  text-align: center;
}
.applied-inner-job-table-body .appliciant-info::before {
  content: "";
  display: block;
  border-right: 2px solid #dbdde4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 16px;
}
.applied-inner-job-description h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "PlusJakartaSans-Regular";
  color: #4c102a;
  margin-top: 24px;
}
.applied-inner-job-description p {
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
}
.title-active-applied-inner-job h3 {
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  margin: 0px;
}
.offered-job-download-btn label.download-all-btn {
  font-size: 16px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Regular";
}

.applied-inner-job-attach {
  background-color: #46464614;
  padding: 19px 24px 19px 24px;
  border-radius: 4px;
}
.applied-inner-job-req ul {
  list-style: none;
  padding: 0px;
}
.applied-inner-job-req ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
  font-size: 14px;
}
.applied-inner-job-req ul li i {
  padding: 9px 12px 9px 12px;
  background: #4646461a;
  font-size: 22px;
  border-radius: 4px;
}
.applied-inner-job-download-icon {
  display: flex;
  justify-content: end;
}
.applied-inner-job-download-icon i {
  padding: 9px 12px 9px 12px;
  background-color: #4c102a1a;
  font-size: 22px;
  color: #4c102a;
  border-radius: 4px;
}
.applied-inner-job-download-btn {
  display: flex;
  justify-content: end;
}
.applied-inner-job-requirement-cont .row {
  justify-content: space-between;
}

.applied-inner-job-download {
  text-align: end;
}
.applied-inner-job-resume ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.applied-inner-job-resume ul li {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  align-items: center;
}
.applied-inner-job-resume ul li i {
  padding: 9px 12px 9px 12px;
  background: #4646461a;
  font-size: 22px;
  border-radius: 4px;
}
.applied-inner-job-download i {
  padding: 9px 12px 9px 12px;
  background-color: #4c102a1a;
  font-size: 22px;
  color: #4c102a;
  border-radius: 4px;
}
.applied-inner-job-requirement-cont {
  margin-top: 24px;
}
/* end applied-inner-job  */

.how-it-works{
    padding: 2rem;
    background-color: #f9faf9;
}
.cta{
    padding: 2rem;
}
.cta .text-highlight{
    color: rgb(157 50 50) !important;
}
.quick-career-tips{
    padding: 3rem;
}

@media (min-width: 320px) and (max-width: 767px) {

    .how-it-works{
        padding: 0rem;
    }
    .cta{
        padding: 1rem;
    }
    .quick-career-tips{
        padding: 1rem 0 1rem 0;
    }
    
    .quick-career-tips .section-title .title{
        font-size: 28px;
    }

    
  .container {
    max-width: 100% !important;
  }
  .container-fluid {
    padding: 0px !important;
  }

  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  /* Header CSS */

  .header {
    border-bottom: 1px solid #4c102a;
    position: unset;
  }
  .header .collapse:not(.show) {
    display: none;
  }
  .mbl-btn button {
    display: block;
  }
  .header .header-main .col-md-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .header .header-main .col-md-4 .mbl-btn button.navbar-toggler {
    color: #4c102a;
    font-size: 25px;
    padding: 6px 9px;
    border: 1px solid #4c102a;
    border-radius: 4px;
  }
  .header .header-main .col-md-4 .logo img {
    width: 100%;
    max-width: 180px;
  }
  .header .header-main ul {
    gap: 0px;
    border-radius: 0px;
    margin-top: 20px;
    border: 1px solid #4c102a;
    padding: 10px 0px;
    justify-content: space-around;
  }
  .hd-profile-img a {
    gap: 0px;
  }
  .hd-profile-img .dropdown-menu {
    top: 80px !important;
  }
  .hd-profile-img .dropdown-menu a {
    font-size: 14px;
  }
  .header .header-main ul li.nav-item a label {
    font-size: 12px;
  }
  .header .header-main ul li.nav-item a img {
    width: 35px !important;
    height: 35px !important;
  }
  .who-we-are-img img {
    margin-bottom: 6px;
    width: 30px !important;
    height: 30px !important;
  }
  .hd-profile-img img {
    width: 25px !important;
    height: 25px !important;
  }
  .hd-profile-img a.nav-link {
    gap: 5px;
  }
  /*.hd-profile-img {
        margin-top: 5px;
    }*/

  /* Login Page CSS */

  .login-sec .login-content {
    max-width: 100%;
  }
  .login-sec .login-content .login-tab button {
    font-size: 14px;
    height: 47px;
    padding: 0px 0px;
  }
  .login-sec {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0px 15px;
  }
  .login-sec .login-content .login-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .login-sec .login-content h2 {
    font-size: 36px;
  }
  .login-sec .login-content .login-title p {
    font-size: 14px;
  }
  .login-sec
    .login-content
    .tab-content
    .login-tab-content-row
    .form-group
    label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .login-sec
    .login-content
    .tab-content
    .login-tab-content-row
    .form-group
    input {
    height: 47px;
  }
  .login-sec .login-content .tab-content .login-tab-content-row .form-group {
    margin-top: 20px;
  }
  .login-sec
    .login-content
    .tab-content
    .login-tab-content-row
    .form-group
    .forgot-passwrd
    a.forgot-passwrd-btn {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .login-sec .login-content .tab-content .login-tab-content-row .radio-btn {
    margin-bottom: 20px;
    gap: 8px;
  }
  .login-sec
    .login-content
    .tab-content
    .login-tab-content-row
    .radio-btn
    label {
    margin-bottom: 0px;
  }
  .login-sec
    .login-content
    .tab-content
    .login-tab-content-row
    form
    button.form-submit-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .login-sec .login-content .tab-content p.registeration-btn {
    font-size: 14px;
    margin-top: 20px;
  }
  .login-sec .login-content .tab-content p.registeration-btn a {
    margin-left: 3px;
  }
  .login-sec .login-content .login-with h3 {
    font-size: 12px;
  }
  .login-sec .login-content .login-with h3:before {
    width: 32%;
    margin-top: 2%;
  }
  .login-sec .login-content .login-with h3:after {
    width: 32%;
    margin-top: 2%;
  }
  .login-sec .login-content .login-with {
    margin-top: 25px;
  }

  /* FOOTER CsS */

  .footer .footer-col-one .footer-icons {
    margin-top: 30px;
  }
  .footer .footer-col-one .footer-logo a {
    display: block;
  }
  .footer .footer-col-one .footer-logo a img {
    width: 100%;
    max-width: 200px;
  }
  .footer .footer-col-one .footer-icons ul li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .footer .footer-col-one .footer-icons ul {
    gap: 12px;
  }
  .footer .footer-col-two .top-nav ul {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer-col-two .bottom-about {
    max-width: 100%;
    margin: 30px auto 0;
  }
  .footer .footer-col-two,
  .footer .footer-col-thre {
    margin-top: 30px;
  }
  .footer .footer-col-two .bottom-about h3 {
    font-size: 16px;
  }
  .footer .footer-col-two .bottom-about p {
    font-size: 14px;
    line-height: 22px;
  }
  .footer .footer-col-thre {
    max-width: 100%;
  }
  .footer .footer-col-thre .form-Subscribe-row label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer .footer-col-thre .form-Subscribe-row .form-group input {
    height: 47px;
    font-size: 14px;
  }
  .footer
    .footer-col-thre
    .form-Subscribe-row
    .form-group
    button.form-submit-btn {
    width: 47px;
    margin-top: 0px;
    border-radius: 0px;
  }
  .footer .footer-col-thre .tel-num {
    margin-top: 20px;
  }
  .footer .footer-col-thre .tel-num a {
    font-size: 16px;
  }
  .footer .footer-copyright p {
    font-size: 12px;
    text-align: center;
  }
  .footer .footer-copyright p a {
    font-size: 14px;
  }
  .footer .footer-main {
    margin-bottom: 40px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer .footer-col-two .top-nav ul li a {
    font-size: 16px;
  }
  .footer .footer-copyright .row .col-md-8 {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-copyright ul {
    justify-content: center;
  }
  .footer-copyright ul a {
    font-size: 12px;
  }
  .footer-copyright ul li.for-sepretor {
    padding-right: 8px;
    margin-right: 8px;
  }

  /* Dashboard Page CSS */

  .dashboard-header .logo {
    padding-left: 0px;
  }
  .dashboard-header .col-md-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .dashboard-header .col-md-3 .mbl-btn button {
    color: #4c102a;
    font-size: 25px;
    padding: 6px 9px;
    border: 1px solid #4c102a;
    border-radius: 4px;
  }
  .my-profile-content-row .user-title-img {
    flex-direction: column;
  }
  .dashboard-header .col-md-3 a {
    display: block;
  }
  .dashboard-header .col-md-3 a img {
    width: 100%;
    max-width: 150px;
  }
  .dashboard-header {
    position: unset;
    border-bottom: 1px solid #4c102a;
  }
  .dashboard {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  /* SideBar CSS */

  .user-profile-dsktop {
    display: none;
  }
  .dashboard .sidebar .collapse:not(.show) {
    display: none;
  }
  .siderbar-mbl-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  .dashboard-main .sidebar {
    padding: 20px 0px 20px;
    background-color: transparent;
    box-shadow: none;
  }
  .siderbar-mbl-btn button {
    color: #4c102a;
    font-size: 25px;
    padding: 6px 9px;
    border-radius: 4px;
  }
  .dashboard-main .sidebar .navbar-collapse .nav-tabs {
    border: 0px !important;
    background-color: #fff;
    padding: 20px 15px 20px;
    border-radius: 4px;
  }
  .siderbar-mbl-btn h3 {
    margin-bottom: 0px;
    font-size: 18px;
    color: #4c102a;
    font-family: "PlusJakartaSans-SemiBold";
  }
  .dashboard-main > .row > .col-md-3 {
    padding-left: 15px !important;
  }

  /* Profile Data */

  .my-profile-content-row {
    margin-left: 0px;
  }
  .dashboard-main .sidebar .navbar-collapse .nav-tabs button {
    font-size: 18px !important;
  }
  .my-profile-content-row .profile-data-content {
    padding: 20px 5px;
  }
  .my-profile-content-row .user-title-img .upload-file-btn {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my-profile-content-row .user-title-img .upload-file-btn .upload-file {
    padding: 10px 28px;
    font-size: 14px;
  }
  .my-profile-content-row .user-title-img .delete-file-btn {
    margin-left: 0px;
  }
  .my-profile-content-row .user-title-img .delete-file {
    font-size: 14px;
  }
  .profile-data-content .user-profile-form .form-fields label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .profile-data-content .user-profile-form .form-fields {
    margin-top: 12px;
  }
  .profile-data-content .user-profile-form .form-fields p {
    margin: 0px;
  }
  .profile-data-content .user-profile-form .form-fields input {
    height: 47px;
    font-size: 13px;
  }
  .profile-data-content .user-profile-form .form-fields select {
    height: 47px;
    font-size: 13px;
  }
  .profile-data-content .user-profile-form .form-fields textarea {
    height: 120px;
    font-size: 13px;
  }
  .my-profile-content-row .save-btn {
    font-size: 14px !important;
    padding: 10px 20px;
  }
  .profile-data-content .user-profile-form .form-fields .file-edit-btn {
    margin-left: 0px;
  }
  .my-profile-content-row .edit-btn {
    font-size: 14px !important;
    padding: 10px 20px;
  }
  .profile-data-content .user-profile-form .form-btn {
    margin-top: 24px !important;
  }
  .social-links {
    margin-top: 30px;
  }
  .my-profile-content-row h2 {
    font-size: 22px !important;
    margin-bottom: 15px !important;
  }
  .social-links-fields {
    padding: 20px 20px 20px;
  }
  .social-links-fields .fields-row {
    margin-top: 12px;
  }
  .social-links-fields .fields-row label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .social-links-fields .fields-row input {
    height: 47px;
    font-size: 13px;
  }
  .add-more-links .add-more-btn {
    font-size: 14px;
    padding: 12px 12px;
  }
  .add-more-links {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .address-location-row {
    padding: 0px 5px 20px;
  }
  .address-location label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .address-location input {
    height: 47px;
  }
  .address-location .address-location-main {
    margin-top: 12px;
    margin-bottom: 0px;
  }
  .address-location {
    margin-top: 30px;
  }
  .map-fram {
    margin: 20px 0px 20px;
  }
  .address-location-row {
    padding: 20px 5px 20px;
  }
  .address-location label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .address-location input {
    height: 47px;
    font-size: 13px;
  }
  .address-location select {
    height: 47px;
    font-size: 13px;
  }
  .address-location {
    margin-top: 30px;
  }
  .map-fram {
    margin: 20px 0px 20px;
  }
  .available_calender .fc-header-toolbar .fc-toolbar-chunk:last-child {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .available_calender
    .fc-header-toolbar
    .fc-toolbar-chunk:last-child
    .fc-button-group {
    margin: 0px;
  }
  .available_calender .fc-header-toolbar h2 {
    font-size: 18px !important;
  }
  .my-profile-content-row div#calendar {
    overflow: scroll;
  }
  .my-profile-content-row div#calendar .fc-view-harness.fc-view-harness-active {
    width: 1000px !important;
  }
  .hire-calender {
    width: 100% !important;
    padding: 0px 15px;
  }
  .hire-calender .fc-view-harness.fc-view-harness-active {
    width: 1000px;
  }
  .hire-calender div#calendar {
    overflow: scroll;
  }
  label.available-tag {
    margin: 18px auto 16px;
  }
  .apply-now-form-main {
    max-width: 100%;
    padding: 0px 15px;
    margin: 18px auto 0px;
  }
  .month_head h3 {
    font-size: 18px;
    margin-bottom: 18px;
    padding: 0px 15px;
    color: #4c102a;
  }
  .social-links .mt-5 {
    margin-top: 0px !important;
  }
  .social-links-fields p {
    margin: 0px;
  }
  .social-links-fields .form-btn {
    margin-top: 24px;
  }
  .address-location p {
    margin: 0px;
  }
  .address-location-row .mt-5 {
    margin-top: 0px !important;
  }
  .address-location-row .form-btn {
    margin-top: 0px;
  }
  .address-location-row .file-save-btn {
    margin-top: 24px;
  }
  .available-dates-main .address-location-row {
    padding: 20px 20px 20px;
  }
  .available-dates-main .address-location-row .address-location-btn {
    padding: 0px !important;
  }
  .available-dates-main .address-location-row > .row > div {
    padding: 0px !important;
  }
  .resume-content-row .form-btn {
    margin-top: 20px !important;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    ul.dropdown-menu
    a {
    font-size: 14px;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    h2 {
    font-size: 18px;
  }
  .my-profile-dropdown-main h2 i {
    margin-right: 8px;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    ul.dropdown-menu {
    padding: 0px 20px 0px 59px;
  }
  .job-nav-dropdown-main h2 {
    font-size: 18px;
  }
  .job-nav-dropdown-main h2 i {
    margin-right: 8px;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .job-nav-dropdown-main
    ul.dropdown-menu
    button {
    font-size: 14px !important;
  }
  .job-nav-dropdown-main ul.dropdown-menu {
    padding-bottom: 0px !important;
  }
  .dashboard-main .sidebar .navbar-collapse .nav-tabs button label {
    margin-left: 8px;
  }

  /* Inprogress Jobs CSS */

  .inprogress-content {
    padding: 20px 20px;
  }
  .inprogress-content .user-id-image {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
  }
  .inprogress-content .user-id-image .name-id {
    text-align: center;
  }
  .inprogress-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .inprogress-content h4 {
    font-size: 14px;
  }
  .inprogress-content .time-amount {
    margin-bottom: 20px;
    height: auto;
    align-items: center;
  }
  .country-text {
    margin-bottom: 0px;
    text-align: center;
  }
  .country .edit-delete a#dropdownMenuLink {
    padding: 0px;
  }
  .country .edit-delete ul.dropdown-menu {
    transform: translate(0px, 40px) !important;
  }
  .country {
    flex-direction: column;
  }
  .inprogress-nav-content-row .pagination {
    margin-top: 30px;
  }
  .inprogress-content .col-md-1 .country {
    justify-content: center;
  }
  .dashboard-tabs-content {
    margin-left: 0px;
  }
  button#jobs-nav ul.dropdown-menu a.active:before {
    margin-left: -22px;
  }
  button#jobs-nav h2.job-nav-btn {
    font-size: 14px;
  }
  button#jobs-nav ul.dropdown-menu a {
    font-size: 14px;
  }
  .tacnition-inprogress-jobs .edit-delete a {
    font-size: 14px;
    display: inline-block;
    padding: 12px 26px;
  }
  .inprogress-nav-content-row h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .tacnition-inprogress-jobs div.pagination {
    margin-top: 40px;
  }
  .dashboard-main {
    margin-top: 0px;
  }
  .inprogress-content > .row .col-md-4:first-child {
    display: block;
  }
  .inprogress-content .col-md-3 {
    display: block;
  }

  /* Active Jobs CSS */

  .active-jobs-info .table-head > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .active-jobs-info .table-head > .row .col-md-3 {
    padding: 15px 15px;
    width: 25%;
  }
  .active-jobs-info .table-head {
    padding: 0px 0px;
  }
  .active-jobs-info .table-head > .row .col-md-2 {
    padding: 15px 15px;
    width: 16.6666%;
  }
  .active-jobs-info .table-body > .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .active-jobs-info .table-body-main {
    padding: 0px 0px;
    margin-bottom: 20px;
    box-shadow: none;
  }
  .active-jobs-info .table-body > .row .col-md-3 {
    width: 25%;
    background-color: #fff;
    padding: 20px 15px;
  }
  .active-jobs-info .table-body > .row .col-md-2 {
    width: 16.6666%;
    background-color: #fff;
    padding: 20px 15px;
  }
  .application-body {
    text-align: left;
  }
  .status-body {
    text-align: left;
  }
  .active-jobs-info {
    width: 886px;
  }
  .jobs-nav-content-row {
    overflow: hidden;
  }
  .jobs-nav-content-row .jobs-main {
    overflow: scroll;
  }
  .delete-popup-content .popup-btns {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .delete-popup-content button.popup-btn {
    padding: 6px 42px;
    font-size: 16px;
  }
  #applied-jobs-popup .modal-body {
    padding: 4px 20px 40px;
  }

  /*.active-jobs-info .table-head {
        padding: 20px 0px;
        width: 40%;
        max-width: 120px;
    }*/
  .active-jobs-info h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /*.job-create-head {
        text-align: left;
        min-height: 32px;
    }*/
  .application-head {
    text-align: left;
  }
  .status-head {
    text-align: left;
  }
  .action-head {
    text-align: left;
  }
  /*.active-jobs-info .table-head .row {
        justify-content: flex-start;
        gap: 12px;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        display: flex;
        align-items: flex-start;
        height: 100%;
    }*/
  .active-jobs-info h4 label {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .active-jobs-info h4 {
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 12px;
  }
  .company-inprogress-jobs .Inprogress-job-intro .for-bg-color {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .job-mark-complete a {
    font-size: 12px !important;
    width: 150px;
    position: relative;
    right: 35px;
  }

  .active-jobs-info .edit-delete > .dropdown {
    justify-content: flex-start;
  }
  .active-jobs-row .col-md-6 {
    width: 50% !important;
    max-width: unset !important;
  }
  #payment-popup .modal-body,
  #payment-methods-popup .modal-body {
    padding: 40px 20px 40px;
  }
  .delete-popup-content p {
    font-size: 14px !important;
    line-height: 22px;
  }
  #payment-popup p.gab-bottom,
  #payment-methods-popup p.gab-bottom {
    line-height: 22px;
    margin-bottom: 20px;
  }
  .delete-popup-content h2 {
    font-size: 28px !important;
  }
  #payment-popup button,
  #payment-methods-popup button {
    padding: 11px 40px;
    font-size: 14px !important;
  }
  .active-jobs-row .job-more-btn {
    text-align: end;
  }
  .active-jobs-row h3 {
    font-size: 22px;
  }
  .active-jobs-row .col-md-6 {
    width: 50% !important;
    max-width: unset !important;
  }
  .active-jobs-row .job-more-btn label {
    position: unset;
    font-size: 14px;
    padding: 12px 20px;
    cursor: pointer;
  }
  .for-toggle-applied-info {
    margin-top: 0px;
    padding-bottom: 30px;
  }

  /* Home Banner CSS */

  .home-banner-sec .background-img img {
    object-fit: cover;
    padding: 0px;
  }
  .banner-content h1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 12px;
    letter-spacing: -1px;
  }
  .banner-content p {
    font-size: 12px;
  }
  .banner-btn ul li a {
    padding: 12px 12px;
    width: 242px;
    height: auto;
    gap: 16px;
    font-size: 14px;
  }
  .banner-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .banner-btn img {
    padding: 10px 10px;
  }
  .banner-content {
    position: relative;
    padding-top: 40px;
  }
  .background-img {
    display: none;
  }
  .home-banner-sec {
    background-image: url(../images/home-banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
  }
  .banner-btn ul {
    justify-content: center;
  }

  /* Account Settings CSS */

  .account-settings-content-row input {
    height: 47px;
  }
  .account-settings-content-row .form-fields-row {
    padding: 20px 20px;
  }
  .account-settings-content-row h2 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .account-settings-content-row .form-fields {
    margin-bottom: 10px;
  }
  .account-settings-btns {
    margin-top: 35px;
  }
  .file-save-btn label.save-btn {
    font-size: 14px !important;
    padding: 10px 20px;
  }
  .file-edit-btn label.edit-btn {
    font-size: 14px !important;
    padding: 9px 20px;
  }

  /* Resume Attachment CSS  */

  .resume-content-row h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .resume-attachment-content label {
    font-size: 14px;
    margin-bottom: 8px !important;
  }
  .attachment-form .upload-btn input#upload-file {
    padding: 12px 5px;
    width: 100%;
  }

  .resume-attachment-content .form-fields {
    margin-bottom: 20px;
  }
  .attachment-form .upload-btn label {
    /*        width: 100%;*/
  }
  .resume-attachment-content .attachment-form {
    padding: 20px 20px;
  }
  .social-edit-btn,
  .address-location-btn,
  .attachment-btn,
  .cover-letter-btn,
  .work-experiences-btn {
    padding-top: 0px;
  }
  .resume-attachment-content input {
    height: 47px;
    font-size: 14px;
  }
  #my-profile-content .social-edit-btn,
  #my-profile-content .address-location-btn {
    padding: 0px 15px 0px;
  }
  .upload-file-main label {
    width: 104px;
    height: 40px;
    font-size: 12px;
    padding: 0px 8px;
    margin-top: 20px;
  }
  .upload-file-main label i {
    margin-right: 8px;
    margin-top: 1px;
  }
  .resume-attachment-content .form-fields input#image {
    height: 40px;
    padding: 10px 10px 10px 25px;
    width: 100%;
    font-size: 12px;
  }
  .upload-file-main label.file-messege {
    font-size: 12px;
  }
  .upload-file-main br {
    display: none;
  }
  .form-btn .save-btn {
    padding: 8px 33px !important;
    font-size: 13px !important;
    height: auto;
  }
  a.view-cvs,
  a.removeCvTrigger {
    font-size: 13px !important;
  }
  .resume-attachment-content .form-btn {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  /* Cover Letter CSS  */

  .cover-letter-content {
    margin-top: 30px;
  }
  .cover-letter-form label {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .cover-letter-content .cover-letter-form {
    padding: 20px 20px;
  }
  .cover-letter-btns {
    margin-top: 24px;
  }

  .cover-letter-form textarea {
    height: 120px;
    font-size: 14px;
  }
  .resume-content-row .form-btn {
    margin-top: 20px !important;
  }

  /* Education CSS */

  .education-form {
    padding: 20px 20px;
  }
  .education-form .form-fields select {
    height: 47px;
    font-size: 14px;
  }
  .education-form .form-fields input {
    width: 100%;
    height: 47px;
  }
  .education-form .form-fields label {
    font-size: 14px;
    margin-bottom: 8px;
    /*        width: 100%;*/
  }
  .education-form .form-fields {
    margin-bottom: 18px;
  }
  .education-form .year-fields label {
    width: 100%;
  }
  .education-form .year-fields label.for-to {
    width: 10%;
    height: 47px;
  }
  .education-form .year-fields select#start-year {
    width: 45%;
  }
  .education-form .year-fields select#end-year {
    width: 45%;
  }
  .education-form .form-fields textarea {
    width: 100%;
    height: 120px;
  }
  .education-content {
    margin-top: 30px;
  }
  .education-form label.note-for-word {
    width: 100% !important;
  }

  /* Skills CSS */

  .skills-form input {
    height: 47px;
  }
  .skills-form {
    padding: 20px 20px;
  }
  .skills-form label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .skills-content {
    margin-top: 0px;
  }

  /* Work Experience CSS */

  .work-experience {
    margin-top: 30px;
  }
  .work-experience-form .form-fields {
    margin-bottom: 0px;
    margin-top: 22px !important;
  }
  .work-experience-form {
    padding: 20px 20px;
  }
  .work-experience-form select {
    height: 47px;
    font-size: 14px;
  }
  .work-experience-form label {
    width: 100% !important;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .work-experience-form .form-fields input {
    width: 100% !important;
    height: 47px;
    font-size: 14px;
    padding: 0px 12px;
  }
  /*.work-experience-form .year-fields select#start-year {
        width: 45%;
    }
    .work-experience-form .year-fields label.for-to {
        width: 10%;
        height: 47px;
    }
    .work-experience-form select#end-year {
        width: 45%;
    }*/
  .work-experience-form textarea {
    width: 100%;
    height: 120px;
    font-size: 14px;
  }
  .work-experience-form label.note-for-word {
    width: 100% !important;
  }
  .work-experience-form .work-experience-btn {
    margin-bottom: 24px;
    margin-top: 24px;
    position: relative;
  }
  .work-experience-form .work-experience-btn label {
    width: 100% !important;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    padding: 12.5px 14px;
    margin-bottom: 0px !important;
    max-width: 135px;
  }
  input#add-work-experience {
    max-width: 135px !important;
    border: 0px;
  }

  /* Awards CSS */

  .education-form label.note-for-word {
    width: 100% !important;
  }
  .award-content {
    margin-top: 30px;
  }
  .award-form {
    padding: 20px 20px;
  }
  .award-form .form-fields select {
    font-size: 14px;
    height: 47px;
  }
  .award-form .form-fields label {
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .award-form .form-fields input {
    width: 100%;
    height: 47px;
  }
  .award-form .form-fields {
    margin-bottom: 18px;
  }
  .award-form .year-fields select#start-year {
    width: 45%;
  }
  .award-form .year-fields label.for-to {
    width: 10%;
    height: 47px;
  }
  .award-form .year-fields select#end-year {
    width: 45%;
  }
  .award-form .form-fields textarea {
    width: 100%;
    height: 120px;
  }
  .award-form .form-fields label.note-for-word {
    width: 100% !important;
  }
  .award-form .awards-btn label {
    /*        width: 100%;*/
    position: absolute;
  }
  #skills-education-content .form-fields.awards-btn label {
    width: auto !important;
  }
  .award-form .awards-btn {
    position: relative;
    margin-bottom: 24px;
    margin-top: 24px;
  }

  /* User Inbox CSS */

  .messages-content-main > .row > .col-md-4 {
    padding-right: 15px !important;
  }
  .messages-content-main > .row > .col-md-8 {
    padding-left: 15px !important;
    border: 0px;
  }
  .messages-content-row h2 {
    font-size: 18px;
  }
  .messages-content-main {
    background-color: #fff;
  }
  .inbox-search h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .search-contacts input#search-contact {
    height: 42px;
    font-size: 12px;
  }
  .search-contacts {
    padding: 12px 5px 12px;
  }
  .messages-search-tabs {
    padding: 0px 5px 0px;
  }
  .messages-search-tabs ul.nav-tabs button {
    font-size: 12px;
  }
  .inbox-messages-content-main {
    padding: 15px 20px 15px;
  }
  .inbox-messages-content-main h4.name {
    font-size: 14px;
  }
  .inbox-messages-content-main h4.name:before {
    width: 4px;
    height: 4px;
    left: -8px;
  }

  /* User Mail Box */

  .user-data-content {
    border-top: 1px solid #dbdbdb;
  }
  .name-date-conten {
    padding: 15px 5px;
  }
  .name-date-conten img {
    width: auto;
    margin-bottom: 12px;
  }
  .name-date-conten h2.user-name {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .name-date-conten p.email-id {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .name-date-conten .time-btn {
    text-align: left;
  }
  .name-date-conten p.time {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .user-message-box h3.user-name {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .user-message-box p {
    font-size: 13px;
    line-height: 22px;
  }
  .download-attachment-text h4 {
    font-size: 12px;
  }
  .download-attachment-text input {
    font-size: 12px;
  }
  .download-attachment .attachment-btn {
    padding-top: 0px;
  }
  .download-attachment .attachment-btn a {
    font-size: 13px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    border-radius: 4px;
  }
  .user-description-box {
    padding: 15px 5px 15px;
  }
  .user-description-box-content .bottom-btns {
    padding: 0px 15px;
    margin-bottom: 12px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 15px;
  }
  .bottom-btns .file-btns {
    width: 100%;
  }
  .messages-content-main .message_main {
    width: 252px;
    margin-top: 16px;
    padding: 12px 12px;
    margin-right: 5px;
    border-radius: 4px;
  }
  .messages-content-main .message_main.recieve_main {
    margin-left: 5px;
  }
  .download-attachment .attachment-btn a label {
    line-height: 16px;
  }
  .messages-content-main .recieve_main .download-attachment {
    margin-bottom: 12px;
  }

  /* ==============  Who We Are Page CSS ============= */

  /* Inner Page banner CSS */

  .inner-page-banner {
    padding: 60px 0px;
    margin-top: 0px;
  }
  .inner-banner-content h1.title {
    font-size: 28px;
  }
  .breadcrum ul {
    flex-wrap: wrap !important;
  }

  /* Breadcrum CSS */

  .breadcrum {
    margin-top: 5px;
  }
  .breadcrum ul a {
    font-size: 15px;
  }
  .breadcrum ul label {
    font-size: 15px;
  }

  /* About Images Sec CSS */

  .about-images-sec {
    padding-top: 40px;
  }
  .about-images-sec .col-md-3 {
    margin-bottom: 30px;
  }
  .about-images-sec .center-images .image-top {
    margin-bottom: 15px;
  }
  .about-images-sec .center-images .image-top {
    width: 100%;
  }
  .about-images-sec .center-images .image-bottom {
    width: 100%;
  }

  /* About Content Sec CSS */

  .about-content-sec .about-content-main {
    max-width: unset;
    padding: 0px 15px;
  }
  .about-content-sec {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .about-content-sec .about-content-main h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .about-content-sec .about-content-main p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  /* Contact Us Page */

  .contact-us-sec {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .contact-us-sec .address-bar .col-md-4 {
    margin-bottom: 30px;
  }
  .contact-us-sec .address-bar .contact-us-box p img,
  .contact-us-sec .address-bar .contact-us-box a img {
    margin-bottom: 15px;
  }
  .contact-us-sec .address-bar .contact-us-box p label,
  .contact-us-sec .address-bar .contact-us-box a label {
    font-size: 18px;
  }
  .contact-us-sec .contact-us-form {
    max-width: unset;
    padding: 0px 15px;
    margin: 10px auto 0px;
  }
  .contact-us-sec .contact-us-form .form-field {
    margin-top: 20px;
  }
  .contact-us-sec .contact-us-form label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .contact-us-sec .contact-us-form input {
    height: 47px;
  }
  .contact-us-sec .contact-us-form textarea {
    height: 120px;
  }
  .contact-us-sec .contact-us-form .contact-us-btn {
    margin-top: 30px;
  }
  .contact-us-sec .contact-us-form .contact-us-btn input {
    font-size: 16px;
  }

  .my-profile-content-row .user-title-img .edit-file {
    padding: 0px 0px;
    background-color: transparent;
    margin-right: 15px;
  }
  .social-edit-btn label,
  .address-location-btn label,
  .attachment-btn label,
  .cover-letter-btn label,
  .work-experiences-btn label {
    padding: 0px 0px !important;
    background-color: transparent !important;
  }

  /* Post Jobs CSS */

  .post-job-content h2 {
    font-size: 20px;
  }
  .post-job-form {
    padding: 20px 5px 20px;
  }
  .post-job-form .form-fields {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .post-job-form input {
    height: 47px;
  }
  .post-job-content label {
    font-size: 14px;
    margin-bottom: 8px !important;
  }
  .post-job-form textarea {
    height: 180px;
  }
  .post-job-form select {
    height: 47px;
  }
  .offered-salary-main select#job_type {
    max-width: 122px;
    top: 32px;
    height: 46px;
    font-size: 12px;
  }
  .post-job-form .qulification-dates .start-date {
    width: 100%;
  }
  .post-job-form .qulification-dates .end-date {
    width: 100%;
  }
  .post-job-form .qulification-dates .for-to {
    width: 100%;
    padding: 12px 0px;
    height: 100%;
  }
  .post-job-content label.edit-file {
    margin-right: 20px;
  }

  /* Key Responsibilities CSS */

  .key-responsibilities-content {
    margin-top: 40px;
  }
  .key-responsibilities-fields {
    padding: 20px 5px 20px;
  }
  .key-responsibilities-content textarea {
    height: 180px;
  }

  /* Qualification CSS */

  .qualification-content-fields {
    padding: 20px 5px 20px;
  }
  .qualification-content-main textarea {
    height: 180px;
  }
  .qualification-content-main {
    margin-top: 40px;
  }

  /* Prefered Skills CSS */

  .prefered-skills-fields {
    padding: 20px 5px 20px;
  }
  .prefered-skills-content {
    margin-top: 40px;
  }

  /* Benefits CSS */

  .benefits-content-fields {
    padding: 20px 5px 20px;
  }
  .benefits-content-main {
    margin-top: 40px;
  }

  /* Post Jobs Skills */

  .post-job-skills {
    margin-top: 40px;
  }
  .social-links-btns {
    margin-top: 24px;
  }

  /*Inprogress job Company Dashboard CSS */

  .active-applied-job-info h3 {
    font-size: 14px;
  }
  .active-applied-job-info h4 label {
    font-size: 14px;
  }
  .active-applied-job-info h4 {
    font-size: 14px;
  }
  .active-applied-job-info h5 label {
    font-size: 14px;
  }
  .active-applied-job-info h5 {
    font-size: 12px;
  }
  .applied-job-palce-time ul li {
    gap: 8px;
    font-size: 14px;
    padding-right: 10px;
    justify-content: flex-start;
  }
  .with-icon .border-right {
    display: none;
  }
  .applied-job-palce-time ul li img {
    width: 14px;
    font-size: 14px;
  }
  .applied-job-palce-time ul {
    gap: 0px;
  }
  label.view-profile-btn {
    padding: 12px 28px 12px 28px;
    font-size: 12px;
    width: 100%;
  }
  label.book-profile-btn {
    padding: 10px 28px 10px 28px;
    font-size: 12px;
    width: 100%;
  }
  .star-rating {
    gap: 2px;
    padding-top: 10px;
  }
  .applied-job-send-msg {
    padding: 0;
  }
  .star-rating span {
    font-size: 12px;
  }
  .star-rating p {
    font-size: 14px;
  }
  .applied-job-send-msg span {
    font-size: 13px;
  }
  .applied-job-intro p {
    font-size: 12px;
  }
  .clamp {
    -webkit-line-clamp: 3;
  }
  .applied-job-skills {
    flex-direction: column;
    gap: 10px;
  }
  .applied-job-info .row .col-10 {
    width: 100%;
  }
  /*.applied-job-info .row {
        flex-direction: column;
        width: 100%;
    }*/
  .applied-job-info .col-md-2 {
    width: 100%;
  }
  .col-12.col-md-5,
  .applied-job-palce-time {
    width: 100%;
    margin-top: 10px;
  }
  .applied-job-views-btn {
    margin-top: 10px;
    align-items: baseline;
    flex-direction: column;
    /* gap: 10px; */
  }
  .applied-job-palce-time ul {
    margin-top: 10px;
    gap: 10px;
  }

  .active-applied-job-info .table-head {
    padding: 20px 10px;
    display: inline-block;
    width: 50%;
  }
  .active-applied-job-info .table-body {
    padding: 20px 10px;
    margin: 0px;
  }
  .applied-job-views-btn .col-6.col-md-12 {
    width: 100%;
    padding: 0px;
  }
  .applied-job-info {
    margin: 20px 15px 0px;
    padding: 20px 20px;
  }
  .applied-job-info.find-job-info .col-md-8 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .active-applied-job-row,
  .applied-job-more-btn label {
    font-size: 14px;
    padding: 10px 10px;
  }
  /*.applied-job-info .row {
        margin-bottom: 12px;
    }*/
  .applied-job-views-btn input[type="button"],
  .applied-job-views-btn .applied-job-send-msg {
    width: 100%;
  }
  .applied-job-send-msg {
    text-align: start;
    padding-top: 10px;
  }
  .applied-job-info-bg {
    background-color: #fff;
    padding: 20px 10px 10px 10px;
  }
  .active-Inprogress-job-info {
    display: flex;
  }
  .active-Inprogress-job-info h3 {
    text-align: left;
  }
  .active-Inprogress-job-info .table-head,
  .active-Inprogress-job-info .table-body {
    padding: 20px 10px;
  }
  .table-main {
    width: 50%;
    display: inline-block;
  }
  .active-Inprogress-job-info h3 {
    font-size: 14px;
  }
  .active-Inprogress-job-info h4 label {
    font-size: 13px;
  }
  .active-Inprogress-job-info h4 span {
    font-size: 12px;
  }
  .active-Inprogress-job-info h4 {
    font-size: 14px;
  }
  .Inprogress-job-table-body {
    max-width: 170px;
    width: 30%;
  }
  .Inprogress-job-info-bg {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0px;
    width: 70%;
  }
  .Inprogress-job-table-body .title-body {
    min-height: 85px;
  }
  .active-Inprogress-job-info h5 label {
    font-size: 14px;
  }
  .active-Inprogress-job-info h5 {
    font-size: 14px;
  }
  .Inprogress-job-palce-time ul li {
    gap: 8px;
    font-size: 14px;
    padding-right: 10px;
    justify-content: center;
  }
  .Inprogress-job-palce-time ul li img {
    width: 14px;
    font-size: 14px;
  }
  /*.Inprogress-job-palce-time ul li {
        gap: 6px;
        font-size: 14px;
    }*/
  .Inprogress-job-palce-time ul {
    gap: 0px;
  }
  .Inprogress-job-send-msg {
    padding: 0;
  }
  .Inprogress-job-send-msg span {
    font-size: 13px;
  }
  .Inprogress-job-intro p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  .Inprogress-job-skills {
    gap: 5px;
    margin-top: 20px;
  }
  .Inprogress-job-skills input[type="button"] {
    font-size: 12px;
    padding: 6px 14px 6px 14px;
  }
  .Inprogress-job-info .row .col-10 {
    width: 100%;
  }
  .Inprogress-job-info .row {
    width: 100%;
  }
  .Inprogress-job-info .col-md-2 {
    width: 100%;
  }
  /*.col-12.col-md-5 ,.Inprogress-job-palce-time {
        width: 100%;
        margin-top: 10px;
    }*/
  .Inprogress-job-views-btn {
    margin-top: 10px;
    align-items: baseline;
    flex-direction: column;
  }
  .Inprogress-job-palce-time ul {
    margin-top: 10px;
    gap: 10px;
  }

  .active-Inprogress-job-info .table-head {
    padding: 20px 0px;
    display: inline-block;
    width: 53%;
    max-width: 130px;
  }
  .Inprogress-job-mark-complete-btn {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .active-Inprogress-job-info .table-body {
    box-shadow: none;
    position: relative;
    border-right: 1px solid rgb(70 70 70 / 10%);
    margin-bottom: 0px;
    padding: 30px 30px 30px;
  }
  .active-Inprogress-job-info .table-body-main {
    background-color: #fff;
    width: 82%;
  }
  .Inprogress-job-views-btn .col-6.col-md-12 {
    width: 100%;
    padding: 0px;
  }
  .Inprogress-job-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 0px;
  }
  .active-Inprogress-job-row,
  .Inprogress-job-more-btn label {
    font-size: 14px;
    padding: 10px 10px;
  }
  .Inprogress-job-info .row {
    margin-bottom: 0px;
    position: relative;
  }
  .Inprogress-job-info > .row > .col-md-4 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto !important;
    margin-top: 3%;
  }
  .Inprogress-job-intro.clamp {
    margin-top: 0px;
  }
  .for-toggle-applied-infos {
    padding-bottom: 20px;
  }
  .Inprogress-job-info > .row > .col-md-8 {
    gap: 16px;
  }
  .Inprogress-job-send-msg {
    text-align: start;
    padding-top: 10px;
  }
  .Inprogress-job-info-bg {
    background-color: #fff;
    padding: 0px;
  }
  .message-send-bt {
    display: contents;
  }
  .message-send-bt label.send-message-btn {
    padding: 12px 28px 12px 28px;
    font-size: 12px;
  }
  .mark-complete-bt label.mark-complete-btn {
    width: 100%;
    padding: 12px 28px 12px 28px;
    font-size: 12px;
  }
  .active-jobs-info .applied-job-info .col-md-8 {
    gap: 18px;
    width: 75% !important;
    max-width: unset !important;
  }
  .active-jobs-info .applied-job-info .col-md-4 {
    width: 25% !important;
    flex-direction: column;
    justify-content: flex-start;
  }
  .send-msg a {
    width: 100%;
    padding: 10.5px 22px;
  }

  /* privacy policy and Trems & Condition CSS */

  .content-sec .content-text {
    max-width: unset;
    padding: 0px 15px;
  }
  .content-sec {
    margin: 50px 0px;
  }
  .content-text h2 {
    font-size: 24px;
  }
  .content-text p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 23px;
  }

  /* Find Associates Page CSS */

  .find-associate-banner .job-title-key-main {
    width: 100% !important;
    padding: 0px 15px;
  }
  .find-job-banner h3 {
    font-size: 32px;
    letter-spacing: -1px;
    padding: 0px 15px;
  }
  .find-job-banner p {
    font-size: 14px;
    padding: 0px 15px;
  }
  .find-job-banner .job-search-head {
    margin-bottom: 20px;
  }
  .find-job-banner .job-searh-fields input.job-title-key {
    height: 50px;
    border-radius: 4px 4px 4px 4px;
    padding: 12px 55px;
  }
  .find-job-banner .job-searh-fields .job-title-key-main:before {
    top: 15px;
    left: 36px;
  }
  .state_for-icon {
    width: 100%;
    margin: 20px 15px 0px;
    height: 50px;
    border-radius: 4px;
  }
  .job-searh-fields select#state_id {
    height: 50px;
    border: 0px;
    border-radius: 4px;
  }
  .city-for-icon {
    width: 100%;
    margin: 20px 15px 0px;
    height: 50px;
    border-radius: 4px;
  }
  .job-searh-fields select#city_id {
    height: 50px;
    border-radius: 4px;
  }
  .state_for-icon:before {
    top: 10px;
    left: 22px;
  }
  .find-associate-banner .find-job-btn {
    width: 100%;
    margin: 20px 15px 0px;
    border-radius: 4px;
    height: 60px;
    background-color: transparent;
  }
  .find-job-btn a#submit_form {
    font-size: 14px;
    padding: 12px 30px;
  }
  .city-for-icon:before {
    top: 14px;
    left: 24px;
  }
  select.choose-industry {
    width: 100%;
  }
  .job-searh-fields .row-second select {
    height: 50px;
    margin: 20px 15px 0px;
    border-radius: 4px;
  }
  .find-associate-banner select.job-type,
  .find-associate-banner select.job-salary,
  .find-associate-banner select.job-experience {
    width: 100% !important;
  }
  .associate-str-end {
    width: 100%;
    margin: 0px 15px 0px;
    justify-content: center;
  }
  .associate-str-end input {
    height: 50px;
    border-radius: 4px;
    width: 100%;
    margin: 20px 0px 0px;
  }
  .associate-str-end label {
    font-size: 14px;
    margin-top: 20px;
  }
  .find-job-banner {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0px;
  }
  .job-searh-fields .row-second {
    margin-top: 0px;
  }

  .job-search-sort {
    margin: 0px 15px 30px;
  }
  .job-search-sort p.pull-left {
    font-size: 14px;
  }
  .job-search-sorting.pull-right {
    width: 100%;
  }
  .job-search-sort select#sort_select {
    height: 50px;
  }
  .job-search-result {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .job-search-result .pagination {
    margin-bottom: 0px;
    margin-top: 24px;
  }
  .find-associate-job-search .applied-job-info-bg {
    background-color: transparent;
  }

  .find-associate-job-search .applied-job-info > .row > .col-md-8 {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .find-associate-job-search .user-image img {
    width: 130px;
    height: 130px;
  }
  .find-job-info h5 {
    font-size: 22px;
    text-align: center;
  }
  .Inprogress-job-palce-time label {
    font-size: 14px;
    width: 100%;
    /*        text-align: center;*/
  }
  .find-associate-job-search ul.list-unstyled {
    gap: 10px !important;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
  }
  .find-associate-job-search ul.list-unstyled li {
    padding-right: 0px;
    margin-right: 0px;
    width: 100%;
    text-align: center;
  }
  .find-associate-job-search .applied-job-views-btn {
    align-items: center !important;
    margin: 20px auto 0px;
  }

  .view-profile-bt {
    width: 100%;
  }
  button.book-profile-btn {
    width: 100%;
    padding: 11.5px 58px;
    font-size: 12px;
  }
  .view-profile-bt a {
    display: block;
  }
  .find-associate-job-search .star-rating {
    justify-content: space-between;
  }
  .find-associate-job-search .find-job-info {
    padding: 20px 20px;
    margin: 0px 5px 0px;
  }

  /* Find Jobs Page CSS */

  .find-job-banner .job-searh-fields .job-title-key-main {
    width: 100% !important;
    padding: 0px 15px;
  }
  .find-job-btn {
    width: 100%;
    margin: 20px 15px 0px;
    border-radius: 4px;
    height: 60px;
    background-color: transparent;
  }
  .job-searh-fields .row-second select.job-type {
    width: 100%;
  }
  .job-searh-fields .row-second select.job-salary {
    width: 100%;
  }
  .job-searh-fields .row-second select.job-experience {
    width: 100%;
  }
  .job-searh-fields .row-second select.job-qualification {
    width: 100%;
  }
  /*.applied-job-info > .row > .col-md-8 {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 10px;
    }*/
  .find-job-info ul.list-unstyled {
    gap: 10px !important;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
  }
  .find-job-info ul.list-unstyled li {
    margin: 0px;
    width: 100%;
  }
  .find-job-info p {
    text-align: center;
  }

  /* Find Associates Hire Now Page CSS */

  .associates-user-content h2 {
    font-size: 22px !important;
    margin-top: 18px !important;
  }
  .apply-now-profile-banner .associates-user-content img {
    width: 100px !important;
    height: 100px !important;
  }
  .apply-now-profile-banner .associates-user-content ul img {
    height: auto !important;
    width: auto !important;
  }
  .associates-user-content label {
    font-size: 16px !important;
    margin-top: 12px !important;
  }
  .associates-user-content ul label {
    font-size: 14px !important;
    margin-top: 0px !important;
  }
  .associates-user-content ul li {
    gap: 8px !important;
  }
  .associates-user-content ul {
    margin: 20px 0px 0px 0px !important;
  }
  .apply-now-profile-banner {
    padding: 40px 0px !important;
  }
  .apply-now-form-main label {
    font-size: 14px !important;
  }
  .apply-now-form-main input {
    height: 47px !important;
  }
  .apply-now-form-main .form-field {
    margin-bottom: 18px !important;
  }
  .apply-now-form-sec {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .hirenow-location label {
    max-width: 100% !important;
    margin: 0px 15px 16px !important;
  }
  .hirenow-main {
    padding: 0px 15px 0px;
  }
  .apply-now-form-main input#choose-file {
    padding-left: 55px !important;
    font-size: 12px !important;
  }
  .choose-file-btn-main .choose-file-btn {
    height: 47px !important;
  }
  .apply-now-form-main .form-submit-btn {
    font-size: 16px !important;
    height: 47px !important;
    margin-top: 10px !important;
  }
  .apply-now-form-main textarea {
    height: 120px !important;
  }
  #dates_input .date_option {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 12px !important;
  }
  #dates_input {
    width: 90% !important;
  }
  #openCalender {
    width: 9% !important;
    height: 25px;
    text-align: end !important;
  }
  #openCalender img {
    width: auto !important;
  }
  .date_form {
    padding: 4px !important;
  }
  .apply-now-form-main select {
    height: 47px !important;
  }
  .hirenow-location {
    width: 100% !important;
    padding: 0px 0px 0px 15px;
  }
  .hirenow-location .fc-toolbar-chunk {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 10px;
  }
  .hirenow-location .fc-toolbar-chunk h2 {
    font-size: 18px;
  }

  /* Find Associates Hire Now detail Page CSS */

  .associates-user-content a {
    font-size: 15px !important;
    padding: 14px 35px !important;
  }
  .associates-user-content a {
    font-size: 15px !important;
    padding: 14px 35px !important;
  }
  .job-details-main .job-details-list li h5 label {
    font-size: 15px !important;
  }
  .job-details-main .job-details-list li h5 span {
    font-size: 13px !important;
  }
  .job-details-main .job-details-list li {
    margin-bottom: 24px !important;
  }
  .associates-data-main .associates-social-profile h4 {
    font-size: 15px !important;
  }
  .job-skills h4 {
    font-size: 16px !important;
  }
  .job-skills ul label {
    font-size: 14px !important;
    padding: 10px 14px !important;
  }
  .job-skills ul {
    gap: 5px !important;
  }
  .associates-user-contact h5 {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }
  .associates-user-contact input {
    height: 47px !important;
  }
  .associates-user-contact .form-field {
    margin-bottom: 12px !important;
  }
  .associates-user-contact textarea {
    height: 100px !important;
  }
  .associates-user-contact button {
    font-size: 14px !important;
  }
  .associates-data-main h2 {
    font-size: 20px !important;
  }
  .associates-data-main .about-candidate p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .associates-data-main .name-date {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .associates-data-main h3 {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
  .associates-data-main label {
    font-size: 12px !important;
  }
  .associates-data-main p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-top: 14px !important;
  }
  .candidate-education ul.education-list li {
    padding: 0px 0px 40px 40px !important;
  }
  .associates-data-main ul li:before {
    left: 0px !important;
    max-width: 22px !important;
  }
  .candidate-education ul.education-list li:last-child {
    padding-bottom: 0px !important;
  }
  .associates-data-main ul.work-experience-list li {
    padding: 0px 0px 40px 40px !important;
  }
  .associates-data-main ul.work-experience-list li:last-child {
    padding-bottom: 0px !important;
  }
  .associates-data-main ul.awards-list li {
    padding: 0px 0px 40px 40px !important;
  }
  .associates-data-main ul.awards-list li:last-child {
    padding-bottom: 0px !important;
  }
  .reviews-content {
    margin-top: 40px;
  }
  .reviews-content .reviews-bottom-row .star-rating {
    justify-content: flex-start;
  }
  .reviews-content .reviews-bottom-row .star-rating p {
    margin-top: 0px !important;
  }
  .reviews-content .reviews-description p {
    padding: 0px 0px 0px 0px !important;
  }
  .reviews-content .reviews-description {
    margin-top: 16px !important;
  }
  .reviews-content .reviews-bottom-row .star-rating {
    margin-top: 16px !important;
  }
  .associates-data-main .for-btm-gap {
    margin-top: 40px !important;
  }
  .associates-job-details {
    margin-top: 40px !important;
  }
  .associates-data-main {
    padding-bottom: 40px !important;
  }
  .associates-data-main > .row > .col-md-9 {
    padding-left: 15px !important;
  }
  .associates-data-main > .row .col-md-3 {
    width: 100% !important;
  }
  .associates-data-main > .row .col-md-9 {
    width: 100% !important;
  }

  /* Course Content Detail CSS    */

  .course-content-detail {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .course-content-detail p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 16px !important;
  }
  .course-deatil-main {
    max-width: 100% !important;
    padding: 0px 15px !important;
  }
  .course-content-detail p b {
    font-size: 18px !important;
  }
  .course-deatil-main ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .course-deatil-main ul {
    margin-bottom: 16px;
  }

  /* Course Content Listing CSS */

  .course-content-sec {
    margin-top: 40px !important;
    margin-bottom: 28px !important;
  }
  .course-content-main h2 {
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 14px !important;
    min-height: auto !important;
  }
  .course-content-main p {
    font-size: 14px !important;
    margin-bottom: 12px;
    line-height: 24px;
  }
  .course-content-main a {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 16px 32px !important;
    margin-top: 22px !important;
  }
  .course-content-box {
    padding: 20px 20px !important;
    margin-bottom: 22px !important;
  }

  /* Lab Skils CSS */

  .lab-skills-top-content {
    padding: 0px 15px !important;
  }
  .lab-skills-top-content p {
    font-size: 14px !important;
    line-height: 23px !important;
  }
  .lab-skills-address-bar {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  section.lab-skills-sec {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .lab-skills-top-content h2 {
    font-size: 22px !important;
    line-height: 28.76px !important;
    margin-bottom: 12px !important;
  }
  tr.table-head td {
    font-size: 16px !important;
    line-height: 21.2px !important;
    padding: 12px 20px !important;
  }
  .table-cels-main td {
    font-size: 14px !important;
    line-height: 18.16px !important;
    padding: 14px 20px !important;
  }
  td.apply-cel button {
    font-size: 14px !important;
    line-height: 18.16px !important;
  }
  .table-main {
    overflow: scroll !important;
  }
  .course-table-main {
    padding: 0px 15px;
  }
  .lab-skills-contact .col-md-4:first-child {
    padding: 0px 30px !important;
  }
  .lab-skills-contact span {
    font-size: 20px !important;
    line-height: 28.76px !important;
  }
  .email-col a label {
    font-size: 14px !important;
    line-height: 18.16px !important;
  }
  .lab-skills-contact .col-md-4:nth-child(2) {
    padding: 0px 15px !important;
  }
  .lab-skills-contact .col-md-4:last-child {
    padding: 0px 30px !important;
  }
  .lab-skills-contact a {
    padding: 24px 24px !important;
  }
  .couser-contents-col img {
    margin-bottom: 18px !important;
  }
  .email-col a {
    padding: 48px 24px !important;
  }
  .lab-skills-contact {
    margin-top: 40px !important;
  }
  .lab-skills-sec div.pagination {
    margin-top: 30px !important;
  }

  /* Lab Skills Popup CSS */

  .lab-skills-popup-content .modal-body {
    padding: 30px 10px 30px 10px !important;
  }
  .lab-apply-online h2 {
    font-size: 22px !important;
    line-height: 30.32px !important;
    padding: 0px 26px !important;
    margin-bottom: 22px !important;
  }
  .lab-skills-popup-content .modal-header button.btn-close {
    padding: 7px 7px !important;
    top: 12px !important;
    right: 12px !important;
    font-size: 18px !important;
  }
  .lab-apply-online label {
    font-size: 14px !important;
    line-height: 18.16px !important;
    margin-bottom: 12px !important;
  }
  .lab-apply-online input {
    height: 47px !important;
    font-size: 14px !important;
  }
  .lab-apply-online .form-field {
    margin-bottom: 12px !important;
  }
  .lab-apply-online textarea {
    font-size: 14px !important;
    height: 120px !important;
  }
  .lab-skills-contact a {
    min-height: 164px !important;
    justify-content: space-between;
  }

  /* Reveiws CSS */

  .company-reviews-main form {
    padding: 20px 20px !important;
  }
  .company-reviews-main h2 {
    font-size: 22px !important;
    margin-bottom: 12px !important;
  }
  .company-reviews-main .reviews-rating label {
    font-size: 16px !important;
    margin-bottom: 12px !important;
  }
  .company-reviews-main .reviews-rating {
    margin-bottom: 24px !important;
  }
  .company-reviews-main .form-field label {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
  .company-reviews-main .form-field textarea {
    height: 120px !important;
  }
  .company-reviews-main .company-form-btns button {
    font-size: 14px !important;
    padding: 6px 42px !important;
  }
  .company-reviews-main .company-form-btns {
    margin-top: 24px !important;
  }

  .login-sec h2 {
    font-size: 36px;
  }
  .login-sec .wdDown {
    margin: 30px auto 0px;
    max-width: 100%;
  }
  .login-sec .wdDown .col-md-6 {
    padding: 0px 0px;
  }
  .login-sec .wdDown label {
    padding: 0px 0px;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .login-sec .col-sm-12.col-md-8 {
    padding: 0px 0px;
  }
  .login-sec .wdDown input {
    height: 47px;
  }
  .login-sec .wdDown .form-group.row {
    margin-bottom: 20px;
  }
  .login-sec .wdDown button {
    font-size: 14px;
  }

  .job-description-main {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .job-description-main h3 {
    margin-bottom: 8px !important;
    font-size: 20px !important;
  }

  .job-description-main p {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .job-description-main > .row > .col-md-9 {
    padding-right: 15px !important;
  }

  .job-description-main .bottom-gap {
    margin-bottom: 30px !important;
  }

  .apply-now-content .lab-content {
    flex-direction: column !important;
  }
  .lab-content .technician-name h2 {
    font-size: 22px !important;
    text-align: center !important;
  }
  .lab-content .technician-data {
    flex-direction: column !important;
    gap: 7px !important;
  }
  .technician-data li {
    padding: 0px 0px !important;
    border: 0px !important;
  }
  .apply-now-btn {
    max-width: 100% !important;
    margin-top: 30px !important;
  }
  .apply-now-btn a {
    font-size: 14px !important;
    padding: 12px 38px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100% !important;
  }
  .container-fluid {
    padding: 0px !important;
  }
  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  /* Header CSS */

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /*.header .header-main ul li.nav-item a img {
        width: 50px;
        height: 50px;
    }*/
  /*.who-we-are-img img {
        margin-bottom: 10px;
        width: 40px !important;
        height: 40px !important;
    }*/
  /*.hd-profile-img img {
        width: 30px !important;
        height: 30px !important;
    }*/
  /*hd-profile-img a.nav-link {
        gap: 10px;
    }*/
  .header .header-main .col-md-4 .mbl-btn button.navbar-toggler,
  .header .header-main .col-md-3 .mbl-btn button.navbar-toggler {
    color: #4c102a;
    font-size: 25px;
    padding: 6px 9px;
    border: 1px solid #4c102a;
    border-radius: 4px;
  }
  .header .header-main .col-md-4 .logo img {
    width: 100%;
    height: auto;
  }
  .header .header-main ul {
    gap: 25px;
  }
  .header .header-main ul li.nav-item a label {
    font-size: 12px;
  }
  .header-main .logo a {
    display: block;
  }
  /*.header .header-main ul li.nav-item a {
        padding: 0px 0px 0px 25px;
    }*/
  .hd-profile-img .dropdown-menu {
    /*        transform: translate3d(-57px, 80px, 0px) !important;*/
  }
  .hd-profile-img .dropdown-menu a {
    font-size: 14px;
  }

  /* Login Page CSS */

  .login-sec .login-content .login-tab button {
    font-size: 14px;
    height: 47px;
    padding: 0px 0px;
  }
  .login-sec {
    margin-top: 163px;
    margin-bottom: 60px;
    padding: 0px 15px;
  }
  .login-sec .login-content .login-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .login-sec .login-content h2 {
    font-size: 42px;
  }
  .login-sec .login-content .login-title p {
    font-size: 14px;
  }
  .login-sec
    .login-content
    .tab-content
    .login-tab-content-row
    .form-group
    label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .login-sec
    .login-content
    .tab-content
    .login-tab-content-row
    .form-group
    input {
    height: 47px;
  }
  .login-sec .login-content .tab-content .login-tab-content-row .form-group {
    margin-top: 20px;
  }
  .login-sec
    .login-content
    .tab-content
    .login-tab-content-row
    .form-group
    .forgot-passwrd
    a.forgot-passwrd-btn {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .login-sec .login-content .tab-content .login-tab-content-row .radio-btn {
    margin-bottom: 20px;
    gap: 8px;
  }
  .login-sec
    .login-content
    .tab-content
    .login-tab-content-row
    .radio-btn
    label {
    margin-bottom: 0px;
  }
  .login-sec
    .login-content
    .tab-content
    .login-tab-content-row
    form
    button.form-submit-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .login-sec .login-content .tab-content p.registeration-btn {
    font-size: 14px;
    margin-top: 20px;
  }
  .login-sec .login-content .tab-content p.registeration-btn a {
    margin-left: 3px;
  }
  .login-sec .login-content .login-with h3 {
    font-size: 12px;
  }
  .login-sec .login-content .login-with h3:before {
    width: 32%;
    margin-top: 2%;
  }
  .login-sec .login-content .login-with h3:after {
    width: 32%;
    margin-top: 2%;
  }
  .login-sec .login-content .login-with {
    margin-top: 25px;
  }

  /* FOOTER CsS */

  .footer .footer-col-one .footer-icons {
    margin-top: 30px;
  }
  .footer .footer-col-one .footer-logo a {
    display: block;
  }
  .footer .footer-col-one .footer-logo a img {
    width: 100%;
    max-width: 200px;
  }
  .footer .footer-col-one .footer-icons ul li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .footer .footer-col-one .footer-icons ul {
    gap: 12px;
  }
  .footer .footer-col-two .top-nav ul {
    gap: 0px;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer-col-two .bottom-about {
    max-width: 100%;
    margin: 30px auto 0;
  }
  .footer .footer-col-two,
  .footer .footer-col-thre {
    margin-top: 10px;
  }
  .footer .footer-col-two .bottom-about h3 {
    font-size: 16px;
  }
  .footer .footer-col-two .bottom-about p {
    font-size: 14px;
    line-height: 22px;
  }
  .footer .footer-col-thre {
    max-width: 100%;
  }
  .footer .footer-col-thre .form-Subscribe-row label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer .footer-col-thre .form-Subscribe-row .form-group input {
    height: 47px;
    font-size: 14px;
  }
  .footer
    .footer-col-thre
    .form-Subscribe-row
    .form-group
    button.form-submit-btn {
    width: 47px;
    margin-top: 0px;
    border-radius: 0px;
  }
  .footer .footer-col-thre .tel-num {
    margin-top: 20px;
  }
  .footer .footer-col-thre .tel-num a {
    font-size: 16px;
  }
  .footer .footer-copyright p {
    font-size: 12px;
  }
  .footer .footer-copyright p a {
    font-size: 12px;
  }
  .footer .footer-main {
    margin-bottom: 40px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer .footer-col-two .top-nav ul li a {
    font-size: 14px;
  }
  .footer-copyright ul a {
    font-size: 12px;
  }

  /* Dashboard Page Header CSS */

  .dashboard-header {
    z-index: 99;
  }
  .dashboard-header .logo {
    padding-left: 0%;
  }
  .dashboard-main {
    margin-top: 136px;
  }

  /* SideBar CSS  */

  .dashboard-main .sidebar .user-profile-dsktop img {
    margin-bottom: 14px;
    width: 100%;
    max-width: 120px;
  }
  .dashboard-main .sidebar .user-profile-dsktop h3 {
    font-size: 18px;
  }
  .dashboard-main .sidebar {
    padding: 20px 15px 20px 15px;
    border-radius: 6px 6px 0px 0px;
    top: 142px;
  }
  .dashboard-main .sidebar .user-profile-dsktop {
    margin-bottom: 22px;
  }
  .dashboard-main .sidebar .navbar-collapse .nav-tabs button {
    font-size: 16px !important;
    padding: 12px 8px !important;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .job-nav-dropdown-main
    ul.dropdown-menu
    button {
    padding: 8px 0px !important;
    font-size: 14px !important;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .job-nav-dropdown-main
    ul.dropdown-menu
    button.active {
    padding-left: 15px !important;
  }
  .dashboard-main .sidebar .navbar-collapse .nav-tabs button label {
    margin-left: 5px;
  }
  .job-nav-dropdown-main h2 {
    font-size: 16px;
    padding: 12px 8px;
  }
  .job-nav-dropdown-main ul.dropdown-menu {
    padding-left: 25px;
    min-width: auto;
  }
  .job-nav-dropdown-main ul.dropdown-menu a {
    font-size: 12px;
  }
  .job-nav-dropdown-main ul.dropdown-menu a.active {
    padding-left: 15px;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    h2 {
    font-size: 16px;
    padding: 12px 8px;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    ul.dropdown-menu {
    padding: 0px 0px 0px 25px;
    min-width: auto;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    ul.dropdown-menu
    a {
    font-size: 14px;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    ul.dropdown-menu
    a.active {
    padding-left: 18px;
  }
  .dashboard {
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .dashboard-main > .row > .col-md-3 {
    width: 30%;
  }

  /* My Profile CSS */

  .my-profile-content-row {
    margin-left: 0px;
  }
  .my-profile-content-row h2 {
    margin-bottom: 20px !important;
    font-size: 22px !important;
  }
  .my-profile-content-row .profile-data-content {
    padding: 25px 25px;
  }
  .my-profile-content-row .user-title-img .upload-file-btn .upload-file {
    font-size: 14px;
    padding: 12px 30px;
  }
  .my-profile-content-row .user-title-img .delete-file {
    font-size: 14px;
  }
  .my-profile-content-row .user-title-img img {
    width: 100%;
    max-width: 120px;
  }
  .my-profile-content-row .available_calender div#calendar {
    overflow: scroll;
  }
  .my-profile-content-row
    .available_calender
    div#calendar
    .fc-view-harness.fc-view-harness-active {
    width: 1000px;
  }
  .profile-data-content .user-profile-form .form-fields input {
    height: 47px;
    font-size: 14px;
  }
  .profile-data-content .user-profile-form .form-fields label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .profile-data-content .user-profile-form .form-fields {
    margin-top: 20px;
  }
  .profile-data-content .user-profile-form .form-btn {
    margin-top: 30px !important;
  }
  .profile-data-content .user-profile-form .form-fields select {
    height: 47px;
    font-size: 14px;
  }
  .profile-data-content .user-profile-form .form-fields textarea {
    height: 150px;
    font-size: 14px;
  }
  .my-profile-content-row .save-btn {
    padding: 12px 40px;
    font-size: 14px !important;
  }
  .my-profile-content-row .edit-btn {
    padding: 12px 40px;
    font-size: 14px;
  }
  /*.profile-data-content .user-profile-form .form-btn {
        margin-top: 24px !important;
    }*/
  .profile-data-content .user-profile-form .form-fields p {
    margin: 0px;
  }
  .my-profile-content-row .user-title-img .edit-file {
    padding: 12px 12px;
  }

  /* Social Link CSS */

  .social-links {
    margin-top: 30px;
  }
  .social-links-fields .fields-row label {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .social-links-fields .fields-row input {
    height: 47px;
    font-size: 14px;
  }
  .social-links-fields .fields-row {
    margin-top: 20px;
  }
  .social-links-fields {
    padding: 25px 37px 25px;
  }
  .add-more-links .add-more-btn {
    font-size: 14px;
    padding: 12px 20px;
  }
  .add-more-links {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .social-edit-btn label,
  .address-location-btn label,
  .attachment-btn label,
  .cover-letter-btn label,
  .work-experiences-btn label {
    padding: 12px 12px !important;
  }
  .social-links-fields .fields-row p {
    margin: 0px;
  }

  /* Address and Location CSS */

  .address-location {
    margin-top: 30px;
  }
  .address-location-row {
    padding: 25px 25px 25px;
  }
  .address-location label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .address-location input {
    height: 47px;
    font-size: 14px;
  }
  .address-location .address-location-main {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .address-location-row .file-save-btn {
    margin-top: 30px;
  }
  .address-location select {
    height: 47px;
    font-size: 14px;
  }
  .map-fram {
    margin: 30px 0px 30px;
  }
  .address-location-row > .row .col-md-3 {
    width: 50% !important;
  }
  .address-location .address-location-main p {
    margin: 0px;
  }

  /* Jobs Nav Dropdown CSS */

  button#jobs-nav h2.job-nav-btn {
    font-size: 14px;
    padding: 12px 15px;
  }
  button#jobs-nav ul.dropdown-menu {
    padding-left: 20px;
    min-width: 100%;
  }
  button#jobs-nav ul.dropdown-menu a {
    font-size: 13px;
    display: block;
  }
  button#jobs-nav ul.dropdown-menu li {
    display: inline-block;
  }
  button#jobs-nav ul.dropdown-menu a.active:before {
    margin-left: -18px;
  }

  /* Inprogress Jobs CSS */

  .inprogress-content {
    padding: 20px 20px 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .dashboard-tabs-content {
    margin-left: 0px;
  }
  .inprogress-content .col-md-1 {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .inprogress-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .inprogress-content h4 {
    font-size: 13px;
  }
  .inprogress-nav-content-row h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .inprogress-content .user-id-image {
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }
  .country {
    flex-direction: column-reverse;
    align-items: flex-end;
    width: 100%;
  }
  .inprogress-content .time-amount {
    justify-content: flex-end;
  }
  .inprogress-content .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }
  /*.inprogress-content .time-amount {
        align-items: flex-end;
    }*/
  .tacnition-inprogress-jobs .edit-delete a {
    font-size: 14px;
    padding: 12px 20px;
  }
  .tacnition-inprogress-jobs div.pagination {
    margin-top: 40px;
  }

  /* Active Jobs CSS */

  .active-jobs-info h3 {
    font-size: 12px;
  }
  .active-jobs-info .table-head {
    padding: 20px 10px;
  }
  .active-jobs-info .table-body-main {
    padding: 20px 10px;
    margin-bottom: 22px;
  }
  .active-jobs-info h4 {
    font-size: 12px;
  }
  .active-jobs-info h4 label {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .active-jobs-row h3 {
    font-size: 22px;
  }
  .active-jobs-row .job-more-btn label {
    padding: 12px 20px;
    font-size: 14px;
    position: unset;
  }
  .active-jobs-info .table-body-main {
    padding: 20px 10px;
    margin-bottom: 20px;
    position: relative;
  }
  .active-jobs-info .edit-delete > .dropdown a i {
    font-size: 18px !important;
  }
  .active-jobs-info .edit-delete > .dropdown button img {
    width: 18px;
  }
  .active-jobs-info .edit-delete > .dropdown {
    gap: 15px;
  }
  .active-jobs-info .table-body > .row {
    align-items: center;
  }

  /* Home Banner */

  .banner-content h1 {
    font-size: 36px;
    letter-spacing: -2px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .banner-content p {
    font-size: 14px;
  }
  .banner-btn {
    margin-top: 12px;
  }
  .banner-btn ul li a {
    width: 164px;
    height: 70px;
    gap: 9px;
    font-size: 12px;
    padding: 13px 14px;
  }
  .banner-btn img {
    padding: 8px 8px;
  }
  .banner-btn ul {
    gap: 8px;
  }
  .background-img {
    display: none;
  }
  .banner-content {
    position: unset;
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .home-banner-sec {
    background-image: url(../images/home-banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  /* Account Settings CSS */

  .account-settings-content-row input {
    height: 47px;
  }
  .account-settings-content-row .form-fields {
    margin-bottom: 20px;
  }
  .account-settings-content-row label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .account-settings-content-row .form-fields-row {
    padding: 30px 30px 10px;
  }
  .account-settings-btns {
    margin-top: 35px;
  }

  /* Resume Attachment CSS */

  .resume-content-row h2 {
    margin-bottom: 18px;
    font-size: 22px;
  }
  .resume-attachment-content label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .resume-attachment-content input {
    height: 47px;
    font-size: 14px;
  }
  .resume-attachment-content .form-fields {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .resume-attachment-content .attachment-form {
    padding: 30px 30px;
  }
  .social-edit-btn,
  .address-location-btn,
  .attachment-btn,
  .cover-letter-btn,
  .work-experiences-btn {
    text-align: end;
    padding-top: 0px;
  }
  .upload-file-main label {
    width: 135px;
    height: 47px;
    margin-top: 30px;
  }
  .upload-file-main label i {
    margin-right: 10px;
    margin-top: 3px;
  }
  .resume-attachment-content .form-fields input#image {
    height: 47px;
    padding: 12px 0px 12px 50px;
  }
  .upload-file-main br {
    display: none;
  }
  .upload-file-main label.file-messege {
    font-size: 14px;
    margin-top: 10px;
  }
  .dashboard-tabs-content .form-btn .save-btn {
    padding: 10px 45px !important;
    font-size: 14px !important;
  }
  .resume-attachment-content .form-btn {
    margin-top: 30px !important;
  }
  a.view-cvs,
  a.removeCvTrigger {
    font-size: 14px !important;
  }

  /* Cover Letter CSS */

  .cover-letter-form label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .cover-letter-content .cover-letter-form {
    padding: 30px 30px;
  }
  .cover-letter-form textarea {
    height: 150px;
    font-size: 14px;
  }
  .cover-letter-btns {
    margin-top: 30px;
  }
  .cover-letter-content {
    margin-top: 40px;
  }
  .cover-letter-form .form-btn {
    margin-top: 30px;
  }
  .skills-content .form-btn {
    margin-top: 30px;
  }

  /* Education CSS */

  .education-content {
    margin-top: 40px;
  }
  .education-form {
    padding: 30px 30px;
  }
  .education-form .form-fields label {
    font-size: 13px;
    width: 20%;
  }
  .education-form .form-fields input {
    width: 80%;
    height: 47px;
  }
  .education-form .year-fields select#start-year {
    width: 35%;
  }
  .education-form .year-fields select#end-year {
    width: 35%;
  }
  .education-form .year-fields label.for-to {
    width: 10%;
    height: 47px;
  }
  .education-form .form-fields select {
    height: 47px;
    font-size: 13px;
  }

  .education-form .form-fields textarea {
    width: 80%;
  }

  .education-form label.note-for-word {
    width: 80% !important;
  }
  .education-form .more-education-btn label {
    width: auto !important;
    position: absolute;
  }
  .education-form .more-education-btn {
    margin-bottom: 24px;
    margin-top: 24px;
    position: relative;
  }
  .education-form .form-fields {
    margin-bottom: 18px;
  }

  /* Skills CSS */

  .skills-form label {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .skills-form input {
    height: 47px;
  }
  .skills-form {
    padding: 30px 30px;
  }
  .skills-content {
    margin-top: 40px;
  }

  /* Work Experience CSS */

  .work-experience {
    margin-top: 40px;
  }
  .work-experience-form select {
    height: 47px;
    font-size: 13px;
  }
  .work-experience-form {
    padding: 30px 30px;
  }
  .work-experience-form label {
    width: 20%;
    font-size: 13px;
  }
  .work-experience-form .form-fields input {
    width: 80%;
    height: 47px;
    font-size: 14px !important;
    padding: 10px 10px !important;
  }
  .work-experience-form .year-fields label.for-to {
    width: 6%;
    height: 47px;
  }
  .work-experience-form .year-fields #start-year {
    width: 37%;
  }
  .work-experience-form #end-year {
    width: 37%;
  }
  .work-experience-form .form-fields {
    margin-bottom: 0px;
    margin-top: 22px !important;
  }
  .work-experience-form .form-btn {
    margin-top: 30px !important;
  }
  .work-experience-form textarea {
    width: 80%;
    height: 160px;
    font-size: 14px;
  }
  .work-experience-form label.note-for-word {
    width: 80% !important;
  }
  .work-experience-form .work-experience-btn {
    margin-bottom: 24px;
    margin-top: 24px;
    position: relative;
  }
  .work-experience-form .work-experience-btn label {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  /* Awards CSS */

  .award-content {
    margin-top: 40px;
  }
  .award-form .form-fields select {
    height: 47px;
    font-size: 13px;
  }
  .award-form .form-fields {
    margin-bottom: 18px;
  }
  .award-form {
    padding: 30px 30px;
  }
  .award-form .form-fields label {
    width: 20%;
    font-size: 13px;
  }
  .award-form .form-fields input {
    width: 80%;
    height: 47px;
  }
  .award-form .year-fields select#start-year {
    width: 35%;
  }
  .award-form .year-fields label.for-to {
    width: 10%;
    height: 47px;
  }
  .award-form .year-fields select#end-year {
    width: 35%;
  }
  .award-form .form-fields textarea {
    width: 80%;
  }
  .award-form .form-fields label.note-for-word {
    width: 80% !important;
  }
  .award-form .awards-btn {
    margin-bottom: 24px;
    margin-top: 24px;
    position: relative;
  }
  .award-form .awards-btn label {
    width: auto !important;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  /* User Mail Box */

  .messages-content-row h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .messages-content-main {
    background-color: #fff;
  }
  .search-contacts {
    padding: 15px 15px 15px 0px;
  }
  .inbox-search h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .search-contacts input#search-contact {
    height: 42px;
    font-size: 12px;
    padding: 0px 8px;
  }
  .messages-search-tabs {
    padding: 0px 15px 0px 0px;
  }
  .messages-search-tabs ul.nav-tabs button {
    font-size: 12px;
    padding: 4px 15px;
    width: 100% !important;
    text-align: left;
  }
  .messages-search-tabs ul.nav-tabs {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .messages-search-tabs ul.nav-tabs button:before {
    width: 5px;
    height: 5px;
    left: 4px;
  }
  .inbox-messages-content-main {
    padding: 15px 20px 15px 5px;
  }
  .inbox-messages-content-main h4.name {
    font-size: 13px;
  }
  .inbox-messages-content-main h4.name:before {
    width: 4px;
    height: 4px;
    top: 5px;
    left: -8px;
  }
  .inbox-messages-content-main p {
    font-size: 12px;
    line-height: 20px;
  }

  /* User Mail Box CSS */

  .name-date-conten {
    padding: 15px 5px 15px 20px;
  }
  .name-date-conten .col-md-6 .row > .col-md-3,
  .name-date-conten .col-md-6 .row > .col-md-9 {
    padding: 0px 0px;
  }
  .name-date-conten > .row {
    align-items: center;
  }
  .name-date-conten > .row > .col-md-6 {
    padding: 0px;
  }
  .name-date-conten .col-md-6 .row {
    gap: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .name-date-conten h2.user-name {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .name-date-conten p.email-id {
    font-size: 12px;
  }
  .name-date-conten p.time {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .user-message-box h3.user-name {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .user-message-box p {
    font-size: 12px;
    line-height: 20px;
  }
  .download-attachment-text h4 {
    font-size: 13px;
  }
  .download-attachment-text input {
    font-size: 12px;
  }
  .download-attachment .download-attachment-text {
    margin-bottom: 12px;
  }
  .download-attachment .attachment-btn a {
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    width: 100%;
    border-radius: 5px;
  }
  .user-description-box {
    padding: 16px 5px 16px 20px;
  }
  .user-description-box-content .bottom-btns {
    padding: 0px 15px;
    margin-bottom: 15px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 18px;
  }
  .bottom-btns .file-btns {
    width: 100%;
  }
  .messages-content-main .message_main {
    padding: 15px 15px;
    margin-top: 16px;
    width: 250px;
    border-radius: 6px;
  }
  .download-attachment .attachment-btn a label {
    line-height: 16px;
  }
  .messages-content-main .recieve_main .download-attachment {
    margin-bottom: 12px;
  }
  .download-attachment .attachment-btn {
    padding-top: 0px;
  }

  /* ============= Who We Are Page CSS ==================== */

  /* Inner Page Banner CSS */

  .inner-page-banner {
    padding: 70px 0px;
    margin-top: 100px;
  }
  .inner-banner-content h1.title {
    font-size: 42px;
  }

  /* Breadcrum CSS */

  .breadcrum {
    margin-top: 6px;
  }
  .breadcrum ul a {
    font-size: 16px;
  }
  .breadcrum ul label {
    font-size: 16px;
  }

  /* About Images CSS */

  .about-images-sec {
    padding-top: 40px;
  }

  /* About Content CSS */

  .about-content-sec {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .about-content-sec .about-content-main {
    max-width: unset;
    padding: 0px 15px;
  }
  .about-content-sec .about-content-main h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .about-content-sec .about-content-main p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  /* Contact Us Page CSS */

  .contact-us-sec {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .contact-us-sec .address-bar .contact-us-box {
    padding: 30px 20px;
  }
  .contact-us-sec .address-bar .contact-us-box p label,
  .contact-us-sec .address-bar .contact-us-box a label {
    font-size: 18px;
  }
  .contact-us-sec .address-bar .contact-us-box p img,
  .contact-us-sec .address-bar .contact-us-box a img {
    margin-bottom: 12px;
  }
  .contact-us-sec .contact-us-form {
    margin: 50px auto 0px;
  }
  .contact-us-sec .contact-us-form .form-field {
    margin-top: 20px;
  }
  .contact-us-sec .contact-us-form label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .contact-us-sec .contact-us-form input {
    height: 47px;
  }
  .contact-us-sec .contact-us-form .contact-us-btn {
    margin-top: 35px;
  }
  .contact-us-sec .contact-us-form .contact-us-btn input {
    font-size: 16px;
  }

  /* Post Jobs CSS */

  .post-job-form {
    padding: 30px 15px 30px;
  }
  .post-job-form input {
    height: 47px;
  }
  .post-job-form select {
    height: 47px;
  }
  .post-job-form .form-fields {
    margin-bottom: 20px;
  }
  .post-job-content label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .post-job-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .post-job-form textarea {
    height: 180px;
  }
  .offered-salary-main select#job_type {
    max-width: 122px;
    top: 32px;
    height: 46px;
    font-size: 12px;
  }
  .post-job-form form > .row .col-md-6:nth-child(5),
  .post-job-form form > .row .col-md-6:nth-child(6) {
    width: 100%;
  }
  .post-job-form .qulification-dates .for-to {
    height: 47px;
  }

  /* Key Responsibilities CSS */

  .key-responsibilities-content {
    margin-top: 40px;
  }
  .key-responsibilities-fields {
    padding: 30px 15px 30px;
  }
  .key-responsibilities-content textarea {
    height: 180px;
  }

  /* Qualification CSS */

  .qualification-content-main {
    margin-top: 40px;
  }
  .qualification-content-fields {
    padding: 30px 15px 30px;
  }
  .qualification-content-main textarea {
    height: 180px;
  }

  /* Prefered Skills CSS */

  .prefered-skills-content {
    margin-top: 40px;
  }
  .prefered-skills-fields {
    padding: 30px 15px 30px;
  }
  .prefered-skills-content textarea {
    height: 180px;
  }

  /* Benefits CSS */

  .benefits-content-main {
    margin-top: 40px;
  }
  .benefits-content-main textarea {
    height: 180px;
  }
  .benefits-content-fields {
    padding: 30px 15px 30px;
  }

  .post-job-skills {
    margin-top: 40px;
  }

  /* Inprogress job */
  .active-Inprogress-job-info h3 {
    font-size: 12px;
  }
  .active-Inprogress-job-info h4 label {
    font-size: 14px;
  }
  .active-Inprogress-job-info h4 {
    font-size: 14px;
  }
  .active-Inprogress-job-info h5 label {
    font-size: 14px;
  }
  .active-Inprogress-job-info h5 {
    font-size: 12px;
  }
  .Inprogress-job-palce-time ul li {
    gap: 5px;
    font-size: 13px;
    padding-right: 10px;
    margin-right: 0px;
  }
  .Inprogress-job-palce-time ul li img {
    width: 14px;
    font-size: 14px;
  }
  .Inprogress-job-palce-time ul {
    gap: 10px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 0px 15px;
    justify-content: flex-start;
  }
  .technician-job > .row {
    padding-bottom: 50px;
    margin-bottom: 22px;
  }
  .technician-job .view-profile-bt .reviews-main {
    right: 0px;
  }
  .technician-job .btn-view label.view-profile-btn {
    width: 100%;
  }
  .Inprogress-job-send-msg {
    padding-top: 0px;
  }
  .Inprogress-job-send-msg span {
    font-size: 13px;
  }
  .Inprogress-job-intro p {
    font-size: 14px;
    padding: 0px 15px;
  }
  .Inprogress-job-skills {
    gap: 5px;
    padding: 0px 15px;
    margin-top: 20px;
  }
  .Inprogress-job-info .row .col-10 {
    width: 100%;
  }
  .Inprogress-job-info .row {
    flex-direction: column;
  }
  .Inprogress-job-info .col-md-2 {
    width: 24%;
  }
  .col-12.col-md-5,
  .Inprogress-job-palce-time {
    width: 100%;
    margin-top: 10px;
  }
  .Inprogress-job-views-btn {
    margin-top: 10px;
  }
  /*.Inprogress-job-palce-time ul {
        margin-top: 10px;
    }*/
  .active-Inprogress-job-info .table-head {
    padding: 20px 10px;
  }
  .active-Inprogress-job-info .table-body {
    padding: 20px 10px;
  }
  /*.Inprogress-job-info .row {
        margin-bottom: 18px;
    }*/
  .Inprogress-job-info .row .col-6.col-md-12 {
    padding: 0px;
  }
  .Inprogress-job-views-btn .row {
    margin: 0px;
  }
  .active-Inprogress-job-row,
  .Inprogress-job-more-btn label {
    font-size: 13px;
    padding: 10px 10px;
  }
  .Inprogress-job-info-bg {
    padding: 0px 10px 10px 10px;
  }
  .Inprogress-job-info {
    padding: 20px 0px;
  }
  .message-send-bt {
    padding: 0px !important;
    justify-content: start;
  }
  .message-send-bt label.send-message-btn {
    padding: 10px 28px 10px 28px;
    font-size: 12px;
  }
  .Inprogress-job-send-message-btn {
    margin-top: 10px;
  }
  .mark-complete-bt label.mark-complete-btn {
    padding: 12px 30px 12px 30px;
    font-size: 12px;
  }
  .Inprogress-job-info .row {
    margin-bottom: 12px;
    position: relative;
  }
  .active-Inprogress-job-info h4 label span {
    font-size: 12px;
    margin-left: 3px;
  }
  .Inprogress-job-info > .row > .col-md-8 {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px;
  }
  .Inprogress-job-info > .row > .col-md-8 .user-image {
    width: 100%;
  }
  .Inprogress-job-info > .row > .col-md-8 .user-deta {
    width: 100%;
  }
  .Inprogress-job-info .row .col-md-4 {
    width: 38%;
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
  }
  .active-jobs-info .applied-job-info .col-md-8 {
    gap: 0px !important;
  }
  .applied-job-info .row {
    position: relative !important;
  }

  /* end Inprogress job */

  .view-profile-bt {
    padding: 0px !important;
    text-align: end;
    width: 100%;
  }
  .applied-job-views-btn {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .for-toggle-applied-info button.book-profile-btn {
    padding: 11.5px 26px;
    font-size: 12px !important;
    width: 100% !important;
  }
  .Inprogress-job-palce-time label {
    margin-bottom: 30px;
  }
  .view-profile-btn {
    padding: 12.5px 25px;
    font-size: 12px !important;
    width: 150px;
  }
  .applied-job-views-btn label.view-profile-btn {
    width: 100% !important;
  }
  .applied-job-views-btn .reviews-main {
    position: relative;
  }
  .job-mark-complete {
    position: absolute;
    bottom: 120px;
    right: 55px;
    margin-bottom: 0%;
    width: 150px;
  }
  .star-rating {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .star-rating p {
    width: 100%;
    text-align: center;
  }
  .send-msg a {
    width: 150px;
  }
  .company-inprogress-jobs .applied-job-info .col-md-4 {
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
  }

  /* Privacy Policy and Trem & Condition CSS */

  .content-sec {
    margin: 50px 0px;
  }
  .content-text h2 {
    font-size: 26px;
  }
  .content-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .content-sec .content-text {
    max-width: unset;
  }

  /* Find Associates Page CSS */

  .find-associate-banner .job-title-key-main {
    width: 50% !important;
    margin-bottom: 20px;
  }
  .city-for-icon {
    width: 50%;
    height: 70px;
    border-radius: 4px 0px 0px 4px;
  }
  .state_for-icon {
    width: 50%;
    border-radius: 0px 4px 4px 0px;
    height: 70px;
    margin-bottom: 20px;
  }
  .find-job-banner .job-searh-fields input.job-title-key {
    height: 70px;
    border-radius: 4px 0px 0px 4px;
  }
  .find-job-banner .job-searh-fields .job-title-key-main:before {
    top: 22px;
    left: 36px;
  }
  .job-searh-fields select#state_id {
    border-right: 0px;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
  }
  .state_for-icon:before {
    top: 22px;
    left: 24px;
  }
  .find-associate-banner .find-job-btn {
    width: 50%;
    height: 70px;
    border-radius: 0px 4px 4px 0px;
    justify-content: flex-end;
  }
  .find-job-btn a#submit_form {
    font-size: 14px;
    padding: 15px 33px;
    margin-right: 20px;
  }
  .find-associate-job-search .applied-job-views-btn label.view-profile-btn {
    width: 100%;
  }
  .find-associate-job-search .applied-job-views-btn .reviews-main {
    right: 0px;
  }
  .city-for-icon:before {
    top: 24px;
    left: 24px;
  }
  .job-searh-fields .row-second select {
    height: 52px;
    border-radius: 4px;
  }
  select.choose-industry {
    width: 33%;
  }
  .job-searh-fields .row-second select.job-type {
    width: 32% !important;
  }
  .job-searh-fields .row-second select.job-salary {
    width: 33% !important;
  }
  .job-searh-fields .row-second select.job-experience {
    width: 33% !important;
    margin-top: 20px;
  }
  .associate-str-end {
    width: 66%;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 20px;
  }
  .associate-str-end input {
    height: 52px;
    border-radius: 4px;
    width: 45%;
  }
  .associate-str-end label {
    width: 10%;
    text-align: center;
  }
  .find-job-banner h3 {
    font-size: 36px;
    letter-spacing: -1px;
  }
  .find-job-banner p {
    font-size: 16px;
  }
  .find-job-banner .job-search-head {
    margin-bottom: 20px;
  }
  .find-job-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .job-search-sort p.pull-left {
    font-size: 14px;
  }
  .job-search-sort select#sort_select {
    font-size: 14px;
    height: 50px;
  }
  .job-search-sort {
    margin-bottom: 30px;
  }
  .find-associate-job-search .user-image img {
    width: 125px;
    height: 125px;
  }
  .find-job-info h5 {
    font-size: 20px;
  }
  .find-associate-job-search ul.list-unstyled {
    position: unset;
    padding: 0px !important;
  }
  .find-associate-job-search ul.list-unstyled li {
    padding: 0px 15px;
    width: auto;
  }
  .find-associate-job-search ul.list-unstyled li:first-child {
    padding-left: 0px;
  }
  .job-search-result {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .find-job-info ul.list-unstyled {
    justify-content: flex-start;
    gap: 7px;
  }
  .find-job-info ul.list-unstyled li {
    justify-content: flex-start;
  }
  .applied-job-info.find-job-info span.border-right {
    width: 2px;
  }

  /* Find Job Page CSS */

  .find-job-banner .job-searh-fields .job-title-key-main {
    width: 50%;
    margin-bottom: 20px;
  }
  .find-job-btn {
    width: 50%;
    height: 70px;
    border-radius: 0px 4px 4px 0px;
    justify-content: flex-end;
  }
  .job-searh-fields .row-second select.job-qualification {
    width: 66%;
    margin-top: 20px;
  }
  .job-searh-fields .row-second {
    margin-top: 20px;
  }

  .find-associate-job-search ul li.with-icon {
    width: auto;
  }

  /* Find Associates Hire Now Page CSS */

  .hirenow-location {
    width: 100% !important;
  }
  .apply-now-profile-banner .associates-user-content img {
    width: 120px !important;
    height: 120px !important;
  }
  .apply-now-profile-banner .associates-user-content ul img {
    height: auto !important;
    width: auto !important;
  }
  .associates-user-content h2 {
    margin-top: 18px;
    font-size: 26px;
  }
  .associates-user-content label {
    font-size: 16px;
    margin-top: 12px;
  }
  .associates-user-content a {
    font-size: 14px !important;
  }
  .associates-user-content ul label {
    font-size: 15px;
  }
  .associates-user-content ul {
    margin: 20px 0px 0px 0px;
  }
  .apply-now-profile-banner {
    padding: 50px 0px;
  }
  .apply-now-form-sec {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .apply-now-form-main label {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
  .apply-now-form-main input {
    height: 47px !important;
  }
  .apply-now-form-main select {
    height: 47px !important;
  }
  .apply-now-form-main .form-field {
    margin-bottom: 20px !important;
  }
  .apply-now-form-main select {
    height: 47px;
  }
  .choose-file-btn-main .choose-file-btn {
    height: 47px !important;
    margin-bottom: 0px !important;
  }

  .hire-calender .fc-view-harness.fc-view-harness-active {
    width: 1000px;
  }
  .hire-calender div#calendar {
    overflow: scroll;
  }
  label.available-tag {
    margin: 18px auto 16px;
    max-width: 464px;
  }
  .apply-now-form-main {
    max-width: 100%;
    padding: 0px 15px;
    margin: 18px auto 0px;
  }
  .hire-calender {
    width: 100% !important;
    padding: 0px 15px;
  }

  /* Find Associates Hire Now detail Page CSS */

  .associates-data-main > .row .col-md-3 {
    width: 36% !important;
  }
  .associates-data-main > .row .col-md-9 {
    width: 64% !important;
    padding-left: 15px;
  }
  .job-details-main .job-details-list li h5 label {
    font-size: 14px !important;
  }
  .job-details-main {
    padding: 30px 24px 30px !important;
  }
  .job-details-main .job-details-list li h5 span {
    font-size: 12px !important;
  }
  .job-details-main .job-details-list li {
    margin-bottom: 20px !important;
  }
  .job-details-main .job-details-list li:last-child {
    margin-bottom: 0px !important;
  }
  .associates-data-main .associates-social-profile li:last-child {
    padding: 0px;
    margin-bottom: 0px !important;
  }
  .company-profile-data {
    padding: 30px 24px 30px !important;
    margin-top: 16px !important;
  }
  .associates-data-main .associates-social-profile h4 {
    font-size: 15px !important;
    margin-bottom: 16px !important;
  }
  .job-skills {
    padding: 30px 24px 30px !important;
    margin-top: 16px !important;
  }
  .job-skills h4 {
    font-size: 15px !important;
    margin-bottom: 16px;
  }
  .job-skills ul label {
    font-size: 12px !important;
    padding: 6px 12px !important;
  }
  .job-skills ul {
    gap: 5px !important;
  }
  .associates-user-contact {
    padding: 30px 24px 30px !important;
    margin-top: 16px !important;
  }
  .associates-user-contact h5 {
    margin-bottom: 16px !important;
    font-size: 15px !important;
  }
  .associates-user-contact input {
    height: 43px;
    font-size: 12px;
    padding: 8px 12px;
  }
  .associates-user-contact .form-field {
    margin-bottom: 12px;
  }
  .associates-user-contact textarea {
    height: 80px !important;
    padding: 12px 12px;
    font-size: 12px !important;
  }
  .associates-user-contact button {
    font-size: 13px !important;
    padding: 12px 16px !important;
    margin-top: 20px !important;
  }
  .associates-data-main h2 {
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }
  .associates-data-main .about-candidate p {
    font-size: 14px !important;
    line-height: 24px;
  }
  .associates-data-main .about-candidate h2 {
    margin-bottom: 10px !important;
  }
  .associates-data-main h3 {
    font-size: 16px !important;
    margin-right: 10px !important;
  }
  .associates-data-main label {
    font-size: 14px !important;
  }
  .associates-data-main .for-style {
    margin-top: 4px;
  }
  .associates-data-main p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-top: 16px !important;
  }
  .associates-data-main ul.education-list li {
    padding: 0px 0px 40px 40px !important;
  }
  .associates-data-main ul.education-list li:last-child {
    padding-bottom: 0px !important;
  }
  .associates-data-main ul li:before {
    max-width: 22px !important;
    background-position: 0px 5px !important;
  }
  .associates-data-main ul.work-experience-list li {
    padding: 0px 0px 40px 40px !important;
  }
  .associates-data-main ul.work-experience-list li {
    padding-bottom: 0px !important;
  }
  .associates-data-main ul.awards-list li {
    padding: 0px 0px 40px 40px !important;
  }
  .associates-data-main ul.awards-list li:last-child {
    padding-bottom: 0px !important;
  }
  .reviews-content .reviews-top-row .star-rating-main {
    margin-left: 12px;
  }
  .reviews-content h3 {
    font-size: 20px !important;
  }
  .reviews-content .user-name-image {
    gap: 18px !important;
  }
  .reviews-content h4 {
    font-size: 16px !important;
    margin-bottom: 4px !important;
  }
  .reviews-content label {
    font-size: 12px !important;
  }
  .reviews-content .reviews-bottom-row .star-rating p {
    font-size: 12px !important;
    margin-top: 0px !important;
  }
  .reviews-content .reviews-description {
    margin-top: 12px !important;
  }
  .reviews-content .reviews-description p {
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 0px 15px 0px 100px !important;
    margin-top: 0px !important;
  }
  .associates-data-main .for-btm-gap {
    margin-top: 60px !important;
  }
  .associates-job-details {
    margin-top: 60px !important;
  }
  .associates-data-main {
    padding-bottom: 60px !important;
  }

  /* Course Content Detail CSS */

  .course-content-detail {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .course-content-detail p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
  }
  .course-deatil-main ul li {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .course-deatil-main ul {
    margin-bottom: 20px !important;
  }

  /* Course Content Listing CSS */

  .course-content-main .col-md-4 {
    flex: 0 0 auto;
    width: 50%;
  }
  .course-content-main h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    margin-bottom: 12px !important;
    min-height: 60px !important;
  }
  .course-content-main p {
    margin-bottom: 12px !important;
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .course-content-main a {
    font-size: 15px !important;
    line-height: 18px !important;
    padding: 16px 32px !important;
    margin-top: 30px !important;
  }
  .course-content-sec {
    margin-top: 60px !important;
    margin-bottom: 28px !important;
  }

  /* Lab skilld CSS */

  .lab-skills-top-content p {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .lab-skills-top-content h2 {
    font-size: 22px !important;
    line-height: 28.76px !important;
  }
  .lab-skills-address-bar {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  section.lab-skills-sec {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  tr.table-head td {
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 14px 20px !important;
  }
  .table-cels-main td {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 14px 20px !important;
  }
  td.apply-cel button {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .lab-skills-contact span {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .email-col a label {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .lab-skills-contact {
    margin-top: 60px !important;
  }
  .lab-skills-contact a {
    padding: 24px 32px !important;
    min-height: 162px !important;
  }
  .email-col a {
    padding: 40px 32px !important;
  }

  /* Lab Skills Popup CSS */

  .lab-skills-popup-content .modal-body {
    padding: 30px 10px 30px 10px !important;
  }
  .lab-apply-online h2 {
    font-size: 22px !important;
    line-height: 30.32px !important;
  }
  .lab-skills-popup-content .modal-header button.btn-close {
    padding: 7px 7px !important;
    top: 12px !important;
    right: 12px !important;
    font-size: 18px !important;
  }
  .lab-apply-online label {
    font-size: 14px !important;
    line-height: 18.16px !important;
    margin-bottom: 12px !important;
  }
  .lab-apply-online input {
    height: 47px !important;
    font-size: 14px !important;
  }
  .lab-apply-online .form-field {
    margin-bottom: 12px !important;
  }
  .lab-apply-online textarea {
    font-size: 14px !important;
    height: 120px !important;
  }
  .lab-skills-popup-content {
    --bs-modal-width: 500px !important;
  }

  /* Reveiws CSS */

  .company-reviews-main form {
    padding: 20px 20px !important;
  }
  .company-reviews-main h2 {
    font-size: 22px !important;
    margin-bottom: 12px !important;
  }
  .company-reviews-main .reviews-rating label {
    font-size: 16px !important;
    margin-bottom: 12px !important;
  }
  .company-reviews-main .reviews-rating {
    margin-bottom: 24px !important;
  }
  .company-reviews-main .form-field label {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
  .company-reviews-main .form-field textarea {
    height: 120px !important;
  }
  .company-reviews-main .company-form-btns button {
    font-size: 14px !important;
    padding: 6px 42px !important;
  }
  .company-reviews-main .company-form-btns {
    margin-top: 24px !important;
  }

  .login-sec h2 {
    font-size: 42px;
  }
  .login-sec .wdDown label {
    font-size: 14px;
    margin-bottom: 8px;
    padding: 0px 0px;
  }
  .login-sec .wdDown input {
    height: 47px;
  }
  .login-sec .wdDown .form-group.row {
    margin-bottom: 20px;
  }
  .login-sec .wdDown button {
    font-size: 15px;
  }
  .login-sec .wdDown .col-md-6 {
    padding: 0px 0px !important;
  }

  .job-description-main {
    padding-top: 51px !important;
    padding-bottom: 70px !important;
  }
  .job-description-main > .row > .col-md-9 {
    padding-right: 25px !important;
    width: 60% !important;
  }
  .job-description-main > .row > .col-md-3 {
    width: 40% !important;
  }
  .job-description-main h3 {
    margin-bottom: 8px !important;
    font-size: 20px !important;
  }
  .job-description-main p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .job-description-main .bottom-gap {
    margin-bottom: 35px !important;
  }
  .job-details-main h4 {
    font-size: 20px !important;
    margin-bottom: 14px !important;
  }
  .company-profile-data .profiler-name h5 {
    font-size: 18px !important;
  }
  .company-profile-data .profiler-name a {
    font-size: 13px !important;
  }
  .company-profile-data .profiler-name {
    gap: 8px !important;
  }
  .company-profile-data ul li h4 {
    font-size: 14px !important;
  }
  .company-profile-data ul li label {
    font-size: 13px !important;
  }
  .company-profile-data ul li:last-child {
    margin-bottom: 0px !important;
  }
  .lab-content .technician-data label {
    font-size: 12px !important;
  }
  .technician-data li {
    padding: 0px 0px !important;
    gap: 6px !important;
    border: 0px !important;
  }
  .technician-data li:first-child {
    padding-left: 0px !important;
  }
  .lab-content .technician-name h2 {
    font-size: 22px !important;
  }
  .lab-content .technician-data {
    margin-top: 16px !important;
  }
  .apply-now-btn a {
    font-size: 14px !important;
    padding: 14px 40px !important;
  }
  .apply-now-btn {
    width: auto !important;
  }
  .apply-now-content > .row > .col-md-4 {
    display: flex !important;
    justify-content: flex-end !important;
  }
  .lab-content .technician-data {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .container {
    max-width: 100% !important;
  }
  .container-fluid {
    padding: 0px !important;
  }
  .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  /* Header CSS */

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .header-main .col-md-4 .mbl-btn button.navbar-toggler,
  .header .header-main .col-md-3 .mbl-btn button.navbar-toggler {
    color: #4c102a;
    font-size: 25px;
    padding: 6px 9px;
    border: 1px solid #4c102a;
    border-radius: 4px;
  }
  .header .header-main .col-md-4 .logo img {
    width: 100%;
    height: auto;
    max-width: 200px;
  }
  .header .header-main ul li.nav-item a label {
    font-size: 12px;
  }
  .logo a {
    display: block;
  }
  /*.header .header-main ul li.nav-item a img {
        width: 50px;
        height: 50px;
    }*/
  /*.who-we-are-img img {
        margin-bottom: 10px;
        width: 40px !important;
        height: 40px !important;
    }*/
  /*.hd-profile-img img {
        width: 40px !important;
        height: 40px !important;
    }*/
  /*.hd-profile-img a.nav-link {
        gap: 5px;
    }*/
  .header .header-main ul {
    gap: 30px;
  }
  .hd-profile-img .dropdown-menu {
    /*        transform: translate3d(-65px, 80px, 0px) !important;*/
  }
  .hd-profile-img .dropdown-menu a {
    font-size: 14px;
  }

  /* Login Page CSS */

  .login-sec .login-content .login-tab button {
    font-size: 14px;
    height: 47px;
    padding: 0px 0px;
  }
  .login-sec {
    margin-top: 182px;
    margin-bottom: 60px;
    padding: 0px 15px;
  }
  .login-sec .login-content .login-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .login-sec .login-content h2 {
    font-size: 42px;
  }
  .login-sec .login-content .login-title p {
    font-size: 14px;
  }
  .login-sec
    .login-content
    .tab-content
    .login-tab-content-row
    .form-group
    label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .login-sec
    .login-content
    .tab-content
    .login-tab-content-row
    .form-group
    input {
    height: 47px;
  }
  .login-sec .login-content .tab-content .login-tab-content-row .form-group {
    margin-top: 20px;
  }
  .login-sec
    .login-content
    .tab-content
    .login-tab-content-row
    .form-group
    .forgot-passwrd
    a.forgot-passwrd-btn {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .login-sec .login-content .tab-content .login-tab-content-row .radio-btn {
    margin-bottom: 20px;
    gap: 8px;
  }
  .login-sec
    .login-content
    .tab-content
    .login-tab-content-row
    .radio-btn
    label {
    margin-bottom: 0px;
  }
  .login-sec
    .login-content
    .tab-content
    .login-tab-content-row
    form
    button.form-submit-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .login-sec .login-content .tab-content p.registeration-btn {
    font-size: 14px;
    margin-top: 20px;
  }
  .login-sec .login-content .tab-content p.registeration-btn a {
    margin-left: 3px;
  }
  .login-sec .login-content .login-with h3 {
    font-size: 12px;
  }
  .login-sec .login-content .login-with h3:before {
    width: 32%;
    margin-top: 2%;
  }
  .login-sec .login-content .login-with h3:after {
    width: 32%;
    margin-top: 2%;
  }
  .login-sec .login-content .login-with {
    margin-top: 25px;
  }

  /* FOOTER CsS */

  .footer .footer-col-one .footer-icons {
    margin-top: 30px;
  }
  .footer .footer-col-one .footer-logo a {
    display: block;
  }
  .footer .footer-col-one .footer-logo a img {
    width: 100%;
    max-width: 200px;
  }
  .footer .footer-col-one .footer-icons ul li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .footer .footer-col-one .footer-icons ul {
    gap: 12px;
  }
  .footer .footer-col-two .top-nav ul {
    gap: 0px;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer-col-two .bottom-about {
    max-width: 100%;
    margin: 30px auto 0;
  }
  .footer .footer-col-two,
  .footer .footer-col-thre {
    margin-top: 10px;
  }
  .footer .footer-col-two .bottom-about h3 {
    font-size: 16px;
  }
  .footer .footer-col-two .bottom-about p {
    font-size: 14px;
    line-height: 22px;
  }
  .footer .footer-col-thre {
    max-width: 100%;
  }
  .footer .footer-col-thre .form-Subscribe-row label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer .footer-col-thre .form-Subscribe-row .form-group input {
    height: 47px;
    font-size: 14px;
  }
  .footer
    .footer-col-thre
    .form-Subscribe-row
    .form-group
    button.form-submit-btn {
    width: 47px;
  }
  .footer .footer-col-thre .tel-num {
    margin-top: 20px;
  }
  .footer .footer-col-thre .tel-num a {
    font-size: 16px;
  }
  .footer .footer-copyright p {
    font-size: 12px;
  }
  .footer .footer-copyright p a {
    font-size: 14px;
  }
  .footer .footer-main {
    margin-bottom: 40px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer .footer-col-two .top-nav ul li a {
    font-size: 14px;
  }

  /* Dashboard Header CSS */

  .dashboard-header .logo {
    padding-left: 0%;
  }
  .dashboard-header {
    z-index: 99;
  }
  .dashboard-main {
    margin-top: 139px;
  }
  .dashboard {
    margin-bottom: 60px;
    margin-top: 0px;
  }

  /* SideBar CSS */

  .dashboard-main .sidebar {
    padding: 25px 0px 25px 25px;
    border-radius: 6px 6px 0px 0px;
    top: 145px;
  }
  .dashboard-main .sidebar .user-profile-dsktop img {
    margin-bottom: 15px;
    width: 100%;
    max-width: 120px;
  }
  .dashboard-main .sidebar .navbar-collapse .nav-tabs button label {
    margin-left: 6px;
  }
  .dashboard-main .sidebar .navbar-collapse .nav-tabs button {
    padding: 12px 20px !important;
    font-size: 16px !important;
  }
  .sidebar .job-nav-dropdown-main ul.dropdown-menu li button.nav-link {
    padding: 6px 0px !important;
    font-size: 14px !important;
  }
  .dashboard-main .sidebar .user-profile-dsktop {
    margin-bottom: 25px;
  }
  .dashboard-main .sidebar .user-profile-dsktop h3 {
    font-size: 20px;
  }
  .job-nav-dropdown-main h2 {
    font-size: 16px;
    padding: 12px 20px;
  }
  .job-nav-dropdown-main ul.dropdown-menu {
    padding-left: 47px;
    min-width: auto;
  }
  .sidebar .job-nav-dropdown-main ul.dropdown-menu li button.active {
    padding-left: 22px !important;
  }
  .job-nav-dropdown-main ul.dropdown-menu a {
    font-size: 13px;
  }
  .job-nav-dropdown-main ul.dropdown-menu a.active {
    padding-left: 15px;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    h2 {
    font-size: 16px;
    padding: 12px 20px;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    ul.dropdown-menu {
    padding: 0px 0px 0px 50px;
    min-width: auto;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    ul.dropdown-menu
    a {
    font-size: 14px;
    padding: 6px 0px;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    ul.dropdown-menu
    a.active {
    padding-left: 15px;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    ul.dropdown-menu
    a:before {
    top: 12px;
  }

  /* My Profile CSS */

  .my-profile-content-row {
    margin-left: 0px;
  }
  .my-profile-content-row h2 {
    font-size: 22px !important;
    margin-bottom: 18px !important;
  }
  .my-profile-content-row .available_calender div#calendar {
    overflow: scroll;
  }
  .my-profile-content-row
    .available_calender
    div#calendar
    .fc-view-harness.fc-view-harness-active {
    width: 1000px;
  }
  .my-profile-content-row .profile-data-content {
    padding: 30px 30px;
  }
  .my-profile-content-row .user-title-img img {
    width: 100%;
    max-width: 120px;
    height: auto;
  }
  .my-profile-content-row .user-title-img .upload-file-btn .upload-file {
    font-size: 14px;
    padding: 12px 30px;
  }
  .my-profile-content-row .user-title-img .delete-file {
    font-size: 14px;
  }
  .profile-data-content .user-profile-form .form-fields label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .profile-data-content .user-profile-form .form-fields {
    margin-top: 22px;
  }
  .profile-data-content .user-profile-form .form-fields input {
    height: 47px;
    font-size: 14px;
  }
  .profile-data-content .user-profile-form .form-fields select {
    height: 47px;
    font-size: 14px;
  }
  .profile-data-content .user-profile-form .form-fields textarea {
    height: 180px;
    font-size: 14px;
  }
  .profile-data-content .user-profile-form .form-fields p {
    margin: 0px;
  }
  .my-profile-content-row .save-btn {
    font-size: 14px;
    padding: 12px 35px;
  }
  .my-profile-content-row .edit-btn {
    font-size: 14px;
    padding: 12px 35px;
  }
  .profile-data-content .user-profile-form .form-btn {
    margin-top: 40px !important;
  }
  .my-profile-content-row .user-title-img .edit-file {
    padding: 12px 12px;
  }

  /* Social media CSS */

  .social-links {
    margin-top: 30px;
  }
  .social-links-fields {
    padding: 30px 30px 30px;
  }
  .social-links-fields .fields-row {
    margin-top: 20px;
  }
  .social-links-fields .fields-row input {
    height: 47px;
    font-size: 14px;
  }
  .social-links-fields .fields-row label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .add-more-links .add-more-btn {
    padding: 12px 18px;
    font-size: 14px;
  }
  .add-more-links {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .social-links-fields .fields-row p {
    margin: 0px !important;
  }
  .social-edit-btn label,
  .address-location-btn label,
  .attachment-btn label,
  .cover-letter-btn label,
  .work-experiences-btn label {
    padding: 12px 12px !important;
  }
  .dashboard-tabs-content .mt-5 {
    margin: 0px !important;
  }
  .dashboard-tabs-content #work-experience-content .form-btn {
    margin-top: 40px !important;
  }

  /* Address and Location CSS */

  .address-location {
    margin-top: 30px;
  }
  .address-location-row.address-location-row {
    padding: 30px 30px 30px;
  }
  .address-location label {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .address-location input {
    height: 47px;
    font-size: 14px;
  }
  .address-location select {
    height: 47px;
    font-size: 14px;
  }
  .address-location .address-location-main {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .map-fram {
    margin: 24px 0px 24px;
  }
  .address-location .address-location-main p {
    margin: 0px;
  }
  .address-location-row > .row > div {
    padding: 0px;
  }
  .address-location-row > .row {
    justify-content: space-between;
  }
  .address-location-row > .row > div {
    padding: 0px;
  }
  .address-location-row > .row > .col-md-3 {
    width: 49%;
  }
  .address-location-row .file-save-btn {
    margin-top: 40px;
  }
  .social-links-fields .file-save-btn {
    margin-top: 40px;
  }
  .hire-calender .fc-view-harness.fc-view-harness-active {
    width: 1000px;
  }
  .hire-calender div#calendar {
    overflow: scroll;
  }
  label.available-tag {
    margin: 18px auto 16px;
    max-width: 464px;
  }
  .apply-now-form-main {
    max-width: 100%;
    padding: 0px 15px;
    margin: 18px auto 0px;
  }
  .hire-calender {
    width: 100% !important;
    padding: 0px 15px;
  }

  /* Jobs Nav Dropdown CSS */

  button#jobs-nav h2.job-nav-btn {
    font-size: 16px;
    padding: 12px 20px;
  }
  button#jobs-nav ul.dropdown-menu {
    padding-left: 20px;
    min-width: 100%;
  }
  button#jobs-nav ul.dropdown-menu a {
    font-size: 14px;
    display: block;
  }
  button#jobs-nav ul.dropdown-menu li {
    display: inline-block;
  }
  button#jobs-nav ul.dropdown-menu a.active:before {
    margin-left: -18px;
  }

  /* Inprogress Jobs CSS */

  .inprogress-content {
    padding: 20px 20px 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .dashboard-tabs-content {
    margin-left: 0px;
  }
  .inprogress-content .user-id-image {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .inprogress-content .time-amount {
    justify-content: flex-end;
  }
  .inprogress-content .col-md-1 {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .inprogress-content .row {
    justify-content: space-between;
  }
  .country {
    flex-direction: column-reverse;
    align-items: flex-end;
    width: 100%;
  }
  .inprogress-content h3 {
    font-size: 18px !important;
    margin-bottom: 8px;
  }
  .inprogress-content h4 {
    font-size: 14px;
  }
  .inprogress-nav-content-row h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .offered-jobs-content .edit-delete a {
    font-size: 14px;
    padding: 10px 5px;
  }
  .tacnition-inprogress-jobs .edit-delete a {
    padding: 12px 22px;
    font-size: 14px;
  }
  .tacnician-offered-job .edit-delete a {
    font-size: 14px;
    padding: 12px 22px;
  }

  /* Active Jobs CSS */

  .active-jobs-info .table-head {
    padding: 20px 10px;
  }
  .active-jobs-info h3 {
    font-size: 14px;
  }
  .active-jobs-info .table-body-main {
    padding: 20px 10px 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .active-jobs-info h4 {
    font-size: 12px;
  }
  .active-jobs-info h4 label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .company-inprogress-jobs .applied-job-info .col-md-4 {
    flex-direction: column;
    justify-content: flex-start;
  }
  .send-msg a {
    width: 159px;
  }
  .job-mark-complete {
    position: absolute;
    bottom: 105px;
    right: 57px;
  }
  .job-mark-complete a {
    width: 159px;
    padding: 13.5px 11px;
  }

  /* Home Banner CSS */

  .banner-content h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .banner-content p {
    font-size: 16px;
  }
  .banner-btn {
    margin-top: 30px;
  }
  .banner-btn ul {
    gap: 10px;
  }
  .banner-btn ul li a {
    font-size: 15px;
    width: 223px;
    height: 60px;
    padding: 12px 14px;
    border-radius: 6px;
  }
  .banner-btn img {
    padding: 8px 8px;
  }
  .banner-content {
    padding-top: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  /* Account Settings CSS */

  .account-settings-content-row input {
    height: 47px;
  }
  .account-settings-content-row label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .account-settings-content-row .form-fields {
    margin-bottom: 20px;
  }
  .account-settings-content-row .form-fields-row {
    padding: 30px 30px 10px;
  }
  .account-settings-content-row h2 {
    margin-bottom: 18px;
    font-size: 20px;
  }

  /* Resume Attachment CSS */

  .resume-content-row h2 {
    margin-bottom: 18px;
    font-size: 22px;
  }
  .resume-attachment-content label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .resume-attachment-content input {
    height: 47px;
    font-size: 14px;
  }
  .resume-attachment-content .form-fields {
    margin-bottom: 0px;
  }
  .resume-attachment-content .attachment-form {
    padding: 30px 30px;
  }
  .social-edit-btn,
  .address-location-btn,
  .attachment-btn,
  .cover-letter-btn,
  .work-experiences-btn {
    text-align: end;
    padding-top: 0px;
  }
  .upload-file-main label {
    margin-top: 30px;
    width: 134px;
    height: 50px;
  }
  .resume-attachment-content .form-fields input#image {
    padding: 12px 12px 12px 48px;
    height: 50px;
  }
  .upload-file-main label i {
    margin-right: 8px;
    margin-top: 2px;
  }
  .upload-file-main label.file-messege {
    font-size: 14px;
  }
  .form-btn .save-btn {
    font-size: 14px !important;
    padding: 10px 45px;
  }
  a.view-cvs,
  a.removeCvTrigger {
    font-size: 14px !important;
  }

  /* Cover Letter CSS */

  .cover-letter-form label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .cover-letter-content .cover-letter-form {
    padding: 30px 30px;
  }
  .cover-letter-form textarea {
    height: 150px;
    font-size: 14px !important;
  }
  .cover-letter-btns {
    margin-top: 30px;
  }
  .cover-letter-content {
    margin-top: 40px;
  }
  .course-content-box {
    min-height: 410px !important;
  }

  /* Education CSS */

  .education-content {
    margin-top: 40px;
  }
  .education-form {
    padding: 30px 30px;
  }
  .education-form .form-fields label {
    font-size: 14px;
    width: 20%;
  }
  .education-form .form-fields input {
    width: 80%;
    height: 47px;
  }
  .education-form .year-fields select#start-year {
    width: 35%;
  }
  .education-form .year-fields select#end-year {
    width: 35%;
  }
  .education-form .year-fields label.for-to {
    width: 10%;
    height: 47px;
  }
  .education-form .form-fields select {
    height: 47px;
    font-size: 14px;
  }

  .education-form .form-fields textarea {
    width: 80%;
  }

  .education-form label.note-for-word {
    width: 80% !important;
  }
  .education-form .more-education-btn label {
    width: auto !important;
    position: absolute;
  }
  .education-form .more-education-btn {
    margin-bottom: 24px;
    margin-top: 24px;
    position: relative;
  }
  .education-form .form-fields {
    margin-bottom: 18px;
  }

  /* Skills CSS */

  .skills-form label {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .skills-form input {
    height: 47px;
  }
  .skills-form {
    padding: 30px 30px;
  }
  .skills-content {
    margin-top: 40px;
  }
  .skills-content .form-btn {
    margin-top: 22px;
  }

  /* Work Experience CSS */

  .work-experience {
    margin-top: 40px;
  }
  .work-experience-form select {
    height: 47px;
    font-size: 14px;
  }
  .work-experience-form {
    padding: 30px 30px;
  }
  .work-experience-form label {
    width: 20%;
    font-size: 14px;
  }
  .work-experience-form .form-fields input {
    width: 80%;
    height: 47px;
    font-size: 14px;
  }
  .work-experience-form .year-fields label.for-to {
    width: 6%;
    height: 47px;
  }
  .work-experience-form .year-fields #start-year {
    width: 37%;
  }
  .work-experience-form #end-year {
    width: 37%;
  }
  .work-experience-form .form-fields {
    margin-bottom: 0px;
    margin-top: 22px !important;
  }
  .work-experience-form textarea {
    width: 80%;
    font-size: 14px;
    height: 150px;
  }
  .work-experience-form label.note-for-word {
    width: 80% !important;
  }
  .work-experience-form .work-experience-btn {
    margin-bottom: 24px;
    margin-top: 24px;
    position: relative;
  }
  .work-experience-form .work-experience-btn label {
    position: absolute;
    top: 0px;
    left: 0px;
  }

  /* Awards CSS */

  .award-content {
    margin-top: 40px;
  }
  .award-form .form-fields select {
    height: 47px;
    font-size: 14px;
  }
  .award-form .form-fields {
    margin-bottom: 18px;
  }
  .award-form {
    padding: 30px 30px;
  }
  .award-form .form-fields label {
    width: 20%;
    font-size: 14px;
  }
  .award-form .form-fields input {
    width: 80%;
    height: 47px;
  }
  .award-form .year-fields select#start-year {
    width: 35%;
  }
  .award-form .year-fields label.for-to {
    width: 10%;
    height: 47px;
  }
  .award-form .year-fields select#end-year {
    width: 35%;
  }
  .award-form .form-fields textarea {
    width: 80%;
  }
  .award-form .form-fields label.note-for-word {
    width: 80% !important;
  }
  .award-form .awards-btn {
    margin-bottom: 24px;
    margin-top: 24px;
    position: relative;
  }
  .award-form .awards-btn label {
    width: auto !important;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  /* User Mail Box */

  .messages-content-row h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .messages-content-main {
    background-color: #fff;
  }
  .search-contacts {
    padding: 15px 15px 15px 0px;
  }
  .inbox-search h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .search-contacts input#search-contact {
    height: 42px;
    font-size: 12px;
    padding: 0px 8px;
  }
  .messages-search-tabs {
    padding: 0px 15px 0px 0px;
  }
  .messages-search-tabs ul.nav-tabs button {
    font-size: 12px;
    padding: 4px 15px;
    width: 100% !important;
    text-align: left;
  }
  .messages-search-tabs ul.nav-tabs {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .messages-search-tabs ul.nav-tabs button:before {
    width: 5px;
    height: 5px;
    left: 4px;
  }
  .inbox-messages-content-main {
    padding: 15px 20px 15px 5px;
  }
  .inbox-messages-content-main h4.name {
    font-size: 13px;
  }
  .inbox-messages-content-main h4.name:before {
    width: 4px;
    height: 4px;
    top: 5px;
    left: -8px;
  }
  .inbox-messages-content-main p {
    font-size: 12px;
    line-height: 20px;
  }

  /* User Mail Box CSS */

  .name-date-conten {
    padding: 15px 5px 15px 20px;
  }
  .name-date-conten .col-md-6 .row > .col-md-3,
  .name-date-conten .col-md-6 .row > .col-md-9 {
    padding: 0px 0px;
  }
  .name-date-conten > .row {
    align-items: center;
  }
  .name-date-conten > .row > .col-md-6 {
    padding: 0px;
  }
  .name-date-conten .col-md-6 .row {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .name-date-conten h2.user-name {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .name-date-conten p.email-id {
    font-size: 12px;
  }
  .name-date-conten p.time {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .user-message-box h3.user-name {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .user-message-box p {
    font-size: 12px;
    line-height: 20px;
  }
  .download-attachment {
    margin-bottom: 12px !important;
  }
  .download-attachment-text h4 {
    font-size: 13px;
  }
  .download-attachment-text input {
    font-size: 12px;
  }
  .download-attachment .download-attachment-text {
    margin-bottom: 12px;
  }
  .download-attachment .attachment-btn a {
    padding: 10px 10px 10px 10px;
    font-size: 12px;
  }
  .user-description-box {
    padding: 16px 5px 16px 20px;
  }
  .user-description-box-content .bottom-btns {
    padding: 0px 15px;
    margin-bottom: 15px;
  }
  .bottom-btns .file-btns input#file {
    width: 100%;
  }
  .download-attachment .attachment-btn a label {
    line-height: 16px;
  }
  .messages-content-main .message_main {
    width: 320px;
    padding: 15px 15px;
    margin-top: 20px;
    border-radius: 8px;
  }

  /* ============= Who We Are Page CSS ==================== */

  /* Inner Page Banner CSS */

  .inner-page-banner {
    padding: 70px 0px;
  }
  .inner-banner-content h1.title {
    font-size: 42px;
  }

  /* Breadcrum CSS */

  .breadcrum {
    margin-top: 6px;
  }
  .breadcrum ul a {
    font-size: 16px;
  }
  .breadcrum ul label {
    font-size: 16px;
  }

  /* About Images CSS */

  .about-images-sec {
    padding-top: 40px;
  }

  /* About Content CSS */

  .about-content-sec {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .about-content-sec .about-content-main {
    max-width: 850px;
  }
  .about-content-sec .about-content-main h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .about-content-sec .about-content-main p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  /* Post Jobs CSS */

  .post-job-form {
    padding: 30px 15px 30px;
  }
  .post-job-form input {
    height: 47px;
  }
  .post-job-form select {
    height: 47px;
  }
  .post-job-form .form-fields {
    margin-bottom: 20px;
  }
  .post-job-content label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .post-job-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .post-job-form textarea {
    height: 180px;
  }
  .offered-salary-main select#job_type {
    max-width: 122px;
    top: 32px;
    height: 46px;
    font-size: 12px;
  }
  .post-job-form form > .row .col-md-6:nth-child(5),
  .post-job-form form > .row .col-md-6:nth-child(6) {
    width: 100%;
  }
  .post-job-form .qulification-dates .for-to {
    height: 47px;
  }

  /* Key Responsibilities CSS */

  .key-responsibilities-content {
    margin-top: 40px;
  }
  .key-responsibilities-fields {
    padding: 30px 15px 30px;
  }
  .key-responsibilities-content textarea {
    height: 180px;
  }

  /* Qualification CSS */

  .qualification-content-main {
    margin-top: 40px;
  }
  .qualification-content-fields {
    padding: 30px 15px 30px;
  }
  .qualification-content-main textarea {
    height: 180px;
  }

  /* Prefered Skills CSS */

  .prefered-skills-content {
    margin-top: 40px;
  }
  .prefered-skills-fields {
    padding: 30px 15px 30px;
  }
  .prefered-skills-content textarea {
    height: 180px;
  }

  /* Benefits CSS */

  .benefits-content-main {
    margin-top: 40px;
  }
  .benefits-content-main textarea {
    height: 180px;
  }
  .benefits-content-fields {
    padding: 30px 15px 30px;
  }

  .post-job-skills {
    margin-top: 40px;
  }

  /* add responsive moiz */

  /*.active-applied-job-info h3{
        font-size: 14px;
    }
    .active-applied-job-info h4 label{
        font-size: 14px;
    }
    .active-applied-job-info h4{
        font-size: 14px;
    }
    .active-applied-job-info h5 label {
        font-size: 14px;
    }
    .active-applied-job-info h5 {
        font-size: 12px;
    }
    .applied-job-palce-time ul li {
        gap: 4px;
        font-size: 10px;
        padding-right: 10px;
    }
    .applied-job-palce-time ul li img {
        width: 14px;
        font-size: 14px;
    }
    .applied-job-palce-time ul {
        gap: 6px;
    }
    label.view-profile-btn {
        padding: 12px 28px 12px 28px;
        font-size: 12px;
    }
    label.book-profile-btn{
        padding: 10px 52px 10px 52px;
        font-size: 12px;
    }
    .star-rating {
        gap: 2px;
        padding-top: 4px;
    }
    .applied-job-send-msg{
        padding: 0;
    }
    .star-rating span {
        font-size: 12px;
    }
    .star-rating p {
        font-size: 13px;
    }
    .applied-job-send-msg span {
        font-size: 13px;
    }
    .applied-job-intro p {
        font-size: 12px;
    }
    .applied-job-skills{
        flex-direction: column;
        gap: 10px;
    }
    .applied-job-info .row .col-10{
        width: 100%;
    }
    .applied-job-info .row {
        flex-direction: column;
    }
    .applied-job-info .col-md-2 {
        width: 24%;
    }
    .col-12.col-md-5 ,.applied-job-palce-time {
        width: 100%;
        margin-top: 10px;
    }
    .applied-job-views-btn {
        margin-top: 10px;
        justify-content: space-between;
    }
    .view-profile-bt{
        padding: 0px !important;
    }
    .applied-job-palce-time ul {
        margin-top: 10px;
    }
    .applied-job-info .row .col-6.col-md-12 {
        padding: 0px;
    }
    .clamp {
        -webkit-line-clamp: 4;
    }*/

  /* Inprogress job */

  .active-Inprogress-job-info h3 {
    font-size: 14px;
  }
  .active-Inprogress-job-info h4 label {
    font-size: 14px;
  }
  .active-Inprogress-job-info h4 {
    font-size: 14px;
  }
  .active-Inprogress-job-info h5 label {
    font-size: 14px;
  }
  .active-Inprogress-job-info h5 {
    font-size: 12px;
  }
  .Inprogress-job-palce-time ul li {
    gap: 4px;
    font-size: 12px;
    padding-right: 10px;
    margin-right: 0px;
  }
  .active-jobs-info .applied-job-info .col-md-8 {
    gap: 0px;
  }
  .active-jobs-info .edit-delete > .dropdown a i {
    font-size: 18px !important;
  }
  .active-jobs-info .edit-delete > .dropdown button img {
    width: 18px;
  }
  .active-jobs-info .edit-delete > .dropdown {
    justify-content: flex-end;
    gap: 15px;
  }
  .active-jobs-info .table-body > .row {
    align-items: center;
  }
  .applied-job-views-btn {
    flex-direction: column;
    width: 100% !important;
  }
  .for-toggle-applied-info button.book-profile-btn {
    width: 100% !important;
  }
  .applied-job-views-btn .view-profile-bt {
    width: 100%;
  }
  .Inprogress-job-palce-time ul li img {
    width: 14px;
    font-size: 14px;
  }
  /*.Inprogress-job-palce-time ul {
        gap: 6px;
    }*/
  .Inprogress-job-send-msg {
    padding: 0;
  }
  .Inprogress-job-send-msg span {
    font-size: 13px;
  }
  .Inprogress-job-intro p {
    font-size: 12px;
  }
  .Inprogress-job-skills {
    gap: 10px;
  }
  .Inprogress-job-info .row .col-10 {
    width: 100%;
  }
  .Inprogress-job-info .row {
    flex-direction: column;
  }
  .Inprogress-job-info .col-md-2 {
    width: 24%;
  }
  .col-12.col-md-5,
  .Inprogress-job-palce-time {
    width: 100%;
    margin-top: 10px;
  }
  .Inprogress-job-views-btn {
    margin-top: 10px;
  }
  .Inprogress-job-palce-time ul {
    margin-top: 10px;
    justify-content: flex-start;
    gap: 10px;
  }
  .Inprogress-job-info .row .col-6.col-md-12 {
    padding: 0px;
  }
  .message-send-bt {
    padding: 0px !important;
    justify-content: start;
  }
  .message-send-bt label.send-message-btn {
    padding: 10px 28px 10px 28px;
    font-size: 12px;
  }
  .Inprogress-job-send-message-btn {
    margin-top: 10px;
  }
  .mark-complete-bt label.mark-complete-btn {
    padding: 12px 30px 12px 30px;
    font-size: 12px;
    position: relative;
  }
  .Inprogress-job-info .row {
    margin-bottom: 12px;
    position: relative;
  }
  .active-Inprogress-job-info h4 label span {
    font-size: 12px;
    margin-left: 3px;
  }
  .dashboard-main > .row > .col-md-3 {
    padding-left: 0px;
    width: 30% !important;
  }
  .Inprogress-job-info {
    padding: 20px 20px 20px;
  }
  .Inprogress-job-info > .row > .col-md-8 {
    width: 100%;
  }
  .Inprogress-job-info .row > .col-md-4 {
    position: absolute;
    top: 0px;
    right: 0px;
  }

  /* end Inprogress job */

  /* Privacy Policy and Trems & Conditions CSS */

  .content-sec {
    margin: 60px 0px;
  }
  .content-text h2 {
    font-size: 28px;
  }
  .content-text p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .content-sec .content-text {
    max-width: unset;
  }

  /* Find Job Page CSS */

  .find-job-banner .job-searh-fields .job-title-key-main {
    width: 30% !important;
  }
  .find-job-btn {
    width: 20%;
    height: 80px;
    justify-content: flex-end;
    padding-right: 15px;
  }
  .find-job-info > .row > .col-md-8 {
    width: 78%;
  }
  .find-job-info > .row > .col-md-4 {
    width: 22%;
  }
  .find-job-info > .row > .col-md-8 .list-unstyled li {
    font-size: 12px;
    margin-right: 0px;
  }

  .find-job-info ul.list-unstyled {
    justify-content: flex-start;
  }

  /* Find Associates Hire Now Page CSS */

  .hirenow-location {
    width: 100% !important;
  }
  .apply-now-profile-banner .associates-user-content img {
    width: 120px !important;
    height: 120px !important;
  }
  .apply-now-profile-banner .associates-user-content ul img {
    height: auto !important;
    width: auto !important;
  }
  .associates-user-content h2 {
    margin-top: 18px;
    font-size: 26px;
  }
  .associates-user-content label {
    font-size: 16px;
    margin-top: 12px;
  }
  .associates-user-content ul label {
    font-size: 15px;
  }
  .associates-user-content ul {
    margin: 20px 0px 0px 0px;
  }
  .apply-now-profile-banner {
    padding: 50px 0px;
  }
  .apply-now-form-sec {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .apply-now-form-main label {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
  .apply-now-form-main input {
    height: 47px !important;
  }
  .apply-now-form-main .form-field {
    margin-bottom: 20px !important;
  }
  .apply-now-form-main select {
    height: 47px !important;
  }
  .choose-file-btn-main .choose-file-btn {
    height: 47px !important;
    margin-bottom: 0px !important;
  }

  /* Find Associates Hire Now detail Page CSS */

  .associates-data-main > .row .col-md-3 {
    width: 30% !important;
  }
  .associates-data-main > .row .col-md-9 {
    width: 70% !important;
    padding-left: 15px;
  }
  .job-details-main .job-details-list li h5 label {
    font-size: 14px !important;
  }
  .job-details-main {
    padding: 30px 24px 30px !important;
  }
  .job-details-main .job-details-list li h5 span {
    font-size: 12px !important;
  }
  .job-details-main .job-details-list li {
    margin-bottom: 20px !important;
  }
  .job-details-main .job-details-list li:last-child {
    margin-bottom: 0px !important;
  }
  .associates-data-main .associates-social-profile li:last-child {
    padding: 0px;
    margin-bottom: 0px !important;
  }
  .company-profile-data {
    padding: 30px 24px 30px !important;
    margin-top: 16px !important;
  }
  .associates-data-main .associates-social-profile h4 {
    font-size: 15px !important;
    margin-bottom: 16px !important;
  }
  .job-skills {
    padding: 30px 24px 30px !important;
    margin-top: 16px !important;
  }
  .job-skills h4 {
    font-size: 15px !important;
    margin-bottom: 16px;
  }
  .job-skills ul label {
    font-size: 12px !important;
    padding: 6px 12px !important;
  }
  .job-skills ul {
    gap: 5px !important;
  }
  .associates-user-contact {
    padding: 30px 24px 30px !important;
    margin-top: 16px !important;
  }
  .associates-user-contact h5 {
    margin-bottom: 16px !important;
    font-size: 15px !important;
  }
  .associates-user-contact input {
    height: 43px;
    font-size: 12px;
    padding: 8px 12px;
  }
  .associates-user-contact .form-field {
    margin-bottom: 12px;
  }
  .associates-user-contact textarea {
    height: 80px !important;
    padding: 12px 12px;
    font-size: 12px !important;
  }
  .associates-user-contact button {
    font-size: 13px !important;
    padding: 12px 16px !important;
    margin-top: 20px !important;
  }
  .associates-data-main h2 {
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }
  .associates-data-main .about-candidate p {
    font-size: 14px !important;
    line-height: 24px;
  }
  .associates-data-main .about-candidate h2 {
    margin-bottom: 10px !important;
  }
  .associates-data-main h3 {
    font-size: 16px !important;
    margin-right: 10px !important;
  }
  .associates-data-main label {
    font-size: 14px !important;
  }
  .associates-data-main .for-style {
    margin-top: 4px;
  }
  .associates-data-main p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-top: 16px !important;
  }
  .associates-data-main ul.education-list li {
    padding: 0px 0px 40px 40px !important;
  }
  .associates-data-main ul.education-list li:last-child {
    padding-bottom: 0px !important;
  }
  .associates-data-main ul li:before {
    max-width: 22px !important;
    background-position: 0px 5px !important;
  }
  .associates-data-main ul.work-experience-list li {
    padding: 0px 0px 40px 40px !important;
  }
  .associates-data-main ul.work-experience-list li {
    padding-bottom: 0px !important;
  }
  .associates-data-main ul.awards-list li {
    padding: 0px 0px 40px 40px !important;
  }
  .associates-data-main ul.awards-list li:last-child {
    padding-bottom: 0px !important;
  }
  .reviews-content .reviews-top-row .star-rating-main {
    margin-left: 12px;
  }
  .reviews-content h3 {
    font-size: 20px !important;
  }
  .reviews-content .user-name-image {
    gap: 18px !important;
  }
  .reviews-content h4 {
    font-size: 16px !important;
    margin-bottom: 4px !important;
  }
  .reviews-content label {
    font-size: 12px !important;
  }
  .reviews-content .reviews-bottom-row .star-rating p {
    font-size: 12px !important;
    margin-top: 0px !important;
  }
  .reviews-content .reviews-description {
    margin-top: 12px !important;
  }
  .reviews-content .reviews-description p {
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 0px 15px 0px 100px !important;
    margin-top: 0px !important;
  }
  .associates-data-main .for-btm-gap {
    margin-top: 60px !important;
  }
  .associates-job-details {
    margin-top: 60px !important;
  }
  .associates-data-main {
    padding-bottom: 60px !important;
  }

  /* Course Content Detail CSS */

  .course-content-detail {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .course-content-detail p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
  }
  .course-deatil-main ul li {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .course-deatil-main ul {
    margin-bottom: 20px !important;
  }

  /* Course Content Listing CSS */

  /*.course-content-main .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }*/
  .course-content-main h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    margin-bottom: 12px !important;
    min-height: 60px !important;
  }
  .course-content-main p {
    margin-bottom: 12px !important;
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .course-content-main a {
    font-size: 15px !important;
    line-height: 18px !important;
    padding: 16px 32px !important;
    margin-top: 30px !important;
  }
  .course-content-sec {
    margin-top: 60px !important;
    margin-bottom: 28px !important;
  }

  /* Lab skilld CSS */

  .lab-skills-top-content p {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .lab-skills-top-content h2 {
    font-size: 22px !important;
    line-height: 28.76px !important;
  }
  .lab-skills-address-bar {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }
  section.lab-skills-sec {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  tr.table-head td {
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 14px 20px !important;
  }
  .table-cels-main td {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 14px 20px !important;
  }
  td.apply-cel button {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .lab-skills-contact span {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .email-col a label {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .lab-skills-contact {
    margin-top: 60px !important;
  }
  .lab-skills-contact a {
    padding: 24px 32px !important;
    min-height: 168px !important;
  }
  .email-col a {
    padding: 48px 32px !important;
  }

  /* Lab Skills Popup CSS */

  .lab-skills-popup-content .modal-body {
    padding: 30px 10px 30px 10px !important;
  }
  .lab-apply-online h2 {
    font-size: 22px !important;
    line-height: 30.32px !important;
  }
  .lab-skills-popup-content .modal-header button.btn-close {
    padding: 7px 7px !important;
    top: 12px !important;
    right: 12px !important;
    font-size: 18px !important;
  }
  .lab-apply-online label {
    font-size: 14px !important;
    line-height: 18.16px !important;
    margin-bottom: 12px !important;
  }
  .lab-apply-online input {
    height: 47px !important;
    font-size: 14px !important;
  }
  .lab-apply-online .form-field {
    margin-bottom: 12px !important;
  }
  .lab-apply-online textarea {
    font-size: 14px !important;
    height: 120px !important;
  }
  .lab-skills-popup-content {
    --bs-modal-width: 500px !important;
  }

  /* Reveiws CSS */

  .company-reviews-main form {
    padding: 20px 20px !important;
  }
  .company-reviews-main h2 {
    font-size: 22px !important;
    margin-bottom: 12px !important;
  }
  .company-reviews-main .reviews-rating label {
    font-size: 16px !important;
    margin-bottom: 12px !important;
  }
  .company-reviews-main .reviews-rating {
    margin-bottom: 24px !important;
  }
  .company-reviews-main .form-field label {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
  .company-reviews-main .form-field textarea {
    height: 120px !important;
  }
  .company-reviews-main .company-form-btns button {
    font-size: 14px !important;
    padding: 6px 42px !important;
  }
  .company-reviews-main .company-form-btns {
    margin-top: 24px !important;
  }

  .login-sec h2 {
    font-size: 42px;
  }
  .login-sec .wdDown label {
    font-size: 14px;
    margin-bottom: 8px;
    padding: 0px 0px;
  }
  .login-sec .wdDown input {
    height: 47px;
  }
  .login-sec .wdDown .form-group.row {
    margin-bottom: 20px;
  }
  .login-sec .wdDown button {
    font-size: 15px;
  }
  .login-sec .wdDown .col-md-6 {
    padding: 0px 0px !important;
  }

  .job-description-main h3 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }
  .job-description-main p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .job-description-main .bottom-gap {
    margin-bottom: 36px !important;
  }
  .job-description-main {
    padding-top: 51px !important;
    padding-bottom: 70px !important;
  }

  .job-description-main > .row > .col-md-9 {
    padding-right: 25px !important;
    width: 65% !important;
  }
  .job-description-main > .row > .col-md-3 {
    width: 35% !important;
  }
  .job-details-main h4 {
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }
  .company-profile-data ul li h4 {
    font-size: 14px !important;
  }
  .company-profile-data ul li label {
    font-size: 14px !important;
  }
  .company-profile-data ul li {
    margin-bottom: 14px !important;
  }
  .company-profile-data ul li:last-child {
    margin-bottom: 0px !important;
  }
  .company-profile-data .profiler-name {
    margin-bottom: 22px !important;
  }
  .apply-now-content .lab-content {
    gap: 10px !important;
    flex-wrap: nowrap !important;
  }
  .lab-content .technician-data label {
    font-size: 14px !important;
  }
  .technician-data li {
    padding: 0px 8px !important;
    gap: 8px !important;
  }
  .apply-now-content .lab-content .image-col {
    width: 20% !important;
  }
  .apply-now-content .lab-content .image-col img {
    width: 135px !important;
    height: 135px !important;
  }
  .apply-now-content .lab-content .technician-name {
    width: 80% !important;
  }
  .apply-now-content > .row .col-md-8 {
    width: 75% !important;
  }
  .apply-now-content > .row > .col-md-4 {
    width: 25% !important;
  }
  .lab-content .technician-data {
    margin-top: 16px !important;
  }
  .lab-content .technician-name h2 {
    font-size: 22px !important;
  }
  .apply-now-btn a {
    font-size: 14px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .login-sec {
    margin-top: 210px;
    margin-bottom: 70px;
  }

  .header .header-main ul li.nav-item a img {
    width: 60px;
    height: 60px;
  }
  .who-we-are-img img {
    width: 50px !important;
    height: 50px !important;
  }
  .hd-profile-img img {
    width: 50px !important;
    height: 52px !important;
  }
  .header .header-main ul li:nth-child(3) img {
    width: 50px !important;
    height: 52px !important;
  }
  .logo a {
    display: block;
  }
  .header .header-main ul {
    gap: 36px;
  }
  .hd-profile-img .dropdown-menu {
    /*        transform: translate3d(-52px, 85px, 0px) !important;*/
  }
  .hd-profile-img .dropdown-menu a {
    font-size: 14px;
  }

  /* Footer CsS */

  .footer .footer-col-two .top-nav ul {
    gap: 0px;
    justify-content: space-between;
  }
  .footer .footer-col-two .top-nav ul li a {
    font-size: 16px;
  }
  .footer-col-one .footer-logo img {
    width: 100%;
  }
  .footer .footer-col-two .top-nav ul li a {
    font-size: 16px;
  }
  .footer-col-one .footer-logo img {
    width: 100%;
    max-width: 200px;
  }
  .footer.footer {
    padding-top: 80px;
  }
  .footer .footer-main {
    margin-bottom: 80px;
  }
  .footer .footer-copyright {
    padding: 15px 0px;
  }

  /* SideBar CSS */

  .dashboard-main .sidebar {
    padding: 30px 30px 30px;
    border-radius: 8px 8px 0px 0px;
  }
  .dashboard-main .sidebar .user-profile-dsktop img {
    margin-bottom: 15px;
    width: 100%;
    max-width: 120px;
  }
  .dashboard-main .sidebar .navbar-collapse .nav-tabs button label {
    margin-left: 6px;
  }
  .dashboard-main .sidebar .navbar-collapse .nav-tabs button {
    padding: 12px 20px !important;
    font-size: 16px !important;
  }
  .dashboard-main .sidebar .user-profile-dsktop {
    margin-bottom: 25px;
  }
  .dashboard-main .sidebar .user-profile-dsktop h3 {
    font-size: 20px;
  }
  .dashboard-main > .row > .col-md-3 {
    width: 30% !important;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .job-nav-dropdown-main
    ul.dropdown-menu
    button {
    font-size: 14px !important;
    padding: 8px 0px !important;
  }
  .job-nav-dropdown-main h2 i {
    margin-right: 14px;
  }

  /* My Profile CSS */

  .my-profile-content-row {
    margin-left: 0px;
  }
  .my-profile-dropdown-main h2 i {
    margin-right: 9px;
  }
  .my-profile-content-row h2 {
    font-size: 22px !important;
    margin-bottom: 18px !important;
  }
  .my-profile-content-row .available_calender div#calendar {
    overflow: scroll;
  }
  .my-profile-content-row
    .available_calender
    div#calendar
    .fc-view-harness.fc-view-harness-active {
    width: 1000px;
  }
  .my-profile-content-row .profile-data-content {
    padding: 30px 30px;
  }
  .my-profile-content-row .user-title-img img {
    width: 100%;
    max-width: 120px;
    height: auto;
  }
  .my-profile-content-row .user-title-img .upload-file-btn .upload-file {
    font-size: 14px;
    padding: 12px 30px;
  }
  .my-profile-content-row .user-title-img .delete-file {
    font-size: 14px;
  }
  .profile-data-content .user-profile-form .form-fields label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .profile-data-content .user-profile-form .form-fields {
    margin-top: 22px;
  }
  .profile-data-content .user-profile-form .form-fields input {
    height: 47px;
    font-size: 14px;
  }
  .profile-data-content .user-profile-form .form-fields select {
    height: 47px;
    font-size: 14px;
  }
  .profile-data-content .user-profile-form .form-fields textarea {
    height: 180px;
    font-size: 14px;
  }
  .my-profile-content-row .save-btn {
    font-size: 14px;
    padding: 12px 35px;
  }
  .my-profile-content-row .edit-btn {
    font-size: 14px;
    padding: 12px 35px;
  }
  .profile-data-content .user-profile-form .form-btn {
    margin-top: 40px !important;
  }
  .profile-data-content .user-profile-form .form-fields p {
    margin: 0px;
  }
  .my-profile-content-row .user-title-img .edit-file {
    padding: 10.5px 12px;
  }

  /* Social media CSS */

  .social-links {
    margin-top: 30px;
  }
  .social-links-fields {
    padding: 30px 30px 30px;
  }
  .social-links-fields .fields-row {
    margin-top: 20px;
  }
  .social-links-fields .fields-row input {
    height: 47px;
    font-size: 14px;
  }
  .social-links-fields .fields-row label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .add-more-links .add-more-btn {
    padding: 12px 18px;
    font-size: 14px;
  }
  .add-more-links {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .social-edit-btn label,
  .address-location-btn label,
  .attachment-btn label,
  .cover-letter-btn label,
  .work-experiences-btn label {
    padding: 11px 12px !important;
  }
  .social-links-fields .fields-row p {
    margin: 0px;
  }
  .social-links-fields .mt-5 {
    margin: 0px !important;
  }

  /* Address and Location CSS */

  .address-location {
    margin-top: 30px;
  }
  .address-location-row.address-location-row {
    padding: 30px 30px 30px;
  }
  .address-location label {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .address-location input {
    height: 47px;
    font-size: 14px;
  }
  .address-location select {
    height: 47px;
    font-size: 14px;
  }
  .address-location .address-location-main {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .map-fram {
    margin: 24px 0px 24px;
  }
  .address-location p {
    margin: 0px;
  }
  .address-location-row .mt-5 {
    margin-top: 0px !important;
  }
  .address-location-row .file-save-btn {
    margin-top: 48px;
  }

  /* Jobs Nav Dropdown CSS */

  button#jobs-nav h2.job-nav-btn {
    font-size: 16px;
    padding: 12px 20px;
  }
  button#jobs-nav ul.dropdown-menu {
    padding-left: 45px;
  }
  button#jobs-nav ul.dropdown-menu a {
    font-size: 14px;
  }
  button#jobs-nav ul.dropdown-menu a.active:before {
    margin-left: -20px;
  }

  .job-nav-dropdown-main ul.dropdown-menu {
    padding-left: 47px;
  }
  .job-nav-dropdown-main h2 {
    padding: 12px 20px;
    font-size: 16px;
  }
  .job-nav-dropdown-main ul.dropdown-menu a {
    font-size: 14px;
  }
  .job-nav-dropdown-main ul.dropdown-menu a.active {
    padding-left: 15px;
  }

  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    h2 {
    font-size: 16px;
    padding: 12px 20px;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    ul.dropdown-menu {
    padding: 0px 15px 0px 47px;
    min-width: auto;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    ul.dropdown-menu
    a {
    font-size: 14px;
  }
  .dashboard-main
    .sidebar
    .navbar-collapse
    .nav-tabs
    .my-profile-dropdown-main
    ul.dropdown-menu
    a.active {
    padding-left: 15px;
  }
  .dashboard {
    margin-bottom: 60px;
    margin-top: 0px;
  }

  /* Inprogress Jobs CSS */

  .inprogress-content {
    padding: 30px 15px;
    margin-bottom: 18px;
  }
  .inprogress-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .offered-jobs-content .edit-delete a {
    font-size: 12px;
    padding: 12px 8px;
  }
  .inprogress-content h4 {
    font-size: 14px;
  }
  .inprogress-content .user-id-image {
    gap: 10px;
    overflow: hidden;
  }
  .inprogress-content .row {
    align-items: center;
  }
  .dashboard-tabs-content {
    margin-left: 0px;
  }
  .inprogress-nav-content-row h2 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  /*.inprogress-content .time-amount {
        align-items: center;
    }*/
  .tacnition-inprogress-jobs .edit-delete a {
    font-size: 12px;
    padding: 14px 10px;
    text-align: center;
  }
  /*.country .country-text {
        width: 50%;
    }*/
  /*.country  .edit-delete {
        width: 50%;
    }*/

  /* Active Jobs CSS */

  .active-jobs-info .table-head {
    padding: 20px 10px;
  }
  .active-jobs-info h3 {
    font-size: 14px;
  }
  .active-jobs-info .table-body-main {
    padding: 20px 15px;
    margin-bottom: 20px;
    position: relative;
  }
  .active-jobs-info h4 {
    font-size: 13px;
  }
  .active-jobs-info h4 label {
    font-size: 14px;
    margin-bottom: 5px;
  }

  /* Home Banner CSS */

  .banner-content h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 16px;
  }
  .banner-content p {
    font-size: 15px;
  }
  .banner-btn {
    margin-top: 32px;
  }
  .banner-btn ul li a {
    font-size: 14px;
    padding: 12px 10px;
    width: 230px;
    height: 60px;
    gap: 8px;
    border-radius: 6px;
  }
  .banner-btn img {
    padding: 10px 10px;
  }
  .banner-btn ul {
    gap: 8px;
  }
  .banner-content {
    padding-top: 120px;
    height: 100%;
    display: flex;
    align-items: center;
  }

  /* Account Settings CSS */

  .account-settings-content-row input {
    height: 47px;
  }
  .account-settings-content-row label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .account-settings-content-row .form-fields {
    margin-bottom: 20px;
  }
  .account-settings-content-row .form-fields-row {
    padding: 30px 30px 10px;
  }
  .account-settings-content-row h2 {
    margin-bottom: 18px;
    font-size: 20px;
  }

  /* Resume Attachment CSS */

  .resume-content-row h2 {
    margin-bottom: 18px;
    font-size: 22px;
  }
  .resume-attachment-content label {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .resume-attachment-content input {
    height: 47px;
    font-size: 14px;
  }
  .resume-attachment-content .form-fields {
    margin-bottom: 0px;
    margin-top: 22px;
  }
  .resume-attachment-content .attachment-form {
    padding: 30px 30px;
  }
  .upload-file-main label {
    width: 132px;
    height: 47px;
    margin-top: 22px;
  }
  .upload-file-main label i {
    margin-top: 3px;
    margin-right: 8px;
  }
  .resume-attachment-content .form-fields input#image {
    padding: 13px 0px 13px 50px;
    height: 47px;
  }
  .upload-file-main br {
    display: none;
  }
  .upload-file-main label.file-messege {
    font-size: 14px;
    margin-top: 10px;
  }
  .dashboard-tabs-content .form-btn {
    margin-top: 40px !important;
  }

  /* Cover Letter CSS */

  .cover-letter-form label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .cover-letter-form .note-for-word {
    margin-top: 6px;
  }
  .cover-letter-content .cover-letter-form {
    padding: 30px 30px;
  }
  .cover-letter-form textarea {
    height: 150px;
    font-size: 14px;
  }
  .cover-letter-btns {
    margin-top: 30px;
  }
  .cover-letter-content {
    margin-top: 40px;
  }
  .form-btn .save-btn {
    padding: 13px 46px;
    font-size: 14px !important;
  }
  a.view-cvs,
  a.removeCvTrigger {
    font-size: 14px !important;
  }

  /* Education CSS */

  .education-content {
    margin-top: 40px;
  }
  .education-form {
    padding: 30px 30px;
  }
  .education-form .form-fields label {
    font-size: 14px;
    width: 20%;
  }
  .education-form .form-fields input {
    width: 80%;
    height: 47px;
  }
  .education-form .year-fields select#start-year {
    width: 35%;
  }
  .education-form .year-fields select#end-year {
    width: 35%;
  }
  .education-form .year-fields label.for-to {
    width: 10%;
    height: 47px;
  }
  .education-form .form-fields select {
    height: 47px;
    font-size: 14px;
  }

  .education-form .form-fields textarea {
    width: 80%;
  }

  .education-form label.note-for-word {
    width: 80% !important;
  }
  .education-form .more-education-btn label {
    width: auto !important;
    position: absolute;
  }
  .education-form .more-education-btn {
    margin-bottom: 24px;
    margin-top: 24px;
    position: relative;
  }
  .education-form .form-fields {
    margin-bottom: 18px;
  }

  /* Skills CSS */

  .skills-form label {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .skills-form input {
    height: 47px;
  }
  .skills-form {
    padding: 30px 30px;
  }
  .social-edit-btn,
  .address-location-btn,
  .attachment-btn,
  .cover-letter-btn,
  .work-experiences-btn {
    padding-top: 0px;
  }
  .skills-content {
    margin-top: 0px;
  }

  /* Work Experience CSS */

  .work-experience {
    margin-top: 40px;
  }
  .work-experience-form select {
    height: 47px;
    font-size: 14px;
  }
  .work-experience-form {
    padding: 30px 30px;
  }
  .work-experience-form label {
    width: 20%;
    font-size: 14px;
  }
  .work-experience-form .form-fields input {
    width: 80%;
    height: 47px;
    font-size: 14px;
  }
  .work-experience-form .year-fields label.for-to {
    width: 6%;
    height: 47px;
  }
  .work-experience-form .year-fields #start-year {
    width: 37%;
  }
  .work-experience-form #end-year {
    width: 37%;
  }
  .work-experience-form .form-fields {
    margin-bottom: 0px;
    margin-top: 22px !important;
  }
  .work-experience-form .form-fields.form-btn {
    margin-top: 40px !important;
  }
  .work-experience-form textarea {
    width: 80%;
    font-size: 14px;
    height: 150px;
  }
  .work-experience-form label.note-for-word {
    width: 80% !important;
    margin-top: 6px;
  }
  .work-experience-form .work-experience-btn {
    margin-bottom: 0px;
    margin-top: 24px !important;
    position: relative;
  }
  .work-experience-form .work-experience-btn label {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .work-experience-form .work-experience-btn label {
    padding: 13px 17px;
  }

  /* Awards CSS */

  .award-content {
    margin-top: 40px;
  }
  .award-form .form-fields select {
    height: 47px;
    font-size: 14px;
  }
  .award-form .form-fields {
    margin-bottom: 18px;
  }
  .award-form {
    padding: 30px 30px;
  }
  .award-form .form-fields label {
    width: 20%;
    font-size: 14px;
  }
  .award-form .form-fields input {
    width: 80%;
    height: 47px;
  }
  .award-form .year-fields select#start-year {
    width: 35%;
  }
  .award-form .year-fields label.for-to {
    width: 10%;
    height: 47px;
  }
  .award-form .year-fields select#end-year {
    width: 35%;
  }
  .award-form .form-fields textarea {
    width: 80%;
  }
  .award-form .form-fields label.note-for-word {
    width: 80% !important;
  }
  .award-form .awards-btn {
    margin-bottom: 24px;
    margin-top: 24px;
    position: relative;
  }
  .award-form .awards-btn label {
    width: auto !important;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  /* User Mail Box */

  .messages-content-row h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .messages-content-main {
    background-color: #fff;
    padding: 0px 15px;
  }
  .search-contacts {
    padding: 15px 15px 15px 0px;
  }
  .inbox-search h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .search-contacts input#search-contact {
    height: 42px;
    font-size: 12px;
    padding: 0px 8px;
  }
  .messages-search-tabs {
    padding: 0px 15px 0px 0px;
  }
  .messages-search-tabs ul.nav-tabs button {
    font-size: 12px;
    padding: 4px 15px;
    width: 100% !important;
    text-align: left;
  }
  .messages-search-tabs ul.nav-tabs {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .messages-search-tabs ul.nav-tabs button:before {
    width: 5px;
    height: 5px;
    left: 4px;
  }
  .inbox-messages-content-main {
    padding: 15px 20px 15px 5px;
  }
  .inbox-messages-content-main h4.name {
    font-size: 13px;
  }
  .inbox-messages-content-main h4.name:before {
    width: 4px;
    height: 4px;
    top: 5px;
    left: -8px;
  }
  .inbox-messages-content-main p {
    font-size: 12px;
    line-height: 20px;
  }

  /* User Mail Box CSS */

  .name-date-conten {
    padding: 15px 5px 15px 20px;
  }
  .name-date-conten .col-md-6 .row > .col-md-3,
  .name-date-conten .col-md-6 .row > .col-md-9 {
    padding: 0px 0px;
  }
  .name-date-conten > .row {
    align-items: center;
    padding: 0px 20px;
  }
  .name-date-conten > .row > .col-md-6 {
    padding: 0px;
  }
  .name-date-conten .col-md-6 .row {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .name-date-conten h2.user-name {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .name-date-conten p.email-id {
    font-size: 12px;
  }
  .name-date-conten p.time {
    margin-bottom: 4px;
    font-size: 12px;
  }
  .user-message-box h3.user-name {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .messages-content-main .message_main {
    width: 320px;
    margin-top: 18px;
  }
  .user-message-box p {
    font-size: 12px;
    line-height: 20px;
  }
  .download-attachment-text h4 {
    font-size: 13px;
  }
  .download-attachment-text input {
    font-size: 12px;
  }
  .download-attachment .download-attachment-text {
    margin-bottom: 12px;
  }
  .download-attachment .attachment-btn a {
    padding: 10px 10px 10px 10px;
    font-size: 12px;
  }
  .download-attachment .attachment-btn a label {
    line-height: 16px;
  }
  .user-description-box {
    padding: 16px 5px 16px 20px;
  }
  .user-description-box-content .bottom-btns {
    padding: 0px 15px;
    margin-bottom: 15px;
  }
  .bottom-btns .file-btns input#file {
    width: 100%;
  }

  /* ============= Who We Are Page CSS ==================== */

  /* Inner Page Banner CSS */

  .inner-page-banner {
    padding: 70px 0px;
  }
  .inner-banner-content h1.title {
    font-size: 38px;
  }

  /* Breadcrum CSS */

  .breadcrum {
    margin-top: 6px;
  }
  .breadcrum ul a {
    font-size: 16px;
  }
  .breadcrum ul label {
    font-size: 16px;
  }

  /* About Images CSS */

  .about-images-sec {
    padding-top: 40px;
  }

  /* About Content CSS */

  .about-content-sec {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .about-content-sec .about-content-main {
    max-width: 850px;
  }
  .about-content-sec .about-content-main h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .about-content-sec .about-content-main p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  /* Post Jobs CSS */

  .post-job-form {
    padding: 30px 15px 30px;
  }
  .post-job-form input {
    height: 47px;
  }
  .post-job-form select {
    height: 47px;
  }
  .post-job-form .form-fields {
    margin-bottom: 20px;
  }
  .post-job-content label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .post-job-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .post-job-form textarea {
    height: 180px;
  }
  .offered-salary-main select#job_type {
    max-width: 122px;
    top: 32px;
    height: 46px;
    font-size: 12px;
  }
  .post-job-form .qulification-dates .for-to {
    height: 47px;
  }

  /* Key Responsibilities CSS */

  .key-responsibilities-content {
    margin-top: 40px;
  }
  .key-responsibilities-fields {
    padding: 30px 15px 30px;
  }
  .key-responsibilities-content textarea {
    height: 180px;
  }

  /* Qualification CSS */

  .qualification-content-main {
    margin-top: 40px;
  }
  .qualification-content-fields {
    padding: 30px 15px 30px;
  }
  .qualification-content-main textarea {
    height: 180px;
  }

  /* Prefered Skills CSS */

  .prefered-skills-content {
    margin-top: 40px;
  }
  .prefered-skills-fields {
    padding: 30px 15px 30px;
  }
  .prefered-skills-content textarea {
    height: 180px;
  }

  /* Benefits CSS */

  .benefits-content-main {
    margin-top: 40px;
  }
  .benefits-content-main textarea {
    height: 180px;
  }
  .benefits-content-fields {
    padding: 30px 15px 30px;
  }

  .post-job-skills {
    margin-top: 40px;
  }

  /* Moiz CSS */

  .active-applied-job-info h3 {
    font-size: 14px;
  }
  .active-applied-job-info h4 label {
    font-size: 14px;
  }
  .active-applied-job-info h4 {
    font-size: 14px;
  }
  .active-applied-job-info h5 label {
    font-size: 14px;
  }
  .active-applied-job-info h5 {
    font-size: 12px;
  }
  .applied-job-palce-time ul li {
    gap: 4px;
    font-size: 10px;
    padding-right: 10px;
  }
  .applied-job-palce-time ul li img {
    width: 14px;
    font-size: 14px;
  }
  .applied-job-palce-time ul {
    gap: 6px;
  }
  label.view-profile-btn {
    padding: 12.5px 26px 12.5px 26px;
    font-size: 12px;
    width: 100%;
    margin-bottom: 12px;
  }
  label.book-profile-btn {
    padding: 10px 28px 10px 28px;
    font-size: 12px;
  }
  .company-inprogress-jobs .applied-job-info .col-md-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 195px;
    margin-top: -10px;
  }
  .send-msg a {
    width: 100%;
  }
  .job-mark-complete {
    position: absolute;
    bottom: 47px;
    right: 50px;
    width: 171px;
  }
  .send-msg {
    width: 100%;
  }
  .btn-view {
    width: 100%;
  }
  .applied-job-views-btn {
    flex-direction: column;
  }
  .applied-job-views-btn .view-profile-bt {
    width: 100%;
  }
  .star-rating {
    gap: 2px;
    padding-top: 0px;
  }
  .applied-job-send-msg {
    padding: 0;
  }
  .star-rating span {
    font-size: 12px;
  }
  .star-rating p {
    font-size: 13px;
  }
  .applied-job-send-msg span {
    font-size: 13px;
  }
  .applied-job-intro p {
    font-size: 12px;
  }
  .applied-job-skills {
    flex-direction: column;
    gap: 10px;
  }
  .applied-job-info .row .col-10 {
    width: 100%;
  }
  /* Inprogress job */
  .active-Inprogress-job-info h3 {
    font-size: 14px;
  }
  .active-Inprogress-job-info h4 label {
    font-size: 14px;
  }
  .active-Inprogress-job-info h4 {
    font-size: 14px;
  }
  .active-Inprogress-job-info h5 label {
    font-size: 14px;
  }
  .active-Inprogress-job-info h5 {
    font-size: 12px;
  }
  .Inprogress-job-palce-time ul li {
    gap: 4px;
    font-size: 14px;
    padding-right: 10px;
    margin-right: 0px;
  }
  .Inprogress-job-palce-time ul li img {
    width: 14px;
    font-size: 14px;
  }
  .Inprogress-job-palce-time ul {
    gap: 10px;
    margin-top: 12px;
  }
  .Inprogress-job-send-msg span {
    font-size: 13px;
  }
  .Inprogress-job-intro p {
    font-size: 12px;
  }
  .Inprogress-job-skills {
    gap: 5px;
  }
  .Inprogress-job-info .row .col-10 {
    width: 100%;
  }
  .active-Inprogress-job-info h4 label span {
    margin: 0px;
  }
  .message-send-bt label.send-message-btn {
    padding: 10px 26px 10px 26px;
    font-size: 12px;
  }
  .mark-complete-bt label.mark-complete-btn {
    padding: 12px 30px 12px 30px;
    font-size: 12px;
  }
  .Inprogress-job-info > .row > .col-md-8 {
    width: 100%;
  }
  .Inprogress-job-info .row > .col-md-4 {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .Inprogress-job-info .row {
    position: relative;
  }
  /*end Inprogress job*/

  /* Privacy Policy and Trems & Condition CSS */

  .content-sec {
    margin: 60px 0px;
  }
  .content-text h2 {
    font-size: 28px;
  }
  .content-text p {
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .content-sec .content-text {
    max-width: unset;
  }

  /* Find Job Page CSS */

  .job-searh-fields .row-second select.job-salary {
    width: 33%;
  }
  .job-searh-fields .row-second select.job-experience {
    width: 33%;
  }
  .job-searh-fields .row-second select.job-qualification {
    width: 66%;
    margin-top: 20px;
  }
  .job-searh-fields .row-second {
    margin-top: 20px;
  }
  .find-job-banner .job-searh-fields .job-title-key-main {
    width: 30% !important;
  }
  .find-job-btn {
    width: 20%;
    height: 80px;
    justify-content: flex-end;
    padding-right: 15px;
  }

  .find-job-info > .row > .col-md-8 {
    width: 78%;
  }
  .find-job-info > .row > .col-md-4 {
    width: 22%;
  }

  .find-job-info > .row > .col-md-8 .list-unstyled li {
    font-size: 12px;
    margin-right: 0px;
  }

  /* Find Associates Hire Now Page CSS */

  .hirenow-location {
    width: 100% !important;
  }
  .apply-now-profile-banner .associates-user-content img {
    width: 120px !important;
    height: 120px !important;
  }
  .apply-now-profile-banner .associates-user-content ul img {
    height: auto !important;
    width: auto !important;
  }
  .associates-user-content h2 {
    margin-top: 18px;
    font-size: 26px;
  }
  .associates-user-content label {
    font-size: 16px;
    margin-top: 12px;
  }
  .associates-user-content ul label {
    font-size: 15px;
  }
  .associates-user-content ul {
    margin: 20px 0px 0px 0px;
  }
  .apply-now-profile-banner {
    padding: 50px 0px;
  }
  .apply-now-form-sec {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .apply-now-form-main label {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
  .apply-now-form-main input {
    height: 47px !important;
  }
  .apply-now-form-main .form-field {
    margin-bottom: 20px !important;
  }
  .apply-now-form-main select {
    height: 47px !important;
  }
  .choose-file-btn-main .choose-file-btn {
    height: 47px !important;
    margin-bottom: 0px !important;
  }

  .hire-calender .fc-view-harness.fc-view-harness-active {
    width: 1000px;
  }
  .hire-calender div#calendar {
    overflow: scroll;
  }
  label.available-tag {
    margin: 18px auto 16px;
    max-width: 488px;
  }
  .apply-now-form-main {
    max-width: 100%;
    padding: 0px 15px;
    margin: 18px auto 0px;
  }
  .hire-calender {
    width: 100% !important;
    padding: 0px 15px;
  }

  /* Find Associates Hire Now detail Page CSS */

  .associates-data-main > .row .col-md-3 {
    width: 30% !important;
  }
  .associates-data-main > .row .col-md-9 {
    width: 70% !important;
    padding-left: 15px;
  }
  .job-details-main .job-details-list li h5 label {
    font-size: 14px !important;
  }
  .job-details-main {
    padding: 30px 24px 30px !important;
  }
  .job-details-main .job-details-list li h5 span {
    font-size: 12px !important;
  }
  .job-details-main .job-details-list li {
    margin-bottom: 20px !important;
  }
  .job-details-main .job-details-list li:last-child {
    margin-bottom: 0px !important;
  }
  .associates-data-main .associates-social-profile li:last-child {
    padding: 0px;
    margin-bottom: 0px !important;
  }
  .company-profile-data {
    padding: 30px 24px 30px !important;
    margin-top: 16px !important;
  }
  .associates-data-main .associates-social-profile h4 {
    font-size: 15px !important;
    /*        margin-bottom: 16px !important;*/
  }
  .job-skills {
    padding: 30px 24px 30px !important;
    margin-top: 16px !important;
  }
  .job-skills h4 {
    font-size: 15px !important;
    margin-bottom: 16px;
  }
  .job-skills ul label {
    font-size: 12px !important;
    padding: 6px 12px !important;
  }
  .job-skills ul {
    gap: 5px !important;
  }
  .associates-user-contact {
    padding: 30px 24px 30px !important;
    margin-top: 16px !important;
  }
  .associates-user-contact h5 {
    margin-bottom: 16px !important;
    font-size: 15px !important;
  }
  .associates-user-contact input {
    height: 43px;
    font-size: 12px;
    padding: 8px 12px;
  }
  .associates-user-contact .form-field {
    margin-bottom: 12px;
  }
  .associates-user-contact textarea {
    height: 80px !important;
    padding: 12px 12px;
    font-size: 12px !important;
  }
  .associates-user-contact button {
    font-size: 13px !important;
    padding: 12px 16px !important;
    margin-top: 20px !important;
  }
  .associates-data-main h2 {
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }
  .associates-data-main .about-candidate p {
    font-size: 14px !important;
    line-height: 24px;
  }
  .associates-data-main .about-candidate h2 {
    margin-bottom: 10px !important;
  }
  .associates-data-main h3 {
    font-size: 16px !important;
    margin-right: 10px !important;
  }
  .associates-data-main label {
    font-size: 14px !important;
  }
  .associates-data-main .for-style {
    margin-top: 4px;
  }
  .associates-data-main p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-top: 16px !important;
  }
  .associates-data-main ul.education-list li {
    padding: 0px 0px 40px 40px !important;
  }
  .associates-data-main ul.education-list li:last-child {
    padding-bottom: 0px !important;
  }
  .associates-data-main ul li:before {
    max-width: 22px !important;
    background-position: 0px 5px !important;
  }
  .associates-data-main ul.work-experience-list li {
    padding: 0px 0px 40px 40px !important;
  }
  .associates-data-main ul.work-experience-list li {
    padding-bottom: 0px !important;
  }
  .associates-data-main ul.awards-list li {
    padding: 0px 0px 40px 40px !important;
  }
  .associates-data-main ul.awards-list li:last-child {
    padding-bottom: 0px !important;
  }
  .reviews-content .reviews-top-row .star-rating-main {
    margin-left: 12px;
  }
  .reviews-content h3 {
    font-size: 20px !important;
  }
  .reviews-content .user-name-image {
    gap: 18px !important;
  }
  .reviews-content h4 {
    font-size: 16px !important;
    margin-bottom: 4px !important;
  }
  .reviews-content label {
    font-size: 12px !important;
  }
  .reviews-content .reviews-bottom-row .star-rating p {
    font-size: 12px !important;
    margin-top: 0px !important;
  }
  .reviews-content .reviews-description {
    margin-top: 12px !important;
  }
  .reviews-content .reviews-description p {
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 0px 15px 0px 100px !important;
    margin-top: 0px !important;
  }
  .associates-data-main .for-btm-gap {
    margin-top: 60px !important;
  }
  .associates-job-details {
    margin-top: 60px !important;
  }
  .associates-data-main {
    padding-bottom: 60px !important;
  }
  .reviews-content {
    margin-top: 60px !important;
  }

  /* Course Content Detail CSS */

  .course-content-detail {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .course-content-detail p {
    font-size: 15px !important;
    line-height: 24px !important;
    margin-bottom: 22px !important;
  }
  .course-deatil-main ul li {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .course-deatil-main ul {
    margin-bottom: 22px !important;
  }

  /* Course Content Listing CSS */

  .course-content-box {
    min-height: 410px !important;
  }
  .course-content-main h2 {
    font-size: 22px !important;
    line-height: 30px !important;
    margin-bottom: 12px !important;
    min-height: 60px !important;
  }
  .course-content-main p {
    margin-bottom: 12px !important;
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .course-content-main a {
    font-size: 15px !important;
    line-height: 18px !important;
    padding: 16px 32px !important;
    margin-top: 30px !important;
  }
  .course-content-sec {
    margin-top: 60px !important;
    margin-bottom: 28px !important;
  }

  /* Lab Skills CSS */

  .lab-skills-top-content p {
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .lab-skills-top-content h2 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .lab-skills-address-bar {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  section.lab-skills-sec {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  tr.table-head td {
    font-size: 18px !important;
    line-height: 23px !important;
    padding: 14px 22px !important;
  }
  .table-cels-main td {
    font-size: 14px !important;
    padding: 16px 22px;
    line-height: 18px !important;
  }
  .lab-skills-contact {
    margin-top: 70px !important;
  }
  .lab-skills-contact span {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .lab-skills-contact a {
    min-height: 182px !important;
  }
  .email-col a label {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  /* Reveiws CSS */

  .company-reviews-main form {
    padding: 20px 20px !important;
  }
  .company-reviews-main h2 {
    font-size: 22px !important;
    margin-bottom: 12px !important;
  }
  .company-reviews-main .reviews-rating label {
    font-size: 16px !important;
    margin-bottom: 12px !important;
  }
  .company-reviews-main .reviews-rating {
    margin-bottom: 24px !important;
  }
  .company-reviews-main .form-field label {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
  .company-reviews-main .form-field textarea {
    height: 120px !important;
  }
  .company-reviews-main .company-form-btns button {
    font-size: 14px !important;
    padding: 6px 42px !important;
  }
  .company-reviews-main .company-form-btns {
    margin-top: 24px !important;
  }

  .job-description-main h3 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }
  .job-description-main p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .job-description-main .bottom-gap {
    margin-bottom: 36px !important;
  }
  .job-description-main {
    padding-top: 51px !important;
    padding-bottom: 70px !important;
  }

  .job-description-main > .row > .col-md-9 {
    padding-right: 25px !important;
    width: 65% !important;
  }
  .job-description-main > .row > .col-md-3 {
    width: 35% !important;
  }
  .job-details-main h4 {
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }
  .company-profile-data ul li h4 {
    font-size: 14px !important;
  }
  .company-profile-data ul li label {
    font-size: 14px !important;
  }
  .company-profile-data ul li {
    margin-bottom: 14px !important;
  }
  .company-profile-data ul li:last-child {
    margin-bottom: 0px !important;
  }
  .company-profile-data .profiler-name {
    margin-bottom: 22px !important;
  }
  .apply-now-content .lab-content {
    gap: 10px !important;
    flex-wrap: nowrap !important;
  }
  .lab-content .technician-data label {
    font-size: 14px !important;
  }
  .technician-data li {
    padding: 0px 8px !important;
    gap: 8px !important;
  }
  .apply-now-content .lab-content .image-col {
    width: 20% !important;
  }
  .apply-now-content .lab-content .image-col img {
    width: 135px !important;
    height: 135px !important;
  }
  .apply-now-content .lab-content .technician-name {
    width: 80% !important;
  }
  .apply-now-content > .row .col-md-8 {
    width: 75% !important;
  }
  .apply-now-content > .row > .col-md-4 {
    width: 25% !important;
  }
  .lab-content .technician-data {
    margin-top: 16px !important;
  }
  .lab-content .technician-name h2 {
    font-size: 22px !important;
  }
  .apply-now-btn a {
    font-size: 14px !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .applied-job-palce-time ul li {
    gap: 8px;
    font-size: 12px;
  }
  /*.title-head {
        min-height: 60px;
    }*/
  .active-applied-job-info .table-head .row {
    gap: 16px;
  }
  .applied-job-palce-time ul {
    flex-direction: column;
  }
  .applied-job-info-bg {
    background-color: #fff;
    padding: 20px 10px 10px 10px;
  }
  .clamp {
    -webkit-line-clamp: 6;
  }

  /*.title-head {
        min-height: 74px;
    }*/
  .active-Inprogress-job-info .table-head .row {
    gap: 12px;
  }
  .Inprogress-job-info-bg {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0px;
    width: 70%;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .title-head {
    /*min-height: 60px;*/
  }
  /*.table-head .row {
        gap: 10px;
    } */
}

/* For Responsive container Size */

@media (min-width: 576px) and (max-width: 767px) {
  .container,
  .container-sm,
  .container-fluid {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 960px !important;
  }

  /* Find Associates Page CSS */

  .find-associate-banner .job-title-key-main {
    width: 30% !important;
  }
  .state_for-icon {
    width: 25%;
    height: 80px;
  }
  .city-for-icon {
    width: 25%;
    height: 80px;
  }
  .find-associate-banner .find-job-btn {
    width: 20%;
    height: 80px;
  }
  .find-job-banner .job-searh-fields input.job-title-key {
    height: 80px;
    padding: 12px 58px;
  }
  .find-job-btn a#submit_form {
    font-size: 14px;
    padding: 14px 26px;
  }
  .find-job-banner .job-searh-fields .job-title-key-main:before {
    top: 28px;
    left: 28px;
  }
  .state_for-icon:before {
    top: 24px;
    left: 20px;
  }
  .job-searh-fields select#state_id {
    font-size: 14px;
    height: 46px;
  }
  .city-for-icon:before {
    top: 28px;
    left: 20px;
  }
  .job-searh-fields select#city_id {
    height: 46px;
    font-size: 14px;
  }
  .job-searh-fields .row-second select {
    height: 58px;
    border-radius: 4px;
    font-size: 14px;
  }
  select.choose-industry {
    width: 33%;
  }
  .find-associate-banner select.job-type,
  .find-associate-banner select.job-salary,
  .find-associate-banner select.job-experience {
    width: 33% !important;
  }
  .associate-str-end {
    width: 66%;
    margin-top: 24px;
  }
  .job-searh-fields .row-second select.job-type {
    width: 32% !important;
  }
  .associate-str-end input {
    height: 58px;
    border-radius: 4px;
    width: 45%;
    font-size: 14px;
  }
  .associate-str-end label {
    width: 10%;
    text-align: center;
    font-size: 14px;
  }
  .job-searh-fields .row-second select.job-experience {
    margin-top: 24px;
    width: 33%;
  }

  .find-job-banner .job-search-head {
    margin-bottom: 30px;
  }
  .find-job-banner h3 {
    font-size: 42px;
  }
  .find-job-banner p {
    font-size: 16px;
  }
  .find-job-banner {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .job-search-sort p.pull-left {
    font-size: 14px;
  }
  .job-search-sort select#sort_select {
    font-size: 14px;
    border-radius: 4px;
    height: 58px;
  }

  .find-associate-job-search .user-image img {
    width: 150px;
    height: 150px;
  }
  .find-job-info h5 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .Inprogress-job-palce-time label {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .find-associate-job-search ul.list-unstyled {
    margin-top: 14px;
    justify-content: flex-start;
  }
  .find-associate-job-search ul.list-unstyled li {
    margin-right: 0px;
  }
  .view-profile-btn {
    padding: 15px 31px;
    font-size: 12px;
  }
  button.book-profile-btn {
    padding: 11.5px 58px;
    font-size: 12px;
    width: 100% !important;
  }
  .find-associate-job-search .applied-job-info .row {
    margin-bottom: 22px;
  }
  .find-associate-job-search .applied-job-info .Inprogress-job-skills {
    margin-top: 10px;
  }
  .find-associate-job-search label.view-profile-btn {
    padding: 12.5px 50px;
  }
  .job-search-result {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  /* Find Job Page CsS */

  .job-searh-fields .row-second select.job-salary {
    width: 33%;
  }
  .job-searh-fields .row-second select.job-qualification {
    width: 66%;
    margin-top: 24px;
  }
}

/* media query moiz */
@media (min-width: 1440px) and (max-width: 1699px) {
  .active-applied-job-info h4 label {
    font-size: 19px;
  }
  .active-applied-job-info h4 {
    font-size: 15px;
  }
  .active-applied-job-info h5 label {
    font-size: 20px;
  }
  .active-applied-job-info h5 {
    font-size: 14px;
  }
  /*.applied-job-views-btn{
        justify-content: space-around;
    }*/
  .for-toggle-applied-info button.book-profile-btn {
    width: 170px;
  }
  label.view-profile-btn {
    padding: 12.5px 15px;
  }
  .send-msg a {
    padding: 12.5px 15px;
  }
  .job-mark-complete a {
    padding: 12.5px 8px;
    font-size: 14px;
    width: 150px;
    position: relative;
    right: 35px;
  }
  label.book-profile-btn {
    padding: 14px 62px 14px 62px;
  }
  .applied-job-palce-time ul li {
    gap: 6px;
    font-size: 12px;
  }
  .applied-job-info .row {
    justify-content: space-between;
  }
  .applied-job-skills input[type="button"] {
    padding: 6px 10px 6px 10px;
  }
  .find-associate-job-search .applied-job-views-btn .star-rating {
    padding-top: 12px;
  }
  .applied-job-skills input[type="button"] {
    font-size: 12px;
  }
  .star-rating {
    gap: 4px;
    padding-top: 4px;
  }
  .applied-job-send-msg {
    padding-top: 0px;
  }
  .applied-job-intro p {
    font-size: 14px;
  }
  .col-10 .applied-job-skills {
    width: 100%;
  }
  /* Inprogress job */
  .active-Inprogress-job-info h4 label {
    font-size: 19px;
  }
  .active-Inprogress-job-info h4 {
    font-size: 15px;
  }
  .active-Inprogress-job-info h5 label {
    font-size: 20px;
  }
  .active-Inprogress-job-info h5 {
    font-size: 14px;
  }
  .Inprogress-job-views-btn {
    justify-content: space-around;
  }
  .Inprogress-job-views-btn input.view-profile-btn {
    padding: 14px 42px 14px 42px;
  }
  .Inprogress-job-views-btn input.book-profile-btn {
    padding: 14px 62px 14px 62px;
  }
  .Inprogress-job-palce-time ul li {
    gap: 6px;
    font-size: 12px;
  }
  .Inprogress-job-intro p {
    font-size: 14px;
  }
  .col-10 .Inprogress-job-skills {
    width: 100%;
  }
  .Inprogress-job-skills input[type="button"] {
    padding: 6px 10px 6px 10px;
  }

  .Inprogress-job-skills input[type="button"] {
    font-size: 12px;
  }
  /* end Inprogress job */
}
@media (min-width: 1700px) and (max-width: 1799px) {
  .applied-job-skills input[type="button"] {
    padding: 6px 12px 6px 12px;
  }
  .view-profile-btn input[type="click"] {
    padding: 14px 22px 14px 22px;
  }
  .book-profile-btn input[type="click"] {
    padding: 14px 22px 14px 22px;
  }
  /* Inprogress */
  .Inprogress-job-skills input[type="button"] {
    padding: 6px 12px 6px 12px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .applied-job-palce-time ul li {
    gap: 8px;
    font-size: 12px;
  }
  /*.title-head {
        min-height: 60px;
    }*/
  .active-applied-job-info .table-head .row {
    gap: 16px;
  }
  .applied-job-palce-time ul {
    flex-direction: column;
  }
  .applied-job-info-bg {
    background-color: #fff;
    padding: 0px 0px 0px 10px;
  }
  .clamp {
    -webkit-line-clamp: 6;
  }
  /* Inprogress job */
  .Inprogress-job-palce-time ul li {
    gap: 6px;
    font-size: 13px;
  }
  /*.title-head {
        min-height: 74px;
    }*/
  .active-Inprogress-job-info .table-head .row {
    gap: 12px;
  }
  .Inprogress-job-palce-time ul {
    /*    flex-direction: column;*/
  }
  .Inprogress-job-info-bg {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0px;
    width: 70%;
  }
  /* end Inprogress job */
}
@media (min-width: 481px) and (max-width: 767px) {
  .title-head {
    /*        min-height: 60px;*/
  }
  /*.table-head .row {
        gap: 10px;
    }  */
}

/* =======================Active jobs========================= */
/* start offered-job  */
.first-appliciant-info {
  text-align: start !important;
}

.appliciantend-info {
  text-align: center;
}
.title-offered-job h3 {
  font-size: 26px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 24px;
}

.offered-job-content .row {
  align-items: center;
}

.active-offered-job-bg-info.table-body {
  background-color: #fff;
  padding: 40px 40px 40px 40px;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 9%);
  margin-bottom: 32px;
}
.active-offered-job-bg-info.table-body .offered-job-content {
  padding: 24px 24px 24px;
  background-color: #6c757d14;
}

.offered-job-user-id-image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.offered-job-country-and-viewbt {
  display: flex;
  justify-content: space-between;
}

.offered-job-user-id-image h3,
.offered-job-time-amount h3,
.country-text h3 {
  font-size: 22px;
  font-weight: 600;
  color: #4c102a;
  font-family: "PlusJakartaSans-Regular";
}
.offered-job-time-amount {
  display: grid;
  justify-content: center;
  padding-right: 30px;
}

.offered-job-user-id-image h4,
.offered-job-time-amount h4,
.country-text h4 {
  font-size: 18px;
  font-weight: 400;
  font-family: "PlusJakartaSans-Regular";
}

.offered-job-view-company-btn label.view-company-btn {
  background: #4c102a;
  text-align: center;
  padding: 16px 32px 16px 32px;
  font-family: "PlusJakartaSans-Medium";
  font-size: 14px;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: capitalize;
}

.offered-job-description h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "PlusJakartaSans-Regular";
  color: #4c102a;
  margin-top: 24px;
}

.offered-job-description p {
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
}

.offered-job-description p {
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
}

.title-active-applied-job h3 {
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  margin: 0px;
}

.offered-job-download-btn {
  display: flex;
  justify-content: flex-end;
}

.offered-job-download-btn label.download-all-btn {
  font-size: 16px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Regular";
}

.offered-job-attach {
  background-color: #46464614;
  padding: 19px 24px 19px 24px;
  border-radius: 4px;
}

.offered-job-requirement-cont .row {
  justify-content: space-between;
}

.offered-job-download-icon {
  display: flex;
  justify-content: end;
}

.offered-job-req ul {
  list-style: none;
  padding: 0px;
}

.offered-job-req ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
  font-size: 14px;
}

.offered-job-requirement-cont {
  margin-top: 24px;
}

.offered-job-req ul li i {
  padding: 9px 12px 9px 12px;
  background: #4646461a;
  font-size: 22px;
  border-radius: 4px;
}

.offered-job-download-icon i {
  padding: 9px 12px 9px 12px;
  background-color: #4c102a1a;
  font-size: 22px;
  color: #4c102a;
  border-radius: 4px;
}

.offered-job-select-bt {
  display: flex;
  gap: 24px;
  margin-top: 48px;
}

.offered-job-select-bt label.accept-btn {
  padding: 16px 32px 16px 32px;
  background: #4c102a;
  text-align: center;
  font-family: "PlusJakartaSans-Medium";
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.offered-job-select-bt label.decline-btn {
  padding: 16px 32px 16px 32px;
  border: 1px solid #4c102a;
  font-family: "PlusJakartaSans-Medium";
  font-size: 18px;
  color: #4c102a;
  border-radius: 4px;
}
.offerd-job-details .image img {
  width: 80px !important;
  height: 80px;
  border-radius: 4px;
  object-fit: cover;
}

/* end offered-job  */

/* start applied-inner-job  */
.title-applied-inner-job h3 {
  font-size: 26px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 24px;
}
.applied-job-inner-title-right ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.applied-job-inner-title-right ul li {
  display: flex;
  gap: 15px;
  justify-content: end;
  align-items: center;
}

.applied-job-inner-title-right ul li img {
  width: 56px;
  height: auto;
}
.applied-job-inner-title h3 {
  font-size: 28px;
  font-weight: 600;
  font-family: "PlusJakartaSans-Regular";
  color: #4c102a;
}
.applied-inner-job-bg .row {
  align-items: center;
}
.applied-inner-job-bg {
  background-color: #fff;
  padding: 40px 40px 40px 40px;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 9%);
  margin-bottom: 32px;
}
.appliciant-info h4 {
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
}
.appliciant-info label {
  font-size: 18px;
  font-family: "PlusJakartaSans-Regular";
  color: #4c102a;
  font-weight: 600;
}
.appliciantend-info h4 {
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
}
.appliciantend-info label {
  font-size: 18px;
  font-family: "PlusJakartaSans-Regular";
  color: #4c102a;
  font-weight: 600;
}
.applied-inner-job-table-body {
  padding: 24px;
  margin-top: 48px;
  background-color: #46464614;
}
.applied-inner-job-table-body .appliciant-info {
  position: relative;
  text-align: center;
}
.applied-inner-job-table-body .appliciant-info::before {
  content: "";
  display: block;
  border-right: 2px solid #dbdde4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 16px;
}
.applied-inner-job-description h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "PlusJakartaSans-Regular";
  color: #4c102a;
  margin-top: 24px;
}
.applied-inner-job-description p {
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
}
.title-active-applied-inner-job h3 {
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  margin: 0px;
}
.offered-job-download-btn label.download-all-btn {
  font-size: 16px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Regular";
}

.applied-inner-job-attach {
  background-color: #46464614;
  padding: 19px 24px 19px 24px;
  border-radius: 4px;
}
.applied-inner-job-req ul {
  list-style: none;
  padding: 0px;
}
.applied-inner-job-req ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
  font-size: 14px;
}
.applied-inner-job-req ul li i {
  padding: 9px 12px 9px 12px;
  background: #4646461a;
  font-size: 22px;
  border-radius: 4px;
}
.applied-inner-job-download-icon {
  display: flex;
  justify-content: end;
}
.applied-inner-job-download-icon i {
  padding: 9px 12px 9px 12px;
  background-color: #4c102a1a;
  font-size: 22px;
  color: #4c102a;
  border-radius: 4px;
}
.applied-inner-job-download-btn {
  display: flex;
  justify-content: end;
}
.applied-inner-job-requirement-cont .row {
  justify-content: space-between;
}

.applied-inner-job-download {
  text-align: end;
}
.applied-inner-job-resume ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.applied-inner-job-resume ul li {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  align-items: center;
}
.applied-inner-job-resume ul li i {
  padding: 9px 12px 9px 12px;
  background: #4646461a;
  font-size: 22px;
  border-radius: 4px;
}
.applied-inner-job-download i {
  padding: 9px 12px 9px 12px;
  background-color: #4c102a1a;
  font-size: 22px;
  color: #4c102a;
  border-radius: 4px;
}
.applied-inner-job-requirement-cont {
  margin-top: 24px;
}
/* end applied-inner-job  */

/* media query moiz */
@media (min-width: 1440px) and (max-width: 1640px) {
  .offered-job-user-id-image h3,
  .offered-job-time-amount h3,
  .country-text h3 {
    font-size: 18px;
  }

  .offered-job-user-id-image img {
    width: 80%;
  }

  .offered-job-user-id-image h4,
  .offered-job-time-amount h4,
  .country-text h4 {
    font-size: 16px;
  }

  .offered-job-view-company-btn label.view-company-btn {
    padding: 14px 28px 14px 28px;
    font-size: 13px;
  }

  .offered-job-description h3 {
    font-size: 19px;
    margin-top: 18px;
  }

  .offered-job-description p {
    font-size: 15px;
  }

  .title-active-applied-job h3,
  .offered-job-download-btn label.download-all-btn {
    font-size: 15px;
  }

  .offered-job-req ul li {
    font-size: 13px;
  }

  .offered-job-attach {
    padding: 17px 20px 17px 20px;
  }

  .offered-job-req ul li i,
  .offered-job-download-icon i {
    font-size: 20px;
  }

  .offered-job-requirement-cont {
    margin-top: 18px;
  }

  .offered-job-select-bt {
    margin-top: 30px;
  }

  .offered-job-select-bt label.accept-btn {
    font-size: 16px;
    padding: 14px 28px 14px 28px;
  }
  .tacnician-offered-job .edit-delete a {
    font-size: 16px;
    padding: 13px 26px;
  }
  .offerd-job-details .image img {
    width: 75px !important;
    height: 75px;
  }
  .offered-job-user-id-image {
    gap: 10px;
  }
  .offered-job-time-amount {
    padding-right: 10px;
  }

  /* start applied-inner-job  */

  .applied-job-inner-title h3 {
    font-size: 19px;
    margin: 0px;
  }
  .applied-inner-job-table-body {
    padding: 18px;
    margin-top: 28px;
  }
  .appliciant-info h4,
  .appliciantend-info h4 {
    font-size: 15px;
  }
  .appliciant-info label,
  .appliciantend-info label {
    font-size: 17px;
  }
  .applied-inner-job-description h3 {
    font-size: 19px;
    margin-top: 18px;
  }
  .applied-inner-job-description p {
    font-size: 15px;
  }
  .applied-inner-job-attach {
    padding: 17px 20px 17px 20px;
  }
  .title-active-applied-inner-job h3 {
    font-size: 15px;
  }
  .applied-inner-job-download-btn label.download-all-btn {
    font-size: 15px;
  }
  .applied-inner-job-requirement-cont {
    margin-top: 18px;
  }
  .applied-inner-job-resume ul li i,
  .applied-inner-job-download i {
    font-size: 20px;
  }
  /* end applied-inner-job  */
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .offered-job-user-id-image h3,
  .offered-job-time-amount h3,
  .country-text h3 {
    font-size: 18px;
  }

  .offered-job-user-id-image {
    gap: 10px;
  }

  .offered-job-user-id-image img {
    width: 100%;
  }

  .offered-job-user-id-image h4,
  .offered-job-time-amount h4,
  .country-text h4 {
    font-size: 14px;
  }

  .offered-job-view-company-btn label.view-company-btn {
    padding: 14px 14px 14px 14px;
    font-size: 12px;
  }

  .offered-job-description h3 {
    font-size: 18px;
    margin-top: 16px;
  }

  .offered-job-description p {
    font-size: 14px;
  }

  .title-active-applied-job h3,
  .offered-job-download-btn label.download-all-btn {
    font-size: 14px;
  }

  .offered-job-req ul li {
    font-size: 12px;
  }

  .offered-job-attach {
    padding: 15px 18px 15px 18px;
  }

  .offered-job-req ul li i,
  .offered-job-download-icon i {
    font-size: 18px;
  }

  .offered-job-requirement-cont {
    margin-top: 16px;
  }

  .offered-job-select-bt {
    margin-top: 24px;
  }

  .offered-job-select-bt label.accept-btn {
    font-size: 16px;
    padding: 14px 28px 14px 28px;
  }

  .offered-job-select-bt label.decline-btn {
    padding: 12px 24px 12px 24px;
    font-size: 16px;
  }
  .offered-job-time-amount {
    padding-right: 0px;
  }
  .offerd-job-details .image img {
    width: 70px !important;
    height: 70px;
  }

  /* start applied-inner-job  */
  .applied-job-inner-title h3 {
    font-size: 19px;
    margin: 0px;
  }
  .applied-inner-job-table-body {
    padding: 18px;
    margin-top: 28px;
  }
  .appliciant-info h4,
  .appliciantend-info h4 {
    font-size: 14px;
  }
  .appliciant-info label,
  .appliciantend-info label {
    font-size: 16px;
  }
  .applied-inner-job-description h3 {
    font-size: 18px;
    margin-top: 16px;
  }
  .applied-inner-job-description p {
    font-size: 14px;
  }
  .applied-inner-job-attach {
    padding: 17px 20px 17px 20px;
  }
  .title-active-applied-inner-job h3 {
    font-size: 14px;
  }
  .applied-inner-job-download-btn label.download-all-btn {
    font-size: 15px;
  }
  .applied-inner-job-requirement-cont {
    margin-top: 18px;
  }
  .applied-inner-job-resume ul li i,
  .applied-inner-job-download i {
    font-size: 18px;
  }
  /* end applied-inner-job  */
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .offered-job-user-id-image h3,
  .offered-job-time-amount h3,
  .country-text h3 {
    font-size: 16px;
  }

  .offered-job-user-id-image h4,
  .offered-job-time-amount h4,
  .country-text h4 {
    font-size: 13px;
  }

  .offered-job-user-id-image {
    gap: 10px;
  }

  .offered-job-content img {
    width: 100%;
  }

  .offered-job-view-company-btn label.view-company-btn {
    padding: 14px 14px 14px 14px;
    font-size: 12px;
  }

  .offered-job-content .row {
    display: flex;
    align-items: center;
  }

  .offered-job-description h3 {
    font-size: 14px;
    margin-top: 16px;
  }

  .offered-job-description p {
    font-size: 12px;
  }

  .offered-job-attach {
    padding: 14px 16px 14px 16px;
  }

  .title-active-applied-job h3 {
    font-size: 13px;
  }

  .offered-job-download-btn label.download-all-btn {
    font-size: 13px;
  }

  .offered-job-req ul li {
    gap: 10px;
    font-size: 12px;
  }

  .offered-job-req ul li i {
    font-size: 16px;
  }
  .offered-job-download-icon i {
    font-size: 16px;
  }
  .offered-job-requirement-cont {
    margin-top: 14px;
  }
  .offered-job-select-bt {
    gap: 10px;
    margin-top: 14px;
  }
  .offered-job-select-bt label.accept-btn {
    padding: 12px 22px 12px 22px;
    font-size: 14px;
  }
  .offered-job-select-bt label.decline-btn {
    padding: 12px 22px 12px 22px;
    font-size: 14px;
  }
  .tacnician-offered-job .edit-delete a {
    font-size: 14px;
    padding: 10px 25px;
  }
  .edit-delete .dropdown {
    text-align: end;
  }
  .tacnician-applied-jobs .edit-delete .dropdown {
    gap: 16px;
  }
  .active-offered-job-bg-info.table-body {
    padding: 20px 20px 20px 20px;
  }
  .active-offered-job-bg-info.table-body .offered-job-content {
    padding: 18px 18px 18px;
  }
  .offerd-job-details .image img {
    width: 60px !important;
    height: 60px;
  }
  .offered-job-time-amount {
    padding-right: 0px;
  }

  /* start applied-inner-job  */

  .applied-inner-job-bg .row .col-md-2 {
    padding-right: 0px;
  }
  .applied-job-inner-title h3 {
    font-size: 19px;
    margin: 0px;
  }
  .applied-inner-job-table-body {
    padding: 16px;
    margin-top: 22px;
  }
  .appliciant-info h4,
  .appliciantend-info h4 {
    font-size: 13px;
  }
  .appliciant-info label,
  .appliciantend-info label {
    font-size: 15px;
  }
  .applied-inner-job-description h3 {
    font-size: 17px;
    margin-top: 14px;
  }
  .applied-inner-job-description p {
    font-size: 12px;
  }
  .applied-inner-job-attach {
    padding: 14px 16px 14px 16px;
  }
  .title-active-applied-inner-job h3 {
    font-size: 13px;
  }
  .applied-inner-job-download-btn label.download-all-btn {
    font-size: 13px;
  }
  .applied-inner-job-requirement-cont {
    margin-top: 18px;
  }
  .applied-inner-job-resume ul li i,
  .applied-inner-job-download i {
    font-size: 16px;
  }
  /*.offered-job-content .row > .col-md-4 {
        width: 50%;
        margin-bottom: 20px;
    }
    .offered-job-content .row > .col-md-3 {
        width: 50%;
    }
    .offered-job-content .row > .col-md-5 {
        width: 100%;
    }*/
  /* end applied-inner-job  */
}
@media (min-width: 992px) and (max-width: 1024px) {
  .offered-job-user-id-image h3,
  .offered-job-time-amount h3,
  .country-text h3 {
    font-size: 15px;
  }

  .offered-job-user-id-image h4,
  .offered-job-time-amount h4,
  .country-text h4 {
    font-size: 12px;
  }

  .offered-job-user-id-image {
    gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .offered-job-content img {
    width: 100%;
  }

  .offered-job-view-company-btn label.view-company-btn {
    padding: 14px 14px 14px 14px;
    font-size: 12px;
  }

  .offered-job-content .row {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .offered-job-description h3 {
    font-size: 14px;
    margin-top: 16px;
  }

  .offered-job-description p {
    font-size: 12px;
  }

  .offered-job-attach {
    padding: 12px 12px 12px 12px;
  }

  .title-active-applied-job h3 {
    font-size: 13px;
  }

  .offered-job-download-btn label.download-all-btn {
    font-size: 13px;
  }

  .offered-job-req ul li {
    gap: 10px;
    font-size: 12px;
  }

  .offered-job-req ul li i {
    font-size: 16px;
  }
  .offered-job-download-icon i {
    font-size: 16px;
  }
  .offered-job-requirement-cont {
    margin-top: 14px;
  }
  .offered-job-select-bt {
    gap: 10px;
    margin-top: 14px;
  }
  .offered-job-select-bt label.accept-btn {
    padding: 12px 22px 12px 22px;
    font-size: 14px;
  }
  .offered-job-select-bt label.decline-btn {
    padding: 12px 22px 12px 22px;
    font-size: 14px;
  }
  .active-offered-job-bg-info.table-body {
    padding: 24px 24px 24px 24px;
  }
  .offered-job-country-and-viewbt {
    gap: 0px;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
  }
  .offered-job-time-amount {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-right: 0px;
    height: 100%;
    justify-content: flex-end;
    padding-left: 30px;
  }
  .offered-job-attach .col-md-6 {
    padding: 0px;
  }
  .applied-inner-job-table-body .appliciant-info::before {
    left: 6px;
  }
  /* start applied-inner-job  */
  .applied-inner-job-bg .row .col-md-2 {
    padding-left: 0px;
  }
  .applied-job-inner-title h3 {
    font-size: 19px;
    margin: 0px;
  }
  .applied-inner-job-table-body {
    padding: 16px;
    margin-top: 22px;
  }
  .appliciant-info h4,
  .appliciantend-info h4 {
    font-size: 13px;
  }
  .appliciant-info label,
  .appliciantend-info label {
    font-size: 15px;
  }
  .applied-inner-job-description h3 {
    font-size: 17px;
    margin-top: 14px;
  }
  .applied-inner-job-description p {
    font-size: 12px;
  }
  .applied-inner-job-attach {
    padding: 12px 14px 12px 14px;
  }
  .title-active-applied-inner-job h3 {
    font-size: 13px;
  }
  .applied-inner-job-download-btn label.download-all-btn {
    font-size: 13px;
  }
  .applied-inner-job-requirement-cont {
    margin-top: 18px;
  }
  .applied-inner-job-resume ul li i,
  .applied-inner-job-download i {
    font-size: 16px;
  }
  .applied-inner-job-bg .row .col-md-6 {
    padding: 0;
  }
  .applied-job-inner-title-right ul li img {
    width: 40px;
    height: auto;
  }
  /*.offered-job-content .row > .col-md-4 {
        width: 50%;
        margin-bottom: 20px;
    }
    .offered-job-content .row > .col-md-3 {
        width: 50%;
    }
    .offered-job-content .row > .col-md-5 {
        width: 100%;
    }*/

  /* end applied-inner-job  */
}
@media (min-width: 768px) and (max-width: 991px) {
  .offered-job-user-id-image h3,
  .offered-job-time-amount h3,
  .country-text h3 {
    font-size: 16px;
  }

  .offered-job-user-id-image h4,
  .offered-job-time-amount h4,
  .country-text h4 {
    font-size: 14px;
  }

  .offered-job-user-id-image {
    gap: 14px;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }
  .offerd-job-details .image img {
    width: 60px !important;
    height: 60px;
  }

  .offered-job-content img {
    width: 100%;
  }

  .offered-job-view-company-btn label.view-company-btn {
    padding: 12px 14px 12px 14px;
    font-size: 12px;
  }

  .offered-job-content .row {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .offered-job-description h3 {
    font-size: 14px;
    margin-top: 16px;
  }

  .offered-job-description p {
    font-size: 12px;
  }

  .offered-job-attach {
    padding: 12px 12px 12px 12px;
  }

  .title-active-applied-job h3 {
    font-size: 13px;
  }

  .offered-job-download-btn label.download-all-btn {
    font-size: 13px;
  }

  .offered-job-req ul li {
    gap: 10px;
    font-size: 12px;
  }

  .offered-job-req ul li i {
    font-size: 16px;
  }
  .offered-job-download-icon i {
    font-size: 16px;
  }
  .offered-job-requirement-cont {
    margin-top: 14px;
  }
  .offered-job-select-bt {
    gap: 10px;
    margin-top: 14px;
  }
  .offered-job-select-bt label.accept-btn {
    padding: 12px 22px 12px 22px;
    font-size: 14px;
  }
  .offered-job-select-bt label.decline-btn {
    padding: 12px 22px 12px 22px;
    font-size: 14px;
  }
  .active-offered-job-bg-info.table-body {
    padding: 24px 24px 24px 24px;
  }
  .offered-job-country-and-viewbt {
    gap: 0px;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
  }
  .offered-job-attach .col-md-6 {
    padding: 0px;
  }
  .offered-job-content .col-md-4 {
    padding-right: 0;
    padding-left: 0;
  }
  .offered-job-content .col-md-5 {
    padding-right: 0px !important;
  }
  .tacnician-offered-job .edit-delete a {
    font-size: 14px;
    padding: 12px 20px;
  }
  .offered-job-time-amount {
    padding-right: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 27px;
  }

  /* start applied-inner-job  */

  .applied-inner-job-bg .row .col-md-2 {
    padding-left: 0px;
  }
  .applied-inner-job-bg {
    padding: 24px 24px 24px 24px;
  }
  .applied-job-inner-title h3 {
    font-size: 19px;
    margin: 0px;
  }
  .applied-inner-job-table-body {
    padding: 16px;
    margin-top: 22px;
  }
  .appliciant-info h4,
  .appliciantend-info h4 {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .appliciant-info label,
  .appliciantend-info label {
    font-size: 12px;
  }
  .applied-inner-job-table-body .appliciant-info::before {
    left: 6px;
  }
  .applied-inner-job-description h3 {
    font-size: 17px;
    margin-top: 14px;
  }
  .applied-inner-job-description p {
    font-size: 12px;
  }
  .applied-inner-job-attach {
    padding: 12px 14px 12px 14px;
  }
  .title-active-applied-inner-job h3 {
    font-size: 13px;
  }
  .applied-inner-job-download-btn label.download-all-btn {
    font-size: 13px;
  }
  .applied-inner-job-requirement-cont {
    margin-top: 18px;
  }
  .applied-inner-job-resume ul li i,
  .applied-inner-job-download i {
    font-size: 16px;
  }
  .applied-inner-job-bg .row .col-md-6 {
    padding: 0;
  }
  .applied-job-inner-title-right ul li img {
    width: 40px;
    height: auto;
  }

  /* end applied-inner-job  */
}
@media (min-width: 320px) and (max-width: 767px) {
  .offered-job-user-id-image h3,
  .offered-job-time-amount h3,
  .country-text h3 {
    font-size: 18px;
  }

  .offered-job-user-id-image h4,
  .offered-job-time-amount h4,
  .country-text h4 {
    font-size: 14px;
  }

  .offered-job-user-id-image {
    gap: 20px;
    margin-bottom: 18px;
    flex-direction: column;
    align-items: center;
  }
  .offered-job-time-amount {
    margin-bottom: 20px;
    padding-right: 0px;
    justify-items: center;
  }
  .offered-job-user-id-image .name-id {
    text-align: center;
  }

  .offered-job-content img {
    width: 100%;
  }

  .offered-job-view-company-btn label.view-company-btn {
    padding: 14px 14px 14px 14px;
    font-size: 12px;
  }

  .offered-job-content .row {
    display: flex;
    align-items: center;
  }

  .offered-job-description h3 {
    font-size: 14px;
    margin-top: 16px;
  }

  .offered-job-description p {
    font-size: 12px;
  }

  .offered-job-attach {
    padding: 12px 12px 12px 12px;
  }

  .title-active-applied-job h3 {
    font-size: 12px;
  }

  .offered-job-download-btn label.download-all-btn {
    font-size: 12px;
  }

  .offered-job-req ul li {
    gap: 10px;
    font-size: 12px;
  }

  .offered-job-req ul li i {
    font-size: 14px;
  }
  .offered-job-download-icon i {
    font-size: 14px;
  }
  .offered-job-requirement-cont {
    margin-top: 14px;
  }
  .offered-job-select-bt {
    gap: 10px;
    margin-top: 14px;
  }
  .offered-job-select-bt label.accept-btn {
    padding: 12px 22px 12px 22px;
    font-size: 14px;
  }
  .offered-job-select-bt label.decline-btn {
    padding: 12px 22px 12px 22px;
    font-size: 14px;
  }
  .active-offered-job-bg-info.table-body {
    padding: 18px 12px 18px 12px;
  }
  .offered-job-country-and-viewbt {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .offered-job-attach .col-md-6 {
    padding: 0px;
    width: 50%;
  }
  .offered-job-attach .row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .offered-job-requirement-cont .col-md-3 {
    width: 50%;
  }
  .tacnician-offered-job .edit-delete a {
    font-size: 14px;
    padding: 10px 22px;
  }

  /* start applied-inner-job */

  .applied-inner-job-table-body .appliciant-info {
    border-right: none;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 10px;
    text-align: start;
  }
  .applied-inner-job-table-body .appliciant-info::before {
    border: none;
  }
  .applied-inner-job-bg .row .col-md-6 {
    width: 50%;
  }
  .applied-inner-job {
    width: 100%;
  }
  .applied-inner-job-table-body {
    padding: 14px;
    margin-top: 20px;
  }
  .appliciant-info h4 {
    font-size: 13px;
  }
  .appliciant-info label,
  .appliciantend-info label {
    font-size: 16px;
  }
  .applied-job-inner-title h3 {
    font-size: 16px;
  }
  .applied-job-inner-title-right ul li img {
    width: 40px;
    height: auto;
  }
  .applied-job-inner-title-right ul li {
    gap: 12px;
  }
  .applied-inner-job-description h3 {
    font-size: 14px;
    margin-top: 16px;
  }
  .applied-inner-job-description p {
    font-size: 12px;
  }
  .applied-inner-job-attach {
    padding: 12px 12px 14px 12px;
  }
  .applied-inner-job-requirement-cont .row .col-md-3 {
    width: 50%;
    padding: 0px;
  }
  .title-active-applied-inner-job h3,
  .applied-inner-job-download-btn label.download-all-btn {
    font-size: 13px;
  }
  .applied-inner-job-requirement-cont {
    margin-top: 14px;
  }
  .applied-inner-job-resume ul li i,
  .applied-inner-job-download i {
    font-size: 18px;
  }
  .applied-inner-job-bg {
    padding: 18px 12px 18px 12px;
  }
  .appliciantend-info {
    text-align: start;
  }
  /* end applied-inner-job */
}

.remove-btn {
  background: #ececec;
  color: #4c102a;
  width: 55px;
  display: block;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 19px;
  float: right;
  cursor: pointer;
  border-radius: 4px;
}

.date_form {
  border: 1px solid rgb(70 70 70 / 30%);
  padding: 8px;
  border-radius: 4px;
}
#dates_input {
  float: left;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: 96%;
  padding-bottom: 0px;
}
#openCalender img {
  width: 100%;
  object-fit: scale-down;
  object-position: center;
}
#date_trigger {
  float: right;
  width: 0px;
  border: 0px;
  line-height: 10px;
  height: 0px;
  color: #fff;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix {
  clear: both;
}
#dates_input .date_option {
  background: #ececec;
  padding: 7px;
  display: inline-block;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.date_option i {
  margin-left: 10px;
}
.month_head h3 {
  font-size: 21px;
  margin-bottom: 18px;
  color: #4c102a;
}
#dates_input::-webkit-scrollbar {
  height: 10px;
}

/* Track */
#dates_input::-webkit-scrollbar-track {
  background: #ececec;
}

/* Handle */
#dates_input::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
#dates_input::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.available_calender {
  background: #fff;
  padding: 25px;
}
.available_calender th a,
.available_calender td a {
  color: #000;
  text-decoration: none;
}
#openCalender {
  margin-bottom: 0px;
  margin-top: 0px;
  display: block;
  text-align: center;
  float: right;
  width: 3%;
}
.disabled_grey {
  background: #eaeaea78;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  display: none;
}
.date_form_main {
  position: relative;
}
.available_calender .fc .fc-non-business {
  background: transparent;
}

/* Apply Now Page CSS */

.apply-now-content > .row {
  align-items: center;
}
.apply-now-content .lab-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.apply-now-content .image-col img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 4px;
}
.lab-content .technician-name h2 {
  font-size: 28px;
  color: #4c102a;
  font-family: PlusJakartaSans-Bold;
}
.lab-content .technician-data {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin-top: 24px;
}
.technician-data li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  border-left: 2px solid rgb(70 70 70 / 10%);
  padding: 0px 22px;
}
.technician-data li:first-child {
  border: 0px;
  padding-left: 0px;
}
.apply-now-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 215px;
  margin-left: auto;
}
.apply-now-content > .row > .col-md-3 {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}
.apply-now-btn a {
  font-size: 17px;
  font-family: "PlusJakartaSans-Regular";
  text-decoration: none;
  background-color: #4c102a;
  color: #fff;
  padding: 16px 50px;
  border-radius: 4px;
}

.apply-to-login-btn a {
  font-size: 15px;
  font-family: "PlusJakartaSans-Regular";
  text-decoration: none;
  background-color: #4c102a;
  color: #fff;
  padding: 16px 50px;
  border-radius: 4px;
}
.apply-now-btn p {
  font-size: 16px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Regular";
  background-color: #4c102a33;
  border: 1px solid #4c102a4d;
  padding: 6px 35px;
  border-radius: 2px;
  margin-bottom: 0px;
}
label.applicants {
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium";
  color: #464646;
}
.related-jobs-content {
  padding: 32px 32px;
  border: 1px solid #46464629;
  border-radius: 24px;
}
.related-jobs-content .lab-content {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.related-jobs-content .lab-content .image-col img {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}
.related-jobs-content ul.technician-data {
  margin-top: 12px !important;
}
.related-jobs-content h2 {
  margin-bottom: 0px !important;
}
.related-jobs-content .apply-now-btn {
  width: 100%;
  max-width: 215px;
}
.related-jobs-content > .row {
  align-items: center;
}
.related-jobs-content > .row > .col-md-4 {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}
.related-jobs-para {
  margin-top: 32px;
}
.related-jobs-para p {
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
  line-height: 26px;
  margin-bottom: 0px;
}
.related-jobs-main h2 {
  font-size: 26px;
  color: #4c102a;
  font-family: PlusJakartaSans-SemiBold;
  margin-bottom: 16px;
}
.job-description-main h3 {
  font-size: 26px;
  color: #4c102a;
  font-family: PlusJakartaSans-SemiBold;
  margin-bottom: 16px;
}
.job-description-main p {
  margin-bottom: 0px;
  font-size: 17px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  line-height: 27px;
}
.job-description-main ul {
  padding: 0px 0px 0px 30px;
  margin: 0px;
}
.job-description-main ul li {
  font-size: 17px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  line-height: 36px;
}
.job-description-main .bottom-gap {
  margin-bottom: 56px;
}
.job-description-main {
  padding-top: 71px;
  padding-bottom: 100px;
}
.job-details-main {
  background-color: rgb(153 92 118 / 6%);
  padding: 42px 42px 2px;
  border-radius: 8px;
}
.job-details-main h4 {
  font-size: 24px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 24px;
}
.job-details-main .job-details-list {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  list-style: none;
}
.job-details-main .job-details-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 48px;
}
.job-details-main .job-details-list li h5 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 0px;
  gap: 6px;
}
.job-details-main .job-details-list li h5 label {
  font-size: 18px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Bold";
}
.associates-data-main > .row .col-md-3 {
  width: 28%;
}
.associates-data-main > .row .col-md-9 {
  width: 72%;
}
.job-details-main .job-details-list li h5 span {
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium";
  color: #464646;
}
.job-skills {
  background-color: rgb(153 92 118 / 6%);
  padding: 42px 42px 42px;
  border-radius: 8px;
  margin-top: 24px;
}
.job-skills h4 {
  font-size: 22px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 24px;
}
.job-skills ul {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}
.job-skills ul label {
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
  background-color: #fff;
  padding: 8px 24px;
  border-radius: 2px;
}
.job-description-main > .row > .col-md-9 {
  padding-right: 35px;
}
.company-profile-data {
  background-color: rgb(153 92 118 / 6%);
  padding: 35px 42px 9px;
  border-radius: 8px;
  margin-top: 24px;
}
.company-profile-data .profiler-name {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-bottom: 32px;
}
.company-profile-data .profiler-name h5 {
  font-size: 20px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Bold";
  margin-bottom: 8px;
}
.company-profile-data .profiler-name img {
  width: 70px !important;
  height: 70px;
  object-fit: cover;
  border-radius: 4px;
}
.company-profile-data .profiler-name a {
  text-decoration: none;
  color: #464646;
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium";
}
.company-profile-data ul {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  list-style: none;
  margin-top: 0px;
}
.company-profile-data ul li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 28px;
}
.company-profile-data ul li h4 {
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-SemiBold";
}
.company-profile-data ul li label {
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium";
  color: #464646;
}
.company-profile-data ul li .social-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.lab-content .technician-data label {
  font-size: 17px;
  color: #464646;
  font-family: "PlusJakartaSans-Medium";
  text-transform: capitalize;
}
#apply-job-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: #e9ecef;
}

/* Apply Now Form page CSS */

.user-content {
  text-align: center;
}
.inner-page-banner .user-content h1 {
  margin-bottom: 0px;
  font-size: 32px;
  color: #4c102a;
  font-family: PlusJakartaSans-Bold;
  margin-top: 32px;
}

.apply-now-form-main {
  width: 100%;
  max-width: 518px;
  margin: 32px auto 0px;
}
.apply-now-form-main label {
  font-size: 16px;
  color: #1b1b1b;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 16px;
}
.apply-now-form-main input {
  height: 56px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid rgb(70 70 70 / 30%);
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular" !important;
  color: #4c102a !important;
}
.apply-now-form-main input#accept_checkbox {
  height: auto !important;
}
.apply-now-form-main select {
  height: 56px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid rgb(70 70 70 / 30%);
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular" !important;
  width: 100%;
  padding: 10px 12px;
}
.apply-now-form-main input:focus {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #4c102a;
}
.apply-now-form-main select:focus {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #4c102a !important;
}
.apply-now-form-main select:focus option {
  background-color: whitesmoke;
  color: #4c102a !important;
}
.apply-now-form-main textarea {
  height: 188px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid rgb(70 70 70 / 30%);
  font-size: 16px;
  font-family: "PlusJakartaSans-Regular" !important;
  color: #4c102a !important;
  resize: none;
  padding: 15px 12px;
}
.apply-now-form-main textarea:focus {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #4c102a !important;
}
.apply-now-form-main input#accept-checkbox {
  width: 16px !important;
  height: 16px !important;
}
.apply-now-form-main input#choose-file {
  padding: 15px 45px;
  font-size: 14px;
  color: #464646 !important;
  font-family: "PlusJakartaSans-Medium" !important;
}
.choose-file-btn-main {
  position: relative;
}
.choose-file-btn-main .choose-file-btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  right: 0px;
  width: 100%;
  height: 56px;
  max-width: 145px;
  color: #ffffff;
  background-color: #464646;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  cursor: pointer;
  top: 0px;
}
.for-set-btn {
  position: relative;
}
.apply-now-form-main .checkbox-main {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 12px;
}

.apply-now-form-main .checkbox-main label {
  margin-bottom: 0px !important;
}
.apply-now-form-main .checkbox-main .btn-terms-condition {
  display: inline-block;
  color: #4c102a;
  font-size: 14px;
  font-family: "PlusJakartaSans-Medium" !important;
  margin-left: 5px;
}
.apply-now-form-main .form-submit-btn {
  background-color: #4c102a;
  width: 100%;
  height: 55px;
  color: #fff;
  border: 0px;
  border-radius: 4px;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  margin-top: 20px;
  transition: all 0.5s ease;
}
.choose-file-btn-main a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  text-decoration: none;
  background-color: #4c00211a;
  border: 1px solid #4c102a4d;
  border-radius: 4px;
  padding: 12px 21px;
  font-size: 18px;
  font-family: "PlusJakartaSans-Medium";
  color: #4c102a;
  position: relative;
}
.choose-file-btn-main label.cv-review {
  margin-bottom: 0px;
  font-size: 14px;
  font-family: "PlusJakartaSans-Regular";
  color: #4c102a;
  cursor: pointer;
}
.choose-file-btn-main a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/front/assets/images/Group-133.png);
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 26px;
  max-height: 36px;
  background-position: center right;
}
.apply-now-form-main .form-submit-btn:hover {
  background-color: #4c102a !important;
}
.apply-now-form-main .form-field {
  margin-bottom: 27px;
}
.apply-now-form-sec {
  margin-top: 100px;
  margin-bottom: 100px;
}
.apply-now-form-main input::-webkit-outer-spin-button,
.apply-now-form-main input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#form-done-popup img {
  margin-bottom: 16px;
}
#form-done-popup h2 {
  margin-bottom: 16px;
}
#form-done-popup .modal-body {
  padding: 40px 40px;
}
#form-done-popup button {
  color: #fff !important;
  border: 0px;
  background-color: #4c102a !important;
}
.apply-now-form-banner {
  padding: 99px 0px;
}
.apply-now-form-banner .user-content img {
  width: 110px;
  height: 110px;
  border-radius: 4px;
  object-fit: cover;
}
.apply-now-form-banner img {
  width: 160px;
  height: 160px;
  border-radius: 4px;
  object-fit: cover;
}
.apply-now-form-banner ul img {
  width: auto;
  height: auto;
}
.apply-now-profile-banner {
  padding: 59px 0px;
}
.apply-now-profile-banner .associates-user-content img {
  border-radius: 4px;
  object-fit: cover;
  object-position: top;
}
.apply-now-profile-banner ul img {
  height: auto !important;
  width: auto !important;
}
.hirenow-location {
  margin-top: 27px !important;
  margin-bottom: 27px !important;
}
.hirenow-location label {
  width: 100%;
  max-width: 518px;
  margin: 0px auto 16px;
  display: block;
}

/* Company Reviews CSS */

.company-reviews-main h2 {
  font-size: 26px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 24px;
}
.company-reviews-main .reviews-rating label {
  font-size: 18px;
  color: #1b1b1b;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 24px;
  text-transform: capitalize;
}
.company-reviews-main .star-rating {
  padding-top: 0px;
  gap: 15px;
}
.company-reviews-main .form-field label {
  font-size: 18px;
  color: #1b1b1b;
  font-family: "PlusJakartaSans-Medium";
  margin-bottom: 16px;
}
.company-reviews-main .form-field textarea {
  resize: none;
  height: 250px;
  font-size: 16px;
  color: #1b1b1b;
  font-family: PlusJakartaSans-Regular;
  line-height: 28px;
  padding: 20px 20px;
  border-radius: 4px;
  border: 1px solid rgb(70 70 70 / 30%);
}
.company-reviews-main .form-field textarea:focus {
  box-shadow: none;
  border: 1px solid #906b7b;
}
.company-reviews-main .reviews-rating {
  margin-bottom: 48px;
}
.company-reviews-main .company-form-btns {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.company-reviews-main .company-form-btns button {
  border: 1px solid #4c102a;
  font-size: 16px;
  font-family: "PlusJakartaSans-Medium";
  color: #fff;
  background-color: #4c102a;
  padding: 13px 63px;
  width: auto !important;
}
.company-reviews-main .company-form-btns button.cancel-btn {
  background-color: transparent;
  color: #4c102a;
}
.company-reviews-main form {
  padding: 40px 40px;
  background-color: #fff;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}

body span.active a:after,
body .stars a.active:after {
  color: #ffa800 !important;
}
body span:hover a:after {
  color: #ffa800 !important;
}
body span.active a.active ~ a:after {
  color: #9e9e9e !important;
}
.upload-file-main label {
  margin-top: 20px;
}
/*.reviews-rating span.active a:after, .stars a.active:after {
    color: #FFA800 !important;
}*/

/* Up Your lab Skills CSS */

td.couser-head,
.couser-cel {
  width: 20%;
}
td.scheduale-head,
.scheduale-cel {
  width: 20%;
}
td.apply-head,
.apply-cel {
  width: 20%;
}
td.type-head,
.type-cel {
  width: 16%;
}
td.time-head,
.time-cel {
  width: 12%;
}
td.fee-head,
.fee-cel {
  width: 12%;
}
.table-main {
  width: 100%;
  box-shadow: 0px 0px 64px #00000014;
}
tr.table-head td {
  background-color: #4c102a;
  font-size: 20px;
  font-weight: 600;
  line-height: 25.2px;
  text-align: left;
  font-family: "PlusJakartaSans-SemiBold";
  color: #ffffff;
  padding: 16px 24px;
  border-right: 1px solid #ffffff33;
}
.table-cels-main td {
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
  color: #464646;
  font-family: "PlusJakartaSans-Medium";
  padding: 18px 24px;
  border: 0px;
  border-right: 1px solid #6c757d4d;
  border-bottom: 1px solid #6c757d4d;
}
.table-cels-main td:first-child {
  text-transform: capitalize !important;
}
td.fee-cel a {
  font-family: "PlusJakartaSans-SemiBold";
  color: #4c102a;
  display: block;
}
td.apply-cel button {
  font-size: 16px;
  line-height: 20.16px;
  text-align: left;
  padding: 0px 0px;
  background-color: transparent;
  border: 0px;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
}
td.apply-cel button:hover {
  background-color: transparent;
  color: #4c102a;
}
td.apply-cel button:focus {
  background-color: transparent !important;
}
tr.table-cels-main {
  border: 0px !important;
}
td.apply-cel {
  border-right: 0px;
}
tr.table-cels-main:last-child td {
  border-bottom: 0px;
}
td.scheduale-cel a {
  display: block;
  color: #464646;
}
.lab-skills-content-main {
  width: 100%;
  max-width: 1060px;
  margin: 0px auto 0px;
}
.lab-skills-top-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  font-family: "PlusJakartaSans-Regular";
  color: #464646;
  margin-bottom: 0px;
}
.lab-skills-top-content h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 32.76px;
  text-align: left;
  color: #4c102a;
  font-family: "PlusJakartaSans-SemiBold";
  margin-bottom: 16px;
}
.lab-skills-address-bar {
  margin-top: 56px;
  margin-bottom: 56px;
}
section.lab-skills-sec {
  margin-top: 100px;
  margin-bottom: 100px;
}
.lab-skills-contact {
  margin-top: 100px;
}
.lab-skills-contact a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 32px 32px;
  text-decoration: none;
  background-color: #6d2142;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  min-height: 187px;
}
.lab-skills-contact span {
  font-size: 26px;
  line-height: 32.76px;
  text-align: left;
  font-family: "PlusJakartaSans-Bold";
  color: #fff;
}
.lab-skills-contact img {
  margin-bottom: 16px;
  margin-bottom: 16px;
}
.email-col a {
  background-color: #4c102a;
  padding: 58px 32px;
  box-shadow: 0px 0px 48px #9920553d;
}
.email-col img {
  margin-bottom: 28px;
}
.couser-contents-col {
  height: 100%;
}
.couser-contents-col img {
  margin-bottom: 36px;
}
.lab-skills-contact .col-md-4:nth-child(2) {
  padding: 0px;
}
.lab-skills-contact .col-md-4:first-child {
  padding-right: 0px;
}
.lab-skills-contact .col-md-4:last-child {
  padding-left: 0px;
}

.lab-skills-contact > .row {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.direction-col {
  height: 100%;
}
.email-col a label {
  display: block;
  font-size: 16px;
  line-height: 20.16px;
  text-align: left;
  font-family: "PlusJakartaSans-Regular";
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.lab-skills-popup-content .modal-body {
  border-top: 0px !important;
  padding: 40px 40px;
}
.lab-skills-popup-content {
  --bs-modal-width: 673px !important;
}
.lab-skills-popup-content .modal-header {
  border: 0px;
  padding: 0px;
  justify-content: flex-end;
}
.lab-skills-popup-content .modal-header button.btn-close {
  padding: 10px 10px;
  margin: 0px !important;
  --bs-btn-close-bg: none;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 9;
  color: #4c102a;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4c102a1a;
  border-radius: 0px;
  font-size: 22px;
}
.lab-skills-popup-content .modal-content {
  border-radius: 0px;
}
.lab-apply-online h2 {
  font-size: 32px;
  line-height: 40.32px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Bold";
  text-align: center;
  padding: 0px 40px;
  margin-bottom: 32px;
}
.lab-apply-online input {
  border-radius: 4px;
  border: 1px solid rgb(70 70 70 / 25%);
  height: 56px;
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
}
.lab-apply-online label {
  font-size: 16px;
  line-height: 20.16px;
  text-align: left;
  margin-bottom: 16px;
}
.lab-apply-online textarea {
  resize: none;
  border-radius: 4px;
  font-size: 16px;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  height: 142px;
}
.lab-apply-online-btn input {
  height: auto;
  background-color: #4c102a;
  border: 0px;
  font-size: 16px;
  line-height: 20.16px;
  text-align: center;
  color: #fff;
  font-family: "PlusJakartaSans-Regular";
  height: 48px;
}
.lab-apply-online p {
  margin: 0px;
}
.lab-apply-online .form-field {
  margin-bottom: 16px;
}
.lab-apply-online-btn {
  margin-top: 16px !important;
}
.lab-apply-online input:focus,
.lab-apply-online textarea:focus {
  box-shadow: none;
  border: 1px solid #4c102a;
}
.table-main h1 {
  color: #4c102a;
  font-family: "PlusJakartaSans-Bold";
  font-size: 32px;
  padding: 20px 24px;
  text-align: center;
  text-transform: capitalize;
}

.lab-skills-sec div.pagination {
  margin-top: 60px;
}
.lab-apply-online input#phone::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.lab-apply-online input#phone::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Course Content CSS */

.course-content-main h2 {
  font-size: 32px;
  line-height: 40.32px;
  text-align: left;
  color: #4c102a;
  font-family: "PlusJakartaSans-Bold";
  margin-bottom: 24px;
  min-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.course-content-main p {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
}
.course-content-main a {
  border-radius: 4px;
  display: inline-block;
  background-color: #4c102a;
  font-size: 18px;
  line-height: 22.68px;
  text-align: center;
  font-family: "PlusJakartaSans-Medium";
  color: #fff;
  text-decoration: none;
  padding: 20px 39px;
  margin-top: 60px;
}
.course-content-box {
  background-color: #6c757d0d;
  padding: 32px 32px;
  margin-bottom: 32px;
  border: 1px solid #6c757d33;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 388px;
}
.course-content-sec {
  margin-top: 127px;
  margin-bottom: 68px;
}

.course-content-detail {
  margin-top: 100px;
  margin-bottom: 100px;
}
.course-content-detail p {
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  margin-bottom: 30px;
}
.course-content-detail p:last-child {
  margin-bottom: 0px;
}
.course-deatil-main {
  width: 100%;
  max-width: 1330px;
  margin: 0px auto 0px;
}
.course-content-detail p b {
  font-size: 22px;
  color: #4c102a;
  font-family: "PlusJakartaSans-Bold";
}
.course-deatil-main ul li {
  color: #464646;
  font-family: "PlusJakartaSans-Regular";
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
}
.course-deatil-main ul {
  margin-bottom: 30px;
}

.main_success {
  padding-top: 40px;
  text-align: center;
  padding-bottom: 40px;
}
#paymentSuccess .success_icon {
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 100%;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 120px;
  margin: 0px auto;
}
#paymentSuccess .success_icon i {
  font-size: 50px;
  color: #a5dc86;
}

#paymentError .success_icon {
  border: 0.25em solid #f27474;
  border-radius: 100%;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 120px;
  margin: 0px auto;
}
#paymentError .success_icon i {
  font-size: 50px;
  color: #f27474;
}

.success_para {
  margin-top: 20px;
}
.success_para p {
  font-size: 20px;
}
.form-submit-btn {
  background-color: #4c102a;
  color: #fff;
  border: 0px;
  width: 100px;
  line-height: 35px;
  border-radius: 5px;
  margin-top: 20px;
}
/*  .truncate{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 0px;
}*/
.job_description p {
  margin-bottom: 0px;
}
.job_description span {
  cursor: pointer;
  /* color: #4C102A;
    font-weight: bold;*/
}
.para_back {
  background: #e4dee0;
  padding: 15px;
  margin-top: 15px;
  padding-top: 12px;
  border-radius: 10px;
  width: 100%;
}
.truncate a {
  color: #4c102a;
  font-weight: bold;
  text-transform: capitalize;
  font-family: "PlusJakartaSans-Bold";
  text-decoration: none;
}
.clearMain {
  float: right;
  margin-top: 15px;
}
.clearMain a {
  color: #4c102a;
  margin-top: 12px;
  clear: both;
}


.section.how-it-works .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #8e5606;
}
.how-it-works img{
    width: 100%;
}

.section.how-it-works .nav-link.active .number {
  color: white;
}
.section.how-it-works .nav-link .number {
  color: #8e5606;
  font-size: 53px;
}

.section.how-it-works .nav-link.active h5 {
  color: white;
}
.section.how-it-works .nav-link.active p {
  color: white !important;
}
.section.how-it-works h5 {
  color: #4c102a;
}

.title{
  color: #4c102a;
  font-size: 30px;

}
.section-title .title {
  font-size: 38px;
  line-height: 1.375;
  font-weight: 900;
  letter-spacing: 3px;
}
.cta h2{
    color: #4C102A;
    font-weight: 800;
}

.cta .btn-primary{
    background-color: #4C102A !important;
    border: #4C102A !important;
}
.cta{
    background-color: #dfd8db;
}
.career-section-box .career-img {
    border-radius: 6px 6px 0 0;
}
.career-img img{
    width: 100%;
    height: 300px;
}

.career-section-box{
    color: #4c102a;
}
.career-section-box .primary-link{
    color: #4c102a;
}

.quick-career-tips h5{
    color: #4c102a;
}

.quick-career-tips p{
    color: #464646;
}