/*
Theme Name: Postal-Hire
Theme URI: 
Description: Postal-Hire
Version: 1.01
Author: Sadiq Hashim
Tags: Postal-Hire
*/

 /*@font-face {
     font-family: Barlow-Regular;
     src: url(fonts/Barlow-Regular.eot);
     src: url('fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Barlow-Regular.woff2') format('woff'), url('fonts/Barlow-Regular.ttf') format('truetype'), url('fonts/Barlow-Regular.svg#Barlow') format('svg');
    font-display: swap; 
}
 @font-face {
     font-family: Barlow-Medium;
     src: url(fonts/Barlow-Medium.eot);
     src: url('fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Barlow-Medium.woff2') format('woff'), url('fonts/Barlow-Medium.ttf') format('truetype'), url('fonts/Barlow-Medium.svg#Barlow') format('svg');
     font-display: swap; 
}
 @font-face {
     font-family: Barlow-Bold;
     src: url(fonts/Barlow-Bold.eot);
     src: url('fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Barlow-Bold.woff2') format('woff'), url('fonts/Barlow-Bold.ttf') format('truetype'), url('fonts/Barlow-Bold.svg#Barlow') format('svg');
    font-display: swap; 
}*/
body {
    font-size: 16px !important;
    font-family: sans-serif !important;
    color: #686868 !important;
    overflow-x: hidden !important;
}
button#responsive-menu-button {
    display: none !important;
}
.m-num {
   position: relative;
   text-align: center;
   padding: 2px 0px 3px;
   display: none;
}
.m-num p {
   font-size: 16px;
   font-family: sans-serif;
   color: #000;
   margin: 0px;
}
.m-num p a {
   color: #df152b;
   text-decoration: none;
   margin-left: 10px;
}
.top_banner {
   position: relative;
   background: #004b87 url(images/banner-new-3.webp) bottom center no-repeat;
   background-size: cover;
}
.donor-user-name {
    display: none;
}
header {
    position: relative;
    padding: 10px 0px;
}
.menu {
    position: relative;
    text-align: center;
    margin-top: 8px;
}
.menu ul {
    padding: 0px;
    margin: 0px;
}
.menu ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 15px;
}
.menu ul li a {
   font-size: 17px;
   color: #fff;
   display: block;
   text-decoration: none !important;
   transition: 0.5s all;
}
.menu ul li a:hover {
    color: #dadada;
}
.MenuFixed {
    position: fixed !important;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    background: #185687db;
    margin-top: 0;
    animation: fadeIn 1s ease-in both;
    background: #185687db !important;
    -webkit-box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, .06);
    box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, .06);
}
@keyframes fadeIn {
    from {
        transform: translatey(-20px);
    }
    to {
        transform: translatey(0px);
    }
}
.mb-menu {
    position: relative;
    text-align: right;
    display: none;
}
.mb-menu div {
    outline: none !important;
    background: #df152b;
    border: none;
    padding: 10px 12px;
    border-radius: 3px;
}
.mb-menu div span {
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px 0px;
    background: #fff;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -2px;
    background-color: #004b87;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    border-right: 1px solid #127e8f;
}
.sidenav ul {
    padding: 0px;
    margin: 60px 0px 0px;
}
.sidenav ul li {
    position: relative;
    list-style: none;
    padding: 10px 0px 10px 15px;
}
.sidenav ul li a {
    font-size: 18px;
    line-height: 18px;
    color: #fff !important;
    text-decoration: none !important;
    padding-left: 5px;
}
.sidenav .closebtn {
    color: #fff;
    position: absolute;
    top: 40px;
    right: 20px;
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
    padding: 5px !important;
    cursor: pointer;
    z-index: 99;
}
.top_btn {
   position: relative;
}
.top_btn p {
   margin: 0px;
}
.top_btn a {
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    display: block;
    background: #df152b;
    text-align: center;
    padding: 10px 0px;
    border-radius: 3px;
    text-decoration: none !important;
}
.mbh-btn {
   position: relative;
   text-align: right;
   display: none;
}
.mbh-btn a {
   font-family: sans-serif;
   color: #fff !important;
   background: #df152b;
   display: inline-block;
   text-align: center;
   text-transform: uppercase;
   border-radius: 5px;
   padding: 6px 10px 8px;
   margin-top: 3px;
   text-decoration: none !important;
}
.ban_txt {
    position: relative;
    text-align: center;
    padding: 65px 0px;
}
.ban_txt h1 {
   font-size: 45px;
   font-weight: 600;
   color: #fff;
   margin: 0px;
   width: 100%;
   height: auto;
}
.ban_txt p {
    font-size: 20px;
    font-family: sans-serif;
    color: #fff;
    margin: 0px;
    width: 100%;
    height: auto;
}
.ban_txt p span {
   font-size: 24px;
   display: block;
   margin: 15px 0px;
   width: 100%;
   height: auto;
}
.ban_txt a {
   font-size: 16px;
   font-weight: 600;
   line-height: 45px;
   color: #fff !important;
   background: #df152b;
   display: inline-block;
   width: 190px;
   height: 44px;
   border-radius: 5px;
   text-transform: uppercase;
   margin-top: 30px;
   text-decoration: none !important;
}
.ban_row {
   position: relative;
   background: #004b87;
}
.ban_row {
    position: relative;
    background: #004b87;
}
.ban_box {
    padding: 20px 0px 20px 15px !important;
    border-right: 1px solid #0f5d9c;
    transition: 0.5s all;
}
.ban_box:hover {
    background: #085ea2;
}
.ban_box img {
    margin-bottom: 5px;
}
.ban_box h2 {
   font-size: 17px;
   font-weight: 700;
   color: #fff;
   margin: 0px;
}
.ban_box p {
   font-size: 15px;
   line-height: 20px;
   color: #fff;
   margin: 10px 0px 0px;
}
.owl-dots {
    text-align: center;
}
button.owl-dot {
    border: none;
    box-shadow: none !important;
    outline: none !important;
    margin: 0px 5px;
}
.owl-dots button.owl-dot span {
    width: 20px;
    height: 4px;
    display: block;
    background: #fff;
    margin: 20px 5px 15px;
    transition: 0.5s all;
}
button.active span {
    width: 39px !important;
    background: #57a2de !important;
}
.last_box {
    border-right: none;
}
.apply-section {
    width: 100%;
    height: auto;
}
.hiring {
    position: relative;
    padding: 50px 0px;
    text-align: center;
    width: 100%;
    height: auto;
}
.hiring h2 {
   font-size: 38px;
   font-weight: 700;
   color: #004b87;
   margin: 0px;
   width: 100%;
   height: auto;
}
.hiring p {
   font-size: 17px;
   margin: 15px 0px;
   width: 100%;
   height: auto;
}
.h-bull {
    margin: 30px 0px;
    text-align: left;
}
.h-bull h3 {
    font-size: 26px;
    font-weight: 800;
    color: #df152b;
    margin: 0px;
}
.h-bull p {
    margin: 0px 0px 10px;
}
.h-bull ul {
    padding: 0px;
    margin: 20px 0px 0px;
}
.h-bull ul li {
    font-size: 18px;
    list-style: none;
    margin: 10px 0px;
    position: relative;
    padding-left: 25px;
}
.h-bull ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    border: 3px solid #004b87;
    background: #fff;
    position: absolute;
    left: 0;
    top: 10px;
}
.hiring_box {
    position: relative;
    background: #004b8717;
    text-align: center;
    padding: 30px 15px;
    border-radius: 30px;
    margin: 25px 0px 15px;
}
.hiring_box span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    font-weight: 700;
    width: 50px;
    height: 55px;
    color: #fff;
    background: #545454;
    border-radius: 30px 0px 3px 0px;
    text-align: center;
    padding: 12px 0px;
}
.hiring_box h2 {
    font-size: 23px;
    margin: 15px 0px 5px;
}
.hiring_box p {
    font-size: 17px;
    color: #545454;
    margin: 0px;
}
.hiring a {
   font-size: 17px;
   font-weight: 500;
   color: #fff !important;
   padding: 10px 30px;
   border-radius: 4px;
   background: #004b87;
   display: inline-block;
   text-decoration: none !important;
   margin-top: 30px;
   text-transform: uppercase;
}
.did {
    position: relative;
    padding: 50px 0px;
    background: #df152b;
}
.did h2 {
   font-size: 38px;
   font-weight: 700;
   color: #fff;
   margin: 0px 0px 20px;
   text-align: center;
}
/*.did p {
   position: relative;
   font-size: 17px;
   font-weight: 500;
   color: #df152b;
   margin: 25px 0px 0px;
   border-radius: 10px;
   border: 2px solid #ef6c7b;
   padding: 10px 10px 10px 40px;
   min-height: 85px;
   background: #fff;
   display: flex;
   align-items: center;
}
.did p:before {
    content: '?';
    display: block;
    position: absolute;
    left: -16px;
    top: 22px;
    font-size: 24px;
    font-family: sans-serif;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}
.did small {
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 10px;
}*/
.tab-box {
   position: relative;
   background: #fff;
   margin: 15px 0px;
   padding: 15px 8px 15px 15px;
   text-align: left;
   border-radius: 5px;
}
.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, .tb-txt h6 {
   font-size: 21px;
   color: #df152b;
   margin: 0px;
}
.tb-txt p {
   font-size: 14px !important;
   font-weight: 700;
   text-transform: uppercase;
   margin: 0px !important;
   color: #686868 !important;
}
.entry {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.entry h2 {
   font-size: 38px;
   font-weight: 700;
   color: #004b87;
   margin: 0px 0px 10px;
   text-align: center;
}
.entry p {
   font-size: 17px;
   margin: 0px;
}
.entry_box {
    position: relative;
    text-align: left;
    margin-top: 40px;
}
.entry_box ul {
    padding: 0px;
    margin: 0px;
}
.entry_box ul li {
   font-size: 18px;
   font-weight: 600;
   list-style: none;
   display: block;
   color: #fff;
   padding: 15px 0px 15px 90px;
   margin: 10px 0px;
   border: 2px solid #278cdc;
   background: #004b87;
   border-radius: 5px;
   text-decoration: none !important;
   position: relative;
   transition: 0.5s all;
   cursor: pointer;
}
.entry_box ul li:hover {
    background: #df152b;
    border: 2px solid #ea8e98;
}
.entry_box ul li:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 30px;
    top: 8px;
    background: #ffff url(images/red-logo.png) top center no-repeat;
    background-size: contain;
    border-radius: 50%;
    vertical-align: middle;
}
.entry_box ul li a {
    color: #fff !important;
    text-decoration: none !important;
    display: block;
}
.pos-txt {
    position: relative;
    text-align: left;
    margin-top: 30px;
}
.pos-txt p {
    margin: 10px 0px 0px;
}
.pos-txt h3 {
    font-size: 20px;
    font-weight: 600;
    color: #004b87;
    margin: 10px 0px 0px;
}
.pos-txt ul {
    padding: 0px;
    margin: 10px 0px 0px 30px;
}
.pos-img img {
    border-radius: 20px;
    box-shadow: 30px 30px 0px -15px #004b87;
    margin-top: 40px;
}
a.app_btn {
   font-size: 17px;
   font-weight: 500;
   padding: 10px 30px;
   color: #fff !important;
   border-radius: 5px;
   background: #df152b;
   border: 2px solid #df152b;
   display: inline-block;
   text-transform: uppercase;
   text-decoration: none !important;
   margin-top: 20px;
   transition: 0.5s all;
}
a.app_btn:hover {
    color: #fff !important;
    background: #bf192b;
}
.benefit-section {
   position: relative;
   padding: 30px 0px;
   background: #e8eff4;
}
.benefit-section h2 {
   font-size: 36px;
   font-weight: 700;
   color: #000;
   margin: 0px;
}
.benefit-section ul {
   padding: 0px;
   margin: 0px;
}
.benefit-section ul li {
   font-size: 17px;
   line-height: 22px;
   color: #000;
   list-style: none;
   display: block;
   margin: 50px auto;
   position: relative;
   padding-left: 70px;
   width: 70%;
}
.benefit-section ul li:before {
   content: '';
   display: block;
   width: 45px;
   height: 45px;
   background: #cde0ed url(/wp-content/uploads/2024/02/benefit-01.png) center center no-repeat;
   background-size: 30px !important;
   border-radius: 5px;
   border: 2px solid #adc8db;
   box-shadow: 0px 2px 5px 0px #ccc;
   position: absolute;
   left: 0;
   top: 0;
}
.benefit-section ul.benefit-left li:nth-child(2):before {
   background: #cde0ed url(/wp-content/uploads/2024/02/benefit-02.png) center center no-repeat;
}
.benefit-section ul.benefit-left li:last-child:before {
   background: #cde0ed url(/wp-content/uploads/2024/02/benefit-03.png) center center no-repeat;
}
.benefit-section ul.benefit-right li:first-child:before {
   background: #cde0ed url(/wp-content/uploads/2024/02/benefit-04.png) center center no-repeat;
}
.benefit-section ul.benefit-right li:nth-child(2):before {
   background: #cde0ed url(/wp-content/uploads/2024/02/benefit-05.png) center center no-repeat;
}
.benefit-section ul.benefit-right li:last-child:before {
   background: #cde0ed url(/wp-content/uploads/2024/02/benefit-06.png) center center no-repeat;
}
.testimonials {
   position: relative;
   padding: 50px 0px;
}
.testimonials h2 {
   font-size: 36px;
   font-weight: 700;
   color: #000;
   margin: 0px 0px 10px;
   text-align: center;
}
.rev-box {
    position: relative;
    padding: 20px 10px;
    margin-top: 30px;
    display: block;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 5px 0px 0px #e5e5e5;
    border-radius: 5px;
}
.rev-txt {
    display: inline-block;
    width: 78%;
    vertical-align: text-top;
}
.rev-box p {
    font-size: 15px !important;
    color: #000;
    margin: 5px 0px 0px !important;
}

