.brand-btn,
.has-brand-btn a,
.black-btn,
.has-black-btn a,
.border-btn,
.has-border-btn a,
.white-btn,
.has-white-btn a {
  text-decoration: none;
  height: 40px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0;
  transition: all 500ms;
  cursor: pointer;
  border-radius: 30px !important;
  font-weight: 500 !important;
  padding: 0 30px;
  white-space: nowrap;
  font-size: 14px !important;
}
@media (min-width: 992px) {
  .brand-btn,
  .has-brand-btn a,
  .black-btn,
  .has-black-btn a,
  .border-btn,
  .has-border-btn a,
  .white-btn,
  .has-white-btn a {
    padding: 0 25px;
  }
}
.brand-btn,
.has-brand-btn a {
  background: #f68b00 !important;
  color: #fff !important;
  border: 1px solid #f68b00;
}
.brand-btn:hover,
.has-brand-btn a:hover {
  border: 1px solid #e56b00;
  background: #e56b00 !important;
}

.black-btn,
.has-black-btn a {
  background: #1f1f1f !important;
  color: #fff !important;
}
.black-btn:hover,
.has-black-btn a:hover {
  background: #0e0e0e !important;
  color: #fff !important;
}

.white-btn,
.has-white-btn a {
  background: #fff !important;
  color: #0e0e0e !important;
}
.white-btn:hover,
.has-white-btn a:hover {
  background: #0e0e0e !important;
  color: #fff !important;
}

.border-btn,
.has-border-btn a {
  background: transparent !important;
  color: #f68b00 !important;
  border: 1px solid #f68b00;
}
.border-btn:hover,
.has-border-btn a:hover {
  background: #f68b00 !important;
  color: #fff !important;
}

.input-stdv .required {
  color: #f68b00 !important;
  padding-left: 4px;
}
.input-stdv br {
  display: none;
}
.input-stdv label {
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}
.input-stdv label.req:after {
  content: "*";
  color: #f68b00;
  margin-left: 4px;
}
.input-stdv label.check {
  display: flex;
  align-items: center;
}
.input-stdv label.check input {
  margin-right: 8px;
}
.input-stdv textarea {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 8px;
  width: 100%;
  background: #fff !important;
  color: #0e0e0e;
}
.input-stdv textarea::placeholder {
  color: #0e0e0e;
  opacity: 0.5;
}
.input-stdv
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not(
    [type="submit"]
  ) {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 30px;
  height: 40px;
  padding: 0 12px !important;
  color: #0e0e0e;
  background-color: #fff !important;
}
.input-stdv
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not(
    [type="submit"]
  )::placeholder {
  color: #0e0e0e;
  opacity: 0.5;
}
.input-stdv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 42px;
  padding: 0 30px 0 12px;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #0e0e0e;
  border-radius: 30px;
  background-image: url("../images/filter.svg");
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: right 13px top 14px;
  width: 100%;
}

label.checkbox {
  position: relative;
}

label.radio {
  position: relative;
}

input[type="checkbox"] {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 21px;
  min-height: 21px;
  max-height: 21px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-flex !important;
}

input[type="radio"] {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-flex !important;
}

.border-head {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .border-head.left {
    text-align: left;
  }
  .border-head.left a {
    font-size: 14px;
    color: #f68b00;
    margin-left: auto;
    font-weight: 800;
    font-family: "Inter", sans-serif;
  }
}
.border-head:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  bottom: -10px;
  position: absolute;
  left: 0;
  z-index: 0;
}
.border-head span {
  position: relative;
  text-transform: uppercase;
}
.border-head span:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #f68b00;
  bottom: -11px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.hide-on-mobile {
  display: none;
}
@media (min-width: 992px) {
  .hide-on-mobile {
    display: block;
  }
}

.hide-on-desktop {
  display: block;
}
@media (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
}

