*:focus-visible {
  outline: -webkit-focus-ring-color auto 0;
}

h3,
h4,
h5,
h6 {
  color: #333333;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

a {
  /* color: #37a850; */
  color: #0d7524;
}

a:hover {
  text-decoration: none;
  color: #2f8f44;
}

button:focus {
  outline: none !important;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  font-size: 16px;
}

.heading-1,
.heading-2,
h1,
h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.heading-1,
h1 {
  font-size: 48px;
  line-height: 53px;
  color: white;
}

.heading-2,
h2 {
  font-size: 32px;
  line-height: 35.2px;
  color: #333333;
}

.heading-3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-family: "Mulish", sans-serif;
}

.heading-4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #333333;
  font-family: "Montserrat", sans-serif;
}

.body-text-1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 31.5px;
  margin-bottom: 20px;
}

.body-text-2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-20 {
  margin-top: 20px;
}
.pb-50 {
  padding-bottom: 50px;
}

button.site-btn-green {
  border: none;
}


.section-line_title h4 {
  font-weight: 700;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #94a3b1;
  display: inline-block;
  position: relative;
  background: #fff;
  z-index: 1;
  padding-right: 10px;
}

.section-line_title.dark-bg h4 {
  background: #f5f5f7;
}

.section-line_title:after {
  content: "";
  position: absolute;
  bottom: 5px;
  height: 1px;
  left: 0;
  width: 100%;
  background: #dae3ea;
}

.section-line_title {
  position: relative;
}

.site-btn-wrp {
  display: flex;
  align-items: center;
}

.site-btn-green,
.site-btn-white {
  /* background: #37a850; */
  background:#0d7524;
  border-radius: 8px;
  font-family: "Open Sans", sans-serif;
  display: inline-flex;
  min-width: 230px;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  box-shadow: 0px 4px 20px rgba(51, 51, 51, 0.15);
  transition: all 0.5s;
}

.site-btn-green.small-btn,
.site-btn-white.small-btn {
  min-width: 122px;
  min-height: 64px;
  font-size: 16px;
  line-height: 150%;
  padding-left: 20px;
  padding-right: 20px;
}

.site-btn-green.mid-btn,
.site-btn-white.mid-btn {
  min-width: 130px;
  min-height: 64px;
  font-size: 16px;
  box-shadow: none;
  line-height: 150%;
}

.site-btn-white {
  background: #fff;
  color: #333333;
}

.site-btn-wrp > a:first-child {
  margin-right: 53px;
}

.site-btn-green:hover {
  background: #2f8f44;
  color: #fff;
  box-shadow: none;
  transition: all 0.5s;
}

.site-btn-white:hover {
  background: #f5f5f7;
  color: #333333;
  box-shadow: none;
  transition: all 0.5s;
}

/*background: radial-gradient(
    50% 50% at 50% 50%,
    #ffffff 48.71%,
    rgba(255, 255, 255, 0) 99%
  ); */
.bannres-text:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  transform: translateY(-50%);
  top: 29%;
  left: -110px;
  z-index: -1;
}

.padding-tp {
  padding-top: 100px;
}

.padding-bt {
  padding-bottom: 100px;
}

.padding-tb {
  padding-top: 100px;
  padding-bottom: 100px;
}

.subpage-headding-1 {
  padding: 50px 0 88px;
  background: #333333;
}

.subpage-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
}

.form-btn {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  /* background: #37a850; */
  background:#0d7524;
  height: 46px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.job-search-frm .form-btn {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.job-search-frm .form-control {
  height: 46px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  color: #333333;
  border: 1px solid #dae3ea;
  border-radius: 8px;
}

.job-search-frm .form-group {
  margin-bottom: 0;
}

form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/arrow_drop_down_24px.svg) no-repeat right #ddd;
  background-position-x: calc(100% - 15px);
}

.comman-site-frm .form-control,
.comman-site-frm .form-control-lg {
  height: 44px;
  background-color: #ffffff;
  border: 1px solid #dae3ea;
  border-radius: 8px;
  font-size: 16px;
  padding: 10px;
}