.rev-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #004b87;
    margin: 0px;
}
.rev-box img {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    vertical-align: text-top;
    border: 2px solid #004b87;
    border-radius: 5px;
}

.testimonials .owl-stage {
   display: flex;
   align-items: center;
   padding-left: 5px;
}
.testimonials .owl-nav button {
   position: absolute;
   top: 50%;
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   left: -50px;
}
.testimonials .owl-nav button {
   outline: none !important;
   box-shadow: none !important;
}
.owl-nav button span {
   font-size: 60px;
   color: #fff;
   width: 25px;
   height: 45px;
   background: #545454;
   border: none;
   line-height: 28px;
   display: block;
   text-align: center;
   border-radius: 3px;
}
.testimonials .owl-nav button.owl-next {
   left: auto;
   right: -50px;
}
.dc-text {
    position: relative;
    background: #e8eff4;
    text-align: center;
    padding: 5px 0px;
}
.dc-text p {
    font-size: 14px;
    font-style: italic;
    margin: 0px;
}
footer {
    position: relative;
    padding: 30px 0px 0px;
    background: #545454;
}
.foo_txt {
    position: relative;
}
.foo_txt p {
    color: #fff;
    margin: 20px 0px 0px;
}
.foo_txt ul {
    padding: 0px 0px 0px 20px;
    margin: 0px;
}
.foo_txt ul li {
    list-style: none;
    padding: 5px 0px;
    display: block;
}
.foo_txt ul li a {
   font-size: 17px;
   color: #fff;
   display: inline-block;
   transition: 0.5s all;
   text-decoration: none !important;
}
.foo_txt ul li a:hover {
    color: #ccc;
}
.foo_txt ul li:first-child {
    padding-top: 0px;
}
.foo_txt ul li:last-child {
    padding-right: 0px;
}
.foo_cont {
    position: relative;
}
.foo_cont ul {
    padding: 0px;
    margin: 0px;
}
.foo_cont ul li {
   font-size: 17px;
   color: #fff;
   list-style: none;
   display: block;
   padding: 10px 0px 0px 30px;
   transition: 0.5s all;
}
.foo_cont ul li a {
    color: #fff;
    transition: 0.5s all;
    text-decoration: none !important;
}
.foo_cont ul li a:hover,
.foo_cont ul li:hover {
    color: #ccc;
}
.foo_cont ul li:first-child {
    background: url(images/email-icon.png) left 7px no-repeat;
    padding-top: 0px;
}
/*.foo_cont ul li:nth-child(2) {
    background: url(images/email-icon.png) left 19px no-repeat;
}
.foo_cont ul li:last-child {
    background: url(images/map-pin.png) left 14px no-repeat;
    background-size: 17px;
}*/
.foo-social {
    position: relative;
    margin-top: 30px;
}
.foo-social a {
    font-size: 20px;
    color: #fff;
    background: #686868;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none !important;
}
.foo-social a:hover {
    color: #fff;
    background: #606060;
}
.foo-social a img {
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}



.foo_bottom {
    position: relative;
    padding: 10px 0px 20px;
    background: #5f5d5d;
    text-align: center;
    margin-top: 30px;
}
.foo_bottom p {
   font-size: 14px;
   color: #fff;
   margin: 10px 0px 0px;
}
.foo_bottom p a {
    color: #ff6a7a;
}
.foo_bottom ul {
    padding: 0px;
    margin: 15px 0px 0px;
}
.foo_bottom ul li {
    list-style: none;
    display: inline-block;
}
.foo_bottom ul li a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    text-decoration: none !important;
    padding: 0px 15px;
}
.foo_bottom ul li a:hover {
    color: #d5d5d5;
}
.foo_bottom ul li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #fff;
}
.foo_bottom ul li:last-child:after {
    display: none;
}
.modal-dialog {
    max-width: 810px !important;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}
.modal-dialog .modal-body {
    padding: 0px;
}
.modal-content button.close {
    font-size: 14px !important;
    font-weight: 800;
    top: -18px !important;
    right: 0 !important;
    line-height: 19px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #004b87 !important;
    background: #fff !important;
    text-transform: uppercase !important;
    border-bottom: 0px !important;
    outline: none !important;
    opacity: 1 !important;
    display: inline-block !important;
    position: absolute;
    padding: 0px 5px;
}
.mail_carriers_city {
    position: relative;
    background: url(images/mail-carriers.webp) top center no-repeat;
    background-size: cover;
}
.pop_inner {
    color: #fff;
    position: relative;
    padding: 20px;
    background: #004b87d9;
    border: 4px solid #fff;
    border-bottom: 0px;
}
.pop_inner h2 {
    font-size: 30px;
    font-family: sans-serif;
}
.pop_inner p {
    font-size: 18px;
    margin: 7px 0px 0px;
}
.pop_inner p strong {
    font-family: sans-serif;
}
.pop-green {
    position: relative;
    background: #fff;
    padding: 15px 10px;
}
.pop-green:before {
    content: '$';
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    border-radius: 50%;
    color: #fff;
    background: #004b87;
    text-align: center;
    padding: 5px 0px;
    vertical-align: middle;
}
.pop-green p {
    color: #004b87;
    margin: 0px 0px 0px 20px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}
