html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto-Regular", sans-serif !important;
}

* {
  margin: 0;
  padding: 0;
}

/*  Basic Css  */

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

::selection {
  background-color: teal;
  color: white;
}

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

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

@font-face {
  font-family: "Roboto-Light";
  src: url("../font/Roboto-Light.ttf");
}

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

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

@font-face {
  font-family: "exo-bold";
  src: url("../font/Exo-Bold.otf");
}

@font-face {
  font-family: "exo-regular";
  src: url("../font/Exo-Regular.otf");
}

@font-face {
  font-family: "exo-medium";
  src: url("../font/Exo-Medium.otf");
}

@font-face {
  font-family: "exo-semibold";
  src: url("../font/Exo-SemiBold.otf");
}

@font-face {
  font-family: "exo-regular";
  src: url("../font/Exo-Regular.otf");
}

/*new-font add */
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../font/Montserrat-Bold.ttf");
}

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

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

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

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

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

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

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

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

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

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

/* ------mobile menu css--------- */

.header-cstm {
  background: #031224;
  color: white;
  height: 73px;
  padding-top: 15px;
}

.nav-link {
  color: white;
  font-size: 15px;
  font-family: roboto-medium;
}

.nav-item {
  margin: 0px 10px;
}


.reg-btn {
  width: 95px;
  height: 37px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  background-color: transparent;
  color: white;
  font-size: 15px;
  font-family: roboto-medium;
  transition: all 0.3s ease-in-out;
}

.reg-btn:hover {
  border: none;
  background-color: #008891;
}

.log-btn {
  width: 82px;
  height: 37px;
  background: #008891 0% 0% no-repeat padding-box;
  border-radius: 6px;
  color: white;
  font-size: 15px;
  font-family: roboto-medium;
  border: none;
  margin-left: 6px;
}

.nav-cool .menu-active {
  color: #008891;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
  color: #008891;
}

.employer-drop {
  color: white;
  font-size: 15px;
  font-family: roboto-medium;
  transition: all 0.2s ease-in-out;
  display: block;
  padding: 0.5rem;
  text-decoration: none;
}

.dropdown a:hover {
  color: #008891 !important;
  font-size: 15px;
  font-family: roboto-medium;
  text-decoration: none;
}

.employer-dr .dropdown-toggle::after {
  display: none;
}

.employer-dr .dropdown-menu {
  font-size: 14px;
  color: #212529;
  box-shadow: -1px 8px 14px #0000001f;
  font-family: "Roboto-Medium";
  border: none;
  transition: all 0.2s ease-in-out;
}

.employer-dr {
  transition: all 0.2s ease-in-out;
}

.employer-dr:hover .dropdown-menu {
  display: block;
  margin-top: 0px;
  transition: all 0.2s ease-in-out;
}

.mobile-header {
  width: 100%;
  background-color: #031224;
  height: 70px;
}

.menu .nav-item a {
  text-decoration: none;
  color: #031224;
  font-size: 17px;
}

.menu .nav-link {
  display: block;
  padding: 14px 1rem;
}

.bg-img-header {
  width: 100%;
  min-height: 544px;
  /* background: url("../images/banner.png") center center no-repeat; */
  background-size: cover !important;
  position: relative;
}

.bg-img-header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 544px;
  left: 0;
  background: transparent
    linear-gradient(180deg, #c1fbff00 0%, #0526296d 43%, #031224 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
}

.header-title {
  margin-top: 131px;
}

.header-title h1 {
  font-family: exo-bold;
  font-size: 35px;
  color: white;
  line-height: 48px;
}

.search-section select {
  width: 100%;
  height: 48px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 6px;
  font-family: roboto-regular;
  color: #2e2e2e;
  font-size: 14px;
  border: none;
  outline: none;
  padding-left: 40px;
  appearance: none;
  background-image: url(../../../images/web/otherPage/arrow-down.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}
.search-section input {
  width: 100%;
  height: 48px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 6px;
  font-family: roboto-regular;
  color: #2e2e2e;
  font-size: 14px;
  border: none;
  outline: none;
  padding-left: 40px;
  appearance: none;
  /* background-image: url(../../../images/web/otherPage/arrow-down.png); */
  background-repeat: no-repeat;
  background-position: 95% center;
}

.search-skills::after {
  content: "\f002";
  font-size: 16px;
  right: 40%;
  color: #2e2e2e;
  position: absolute;
  right: auto;
  top: 13px;
  left: 29px;
  font-family: "Font Awesome 5 Pro";
}

.search-location::after {
  content: "\f3c5";
  font-size: 16px;
  right: 40%;
  color: #2e2e2e;
  position: absolute;
  right: auto;
  top: 13px;
  left: 29px;
  font-family: "Font Awesome 5 Pro";
}

.search-button button {
  width: 103px;
  height: 48px;
  background: #008891 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border: none;
  outline: none;
  color: white;
  font-family: roboto-medium;
  font-size: 15px;
}

.counter-text {
  margin-left: 10px;
}

.counter-text h3 {
  font-size: 26px;
  font-family: "exo-semibold";
  margin-bottom: 0px;
  margin-top: 0px;
  color: white;
}

.counter-text h6 {
  font-size: 14px;
  font-family: "roboto-regular";
  margin-top: 3px;
  margin-bottom: 0px;
  color: white;
  opacity: 0.66;
  font-weight: normal;
}

.icon-banner {
  margin-top: 50px;
}

/* second section */

.main-cate-bg {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #031224;
}

.in-bg-cat {
  width: 100%;
  height: auto;
  border-radius: 0px 6px 6px 6px;
  border: 1px solid #008891;
  background-color: transparent;
  padding: 15px 30px;
}

.cate-text-ind ul li a {
  text-decoration: none;
  color: white;
  font-size: 12px;
  font-family: roboto-light;
  line-height: 38px;
}

.border-cat {
  border-right: 1px solid #00879169;
}

.tg-btn .nav-item {
  margin: 0px;
  width: 113px;
  text-align: center;
}

.tg-btn .nav-tabs .nav-link.active {
  background: #008891;
  color: white;
  font-family: "Roboto-Medium";
  font-size: 15px;
  padding: 6px 0px;
}

.tg-btn .nav-tabs {
  border: none;
}

.tg-btn .nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: white;
  color: #242424;
  font-family: "Roboto-Medium";
  font-size: 15px;
  padding: 6px 0px;
}

.sections-title h3 {
  font-size: 33px;
  color: #031224;
  font-family: exo-bold;
}