.comman-site-frm .wpcf7-submit.site-btn-green.mid-btn {
  /* background: #37a850; */
  background:#0d7524;
  border-radius: 8px;
  font-family: "Open Sans", sans-serif;
  display: inline-flex;
  min-width: auto;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  padding-left: 20px;
  font-size: 21px;
  box-shadow: 0px 4px 20px rgb(51 51 51 / 15%);
  transition: all 0.5s;
  padding-right: 20px;
}

.comman-site-frm textarea.form-control,
.comman-site-frm textarea.form-control-lg {
  height: 217px;
  resize: none;
}

.comman-site-frm label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.big-bold-lbl label {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}

.comman-site-frm hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 0;
  border-top: 1px solid #dae3ea;
}

/* Upload button  */

.fileUpload {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  background: #f5f5f7;
  border-radius: 8px;
  height: 104px;
  width: 100%;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.fileUpload input.uploadlogo {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
}


.fileUpload span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}

.fileUpload span i {
  font-size: 52px;
  color: #94a3b1;
  margin-right: 20px;
}
.fileUpload label{
   display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 0px;
}

.attch {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*Chrome fix*/
input::-webkit-file-upload-button {
  cursor: pointer !important;
  height: 100%;
  width: 100%;
}
.subpage-headding-2 {
  background-size: cover !important;
  min-height: 408px;
  display: inline-flex;
  width: 100%;
  padding: 75px 0 50px;
}
.subpage-headding-2 * {
  color: #fff;
}
/* End common css */

/* Header */

.site-header {
  background: #fff;
  display: flex;
  align-items: center;
  border-bottom: 18px solid #37a850;
}

.fcs_menu .nav-menu li > a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #333333;
}

.fcs_menu .nav-menu > li > a {
  padding: 10px;
}

.fcs_menu .nav-menu li > a:hover,
.fcs_menu .nav-menu li.current_page_item > a {
  /* color: #37a850; */
  color:#0d7524;
}

.main-navigation ul {
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1200px) {
  .main-navigation ul {
    justify-content: center;
  }
}

.fcs_menu .nav-menu li.menu-item-has-children > a {
  position: relative;
}

.fcs_menu .nav-menu li.menu-item-has-children > a:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  margin-left: 10px;
}

.fcs_menu .nav-menu > li:not(:last-child) {
  margin-right: 20px; /* was margin-right: 40px; */
}

.main-navigation ul ul {
  background: #fff;
  box-shadow: 0px 4px 20px rgba(51, 51, 51, 0.15);
  border-radius: 8px;
}
.main-bannres-wrp .bannres-img img {
  width: 100%;
}

.fcs_menu .main-navigation ul ul a {
  width: auto;
  min-width: 137px;
  padding: 20px 20px;
}

/* .fcs_menu .main-navigation ul ul li:first-child a {
padding-top: 20px;
}
.fcs_menu .main-navigation ul ul li:last-child a {
padding-bottom: 20px;
} */

/* Main Bannres */
.main-bannres-wrp {
  position: relative;
}

.bannres-text {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  max-width: 670px;
  color: white;
}

.site-page-title > h1 {
  text-transform: uppercase;
}

.bannres-text .site-page-title {
  margin-bottom: 20px;
}

.bannres-text .site-btn-wrp {
  margin-top: 50px;
}

.bannres-text p {
  font-weight: 700;
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
}

/* Home About */
.home-about {
  background: #f5f5f7;
}

.site-content-l-box h4 {
  font-weight: 700;
  font-size: 21px;
  color: #333333;
  margin-bottom: 10px;
}

.site-content-l-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  margin-bottom: 20px;
}

.learn-more-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  /* color: #37a850; */
  color:#333333;
  text-transform: uppercase;
  transition: all 0.5s;
}

.learn-more-link:hover {
  color: #2f8f44;
}

.site-content-l-box > a > i,
.learn-more-link > i {
  margin-left: 8.09px;
  transition: all 0.5s;
  font-size: 14px;
}

.learn-more-link:hover > i {
  margin-left: 20px;
  transition: all 0.5s;
}

.home-about-2 {
  position: relative;
  overflow-y: hidden;
}