.cd-table {
  width: 100%;
}
.cd-table .cd-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cd-table .cd-row {
    flex-wrap: nowrap;
  }
}
.cd-table .cd-row.cd-head {
  background: #0e0e0e;
  display: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .cd-table .cd-row.cd-head {
    display: flex;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
  }
}
.cd-table .cd-row > div {
  width: 100%;
  padding: 8px;
}
@media (min-width: 992px) {
  .cd-table .cd-row > div {
    flex: 1;
    width: unset;
  }
}
.cd-table .cd-body .cd-row:nth-child(even) {
  background: #fcefef;
}
.cd-table .cd-body .cd-row .mobile-head {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .cd-table .cd-body .cd-row .mobile-head {
    display: none;
  }
}
.cd-table .cd-foot .cd-row .mobile-head {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .cd-table .cd-foot .cd-row .mobile-head {
    display: none;
  }
}
.cd-table .cd-legend {
  margin-top: 30px;
}
.cd-table .cd-legend p {
  margin-bottom: 15px;
}
.cd-table .cd-legend p:last-of-type {
  margin-bottom: 0;
}
.cd-table .cd-legend p a {
  color: #f68b00;
}

.wpcf7-form {
  transition: all 500ms;
}
.wpcf7-form .wpcf7-response-output {
  border: 0 !important;
  padding: 15px 0 !important;
  margin: 0 !important;
}
.wpcf7-form.submitting {
  filter: blur(5px);
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: red !important;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #f68b00 !important;
}

@media all and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}

