/*
Theme Name: WarehouseJobsPlacement Theme
Theme URI: 
Description: WarehouseJobsPlacement Theme
Version: 1.01
Author: Sadiq Hashim
Tags: WarehouseJobsPlacement Theme
*/

body {
    font-size:16px !important;
    font-family: "Poppins", sans-serif !important;
    color:#232f3e !important;
    overflow-x: hidden;
}
header {
    position: relative;
    padding: 15px 0px;
}
.menu {
    position: relative;
    text-align: right;
}
.menu ul {
    padding: 0px;
    margin: 0px;
}
.menu ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 5px;
}
.menu ul li:last-child {
    padding-right: 0px;
}
.menu ul li a {
    font-weight: 500;
    color: #535353;
    text-decoration: none !important;
    display: block;
}
.menu ul li a:hover {
    color: #0071dc;
}
.mb-menu {
    position: relative;
    text-align: right;
    display: none;
}
.mb-menu div {
    outline: none !important;
    background: #ff6200;
    border: none;
    padding: 7px 10px;
    border-radius: 3px;
}
.mb-menu div span {
    width: 30px;
    height: 3px;
    display: block;
    margin: 5px 0px;
    background: #ffffff;
}
.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 #073458;
}
 .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;
    text-align: right;
}
.top-btn a {
    font-weight: 600;
    color: #fff;
    background: #232f3e;
    display: inline-block;
    padding: 12px 15px;
    border-radius: 5px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.3s all;
}
.top-btn a:hover {
    color: #fff;
    background: #ff6200;
}
.banner {
    position: relative;
    background: #f5f3ef;
}
.banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(images/banner.webp) top center no-repeat;
    background-size: cover;
    opacity: 0.1;
}
.ban_txt {
    position: relative;
    text-align: center;
    padding: 50px 0px;
}
.ban_txt h1 {
    font-size: 60px;
    font-weight: 600;
    color: #232f3e;
    text-transform: uppercase;
}
.ban_txt p {
    font-size: 23px;
    font-weight: 500;
    color: #232f3e;
    margin: 15px 0px 0px;
}
.ban_txt a {
    font-size: 18px;
    font-weight: 600;
    background: #1768c9;
    border: none;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 7px;
    transition: .5s all;
    text-decoration: none !important;
    margin-top: 30px;
}
.ban_txt a:hover {
    color: #fff;
    background: #343434;
}
.ban-slides {
    position: relative;
    background: #ff6200;
}
.ban-box {
    position: relative;
    padding: 15px 10px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    border-right: 3px solid #ff8235;
}
.ban-box.no-bor {
    border-right: none !important;
}
.ban-box img {
    width: 40px;
    display: block;
    margin: 0px auto;
}
.ban-box h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 15px 0px 10px;
}
.ban-box p {
    font-size: 16px;
    margin: 0px;
    color: #fff;
}
.bb-yellow {
    background: #ff6200;
}
.bb-yellow h2, .bb-yellow p {
    color: #fff;
}
.hiring-section {
    position: relative;
    padding: 70px 0px;
}
.hiring-section h2 {
    font-size: 45px;
    color: #232f3e;
    margin: 0px;
}
.hiring-section p {
    margin: 20px 0px 0px;
}
.hiring-section a {
    font-size: 18px;
    font-weight: 600;
    background: #ff6200;
    border: none;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 7px;
    transition: .5s all;
    text-decoration: none !important;
    margin-top: 30px;
}
.hiring-section a:hover {
    color: #fff;
    background: #343434;
}
.hir-box {
    position: relative;
    text-align: center;
    border: 2px solid #e8e8e8;
    border-radius: 7px;
    padding: 20px 5px;
    margin: 20px 0px;
    display: block;
    width: 49%;
}
.hir-box:nth-child(2) {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hir-box span {
    font-weight: 500;
    color: #fff;
    background: #1768c9;
    width: 35px;
    display: block;
    padding: 5px 0px;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    top: 0;
    right: 20px;
}
.hir-box img {
    display: block;
    margin: 0 auto;
}
.hir-box h3 {
    font-size: 22px;
    font-weight: 600;
    color: #222222;
    margin: 15px 0px;
}
.hir-box p {
    font-size: 16px;
    color: #454545;
    margin: 0px;
}
.hir-box:after {
    content: '';
    width: 80px;
    height: 55px;
    display: block;
    background: url(images/arrow.png) top center no-repeat;
    position: absolute;
    top: 50px;
    right: -115px;
}
.hir-box:nth-child(2):after {
    display: none;
}
.hir-box:nth-child(3):after {
    transform: rotate(95deg);
    top: auto;
    bottom: 10px;
    right: -90px;
}
.did-section {
    position: relative;
    padding: 70px 0px;
    background: #145db3;
}
.did-section h2 {
    font-size: 45px;
    color: #fff;
    margin: 0px;
}
.did-section a {
    font-size: 18px;
    font-weight: 600;
    background: #ff6200;
    border: none;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 7px;
    transition: .5s all;
    text-decoration: none !important;
}
.did-section a:hover {
    color: #fff;
    background: #343434;
}
.did-section p {
    color: #fff;
    margin: 20px 0px 0px;
    padding-left: 35px;
    background: url(images/arr-right.png) left 4px no-repeat;
}
.ben-section {
    position: relative;
    padding: 60px 0px 70px;
    text-align: center;
}
.ben-section h2 {
    font-size: 45px;
    margin: 0px 0px 10px;
}
.ben-box {
    position: relative;
    border: 2px dashed #ff6200;
    background: #fffcfb;
    border-radius: 10px;
    margin-top: 30px;
    padding: 20px 10px;
}
.ben-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #222222;
    margin: 0px;
}
.ben-box p {
    margin: 5px 0px 0px;
    color: #454545;
}
.ben-section a {
    font-size: 18px;
    font-weight: 600;
    background: #1768c9;
    border: none;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 7px;
    transition: .5s all;
    text-decoration: none !important;
    margin-top: 50px;
    transition: 0.3s all;
}
.ben-section a:hover {
    color: #fff;
    background: #343434;
}
.entry-section {
    position: relative;
    padding: 60px 0px 70px;
    text-align: center;
    background: #f5f3ef;
}
.entry-section h2 {
    font-size: 45px;
    margin: 0px 0px 10px;
}
.en-box {
    position: relative;
    background: #ff6200;
    border-radius: 5px;
    margin-top: 30px;
    transition: 0.3s all;
}
.en-box:hover {
    background: #1768c9;
}
.en-box a {
    font-size: 17px;
    font-weight: 500;
    color: #fff !important;
    padding: 15px 15px 15px 85px;
    display: block;
    text-align: left;
    outline: none !important;
    min-height: 81px;
    align-content: center;
    text-decoration: none !important;
}
.en-box a:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: #232f3e url(images/icon-new.png) center center no-repeat;
    border-radius: 5px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.entry-section a.reg-btn {
    font-size: 18px;
    font-weight: 600;
    background: #232f3e;
    border: none;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 7px;
    transition: .5s all;
    text-decoration: none !important;
    margin-top: 50px;
    transition: 0.3s all;
}
.entry-section a.reg-btn:hover {
    color: #fff;
    background: #1768c9;
}
.program-section {
    position: relative;
    padding: 60px 0px 70px;
    text-align: center;
}
.program-section h2 {
    font-size: 45px;
    margin: 0px 0px 10px;
}
.pg-box {
    position: relative;
    padding: 15px 20px;
    background: #f1f4f7;
    margin-top: 30px;
    border-radius: 7px;
    border-bottom: 3px solid #1768c9;
}
.pg-box:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #1768c9 url(images/check.png) center center no-repeat;
    background-size: 25px;
    margin: 0 auto 15px;
}
.pg-box p {
    font-size: 17px;
    margin: 0px;
}
.program-section a {
    font-size: 18px;
    font-weight: 600;
    background: #1768c9;
    border: none;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 7px;
    transition: .5s all;
    text-decoration: none !important;
    margin-top: 50px;
    transition: 0.3s all;
}
.program-section a:hover {
    color: #fff;
    background: #232f3e;
}
footer {
    position: relative;
    background: #232f3e;
    padding: 50px 0px;
}
footer .logo {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.foo_txt {
    position: relative;
    text-align: right
}
.foo_txt ul {
    padding: 0;
    margin: 0
}
.foo_txt ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px
}
.foo_txt ul li:last-child {
    margin-right: 0
}
.foo_txt ul li a {
    color: #fff;
    text-decoration: none !important;
    transition: 0.3s all;
}
.foo_txt ul li a:hover {
    color: #fab41d
}
.foo_bottom {
    position: relative;
    margin-top: 40px;
    border-top: 1px solid #474747;
    padding-top: 20px;
}
.foo_bottom p {
    font-size: 16px;
    color: #fff;
    margin: 20px 0px 0px;
}
.foo_bottom ul {
    padding: 0;
    margin: 20px 0 0;
}
.foo_bottom ul li {
    list-style: none;
    display: inline-block;
}
.foo_bottom ul li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #fff;
}
.foo_bottom ul li a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    text-decoration: none !important;
    padding: 0 15px;
}
.foo_bottom ul li a:hover {
    color: #d5d5d5;
}
.foo_bottom ul li:first-child a {
    padding-left: 0px;
}
.foo_bottom ul li:last-child:after {
    display: none;
}
.inner-banner {
    height: auto;
}