.right-img-wrp {
  /* position: absolute;
  top: 0;
  right: 0; */
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  /* padding-left: 20px; */
}

@media (max-width: 1367px) {
   .right-img-wrp {
     padding-top: 120px;
   }
 }

 @media (max-width: 900px) {
   .right-img-wrp {
     padding-top: 250px;
   }
 }

  @media (max-width: 768px) {
   .right-img-wrp {
     padding-top: 0px;
   }
 }

/* .right-img-wrp img {
  height: 499px;
  object-fit: cover;
  width: 100%;
  object-position: left;
} */

/* Site Counter section */
.counter-section {
  background: #37a850;
}

.counter-box {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  line-height: 110%;
}

.count-text {
  font-weight: 700;
  font-size: 21px;
  line-height: normal;
  margin-top: 20px;
}

/* Home Reviews */
.reviews-box {
  margin-bottom: 50px;
}

.reviews-box > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 15px 0 20px;
  color: #333333;
}
/*  // color: #e70037;*/
.commenter-box h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 150%;
}

.company-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 150.6%;
}

.reviews-section .row > div:nth-last-child(-n + 3) .reviews-box {
  margin-bottom: 0;
}

/* Next step  */
.home-take-next .site-content-l-box p,
.home-take-next .heading-2,
.home-take-next h2 {
  color: #fff;
}

.home-take-next .site-content-l-box {
  padding-right: 7rem;
}

.home-take-next .site-content-l-box p {
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 150%;
}

.home-take-next:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: calc(66.66666% - 93px);
  top: 0;
  display: inline-block;
  clip-path: polygon(0 0, 100% 0%, 38vw 100%, 0% 100%);
  background: linear-gradient(90deg, #37a850 0%, #3fc25c 161.75%);
}

.home-take-next {
  position: relative;
}

.home-take-next {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

/* Footer */
.top-footer {
  padding: 30px 0 83px;
  background: #f5f5f7;
}

footer a {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 150.6%;
}

footer h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 163.15%;
}

.footer-bottom {
  background: #fff;
}

.footer-bottom a {
  margin: 15px 0;
  display: inline-block;
}

.footer-logo img {
  mix-blend-mode: multiply;
}

.footer-link ul li a {
  font-weight: 400;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 15px;
  display: inherit;
}
.footer-link span {
  font-weight: 400;
  font-size: 14px;
  padding-left: 20px;
}

.footer-link ul li:first-child a {
  padding-left: 0;
}

/* .footer-link ul li:last-child  a{
    padding-right: 0;
} */

.footer-link ul li {
  border-right: 1px solid #333333;
}
.footer-menu-links ul {
  display: inline-flex;
  align-items: center;
}
.footer-link {
  display: flex;
  align-items: center;
}
.footer-link span a {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 1px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.social-link a {
  color: #37a850;
  font-size: 25px;
  line-height: 25px;
  margin-left: 20px;
}

/* Job List page */
.job-search-frm-wrp {
  background: #f5f5f7;
}

.job-list-wrp {
  padding: 50px 0;
}

.job-list-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dae3ea;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.job-name-icon-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.job-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f7;
  border-radius: 30px;
  font-size: 24px;
  color: #37a850;
  margin-right: 10px;
  flex: 0 0 55px;
}

.posted-job-date {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150.6%;
}

.job-detail > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

.job-detail > h2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 150%;
}

.job-footer span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21.08px;
}

.job-footer strong {
  font-size: 13px;
  font-weight: 800;
}

.job-footer > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21.08px;
  margin-right: 20px;
}

/* Drivers Register Page */

.auth-form-wrp form .form-control-lg::placeholder,
.auth-form-wrp select.form-control::placeholder {
  color: #94a3b1;
}

.auth-form-wrp .form-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 33px;
  margin-top: 0;
}

.auth-form-wrp .form-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.form-title.heading-3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.auth-form-wrp {
  max-width: 453px;
  width: 100%;
  text-align: center;
  padding: 40px;
  background: #ffffff;
  border: 1px solid #dae3ea;
  box-shadow: 0px 4px 20px rgba(51, 51, 51, 0.15);
  border-radius: 8px;
}