.mail_carriers_rural {
    position: relative;
    background: url(images/mail-carriers-2.webp) top center no-repeat;
    background-size: cover;
}
.mail_processor {
    position: relative;
    background: url(images/mail-processors.webp) top center no-repeat;
    background-size: cover;
}
.mail_handlers {
    position: relative;
    background: url(images/mail-handlers.webp) top center no-repeat;
    background-size: cover;
}
.window_clerks {
    position: relative;
    background: url(images/window-clerk.webp) top center no-repeat;
    background-size: cover;
}
div#pum-273 {
    background: rgb(0 0 0 / 82%) !important;
}
div#popmake-273 {
    padding: 0px !important;
    border: 4px solid #004b87;
}
.map_four {
    position: relative;
}
.map_four p {
    margin: 0px;
}
.map_four img {
    width: 100%;
    height: auto;
}
.vi_head {
    position: relative;
    background: #004b87;
    text-align: center;
    padding: 10px 0px 15px;
}
.vi_head h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 0px;
    color: #fff;
}
.vi_head h2 span:before {
    content: '-';
    display: inline-block;
    margin: 0px 10px 0px 5px;
}
.vi_four {
    position: relative;
    background: #004b87;
    padding: 10px 0px;
}
.vi_four img {
    width: 60px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.fo_box {
    position: relative;
    padding: 6px 0px;
}
.fo_box .col-3 {
    padding: 0px;
}
.fo_box img {
    width: 30px;
    float: right;
}
.fo_box p {
    font-size: 14px;
    color: #c7c7c7;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 2px 0px 0px;
}
.fo_box p span {
    font-size: 20px;
    color: #fff;
    display: inline-block;
}
.vi_four button.continue_btn {
    margin-top: 3px;
}
.pum-theme-86 .pum-content+.pum-close,
.pum-theme-default-theme .pum-content+.pum-close {
    right: 0px !important;
    top: -15px !important;
    padding: 0px 5px !important;
    font-weight: 500 !important;
    line-height: 27px !important;
    background-color: rgb(216 92 92) !important;
    outline: none !important;
}
button.continue_btn {
    font-weight: 500;
    color: #fff;
    background: #d33;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-top: 20px;
    outline: none !important;
}
.top_inner {
    background: url(images/banner-new-3.jpg) center center no-repeat;
    background-size: cover;
}
.inner_txt {
    position: relative;
    padding: 40px 0px;
    text-align: center;
}
.inner_txt h1 {
   font-size: 45px;
   font-weight: 700;
   color: #fff;
   margin: 0px;
}
.mybreadcrumb {
    color: #fff;
}
.mybreadcrumb a {
    color: #fff;
    font-size: 16px;
    text-decoration: none !important;
    transition: 0.5s all;
}
.mybreadcrumb a:hover {
    color: #dadada;
}
.main_content {
    position: relative;
    padding: 50px 0px;
}
.main_content p {
    font-size: 16px;
    margin: 10px 0px;
}
.main_content ul li a, .main_content ol li a {
    color: #bf263e;
}
.inner-page-content h3, .inner-page-content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 20px 0px 10px;
}
.inner-page-content p strong, .inner-page-content ul li strong, .inner-page-content ol li strong {
    color: #000;
}
.jobs {
    position: relative;
}
.jobs ul {
   padding: 0px 0px 0px 30px;
   margin: 20px 0px;
}
.jobs ul li {
   font-size: 16px;
   color: #000;
}
.job_box {
    position: relative;
    border-radius: 10px;
    padding: 20px 15px;
    margin: 50px 0px;
}
.job_box h2 {
    font-size: 32px;
    font-weight: 800;
    margin: 0px 0px 20px;
}
.job_box h3 {
   font-size: 19px !important;
   font-family: sans-serif;
   margin: 15px 0 0 !important;
}
.job_box p {
    font-size: 16px;
    color: #000;
    margin: 10px 0px 0px;
}
.job_box ul {
    padding: 0px 0px 0px 30px;
    margin: 0px;
}
.job_box ul li {
    color: #000;
    margin: 5px 0px;
}
.job_box a {
    font-size: 16px;
    font-family: sans-serif;
    color: #fff !important;
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none !important;
    margin-top: 20px;
}
.job_box img {
    border-radius: 20px 20px 20px 20px;
}
.b_red {
    background: #df152b14;
}
.b_red h2 {
    color: #df152b;
}
.b_red h3 {
    color: #df152b;
}
.b_red a {
    background: #df152b;
}
.b_red img {
    box-shadow: 30px 30px 0px -15px #df152b;
}
.b_blue {
    background: #004b8717;
}
.b_blue h2 {
    color: #004b87;
}
.b_blue h3 {
    color: #004b87;
}
.b_blue a {
    background: #004b87;
}
.b_blue img {
    box-shadow: -30px 30px 0px -15px #004b87;
}
a.jobp_btn {
    float: right;
    margin: 7px 0px 0px;
}
p.pb {
    font-size: 17px;
    font-family: sans-serif;
}
.page-id-124 .job_box,
.page-id-120 .job_box,
.page-id-128 .job_box,
.page-id-131 .job_box,
.page-id-133 .job_box {
    margin: 0px;
}
.page-id-124 .b_blue img, .page-id-120 .b_blue img, .page-id-128 .b_blue img, .page-id-131 .b_blue img, .page-id-133 .b_blue img {
   box-shadow: 30px 30px 0px -15px #004b87;
   margin-top: 20px;
}
a.mb_btn {
    display: none;
}
.jo_img {
    padding-right: 30px !important;
}
.pay {
    position: relative;
    padding: 50px 0px;
}
.pay h2, .pay h1 {
   font-size: 32px;
   font-weight: 700;
   color: #004b87;
   margin: 0px;
}
.pay h2 {
   margin-top: 30px;
}
.pay h3 {
    font-size: 30px;
    color: #004b87;
    margin: 20px 0px 0px;
}
.pay p {
    font-size: 16px;
    color: #000;
    margin: 15px 0px 0px;
}
.pay small {
    display: block;
    margin-top: 5px;
}
.pay small a {
    color: #004b87 !important;
}
.job_box h2 {
   margin-top: 0px !important;
}
.pay .entry_box {
    margin-top: 30px;
}
.pay .entry_box ul li {
    cursor: text;
}
.pay-box {
    position: relative;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    margin: 35px 0px 20px;
    width: 18%;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #df152b;
}
.pay-box img {
    width: 100%;
    height: 100%;
}
.pay-box a {
    text-decoration: none !important;
}
.pay-box h4 {
   font-size: 18px;
   color: #fff;
   padding: 15px 0px;
   background: #df152b;
   margin: 10px 0px 0px;
}
.pay-box p {
    margin: 0px;
}
a.cont_btn {
    font-size: 18px;
    font-family: sans-serif;
    color: #fff !important;
    background: #df152b;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none !important;
    margin-top: 20px;
}
.faq {
    position: relative;
    padding: 50px 0px;
}
.ewd-ufaq-faq-div {
    position: relative;
    margin: 0px !important;
}
.ewd-ufaq-faq-div:before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    content: '';
    background: #bfbfbf;
    position: absolute;
    left: 0;
    top: 0;
}
.ewd-ufaq-post-active {
    background: #f7f7f7;
}
.ewd-ufaq-post-active:before {
    background: #004b87;
}
.ewd-ufaq-faq-title-text h4 {
    font-size: 20px;
    font-family: sans-serif;
    color: #004b87;
    padding: 15px 0px 15px 75px;
    text-decoration: none;
}
div.ewd-ufaq-faq-title h4 span {
    font-size: 18px;
    font-weight: 800;
    width: 30px;
    text-align: left;
    position: absolute;
    left: 30px;
}
div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0px;
    margin: 0px;
}
div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol span {
    font-size: 20px;
    color: #004b87;
}
.ufaq-faq-body {
    padding: 0px 0px 20px 80px !important;
}
.ufaq-faq-body p {
    font-size: 18px;
    margin: 0px;
}
.faq .card {
    border-radius: 0px;
    border: none !important;
}
.faq .card:before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    content: '';
    background: #bfbfbf;
    position: absolute;
    left: 0;
    top: 0;
}
.faq .card .card-header {
    padding: 0px;
    background: #fff;
    border: none !important;
}
.faq .card-header button {
    font-size: 18px;
    color: #004b87;
    padding: 15px 40px 15px 75px;
    text-decoration: none;
    width: 100%;
    text-align: left;
    position: relative;
    background: #f7f7f7;
    border: none;
    border-radius: 0px;
    top: -1px;
    left: 3px;
}
.faq .card-header button span {
    font-size: 18px;
    font-weight: 700;
    width: 30px;
    text-align: left;
    position: absolute;
    left: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faq .card-header button.collapsed {
    background: #fff;
}
.faq .collapse {
    background: #f7f7f7;
    left: 3px !important;
    position: relative;
    top: -1px;
}
.faq .card-body {
    padding: 10px 25px 15px;
    padding-left: 75px;
}
.faq .collapse:before,
.faq .card-header button.btn-link:before {
    content: '';
    width: 3px;
    height: 100%;
    content: '';
    background: #bfbfbf;
    position: absolute;
    left: -3px;
    top: 0;
    background: #004b87;
}
.faq .card-header button.collapsed:before {
    background: #bfbfbf;
}
.faq .card-header button.btn-link:after {
    content: '-';
    display: block;
    font-size: 30px;
    position: absolute;
    right: 15px;
    z-index: 9;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faq .card-header button.collapsed:after {
    content: '+';
}
.faq .card-body p {
    margin: 0px;
}
.faq .card-body p strong {
   font-weight: 800;
}
.contact {
    position: relative;
    padding: 50px 0px;
}
.contact_box {
    position: relative;
    background: #004b8717;
    border-radius: 5px;
}
.contact_box h2 {
   font-size: 28px;
   font-weight: 600;
   color: #004b87;
   margin: 30px 0px 0px;
}
.contact_box p {
    margin: 10px 0px 0px;
}
.contact_box p a {
   color: #004b87;
   text-decoration: none !important;
   font-weight: 700;
}
.contact_box form {
    margin-top: 20px;
    padding: 0px 20px 0px 0px;
}
.contact_box input[type="text"],
.contact_box input[type="email"] {
    background: #f7f7f7;
    border: 2px solid #004b8759;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    color: #000;
    width: 100%;
    margin-top: 20px;
}
.contact_box textarea {
    width: 100%;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 10px 15px;
    border: 2px solid #004b8759;
    border-radius: 5px;
    margin-top: 20px;
    height: 195px;
}
.contact_box input:focus,
.contact_box textarea:focus {
    border: 2px solid #004b87;
    outline: none;
    box-shadow: none;
}
.contact_box input[type="submit"] {
    font-size: 18px;
    font-family: sans-serif;
    padding: 10px 35px;
    border-radius: 5px;
    color: #fff;
    background: #004b87;
    border: none;
    margin: 20px 0px 30px;
}
.cont_right {
    position: relative;
    padding: 30px 40px !important;
    background: #545454;
    border-radius: 0px 5px 5px 0px;
}
.cont_right h3 {
   font-size: 32px;
   font-weight: 700;
   color: #fff;
   margin: 0px;
}
.add_box {
    position: relative;
    padding: 20px 0px;
}
.add_box ul {
    padding: 0px;
    margin: 0px;
}
.add_box ul li {
   font-size: 18px;
   font-weight: 600;
   color: #fff;
   margin: 25px 0px;
   padding-left: 45px;
   list-style: none;
   display: block;
}
.add_box ul li:first-child {
    background: url(images/mail.png) left 10px no-repeat;
    background-size: 40px;
}
.add_box ul li:nth-child(2) {
    background: url(images/location-pin.png) left 12px no-repeat;
    background-size: 35px;
}
.add_box ul li:last-child {
    background: url(images/location-pin.png) left 0px no-repeat;
    background-size: 35px;
}
.add_box ul li span {
   font-size: 17px;
   font-weight: 400;
   color: #fff;
   margin: 0px;
   display: block;
}
.add_box ul li a {
   font-size: 16px;
   font-weight: 400;
   color: #fff;
   text-decoration: none !important;
   display: block;
}
section.apply {
    position: relative;
    padding: 20px 0px;
}
.app_txt {
    position: relative;
    text-align: center;
}
.app_txt h2 {
    font-family: sans-serif;
    color: #004b87;
    margin: 0px;
}
.app_txt p {
    font-size: 18px;
    margin: 0px 0px 30px;
}
.app_step {
    padding: 10px 20px 10px 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px #ccc;
    border-bottom: 5px solid #ccc;
    margin: 10px 0px;
}
.app_step span {
    font-size: 18px;
    font-family: sans-serif;
    background: #ACACAC;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 0px 10px 10px 0px;
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    left: 0;
}
.app_step h2 {
   font-size: 20px;
   font-weight: 700;
   color: #004b87;
   margin: 0px;
}
.app_step p {
    font-size: 16px;
    margin: 5px 0px 0px;
}
.app_step a, .app_step button {
   font-size: 16px;
   font-weight: 600;
   color: #fff !important;
   background: #ACACAC;
   text-decoration: none !important;
   display: block;
   text-align: center;
   text-transform: uppercase;
   padding: 7px 0px;
   border-radius: 6px;
   margin-top: 10px;
   outline: none !important;
   border: none;
   width: 100%;
}
.step_img-1 {
    position: relative;
    width: 60px;
    height: 60px;
    background: url(images/apply-step1.png) top center no-repeat;
    background-size: cover;
    float: left;
    margin-right: 20px;
}
.step_img-2 {
    position: relative;
    width: 60px;
    height: 60px;
    background: url(images/apply-step2.png) top center no-repeat;
    background-size: cover;
    float: left;
    margin-right: 20px;
}
.step_img-3 {
    position: relative;
    width: 60px;
    height: 60px;
    background: url(images/apply-step3.png) top center no-repeat;
    background-size: cover;
    float: left;
    margin-right: 20px;
}
.step_img-4 {
    position: relative;
    width: 60px;
    height: 60px;
    background: url(images/apply-step4.png) top center no-repeat;
    background-size: cover;
    float: left;
    margin-right: 20px;
}
.step_img-5 {
    position: relative;
    width: 60px;
    height: 60px;
    background: url(images/apply-step5.png) top center no-repeat;
    background-size: cover;
    float: left;
    margin-right: 20px;
}
.active-bg {
    background: #004b87;
}
.active-bg h2,
.active-bg p {
    color: #fff;
}
.active-bg span,
.active-bg a {
    background: #df152b;
}
.completed-row {
    background: #545454;
}
.completed-row span {
    background: #9e9e9e;
}
.completed-row .step_img-1,
.active-bg .step_img-1 {
    background: url(images/apply-step1-complete.png) top center no-repeat;
}
.completed-row .step_img-2,
.active-bg .step_img-2 {
    background: url(images/apply-step2-complete.png) top center no-repeat;
}
.completed-row .step_img-3,
.active-bg .step_img-3 {
    background: url(images/apply-step3-complete.png) top center no-repeat;
}
.completed-row .step_img-4,
.active-bg .step_img-4 {
    background: url(images/apply-step4-complete.png) top center no-repeat;
}
.completed-row .step_img-5,
.active-bg .step_img-5 {
    background: url(images/apply-step5-complete.png) top center no-repeat;
}
.completed-row h2 {
    color: #fff;
}
.completed-row p {
    color: #fff;
}
.completed-row a {
    background: #9e9e9e;
}
.start span {
    background: #004b87;
}
.start a {
    background: #004b87;
}
.inactive-bg a {
    pointer-events: none !important;
}
section.apply_step {
    position: relative;
    padding: 30px 0px;
}
.step_box {
    position: relative;
    background: #545454;
    padding: 10px 25px 10px 15px;
    margin: 0px 2px 0px 42px;
    border-radius: 6px;
    display: inline-block;
}
.step_box.s_complete,
.step_box.active {
    background: #004b87;
}
.step_box h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    background: #545454;
    border: 2px solid #fff;
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: -33px;
    top: -5px;
    text-align: center;
    padding: 9px 0px;
}
.step_box h3 sup {
    font-size: 16px;
}
.step_box.s_complete h3,
.step_box.active h3 {
    background: #004b87;
}
.step_box p {
   font-size: 22px;
   font-weight: 700;
   color: #fff;
   margin: 0px 0px 0px 25px;
   display: inline-block;
   text-transform: uppercase;
   vertical-align: middle;
   line-height: 32px;
}
.step_body {
    position: relative;
    background: #f8f8f8;
    padding: 30px 40px;
    border-radius: 20px;
    margin-top: 40px;
    border: 2px solid #df152b;
}
.step_body:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(images/arrow-up.png) top center no-repeat;
    background-size: contain;
    top: -16px;
}
.step_one:before {
    left: 19%;
}
.step_two:before {
    left: 34%;
}
.step_three:before {
    left: 50%;
}
.step_four:before {
    left: 65%;
}
.step_five:before {
    left: 80%;
}
.step_body h2 {
   font-size: 28px;
   font-weight: 500;
   color: #004b87;
   margin: 0px 0px 10px;
}
.step_body p {
   font-size: 16px;
   color: #000;
   margin: 5px 0px 0px;
}
.step_body p strong {
    font-size: 16px;
}
.step_body p.nominal-text.mr {
    font-size: 16px;
    width: 70% !important;
    margin-top: 25px !important;
}
.g-recaptcha {
    margin-top: 30px;
}
.step_body .btn-all {
    width: 70% !important;
}
.step_body h5 {
    font-size: 18px;
    font-family: sans-serif;
    color: #000;
    margin: 20px 0px 5px;
}
.step_body label {
    color: #000;
}
.step_body .form-group {
    margin: 0px;
}
.step_body input[type="radio"],
.step_body input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #fff;
    border: 1px solid #cacaca !important;
    color: #666;
    top: 6px;
    height: 25px;
    width: 25px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    outline: none;
}
.step_body input[type="radio"]:hover,
.step_body input[type="checkbox"]:hover {
    background-color: #f7f7f7;
}
.step_body input[type="radio"]:checked,
.step_body input[type="checkbox"]:checked {
    background-color: #004b87;
    border: 1px solid #004b87 !important;
    color: #fff;
}
.step_body input[type="radio"]:checked::before,
.step_body input[type="checkbox"]:checked::before {
    position: absolute;
    font: 14px/1 Barlow-Medium;
    left: 7px;
    top: 3px;
    content: '\02143';
    transform: rotate(40deg);
}
.step_body input[type="submit"],
.step_body button[type="submit"],
.step_four a {
    font-size: 18px;
    font-family: sans-serif;
    padding: 10px 30px;
    color: #fff !important;
    background: #df152b;
    border: none;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    margin-top: 25px;
    display: inline-block;
    text-decoration: none !important;
}
.step_two label {
    font-size: 16px;
    color: #000;
    margin: 0px;
    display: block;
    margin: 20px 0px 5px;
}
.step_two input[type="text"],
.step_two input[type="email"],
.step_two input[type="number"] {
    background: #fff;
    border: 2px solid #d0cece;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
}
.step_three label {
    display: block;
}
.step_four video {
    margin: 20px 0px;
}
.step_five {
    padding: 0px 0px 0px 40px;
    overflow: hidden;
}
.reg-text {
    position: relative;
    margin-top: 30px;
}
.reg-text p {
    font-size: 16px;
    margin: 10px 0px 0px;
}
.step_body ul {
    font-size: 18px;
    padding: 5px 0px 0px 35px;
    margin: 0px 0px 20px;
    color: #000;
    line-height: 20px;
}
.step_body ul li {
    margin: 5px 0px;
}
.step_body ul li strong {
    font-size: 16px;
}
.step_five h2 {
    margin-top: 25px;
    margin-bottom: 20px !important;
}
.step_body h3 {
    font-size: 21px;
    font-family: sans-serif;
    color: #004b87;
    margin: 20px 0px 0px;
}
form#postal-payments-form {
    padding-bottom: 30px;
}
div#phone_error,
div#myerror {
    font-size: 12px;
    color: red;
}
.step_five label {
    font-size: 16px;
    color: #000;
    margin: 0px;
    display: block;
    margin: 20px 0px 5px;
}
.step_five input[type="text"],
.step_five input[type="email"],
.step_five input[type="number"],
.step_five select {
    background: #fff;
    border: 2px solid #d0cece;
    padding: 10px 15px;
    border-radius: 5px;
    width: 70% !important;
    outline: none !important;
    box-shadow: none !important;
}
p.para1 {
    font-size: 12px;
    color: #004b87;
}
p.nominal-text a {
    font-size: inherit;
    background: none;
    padding: 0px;
    color: #004b87 !important;
    text-transform: unset;
    margin: 0px;
}
.cred_row {
    position: relative;
    background: #e2e9ee;
    border-radius: 10px;
    margin: 30px 0px 20px;
    width: 50%;
}
div#credit-card-form {
    width: 70%;
    position: relative;
    background: #e2e9ee;
    padding: 20px;
    border-radius: 10px;
    margin: 40px 0px 0px;
}
div#credit-card-form h5 {
   font-size: 22px;
   font-weight: 700;
   color: #004b87;
   margin: 0px 0px 10px;
}
div#credit-card-form h4 {
    font-size: 20px;
    font-family: sans-serif;
    margin: 0px;
    color: #545454;
}
div#credit-card-form label {
    margin: 10px 0px 5px;
}
div#credit-card-form select {
    width: 25% !important;
}
div#credit-card-form input,
div#credit-card-form select#donor_card_expiry_month,
div#credit-card-form select#donor_card_expiry_year {
    width: 100% !important;
}
.step_body button.sub-btn {
    font-size: 18px;
    padding: 15px !important;
    display: block !important;
    margin: 25px auto 10px !important;
    background: #004b87 !important;
}
.step_body button.no-brd {
    font-size: 16px;
    background: none !important;
    color: #004b87 !important;
    margin: 0px;
    padding: 0px;
    text-align: center;
    display: block;
    width: 100%;
    text-transform: capitalize;
    text-decoration: underline !important;
}
.reg-sidebar {
    position: relative;
    background: #d7e7f7;
    text-align: center;
}
.reg-sidebar h3 {
   font-size: 22px;
   font-weight: 700;
   margin: 35px 0px 0px;
}
.reg-sidebar p {
   font-size: 15px;
   font-weight: 700;
   color: #000;
   margin: 20px 0px;
}
.reg-sidebar ul {
    padding: 0px 0px 0px 20px;
    margin: 0px;
}
.reg-sidebar ul li {
   font-size: 15px;
   text-align: left;
   margin: 0px 0px 15px;
}
img.refund-batch {
    width: 60%;
    margin: 30px 0px;
}
.truck-img {
    margin-top: 20px;
    border: 5px solid #54709894;
    width: 100%;
}
.zendesk {
    position: relative;
    margin-top: 35px;
}
.zendesk p {
   font-size: 18px;
   font-weight: 400;
}
.page-template-success_page .gray-bg {
    margin: 50px 0px;
}
.success_dev {
    position: relative;
    background: #004b8717;
    text-align: center;
    padding: 30px 10px;
    border-radius: 15px;
    border: 2px solid #ccc;
}
.suc_img {
    position: relative;
    background: #004b87;
    display: inline-block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    padding: 30px 0px;
}
.success_dev h2 {
    font-size: 32px;
    font-family: sans-serif;
    color: #004b87;
    margin: 15px 0px 0px;
    text-transform: uppercase;
}
.success_dev p,
.success_dev h6 {
    color: #000;
}
.success_dev a {
    font-family: sans-serif;
    color: #fff !important;
    background: #004b87;
    margin-top: 10px;
    margin-bottom: 10px;
}
.fee_video {
    position: relative;
    width: 70%;
    margin-bottom: 30px;
}
.fee_video h2 {
    font-family: sans-serif;
    color: #004b87;
    margin: 0px 0px 20px;
}
.fee_video video {
    border: 2px solid #005a9d;
    outline: none !important;
    box-shadow: none !important;
}
div#myModal-video {
    background: rgba(0 0 0 / 82%) !important;
}
div#myModal-video .modal-dialog {
    width: 60% !important;
    max-width: 60% !important;
}
div#myModal-video .modal-dialog .modal-body {
    padding: 0px !important;
}
div#myModal-video a.close {
    font-family: 'Barlow-Medium';
    font-weight: normal;
    color: #fff;
    background: #d33;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-top: 5px;
    outline: none !important;
    opacity: 1 !important;
    display: inline-block;
    font-size: 16px;
    float: none;
    text-shadow: none !important;
    cursor: pointer;
}
div#myModal-video button.close {
    position: absolute;
    right: 0px !important;
    top: -15px !important;
    padding: 0px 5px !important;
    font-size: 12px;
    font-weight: 500 !important;
    line-height: 27px !important;
    background-color: rgb(216 92 92) !important;
    outline: none !important;
    z-index: 9999;
    opacity: 1 !important;
    text-shadow: none !important;
    text-transform: uppercase;
    color: #fff;
}
div#popmake-273 .popmake-content {
    outline: none !important;
}
.page-id-6872 .inner_txt {
    display: none;
}
.subscribe_txt {
    position: relative;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    background: #004b8717;
    padding-bottom: 30px;
}
.subscribe_txt h1 {
    font-size: 26px;
    font-family: 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;
}