/** Top Jobs **/
.top-jobs {
    position: relative;
    padding: 20px 0px;
}
.top-jobs h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
}
.top-jobs p {
    margin: 15px 0px 0px;
}
.tj-row {
    border-bottom: 1px solid #e1e1e1;
    padding: 70px 0px 80px;
}
.tj-row:last-child {
    border: none;
    padding-bottom: 0px;
}
.tj-img {
    position: relative;
}
.tj-img:before {
    content: '';
    display: block;
    width: 80%;
    height: 108%;
    background: #e1e7ff;
    position: absolute;
    top: -19px;
    left: -25px;
    z-index: -1;
}
.tj-right .tj-img:before {
    left: auto;
    right: -25px;
}
.tj-img img {
    border-radius: 10px;
}
.tj-row h2 {
    font-size: 34px;
    font-weight: 600;
    margin: 0px;
}
.tj-row h2:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #ff6200;
    margin-top: 10px;
}
.tj-row ul {
    padding: 0px !important;
    margin: 10px 0px 0px !important;
}
.tj-row ul li {
    list-style: none;
    margin: 10px 0px;
    display: block;
    position: relative;
    padding-left: 35px;
}
.tj-row ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #0071dc url(images/check.png) center center no-repeat;
    background-size: 11px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 2px;
}
.tj-row a {
    font-weight: 600;
    color: #fff;
    background: #ff6200;
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 8px;
    text-transform: uppercase;
    margin-top: 15px;
    text-decoration: none !important;
}
.tj-row a:hover {
    color: #fff;
    background: #3f3e4e;
}
.tj-row a.gs-btn {
    background: #0071dc;
    margin-left: 10px;
}