.recent-jobs-main {
  padding: 30px 0px;
  background: linear-gradient(#eeeeee36, #e8fcff);
}

.recent-jobs-box {
  width: 100%;
  height: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
  padding: 20px 20px;
  margin: 5px 0px;
}

.top-text-jobs h4 {
  color: #031224;
  font-size: 19px;
  font-family: exo-bold;
  margin-bottom: 6px;
}
.top-text-jobs h4 a{
  color: #031224;
}

.top-text-jobs h5 {
  color: #031224ad;
  font-size: 15px;
  font-family: roboto-medium;
}

.info-lable-jobs h5 {
  color: #6d6d6d;
  font-size: 13px;
  font-family: roboto-regular;
  margin-right: 30px;
}
.info-lable-jobs h5 a {
  color: #6d6d6d;
}

.info-lable-jobs h5 img {
  margin-bottom: 3px;
}

.descrition-skill h5 {
  color: #6d6d6d;
  font-size: 13px;
  font-family: roboto-regular;
  line-height: 19px;
}

.descrition-skill h5 span {
  color: #031224;
  font-size: 13px;
  font-family: roboto-bold;
}

.descrition-skill h5 a {
  color: #6d6d6d;
  font-size: 13px;
  font-family: roboto-medium;
}

.apply-btn-job button {
  /* / width: 89px; / */
  width: auto;
  padding: 8px 8px;
  height: 37px;
  background: #008891 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border: none;
  outline: none;
  color: white;
  font-size: 14px;
  font-family: roboto-medium;
}

.apply-btn-grid-job button {
  /* / width: 89px; / */
  width: max-content;
  padding: 8px 8px;
  height: 37px;
  background: #008891 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border: none;
  outline: none;
  color: white;
  font-size: 14px;
  font-family: roboto-medium;
}

.save-btn-jobs button {
  width: 37px;
  height: 37px;
  background-color: #031224;
  border-radius: 6px;
  border: none;
  outline: none;
  color: white;
}

.more-btn-jobs button {
  width: 37px;
  height: 37px;
  background-color: #d9e7ec;
  border-radius: 6px;
  border: none;
  outline: none;
  color: white;
}

.posted-time h5 {
  color: #6d6d6d;
  font-size: 13px;
  font-family: roboto-regular;
  line-height: 19px;
  margin-top: 11px;
}

.req-contact-main {
  padding: 30px 0px;
  background-color: #031224;
  width: 100%;
  height: auto;
}

.req-contact-text h3 {
  font-family: exo-semibold;
  color: #ffffff;
  font-size: 30px;
  margin-top: 5px;
}

.req-contact-text h5 {
  font-family: roboto-regular;
  color: #ffffff8e;
  font-size: 17px;
}

.req-contact-btn button {
  width: 181px;
  height: 42px;
  background: #008891 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border: none;
  outline: none;
  color: white;
  font-size: 18px;
  font-family: roboto-medium;
  margin-top: 5px;
}

.high-box-job {
  width: 100%;
  height: auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
  padding: 7px;
  margin: 5px 0px;
}

.logoimg {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
  width: 98px;
  height: 98px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
}

.logoimg img {
  width: 51px;
  object-fit: contain;
}

.comp-text-1 h4 {
  font-family: exo-bold;
  font-size: 17px;
  color: #031224;
  margin: 2px 0px;
}

.comp-text-1 h5 {
  font-family: roboto-medium;
  font-size: 13px;
  color: #031224a1;
  margin-bottom: 5px;
}

.comp-text-1 p {
  font-family: roboto-light;
  font-size: 13px;
  color: #a8a8a8;
  margin-bottom: 4px;
}

.save-btn-comp a {
  color: #031224;
  font-family: roboto-bold;
  font-size: 13px;
  opacity: 78%;
}

.mobile-app-main {
  background-color: white;
  padding: 70px 0px;
  width: 100%;
  height: auto;
  position: relative;
}

.mobile-app-text h2 {
  font-size: 40px;
  color: #031224;
  font-family: exo-bold;
  line-height: 54px;
}

.mobile-app-text h6 {
  color: #59636f;
  font-size: 14px;
  font-family: roboto-regular;
  margin-top: 25px;
}

.rated-text h5 {
  font-size: 17px;
  font-family: roboto-medium;
  color: #008891;
}

.store-img img {
  width: 170px;
  height: 51px;
  margin-right: 15px;
  margin-top: 25px;
}

.image-mokup img {
  position: absolute;
  width: 441px;
  height: 430px;
  top: -16px;
}

.left-ad {
  background-color: #031224;
  text-align: center;
  padding: 50px 135px;
  min-height: 374px;
}

.left-ad h2 {
  font-family: exo-semibold;
  color: white;
  font-size: 38px;
  line-height: 54px;
}

.left-ad p {
  font-family: roboto-regular;
  color: white;
  font-size: 15px;
  line-height: 25px;
}

.left-ad a button {
  border: none;
  background: #008891;
  color: white;
  padding: 10px 34px;
  font-size: 18px;
  font-family: "Roboto-regular";
  border-radius: 6px;
  margin-top: 20px;
}

.left-ad a span img {
  margin-right: 10px;
  margin-top: -1px;
}

.right-ad {
  background-color: #008891;
  text-align: center;
  padding: 50px 135px;
  min-height: 374px;
}

.right-ad h2 {
  font-family: exo-semibold;
  color: white;
  font-size: 38px;
  line-height: 54px;
}

.right-ad p {
  font-family: roboto-regular;
  color: white;
  font-size: 15px;
  line-height: 25px;
}

.right-ad a button {
  border: none;
  background: #031224;
  color: white;
  padding: 10px 34px;
  font-size: 18px;
  font-family: "Roboto-regular";
  border-radius: 6px;
  margin-top: 20px;
}

.right-ad a span img {
  margin-right: 10px;
  margin-top: -1px;
}

.blog-box-main {
  width: 97%;
}

.blog-img-1 img {
  border-radius: 6px;
  width: 352px;
  height: 208px;
  object-fit: cover;
}

.blog-main-bg {
  padding: 30px 0px;
}

.blog-con h3 {
  font-family: exo-bold;
  font-size: 21px;
  color: #1c2c3e;
  line-height: 27px;
  margin-top: 20px;
}

.blog-con p {
  font-family: roboto-regular;
  font-size: 14px;
  color: #404e5d;
  line-height: 24px;
}

.blog-con h6 {
  font-family: roboto-regular;
  font-size: 13px;
  color: #6d6d6d;
  line-height: 18px;
}

.bg-logo-slider .owl-carousel .owl-prev::after {
  content: url(../../../images/web/otherPage/left-arrow.png);
  position: absolute;
  top: 36px;
  left: -63px;
  z-index: 999;
}

.bg-logo-slider .owl-carousel .owl-next::after {
  content: url(../../../images/web/otherPage/right-arrow.png);
  position: absolute;
  top: 36px;
  right: -63px;
  z-index: 999;
}

.bg-logo-slider .owl-carousel .owl-prev span {
  display: none;
}

.bg-logo-slider .owl-carousel .owl-next span {
  display: none;
}

.bg-logo-slider .owl-carousel .owl-nav button {
  background-color: transparent;
  border: none;
}

.bg-logo-slider .owl-carousel .owl-nav {
  display: block !important;
}

.bg-logo-slider .owl-carousel .owl-prev,
.owl-next {
  background: transparent !important;
}

.blog-con p a {
  font-family: roboto-medium;
  color: #008891;
}

.bg-logo-slider {
  position: relative;
  background-color: #e8fcff;
  padding-top: 3px;
  padding-bottom: 0px;
}

.logo-bg-1 {
  width: 168px;
  height: 99px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 8px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.logo-bg-1 img {
  width: auto !important;
  height: 40px;
}

#footer {
  background-color: #031224;
  padding: 25px 0px;
  padding-bottom: 35px;
}

.footer-title h3 {
  font-family: exo-medium;
  font-size: 24px;
  color: #9aa9b1;
  margin-top: 25px;
}

.footer-title h3::after {
  content: url(../../../images/web/otherPage/title-footer-line.png);
  display: block;
  margin-top: -9px;
}

.footer-links p {
  color: #9aa9b1;
  font-size: 14px;
  font-family: roboto-regular;
  line-height: 27px;
  margin-top: 25px;
}

.footer-links p a {
  color: #008891;
}

.footer-links {
  margin-top: 20px;
}

.footer-links ul li a {
  color: #9aa9b1;
  font-size: 14px;
  font-family: roboto-regular;
  line-height: 37px;
  text-decoration: none;
}

.set-footer-btn button {
  border: none;
  background: #008891;
  color: white;
  padding: 10px 27px;
  font-size: 15px;
  font-family: "Roboto-regular";
  border-radius: 6px;
  margin-top: 20px;
}

.set-footer-btn a span img {
  margin-right: 10px;
  margin-top: -1px;
}

.footer-links ul li a span img {
  margin-right: 5px;
}

.icon-footer-s {
  width: 33px;
  height: 33px;
  background: #ffffff21 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff2e;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-footer-s i {
  color: #9aa9b1;
  text-align: center;
  font-size: 14px;
}

.icon-footer-main {
  margin-right: 10px;
}

.right-received-text p {
  font-size: 13px;
  color: #5d6d75;
  margin: 0px;
}

.right-received {
  width: 100%;
  border-top: 1px solid #1a2839;
  height: 47px;
  background-color: #031224;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* -------login reg page--------- */

.main-detail-bg {
  width: 100%;
  border-radius: 6px;
  height: auto;
}

.info-blur-bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.479);
  backdrop-filter: blur(24px) brightness(2.6);
  border-radius: 0px 6px 6px 0px;
  padding: 30px;
}

.log-reg-tb {
  width: 100%;
  background-color: white;
  height: auto;
  border-radius: 6px 0px 0px 6px;
  padding: 21px;
  padding-bottom: 17px;
}

.log-intro h5 {
  font-family: roboto-light;
  font-size: 20.5px;
  / color: #5b6f88; /
  color: #5e2dfa;
  font-weight: 600;
}

.reg-log-btn .nav-tabs {
  border: 1px solid #c8d2db;
  background: #e3ecee69;
  height: 47px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}

.reg-log-btn .nav-tabs .nav-item.show .nav-link,
.reg-log-btn .nav-tabs .nav-link.active {
  margin: 0px;
  margin-left: -11px;
  height: 47px;
  background: #031224;
  border: none;
  box-shadow: 0px 4px 13px #01316b5e;
  border-radius: 6px;
  padding-top: 12px;
  font-family: "Roboto-Medium";
  width: 175px;
  font-size: 15px;
  color: white;
  padding-left: 8px;
  margin-right: -11px;
}

.reg-log-btn .nav-tabs .nav-link:focus,
.reg-log-btn .nav-tabs .nav-link:hover {
  border: none;
}

.reg-log-btn .nav-tabs .nav-link i {
  font-size: 20px;
}

.reg-log-btn .nav-tabs .nav-link {
  margin-bottom: 2px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #5c6673;
}

.reg-log-btn .nav-tabs .nav-item.show .nav-link,
.reg-log-btn .nav-tabs .nav-link.active {
  margin: 0px;
  margin-left: -11px;
  height: 47px;
  background: #031224;
  border: none;
  box-shadow: 0px 4px 13px #01316b5e;
  border-radius: 6px;
  padding-top: 12px;
  font-family: "Roboto-Medium";
  width: 175px;
  font-size: 15px;
  color: white;
  padding-left: 8px;
  margin-right: -11px;
}

.input-content h2 {
  padding-bottom: 45px;
  font-size: 1.625em;
  font-weight: bold;
  vertical-align: middle;
}

.input-content h2 span {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 6px 3px;
  border: 1px solid #ffca00;
  border-radius: 4px;
  font-size: 0.85rem;
  vertical-align: middle;
  color: #ffca00;
}

.input-content .inputbox-title {
  position: absolute;
  top: 15px;
  left: 0;
  width: 200px;
  height: 30px;
  color: #666;
  font-weight: bold;
  line-height: 30px;
}

.input-content .inputbox-content {
  position: relative;
  width: 100%;
}

.input-content .inputbox-content input {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 14px;
  border: 0;
  background: none;
  border-bottom: 1px solid #c4cfd9;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  color: #031224;
  font-size: 13.5px;
}

.input-content .inputbox-content input:focus ~ .placeHolder,
.input-content .inputbox-content input:valid ~ .placeHolder {
  color: #657d92;
  transform: translateY(-20px);
  font-size: 13px;
  cursor: default;
  font-family: "Roboto-regular";
}

.input-content .inputbox-content input:focus ~ .underline {
  width: 100%;
}

.input-content .inputbox-content .placeHolder {
  /* position: absolute; */
  top: 0;
  left: 0;
  /* height: 30px; */
  height: 0;
  line-height: 30px;
  color: #657d92;
  cursor: text;
  transition: all 200ms ease-out;
  z-index: 10;
  font-size: 13px;
  font-family: "Roboto-regular";
  font-weight: normal;
}

.input-content .inputbox-content .underline {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #031224;
  transition: all 200ms ease-out;
}

#wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.input::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: #0f1041;
}

.input-header {
  position: relative;
  padding-top: 80px;
  color: #fff;
}

.input-header h1 {
  padding-bottom: 25px;
  font-size: 3.25em;
  font-weight: 100;
}

.inputbox {
  margin-top: 35px;
}

.rem-pass .form-check-input {
  box-sizing: border-box;
  padding: 0px;
  width: 15px;
  height: 18px;
  margin-top: 4px;
  opacity: 0.6;
  margin-right: 0px;
}

.rem-pass .form-check span {
  margin-left: 5px !important;
  font-family: "Roboto-regular";
  font-size: 13px;
}

.password-f a {
  font-size: 13px;
  color: #031224;
  font-family: roboto-medium;
}

.rem-pass {
  margin-top: -5px;
}