/** free hiring guide **/
.guide_section {
    position: relative;
    padding: 50px 0px 0px;
    text-align: center;
}
.position-pops {
    position: relative;
    margin-bottom: 30px;
}
.position-pops ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.position-pops ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    border: 2px solid #004b87;
    margin: 0px 10px;
}
.position-pops ul li img {
    width: auto;
    margin: 0px;
}
.position-pops ul li span {
    font-weight: 600;
    display: block;
    margin: 0 auto;
    padding: 7px 0px;
    color: #fff;
    background: #004b87;
}
.position-pops ul li span br {
    display: none;
}
.modal-content button.close {
    position: absolute;
    right: -10px;
    top: -19px !important;
    background: #DE1527 !important;
    opacity: 1 !important;
    color: #fff !important;
    padding: 0px 8px 0px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-weight: 400;
    z-index: 999;
}
.modal-dialog .modal-body {
    padding: 20px;
}
.pop-content {
    position: relative;
}
.pop-content h1 {
    font-size: 26px;
    font-family: DM-Sans-Bold, sans-serif;
    color: #000;
    margin: 0;
}
.pop-content p {
    font-size: 16px;
    color: #000;
    margin: 10px 0 0;
}
.pop-green {
    background: #c8e0b0;
    padding: 10px;
    margin-top: 15px;
}
.pop-green:before {
    font-weight: 700 !important;
}
.pop-green p {
    font-size: 16px;
    margin: 0;
}
.pop-content a.continue_btn {
    font-weight: 500;
    color: #fff;
    background: #d33;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-top: 10px;
    outline: none !important;
    display: inline-block;
}
.guide_section iframe {
    width: 100%;
    height: 80vh;
    margin: 40px 0px 0px;
    border: 1px solid #ccc;
    display: block;
}
.guide_section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #004b87;
    margin: 40px 0px 0px;
}
.guide_section p {
    font-size: 22px;
    color: #000;
    margin: 15px 0px 0px;
}
.guide_section a {
    font-size: 17px;
    font-weight: 500;
    padding: 10px 30px;
    color: #fff !important;
    border-radius: 5px;
    background: #df152b;
    border: 2px solid #df152b;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    margin-top: 30px;
    transition: 0.5s all;
}
.guide_section a:hover {
    color: #fff !important;
    background: #bf192b;
}
.ben_section {
    position: relative;
    padding: 50px 0px;
    background: #f0f0f0;
}
.ban-txt {
    position: relative;
}
.ban-txt h2 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin: 0px;
}
.ban-txt ul {
    padding: 0px;
    margin: 30px 0px 0px;
}
.ban-txt ul li {
    color: #000;
    list-style: none;
    display: block;
    margin: 15px 0px;
    background: #fff;
    padding: 10px 20px;
    border-left: 4px solid #1f4495;
}
.ban-txt ul li span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #5e5e5e;
}
.ben_section a {
    font-size: 18px;
    color: #fff !important;
    padding: 10px 30px;
    border-radius: 4px;
    background: #d0021b;
    display: block;
    text-decoration: none !important;
    margin-top: 30px;
    text-transform: uppercase;
}