/** FAQs **/
.my-faqs {
    position: relative;
}
.my-faqs .card {
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px;
    padding: 10px 0px;
}
.my-faqs .card:first-child {
    border-top: 1px solid rgba(0, 0, 0, .125);
}
.my-faqs .card-header {
    padding: 0px;
    background: #fff;
    border: none !important;
    border-radius: 0px !important;
}
.my-faqs .card-header button {
    font-size: 17px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none !important;
    color: #343434;
    padding: 0px 0px 0px 25px;
}
.my-faqs .card-header button.btn-link:after {
    content: '-';
    font-size: 20px;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 8px;
    color: #0071dc;
}
.my-faqs .card-header button.collapsed:after {
    content: '+';
    font-size: 20px;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 8px;
    color: #0071dc;
}
.my-faqs .card-body {
    padding: 15px 0px 0px 25px;
}
.my-faqs .card-body p {
    font-size: 16px;
    margin: 0px;
}

/** Contact Us **/
.contact-section {
    position: relative;
    padding: 50px 0
}
.cont-txt {
    position: relative
}
.cont-txt h1 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin: 10px 0 0;
}
.cont-txt p {
    font-size: 15px;
    margin: 10px 0 0;
}
.cont-txt hr {
    margin: 30px 0;
}
.cont-txt ul {
    margin: 0px;
    padding: 0px;
}
.cont-txt ul li {
    list-style: none;
    margin: 10px 0px;
    padding-left: 25px;
    color: #000;
}
.cont-txt ul li {
    list-style: none;
    margin: 10px 0px;
    padding-left: 40px;
    color: #000;
}
.cont-txt ul li a {
    color: #000;
    text-decoration: none !important;
}
.cont-txt ul li:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    display: block;
    left: 0;
    background: #ff6200;
    border-radius: 5px;
    background-size: 15px !important;
}
.cont-txt ul li:first-child:before {
    background: #ff6200 url(images/email-icon.png) center center no-repeat
}
.cont-txt ul li:nth-child(2):before {
    background: #ff6200 url(images/phone-icon.png) center center no-repeat;
}
.cont-txt ul li:last-child:before {
    background: #ff6200 url(images/map-pin.png) center center no-repeat;
}
.cont-form {
    position: relative;
    padding: 15px 30px 25px;
    background: #f1f1f1;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    box-shadow: 0px 5px 0px 0px #0071dc;
}
.cont-form p {
    margin: 00px
}
.cont-form input, .cont-form textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    background: #fff;
    outline: 0 !important;
    margin-top: 15px;
}
.cont-form textarea {
    height: 197px;
}
.cont-form span.wpcf7-form-control-wrap {
    display: block
}
.cont-form span.wpcf7-form-control-wrap label {
    display: block
}
.cont-form span.wpcf7-form-control-wrap label span.wpcf7-quiz-label {
    display: inline-block
}
.cont-form span.wpcf7-form-control-wrap label input {
    display: inline-block;
    width: 70%;
    margin-left: 10px
}
.cont-form input[type=submit] {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: .5s all;
    background: #0071dc;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none !important;
    text-transform: uppercase;
    width: auto;
    border: none;
}
.cont-form input[type=submit]:hover {
    color: #fff;
    background: #0764bd;
}

