/*
Theme Name: Postal Jobs Hiring
Theme URI: 
Description: Postal Jobs Hiring
Version: 1.01
Author: Sadiq Hashim
Tags: Postal Jobs Hiring
*/

@import "fonts.css";
body {
    font-size:16px !important;
    font-family:roboto-regular, sans-serif !important;
    color:#686868 !important;
    overflow-x: hidden;
}
.donor-user-name{
    display:none;
}
header {
    position: relative;
}
.h-top {
    position: relative;
    padding: 5px 10px;
}
.h-top ul {
    padding: 0px;
    margin: 0px;
}
.h-top ul li {
    font-size: 14px;
    color: #000;
    list-style: none;
}
.h-top ul li a {
    color: #d0021b;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none !important;
}
.h-top ul li a:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(images/tp-icon.png) center left no-repeat;
    background-size: contain;
    vertical-align: unset;
    margin-right: 5px;
}
.h-bottom {
    position: relative;
    padding: 5px 10px;
    background: #d8d8d8b3;
}
.menu {
    position: relative;
    text-align: center;
}
.menu ul {
    padding: 0px;
    margin: 0px;
}
.menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 15px;
}
.menu ul li a {
    font-family: raleway-medium, sans-serif;
    color: #000;
    text-decoration: none;
    display: block;
	transition: 0.5s all;
}
.menu ul li a:hover {
    color: #d0021b;
}
.top-btn {
    position: relative;
    text-align: right;
}
.top-btn a {
    font-family: roboto-medium, sans-serif;
    border-radius: 4px;
    color: #fff !important;
    background: #d0021b;
    padding: 12px 45px;
    text-decoration: none !important;
    text-transform: uppercase;
	transition: 0.5s all;
}
.top-btn a:hover {
	background: #a50000;
}
.top-link {
    position: relative;
    text-align: right;
}
.top-link p {
    font-size: 18px;
    font-family: roboto-medium, sans-serif;
    color: #000;
    margin: 0px;
    text-transform: uppercase;
}
.top-link p a {
    color: #d0021b;
    text-decoration: none !important;
    margin-left: 5px;
}
.top-link p a:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(images/tp-icon.png) center left no-repeat;
    background-size: contain;
    margin-right: 5px;
    vertical-align: revert;
}
.vid-banner {
    position: relative;
}
.vid-banner video {
    width: 100%;
    line-height: 0;
    display: block;
}
.vid-banner p {
    margin: 0px;
}
.ban_txt {
    position: relative;
    text-align: center;
    padding: 120px 0px;
    background: url(images/banner-new-3.jpg) bottom center no-repeat;
    background-size: cover;
}
.ban_txt h1 {
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.ban_txt p {
    font-size: 26px;
    color: #fff;
    margin: 10px 0px 0px;
}
.ban_txt a {
    font-size: 18px;
    color: #fff !important;
    background: #df152b;
    display: inline-block;
    padding: 10px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 20px;
    text-decoration: none !important;
}
.vid-txt {
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    background: #112a8e;
}
.vid-txt-bottom {
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    background: #112a8e;
}
.vid-txt p , .vid-txt-bottom p {
    font-size: 23px;
    font-family: segoe-semibold, sans-serif;
    color: #ffbe00;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hero-banner {
    position: relative;
    padding: 70px 0px;
    box-shadow: inset 0px 15px 15px 1px #000000;
    text-align: center;
}
.hero-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(15,45,103,0.9) url(/wp-content/uploads/2023/10/hero-banner.jpg) center center no-repeat;
    z-index: 0;
}
.hero-banner h1 {
    font-family: dienstag-regular, sans-serif;
    color: #fff;
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase;
}
.hero-banner p {
    font-size: 18px;
    font-family: dienstag-regular, sans-serif;
    color: #fff;
    margin: 15px 0px 5px;
}
.hero-banner a {
    font-size: 18px;
    font-family: roboto-medium, sans-serif;
    border-radius: 4px;
    color: #fff;
    background: #d0021b;
    display: inline-block;
    padding: 15px 20px;
    margin-top: 20px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.5s all;
}
.hero-banner a:hover {
    color: #fff;
    background: #d91d1d;
}
.hiring-tabs {
    position: relative;
    background: #e3e3e3;
    padding-bottom: 20px;
}
.hiring-tabs:before {
    content: '';
    display: block;
    width: 100%;
    height: 85px;
    background: #868686;
    position: absolute;
}
.hiring-tabs ul {
    padding: 0px;
    margin: 0px;
    border: none;
    text-align: center;
    display: block;
}
.hiring-tabs ul li {
    display: inline-block !important;
    margin: 15px 5px 0px;
}
.hiring-tabs ul li a {
    font-size: 20px;
    font-family: segoe-semibold, sans-serif;
    color: #fff;
    background: #112a8e;
    border-radius: 0px !important;
    display: block;
    padding: 20px 20px;
    text-transform: uppercase;
    border: none !important;
    position: relative;
    text-decoration: none !important;
}
.hiring-tabs ul li:first-child a {
    color: #000 !important;
    background: #ffbe00 !important;
}
.hiring-tabs ul li:first-child a:after {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #ffbe00;
    position: absolute;
    bottom: -30px;
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hiring-tabs ul li:last-child a br {
    display: none;
}
.tab-content {
    position: relative;
    margin-top: 25px;
}
.tab-pane {
    display: block !important;
}
.tab-box {
    position: relative;
    background: #fff;
    margin: 15px 0px;
    padding: 15px 8px 15px 15px;
    text-align: left;
}
.career-m {
    display: none;
}
.tab-box img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.tb-txt {
    display: inline-block;
    vertical-align: middle;
}
.tb-txt h4, .tb-txt h5 {
    font-size: 18px;
    font-family: dienstag-regular, sans-serif;
    color: #000;
    margin: 0px;
}
.tb-txt p {
    font-size: 14px !important;
    font-family: segoe-semibold !important;
    text-transform: uppercase;
    margin: 0px !important;
    color: #000 !important;
}
.red-btn1 {
    font-family: roboto-medium, sans-serif;
    color: #fff !important;
    background: #d0021b;
    padding: 12px 50px;
    display: inline-block;
    text-decoration: none !important;
    text-transform: uppercase;
    margin: 15px 0px 35px;
    transition: 0.5s all;
}
.red-btn1:hover {
    background: #a50000;
}
.new-entry-level {
    border: none !important;
}
.new-entry-level {
    background: #fbfbfb;
    padding-bottom: 0px !important;
    text-align: center;
    padding-top: 50px;
}
.new-entry-level h1 {
    font-size: 32px;
    font-family: segoe-semibold, sans-serif;
    text-transform: uppercase;
    color: #000;
}
.new-entry-level .bottom-line {
    width: 174px;
    height: 1px;
    background: #979797;
    text-align: center;
    display: block;
    margin: 20px auto;
}
.new-entry-level p {
    font-size: 18px;
    font-family: dienstag-regular, sans-serif;
    color: #000;
}
.serv_box {
    position: relative;
    background: #005a9d;
    text-align: center;
    margin: 30px 0px 0px;
    border-radius: 2px;
}
.ser-txt {
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 190px;
}
.ser-inner {
    position: relative;
    display: inline-block;
    background: #112a8ec7;
    border: 2px solid #fff;
    padding: 20px 5px;
    width: 270px;
}
.ser-inner h2 {
    font-size: 28px;
    font-family: segoe-black, sans-serif;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
}
.ser-inner p {
    font-size: 15px;
    color: #fff;
    margin: 0px;
    line-height: 19px;
}
.ser-txt a {
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
    background: #cf081f;
    width: 265px;
    display: block;
    padding: 7px 0px;
    margin: 20px auto 0px;
    text-transform: uppercase;
    text-decoration: none !important;
}
.entry-tabs {
    position: relative;
    background: #e3e3e3;
    padding: 30px 0px;
    margin-top: 40px;
}
.entry-tabs:before {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #fbfbfb;
    position: absolute;
    top: 0px;
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
section.pl-mid-section {
    border: none;
    padding-top: 0px;
    background: #353535;
    padding-bottom: 0px;
}
section.pl-mid-section .steps li p {
    color: #fff;
}
.hiring-bg {
    background: url(images/hiring-bg-new.webp) top center no-repeat;
    background-size: 100% 39.2%;
    padding: 30px 0px 0px;
    text-align: center;
}
.hiring-bg h1 {
    font-size: 32px;
    font-family: segoe-semibold, sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.hiring-bg p {
    font-family: dienstag-regular, sans-serif;
    color: #fff;
    margin: 20px 0px 30px;
}
.hiring-bg p:last-child {
    margin-bottom: 0px;
}
.hiring-bg .steps li span {
    padding: 8px;
}
.hiring-bg .steps li p {
    color: #212529;
}
.hiring-bg .steps li:before {
    background-color: #e0162b;
}
.hiring-bg .steps li:after {
    content: '';
    display: block;
    width: 130px !important;
    height: 15px !important;
    background: url(https://postofficeplacement.s3.us-east-2.amazonaws.com/images/arr-right.png) top center no-repeat !important;
    background-size: contain !important;
    top: 129px !important;
    left: auto;
    z-index: 9999 !important;
    position: absolute !important;
    right: -67px;
}
.hiring-bg .steps li:last-child:after {
    display: none !important;
}
.hiring-bg .steps li h4 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0px 5px;
}
.hiring-bg .steps li p {
    font-size: 14px;
    color: #fff;
    margin: 0px;
}
.hp-tabs {
    position: relative;
    background: #e3e3e3;
    padding-bottom: 40px;
}
.hp-tabs:before {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    background: #868686;
    position: absolute;
}
.hp-tabs ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.hp-tabs ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #005a9d;
    border-radius: 0px !important;
    width: 210px;
    text-transform: uppercase;
    border: none !important;
    position: relative;
}
.hp-tabs ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-family: segoe-semibold, sans-serif;
    color: #000;
    background: #ffbe00;
    border-radius: 0px !important;
    width: 210px;
    text-transform: uppercase;
    border: none !important;
    position: relative;
    margin: 30px 10px;
}
.hp-tabs ul li:first-child {
    padding: 10px 0px;
}
.hp-tabs ul li a {
    color: #fff !important;
    padding: 10px 0px;
    display: block;
    background: #e0162b;
    text-decoration: none !important;
}
.hp-tabs ul li:first-child:after {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #ffbe00;
    position: absolute;
    bottom: -30px;
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hp-tabs .red-btn {
    font-family: roboto-medium, sans-serif;
    color: #fff !important;
    background: #d0021b;
    padding: 12px 45px;
    display: inline-block;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-top: 30px;
	transition: 0.5s all;
}
.hp-tabs .red-btn:hover {
	background: #a50000;
}
.did-bg {
    background: url(https://postalplacementservices.s3.amazonaws.com/images/did-back-new.jpg) top center no-repeat;
    background-size: cover;
    border-top: 0px;
}
.steps {
    counter-reset: step;
  }
  .steps p {
          line-height: 23px !important;
    font-style: italic;
  }
  .steps li {
    list-style-type: none;
    float: left;
       width: 32.33%;
    position: relative;
    text-align: center;
  }
  .steps li span {
        background-color: #e4dfdf;
        padding: 12px;
        border-radius: 50%;
        height: 120px;
        width: 120px;
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
  }
  .steps li span img {
          padding: 10px 0px;
  }
  .steps li:before {
       content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #005a9d;
    position: relative;
    top: 135px;
    left: 40px;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
  }
  .steps li:after {
    content: '';
    position: absolute !important;
    width: 100% !important;
    height: 2px !important;
    background-color: #ececec !important;
    top: 112px;
    left: -50%;
    z-index: -1;
  }
  .mobile-menu, .carouse-mobile, .mobile-step {
    display: none !important;
}
.program-section {
    position: relative;
    padding: 50px 0px 10px;
    background: #f1f1f1;
}
.program-section h1 {
    font-size: 32px;
    font-family: segoe-semibold, sans-serif;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}
.en-txt {
    position: relative;
    text-align: left;
}
.en-txt ul {
    padding: 0px;
    margin: 0px;
}
.en-txt ul li {
    color: #000;
    list-style: none;
    font-size: 16px;
    font-family: dienstag-regular, sans-serif;
    background: #dee1ed;
    margin-top: 20px;
    padding: 10px 10px 10px 50px;
    position: relative;
}
.en-txt ul li:before {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background: #274276 url(/wp-content/uploads/2023/10/en-check.png) center center no-repeat;
    background-size: 18px;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
}
p.en-p {
    font-size: 16px;
    margin: 40px 0px 15px;
    text-align: left;
    color: #000;
}
.entry-tabs {
    position: relative;
}
.dc-txt {
    text-align: center;
}
.dc-txt p {
    margin: 0px;
}
.disc-txt {
    position: relative;
    text-align: center;
}
.disc-txt hr {
    margin: 0px;
}
.disc-txt p {
    font-family: 'dienstag-regular';
    font-size: 15px;
    margin: 22px 0px 20px;
}
footer {
    position: relative;
    background-color: #d8d8d8;
    padding: 5px;
    border-top: 1px solid #979797;
}
.foo_txt {
    position: relative;
    padding: 20px 0px;
}
.foo_txt h2 {
    font-size: 20px;
    font-family: roboto-bold;
    color: #000;
    text-transform: uppercase;
    margin: 0px 0px 25px;
}
.foo_txt p {
    color: #000;
    word-break: break-word;
    font-size: 16px;
    margin: 0px;
}
.foo_txt ul {
    padding: 0px;
    margin: 0px;
}
.foo_txt ul li {
    list-style: none;
    margin: 5px 0px;
}
.foo_txt ul li:first-child {
    margin-top: 0px;
}
.foo_txt ul li a {
    color: #000;
    text-decoration: underline;
	transition: 0.5s all;
}
.foo_txt ul li a:hover {
    color: #d0021b;
}
.cont-txt ul li {
    color: #000;
}
.cont-txt ul li img {
    margin-right: 5px;
    vertical-align: unset;
}
.foo_bottom {
    position: relative;
    background-color: #9b9b9b;
    padding: 10px 0px;
}
.foo_bottom p {
    font-size: 13px;
    color: #212529;
    margin: 0px;
}

/** Jobs **/
.job_content {
    position: relative;
    padding: 40px 0px;
}
.red_section {
    background: url(https://us-postal-hiring-2.s3.us-east-2.amazonaws.com/Images/red-job-bg.png) top center no-repeat;
    background-size: cover;
}
.blue_section {
    background: url(https://us-postal-hiring-2.s3.us-east-2.amazonaws.com/Images/blue-job-bg.jpg) top center no-repeat;
    background-size: cover;
}
.job_box {
    position: relative;
}
.job_box h2 {
    font-size: 30px;
    color: #fff;
    margin: 0px;
}
.job_box span {
    font-size: 16px;
    font-family: roboto-medium, sans-serif;
    color: #fff;
    margin-top: 5px;
    display: block;
}
.job_box p {
    font-size: 16px;
    color: #fff;
    margin: 0px 0px 10px;
}
.job_box button {
    font-size: 16px;
    border: none;
    color: #fff;
    padding: 10px 55px;
    text-transform: uppercase;
    margin-top: 20px;
}
.red_section .job_box button {
    background: #fff;
    color: #000;
}
.blue_section .job_box button {
    background: red;
}
.job_box button:focus {
    outline: none !important;
}
/* Pay */
.compensation_banner {
    position: relative;
    background: url(images/pay-banner.webp) center center no-repeat;
    background-size: cover;
    height: 450px;
}
.compensation_banner .col-md-12 {
    position: unset;
}
.pay_txt {
    position: absolute;
    bottom: 30px;
}
.pay_txt h2 {
    font-size: 40px;
    color: #fff;
    margin: 0px;
}
.pay_txt p {
    font-size: 16px;
    color: #fff;
    margin: 10px 0px 0px;
}
.compensation {
    position: relative;
    padding: 40px 0px;
}
.compensation h2 {
    font-size: 50px;
	font-weight: 300;
    color: #005a9c;
    margin: 0;
}
.compensation img {
    margin: 20px 0px 0px;
}
.compensation small {
    display: block;
}
.compensation small a {
    color: #039;
    text-decoration: none;
}
.compensation small a:hover {
    color: #d0021b;
}
.cont_btn {
    color: #fff !important;
    background: #b32726;
    padding: 12px 35px;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none !important;
	margin-top: 10px;
}
/** faqs **/
.faq {
    position: relative;
    padding: 40px 0px;
}
.faq h1 {
    font-size: 50px;
    color: #005a9c;
    margin-bottom: 5px;
    margin-top: 0;
	text-align: center;
}
.faq .card {
    border: none;
    margin-bottom: 7px;
}
.faq .card-header {
    padding: 0px;
}
.faq .panel-heading {
    padding: 0;
}
.faq .panel-title {
    font-size: 20px;
}
.faq .card-header button {
	font-size: 20px;
	font-family: roboto-medium, sans-serif;
    color: #fff;
    display: block;
    padding: 29px 65px 29px 35px;
    background-color: #005a9c;
    background: url(images/opened.png) no-repeat center right 31px #de3339;
    text-decoration: none !important;
    text-align: left;
	width: 100%;
	border-radius: 0px !important;
}
.faq .card-header button:hover {
    background-color: #de3339 !important;
}
.faq .collapsed {
    background: url(images/closed.png) no-repeat center right 31px #005a9c !important;
    background-size: 25px;
    color: #fff !important;
    width: 100%;
    border-radius: 0px;
}
.faq .card-body {
    padding: 35px;
    background: url(images/ghost-footer.png) center no-repeat #fff;
}
.faq .card-body p {
	color: #000;
    margin: 0px;
}
/* Contact Us */
.cont_txt {
    position: relative;
    text-align: center;
    margin-top: 60px;
}
.cont_txt h2 {
    font-size: 50px;
    color: #005a9c;
    margin-bottom: 5px;
    font-weight: 400;
    margin-top: 0;
}
.cont_txt p {
    color: #000;
}
.white-bg {
    background: #ececec;
    padding: 20px 30px;
    margin: 0px 0px 80px;
}
.white-bg p {
    color: #000;
}
.white-bg p span {
    color: #0056ad;
}
.white-bg h2 {
    font-size: 32px;
	font-weight: 600;
    margin: 0px 0px 15px;
}
.contact-detail h3 {
    font-size: 23px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact-detail p a {
    font-family: roboto-medium, sans-serif;
    color: #0056ad;
    text-decoration: none !important;
}
.contact-detail-button {
    color: #fff !important;
    width: 40%;
    text-align: center;
    font-size: 15px;
    padding: 13px;
    background-color: #de3339;
    display: block;
    margin-top: 30px;
	transition: 0.5s all;
}
.contact-detail-button:hover {
    color: #fff;
    background-color: #005a9c;
}
.contact-form h3 {
    font-size: 23px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact-detail p a img {
    vertical-align: text-top;
    margin-right: 10px;
}
.contact-form input , .contact-form textarea {
    background: #fff;
    font-size: 18px !important;
    height: 59px;
    border: none;
    font-weight: 500;
    color: #000;
	padding: 15px;
	width: 100%;
}
.contact-form textarea {
    height: 210px;
}
.contact-form input:focus , .contact-form textarea:focus {
	outline: none;
}
.contact-form input[type="submit"] {
    background-color: #d0021b;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px 0px;
    text-align: center;
    border-radius: 4px;
    height: auto;
	width: auto;
}
/** apply **/
.apply {
	position: relative;
}
.apply .margin {
    position: relative;
    padding: 30px 0px 10px;
}
.apply h1 {
    font-size: 26px;
    font-family: roboto-medium, sans-serif;
    color: #000;
    margin: 0px 0px 10px;
}
.apply p {
    color: #000;
}
.active-bg {
    background-color: #f0efef;
    padding: 10px 0px 10px 10px;
    border-bottom: 2px solid #cfcfcf;
    border-top: 2px solid #cfcfcf;
}
.active-bg .head-btn {
    text-transform: uppercase;
    padding: 6px 41px;
    font-weight: 500;
    margin-top: 5px;
    display: inline-block;
    background: #d0021b;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    text-decoration: none !important;
    font-family: roboto-medium, sans-serif;
	float: right;
	transition: 0.5s all;
}
.active-bg .head-btn:hover {
	background: #a50000;
}
.active-bg p {
    font-size: 14px;
    margin-left: 54px;
    font-style: italic;
    margin: 0px;
}
.inactive-bg {
     padding-left: 0px;
    margin: 30px 0px;
}
.inactive-bg p {
 font-size: 14px;
    margin-left: 54px;
    font-style: italic;
    margin-bottom: 0px;
}
.head-comp {
    position: relative;
    text-align: right;
}
.head-comp p {
    font-family: roboto-medium, sans-serif;
    color: #fff;
    background: #36a11b;
    display: inline-block;
    padding: 7px 20px;
    text-transform: uppercase;
    font-style: normal;
    border-radius: 4px;
    margin: 0px;
}
.apply h5 {
  	font-size: 16px;
    font-family: roboto-medium, sans-serif;
	color: #000;
}
/** verify **/
.new {
  padding: 10px;
}
.box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}
.box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #2196f3;
}
.box:hover input ~ .checkmark {
  background-color: #ccc;
}
.box input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.box input:checked ~ .checkmark:after {
  display: block;
}
.box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}
.custom-checkbox:hover input ~ .checkmark2 {
  background-color: #ccc;
}
.custom-checkbox input:checked ~ .checkmark2 {
  background-color: #2196F3;
}
.checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark2:after {
  display: block;
}
.custom-checkbox .checkmark2:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.apply .margin .btn {
    background-color: #d0021b;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    margin: 10px 0px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 30px;
	box-shadow: none !important;
}
/** build profile **/
.my-form .form-control {
    width: 50%;
    border-radius: 0;
    background-color: #ececec;
}
form#register_step_3 label {
    color: #000;
}
/** job prefer **/
form.step_2 h5 {
    margin-top: 20px;
}
/** training video **/
.margin ul {
    list-style: none;
    margin: 10px 0px;
}
.margin .listpara {
    color: #000;
    font-size: 14px;
}
.circle-img {
    width: 34%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.arrow {
    display: block;
    margin: 0 auto;
    position: relative;
    height: 100px;
}
/** register now **/
.reg-section {
    position: relative;
    margin: 40px 0px 50px;
}
.appTopSectoin {
    border-bottom: 1px solid #b0b0b0;
    margin-bottom: 20px;
    padding-bottom: 15px;
    margin-top: 40px;
}
.appTopSectoin h1 {
    font-size: 23px !important;
    font-family: roboto-medium, sans-serif;
    line-height: 30px;
    color: #005a9d;
    margin: 0px 0px 15px;
}
.appTopSectoin p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
}
.appTopSectoin p strong {
    font-weight: 400;
    font-family: roboto-bold;
}
.appTopSectoin ul {
    padding: 0px 0px 0px 35px;
    margin: 10px 0px;
}
.appTopSectoin ul li {
    font-size: 14px;
    line-height: 22px;
}
.msform {
    position: relative;
}
.msform h2 {
    font-size: 20px;
    font-family: roboto-medium, sans-serif;
    line-height: 30px;
    color: #005a9d;
    text-align: left;
    margin-bottom: 30px;
}
.msform label {
    font-size: 15px;
    font-family: roboto-medium, sans-serif;
    color: #333333;
    display: block;
    margin: 25px 0px 5px;
}
.msform input , .msform select {
    display: block;
    text-align: left;
    border: 1px solid #d8d8d8;
    width: 50%;
    padding: 10px;
    box-shadow: none;
    background: #f0f0f0;
}
.msform p.para1 {
    font-style: italic;
    font-size: 14px;
    color: #000;
}
div#credit-card-form {
    background-color: #FBFBFB;
    padding: 10px 15px;
    border: 1px solid #cac3c3;
    width: 80%;
    margin: 30px 0px 25px;
}
div#credit-card-form h5 {
    color: #000;
    font-family: roboto-medium, sans-serif;
}
div#credit-card-form h5 img {
    vertical-align: baseline;
}
div#credit-card-form .expire-card select {
    width: 20%;
    display: inline-block;
    margin-right: 10px;
}
.msform p.nominal-text, .msform .btn-all {
    text-align: center;
    width: 80%;
    color: #000;
    margin: 25px 0px;
}
.msform input[type="submit"] {
    font-size: 14px;
    color: #fff !important;
    background: #d0021b;
    width: auto;
    padding: 10px 40px;
    display: inline-block;
    text-transform: uppercase;
}
.fee_video {
    position: relative;
	text-align: center;
}
.fee_video h2 {
    font-size: 30px !important;
	font-family: roboto-medium, sans-serif;
    line-height: 30px;
    color: #005a9d;
    margin-bottom: 15px;
}
.fee_video video {
    width: 90%;
    border: 2px solid #005a9d;
    outline: none !important;
    box-shadow: none !important;
}
.rghtContBg {
    background: #d7e7f7;
}
.stepMainRightCont {
    padding: 0 !important;
}
.stepLeftHiringMain {
    padding: 15px 15px;
}
.hiringProcessTop {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.rghtContBg .hiringProcessTop h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
	font-family: roboto-medium, sans-serif;
    line-height: 30px;
    color: #005a9d;
}
.hiringProcessTop h6 {
    text-align: center;
    font-size: 14px;
    font-family: roboto-medium, sans-serif;
    color: #000;
}
.hiringStepList p {
    color: #000;
    text-align: left;
    font-size: 14px;
    margin: 0px;
}
.mid-logo {
    position: relative;
    text-align: center;
}
.hero-side img {
         width: 100%;
    border: 5px solid #54709894;
    -webkit-box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000, 1px 19px 10px 2px rgba(122,122,122,0);
    box-shadow: 0px 0px 0px 0px #a24f4f, inset 4px 2px 12px 0px #656161, -5px -2px 1px 4px rgba(122,122,122,0);
}
.testimonialInnerContentLast {
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.testimonialInnerContentLast p {
    color: #000;
    margin: 0px;
}
.testimonialInnerContentLast img {
    padding: 20px 0px;
}
/* general */
.gray-bg {
    position: relative;
    padding: 30px 0px;
}
.gray-bg h1 {
    font-size: 45px;
    color: #005a9c;
    text-align: center;
    margin: 0px 0px 10px;
}
.gray-bg p {
    color: #000;
    margin: 15px 0px 0px;
}
.gray-bg h3 {
    font-size: 45px;
    color: #005a9c;
    text-align: center;
    margin: 20px 0px;
}
.gray-bg ul {
    padding: 10px 0px 5px 35px;
}
.gray-bg ul li {
    color: #000;
    margin: 5px 0px;
}
.gray-bg p a {
    text-decoration: none !important;
}
.gray-bg p a:hover {
    color: #d0021b;
}
/* job inner pages */
.job_inner_box {
    position: relative;
    border-radius: 10px;
    padding: 20px 15px;
    margin: 50px 0px;
    background: #e8eff4;
}
.job_inner_box a {
    font-size: 16px;
    color: #fff !important;
	background: #004b87;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none !important;
    margin-top: 20px;
}
.job_inner_box a.jobp_btn {
    float: right;
    margin: 7px 0px 0px;
}
.job_inner_box a.mb_btn {
    display: none;
}
.job_inner_box h2 {
    font-size: 32px;
	font-weight: 500;
	color: #004b87;
    margin: 0px 0px 20px;
}
.job_inner_box h3 {
    font-size: 19px;
	color: #004b87;
    margin: 15px 0px 0px;
}
.job_inner_box p.pb {
	font-weight: 500;
}
.job_inner_box p {
    font-size: 16px;
	color: #000;
    margin: 5px 0px 0px;
}
.job_inner_box ul {
    padding: 0px 0px 0px 30px;
    margin: 0px;
}
.job_inner_box ul li {
    color: #000;
    margin: 5px 0px;
}
.job_inner_box .jo_img {
    padding-right: 30px !important;
}
.job_inner_box img {
    border-radius: 20px 20px 20px 20px;
	box-shadow: 30px 30px 0px -15px #004b87;
}
/** success **/
.success-div .white-bg {
    margin-top: 20px;
}
.success-div h2 {
    font-size: 50px;
    color: #005a9c;
    font-weight: 300;
    margin: 0px;
}
.success-div p {
    margin: 0px;
}
.success-div h6 {
    font-weight: 500;
    color: #000;
    margin: 20px 0px;
}
.success-div a.btn {
    background-color: #d0021b;
    color: #fff !important;
    padding: 10px 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    margin: 10px 0px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 30px;
	outline: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
}

/* Unsubscribe */
.subscribe_txt {
    position: relative;
    width: 90%;
    margin: 60px auto;
    text-align: center;
    background: #004b8717;
    padding-bottom: 30px;
}
.subscribe_txt h1 {
    font-size: 26px;
    font-family: raleway-medium, sans-serif;
    color: #fff;
    padding: 15px 0px;
    margin: 0px 0px 30px;
    background: #005a9d;
}
.subscribe_txt p {
    font-size: 18px;
    color: #000;
    margin: 5px 30px 0px;
}


/*........ For Mobile ........*/
@media only screen and (max-width: 767px) {
.h-top {
    text-align: center;
}
.menu {
    display: none;
}
.top-btn a {
    font-size: 12px;
    padding: 5px 6px;
    display: inline-block;
}
.top-link p {
    font-size: 12px;
}
.top-link p a {
    margin-left: 0px;
    display: block;
}
.top-link p a:before {
    width: 10px;
    height: 8px;
    margin-right: 3px;
}
.h-bottom {
    padding: 5px 0px;
}
.h-bottom .col-md-6 {
	display: none !important;
}
.vid-banner video {
    width: 100%;
    height: 158px;
    object-fit: cover;
}
.vid-txt, .vid-txt-bottom {
    padding: 5px 0px;
}
.vid-txt p, .vid-txt-bottom p {
    font-size: 12px;
}
.ban_txt {
    padding: 40px 0px;
}
.ban_txt h1 {
    font-size: 28px;
}
.ban_txt p {
    font-size: 19px;
}
.ban_txt a {
    font-size: 17px;
    padding: 7px 25px;
}
.hero-banner {
    padding: 40px 0px;
}
.hero-banner h1 {
    font-size: 24px;
}
.hero-banner p {
    font-size: 14px;
    margin: 10px 0px 0px;
}
.hero-banner a {
    font-size: 14px;
    padding: 10px 10px;
    margin-top: 15px;
}
.hiring-tabs:before {
    display: none;
}
.hiring-tabs ul li {
    margin: 15px 0px 0px;
    width: 32%;
}
/*.hiring-tabs ul li:last-child {
	display: none !important;
}*/
.hiring-tabs ul li:nth-child(3) {
    display: none !important;
}
.hiring-tabs ul li a {
    font-size: 15px;
    padding: 5px 5px;
	line-height: 18px;
	border: 1px solid #c3c3c3 !important;
}
.hiring-tabs ul li:first-child a:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 25px solid #ffbe00;
    bottom: -24px;
}
.hiring-tabs ul li:last-child a br {
    display: block;
}
.red-btn1 {
    margin: 25px 0px;
}
.tab-pane .col-md-6 {
    padding: 0px 15px;
}
.tab-box {
    margin: 5px 0px;
    padding: 10px 5px 10px 5px;
}
.career-d {
    display: none;
}
.career-m {
    display: block;
}
.tab-box img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background: #fff;
}
.tb-txt h4 {
    font-size: 15px;
}
.tb-txt p {
    font-size: 11.5px !important;
}
.new-entry-level {
    padding-top: 30px;
}
section.new-entry-level .container , .hiring-tabs .container , .new-mid-section .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.new-entry-level h1 {
    font-size: 24px;
}
.new-entry-level p {
    font-size: 15px;
}
.new-pl-section .col-md-10 , .new-pl-section .col-md-8 {
	padding: 0px 15px !important;
}
.serv_box {
    margin: 20px 0px 0px;
}
.ser-txt {
    height: 120px;
}
.ser-inner {
    padding: 5px 5px;
    width: 190px;
}
.ser-inner h2 {
    font-size: 18px;
}
.ser-inner p {
    font-size: 14px;
    line-height: 18px;
}
.ser-txt a {
    font-size: 16px;
    width: 190px;
    margin: 5px auto 0px;
}
section.pl-mid-section {
    background: #043d68;
	padding: 0px !important;
}
section.pl-mid-section h1, section.pl-mid-section p {
    color: #000;
}
.hiring-bg {
    background: #fff;
}
.hiring-bg .col-md-8 {
    padding: 0px;
}
.steps {
    display: none;
}
.mb-steps {
    background: url(images/hiring-bg-mbl.webp) top center no-repeat;
    background-size: cover;
    margin: 20px 0px 0px;
    padding-top: 20px;
}
.mb-steps img {
    margin: 0 auto;
    display: block !important;
}
.hiring-bg h1 {
	font-size: 24px;
    color: #000 !important;
}
.hiring-bg p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 15px 0px 10px;
}
.hiring-bg .row {
    margin-bottom: 0px !important;
}
.hp-tabs:before {
    display: none;
}
.hp-tabs ul li {
    font-size: 16px;
    width: 150px;
    margin: 20px 5px 30px;
	border: 1px solid #c3c3c3 !important;
}
.hp-tabs ul li:first-child:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 25px solid #ffbe00;
    bottom: -24px;
}
.hp-tabs .red-btn {
    width: 45%;
    padding: 10px 0px;
}
.program-section {
    padding: 30px 0px 0px;
}
.program-section h1 {
    font-size: 24px;
}
p.en-p {
    margin: 25px 0px 0px;
}
.en-txt ul li {
    font-size: 14px;
    margin-top: 10px;
    padding: 10px 10px 10px 30px;
}
.en-txt ul li:before {
    width: 25px;
    height: 25px;
    background-size: 13px;
    left: -11px;
}
.disc-txt p {
    font-size: 13px;
    margin: 15px 0px 12px;
}
.foo_txt ul li {
    margin: 10px 0px;
}