/** Home New **/
.reg-section {
    position: relative;
    padding: 20px 0px 50px;
}

/** New Home **/
body.page-id-20535 .inner_txt {
    display: none;
}
.register-section {
    position: relative;
    padding: 50px 0px;
    background: #e8f3ff url(images/lines.png) top center no-repeat;
    background-size: cover;
}
.register-text {
    position: relative;
    margin-bottom: 50px;
}
.register-text h2 {
    font-size: 45px;
    font-weight: 600;
    color: #292f37;
    margin: 0px 0px 15px;
}
.register-text p {
    font-size: 15px;
    color: #292f37;
    margin: 15px 0px 0px;
}
.register-text ul {
    padding: 0px;
    margin: 10px 0px;
}
.register-text ul li {
    font-size: 15px;
    color: #292f37;
    list-style: none;
    margin: 5px 0px;
    padding-left: 30px;
    position: relative;
    display: block;
}
.register-text ul li:before {
    content: '';
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 3px;
    background: #35cd47 url(images/checkmark-white.png) center center no-repeat;
    background-size: 10px;
    position: absolute;
    left: 0;
    top: 3px;
}
.register-section p.nominal-text {
    margin-top: 15px;
}

/** New landing page design **/
/*body.page-id-120 .inner_txt, body.page-id-124 .inner_txt, body.page-id-128 .inner_txt, body.page-id-131 .inner_txt, body.page-id-133 .inner_txt {
    display: none !important;
}*/
.inner-page-content .qualified-section {
    margin: 50px 0px;
}
.inner-page-content .hero-section {
    padding: 0px 0px 20px;
}
.hero-section {
    position: relative;
    padding: 50px 0px 20px;
}
.hero-section img {
    width: 100%;
    height: auto;
}
.overview-section {
    position: relative;
    text-align: center;
}
.ov-box {
    position: relative;
    background: #e8eff4;
    border-bottom: 4px solid #004b87;
    border-radius: 10px;
    padding: 30px 0px;
}
.overview-section h1, .overview-section h2 {
    font-size: 38px;
    font-weight: 600;
    color: #004b87;
    margin: 0px;
}
.overview-section p {
    color: #000;
    margin: 10px 0px 0px;
}
.overview-section ul {
    padding: 10px 0px 0px 0px;
    margin: 20px 0px 0px;
    border-top: 1px solid #bcd3e3;
}
.overview-section ul li {
    font-size: 16px;
    list-style: none;
    display: block;
    color: #000000;
    position: relative;
    background: url(/wp-content/uploads/2025/11/check-white.png) left 2px no-repeat;
    background-size: 22px;
    padding-left: 35px;
    margin: 15px 40px 0px 0px;
    text-align: left;
    width: 45%;
    display: inline-block;
    vertical-align: text-top;
}
.overview-section ul li:nth-child(even) {
    margin-right: 0px;
}
.video-section {
    position: relative;
    padding: 30px 0px 50px;
    text-align: center;
}
.video-section h2 {
    font-size: 38px;
    font-weight: 600;
    color: #004b87;
    margin: 0px;
}
.video-section p {
    color: #000;
    margin: 10px 0px 0px;
}
.video-section video {
    width: 100%;
    border: 2px solid #004b87;
    display: block;
    margin-top: 20px;
}
.clerk-section {
    position: relative;
    padding: 50px 0px;
}
.clerk-section h2 {
    font-size: 38px;
    font-weight: 600;
    color: #004b87;
    margin: 0px;
}
.clerk-section h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
}
.clerk-section h4 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin: 20px 0px 0px;
}
.clerk-section p {
    color: #000;
    margin: 20px 0px 0px;
}
.qua-box {
    position: relative;
    background: #e8eff4;
    text-align: center;
    border-radius: 10px;
    border-bottom: 4px solid #004b87;
    padding: 30px 30px;
}
.qua-box h2 {
    font-size: 38px;
    font-weight: 600;
    color: #004b87;
    margin: 0px;
}
.qt-box {
    position: relative;
    text-align: center;
    padding: 10px 0px 10px 60px;
    margin-top: 30px;
    text-align: left;
    background: url(/wp-content/uploads/2025/11/check-big.png) left 20px no-repeat;
    background-size: 45px;
}
.qt-box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    margin: 10px 0px 0px;
}
.qua-box h3 {
    font-size: 32px;
    font-weight: 600;
    color: #df152b;
    margin: 30px 0px 0px;
    text-transform: uppercase;
    border-top: 1px solid #bcd3e3;
    padding-top: 20px;
}
.include-sec ul li {
    width: 100%;
    margin: 10px 0px;
}
.include-sec ul {
    width: 80%;
    margin: 20px auto 0px;
}
.include-sec ul li strong {
    color: #0b3092;
}
.logo-section {
    position: relative;
    padding: 50px 0px;
    text-align: center;
}
.logo-section img {
    width: 60%;
    display: block;
    margin: 0 auto;
}
.started-section {
    position: relative;
    padding: 50px 0px;
    border-top: 2px dashed #004b87;
}
.reg-box {
    position: relative;
    background: #e8eff4;
    border-radius: 10px;
    border-bottom: 4px solid #004b87;
    padding: 20px 30px;
    text-align: center;
}
.started-section h2 {
    font-size: 38px;
    font-weight: 600;
    color: #004b87;
    margin: 0px;
}
.reg-box h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 0px;
}
.reg-box p {
    font-size: 18px;
    color: #000;
    margin: 15px 0px;
}
.reg-box a {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 30px;
    color: #fff !important;
    border-radius: 5px;
    background: #df152b;
    border: 2px solid #df152b;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: 0.5s all;
    margin-top: 5px;
}
.reg-box p strong {
    font-size: 26px;
    color: #004b87;
}
.readmore-box {
  overflow: hidden;
  height: 0;
  transition: height 350ms ease;
  visibility: hidden;
  opacity: 0;
}
.readmore-box.open {
  visibility: visible;
  opacity: 1;
}
.readmore-btn {
  cursor: pointer;
  background: transparent;
  border: none;
  color: #007bff;
  padding: 0;
  font: inherit;
  text-decoration: underline;
}
.readmore-box {
  overflow: hidden;
  height: 0;
  transition: height 350ms ease;
  visibility: hidden;
  opacity: 0;
}
.readmore-box.open {
  visibility: visible;
  opacity: 1;
}
.readmore-btn {
  cursor: pointer;
  background: transparent;
  border: none;
  color: #007bff;
  padding: 0;
  font: inherit;
  text-decoration: underline;
}