/** Apply **/
body.page-id-18 .in-banner {
    display: none;
}
section.apply {
    position: relative;
    padding: 50px 0px;
    border-top: 1px solid #e8e8e8;
}
.app_txt {
    position: relative;
    text-align: center;
}
.app_txt h2 {
    color: #0071dc;
    margin: 0px;
}
.app_txt p {
    font-size: 18px;
    margin: 0px 0px 30px;
}
.app_step {
    padding: 10px 20px 10px 60px;
    border-radius: 10px;
    border: 2px solid #e8e8e8;
    margin: 10px 0px;
}
.app_step span {
    font-weight: 500;
    color: #fff;
    background: #0071dc;
    width: 35px;
    display: block;
    padding: 5px 0px;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    top: -10px;
    left: -42px;
    text-align: center;
}
.app_step h2 {
    font-size: 20px;
    font-weight: 700;
    color: #0071dc;
    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;
    background: #ACACAC;
    text-decoration: none !important;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
    border-radius: 6px;
    margin-top: 5px;
    outline: none !important;
    border: none;
    width: 100%;
}
.active-bg {
    background: #0071dc;
}
.active-bg h2,
.active-bg p {
    color: #fff;
}
.active-bg span, .active-bg a {
    color: #343434;
    background: #1768c9;
}
.active-bg a:hover {
    color: #2d2d2d;
    background: #f7c132;
}
.completed-row {
    background: #545454;
}
.completed-row span {
    background: #9e9e9e;
}
.completed-row h2 {
    color: #fff;
}
.completed-row p {
    color: #fff;
}
.completed-row a {
    background: #9e9e9e;
}
.inactive-bg a {
    pointer-events: none !important;
}