.auth-page-bannres {
  background-size: cover !important;
  min-height: 750px;
  display: inline-flex;
  width: 100%;
  padding: 75px 0;
}

.auth-form-wrp form .form-control-lg,
.auth-form-wrp select.form-control {
  height: 44px;
  background-color: #ffffff;
  border: 1px solid #dae3ea;
  border-radius: 8px;
  font-size: 16px;
  padding: 10px;
}

.auth-form-wrp .form-group {
  margin-bottom: 20px;
}

.form-btn.full-width {
  background:#0d7524;
  /* background: #37a850; */
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}

.form-footer-links {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  text-decoration-line: underline;
}

.form-footer-links {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  text-decoration-line: underline;
  text-align: right;
  display: inherit;
  margin-top: 10px;
}

.select-city-dr select,
.select-city-dr select option {
  color: #94a3b1;
}

.select-city-dr select:invalid,
.select-city-dr select option[value=""] {
  color: #333333;
}

.form-footer-links:hover {
  text-decoration: underline;
}

.hight-100 {
  height: 100%;
}

.regstep-hs,
.regstep-hs-fp {
  /* display: none; */
}

.auth-form-wrp .form-btn {
  font-family: "Mulish", sans-serif;
}

/* Job Details */
.jd-full-details h1,
.jd-full-details h2,
.jd-full-details h3,
.jd-full-details h4,
.jd-full-details h5,
.jd-full-details h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.job-post-shot-d > span {
  background: #f5f5f7;
  padding: 10px 20px;
  margin-right: 20px;
  border-radius: 60px;
  display: inline-flex;
}

.job-post-shot-d {
  margin-top: 5px;
}