/** tablet vertical **/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu ul li {
        padding: 10px 5px;
    }
    .menu ul li a {
        font-size: 16px;
    }
    .top_btn a {
        font-size: 14px;
        padding: 10px 0px;
    }
    .ban_txt {
        padding: 60px 0px;
    }
    .ban_txt h1 {
        font-size: 40px;
    }
    .ban_box {
        padding: 20px 0px !important;
        text-align: center;
    }
    .ban_box img {
        margin: 0 auto;
    }
    .rev-box:after {
        width: 40px;
        height: 40px;
    }
    .benefit-section ul li {
   width: 100%;
}
.benefit-section ul.benefit-right li:first-child {
   margin-top: 0px;
}
.testimonials .owl-nav {
   position: relative;
   text-align: center;
   margin: 30px 0px;
}
.testimonials .owl-nav button {
   position: relative;
   top: auto;
   -ms-transform: revert-layer;
   transform: revert-layer;
   left: auto;
   margin: 0px 10px;
}
.testimonials .owl-nav button.owl-next {
   left: auto;
   right: auto;
}
    .foo_txt ul {
        padding: 0px;
        margin: 20px 0px;
    }
    .foo_txt ul li a:before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        background: #fff;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
    }
    .inner_txt {
        padding: 20px 0px;
    }
    .b_red img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .b_blue img {
        margin-bottom: 30px;
    }
    .pay-box {
        margin: 35px 0px 0px;
        width: 30%;
        margin-right: 15px;
    }
    .app_step span {
        font-size: 16px;
        padding: 10px 15px;
    }
    .app_step h2 {
        font-size: 22px;
    }
    .app_step p {
        font-size: 16px;
    }
    .app_step a,
    .app_step button {
        font-size: 14px;
        border-radius: 5px;
    }
    .step_box {
        display: none;
    }
    .step_box.active {
        padding: 5px 0px 5px 15px;
        display: block !important;
    }
    .step_body {
        margin-top: 25px;
    }
    .step_two:before,
    .step_three:before,
    .step_four:before,
    .step_four:before,
    .step_five:before {
        left: 5%;
    }
    div#myModal-video .modal-dialog {
        width: 95% !important;
        max-width: 95% !important;
        margin: 0 auto;
        padding-top: 25%;
    }
    .cred_row {
        width: 100%;
    }
    .step_five {
        padding: 0px 0px 0px 20px;
    }
    .step_five h2 {
        font-size: 25px;
    }
    .reg-text {
        width: 95%;
    }
    .step_five input[type="text"],
    .step_five input[type="email"],
    .step_five input[type="number"],
    .step_five select {
        width: 90% !important;
    }
    div#credit-card-form {
        width: 90%;
    }
    div#credit-card-form .paymf2 input,
    div#credit-card-form #donor_card_expiry_month,
    div#credit-card-form #donor_card_expiry_year,
    div#credit-card-form #donor_card_number {
        width: 100% !important;
    }
    div#credit-card-form select {
    width: 40% !important;
}
    .step_body p.nominal-text.mr {
        width: 90% !important;
    }
    .step_body .btn-all {
        width: 90% !important;
    }
    .fee_video {
        width: 90%;
    }
    .reg-sidebar h3 {
        font-size: 19px;
    }
    .reg-sidebar p {
        font-size: 14px;
        margin: 10px 0px;
    }
    .modal-dialog {
        max-width: 700px !important;
    }

    /** testimonials **/
    .rev-box img {
        width: 50px;
    }
    .rev-txt {
        width: 75%;
    }
/* free hiring guide */
.position-pops ul li {
    margin: 0px 0px 20px;
    float: left;
    width: 25%;
}

/** New Home **/
.register-text img {
    display: none;
}
.register-text h2 {
    text-align: center;
}

/** new landing page design **/
.qt-box {
    background: url(/wp-content/uploads/2025/11/check-big.png) left 11px no-repeat;
    background-size: 40px;
}
.ov-box {
    padding: 30px 20px;
}


}

@media (min-width: 901px) and (max-width: 1199px) {
   .menu ul li {
       padding: 10px 8px;
   }
    .ban_box h2 {
        font-size: 20px;
    }
    .job_box h2 {
        font-size: 28px;
    }
    .job_box h3 {
        font-size: 17px;
    }
    .job_box p {
        line-height: 19px;
        margin: 5px 0px 0px;
    }
    .cont_right h3 {
        font-size: 32px;
    }
    .cont_right {
        padding: 30px 15px !important;
    }
    .add_box ul li {
        font-size: 20px;
        padding-left: 40px;
    }
    .add_box ul li span,
    .add_box ul li a {
        font-size: 16px;
    }
    .add_box ul li:first-child {
        background-size: 30px;
    }
    .add_box ul li:nth-child(2) {
        background-size: 25px;
    }
    .add_box ul li:last-child {
        background-size: 25px;
    }
    .app_step a,
    .app_step button {
        font-size: 16px;
    }
    .step_box {
        padding: 5px 40px 5px 10px;
    }
    .step_box img {
        width: 35px;
    }
    .step_box p {
        font-size: 22px;
        line-height: 25px;
    }
    .step_box::before {
        content: " ";
        width: 50px;
    }
    .step_box::after {
        content: " ";
        width: 50px;
    }
    .step_body {
        margin-top: 30px;
    }
    .fo_box p span {
        font-size: 18px;
    }
    .vi_four {
        padding: 10px;
    }
    button.continue_btn {
        width: 100%;
    }
    div#myModal-video .modal-dialog {
        width: 75% !important;
        max-width: 75% !important;
        margin: 0 auto;
        padding-top: 10%;
    }
    .tb-txt {
   width: 80%;
}

    /** testimonials **/
    .rev-txt {
        width: 75%;
    }
}