/** Build Profile **/
body.page-id-56 .in-banner, body.page-id-58 .in-banner, body.page-id-60 .in-banner, body.page-id-62 .in-banner, body.page-id-64 .in-banner {
    display: none;
}
section.apply_step {
    position: relative;
    padding: 50px 0px;
    border-top: 1px solid #e8e8e8;
}
.sb-line:before {
    content: '';
    width: 60%;
    height: 3px;
    background: #e8e8e8;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
}
.step_box {
    position: relative;
    padding: 10px 15px 10px 45px;
    margin: 0px 0px 0px 20px;
    border-radius: 8px;
    display: inline-block;
    border: 2px solid #e8e8e8;
    overflow: hidden;
    background: #fff;
}
.step_box.s_complete,
.step_box.active {
    background: #004b87;
}
.step_box h3 {
    font-size: 20px;
    font-weight: 500;
    color: #343434;
    background: #1768c9;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    padding: 14px 10px;
}
.step_box h3 sup {
    font-size: 16px;
    top: -5px;
}
.step_box.s_complete h3, .step_box.active h3 {
    background: #0071dc;
}
.step_box.s_complete p, .step_box.active p, .step_box.s_complete h3, .step_box.active h3 {
    color: #fff;
}
.step_box p {
    font-size: 22px;
    font-weight: 600;
    color: #343434;
    margin: 0px 0px 0px 25px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 32px;
}
.step_body {
    position: relative;
    padding: 30px 25px;
    border-radius: 10px;
    margin-top: 25px;
    border: 2px solid #0071dc;
    border-bottom: 8px solid #0071dc;
    background: #fff;
}
/*.step_body:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -14px;
    border: 2px solid #ff6200;
    transform: rotate(45deg);
    background: #ff6200;
    z-index: -1;
}
.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: #0071dc;
    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;
}
.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: #0071de;
    border: 1px solid #0071de !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: 19px;
    font-weight: 500;
    padding: 15px 30px;
    color: #fff;
    background: #ff6200;
    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;
    transition: 0.3s all;
}
.step_body input[type="submit"]:hover, .step_body button[type="submit"]:hover, .step_four a:hover {
    color: #fff;
    background: #0071dc;
}
.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_body.step_five {
    padding: 0px 0px 0px 25px;
}
.reg-text {
    position: relative;
    margin-top: 30px;
}
.reg-text h1 {
    font-size: 38px;
    font-weight: 500;
    color: #0071dc;
    margin: 0px 0px 10px;
}
.step-sidebar {
    position: relative;
    background: #0071dc;
    height: 100%;
    padding: 25px 5px 25px 15px;
    border-radius: 10px 0px 0px 10px;
}
.step-sidebar h3 {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
}
.step_five .step-sidebar {
    padding: 25px 15px 25px 15px;
    border-radius: 0px 7px 4px 0px;
    right: -3px;
}
.f-sidebar p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin: 20px 0px 0px;
}
.f-sidebar p b {
    font-weight: 500;
}
.f-sidebar ul {
    margin: 20px 0px 0px;
}
.f-sidebar ul li {
    font-size: 14px;
    margin: 15px 0px;
    color: #fff;
}
.f-sidebar ul li:before {
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: #c1c7ff;
    top: 7px;
}
.f-sidebar ul li:after {
    display: none;
}
.refund-batch {
    width: 80%;
    display: block;
    margin: 40px auto 0px;
}
.tsao-img {
    margin-top: 35px;
    border: 4px solid #c1c7ff;
    border-radius: 15px;
}

/** General **/
.in-banner {
    position: relative;
    padding: 15px 0px;
    background: #0071dc;
    text-align: center;
}
.in-banner h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.breadcrumbs {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    margin-top: 10px;
}
.breadcrumbs a {
    color: #ffd1b4 !important;
    text-decoration: none !important;
}
.general {
    position: relative;
    padding: 50px 0px;
}
.general p {
    margin: 10px 0px 0px;
}
.general ul, .general ol {
    padding: 0px 0px 0px 35px;
    margin: 10px 0px 0px;
}
.general h2, .general h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0px 0px;
}

body.page-template-step-1 .in-banner, body.page-template-step-2 .in-banner, body.page-template-step-3 .in-banner, body.page-template-step-4 .in-banner {
    display: none;
}