.job-post-shot-d > span > span i {
  color: #37a850;
  height: 21px;
  width: 21px;
  text-align: center;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.jd-sidebar {
  display: inline-block;
  height: 100%;
  background: #f5f5f7;
  padding: 20px 20px 20px 20px;
  border-radius: 8px;
  width: 100%;
}

section.subpage-headding-1.jd-page {
  padding-bottom: 35px;
  padding-top: 36px;
  margin-bottom: 50px;
}

.title-text-box h4 {
  font-size: 16px;
  line-height: 24px;
}

.title-text-box > p {
  font-size: 14px;
}

.title-text-box {
  margin-bottom: 20px;
}

.dj-page-wrp {
  margin-bottom: 50px;
}

.dj-page-wrp h3 {
  font-size: 21px;
}

.dj-page-wrp h3,
.dj-page-wrp h2,
.dj-page-wrp h1,
.dj-page-wrp h4,
.dj-page-wrp h5,
.dj-page-wrp h6 {
  font-weight: 700;
  line-height: 31.5px;
  margin-bottom: 10px;
}

.dj-page-wrp > div > h3:not(:first-child),
.dj-page-wrp > div > h1:not(:first-child),
.dj-page-wrp > div > h2:not(:first-child),
.dj-page-wrp > div > h4:not(:first-child),
.dj-page-wrp > div > h5:not(:first-child),
.dj-page-wrp > div > h6:not(:first-child) {
  margin-top: 50px;
}

.dj-page-wrp ul {
  padding-inline-start: 40px;
}

.dj-page-wrp ul,
.dj-page-wrp li {
  list-style: disc;
}

.dj-page-wrp p,
.dj-page-wrp li {
  line-height: 24px;
}

.jd-full-details,
.jd-frm-wrp {
  margin-bottom: 100px;
}

.jd-btnts .site-btn-green,
.jd-btnts .site-btn-white {
  padding-left: 20px;
  padding-right: 20px;
}

.jd-btnts .site-btn-white.mid-btn {
  box-shadow: 0px 4px 20px rgb(51 51 51 / 15%);
  font-size: 16px;
  line-height: 150%;
}

.jd-btnts.site-btn-wrp > a:first-child,
.jd-btnts.site-btn-wrp > button:first-child {
  margin-right: 20px;
}

.jd-btnts.site-btn-wrp > button {
  border: none;
}

.back-btn-link a {
  text-decoration: underline;
}

.addmore-btn-links {
  color: #333333;
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
}

.addmore-btn-links i {
  color: #37a850;
  margin-right: 10px;
}

.dj-frm-wrp + .site-btn-wrp.jd-btnts {
  margin-top: 50px;
}

/* Hide Calendar Icon In Chrome */
input[type="date"] {
  font-size: 13px !important;
}

/* Driver Deshboard  */
.desh-box {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(51, 51, 51, 0.15);
  padding: 30px 28px 33px;
  display: block;
  margin: 0 6px;
}

.desh-box .heading-4 {
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

.desh-box-caption {
  font-weight: 400;
  font-size: 14px;
  line-height: 21.08px;
  color: #333333;
}

.desh-box img {
  height: 50px;
  width: 50px;
}

/* Tab View Desh */

.acf-field-radio {
  margin-top: 30px !important;
}
.acf-field-select {
  margin-right: 60px !important;
}
.acf-field-select .acf-input {
  margin-bottom: 20px !important;
  margin-top: 20px !important ;
}
.acf-button {
  margin-top: 20px !important;
}
.deshboard-nav .tab-view .nav a {
  width: 192px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(51, 51, 51, 0.15);
  border-radius: 8px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}

.deshboard-nav .tab-view .nav a.active {
  color: #ffffff;
  background: #37a850;
  box-shadow: none;
}

.deshboard-nav .tab-view .tab-content .comman-site-frm {
  max-width: 80%;
}

.tab-view .job-search-frm-wrp {
  background: none;
}

.tab-view .job-list-wrp {
  padding: 0 0;
}

.no-mx-w {
  max-width: 100% !important;
}

.preferred-job label {
  margin-right: 10px;
  background: #37a850;
  border: 1px solid #37a850;
  border-radius: 60px !important;
  padding: 10px 20px;
  color: #fff;
}

.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #37a850;
  border-color: #37a850;
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #94a3b1;
  border-color: #94a3b1;
  box-shadow: none;
}

.btn-secondary:hover {
  background: #2f8f44;
  color: #fff;
  border-color: #2f8f44;
  box-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #2f8f44;
  color: #fff;
  border-color: #2f8f44;
  box-shadow: none;
}

.wpcf7-form-control .wpcf7-checkbox {
    display: flex;
}

 .wpcf7-list-item input[type=checkbox] {
    margin-right: 10px;
    /* transform: translate(-50%, -50%); */
    pointer-events: auto;
    background-color: #fff;
    border: 2px solid #94a3b1!important;
    width: 15px;
    height: 15px;
    box-shadow: none;
    cursor: pointer !important;
    }
    
 .wpcf7-list-item input[type=checkbox]:checked {
    /* background-color: #37a850 !important; */
    accent-color: #37a850 !important;
    }

.wpcf7-list-item {
    display: inline-block;
    margin: 10px 0 0 0;
     /* display: flex;
    justify-content: space-between; */
}

 .wpcf7-list-item span.wpcf7-list-item-label {
    font-family: "Open Sans", sans-serif;
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 400;
}

 .custom-control-label::before {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(-50%, -50%);
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  pointer-events: auto;
  /* content: ""; */
  background-color: #fff;
  border: #94a3b1 solid 2px;
  box-shadow: none;
}

.custom-control-label::after {
  position: absolute;
  top: 50%;
  left: -20px;
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  background: no-repeat 50%/50% 50%;
  transform: translate(-50%, -50%);
  box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #37a850;
  height: 10px;
  width: 10px;
  border-radius: 30px;
  /* background-image: none !important; */
   /* background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMzMzMjMwIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+"); background-repeat: no-repeat; background-size: 15px 15px; background-position: center center; position: absolute; display: flex; justify-content: center; align-items: center; margin-left: 0px; left: 0px; top: 0px; text-align: center; */
  box-shadow: none;
}

.custom-control {
  padding-left: 1.9rem;
  min-height: 1.9rem;
  box-shadow: none;
}

.custom-checkbox .custom-control-input input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #37a850;
  background-color: transparent;
  box-shadow: none;
}