/** Mobile **/
@media only screen and (max-width: 767px) {
    button#responsive-menu-button {
        display: block !important;
    }
     .m-num {
       display: block;
   }
    .top_banner {
        position: relative;
        background: url(images/mbl-banner.webp) bottom center no-repeat;
        background-size: cover;
    }
    .top_btn {
       margin-top: 20px;
       display: none;
   }
header .col-7 {
   max-width: 100%;
   flex: auto;
}
.logo img {
   width: 60%;
   display: block;
   margin: 5px auto 0;
}
header.MenuFixed .mbh-btn {
   display: block;
}
header.MenuFixed .col-7 {
   flex: 0 0 58.333333%;
   max-width: 58.333333%;
}
header.MenuFixed .logo img {
   width: 100%;
   display: block;
   margin: 0px;
}
    .menu {
        display: none;
    }
    header .col-4 {
        text-align: right;
    }
    .mb-menu {
        display: none;
    }
    .MenuFixed .top_btn {
        display: none;
    }
    .ban_txt {
       padding: 40px 0px 40px;
   }
.ban_txt h1 {
   font-size: 32px;
   height: 76px;
}
    .ban_txt p {
        font-size: 20px;
    }
.ban_txt p span {
   font-size: 22px;
   margin: 10px 0px;
   height: 70px;
}
.ban_txt a {
   line-height: 43px;
   margin-top: 20px;
}
.ban_row {
   width: 100%;
   height: 175px;
   padding-top: 10px;
}
.ban_box {
   text-align: center;
   border-right: none;
   padding: 10px 0px !important;
}
.ban_box:hover {
   background: #004b87;
}
.owl-carousel .owl-item img {
   margin: 0 auto;
   width: 50px;
   height: 50px;
   background: #004b87;
}
.ban_box h2 {
   font-size: 20px;
   font-family: sans-serif;
   margin: 15px 0px 0px;
}
    .hiring {
        padding: 30px 0px;
    }
.hiring h2 {
   font-size: 27px;
}
    .h-bull {
        margin: 10px 0px;
    }
    .h-bull h3 {
        font-size: 22px;
    }
    .h-bull ul {
        margin: 20px 0px 20px;
    }
    .h-bull ul li {
        margin: 5px 0px;
        padding-left: 20px;
    }
    .hiring_box {
        padding: 10px 15px;
        margin: 5px 0px 10px;
    }
    .hiring_box img {
        width: 60px;
        height: 60px;
    }
    .hiring_box h2 {
        font-size: 20px !important;
        margin: 5px 0px 0px;
    }
    .hiring_box span {
        width: 40px;
        height: 100%;
        padding: 0px 15px;
        border-radius: 30px 0px 0px 30px;
        display: flex;
        align-items: center;
    }
    .did {
        padding: 30px 0px;
    }
    .did h2 {
       font-size: 30px;
       margin: 0px 0px 15px;
   }
   .tab-box {
   margin: 5px 0px;
   padding: 10px;
}
.tab-box img {
   margin-right: 5px;
   width: 40px;
   height: auto;
}
.tb-txt {
   width: 81%;
}
.tb-txt h4, .tb-txt h5, .tb-txt h6 {
   font-size: 18px;
}
.tb-txt p {
   font-size: 13px !important;
}
.entry {
    padding: 30px 0px 50px;
}
    .entry h2 {
        font-size: 28px;
        margin: 0px;
    }
    .entry p {
        margin: 10px 0px 10px;
    }
    .entry p br {
        display: none;
    }
    .entry_box {
        margin-top: 10px;
    }
.pos-txt {
    margin-top: 0px;
}
.pos-img img {
    margin-top: 30px;
}
    a.app_btn {
        padding: 10px 20px;
        margin-top: 10px;
    }
    .entry {
        padding: 30px 0px;
    }
    .benefit-section h2 {
   font-size: 30px;
}
.benefit-section ul li {
   margin: 25px auto;
   width: 100%;
}
.benefit-section ul.benefit-right li:first-child {
   margin-top: 0px;
}
    .testimonials {
        padding: 30px 0px;
    }
    .testimonials h2 {
        font-size: 30px;
    }
   .testimonials .owl-nav {
   text-align: center;
   margin: 20px 0px;
}
    .testimonials .owl-nav button {
   position: relative;
   top: auto;
   left: auto;
   -ms-transform: revert-layer;
   transform: revert-layer;
   margin: 0px 10px;
}
.testimonials .owl-nav button.owl-next {
   left: auto;
   right: auto;
}
.owl-nav button span {
   width: 40px;
   height: 40px;
   line-height: 27px;
}
.rev-box {
    padding: 10px 10px;
    margin-top: 20px;
}
.rev-box img {
    width: 50px;
}
.rev-txt {
    width: 76%;
}
    .testimonials .item p {
        margin: 0px;
    }
    .rev-box p {
   font-size: 15px;
   margin: 15px 0px 0px;
}
    .rev-box h3 {
        font-size: 18px;
    }
    .rev-box:after {
        width: 40px;
        height: 40px;
    }
    .testimonials .owl-dots button.owl-dot span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #004b87;
    }
    .testimonials .owl-dots button.owl-dot.active span {
        width: 10px !important;
        background: #57a2de;
    }
    .testimonials .owl-stage {
        display: block;
        padding-left: 0px;
    }
    .dc-text {
        padding: 5px 10px;
    }
    .foo_txt ul {
        padding: 0px;
        margin: 20px 0px;
    }
    .foo_txt ul li a:before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        background: #fff;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 10px;
    }
    .foo_bottom {
        padding: 0px 0px 10px;
        margin-top: 20px;
    }
    .foo_bottom p {
        font-size: 14px;
    }
    .foo_bottom ul li a {
        font-size: 16px;
        padding: 0px 10px;
        margin: 10px;
    }
    .inner_txt {
        padding: 10px 0px;
    }
    .inner_txt h1 {
        font-size: 30px;
    }
    .job_box {
        padding: 10px 10px;
        margin: 30px 10px !important;
    }
    .job_box h2 {
        font-size: 26px;
    }
    .job_box h3 {
        font-size: 18px;
    }
    .job_box img {
        margin: 20px auto 0px;
        display: block;
    }