/** Success **/
body.page-template-success_page .in-banner, body.page-template-complete_page .in-banner {
    display: none;
}
.success-div {
    position: relative;
    background: #f5f3ef;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 5px 5px 0px 0px #b9b6b2;
    margin: 60px 0px;
}
.success-div h1 {
    font-size: 42px;
    font-weight: 600;
    color: #1d1c29;
    margin: 0px;
}
.success-div p {
    font-size: 17px;
    color: #000;
    margin: 15px 0px 0px;
}
.success-div h6 {
    margin: 15px 0px 0px;
}
.success-div a {
    background: #ff6200;
    border: none;
    color: #fff !important;
    padding: 15px 20px;
    display: table;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 30px auto;
    transition: 0.5s all;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.success-div a:hover {
    color: #fff;
    background: #232f3e;
}


/*........ For Mobile ........*/
@media only screen and (max-width: 767px) {
header {
    position: relative;
    padding: 10px 0px;
}
.menu, .top-btn {
    display: none;
}
header .col-4 {
    text-align: right;
}
.mb-menu {
    display: inline-block;
}
.banner {
    padding: 0px;
    text-align: center;
}
.banner h1 {
    font-size: 36px;
}
.banner p {
    font-size: 20px;
}
.banner a {
    margin-top: 20px;
}
.ban-box {
    padding: 20px 10px;
    border: none !important;
}
.ban-box img {
    width: 50px;
}
.ban-box h2 {
    font-size: 21px;
}
.ban-box p {
    font-size: 16px !important;
}
.owl-dots {
    display: none !important;
}
.hiring-section {
    padding: 40px 0px;
    text-align: center;
}
.hiring-section h2 {
    font-size: 32px;
}
.hiring-section p {
    margin: 15px 0px 0px;
}
.hir-box {
    width: 100%;
    padding: 10px 5px;
}
.hir-box:first-child {
    margin-top: 40px;
}
.hir-box:after {
    display: none;
}
.hir-box:nth-child(2) {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.did-section {
    padding: 40px 0px;
}
.did-section h2 {
    font-size: 32px;
    text-align: center;
}
.did-section a {
    display: none;
}
.did-section p {
    margin: 10px 0px 0px;
}
.ben-section {
    padding: 40px 0px;
}
.ben-box {
    margin-top: 20px;
    padding: 15px 0px;
}
.ben-box img {
    width: 70px;
}
.ben-box h3 {
    font-size: 19px;
}
.ben-box p {
    margin: 0px;
}
.ben-section a {
    margin-top: 40px;
}
.ben-section h2 {
    font-size: 31px;
}
.entry-section {
    padding: 40px 0px;
}
.entry-section h2 {
    font-size: 32px;
}
.en-box {
    margin-top: 20px;
}
.en-box a {
    padding: 15px 15px 15px 60px;
}
.en-box a:before {
    width: 30px;
    height: 30px;
    left: 12px;
    top: 25px;
    background-size: contain;
}
.entry-section a.reg-btn {
    margin-top: 40px;
}
.program-section {
    padding: 40px 0px;
}
.program-section h2 {
    font-size: 32px;
}
.pg-box {
    margin-top: 20px;
}
.pg-box:before {
    width: 25px;
    height: 25px;
    background-size: 15px;
}
.program-section a {
    margin-top: 40px;
}


footer {
    padding: 40px 0px;
}
footer .logo {
    display: inline-block;
}
.foo_txt {
    text-align: left;
    margin-top: 40px;
}
.foo_txt ul li {
    display: block;
    margin: 0px;
}
.foo_bottom {
    margin-top: 25px;
    padding-top: 5px;
}
.foo_bottom p {
    font-size: 14px;
}


/** FAQs **/
.my-faqs {
    padding: 10px 0px;
}
.my-faqs .card-header button {
    font-size: 16px;
}
.my-faqs .card-body p {
    font-size: 15px;
}

/** Contact **/
.contact-section {
    padding: 40px 0;
}
.cont-txt h2 {
    font-size: 30px;
}
.cont-form {
    padding: 15px 15px 25px;
    margin-top: 20px;
}
.cont-form textarea {
    height: 100px;
}

/** Steps **/
section.apply {
    padding: 30px 0px;
}
.app_step {
    padding: 10px 20px 10px 40px;
}
.app_txt h2 {
    font-size: 26px;
}
.app_txt p {
    font-size: 15px;
    margin: 10px 0px 20px;
}
.app_step h2 {
    font-size: 18px;
}
.app_step span {
    font-size: 14px;
    width: 30px;
    left: -30px;
}
.step_box {
    display: none;
}
.step_box.active {
    display: block;
}
section.apply_step {
    padding: 30px 0px;
}
.step_body {
    padding: 20px 15px;
}
.step_body:before {
    left: 30px !important;
}
.step_body h2 {
    font-size: 24px;
}
.step_body label {
    position: relative;
    padding-left: 40px;
}
.step_body input[type="radio"], .step_body input[type="checkbox"] {
    position: absolute;
    top: 2px;
    left: 0;
}
.step_body form#register_step_3 label {
    padding-left: 0;
}


/** **/
.in-banner h1 {
    font-size: 30px;
}
.general {
    padding: 30px 0px;
}
.general h2, .general h3 {
    font-size: 24px;
}

/** Success **/
.success-div {
    padding: 30px 10px;
    margin: 50px 0px;
}
.success-div h1 {
    font-size: 32px;
}
.success-div a {
    padding: 15px 15px;
    font-size: 16px;
}



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



}

/*........ For Tablet Horizontal ........*/
@media (min-width: 901px) and (max-width: 1024px) {



}