.comman-site-frm .custom-control .custom-control-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
/*////////////////////////////////////////////////*/
/* .css-checkbox { 
  position: absolute;  top: 50%;
  left: -20px; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; 
}
.css-checkbox + label { 
  position: relative; font-size: 14px; cursor: pointer; display: inline-flex; align-items: center; height: 27px; color: rgb(0, 0, 0); 
}
.css-checkbox + label::before { 
  content: " "; display: inline-block; vertical-align: middle; margin-right: 3px; width: 25px; height: 25px; background-color: rgb(237, 231, 216); border-width: 1px; border-style: solid; border-color: rgb(222, 209, 178); border-radius: 2px; box-shadow: none; 
}
.css-checkbox:checked + label::after { 
  content: " "; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjMzMzMjMwIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+"); background-repeat: no-repeat; background-size: 15px 15px; background-position: center center; position: absolute; display: flex; justify-content: center; align-items: center; margin-left: 0px; left: 0px; top: 0px; text-align: center; background-color: transparent; font-size: 10px; height: 27px; width: 27px; 
} */
/*//////////////////////////////////////////////*/


.current-city,
.pre-job-type,
.email-noti-wrp {
  background: #ffffff;
  border: 1px solid #dae3ea;
  border-radius: 8px;
  padding: 20px 72px 20px 20px;
  margin-bottom: 45px;
}
.current-city {
  margin-right: 10px;
}
.pre-job-type {
  margin-left: 10px;
}

.current-city button.form-btn {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 142px;
}
/* Time sheet */

.frm-top-info {
  background: #f5f5f7;
  border: 1px solid #dae3ea;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.frm-bottom-timesheet table.dataTable.table-striped > tbody > tr.even > * {
  box-shadow: inset 0 0 0 9999px #f5f5f7;
}
.frm-bottom-timesheet table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: none !important;
}
.frm-bottom-timesheet .table-bordered {
  border: 1px solid #dae3ea !important;
  border-radius: 8px;
}
.frm-bottom-timesheet table.dataTable thead tr th:last-child {
  border-radius: 0 8px 0 0;
}
.frm-bottom-timesheet table.dataTable thead tr th:first-child {
  border-radius: 8px 0 0 0;
}
.frm-bottom-timesheet table.dataTable thead tr th {
  background: #f5f5f7;
}
.frm-bottom-timesheet table.dataTable thead tr th,
.frm-bottom-timesheet table.dataTable tbody tr td {
  border-bottom: 0 !important;
  border-top: 0 !important;
  vertical-align: middle;
}
.frm-bottom-timesheet .table-bordered td,
.frm-bottom-timesheet .table-bordered th {
  border: none !important;
}
.frm-bottom-timesheet tfoot {
  background: #f5f5f7;
}