.b_red img {
   border-radius: 10px;
   box-shadow: 25px 25px 0px -15px #df152b;
   margin: 20px auto 20px;
}
.b_blue img {
   box-shadow: -25px 25px 0px -15px #004b87;
}
    .job_box a {
        padding: 8px 10px;
        margin-top: 15px;
    }
    .b_blue h2 {
        margin-top: 25px;
    }
    .pay {
        padding: 30px 0px;
    }
    .pay h2 {
        font-size: 28px;
    }
    .pay h3 {
        font-size: 26px;
    }
    .pay-box {
        margin: 25px 0px 0px;
        width: 45%;
        margin-right: 10px;
    }
    .pay-box h4 {
        font-size: 16px;
        padding: 10px 0px;
        margin: 10px 0px 0px;
    }
    .pay h2, .pay h1 {
   font-size: 26px;
}
.pay h2 {
   margin-top: 20px;
}
.job_box {
   padding: 10px 0px;
   margin: 30px 0px !important;
}
.job_box h2 {
   font-size: 24px !important;
}
.b_blue h2 {
   margin-top: 30px !important;
}
    .faq {
        padding: 30px 0px;
    }
    .ewd-ufaq-faq-title-text h4 {
        font-size: 18px;
        padding: 5px 0px 5px 45px;
    }
    div.ewd-ufaq-faq-title h4 span {
        left: 20px;
        top: 14px;
    }
    div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
        margin-right: 0px !important;
    }
    div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol span {
        font-size: 18px;
    }
    .ufaq-faq-body {
        padding: 0px 0px 10px 48px !important;
    }
    .faq .card-header button {
        font-size: 17px;
        padding: 10px 25px 10px 35px;
    }
    .faq .card-header button span {
        font-size: 17px;
        width: 20px;
        left: 7px;
        top: 23px;
    }
    .faq .card-header button.btn-link:after {
        font-size: 26px;
        right: 5px;
        top: 23px;
    }
    .faq .card-body {
        padding-left: 35px;
    }
    .contact {
        padding: 30px 0px;
    }
    .contact_box {
        margin: 0px 10px !important;
    }
    .contact_box h2 {
        font-size: 26px;
        margin: 15px 0px 0px;
    }
    .contact_box form {
        margin-top: 0px;
        padding: 0px;
    }
    .contact_box input[type="text"],
    .contact_box input[type="email"] {
        padding: 7px 15px;
        margin-top: 10px;
    }
    .contact_box textarea {
        padding: 7px 15px;
        margin-top: 10px;
        height: 90px;
    }
    .contact_box input[type="submit"] {
        margin: 10px 0px 20px;
    }
    .cont_right {
        padding: 15px !important;
    }
    .cont_right h3 {
        font-size: 28px;
    }
    .add_box {
        padding: 0px;
    }
    .add_box ul li {
        font-size: 20px;
        margin: 15px 0px;
        padding-left: 40px;
    }
    .add_box ul li:first-child,
    .add_box ul li:nth-child(2),
    .add_box ul li:last-child {
        background-size: 25px;
    }
    .add_box ul li a,
    .add_box ul li span {
        font-size: 16px;
    }
    section.apply {
        padding: 30px 0px;
    }
    .app_txt h2 {
        font-size: 28px;
    }
    .app_txt p {
        margin: 0px 0px 20px;
    }
    .app_txt p br {
        display: none;
    }
    .app_step {
        padding: 20px 0px;
        margin: 15px 10px !important;
    }
    .app_step .col-md-2 {
        text-align: center;
    }
    .app_step span {
        border-radius: 10px;
        margin-top: 0px;
        position: relative;
        margin-bottom: 10px;
    }
    .app_step h2 {
        font-size: 20px;
    }
    .app_step p {
        font-size: 16px;
        margin: 5px 0px 0px;
    }
    .step_img-1,
    .step_img-4,
    .step_img-5 {
        margin-bottom: 30px;
    }
    .step_box {
        display: none;
    }
    .step_box.active {
        padding: 5px 0px 5px 15px;
        display: block !important;
    }
    .step_box img {
        width: 35px;
    }
    .step_box p {
        font-size: 25px;
        line-height: 40px;
        margin: 0px;
    }
    .step_body {
        padding: 14px 15px;
        border-radius: 10px;
        margin-top: 30px;
    }
    .step_body:before {
        content: '';
        background-size: cover;
        top: -18px;
        left: 7% !important;
    }
    .step_body h2 {
        font-size: 24px;
    }
    .step_body p {
        font-size: 16px;
        margin: 10px 0px 0px;
    }
    .step_body p strong {
        font-size: 15px;
    }
    .step_body ul {
        padding: 0px 0px 0px 25px;
    }
    .step_body ul li {
        font-size: 16px;
    }
    .step_body ul li strong {
        font-size: 15px;
    }
    .step_body h5 {
        font-size: 18px;
        margin: 15px 0px 5px;
    }
    .step_body input[type="submit"],
    .step_body button[type="submit"],
    .step_body a {
        padding: 5px 20px 7px;
        display: block;
        margin: 15px auto 0px;
    }
    .step_body input[type="radio"],
    .step_body input[type="checkbox"] {
        height: 20px;
        width: 20px;
    }
    .step_body input[type="radio"]:checked::before,
    .step_body input[type="checkbox"]:checked::before {
        font: 12px/1 Barlow-Medium;
        left: 6px;
        top: 1px;
    }
    .step_body p.mr {
        text-align: center;
    }
    .step_body p.nominal-text.mr {
        width: 100% !important;
    }
    .step_body .btn-all {
        width: 100% !important;
    }
    .step_one label {
        position: relative;
        padding-left: 30px;
    }
    .step_one input[type="radio"],
    .step_one input[type="checkbox"] {
        position: absolute;
        left: 0;
        top: 2px;
    }
    .step_two:before,
    .step_three:before,
    .step_four:before,
    .step_four:before,
    .step_five:before {
        left: 5%;
    }
    .step_two label {
        font-size: 16px;
        margin: 10px 0px 5px;
    }
    .step_two input[type="text"],
    .step_two input[type="email"],
    .step_two input[type="number"] {
        padding: 5px 15px;
    }
    .step_four a {
        display: block;
        margin: 15px auto 0px;
        width: 150px;
        text-align: center;
    }
    .step_five {
        padding: 0px 15px 0px 15px !important;
    }
    .step_five h2 {
        margin-top: 20px;
    }
    .reg-text {
        margin-top: 0px;
    }
    .cred_row {
        width: 100%;
    }
    .step_five input[type="text"],
    .step_five input[type="email"],
    .step_five input[type="number"],
    .step_five select {
        width: 100% !important;
    }
    div#credit-card-form {
        width: 100%;
        padding: 20px 20px 0px;
        margin: 40px 0px 0px;
    }
    div#credit-card-form h5 {
        font-size: 22px;
    }
    div#credit-card-form h4 {
        font-size: 18px;
    }
    div#credit-card-form select {
    width: 40% !important;
}
    .expire-card select {
        margin-bottom: 20px;
    }
    .fee_video {
        width: 100%;
    }
    .fee_video h2 {
        margin: 0px !important;
    }
    .reg-sidebar {
        right: 0px;
    }
    .reg-sidebar h3 {
        font-size: 24px;
        margin: 25px 0px 0px;
    }
    .reg-sidebar p {
        margin: 20px 0px !important;
    }
    .truck-img {
        display: none;
    }
    .zendesk {
        margin-top: 0px;
        background: #b9d4f2;
        margin: 10px -15px 0px !important;
        padding: 20px 0px;
    }
    .zendesk p {
        margin: 0px !important;
    }
    .zendesk img {
        margin: 10px 0px;
    }
    .pop_inner {
        padding: 5px;
        border: 2px solid #fff;
    }
    .pop_inner h2 {
        font-size: 22px;
    }
    .pop_inner p {
        font-size: 15px;
        margin: 3px 0px 0px;
    }
    .pop-green {
        padding: 10px 5px;
    }
    .pop-green:before {
        content: '$';
        width: 25px;
        height: 25px;
        font-size: 16px;
        line-height: 20px;
        padding: 2px 0px;
    }
    .pop-green p {
        margin: 0px 0px 0px 5px;
        font-size: 15px;
        width: 88%;
    }
    .suc_img {
        width: 140px;
        height: 140px;
        padding: 25px 0px;
    }
    .suc_img img {
        width: 90px;
    }
    .success_dev h2 {
        font-size: 24px;
    }
    .success_dev p {
        font-size: 16px;
    }
    a.mb_btn {
        display: block;
        margin: 10px auto !important;
    }
    a.jobp_btn {
        display: none !important;
    }
    .page-id-124 h2,
    .page-id-120 h2,
    .page-id-128 h2,
    .page-id-131 h2,
    .page-id-133 h2 {
        margin: 0px;
    }
    .page-id-124 .job_box,
    .page-id-120 .job_box,
    .page-id-128 .job_box,
    .page-id-131 .job_box,
    .page-id-133 .job_box {
        margin: 0px !important;
        padding-bottom: 20px;
    }
    .page-id-124 .b_blue img,
    .page-id-120 .b_blue img,
    .page-id-128 .b_blue img,
    .page-id-131 .b_blue img,
    .page-id-133 .b_blue img {
        box-shadow: 30px 30px 0px -21px #004b87;
        margin-bottom: 10px;
    }
    .page-id-124 .b_blue a,
    .page-id-120 .b_blue a,
    .page-id-128 .b_blue a,
    .page-id-131 .b_blue a,
    .page-id-133 .b_blue a {
        float: none;
        display: inline-block;
        text-align: center;
    }
    p.pb {
        font-size: 16px;
    }
    .jo_img {
        padding-right: 15px !important;
    }
    div#popmake-273 {
        top: 100px !important;
    }
    .vi_head h2 {
        font-size: 20px;
    }
    .vi_head h2 span {
        display: block;
    }
    .vi_head h2 span:before {
        display: none;
    }
    .fo_box p span {
        font-size: 18px;
    }
    .pum-theme-86 .pum-content+.pum-close,
    .pum-theme-default-theme .pum-content+.pum-close {
        top: -23px !important;
    }
    div#myModal-video .modal-dialog {
        width: 93% !important;
        max-width: 93% !important;
        margin: 0 auto;
        padding-top: 40%;
    }
    div#myModal-video button.close {
        top: -25px !important;
    }
    .subscribe_txt {
        width: 100%;
        margin: 0px auto;
    }
    .subscribe_txt h1 {
        font-size: 21px;
        padding: 10px 0px;
        margin: 0px 0px 20px;
    }
    .subscribe_txt p {
        margin: 5px 5px 0px;
    }

/** free hiring guide **/
.position-pops ul li {
    margin: 0px 0px 20px;
    float: left;
    width: 25%;
}
.position-pops ul li span {
    font-size: 13px;
}
.position-pops ul li span br {
    display: block;
}
.guide_section h2 {
    font-size: 26px;
}
.guide_section iframe {
    height: 70vh;
    margin: 30px 0px 0px;
}
.ben_section {
    padding: 30px 0px;
}
.ban-txt h2 {
    font-size: 26px;
}
.ban-txt ul {
    margin: 20px 0px 0px;
}
.ben_section a {
    margin-top: 20px;
}

/** New Home **/
.register-section {
    padding: 40px 0px;
}
.register-text {
    margin-bottom: 30px;
}
.register-text h2 {
    font-size: 32px;
    text-align: center;
}
.register-text img {
    display: none;
}

/** new landing page design **/
body.page-id-120 .main_content, body.page-id-124 .main_content, body.page-id-128 .main_content, body.page-id-131 .main_content, body.page-id-133 .main_content {
    padding: 30px 0px 0px;
}
.inner-page-content .qualified-section {
    margin: 30px 0px 0px;
}
.hero-section {
    padding: 30px 0px 20px;
}
.video-section {
    padding: 10px 0px 40px;
}
.video-section h2 {
    font-size: 30px;
}
.overview-section {
    padding: 0px;
}
.ov-box {
    padding: 30px 15px 5px;
}
.overview-section h1, .overview-section h2 {
    font-size: 30px;
}
.overview-section ul li {
    font-size: 16px;
    margin: 5px 0px 5px 0px !important;
    width: 100%;
}
.clerk-section {
    padding: 40px 0px;
}
.clerk-section h2 {
    font-size: 30px;
}
.clerk-section h4 {
    font-size: 20px;
    margin: 10px 0px 0px;
}
.qua-box {
    padding: 20px 20px;
}
.qua-box h2 {
    font-size: 27px;
}
.qt-box {
    padding: 10px 0px 10px 50px;
    margin-top: 10px;
    background: url(/wp-content/uploads/2025/11/check-big.png) left 15px no-repeat;
    background-size: 35px;
}
.qua-box h3 {
    font-size: 26px;
    margin: 20px 0px 0px;
}
.include-sec ul {
    width: 100%;
}
.include-sec ul li:last-child {
    margin-bottom: 20px !important;
}
.logo-section {
    padding: 30px 0px;
}
.logo-section img {
    width: 30%;
    margin: 10px auto;
}
.started-section {
    padding: 40px 0px;
}
.started-section h2 {
    font-size: 30px;
    text-align: center;
}
.reg-box {
    padding: 20px 20px;
    margin-top: 20px;
}
.reg-box h3 {
    font-size: 27px;
}
.reg-box a {
    font-size: 17px;
    padding: 15px 15px;
}



}