/** jobs **/
.red_section .job_box h2 {
    font-size: 26px;
    margin-top: 20px;
}
.blue_section img {
    margin-top: 25px;
}
/** pay **/
.compensation_banner {
    height: 190px;
}
.pay_txt h2 {
    font-size: 32px;
}
.compensation h2 {
    font-size: 32px;
}
/** faqs **/
.faq .card-header button {
    font-size: 17px;
    padding: 15px 35px 15px 10px;
	background: url(images/opened.png) no-repeat center right 15px #de3339;
	background-size: 20px !important;
}
.faq .collapsed {
    background: url(images/closed.png) no-repeat center right 15px #005a9c !important;
    background-size: 20px !important;
}
.faq .card-body {
    padding: 15px 10px;
}
/** contact **/
.cont_txt {
    margin-top: 30px;
}
.cont_txt h2 {
    font-size: 40px;
}
.white-bg {
    padding: 20px 15px;
    margin: 0px 0px 40px;
}
.contact-detail-button {
    width: 80%;
    margin: 30px auto;
}
.contact-img {
    width: 30%;
    margin: 0 auto;
    display: block;
}
.contact-form textarea {
    height: 100px;
}
/** general **/
.gray-bg h1 {
    font-size: 30px;
}
.gray-bg h3 {
    font-size: 32px;
}
/** apply **/
.apply h1 {
    font-size: 24px;
}
.apply p {
    font-size: 14px;
}
.active-bg , .inactive-bg {
    padding: 5px 10px;
}
.inactive-bg {
    margin: 20px 0px;
}
.active-bg .col-md-9 , .inactive-bg .col-md-9 {
    padding: 0px;
}
.active-bg h5 , .inactive-bg h5 {
    font-size: 14px;
}
.active-bg p, .inactive-bg p {
    font-size: 13px;
}
.inactive-bg p {
    margin-left: 49px;
}
.active-bg .head-btn {
    font-size: 14px;
    padding: 6px 0px;
    display: block;
    float: none;
}
.head-comp p {
    font-size: 9px !important;
    padding: 10px 4px;
    margin: 0px !important;
}
.hide-img {
    display: none;
}
/** verify **/
.checkmark {
    height: 20px;
    width: 20px;
}
.box .checkmark:after {
    left: 6px;
    top: 4px;
    width: 6px;
    height: 9px;
}
.apply .margin .btn {
    margin: 0px 0px 20px !important;
}
/** build profile **/
form#register_step_3 label {
    display: block;
}
.my-form .form-control {
    width: 100%;
}
/** job prefer **/
.apply .margin hr {
    margin-bottom: 10px;
}
/** training vid **/
.hide-mobile {
    display: none;
}
/** register now **/
.appTopSectoin h1 {
    font-size: 21px !important;
}
.reg-section {
    margin: 20px 0px;
}
.msform label {
    font-size: 15px;
    margin: 20px 0px 5px;
    width: 100% !important;
}
.msform input, .msform select {
    width: 100% !important;
}
.msform p.para1 {
    font-size: 12px;
}
div#credit-card-form {
    width: 100%;
    margin: 30px 0px 20px;
}
div#credit-card-form .expire-card select {
    width: 40% !important;
}
.msform p.nominal-text, .msform .btn-all {
    width: 100% !important;
    margin: 20px 0px !important;
}
.msform input[type="submit"] {
    width: auto !important;
    padding: 10px 60px;
}
.msform p.nominal-text a {
    color: #005a9d;
    display: block;
}
.fee_video h2 {
    font-size: 22px !important;
}
.fee_video video {
    width: 100%;
}
.rghtContBg {
    background: #d7e7f7;
    height: auto;
}
.hiringProcessTop {
    margin-bottom: 0px;
}
.hero-side img {
    display: none;
}
.testimonialInnerContentLast {
    margin-top: 0px;
    padding: 20px 0px;
}
/* job inner pages */
.job_inner_box {
    padding: 20px 0px;
    margin: 30px 10px;
}
.job_inner_box a {
    padding: 8px 10px;
    margin-top: 15px;
}
.job_inner_box a.jobp_btn {
    display: none !important;
}
.job_inner_box h2 {
    font-size: 26px !important;
}
.job_inner_box a.mb_btn {
    display: inline-block !important;
    margin: 0px 0px 10px !important;
}
.job_inner_box ul {
    padding: 0 0 0 20px;
}
.job_inner_box .jo_img {
    padding-right: 15px !important;
    text-align: center;
    margin: 10px 0px 10px;
}
/** success **/
.success-div h2 {
    font-size: 34px;
}
.success-div img {
    width: 60px;
}
.success-div a.btn {
    margin: 0px;
    margin-bottom: 0px;
}


}
/*........ For Tablet Vertical ........*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

.h-top {
    text-align: center;
}
.menu ul li {
    margin: 0px 5px;
}
.top-btn a {
    font-size: 14px;
    padding: 5px 15px;
}
.top-link p a {
    display: block;
}
.vid-txt p, .vid-txt-bottom p {
    font-size: 20px;
}
.head-btn {
    margin-top: -50px;
}
.ban_txt {
    padding: 70px 0px;
}
.ban_txt h1 {
    font-size: 34px;
}
.ban_txt p {
    font-size: 22px;
}
.hiring-tabs:before {
    content: '';
    height: 57px;
}
.hiring-tabs ul li {
    margin: 15px 2px 0px;
}
.hiring-tabs ul li a {
    font-size: 15px;
    padding: 10px 10px;
}
.tab-pane .col-md-6 {
    padding: 0px 10px;
}
.tab-box {
    padding: 15px 5px 15px 5px;
}
.tab-box img {
    margin-right: 5px;
    width: 40px;
}
.tb-txt h4 {
    font-size: 17px;
}
.tb-txt p {
    font-size: 12px !important;
}
.ser-txt {
    height: 140px;
}
.ser-txt a {
    font-size: 18px;
    width: 190px;
    padding: 7px 0px;
    margin: 10px auto 0px;
}
.ser-inner h2 {
    font-size: 20px;
}
.ser-inner p {
    font-size: 15px;
    line-height: 21px;
}
.ser-inner {
    padding: 10px 5px;
    width: 190px;
}
section.pl-mid-section {
    background: #043d68;
}
.hiring-bg {
    background: url(images/hiring-bg-mbl.webp) top center no-repeat;
    background-size: contain;
}
.steps {
    display: none;
}
.mobile-step {
    display: block !important;
}
.entry-tabs .col-md-6 , .hp-tabs .col-md-6 {
    padding: 0px 5px;
}
.hiring-tabs .container , .entry-tabs .container , .hp-tabs .container {
    padding: 0px;
}
.hp-tabs .red-btn {
    width: 65%;
}
/** jobs **/
.red_section h2 {
    margin: 20px 0px 0px;
}
.blue_section img {
    margin-top: 30px;
}
/** pay **/
.compensation_banner {
    height: 250px;
}
.compensation h2 {
    font-size: 34px;
}
/** apply **/
.hide-img {
    display: none;
}
/** build profile **/
.my-form .form-control {
    width: 70%;
}
/** training vid **/
.hide-div {
    display: none !important;
}
/** register now **/
.msform input, .msform select {
    width: 80%;
}
div#credit-card-form {
    width: 100%;
}
.msform p.nominal-text, .msform .btn-all {
    width: 100%;
}
.stepLeftHiringMain {
    padding: 15px 5px;
}
.rghtContBg .hiringProcessTop h2 {
    font-size: 20px;
}
.hiringStepList ul {
    padding: 0px 0px 0px 20px;
}


}

/*........ For Tablet Horizontal ........*/
@media (min-width: 901px) and (max-width: 1024px) {
.top-btn a {
    padding: 8px 30px;
}
.top-link p {
    font-size: 15px;
}
.top-link p a:before {
    width: 13px;
    height: 12px;
}
.hiring-tabs:before {
    content: '';
    height: 70px;
}
.hiring-tabs ul li a {
    font-size: 16px;
    padding: 15px 10px;
}
.tab-box {
    padding: 15px 5px 15px 5px;
}
.tab-box img {
    width: 50px;
    margin-right: 5px;
}
.hiring-bg .steps li:after {
    width: 50px !important;
    top: 104px !important;
    right: -27px;
}
.hiring-bg .steps li h4 {
    font-size: 18px;
}
.hiring-bg .steps li p {
    font-size: 12px;
}
.cont-txt ul li {
    font-size: 15px;
}
/** register now **/
.msform input, .msform select {
    width: 70%;
}
div#credit-card-form {
    width: 90%;
}
.msform p.nominal-text, .msform .btn-all {
    width: 90%;
}

}