.frm-bottom-timesheet .table th {
  padding: 20px;
}
.frm-bottom-timesheet .table td {
  padding: 10px;
}
.frm-bottom-timesheet tfoot th {
  height: 26.027px;
  vertical-align: middle !important;
}
.frm-bottom-timesheet thead th {
  height: 32.027px;
  vertical-align: middle !important;
  font-weight: 700;
  font-size: 21px;
}
.comman-site-frm .frm-bottom-timesheet .form-control,
.comman-site-frm .frm-bottom-timesheet .form-control-lg {
  max-width: 129px;
}
.lunch-time select:first-child {
  margin-right: 10px;
}
.lunch-time select:last-child {
  margin-left: 10px;
}
.frm-bottom-timesheet table.dataTable thead tr th:last-child,
.frm-bottom-timesheet table.dataTable tfoot tr th:last-child,
.frm-bottom-timesheet table.dataTable tbody tr td:last-child {
  /*text-align: right; */
  padding-right: 10px;
  font-weight: 700;
  font-size: 21px;
}
.driver-time-sheet-frm
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #37a850;
}
.e-signature {
  border-bottom: 2px solid #dae3ea;
  max-width: 50%;
  padding: 10px 0;
}
/* Thanks  Page*/
.thankyou-box {
  min-height: 75vh;
  max-width: 50%;
  margin: 0 auto;
  padding-top: 13rem;
}
.thankyou-box i {
  color: #34a04d;
}
/* training */
ul.check-icon li {
  padding-left: 31px;
  position: relative;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
ul.check-icon li:before {
  content: "\f058";
  font-size: 21px;
  font-family: "Font Awesome 5 Free";
  color: #37a850;
  display: inline-flex;
  position: absolute;
  left: 0;
}
/* About page */
section.helping-section {
  background: #f5f5f7;
  padding-bottom: 100px;
  padding-top: 10rem;
  margin-top: 13rem;
}
.help-img {
  margin-top: -23rem;
}
.common-box-icon img {
  height: 60px;
  width: 60px;
  object-fit: contain;
}
.border-bt {
  border-bottom: 1px solid #dae3ea;
}
.team-box {
  margin-bottom: 40px;
  background: #f5f5f7;
  border-radius: 5px;
  padding: 20px 40px 20px 20px;
  transition: all 0.5s;
  position: relative;
}
.team-box.box-open {
  background: #333333;
  color: #fff;
  transition: all 0.5s;
}
.team-box.box-open .heading-3 {
  color: #fff;
  transition: all 0.5s;
}
.team-box .img-iconbox {
  position: absolute;
  right: 20px;
  top: 20px;
}
.team-box .img-iconbox img {
  height: 25px;
  width: 25px;
  object-fit: contain;
}
.contact-wrp .nav.nav-tabs {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #f5f5f7;
  border: none;
  padding: 17.1px 0 20px;
  margin-bottom: 100px;
}
.contact-wrp .nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  /* color: #94a3b1; */
  color: #333333;
  font-weight: 700;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 0;
  margin: 0 10px;
}
.contact-wrp .nav-tabs .nav-item.show .nav-link,
.contact-wrp .nav-tabs .nav-link.active {
  color: #333333;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid #333333;
  border-radius: 0;
}
.cnt-wrp-element .social-link {
  justify-content: flex-start;
}
.cnt-wrp-element .social-link a:first-child {
  margin-left: 0;
}
.staf-memners strong {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.staf-memners strong:last-child {
  margin-bottom: 0;
}
.staf-memners strong span {
  font-weight: 400;
  margin-left: 4px;
}
.cnt-wrp-element:not(:last-child) a {
  color: #333333;
}
.phone-fex span a {
  margin-left: 5px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #333;
}
.phone-fex span,
.phone-fex a {
  line-height: 16px;
  display: inline-flex;
}
.phone-fex span a:last-child {
  border-right: 0;
}
.cnt-page-frm.comman-site-frm textarea.form-control,
.cnt-page-frm.comman-site-frm textarea.form-control-lg {
  height: 153px;
}
.cnt-btnts a.site-btn-green.mid-btn {
  padding-left: 20px;
  padding-right: 20px;
}
.training-type > div > div:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-template-drivers-time-sheets-page
  span.wpcf7-list-item
  span.wpcf7-list-item-label {
  font-size: 20px !important;
}

span.wpcf7-list-item-label {
  font-size: 22px !important;
}

.header_wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 1366px) {
  .header_wrapper {
    flex-direction: column;
  }
}

/* responsive */

@media (min-width: 1366px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1600px;
  }
}

@media (min-width: 770px) {
  .main-navigation ul {
    display: flex;
  }

  .site-header {
    min-height: 100px;
  }

  .site-logo {
    margin-bottom: -34px;
  }

  .site-menu {
    margin-top: 34px;
  }

  button.menu-toggle {
    display: none;
  }
}

@media (max-width: 1367px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }

  .fcs_menu .nav-menu > li:not(:last-child) {
    margin-right: 12px;
  }

  /* .right-img-wrp img {
    height: 517px;
  } */
}

@media (max-width: 992px) {
  .job-search-frm .form-group {
    margin-bottom: 1rem;
  }

  .fcs_menu .nav-menu > li:not(:last-child) {
    margin-right: 0;
  }
}