.pricing-container {
  padding: 40px 0 60px;
}
.pricing-container .container .jobtek-pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}
@media (min-width: 768px) {
  .pricing-container .container .jobtek-pricing {
    gap: 0px;
  }
}
.pricing-container .container .jobtek-pricing > div,
.pricing-container .container .jobtek-pricing > a {
  width: calc(100% - 0px * 0 / 1);
}
@media (min-width: 768px) {
  .pricing-container .container .jobtek-pricing > div,
  .pricing-container .container .jobtek-pricing > a {
    width: calc(100% - 0px * 0 / 1);
  }
}
@media (min-width: 992px) {
  .pricing-container .container .jobtek-pricing > div,
  .pricing-container .container .jobtek-pricing > a {
    width: calc(50% - 0px * 1 / 2);
  }
}
@media (min-width: 1200px) {
  .pricing-container .container .jobtek-pricing > div,
  .pricing-container .container .jobtek-pricing > a {
    width: calc(25% - 0px * 3 / 4);
  }
}
@media all and (max-width: 767px) {
  .pricing-container .container .jobtek-pricing > div {
    border: 2px solid #092f51;
    margin-bottom: 80px;
  }
}
.pricing-container .container .jobtek-pricing > div .pricing-name {
  font-weight: bold;
  font-size: 24px !important;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
@media all and (max-width: 767px) {
  .pricing-container .container .jobtek-pricing > div .pricing-name {
    background: #092f51;
    color: #fff;
    font-size: 32px !important;
    padding: 16px 0 !important;
  }
}
@media (min-width: 768px) {
  .pricing-container .container .jobtek-pricing > div .pricing-name {
    height: 80px;
  }
}
.pricing-container .container .jobtek-pricing > div .pricing-name span {
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 13px;
  background: #fff;
  border: 2px solid #092f51;
  color: #092f51;
  padding: 4px 12px;
}
@media all and (max-width: 767px) {
  .pricing-container .container .jobtek-pricing > div .pricing-name span {
    background: #092f51;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -30px;
  }
}
.pricing-container .container .jobtek-pricing > div .value:not(.pricing-name) {
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .pricing-container
    .container
    .jobtek-pricing
    > div
    .value:not(.pricing-name) {
    height: 60px;
  }
}
.pricing-container
  .container
  .jobtek-pricing
  > div
  .value:not(.pricing-name):last-child {
  border-bottom: 0;
}
@media all and (max-width: 767px) {
  .pricing-container .container .jobtek-pricing .pricing-head {
    display: none;
  }
}
.pricing-container .container .jobtek-pricing .pricing-head .value {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
}
.pricing-container .container .jobtek-pricing .pricing-head .value:first-child,
.pricing-container .container .jobtek-pricing .pricing-head .value:last-child {
  border-bottom: 0;
}
.pricing-container .container .jobtek-pricing .single-pricing:last-child {
  background: #092f51;
  color: #fff;
}
.pricing-container .container .jobtek-pricing .single-pricing:last-child svg {
  filter: brightness(0) invert(1);
}
@media all and (max-width: 767px) {
  .pricing-container
    .container
    .jobtek-pricing
    .single-pricing:last-child
    .pricing-name {
    background: #fff;
    color: #092f51;
  }
}
.pricing-container .container .jobtek-pricing .single-pricing .value {
  text-align: center;
  justify-content: center;
  font-size: 16px;
  padding: 8px 0;
}
.pricing-container .container .jobtek-pricing .single-pricing .value img,
.pricing-container .container .jobtek-pricing .single-pricing .value svg {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
}
@media (min-width: 768px) {
  .pricing-container
    .container
    .jobtek-pricing
    .single-pricing
    .value:not(.pricing-name)
    span {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .pricing-container
    .container
    .jobtek-pricing
    .single-pricing
    .value:not(.pricing-name) {
    flex-direction: column;
  }
  .pricing-container
    .container
    .jobtek-pricing
    .single-pricing
    .value:not(.pricing-name)
    span {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.brand-btn,
.has-brand-btn a,
.black-btn,
.has-black-btn a,
.border-btn,
.has-border-btn a,
.white-btn,
.has-white-btn a {
  text-decoration: none;
  height: 40px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 0;
  transition: all 500ms;
  cursor: pointer;
  border-radius: 30px !important;
  font-weight: 500 !important;
  padding: 0 30px;
  white-space: nowrap;
  font-size: 14px !important;
}
@media (min-width: 992px) {
  .brand-btn,
  .has-brand-btn a,
  .black-btn,
  .has-black-btn a,
  .border-btn,
  .has-border-btn a,
  .white-btn,
  .has-white-btn a {
    padding: 0 25px;
  }
}
.brand-btn,
.has-brand-btn a {
  background: #f68b00 !important;
  color: #fff !important;
  border: 1px solid #f68b00;
}
.brand-btn:hover,
.has-brand-btn a:hover {
  border: 1px solid #e56b00;
  background: #e56b00 !important;
}

.black-btn,
.has-black-btn a {
  background: #1f1f1f !important;
  color: #fff !important;
}
.black-btn:hover,
.has-black-btn a:hover {
  background: #0e0e0e !important;
  color: #fff !important;
}

.white-btn,
.has-white-btn a {
  background: #fff !important;
  color: #0e0e0e !important;
}
.white-btn:hover,
.has-white-btn a:hover {
  background: #0e0e0e !important;
  color: #fff !important;
}

.border-btn,
.has-border-btn a {
  background: transparent !important;
  color: #f68b00 !important;
  border: 1px solid #f68b00;
}
.border-btn:hover,
.has-border-btn a:hover {
  background: #f68b00 !important;
  color: #fff !important;
}

.input-stdv .required {
  color: #f68b00 !important;
  padding-left: 4px;
}
.input-stdv br {
  display: none;
}
.input-stdv label {
  font-weight: bold;
  display: block;
  margin-bottom: 7px;
}
.input-stdv label.req:after {
  content: "*";
  color: #f68b00;
  margin-left: 4px;
}
.input-stdv label.check {
  display: flex;
  align-items: center;
}
.input-stdv label.check input {
  margin-right: 8px;
}
.input-stdv textarea {
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 8px;
  width: 100%;
  background: #fff !important;
  color: #0e0e0e;
}
.input-stdv textarea::placeholder {
  color: #0e0e0e;
  opacity: 0.5;
}
.input-stdv
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not(
    [type="submit"]
  ) {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 30px;
  height: 40px;
  padding: 0 12px !important;
  color: #0e0e0e;
  background-color: #fff !important;
}
.input-stdv
  input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not(
    [type="submit"]
  )::placeholder {
  color: #0e0e0e;
  opacity: 0.5;
}
.input-stdv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 42px;
  padding: 0 30px 0 12px;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #0e0e0e;
  border-radius: 30px;
  background-image: url("../images/filter.svg");
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-position: right 13px top 14px;
  width: 100%;
}

input[type="checkbox"] {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 21px;
  min-height: 21px;
  max-height: 21px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-flex !important;
}
input[type="checkbox"]:checked {
  background: url("../images/checkbox-checked.svg");
}

input[type="radio"] {
  background: url("../images/radio.svg");
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-flex !important;
}
input[type="radio"]:checked {
  background: url("../images/radio-checked.svg");
}

.border-head {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .border-head.left {
    text-align: left;
  }
  .border-head.left a {
    font-size: 14px;
    color: #f68b00;
    margin-left: auto;
    font-weight: 800;
    font-family: "Inter", sans-serif;
  }
}
.border-head:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  bottom: -10px;
  position: absolute;
  left: 0;
  z-index: 0;
}
.border-head span {
  position: relative;
  text-transform: uppercase;
}
.border-head span:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #f68b00;
  bottom: -11px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.hide-on-mobile {
  display: none;
}
@media (min-width: 992px) {
  .hide-on-mobile {
    display: block;
  }
}

.hide-on-desktop {
  display: block;
}
@media (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
}

.cd-table {
  width: 100%;
}
.cd-table .cd-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cd-table .cd-row {
    flex-wrap: nowrap;
  }
}
.cd-table .cd-row.cd-head {
  background: #0e0e0e;
  display: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .cd-table .cd-row.cd-head {
    display: flex;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
  }
}
.cd-table .cd-row > div {
  width: 100%;
  padding: 8px;
}
@media (min-width: 992px) {
  .cd-table .cd-row > div {
    flex: 1;
    width: unset;
  }
}
.cd-table .cd-body .cd-row:nth-child(even) {
  background: #fcefef;
}
.cd-table .cd-body .cd-row .mobile-head {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .cd-table .cd-body .cd-row .mobile-head {
    display: none;
  }
}
.cd-table .cd-foot .cd-row .mobile-head {
  font-weight: bold;
}
@media (min-width: 1200px) {
  .cd-table .cd-foot .cd-row .mobile-head {
    display: none;
  }
}
.cd-table .cd-legend {
  margin-top: 30px;
}
.cd-table .cd-legend p {
  margin-bottom: 15px;
}
.cd-table .cd-legend p:last-of-type {
  margin-bottom: 0;
}
.cd-table .cd-legend p a {
  color: #f68b00;
}

.wpcf7-form {
  transition: all 500ms;
}
.wpcf7-form .wpcf7-response-output {
  border: 0 !important;
  padding: 15px 0 !important;
  margin: 0 !important;
}
.wpcf7-form.submitting {
  filter: blur(5px);
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: red !important;
}
.wpcf7-form.sent .wpcf7-response-output {
  color: #f68b00 !important;
}

@media all and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}

.post-content {
  padding: 35px 40px;
  padding-bottom: 30px;
}

.load_more_jobs {
  display: none !important;
  visibility: hidden !important;
}

.custom-jobs-loader {
  width: 100%;
  height: 150px;
  background: #ced5dc;
  border-radius: 8px;
  opacity: 0.5;
  animation: skeletonLoading 0.5s infinite alternate;
}

@keyframes skeletonLoading {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}

@media (max-width: 767px) {
  .custom-jobs-loader {
    height: 200px;
  }
}

.application-agreement,
.jobtek_marketing_agreement {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}

.privacy-policy span::after,
.application-agreement.required span:after,
.jobtek_marketing_agreement.required span:after {
  content: "*";
  color: #f68b00;
  margin-left: 4px;
}

.application-agreement span,
.jobtek_marketing_agreement span {
  font-size: 12px;
  line-height: 1.5;
  color: #888;
  font-weight: 500;
}

.apply_with_resume > p {
  margin: 15px 0 !important;
}

.freelancer-radio {
  font-size: 18px;
}

.jobtek-marketing-header {
  font-size: 12px !important;
  margin: 4px 0;
}