.log-reg-buttons button {
  border: none;
  background: #008891;
  color: white;
  font-size: 14px;
  font-family: "Roboto-medium";
  border-radius: 6px;
  margin-top: 20px;
  width: 100%;
  height: 43px;
  transition: 0.3s ease-in-out;
}

.log-reg-buttons button:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.account-login-reg span {
  font-size: 13px;
  font-family: roboto-regular;
  color: #707070;
}

.account-login-reg a {
  font-size: 13px;
  font-family: roboto-medium;
  color: #008891;
}

.main-form-info-title h3 {
  font-family: exo-semibold;
  font-size: 19px;
  color: #031224;
}

.main-form-info-title h3::after {
  content: url(../../../images/web/otherPage/info-form-line.png);
  display: block;
}

.main-form-info-title ul li {
  color: #213040;
  font-size: 13px;
  line-height: 34px;
}

.main-form-info-title ul {
  list-style-image: url("../../../images/web/otherPage/list-style-img.png");
  padding-left: 15px;
}

.main-color {
  background-color: #031224 !important;
}

.male-female-sel input[name="sex"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

.male-female-sel input[name="sex"]:after {
  font-family: "roboto-Medium";
  display: inline-block;
  text-align: center;
  font-size: 15px;
  content: attr(data-icon);
  padding: 8px 60px;
  border-radius: 5px;
  color: rgb(38 63 64 / 73%);
  transition: box-shadow 0.3s, color 0.3s;
  background: #8ad4d938;
  font-weight: normal;
  border: 1px solid #03122417;
}

.male-female-sel input[name="sex"]:checked:after {
  box-shadow: 2px 2px 14px rgb(0 0 0 / 21%);
  color: rgb(255 255 255);
  background: #008891;
}

.male-female-sel-js input[name="gender"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

.male-female-sel-js input[name="gender"]:after {
  font-family: "roboto-Medium";
  display: inline-block;
  text-align: center;
  font-size: 15px;
  content: attr(data-icon);
  padding: 8px 60px;
  border-radius: 5px;
  color: rgb(38 63 64 / 73%);
  transition: box-shadow 0.3s, color 0.3s;
  background: #8ad4d938;
  font-weight: normal;
  border: 1px solid #03122417;
}

.male-female-sel-js input[name="gender"]:checked:after {
  box-shadow: 2px 2px 14px rgb(0 0 0 / 21%);
  color: rgb(255 255 255);
  background: #008891;
}

.agree-bg {
  background: #e5f6f7;
  padding: 6px;
  padding-left: 34px;
  border-radius: 6px;
  border: 1px solid #03122417;
  color: #151c1cdb;
  padding-top: 4px;
  width: 90%;
}

.agree-text p {
  font-size: 12.5px;
  color: #56585a;
  font-family: "Roboto-regular";
}

.bdcm-bg {
  height: 52px;
  background-color: #6492ad38;
  width: 100%;
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(30px);
  display: flex;
  align-items: center;
}

.bdc-title a {
  color: white;
  font-size: 15px;
  font-family: exo-regular;
  font-weight: normal;
}

.bdc-title a i {
  font-size: 20px;
}

.bdc-title span {
  color: white;
  font-size: 15px;
  font-family: exo-regular;
  font-weight: normal;
}

.bg-img-header-inside {
  width: 100%;
  min-height: 245px;
  background: url("../../../images/web/otherPage/banner.png") center center no-repeat;
  background-size: cover;
  position: relative;
}

.bg-img-header-inside:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 245px;
  left: 0;
  background: transparent
    linear-gradient(180deg, #0000000f 0%, #05262985 43%, #03122488 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
}

.header-title-inside {
  margin-top: 35px;
}

.header-title-inside h1 {
  font-family: exo-bold;
  font-size: 35px;
  color: white;
  line-height: 48px;
}

.main-bg-jobs-filter {
  background: linear-gradient(#eeeeee36, #e8fcff);
  padding-bottom: 30px;
}

.jobs-keys-tag h4 {
  font-family: exo-medium;
  font-size: 15px;
  color: #031224;
  margin: 0px;
}

.jobs-keys-tag h4 span {
  color: #008891;
}

.tags-main-keys li a {
  color: #2e2e2e;
  font-size: 14px;
  font-family: roboto-regular;
  text-decoration: none;
  padding: 7px 22px;
  border: 1px solid #c4cfd9;
  background-color: white;
  border-radius: 6px;
  margin-left: 17px;
}

.tags-main-keys li {
  display: inline-flex;
}

.sortby select {
  border: 1px solid #c4cfd9;
  color: #acbac6;
  padding: 7px 15px;
  appearance: none;
  background-image: url(../images/arrow-down2.png);
  background-repeat: no-repeat;
  background-position: 88% center;
  font-size: 13px;
  border-radius: 6px;
  width: 107px;
  outline: none;
}

.sortby {
  margin-top: 17px;
}

.left-filters-col {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
  width: 100%;
  padding-bottom: 22px;
  height: auto;
}

.filter-in-data {
  font-family: ;
}

.top-main-filter-title h4 {
  font-family: exo-semibold;
  font-size: 15px;
  color: #031224;
  margin: 5px 0px;
}

.top-main-filter-title h4 span {
  font-size: 18px;
  margin-right: 8px;
}

.panel-heading {
  padding: 0;
  border: 0;
}

.filter-in-data .panel-title > a,
.filter-in-data .panel-title > a:active {
  display: block;
  padding: 11px 15px;
  font-size: 14.5px;
  color: #031224;
  font-family: "Roboto-Medium";
  margin-top: 8px;
}

.filter-in-data .panel-heading a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  float: right;
  transition: all 0.5s;
  font-size: 14px;
}

.filter-in-data .panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.inside-filter-title {
  cursor: pointer;
}

.search-fld {
  width: 100%;
  height: 37px;
  border: 0.5px solid #b6c3cf;
  border-radius: 6px;
  outline: none;
  padding-left: 30px;
  font-size: 13px;
  font-family: roboto-regular;
  background: url(../../../images/web/otherPage/search-loc.png);
  background-repeat: no-repeat;
  background-position: 5%, left center;
}

.search-fld::placeholder {
  font-family: "roboto-light";
  color: #55728b;
  font-size: 13px;
}

.filter-in-data .panel-default {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 11px;
}

.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}

.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #b6c3cf;
  transition: all 0.2s ease;
}

.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #008891;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.cbx span:last-child {
  padding-left: 8px;
  color: #2f4d67;
  font-size: 13.5px;
  font-family: "Roboto-regular";
}

.cbx:hover span:first-child {
  border-color: #008891;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #008891;
  border-color: #008891;
  animation: wave 0.4s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

.input-select-boxes {
  margin-top: 17px;
}

.range {
  position: relative;
}

.range input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  width: 100%;
  height: 22px;
  cursor: pointer;
  display: block;
}

.range input[type="range"]:focus {
  outline: none;
}

.range input[type="range"][disabled] {
  opacity: 0.3;
  cursor: default;
}

.range .rangeslider {
  position: relative;
  height: 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.range .rangeslider:before {
  box-sizing: border-box;
  width: 100%;
  height: 3px;
  background: #d8e6e9;
  border-radius: 100px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.range input::-webkit-slider-runnable-track {
  box-sizing: border-box;
  width: 100%;
  height: 3px;
  background: #e6e6e6;
  border-radius: 100px;
  margin: 11px 0;
}

.range input::-moz-range-track {
  box-sizing: border-box;
  width: 100%;
  height: 3px;
  background: #e6e6e6;
  border-radius: 100px;
  margin: 11px 0;
}

.range input::-ms-track {
  box-sizing: border-box;
  width: 100%;
  height: 3px;
  background: #e6e6e6;
  border-radius: 100px;
  color: transparent;
  padding: 11px 0;
  background: transparent;
  border-color: transparent;
}

.range input::-ms-fill-lower,
.range input::-ms-fill-upper {
  box-sizing: border-box;
  width: 100%;
  height: 3px;
  background: #e6e6e6;
  border-radius: 100px;
}

.range input::-ms-fill-lower {
  background: #60cd18;
}

.range .rangeslider-fill-lower {
  background-color: #008891;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  will-change: width;
}

.range input::-webkit-slider-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 6px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #333940;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transform: translateY(-50%);
  margin-top: 2px;
}

.range input::-moz-range-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 6px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #333940;
  cursor: pointer;
}

.range input::-ms-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 6px solid #fff;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  background: #333940;
  cursor: pointer;
}

.range .rangeslider-thumb {
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.5);
  border: 5px solid #fff;
  height: 21px;
  width: 21px;
  border-radius: 100px;
  background: #031224;
  cursor: pointer;
  position: absolute;
  touch-action: pan-x;
  top: 50%;
  transform: translateY(-50%);
  will-change: left;
}

.range .range-output {
  position: absolute;
  left: 6px;
  top: 6px;
  transform-origin: 0 0;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.range .range-output .output {
  display: block;
  position: absolute;
  height: 25px;
  line-height: 27px;
  min-width: 18px;
  padding: 0px 13px;
  top: -26px;
  transform: translate(-50%, -100%);
  background: #031224;
  color: #fff;
  border-radius: 100px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  font-family: "Roboto-regular";
  font-weight: normal;
  padding-right: 35px;
}

.range .range-output:before {
  position: relative;
  content: "Yrs";
  top: -51px;
  color: white;
  z-index: 999;
  font-size: 12px;
  left: -1px;
}

.range .range-output .output:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  border: 6px solid #031224;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  transform: translateX(-50%);
}

.view-more-filters-op a {
  color: #008891;
  font-family: roboto-medium;
  font-size: 13.5px;
}

.comapnt-logo-filtred {
  width: 67px;
  height: 67px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  float: right;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comapnt-logo-filtred img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.peg-bottom .pagination {
  width: 100%;
}

.peg-bottom .pagination.pagination-1 a,
.peg-bottom .pagination.pagination-1 span {
  border: none;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.4);
  background: transparent;
  border: 2px solid #64c4ed;
  margin-right: 15px;
  -webkit-box-shadow: 0px 10px 27px -20px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 10px 27px -20px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 10px 27px -20px rgba(0, 0, 0, 0.33);
  width: 37px;
  height: 37px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d9e7ec;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  color: #3a6472;
  font-size: 14px;
  font-family: roboto-medium;
  user-select: none;
  transition: all 0.2s ease-in-out;
}