@media (max-width: 769px) {
  .bannres-text .site-btn-wrp {
    margin-top: 50px;
    flex-flow: row wrap;
  }
  .bannres-text .site-page-title > h1 {
    font-size: 38px;
  }
  .bannres-text .site-btn-wrp a {
    margin-bottom: 20px;
  }
  .main-bannres-wrp .bannres-img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
  }
  section.home-about-2 .right-img-wrp {
    position: relative;
    width: 100%;
    padding-left: 0;
  }
  .home-take-next:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    display: inline-block;
    clip-path: none;
    background: linear-gradient(90deg, #37a850 0%, #3fc25c 161.75%);
    opacity: 0.8;
  }
  .job-list-box {
    flex-flow: row wrap;
  }

  .job-list-box > div {
    flex: 0 0 100%;
  }

  .job-footer {
    margin-bottom: 20px;
  }

  .job-post-shot-d > span {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 5px 8px;
    flex: 0 0 calc(50% - 10px);
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: normal !important;
  }

  .dj-page-wrp {
    margin-bottom: 50px;
    margin-top: 30px;
  }

  .job-post-shot-d {
    margin-top: 25px;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .dj-page-wrp > div > h3:not(:first-child),
  .dj-page-wrp > div > h1:not(:first-child),
  .dj-page-wrp > div > h2:not(:first-child),
  .dj-page-wrp > div > h4:not(:first-child),
  .dj-page-wrp > div > h5:not(:first-child),
  .dj-page-wrp > div > h6:not(:first-child) {
    margin-top: 18px;
  }

  .desh-box {
    margin-bottom: 30px;
  }

  .padding-tb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
  }
  table.dataTable > tbody > tr.child ul.dtr-details > li {
    text-align: left;
  }
}

@media (max-width: 770px) {
  .site-menu.fcs_menu > .main-navigation {
    display: inline-flex;
    align-items: flex-end;
    flex-flow: column;
    justify-content: center;
  }

  .toggled .menu-menu-1-container {
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 99;
    left: 0;
    background: #3aa753;
    height: 100%;
  }

  .main-navigation ul ul {
    float: none;
    position: static;
    background: #319a49;
    box-shadow: none;
    border-radius: 0;
    display: none !important;
  }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    display: block !important;
    justify-content: flex-end;
    align-items: flex-end;
  }

  button.menu-toggle {
    background: #37a850;
    border: none;
    color: #fff;
    border-radius: 5px;
  }

  .subpage-title {
    font-size: 22px;
  }
  .bannres-text {
    top: 50%;
  }
  .main-bannres-wrp .bannres-img img {
    height: 80vh;
  }
}
@media (max-width: 480px) {
  .main-bannres-wrp .bannres-img img {
    height: 72vh;
  }
}
.acceptance-cf7 {
  font-size: 20px;
}
.logged-in .d-signin {
  display: block;
}
.d-signin {
  display: none;
}
.logged-in .d-signout {
  display: none;
}

.page-template-driver-desh-tabs-page .tab-pane {
  margin-left: 50px;
}
.tab-pane fade active show {
  margin-left: 50px;
}

.h_6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 163.15%;
    padding-right: 10px;
}

  .img_pad {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 10px;
  }

.h_4_gray {
    font-weight: 700;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    /* color: #94a3b1; */
    color:#333333;
    display: inline-block;
    position: relative;
    background: #f5f5f7;
    z-index: 1;
    padding-right: 10px;
}

.h_4 {
    font-weight: 700;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    /* color: #94a3b1; */
    color:#333333;
    display: inline-block;
    position: relative;
    background: #fff;
    z-index: 1;
    padding-right: 10px;
}

.h_4_21 {
    font-weight: 700;
    font-size: 21px;
    font-family: "Montserrat", sans-serif;
    color: #333333;
    display: inline-block;
    position: relative;
    background: #fff;
    z-index: 1;
}

.h_4_black {
    font-weight: 700;
    font-size: 21px;
    color: #333333;
    background: #f5f5f7;
}

.h_5_21 {
  font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 150%;
}
/* .redding-logo {
  padding-top: 10px;
  padding-left: 10px;
  height: 60px;
} */