.peg-bottom .pagination.pagination-1 a:hover,
.peg-bottom .pagination.pagination-1 a.active,
.peg-bottom .pagination.pagination-1 span:hover,
.peg-bottom .pagination.pagination-1 span.active {
  background: #031224;
  color: #fff;
  border: 1px solid transparent;
}

.peg-bottom .pagination.pagination-2 a,
.peg-bottom .pagination.pagination-2 span {
  border: none;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.4);
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.peg-bottom .pagination.pagination-2 a.active,
.peg-bottom .pagination.pagination-2 span.active {
  background: #64c4ed;
  color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 10px 27px -20px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 10px 27px -20px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 10px 27px -20px rgba(0, 0, 0, 0.33);
}

.peg-bottom .pagination.pagination-2 a.pageitem,
.peg-bottom .pagination.pagination-2 span.pageitem {
  width: auto;
}
.main-bg-recruiters {
  background: linear-gradient(#eeeeee36, #e8fcff);
  padding-top: 20px;
}
.recr-logo img {
  width: 67px;
  height: 67px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  float: left;
  margin-right: 15px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-contact-bg {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
  width: 100%;
  padding-bottom: 22px;
  height: auto;
}
.contact-title-text h4 {
  color: #031224;
  font-family: exo-bold;
  font-size: 19px;
  margin-bottom: 3px;
}
.contact-title-text p {
  color: #6d6d6d;
  font-size: 13px;
  font-family: roboto-regular;
}
.inputbox textarea {
  width: 100%;
  height: 47px;
  border-color: #c4cfd9;
  border: none;
  border-bottom: 1px solid #c4cfd9;
  outline: none;

  box-sizing: border-box;
  line-height: 30px;
  font-size: 14px;

  background: none;

  color: #031224;
  font-size: 13.5px;
}
textarea::placeholder {
  line-height: 30px;
  color: #9ca1a7;
  cursor: text;
  transition: all 200ms ease-out;
  z-index: 10;
  font-size: 13px;
  font-family: "Roboto-regular";
  font-weight: normal;
}
.contact-icn-bg {
  width: 42px;
  height: 42px;
  background: #031224 0% 0% no-repeat padding-box;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-cniatc-right p {
  color: #6d6d6d;
  font-family: roboto-regular;
  font-size: 13px;
  margin: -2%;
  margin-top: -1px;
  line-height: 21px;
  padding-bottom: 5px;
}
.icon-contact-s {
  width: 41px;
  height: 41px;
  background: #d9e7ec;
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-contact-s i {
  color: #657d92;
  text-align: center;
  font-size: 16px;
}
.icon-contact-main {
  margin-right: 34px;
  margin-top: 16px;
}
.main-bg-contact {
  background: linear-gradient(#eeeeee36, #e8fcff);
  padding-top: 36px;
}
#gmap_canvas {
  border-radius: 6px;
  box-shadow: 0px 4px 14px #0d5d7b21;
}
.cms-text p {
  color: #6d6d6d;
  font-size: 13px;
  font-family: roboto-regular;
  line-height: 27px;
  margin-top: 7px;
}
.cms-text h4 {
  color: #008891;
  font-size: 17px;
  font-family: roboto-bold;
  margin-top: 25px;
  margin-bottom: 5px;
}
.bg-blogs {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 14px #0d5d7b21;
  border-radius: 6px;
  width: 100%;
  min-height: 427.81px;
  transition: all 0.3s ease-in-out;
}
.bg-blogs:hover {
  box-shadow: 3px 12px 15px 2px #1e4c5e17;
  transform: scale(1.03);
}
.blogs-img img {
  width: 100%;
  border-radius: 6px 6px 0px 0px;
  height: 206.81px;
  object-fit: cover;
}
.share-blogs a i {
  font-size: 14px;
  color: #008891;
  margin-top: 10px;
  margin-right: 7px;
}
.bg-blogs h3 {
  font-size: 20px;
}
.ad-img-blog img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0px 3px 14px #0d5d7b21;
}
.rec-blogs {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 14px #0d5d7b21;
  border-radius: 6px;
  width: 100%;
  padding: 20px;
}
.rec-blogs-content h4 {
  color: #031224;
  font-size: 16px;
  font-family: exo-bold;
}
.rec-blogs-content p {
  color: #6d6d6d;
  font-size: 13px;
  font-family: roboto-regular;
  line-height: 23px;
  margin-bottom: 10px;
}
.blog-d-img {
  position: relative;
}

.blog-d-img img {
  width: 100%;
  border-radius: 6px;
  height: 414.67px;
  object-fit: cover;
}
.share-blog-icon {
  height: 38px;
  width: 38px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  right: 3%;
  bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #008891;
  font-size: 14px;
}
.bdcm-bg-white {
  background-color: #ffffff38;
  width: 100%;
  display: flex;
  align-items: center;
  height: 56px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
}
.bdc-title-2 a {
  color: #031224;
  font-size: 15px;
  font-family: exo-regular;
  font-weight: normal;
}
.bdc-title-2 i {
  color: #031224;
  font-size: 20px;
}
.resume-box-bg {
  width: 100%;
  min-height: 286px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
}
.user-resume-img img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
.user-resume-name h4 {
  color: #031224;
  font-family: exo-bold;
  font-size: 14px;
  margin-bottom: 3px;
}
.user-resume-name p {
  color: #031224;
  font-family: roboto-light;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 4px;
}
.total-found-text h4 {
  font-family: exo-bold;
  font-size: 19px;
  color: #031224;
  margin: 0;
}
.icn-flter-bg {
  height: 35px;
  width: 35px;
  border-radius: 6px;
  background-color: #031224;
  color: white;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.list-filter-bg {
  border: none;
  box-shadow: 2px 7px 18px #2c38371a;
  margin-top: 10px;
  border-radius: 6px;

  text-align: center;
}
.list-filter-bg li {
  display: inline-flex;
  margin: 10px 8px;
  background-color: rgb(238, 238, 238);
  border-radius: 4px;
}
.list-filter-bg li a {
  text-align: center;
  height: 24px;
  width: 24px;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #031224ad;
  font-family: roboto-bold;
}
.main-list-comp-bg {
  width: 100%;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
  background-color: white;
}
.list-comp-text {
  font-size: 13px;
  line-height: 23px;
  color: #031224 !important;
  font-family: roboto-regular;
}
.list-comp-text a {
  /* color: #031224 !important;
  font-family: roboto-regular; */
  color: #031224;
  font-size: 16px;
  font-family: exo-bold;
  margin-bottom: 6px;
}
.list-comp-logo {
  background: rgb(255, 255, 255);
  padding: 12px;
  border-radius: 7px;
  border: 1px solid rgb(231, 231, 231);
}
.list-comp-logo img {
  width: 100%;
  height: 50px;
  object-fit: contain;
}
.left-side-pro-b {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
  width: 100%;
}
.user-d-pro img {
  width: 100%;
  height: 219.69px;
  object-fit: cover;
  border-radius: 6px;
}
.user-details-pro {
  padding: 15px;
}
.bookmark-btn-user {
  height: 34px;
  width: 34px;
  border-radius: 6px;
  background-color: #d9e7ec;
  color: #657d92;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.bkm-text {
  color: #657d92;
  font-family: roboto-regular;
  font-size: 14px;
  margin-left: 10px;
}
.user-view-d h3 {
  color: #031224;
  font-size: 24px;
  font-family: exo-bold;
  margin-bottom: 4px;
}
.user-view-d h5 {
  color: #3a4654;
  font-size: 15px;
  font-family: roboto-medium;
}
.user-view-d p {
  color: #6d6d6d;
  font-size: 13px;
  font-family: roboto-regular;
  line-height: 24px;
  margin-top: 5px;
}
.details-tab-pro-d {
  width: 100%;
}
.for-tab-c-new li {
  color: #031224;
  font-size: 15px;
  margin-right: 64px;
}
.for-tab-c-new a {
  color: #3a4654;
  font-size: 15px;
  font-family: roboto-regular;
  transition: all 0.2s ease-in-out;
  /* padding-right: 30px; */
  user-select: none;
}
.for-tab-c-new a:hover {
  font-size: 15px;
  font-family: roboto-medium;

  /* padding-right: 30px; */
}
.for-tab-c-new .nav-tabs a.active {
  font-size: 15px;
  font-family: roboto-medium;
  border-bottom: 2px solid #008891;
  padding-bottom: 5px;
  transition: all 0.3s ease-in-out;
  color: #031224;
}
.info-user h3 {
  font-size: 17px;
  color: #031224;
  font-family: roboto-medium;
}
.lab-user-info {
  font-size: 14px;
  color: #3a4654;
  font-family: roboto-medium;
}
.det-user-info {
  font-size: 14px;
  color: #6d6d6d;
  font-family: roboto-regular;
  word-break: break-all;
}
.list-grid {
  width: 71px;
  background-color: #d9e7ec;
  height: 35.5px;
  margin-top: 17px;
  display: flex;
  align-items: center;
  border-radius: 6px;

  font-size: 17px;
  color: #364857;
  box-shadow: inset 0px 0px 3px #003248a3;
  text-align: center;
}
.list-grid a {
  color: #364857;
  width: 50%;
}
.list-grid .active {
  background-color: #031224;
  height: 35.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: white;
  width: 37.5px;
  box-shadow: -3px 0px 6px #08202721;
}
.grid-top-text-jobs h4 {
  font-size: 15px;
  line-height: 23px;
}
.grid-top-text-jobs h5 {
  font-size: 13px;
}
.grid-info-lable-jobs h5 {
  font-size: 12px;
}
.grid-descrition-skill h5 {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bg-img-header-inside-1 {
  width: 100%;
  min-height: 245px;
  /* background: url("../images/in-banner.png") center center no-repeat; */
  background-size: cover !important;
  position: relative;
}
.bg-img-header-inside-1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 245px;
  left: 0;
  background: transparent
    linear-gradient(180deg, #0000000f 0%, #05262985 43%, #03122488 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
}
.hdr-s i {
  color: #ffffff;
}
.hdr-s {
  width: 41px;
  height: 41px;
  background: #0a151994;
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-details-main {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
  padding: 20px;
}
.an-sal h3 {
  color: #031224;
  font-size: 18px;
  font-family: roboto-bold;
}
.time-lab-b {
  font-size: 12px;
  color: #4f6171;
  padding: 8px 16px;
  background-color: #e7f0f3;
  border-radius: 3px;
  text-align: center;
  font-family: roboto-medium;
  width: max-content;
}
.posted-lab {
  font-size: 13px;
  color: #6d6d6d;
  font-family: roboto-regular;
}

.posted-lab span {
  font-size: 13px;
  color: #3a4654;
  font-family: roboto-medium;
}
.posted-lab i {
  color: #3a4654;
}
.job-details-d h4 {
  color: #031224;
  font-size: 16px;
  font-family: roboto-bold;
  margin-top: 5px;
}
.job-details-d p {
  color: #434343;
  font-size: 13px;
  font-family: roboto-regular;
  line-height: 25px;
}
.job-details-d ul li p i {
  font-size: 7px;
  margin-right: 6px;
  vertical-align: middle;
}
.btn-job-details button {
  width: 100% !important;
}
.job-details-main {
  overflow: hidden;
}
.job-details-tag li a {
  margin: 0%;
  margin-right: 5px;
  font-size: 13px;
  color: #6b7a88;
}
.bg-img-header-after-log {
  width: 100%;
  min-height: 245px;
  background: url("../images/after-log-banner.png") center center no-repeat;
  background-size: cover !important;
  position: relative;
  margin-bottom: 65px;
}
.bg-img-header-after-log:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 245px;
  left: 0;
  background: transparent
    linear-gradient(180deg, #0000000f 0%, #05262985 43%, #03122488 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
}
.em-pro-bg {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  min-height: 150px;
}
.emp-pro-main {
  position: relative;
  left: 0px;
  right: 0px;
  top: 150px;
}
.btn-edit-header {
  width: 44px;
  height: 44px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-edit-header i {
  color: #031224;
  font-size: 18px;
}
.header-edit-btn {
  left: 0px;
  top: -55px;
  position: absolute;
  z-index: 2;
}
.change-cover {
  left: auto !important;
  right: 0;
}
.emplo-main-pro-and-t {
  margin-top: -80px;
}
.emplo-main-pro-and-t h3 {
  font-size: 20px;
  color: #031224;
  font-family: exo-bold;
  margin-top: 18px;
  margin-bottom: 4px;
}
.emplo-main-pro-and-t h5 {
  font-size: 15px;
  color: #3a4654;
  font-family: roboto-regular;
  margin-top: 3px;
}
/* .emp-main-img {
  box-shadow: 0px 3px 8px #00000026;
  border-radius: 6px;
  width: 10%;
} */
.emp-main-img {
  box-shadow: 0px 3px 8px #00000026;
  border-radius: 6px;
  width: 10%;
  height: 116px;
  /* object-fit: cover; */
  object-fit: fill;
  background: white;
}
.count-icn i {
  font-size: 35px;
  color: #031224;
}
.count-box-in {
  height: 62px;
  /* UI Properties */
  background: #d9e7ec2e 0% 0% no-repeat padding-box;
  border: 1px solid #e3f0f2;
  border-radius: 10px;
  width: 174px;
}
.count-boxes-text h4 {
  font-size: 18px;
  font-family: roboto-bold;
  color: #031224;
  margin-bottom: 3px;
  margin-top: 5px;
}
.count-boxes-text h5 {
  color: #5a6f74;
  font-size: 14px;
  font-family: roboto-regular;
  margin-bottom: 0px;
}
.main-pro-boxes {
  width: 34%;
  justify-content: space-between;
  margin-top: -85px;
  float: left;
}
.count-icn {
  border-right: 1px solid #e3f0f2;
}
.social-emp-ic {
  float: right;
  margin: auto;
  margin-top: -90px;
}
.employer-personal-d {
  color: #3a4654;
  font-size: 14px;
  font-family: roboto-regular;
  margin-top: 8px;
  height: 30px;
}
.emp-d-main {
  min-height: 54px;
  z-index: 9;
}
.emplo-side-main {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
}
.employer-side-list ul li a {
  color: #3a4654;
  font-size: 14px;
  font-family: roboto-regular;
}
.employer-side-list ul li {
  padding: 12px 25px;
  width: 100%;
}
.employer-side-list ul .active {
  background: #008891 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 9px #126d6d42;
  border-radius: 6px;
  color: white;
}
.employer-side-list ul .active a {
  color: white;
}
.search-fld-2 {
  width: 100%;
  height: 41px;
  border: 0.5px solid #cdd6df;
  border-radius: 6px;
  outline: none;
  /* padding-left: 33px; */
  padding-left: 53px;
  font-size: 14px;
  font-family: roboto-regular;
  background: url(../../../images/web/otherPage/search-2.png) #fff;
  background-repeat: no-repeat;
  background-position: 3%, left center;
}
.search-fld-2::placeholder {
  color: #55728b79;
}
.search-list-btn button {
  width: 100%;
  height: 41px;
  background: #008891 0% 0% no-repeat padding-box;
  border-radius: 6px;
  color: white;
  font-size: 15px;
  font-family: roboto-medium;
  border: none;
}
.listing-profiles-main {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
  padding: 20px;
}
.listing-pro-details h4 {
  color: #031224;
  font-size: 18px;
  font-family: exo-bold;
}
.listing-profe {
  color: #6d6d6d;
  font-size: 13px;
  font-family: roboto-regular;
}
.listing-profile-pic img {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  width: 121px;
  height: 121px;
  object-fit: contain;
}
.new-wth-b {
  width: 100px !important;
}
.download-c a {
  color: #008891;
  font-size: 15px;
  font-family: roboto-medium;
}
.table-employer-listing th {
  border: none;
}
.table-employer-listing .table thead th {
  border: none;
}
.bg-main-tbl-title {
  height: 50px;
}
.table-employer-listing .table tr th {
  background-color: #008891;
  color: white;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: normal;
  font-family: roboto-medium;
  font-size: 14px;
}

.table-employer-listing .table tr th:first-child {
  border-radius: 6px 0px 0px 6px;
}
.table-employer-listing .table tr th:last-child {
  border-radius: 0px 6px 6px 0px;
}
.user-emplo-im img {
  height: 51px;
  width: 51px;
  object-fit: contain;
  border-radius: 6px;
}
.tbl-btn-in {
  width: 38px;
  height: 38px;
  /* UI Properties */
  background: #d9e7ec 0% 0% no-repeat padding-box;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tbl-btn-in i {
  font-size: 15px;
  color: #657d92;
}
.table-employer-listing table td {
  vertical-align: middle;
  color: #3a4654;
  font-size: 13.5px;
  font-family: roboto-regular;
  border: none;
}

.table-employer-listing {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
}
.table-employer-listing tr {
  border-top: 1px solid #e6e6e6;
}
.table-employer-listing tr:first-child {
  border-top: none;
}
.user-emplo-im {
  width: 44px;
}
.tags-main-keys li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.new-oth-header-cont h5 {
  font-size: 15px;
  font-family: roboto-regular;
  color: white;
  font-weight: normal;
}
.new-oth-header-cont h1 {
  font-size: 32px;
  margin-bottom: 3px;
  margin-top: 40px !important;
}
.membrship-sug-bg {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.job-plans-t h2 {
  color: #031224;
  font-size: 32px;
  font-family: exo-bold;
  margin-bottom: 4px;
}
.job-plans-t p {
  color: #444f5d;
  font-size: 15px;
  font-family: roboto-medium;
}
.rock-mem {
  margin-top: -70px;
  width: 347px !important;
  height: 506px !important;
}
.rock-main-mem {
  height: 370px;
  overflow: hidden;
}
.plan-banf-sug ul {
  padding-inline-start: 17px;
}
.plan-banf-sug ul li P {
  font-size: 13px;
  color: #434343;
  font-family: roboto-regular;
  margin: 0px;
}
.plan-banf-sug ul li {
  list-style: disc;
  margin: 15px 0px;
  font-size: 17px;
  color: #434343;
}
.plan-banf-sug {
  border-right: 1px solid rgb(230, 230, 230);
}
.plan-ui-bg {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
  margin-bottom: 50px;
}
.plan-ic-bg {
  border-radius: 6px;
  width: 100%;
  min-height: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-g-1 {
  background: transparent linear-gradient(135deg, #ff6cab -6%, #7366ff 100%) 74%
    100% no-repeat padding-box;
}
.plan-g-2 {
  background: transparent linear-gradient(135deg, #3499ff -6%, #3a3985 100%) 74%
    100% no-repeat padding-box;
}
.plan-g-3 {
  background: transparent linear-gradient(135deg, #f00b51 -6%, #730062 100%) 74%
    100% no-repeat padding-box;
}
.plan-g-4 {
  background: transparent linear-gradient(135deg, #ffa62e -6%, #ea4d2c 100%) 74%
    100% no-repeat padding-box;
}
.plan-g-5 {
  background: transparent linear-gradient(135deg, #ff9897 -6%, #f650a0 100%) 74%
    100% no-repeat padding-box;
}
.plan-g-6 {
  background: transparent linear-gradient(135deg, #00ffed -6%, #00b8ba 100%) 74%
    100% no-repeat padding-box;
}
.plan-g-7 {
  background: transparent linear-gradient(135deg, #6ee2f5 -6%, #6454f0 100%) 74%
    100% no-repeat padding-box;
}
.plan-g-8 {
  background: transparent linear-gradient(135deg, #3fff2e -6%, #2ceab1 100%) 74%
    100% no-repeat padding-box;
}

.plan-price-name h3 {
  font-size: 24px;
  color: white;
  font-family: roboto-bold;
  margin-bottom: 4px;
}
.plan-price-name h5 {
  font-size: 14px;
  color: white;
  font-family: roboto-medium;
  letter-spacing: 2.04px;

  text-transform: uppercase;
}
.icon-plan-ui {
  background: #031224 0% 0% no-repeat padding-box;
  border: 7px solid #ffffff;
  width: 72px;
  height: 72px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: auto;
  border-radius: 50%;
  margin-top: -33px;
}
.plan-details-ui ul li {
  color: #434343;
  font-size: 14px;
  font-family: roboto-regular;
  margin: 18px 0px;
}
.plan-buy-btn button {
  width: 80%;
  height: 41px;
  background: #031224;
  border-radius: 6px;
  color: white;
  font-size: 15px;
  font-family: roboto-medium;
  border: none;
  transform: translate(0px, 18px);
  transition: all 0.3s ease-in-out;
}
.plan-buy-btn button:hover {
  transform: scale(1.04) translate(0px, 18px);
  background-color: #008891;
}
.membrship-current-bg {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;

  position: relative;
  overflow: hidden;
}
.sel-plan-bg {
  border-radius: 6px;
  min-height: 274px;
  display: flex;
  align-items: center;
  width: 260px;
  position: relative;
}
.current-icon {
  height: 100px;
  width: 100px;
  background: #031224 0% 0% no-repeat padding-box;
  border: 7px solid #ffffff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: auto;
  border-radius: 50%;
  transform: translate(74px, 10px);
}
.plan-status-a {
  top: 22px;
  left: 0px;
  padding: 7px 15px;
  height: 34px;
  background: #00d18a 0% 0% no-repeat padding-box;
  border-radius: 0px 17px 17px 0px;
  letter-spacing: 0.69px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: roboto-medium;
  font-size: 14px;
  padding-right: 20px;
}
.plan-price-current h3 {
  font-size: 29px;
  font-family: roboto-bold;
  color: white;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.plan-price-current h5 {
  font-size: 17px;
  font-family: roboto-medium;
  color: white;
  letter-spacing: 2.48px;

  text-transform: uppercase;
}
.right-all-current-details h5 {
  color: #6d6d6d;

  font-family: roboto-regular;
  margin-bottom: 6px;
  font-size: 13.5px;
}
.right-all-current-details h4 {
  color: #031224;
  font-size: 14px;
  font-family: roboto-medium;
}
.plan-current-in {
  margin: 20px 0px;
}
.main-d-c-plan {
  padding: 18px 12px;
  margin-left: 65px;
}
.m-for-current {
  margin-right: 85px;
}
.amount-info-bg {
  background: #ffffff;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
  padding: 9px 0px;
}
.details-plan-lab {
  font-size: 14px;
  font-family: roboto-regular;
  color: #6d6d6d;
}
.details-plan-info {
  font-size: 14px;
  font-family: roboto-bold;
  color: #031224;
}
.details-plan-total {
  font-size: 16px;
  color: #031224;
  font-family: roboto-bold;
}
.details-plan-amount {
  color: #008891;
  font-size: 18px;
  font-family: roboto-bold;
}
.bg-plans-ad {
  background-color: #031224;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
  min-height: 237px;
  position: relative;
  overflow: hidden;
}
.bg-plan-design {
  background-image: url(../images/plan-design.png);
  float: right;
  height: 238px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
.plan-ad-text h3 {
  font-size: 24px;
  font-family: exo-bold;
  color: white;
}
.plan-ad-text p {
  font-size: 14px;
  font-family: roboto-regular;
  color: #f7dae6;
}
.plan-ad-text button {
  background: transparent linear-gradient(112deg, #f9ca5c 0%, #ff8800 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 3px 5px 5px #00000017;
  border-radius: 6px;
  font-size: 15px;
  color: #031224;
  font-family: roboto-medium;
  height: 41px;
  border: none;
  padding: 0px 29px;
}
.plan-ad-ilus {
  width: 398px;
  height: 198px;
  margin-top: 15px;
}

.plan-ad-ilus xmlns {
  transform: unset !important;
}
.new-overview-plan {
  min-height: 136px;
  background: transparent linear-gradient(103deg, #2effb1 0%, #2c52ea 100%) 0%
    0% no-repeat padding-box;
  position: relative;
}
.new-overview-plan h3 {
  font-size: 26px;
}
.new-overview-plan h5 {
  font-size: 15px;
}
.icon-plan-ui-overview {
  width: 80px;
  height: 80px;
  margin: auto;
  transform: translateY(-36px);
}
.plan-days {
  top: 49px;
  left: 0px;
  padding: 7px 15px;
  height: 34px;
  background: #031224 0% 0% no-repeat padding-box;
  border-radius: 0px 17px 17px 0px;
  letter-spacing: 0.69px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: roboto-medium;
  font-size: 14px;
  padding-right: 20px;
  position: absolute;
}
.plan-over-d h5 {
  color: #6d6d6d;
  font-family: roboto-regular;
  margin-bottom: 6px;
  font-size: 13.5px;
}
.plan-over-d h4 {
  color: #031224;
  font-size: 14px;
  font-family: roboto-medium;
}
.d-over-main {
  width: 100%;
}
.input-code {
  height: 40px;
  width: 100%;
  background: #f0f5f7 0% 0% no-repeat padding-box;
  border: 1px solid #dde7f1;
  border-radius: 6px;
  font-size: 13px;
}
.input-code ::placeholder {
  color: #70899e;
}
.input-code input {
  border: none;
  background-color: transparent;
  outline: none;
  width: 100%;
}
.coupen-code-d h3 {
  color: #031224;
  font-size: 16px;
  font-family: roboto-bold;
  margin: 8px 0px;
  margin-bottom: 18px;
}
.reddem-code-link a {
  color: #031224;
  font-size: 14px;
  font-family: roboto-medium;
  margin-top: 10px;
}
.pay-now-b button {
  height: 43px;
  /* UI Properties */
  background: #008891 0% 0% no-repeat padding-box;
  border-radius: 6px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: roboto-medium;
  margin-top: 25px;
  color: white;
}
.message-main-bg {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
  width: 100%;
  padding: 25px 17px;
  height: auto;
  position: relative;
}
.mess-btn button {
  width: 100%;
  height: 40px;
  background: #008891 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border: none;
  outline: none;
  color: white;
  font-family: roboto-medium;
  font-size: 14px;
}
.noti-btn-jobs button {
  width: 40px;
  height: 40px;
  background-color: #031224;
  border-radius: 6px;
  border: none;
  outline: none;
  color: white;
}
.list-msg-actions ul li a {
  font-size: 14px;
  color: #3a4654;
  transition: all 0.3s ease-in-out;
}
.list-msg-actions ul li a:hover {
  color: #008891;
}
.list-msg-actions ul li .active {
  color: #008891;
  font-family: roboto-medium;
}
.list-msg-actions ul li {
  margin: 22px 0px;
}
.new-msg-bg-ad {
  height: auto;
  background-image: url(../images/ad-bg-2.png);
  background-position: bottom;
  padding-bottom: 25px;
  text-align: center;
}
.new-msg-bg-ad h3 {
  font-size: 20px;
}
.new-msg-bg-ad p {
  font-size: 13px;
}
.new-ad-msg {
  width: 302px;
  height: 208px;
}
.select-all-msg {
  height: 40px;
  background: #f0f5f7;
  border-radius: 6px;
  font-size: 13px;
  padding: 9px;
  padding-left: 14px;
  width: 121px;
}
.input-select-boxes .cbx span:first-child {
  background-color: white;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #c4d2de;
  transition: all 0.2s ease;
}
.input-select-boxes .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 1px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.select-all-msg .input-select-boxes {
  margin: 0%;
}
.dlt-btn-msg button {
  width: 40px;
  height: 40px;
  background-color: #f0f5f7;
  border-radius: 6px;
  border: none;
  outline: none;
  color: #3a4654;
  transition: all 0.3s ease-in-out;
}
.dlt-btn-msg button:hover {
  background-color: #031224;
  color: #ffffff;
}
.new-msg-search {
  width: 100%;
  height: 40px;
  border: 0.5px solid #e6ecf1;
  border-radius: 6px;
  outline: none;
  padding-left: 37px;
  font-size: 13px;
  font-family: roboto-regular;
  background: url(../../../images/web/otherPage/search-msg.png) #f0f5f7;
  background-repeat: no-repeat;
  background-position: 5%, left center;
}
.new-msg-search::placeholder {
  color: #b6c3cf;
  font-family: roboto-regular;
}
.btn-filter-msg {
  appearance: none;
  border: none;
  background-color: transparent;
  color: #b4b4b4;
  font-size: 13px;
  font-family: roboto-regular;
}
.btn-filter-msg::after {
  display: none;
}
.filter-msges .dropdown-menu {
  border: none;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
  margin-top: 15px;
  height: auto;
  font-size: 13px;
}
.filter-msges .dropdown a:hover {
  color: #008891 !important;
  font-size: 13px;
  font-family: roboto-medium;
  text-decoration: none;
  background-color: transparent;
}
.filter-msges .dropdown-menu .active {
  border: none;
  background-color: transparent;
  color: #008891;
  font-size: 13px;
}
.shortlist-msg-star a {
  color: #aec1c5;
  font-size: 15px;
}
.msg-title-list {
  color: #3a4654;
  font-size: 14px;
  font-family: roboto-medium;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
}
.time-msg-rec {
  color: #3a4654;
  font-size: 13px;
  font-family: roboto-medium;
  text-align: right;
}
.main-data-mesges table {
  background-color: transparent;
  border-bottom: 1px solid #e1eaf2;
}
/* .main-data-mesges table:last-child {
  background-color: transparent;
  border-bottom: none;
} */
.costm-row-table-msg td {
  border-color: white !important;
}
.activity-txt-msg {
  color: #acbac6;
  font-size: 12.5px;
  font-family: roboto-regular;
}
.print-btn-msg a {
  font-size: 19px;
  color: #b4b4b4;
}
.dv-msg-text {
  border-color: #f1f6fb !important;
  margin-top: 11px;
}
.date-rec-in-msg {
  color: #b4b4b4;
  font-size: 13px;
  font-family: roboto-regular;
}
.msg-main-conv h4 {
  color: #031224;
  font-size: 18px;
  font-family: roboto-regular;
  margin-top: 6px;
}
.msg-main-conv p {
  color: #434343;
  font-size: 13px;
  line-height: 23px;
  font-family: roboto-regular;
}
.rep-msg-btn button {
  background-color: #d9e7eccb;
  color: #91a2b7;
  font-size: 14px;
}
.message-in-details {
  min-height: 65vh;
}
.reply-msg-box {
  box-shadow: -5px -5px 27px #0000000f;
  border-radius: 10px 0px;
  width: 410px;
  height: 422px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
}
.close-msg-box {
  font-size: 18px;
  color: #7f8d9a;
  cursor: pointer;
}
.reply-lable-t {
  color: #031224;
  font-size: 13px;
  font-family: roboto-medium;
}
.name-emlr {
  height: 30px;
  background: #f0f5f778 0% 0% no-repeat padding-box;
  border: 1px solid #c4cfd9bf;
  border-radius: 6px;
  font-size: 13px;
  color: #767677;
  padding: 5px 15px;
}
.in-msg-are textarea {
  height: 185px;
  margin-top: 0px;
  border: none;
  resize: inherit;
  appearance: none;
}
.font-cstm a {
  color: gray;
  font-size: 17px;
  margin-top: 8px;
}
.reply-msg-box {
  display: none;
}
.new-msg-box {
  box-shadow: -5px -5px 27px #0000000f;
  border-radius: 10px 0px;
  width: 410px;
  height: 441px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: white;
  display: none;
}
.chosen-container {
  width: 100% !important
  ;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 0px !important;
  width: 100%;
  height: auto;
  border: none !important;
  cursor: text;
  box-shadow: none !important;
  border-bottom: 1px solid #c4cfd9 !important;
  font-family: "Roboto-regular" !important;
  font-size: 13px;
  background: white !important;
}
.chosen-container-active .chosen-choices {
  box-shadow: none !important;
}
.chosen-container {
  background-color: white;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: none !important;
  max-width: 100%;
  border-radius: 3px;
  background-color: #ffffff !important;
  background-image: unset !important;

  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 5px !important;
  right: 3px !important;
  display: block;
  width: 10px !important;
  height: 11px !important;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 0px;
  font-family: roboto-regular !important;
}
.chosen-container-multi .chosen-choices {
  overflow: auto !important;
  font-family: roboto-regular !important;
  height: 30px !important;
  margin-top: 10px !important;
}
.chosen-container .chosen-results li:hover {
  background-color: #008891 !important;
}
.btn-vsb {
  height: 40px;
  color: white;
  background: #031224;
  border-radius: 6px;
  font-size: 14px;
  font-family: roboto-regular;
  border: none;
  padding: 3px 11px;
  margin-top: 16px;
}
.btn-vsb::after {
  display: none;
}
.visi-btn .dropdown-menu {
  border: none;
  background: #ffffff 0% 0% no-repeat padding-box;

  box-shadow: -2px 5px 18px 0px #0d5d7b40;
  border-radius: 6px;
  margin-top: 15px;
  height: auto;
  font-size: 13px;
}
.visi-btn .dropdown a:hover {
  color: #008891 !important;
  font-size: 13px;
  font-family: roboto-medium;
  text-decoration: none;
  background-color: transparent;
}
.visi-btn .dropdown-menu .active {
  border: none;
  background-color: transparent;
  color: #008891;
  font-size: 13px;
}
.visi-btn .dropdown-item {
  margin-top: 15px;
  margin-bottom: 15px;
}
.progress-see {
  height: 5px;
  background-color: #008891;
  border-radius: 3px;
}
.progress-bar-main {
  height: 5px;
  border-radius: 3px;
  background-color: #d9e7ec;
}
.progre-job {
  width: 60%;
  float: right;
}
.progre-job {
  font-size: 13px;
  font-family: roboto-regular;
  color: #657d92;
}
.progre-job span {
  font-size: 13px;
  font-family: roboto-bold;
  color: #008891;
}
.new-prog-margin {
  margin-top: -116px;
}
.edit-detail-skr a {
  color: #031224;
  font-family: roboto-medium;
  font-size: 15px;
}
.tit-sug-jobs h4 {
  color: #031224;
  font-size: 23px;
  font-family: exo-bold;
}
.tit-sug-jobs h4::after {
  content: " ";
  width: 71px;
  height: 3px;
  background-color: #008891;
  display: block;
  margin-top: 10px;
}
.view-all-jbs a {
  font-size: 15px;
  color: #008891;
  font-family: roboto-medium;
}
.resume-tit h3 {
  font-family: roboto-bold;
  font-size: 19px;
  color: #031224;
}
.resume-tit h5 {
  color: #3a4654;
  font-size: 14px;
  margin-top: 15px;
  font-family: roboto-medium;
}
.resume-tit h5 span {
  color: #6d6d6d;
  font-size: 14px;
  font-size: roboto-regular;
  margin-left: 30px;
}
.resume-del a {
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #ff4e4e 0% 0% no-repeat padding-box;
}
.res-updateon {
  color: #6d6d6d;
  height: 38px;
  /* UI Properties */
  background: #d9e7ec7e 0% 0% no-repeat padding-box;
  border-radius: 6px;
  width: 100%;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doownload-upload-resume-btn button {
  height: 40px;
  border-radius: 6px;
  border: none;
  color: white;
  font-size: 14px;
  font-family: roboto-regular;
  width: 100%;
}
.c-dark-b button {
  background-color: #031224;
}
.color-t button {
  background-color: #008891;
}
.resume-ads {
  width: 100%;
}
.resume-ads img {
  box-shadow: 0px 3px 6px #0000001a;
  width: 100%;
  object-fit: contain;
}
.img-resume-p img {
  width: 100%;
  border: 20px solid white;
  box-shadow: 0px 3px 6px #0000001a;
}

.edit-profile-s {
}

.edit-profile-s .accordion .card {
  border: none;
}
.edit-profile-s .accordion .card h2 {
  background: url(../../../images/web/otherPage/1up.png) no-repeat calc(100% - 10px) center;
  color: #031224;
  font-family: roboto-medium;
  cursor: pointer;
  font-size: 16.5px;
  user-select: none;
}
.edit-profile-s .accordion .card h2.collapsed {
  background: url(../../../images/web/otherPage/1-dwn.png) no-repeat calc(100% - 10px) center;
}
.edit-profile-s .accordion .card-body {
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #ededed;
  margin-top: 18px;
}
.edit-profile-s .accordion .card-body::before {
  content: " ";
  height: 3px;
  width: 180px;
  display: block;
  position: absolute;
  background-color: #008891;
  margin-top: -23px;
}
.new-acc-bg {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
  border-radius: 6px;
  width: 100%;
  padding: 20px 25px;
}
.hide-in-r {
  display: none;
}
.radio-cstm-in {
  height: 37px;
  color: #708986;
  font-size: 13.5px;
  font-family: roboto-regular;
  background: #def0f4;
  border-radius: 6px;
  padding: 2px 20px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-right: 15px;
  margin-top: 5px;
  transition: all 0.2s ease-in;
}
.in-radio-1 input[type="radio"]:checked + .radio-cstm-in {
  background-color: #008891;
  color: white;
}
.lab-radios {
  height: 30px;
  line-height: 30px;
  color: #657d92;
  cursor: text;
  transition: all 200ms ease-out;
  z-index: 10;
  font-size: 13px;
  font-family: "Roboto-regular";
  font-weight: normal;
}
.select-radio-sctm {
  margin-top: 23px;
}
.form-control-sctm {
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  line-height: 30px;

  border: 0;
  background: none;
  border-bottom: 1px solid #c4cfd9;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  color: #031224;
  font-size: 13px;
  background-image: url(../../../images/web/otherPage/s-down.png);
  background-repeat: no-repeat;
  background-position: 97%;
}
.cst-margin-in {
  margin-top: 30px !important;
}
.input-group-append {
  display: none;
}
#datepicker {
  padding: 0%;
  font-size: 13px;
}
.add-textarea-e {
  border: none;
  font-size: 13.5px;
  outline: none;
  min-height: 15px;
  box-sizing: border-box;
  line-height: 15px;
  border: 0;
  background: none;
  border-bottom: 1px solid #c4cfd9;
  width: 100%;
}
.add-textarea-e::placeholder {
  line-height: 30px;
  color: #657d92;
  cursor: text;
  font-size: 13px;
  font-family: "Roboto-regular";
  font-weight: normal;
}
.canc-edit-form-main button {
  width: 90%;
  height: 40px;
  /* UI Properties */
  background: #d9e7ec 0% 0% no-repeat padding-box;
  border-radius: 6px;
  font-size: 14px;
  color: #657d92;
  padding: 2px 10px;
  border: none;
  outline: none;
  margin-top: 10px;
}
.submit-edit-form-main button {
  width: 90%;
  height: 40px;
  /* UI Properties */
  background: #008891;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  padding: 2px 10px;
  border: none;
  outline: none;
  margin-top: 10px;
}
.comp-s-details-btn button {
  height: 38px;
  border: none;
  outline: none;
  font-size: 13px;
  color: #657d92;
  font-family: roboto-regular;
  padding: 0px 10px;
  background-color: transparent;
  border: 1px solid #d9e7ec;
  border-radius: 6px;
  margin-left: 9px;
}
.status-open-color {
  font-family: roboto-medium !important;
  color: #008891 !important;
}
.status-close-color {
  font-family: roboto-medium !important;
  color: #f13f3f !important;
}
.dlt-details-btn {
  width: 38px;
  height: 38px;
  background: #031224;
  border-radius: 6px;
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
}
.border-logo-t img {
  border: 1px solid #e6e6e6;
  object-fit: scale-down;
}

/* .emplo-main-pro-and-t h3::before {
  content: url(../../../images/web/otherPage/edit-btn.png);
  display: block;
  margin-top: -9px;
  z-index: 99;
  position: absolute;
  cursor: pointer;
  right: 43%;
  top: 23px;
} */

.steps-reg {
  width: 100%;
  background-color: white;
  height: auto;
  border-radius: 6px;
  padding: 30px;
  padding-bottom: 17px;
}
.progress-steps a::after {
  height: 24px !important;

  background: #88b1b3 !important;
}
.progress-steps a::before {
  background: #008891 !important;
}
.progress-steps-wrap {
  width: 100%;
  margin-bottom: 18px;
  margin-top: 20px !important;
  text-align: center;
  font-family: "Roboto-regular" !important;
  font-weight: normal !important;
}
.progress-steps a.active {
  color: #031224 !important;
  font-family: roboto-bold !important;
}
.progress-steps a {
  display: inline-block;
  position: relative;
  padding-top: 15px;
  padding-right: 36px;
  padding-left: 36px;
  color: #666;
  font-size: 15px !important;
  font-weight: normal !important;
  letter-spacing: -0.3px !important;
  cursor: pointer;
}
.steps-title {
  color: #031224;
  font-family: roboto-medium;
  cursor: pointer;
  font-size: 16.5px;
  user-select: none;
}

.progress-steps::before {
  height: 2px !important;
  background: #cddde2 !important;
}
.progress-steps a.done:first-child::before,
.progress-steps a.done:last-child::before {
  width: calc(100% + 58px) !important;
}
.progress-steps a.done::before {
  width: calc(100% + 76px) !important;
}
.progress-steps a::after {
  opacity: 1 !important;
}
.progress-steps .active::after {
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  background: #008891 !important;
}
.error{
  color: red;
}
#photo_thumbnail{
  width: 50%;
  border: 1px solid #a1a4a6;
}
.width-10{
  width: 10% !important;
}
.pointer{
  cursor: pointer;
}
.display-contents{
  display: contents !important;
}
.nodataf{
  text-align: center;
  display: block;
  padding-top: 22px;
}
.filter-option-inner-inner{
  color: #031224;
  font-size: 13px;
  padding-left: 5px;;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
}
.select-jobs-check{
  font-size:13.5px;
}
.bootstrap-select .error{
  position: absolute !important;
  top: 25px !important;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
}
.select-jobs-check{
font-size:13.5px;
}
.input-content .inputbox-content .underline {
  content: "";
  display: block;
  position: absolute;
  top: 55px;
  left: 0;
  width: 0;
  height: 1px;
  background: #031224;
  transition: all 200ms ease-out;
}
.error {
  color: red;
  font-size: 13px !important;
}
.bootstrap-select>.dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: transparent;
  outline: none;
  appearance: none;
  border: none;
  padding-left:0px !important;
}
.bootstrap-select .dropdown-toggle::after {
  display: none !important
}
.inputbox {
  margin-top: 18px;
}

.defaulf-font{
  font-size: 13.5px !important;
}
::placeholder{
  font-size:11px;
color: #b0b0b0;
}
.change-password-div{
  padding: 20px;
  border-radius: 6px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 14px #0d5d7b21;
}
.required_tag{
  color: red;
  font-size: 13px !important;
}
.filter-in-data .panel-default:last-child {
  border-bottom: none;
}
.notification-count{
  top: 0px;
  font-size: 8px;
  right: 2px;
  background: red;
  height: 12px;
  width: 12px;
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.edit-btn-icon{
  display: block;
  margin-top: -9px;
  z-index: 99;
  position: absolute;
  cursor: pointer;
  right: 43%;
  top: 23px;
}
#filter-hide .panel-heading{
  margin-bottom: -23px;
}
.trashNavlink{
  color: #3a4654;
  font-size: 14px;
  font-family: roboto-regular;
}
.nav-pills .nav-link.active{
  background: #008891 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 9px #126d6d42;
  border-radius: 6px;
  color: white;
}
.trashNavlinkMain{
  width: 45%;
}
.map-contact{
  width: 100%;
  height: 350px;
}

 .whatsapp-sticky{
    position: fixed;
    bottom: 55px;
    right: 61px;
    display: none;
    float: right;
    z-index: 999;
    }
    .whatsapp-sticky button{
    background: #52cd60;
    border: 1px solid #52cd60;
    outline: none;
    height: 46px;
    width: 46px;
    border-radius: 9px;
    color: white;
    font-size: 25px;
    transition: all 0.7s;
    }
    
    .whatsapp-sticky button a i{
        color: white;
    }
    
    .whatsapp-sticky button:hover{
        background: transparent;
    }
    
    .whatsapp-sticky button:hover a i{
        color: #52cd60;
    }
    
    
    
    
    
    
    
/*new  footer section start like home   */
.jobs_footer-bg {
  background: #18212E;
  height: 100%;
  width: 100%;
}

.footer_tittle h3 {
  color: white;
  font-size: 19px;
  font-family: 'Montserrat-Medium';
  margin-top: 15px;
}

.footer_para p {
  color: #CCCCCC;
  font-size: 14px;
  font-family: 'OpenSans-Regular';
  line-height: 27px;
}

.footer_list ul li {
  line-height: 35px;
}

.footer_list ul li a {
  color: #CCCCCC;
  font-size: 14px;
  font-family: 'OpenSans-Regular';
  transition: all 0.5s;
}

.footer_list ul li a:hover {
  color: white;
  margin-left: 3px;
}

.icon-footer-main {
  margin-right: 10px;
}

.icon-footer-s {
  width: 33px;
  height: 33px;
  background: #FFFFFF;
  border: 1px solid #ffffff2e;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
}

.icon-footer-s:hover {
  background-color: transparent;
  border: 1px solid #CCCCCC;
}

.icon-footer-s:hover i {
  color: white;
}

.icon-footer-s i {
  color: #18212E;
  text-align: center;
  font-size: 14px;
}

.settt-footer-btn button {
  background: #17D27C;
  height: 42px;
  width: 148px;
  border-radius: 40px;
  border: 1px solid #17D27C;
  outline: none;
  color: white;
  font-size: 15px;
  font-family: "Roboto-Regular";
  transition: 0.7s;
}

.settt-footer-btn button:hover {
  background: transparent;
}

.bottom_footer {
  width: 100%;
  border-top: 1px solid #8d9ca542;
  height: 47px;
  background-color: #18212E;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom-tittle h3 {
  font-size: 13px;
  color: #BBBBBB;
  margin: 0px;
  font-family: 'OpenSans-Regular';
  opacity: 0.79;
}
/*new  footer section end like home   */



/*new header start like home page */

/* sticky whatsaap start  */
.whatsapp-sticky {
  position: fixed;
  bottom: 55px;
  right: 61px;
  display: none;
  float: right;
  z-index: 999;
}

.whatsapp-sticky button {
  background: #52cd60;
  border: 1px solid #52cd60;
  outline: none;
  height: 46px;
  width: 46px;
  border-radius: 9px;
  color: white;
  font-size: 25px;
  transition: all 0.7s;
}

.whatsapp-sticky button a i {
  color: white;
}

.whatsapp-sticky button:hover {
  background: transparent;
}

.whatsapp-sticky button:hover a i {
  color: #52cd60;
}

/* sticky whatsaap end  */


/* main navbar start  */

/* main navbar start  */
.nav-main-container {
  height: 62px;
  background: white;
  box-shadow: 0px 3px 6px #00000012;
}

.nav-main-container .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.navbar-text ul li .nav_sub_dropdown.show {
  position: absolute;
  top: 12px !important;
}

.navbar-text ul .nav-item a.menu-active {
  color: #5E2DFA;
}

.nav_sub_dropdown li .dropdown-item:hover,
.nav_sub_dropdown li .dropdown-item:active {
  background-color: #5e2dfa17;
  color: #5E2DFA;
  font-size: 15px;
}

.navbar-text>ul {
  display: flex;
  align-items: center;
}

.navbar-text ul .nav-item a {
  color: #828282;
  font-size: 14px;
  font-family: "Montserrat-SemiBold";
  display: inline-block;
  padding: 0.5rem 1rem;;
}

.navbar-text ul .nav-item.active a {
  color: #5E2DFA;
}

 .navbar-text>ul>.nav-item>a::after,
.navbar-text>ul>.nav-item.active>a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: relative;
  top: 16px;
  background: #5E2DFA;
  transition: width .3s;
  border: none;
}

.navbar-text ul .nav-item a:hover::after,
.navbar-text ul .nav-item.active a::after {
  width: 100%;
  transition: width .7s;
}

.navbar-text ul .register-btn {
  background: #5E2DFA;
  color: white;
  width: 112px;
  border: 1px solid #5E2DFA;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  margin-left: 10px;
  transition: all 0.7s;
}

.navbar-text ul .register-btn a {
  color: white;
  font-size: 14px;
  font-family: "Montserrat-SemiBold";
  transition: all 0.7s;
}

.navbar-text ul .register-btn:hover,
.navbar-text ul .register-btn:hover a {
  background: transparent;
  color: #5E2DFA;
}

/* mobile navbar start  */
.mobile-nav-main {
  height: 62px;
  width: 100%;
}

.stycky-navbar-main {
  position: fixed;
  width: 100%;
  background: white;
  height: 62px;
   z-index: 9999; 
  /*z-index: 1;*/
}

.mobile-nav-main .icon-logo_navs {
  height: 62px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jobs_menu-btn {
  background-color: white;
  border-radius: 49px 48px 78px 54px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
  cursor: pointer;
  height: 44px;
  left: 0;
  position: relative;
  top: 0;
  width: 44px;
  z-index: 999;
}

.jobs_menu {
  bottom: 0;
  background-color: #5e2dfa;
  left: 0;
  margin: 0;
  padding: 80px 0px;
  position: fixed;
  top: 0px;
  width: 288px;
  transform: translate3d(-100%, 0, 0);
  transition: transform .2s linear;
  border-radius: 0;
  border-radius: 0px 20px 20px 0px;
  z-index: 99;
  /* -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); */
  /* clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); */
}

.jobs_menu-btn li {
  background-color: #5e2dfa;
  bottom: 0;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 20px;
  top: 0;
  transition: all .3s ease-in-out;
}

.jobs_menu-btn li:first-child {
  transform: translate3d(0, -6px, 0);
}

.jobs_menu-btn li:last-child {
  transform: translate3d(0, 6px, 0);
}

.menu-btn--on li:first-child {
  transform: rotate(135deg) translate3d(0, 0, 0);
}

.menu-btn--on li:last-child {
  transform: rotate(-135deg) translate3d(0, 0, 0);
}

.menu-btn--on li:nth-child(2) {
  opacity: 0;
}

.menu--open {
  transform: translate3d(0, 0, 0);
}

.mobile-job_nav ul li {
  padding: 8px 22px;
}

.mobile-job_nav ul li a {
  padding: 8px;
  color: white;
  font-size: 14px;
  font-family: 'OpenSans-SemiBold';
}

.navbar-text ul .nav-item{
    margin: 0px;
}


/*new header end like home page */
