/*
Theme Name: Postal Placement v3
Theme URI: 
Description: Postal Placement v3
Version: 1.01
Author: Sadiq Hashim
Tags: Postal Placement v3
*/
html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}
[data-aos="fade-left"],
[data-aos="fade-right"],
[data-aos="slide-left"],
[data-aos="slide-right"] {
  overflow-x: hidden !important;
}
body {
    font-size: 16px;
    font-family: "Poppins", sans-serif !important;
    color: #292f37;
    overflow-x: hidden !important;
}
header {
    position: relative;
    padding: 10px 0px;
    background: #20252b;
}
header:before {
    content: '';
    display: block;
    width: 32%;
    height: 100%;
    background: #ccc;
    position: absolute;
    transform: skewX(-12deg);
    left: -30px;
    top: 0;
}
.menu {
    position: relative;
    text-align: right;
}
.menu ul {
    padding: 0px;
    margin: 0px;
}
.menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0px 8px;
}
.menu ul li:last-child {
    margin-right: 0px;
}
.menu ul li a {
    color: #fff;
    display: block;
    transition: 0.3s all;
    text-decoration: none !important;
}
.menu ul li a:hover {
    color: #ff7e8b;
}
.menu ul li#menu-item-168 {
    margin-right: 15px !important;
}
.menu ul li.menu-item-has-children a:after {
    content: '🢓';
    display: block;
    position: absolute;
    top: 5px;
    right: -13px;
    font-size: 18px;
}
.menu ul li ul.sub-menu {
    position: absolute;
    z-index: 999;
    top: 25px;
    text-align: left;
    display: none;
    overflow: hidden !important;
    width: 210px;
}
.menu ul li ul.sub-menu li {
    display: block;
    background: #e4e4e4;
    padding: 0;
    margin: 0px;
}
.menu ul li ul.sub-menu li:first-child {
    margin-top: 15px;
}
.menu ul li ul.sub-menu li a {
    font-size: 14px;
    padding: 10px 20px 10px 10px;
    background: #cfcfcf;
    color: #000;
    text-transform: capitalize;
    border-bottom: 1px solid #d9d9d9;
    transition: 0.1s all;
}
.menu ul li ul.sub-menu li a:after {
    display: none!important
}
.menu ul li ul.sub-menu li a:hover {
    color: #fff;
    background: #112a8e;
}
.menu ul li:hover ul.sub-menu {
    display: block
}
.menu ul li ul.sub-menu li:last-child a {
    border-bottom: none;
}
.mb-menu {
    position: relative;
    text-align: right;
    display: none;
}
.mb-menu div {
    outline: none !important;
    background: #d52b32;
    border: none;
    padding: 8px 10px;
    border-radius: 3px;
    display: inline-block;
}
.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: #0052a5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    border-right: 1px solid #0052a5;
}
.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-btns {
    position: relative;
    text-align: right;
}
.top-btns a {
    color: #fff;
    display: inline-block;
    padding: 10px;
    background: #e0162b;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none !important;
}
.top-btns a:hover {
    color: #fff;
    background: #ef394c;
}
.banner {
    position: relative;
    padding: 130px 0px 140px;
    background: url(images/banner.jpg) top center no-repeat;
    background-size: cover;
}
.banner:before {
    content: '';
    width: 230px;
    height: 90px;
    display: block;
    background: url(images/batch-logo.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 37%;
}
.banner h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
}
.banner p {
    font-size: 24px;
    color: #fff;
    margin: 20px 0px 0px;
}
.banner a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #e0162b;
    display: inline-block;
    padding: 15px 35px;
    border-radius: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.3s all;
    margin-top: 25px;
}
.banner a:hover {
    color: #fff;
    background: #ef394c;
}
.why-section {
    position: relative;
}
.work-box {
    position: relative;
    text-align: center;
    border-top: 10px solid #e0162b;
    border-radius: 15px;
    box-shadow: 0px 0px 8px 0px #6a6a6a;
    margin-top: -60px;
    background: #fff;
    padding: 30px;
}
.work-box h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 0px;
}
.work-box ul {
    padding: 0px;
    margin: 20px 0px 0px;
}
.work-box ul li {
    font-size: 18px;
    list-style: none;
    display: inline-block;
    width: 33%;
    text-align: left;
    margin: 15px 0px;
    vertical-align: middle;
    background: url(images/checkmark.png) left center no-repeat;
    padding-left: 45px;
}
.why-box {
    position: relative;
    padding: 40px 40px 20px 40px;
    background: url(images/why-bg-01.jpg) top center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 50px;
    min-height: 520px;
    z-index: 99;
}
.why-box h3 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
}
.why-box p {
    font-size: 16px;
    color: #fff;
    margin: 20px 0px 0px;
}
.why-box p strong {
    display: block;
    font-size: 17px;
}
.why-box ul {
    padding: 0px;
    margin: 20px 0px 0px;
}
.why-box ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 20px 0px;
}
.why-box ul li span {
    font-weight: 300;
    display: block;
}
.why-box img {
    display: block;
    margin: 30px auto 0px;
}
.wb-blue {
    background: url(images/why-bg-02.jpg) top center no-repeat;
    background-size: cover;
}
.cs-section {
    position: relative;
    margin-top: 60px;
    margin-bottom: 40px;
}
.cs-section h2 {
    font-size: 42px;
    font-weight: 600;
    margin: 0px;
    text-align: center;
}
.cs-box {
    position: relative;
    padding: 15px 15px 15px 110px;
    display: block;
}
.cs-box-white {
    background: none;
}
.cs-box img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 35px;
    left: 25px;
    display: block;
}
.cs-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
    margin: 0px;
    display: block;
}
.cs-box p {
    color: #212529;
    margin: 15px 0px 0px;
    display: block;
}
.cs-box-white h4, .cs-box-white p {
    color: #212529;
}
.cs-section table thead tr td {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    margin: 40px 0px 0px;
    text-transform: uppercase;
    background: #e0162b;
    padding: 10px 20px;
    border: 1px solid #e0162b;
}
.cs-section table thead tr td:last-child {
    background: #24b419;
    border: 1px solid #24b419;
}
.cs-section table tbody tr td {
    background: #e2ffe0;
    text-align: left;
    padding: 0px;
    border-bottom: 1px solid #ccf3c9;
    width: 50%;
    align-content: flex-start;
}
.cs-section table tbody tr td:first-child {
    background: #ffebed;
    border-bottom: 1px solid #efd0d3;
}
.cs-section table {
    margin-top: 50px;
    display: block;
}
.hired-section {
    position: relative;
    padding: 130px 0px 80px;
    background: url(images/steps-bg.jpg) top center no-repeat;
    background-size: cover;
    margin-top: -20px;
}
.hired-section .row:last-child {
    background: url(images/step-line.png) left 15px no-repeat;
    background-size: contain;
}
.hired-section h2 {
    font-size: 42px;
    font-weight: 600;
    margin: 0px;
}
.hired-section a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #e0162b;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.3s all;
}
.hired-section a:hover {
    color: #fff;
    background: #0052a5;
}
.hr-box {
    position: relative;
    margin-top: 80px;
    text-align: center;
}
.hr-box:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(images/forward-icon.png) center center no-repeat;
    position: absolute;
    top: 60px;
    right: -35px;
}
.hired-section .col-md-3:first-child .hr-box:after {
    top: 50px;
}
.hired-section .col-md-3:nth-child(2) .hr-box:after {
    top: 80px;
    transform: rotate(10deg);
}
.hired-section .col-md-3:nth-child(3) .hr-box:after {
    top: 72px;
    transform: rotate(-8deg);
}
.hired-section .col-md-3:last-child .hr-box:after {
    display: none;
}
.hr-img {
    position: relative;
    width: 150px;
    height: 150px;
    border: 3px dashed #1661ac;
    border-radius: 50%;
    margin: 0 auto;
    padding: 40px 0px;
    background: #fff;
}
.hr-box small {
    font-size: 18px;
    font-weight: 600;
    color: #e0162b;
    display: block;
    margin: 50px 0px 5px;
}
.hr-box h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0px;
}
.hr-box p {
    margin: 0px;
}
.at-section {
    position: relative;
    padding: 50px 0px;
}
.at-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 70%;
    background: #20252b;
    position: absolute;
    top: 0;
}
.at-section h2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.at-section a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #e0162b;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.3s all;
}
.at-section a:hover {
    color: #e0162b;
    background: #fff;
}
.at-box {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 40px 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px #ccc;
    margin-top: 40px;
    transition: 0.1s all;
}
.at-box h3 {
    font-size: 24px;
    font-weight: 500;
    color: #0052a5;
    margin: 15px 0px 0px;
}
.at-box:hover {
    background: #e0162b;
    box-shadow: none;
}
.at-box:hover img {
    filter: grayscale(100%) brightness(1000%);
}
.at-box:hover h3 {
    color: #fff;
}
/*.blog-section {
    position: relative;
    padding: 50px 0px 70px;
    text-align: center;
}
.blog-section h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 0px;
}
.blog-section p {
    font-size: 18px;
    margin: 10px 0px 25px;
}
.blog-section a.rm-btn {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #e0162b;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.3s all;
}
.blog-section a.rm-btn:hover {
    color: #fff;
    background: #0052a5;
}
.blog-box {
    position: relative;
    text-align: left;
    margin-top: 50px;
}
.blog-box img {
    display: block;
    width: 100%;
    height: auto;
}
.blog-box span {
    font-size: 18px;
    font-weight: 500;
    color: #e0162b;
    display: block;
    margin: 15px 0px 7px;
}
.blog-box h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
}
.blog-box h3 a {
    color: #292f37;
    transition: 0.3s all;
    text-decoration: none !important;
}
.blog-box h3 a:hover {
    color: #e0162b;
}
.blog-box p {
    font-size: 18px;
    font-weight: 300;
    color: #363636;
    margin: 15px 0px 0px;
}*/
.wc-section {
    position: relative;
    padding: 70px 0px;
    text-align: center;
}
.wc-section h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 0px 0px 15px;
}
.wc-box {
    position: relative;
    background: #f1f1f1;
    padding: 15px 15px 15px 20px;
    border-radius: 100px 0px 0px 100px;
    text-align: left;
    margin-top: 30px;
    border: 1px solid #e9e7e7;
}
.why-img {
    position: relative;
    background: #0052a5;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    text-align: center;
    padding: 19px 0px;
    border: 8px solid #c3c3c3;
}
.wc-box h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 0px;
}
.wc-box p {
    font-size: 18px;
    margin: 10px 10px 0px 0px;
    font-weight: 300;
}
.wc-right {
    border-radius: 0px 100px 100px 0px;
    text-align: right;
    padding: 15px 15px 15px 20px;
}
.wc-right .why-img {
    float: right;
}
.wc-right p {
    margin: 10px 0px 0px 10px;
}
.wc-box:hover .why-img {
    background: #e0162b;
}
.wc-box:hover h3 {
    color: #e0162b;
}
a.start-btn {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #e0162b;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-top: 45px;
    transition: 0.3s all;
}
a.start-btn:hover {
    color: #fff;
    background: #0052a5;
}
.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;
    margin: 0px 0px 15px;
}
.register-text p {
    font-size: 15px;
    margin: 15px 0px 0px;
}
.register-text ul {
    padding: 0px;
    margin: 10px 0px;
}
.register-text ul li {
    font-size: 15px;
    color: #000;
    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;
}

.review-section {
    position: relative;
    padding: 70px 0px;
}
.review-section h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 0px;
    text-align: center;
}
.rev-box {
    position: relative;
    margin-top: 70px;
}
.rev-box:after {
    content: '';
    display: block;
    width: 80px;
    height: 70px;
    background: url(images/quote-icon.png) top center no-repeat;
    background-size: contain;
    position: absolute;
    top: -25px;
    right: 30px;
}
.rev-box .rev-txt {
    position: relative;
    padding: 50px 30px 30px;
    border: 3px solid #d7d7d7;
    border-radius: 20px;
}
.rev-box .rev-txt p {
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
}
.rev-box .rev-txt:after {
    content: '';
    display: block;
    width: 60px;
    height: 50px;
    background: url(images/rev-tail.png) top center no-repeat;
    background-size: contain;
    position: absolute;
    left: 27%;
    bottom: -50px;
}
.rev-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 50px 0px 10px 10px;
}
.rev-box img {
    margin-left: 10px;
}

.no-risk {
    position: relative;
    padding: 50px 0px;
    text-align: center;
    background: url(images/norisk-bg.jpg) top center no-repeat;
    background-size: cover;
}
.no-risk h2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin: 0px;
}
.no-risk a {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    background: #e0162b;
    display: inline-block;
    padding: 20px 20px;
    border-radius: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-top: 20px;
    transition: 0.3s all;
}
.no-risk a:hover {
    color: #e0162b;
    background: #fff;
}
footer {
    position: relative;
    padding: 70px 0px 0px;
    background: url(images/footer-bg.jpg) top center no-repeat;
    background-size: cover;
}
.foo-txt {
    position: relative;
}
.foo-txt p {
    font-weight: 300;
    color: #fff;
    margin: 30px 0px 0px;
}
.foo-links {
    position: relative;
}
.foo-links h4, .foo-contact h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
}
.foo-links ul {
    padding: 0px;
    margin: 20px 0px 0px;
}
.foo-links ul li {
    list-style: none;
    display: block;
    margin: 10px 0px;
}
.foo-links ul li a {
    font-weight: 300;
    color: #fff;
    display: inline-block;
    text-decoration: none !important;!i;!I;!;
    transition: 0.3s all;
}
.foo-links ul li a:hover {
    color: #e0162b;
}
.foo-contact {
    position: relative;
    padding-left: 50px;
}
.foo-contact ul {
    padding: 0px;
    margin: 20px 0px 0px;
}
.foo-contact ul li {
    list-style: none;
    display: block;
    margin: 20px 0px;
}
.foo-contact ul li a {
    font-weight: 300;
    color: #fff;
    display: inline-block;
    text-decoration: none !important;
    transition: 0.3s all;
    padding-left: 40px;
    background: url(images/email-icon.png) left center no-repeat;
}
.foo-contact ul li:nth-child(2) a {
    background: url(images/call-icon.png) left center no-repeat;
}
.foo-contact ul li:last-child a {
    background: url(images/loc-icon.png) left center no-repeat;
}
.foo-contact ul li a:hover {
    color: #e0162b;
}
.foo-middle {
    position: relative;
    padding: 25px 0px;
    border-top: 1px solid #313941;
    margin-top: 30px;
}
.foo-middle p {
    color: #fff;
    margin: 5px 0px 0px;
}
.foo-middle p a {
    color: #ff8794;
}
.foo-middle ul {
    padding: 0;
    margin: 20px 0 0;
}
.foo-middle ul li {
    list-style: none;
    display: inline-block;
}
.foo-middle ul li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #fff;
}
.foo-middle ul li a {
    font-size: 14px;
    display: inline-block;
    color: #fff;
    text-decoration: none !important;
    padding: 0 15px;
}
.foo-middle ul li a:hover {
    color: #d5d5d5;
}
.foo-middle ul li:first-child a {
    padding-left: 0px;
}
.foo-middle ul li:last-child:after {
    display: none;
}
.foo-bottom {
    position: relative;
    padding: 25px 0px;
    border-top: 1px solid #313941;
}
.foo-bottom p {
    color: #fff;
    margin: 0px;
}
.foo-bottom ul {
    padding: 0px;
    margin: 0px;
    text-align: right;
}
.foo-bottom ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
}
.foo-bottom ul li a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    border-radius: 50%;
    padding: 8px 0px;
}


/** verify **/
section.apply_step {
    position: relative;
    padding: 35px 0px 50px;
}
.step_body {
    position: relative;
    background: #f3f4ff;
    border-radius: 10px;
}
.step-sidebar {
    position: relative;
    background: #0f2d67;
    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-sidebar ul {
    padding: 0px;
    margin: 40px 0px 0px;
}
.step-sidebar ul li {
    list-style: none;
    color: #afafaf;
    margin: 10px 0px 60px;
    position: relative;
    padding-left: 35px;
}
.step-sidebar ul li.active {
    color: #fff;
    font-weight: 500;
}
.step-sidebar ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #fff url(images/checkmark.png) center center no-repeat;
    background-size: 13px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 2px;
}
.step-sidebar ul li.active:before {
    background: #d52b32 url(images/checkmark-white.png) center center no-repeat;
    background-size: 13px;
}
.step-sidebar ul li:after {
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    background: #afafaf;
    position: absolute;
    left: 8px;
    top: 38px;
}
.step-sidebar ul li.active:after {
    background: #d52b32;
}
.step-sidebar ul li:last-child:after {
    display: none;
}
.step-sidebar ul li.com-active {
    color: #35cd47;
}
.step-sidebar ul li.com-active:before {
    background: #35cd47 url(images/checkmark-white.png) center center no-repeat;
    background-size: 13px;
}
.step-content {
    position: relative;
    padding: 20px 30px 40px 0px;
}
.step_body h1 {
    font-size: 32px;
    font-weight: 500;
    color: #294d9a;
    margin: 0px;
}
.step_body p {
    font-size: 15px;
    margin: 10px 0px 0px;
}
.step_body h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0px 10px;
}
.step_body form .new label {
    margin: 0px;
}
.step_body form .form-group {
    margin: 0px 0px 5px;
}
.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: 20px;
    width: 20px;
    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: #b1c8db;
}
.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 TitilliumWeb-SemiBold;
    font-weight: 600;
    left: 4px;
    top: 2px;
    content: '\02143';
    transform: rotate(40deg);
}
.step_body input[type="submit"], .step_body button[type="submit"], a.training-btn {
    background: #d52b32;
    border: none;
    color: #fff !important;
    padding: 10px 15px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 20px;
    transition: 0.5s all;
    text-decoration: none !important;
}
.step_body input[type="submit"]:hover, .step_body button[type="submit"]:hover, a.training-btn:hover {
    color: #fff;
    background: #c52a31;
}
section.apply_step .side-ben ul li:first-child {
    margin-top: 0px;
}
section.apply_step img.hide-img {
    border-radius: 5px;
    border: 2px solid #6c7fa2;
    box-shadow: 5px 5px 0px 0px #6c7fa2;
}
/** build profile **/
.step_two form {
    position: relative;
}
.step_two form label {
    font-size: 15px;
    font-weight: 500;
    margin: 25px 0px 5px;
    display: block;
}
.step_body form input[type=text], .step_body form input[type=number], .step_body form input[type=email], .step_body form select {
    width: 100%;
    padding: 8px 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    outline: none !important;
    background: #fff;
}
p.bp-txt {
    margin-top: 20px;
}

/** Job Prefer **/
.step_body form .new .box {
    font-size: 14px;
    color: #000;
    display: block;
}
.step_three small {
    display: block;
    margin-top: -5px;
    margin-bottom: 10px;
}
div#checkboxlist label {
    display: block;
}

/** Register **/
.reg-text p {
    color: #000;
    margin: 10px 0px 0px;
}
.reg-text p strong {
    font-weight: 600;
}
.reg-text ul {
    padding: 0px 0px 0px 10px;
    margin: 10px 0px;
}
.reg-text ul li {
    color: #000;
    list-style: none;
    font-size: 15px;
    margin: 5px 0px;
    padding-left: 30px;
    position: relative;
}
.reg-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;
}
.step_five form h2 {
    font-size: 22px;
    font-weight: 500;
    color: #294d9a;
    margin: 25px 0px 0px;
}
.step_five label {
    font-size: 15px;
    font-weight: 500;
    margin: 25px 0px 5px;
    display: block;
}
.step_five form input[type=text], .step_five form input[type=number], .step_five form input[type=email], .step_five form select {
    width: 100%;
    display: block;
}
.step_five small {
    color: #005a9d;
}
p.para1 {
    font-size: 12px;
    color: #d52b32;
}
#myerror, #phone_error {
  font-size: 14px;
  color: red;
}
div#credit-card-form {
    position: relative;
    background: #e2e9ee;
    padding: 20px;
    border-radius: 10px;
    margin: 25px 0px;
    width: 75%;
}
.cred_row {
    position: relative;
    background: #e2e9ee;
    border-radius: 10px;
    margin: 30px 0px 20px;
    width: 50%;
}
div#credit-card-form h5 {
    font-size: 19px;
    font-weight: 500;
    color: #294d9a;
    margin: 10px 0px 0px;
}
div#credit-card-form h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    color: #545454;
}
div#credit-card-form label {
    display: block;
}
div#credit-card-form input {
    width: 65% !important;
}
div#credit-card-form select {
    width: 31% !important;
    margin-top: 5px;
    margin-right: 10px;
    display: inline-block;
}
.step_five p a {
    color: #005a9d;
}
.g-recaptcha {
    margin-bottom: 20px;
}
.step_five input[type="submit"] {
    padding: 15px 45px;
    box-shadow: none;
}

/** Contact Us **/
.contact-section {
    position: relative;
    padding: 50px 0
}
.cont-txt {
    position: relative
}
.cont-txt span {
    font-weight: 500;
    color: #294d9a;
    text-transform: uppercase;
}
.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: #0f2d67;
    border-radius: 5px;
    background-size: 15px !important;
}
.cont-txt ul li:first-child:before {
    background: #0f2d67 url(images/email-icon.webp) center center no-repeat
}
.cont-txt ul li:nth-child(2):before {
    background: #0f2d67 url(images/phone-icon.webp) center center no-repeat;
}
.cont-txt ul li:last-child:before {
    background: #0f2d67 url(images/map-pin.webp) center center no-repeat;
}
.cont-form {
    position: relative;
    padding: 15px 30px 25px;
    background: #edf3ff;
    border-radius: 10px;
    border: 1px solid #c5d8ff;
    box-shadow: 0px 5px 0px 0px #294d9a;
}
.cont-form p {
    margin: 00px
}
.cont-form input, .cont-form textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #f1f1f1;
    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: 75%;
    margin-left: 10px
}
.cont-form input[type=submit] {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: .5s all;
    background: #d52b32;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none !important;
    text-transform: uppercase;
    width: auto;
}
.cont-form input[type=submit]:hover {
    color: #fff;
    background: #b13434
}

/** FAQ **/
.faq {
    position: relative;
    padding: 30px 0px 40px;
}
.my_faq {
    position: relative;
}
.my_faq h1 {
    font-size: 34px;
    font-weight: 500;
    margin: 0px;
}
.my_faq p {
  margin: 0px;
}
.my_faq div#accordion {
    margin-top: 30px;
}
.my_faq .card {
    border: none;
    display: block;
    vertical-align: text-top;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 10px 0px;
}
.my_faq .card-header {
    padding: 0px;
    border: none !important;
}
.my_faq .card-header button {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 15px 40px 15px 20px;
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    background: #005a9d;
    text-decoration: none !important;
}
.my_faq .card-header button:hover {
    background: #d52b32 !important;
}
.my_faq .card-header button.btn-link {
    background: #d52b32;
}
.my_faq .card-header button.collapsed {
    background: #005a9d;
}
.my_faq .card-header button.btn-link:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(images/arr-up.png) 98% center no-repeat;
    background-size: contain;
}
.my_faq .card-header button.collapsed:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(images/arr-down.png) 98% center no-repeat;
    background-size: contain;
}
.my_faq .card .card-body {
    padding: 20px;
}
.my_faq .card .card-body p {
    color: #000;
    margin: 0px;
}

/** Starting Positions **/
.positions-section {
    position: relative;
    padding: 50px 0px;
}
.positions-section h1 {
    font-size: 38px;
    font-weight: 500;
    margin: 0px 0px 30px;
}
.positions-section h2, .positions-section h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0px 0px;
}
.positions-section p {
    margin: 10px 0px 0px;
}
.positions-section ul {
    margin: 10px 0px;
}
.positions-section ul li strong {
    font-weight: 500;
}
.positions-section a {
    background: #d52b32;
    border: none;
    color: #fff !important;
    padding: 15px 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    transition: .5s all;
    text-decoration: none !important;
    margin-top: 20px;
    margin-bottom: 5px;
}
.positions-section a:hover {
    color: #fff;
    background: #c52a31;
}
.stp-box {
    position: relative;
    background: #dddddd;
    border-radius: 10px;
    margin: 35px 0px 0px;
    padding: 25px 0px;
}
.stp-box h2 {
    font-size: 32px;
    color: #294d9a;
    margin: 0px;
}
.stp-box h3 {
    font-size: 18px;
    margin: 10px 0px 0px;
}
.stp-box img {
    border-radius: 10px;
    border: 5px solid #294d9a;
}

/** Benefits **/
.pay-content {
    position: relative;
    padding: 40px 0px;
}
.pay-content h1 {
    font-size: 34px;
    font-weight: 500;
    margin: 0px 0px 20px;
}
.pay-content h2, .pay-content h3, .pay-content h4, .pay-content h5, .pay-content h6 {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0px 10px;
}
.pay-content p {
    margin: 0px;
}

/** General **/
.in-text {
    position: relative;
    padding: 50px 0px;
}
.in-text h1 {
    font-size: 34px;
    font-weight: 500;
    margin: 0px;
}
.in-text p {
    margin: 15px 0px 0px;
}
.in-text ul, .in-text ol {
    margin: 15px 0px;
}
.in-text p a {
    color: #d52b32;
}
.in-text ul li a, .in-text ol li a {
    color: #e0162b;
}


/** Success **/
.success_dev {
    position: relative;
    padding: 40px;
    text-align: center;
    background: #e9e9e9;
    margin: 50px 0px;
    border-radius: 10px;
    box-shadow: 0px 5px 0px 0px #294d9a;
    border: 1px solid #ccc;
}
.success_dev h1 {
    font-size: 38px;
    font-weight: 500;
    color: #294d9a;
    margin: 0px;
}
.success_dev p {
    margin: 15px 0px 0px;
}
.success_dev form input[type="submit"] {
    background: #0052a5;
    border: none;
    color: #fff !important;
    padding: 10px 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    transition: .5s all;
    text-decoration: none !important;
    margin-top: 5px;
}
.success_dev a {
    background: #d52b32;
    border: none;
    color: #fff !important;
    padding: 15px 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    transition: .5s all;
    text-decoration: none !important;
    margin-top: 5px;
}

/** Blog **/
.blog-section {
    position: relative;
    padding: 20px 0px 50px;
}
/*.blog-box {
    position: relative;
    background: #f1f1f1;
    margin-top: 30px;
}
.blog-box img {
    width: 100%;
    height: auto;
}
.bl-txt {
    position: relative;
    padding: 20px;
}
.bl-txt span {
    color: #d52b32;
}
.bl-txt h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 10px 0px 0px;
}
.bl-txt h2 a {
    color: #0f2d67;
    display: inline-block;
    text-decoration: none !important;
}
.bl-txt p {
    font-size: 15px;
    margin: 15px 0px;
}
.bl-txt a.read-more {
    background: #d52b32;
    border: none;
    color: #fff !important;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    transition: .5s all;
    text-decoration: none !important;
}*/
.pagination {
    position: relative;
    display: block !important;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.pagination span, .pagination a {
    color: #fff !important;
    background: #0f2d67;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 5px;
    margin: 0px 5px;
    text-decoration: none !important;!i;!;
}
.pagination span.current {
    background: #d52b32;!;!i;!;
}

/** Blog Detail **/
.postbody {
    position: relative;
    padding: 50px 0px;
}
.postbody img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.postbody span {
    color: #d52b32;
}
.postbody h1 {
    font-size: 40px;
    font-weight: 500;
    color: #0f2d67;
    margin: 0px;
}
.postbody h2, .postbody h3, .postbody h4, .postbody h5, .postbody h6 {
    font-size: 26px;
    font-weight: 500;
    margin: 20px 0px 0px;
}
.postbody p {
    margin: 10px 0px 0px;
}
.postbody p a, .postbody ul li a, .postbody ol li a {
    color: #d52b32;
}
.postbody ol, .postbody ul {
    margin: 20px 0px;
}
.postbody ol li ul {
    margin: 10px 0px;
}


/** Postal Assessments Masterclass **/
.course-section {
    position: relative;
}
.course-section .pa-box {
    position: relative;
    background: #f1f1f1;
    padding: 0px 15px;
    margin: 30px 0px;
    border-radius: 10px;
    overflow: hidden;
}
.pa-ban-txt {
    text-align: center;
}
.pa-ban-txt h1 {
    font-size: 38px;
    text-transform: capitalize;
}
.pa-nav {
    position: relative;
    background: #0f2d67;
    border-radius: 6px;
    text-align: center;
    padding: 15px 0px;
    margin-top: 25px;
}
.pa-nav ul {
    padding: 0px;
    margin: 0px;
}
.pa-nav ul li {
    list-style: none;
    display: inline-block;
}
.pa-nav ul li:last-child a {
    border: none;
}
.pa-nav ul li a {
    color: #fff;
    display: inline-block;
    text-decoration: none !important;!i;!;
    border-right: 1px solid #fff;
    padding: 0px 40px;
}
.dt-box {
    position: relative;
    margin-top: 30px;
}
.dt-box h2 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin: 0px;
}
.dt-box p {
    color: #000;
    margin: 10px 0px 0px;
}
.dt-box ul {
    padding: 0px;
    margin: 20px 0px;
}
.dt-box ul li {
    font-size: 16px;
    list-style: none;
    margin: 20px 0px;
    padding-left: 40px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}
.dt-box ul li:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: #0f2d67 url(images/checkmark-white.png) center center no-repeat;
    background-size: 13px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dt-box table {
    position: relative;
    margin-top: 25px;
}
.dt-box table th {
    font-size: 14px;
    background: #0f2d67;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}
.dt-box table td {
    padding: 10px;
    font-size: 14px;
}
.dt-box table td strong, .dt-box table th strong {
    font-weight: 500;
}
.dt-box table td.yes, .dt-box table td.no {
    text-align: center;
}
.dt-box table td.yes {
    color: #931b1b;
}
.co-content {
    position: relative;
    margin-top: 30px;
}
.co-content h2 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin: 0px;
}
.co-content div#accordion {
    margin-top: 15px;
}
.co-content .card {
    border: none;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px 0px 0px;
}
.co-content .card-header {
    padding: 0px;
    border: none !important;
}
.co-content .card-header button {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 15px 40px 15px 35px;
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    background: #005a9d;
    text-decoration: none !important;
}
.co-content .card-header button span {
    position: absolute;
    top: 15px;
    left: 10px;
}
.co-content .card-header button:hover {
    background: #d52b32 !important;
}
.co-content .card-header button.btn-link {
    background: #d52b32;
}
.co-content .card-header button.collapsed {
    background: #005a9d;
}
.co-content .card-header button.btn-link:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(images/arr-up.png) 98% center no-repeat;
    background-size: contain;
}
.co-content .card-header button.collapsed:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(images/arr-down.png) 98% center no-repeat;
    background-size: contain;
}
.co-content .card .card-body {
    padding: 20px;
}
.co-content .card .card-body p {
    color: #000;
    margin: 0px;
}
.dtex-box {
    position: relative;
    margin-top: 20px;
}
.dtex-box h2 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin: 0px;
}
.ques-box {
    position: relative;
    background: #fff;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.ques-box h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
}
.qu-box {
    position: relative;
    margin-top: 20px;
}
.qu-box p {
    margin: 10px 0px 0px;
}
.qu-box p strong {
    font-weight: 500;
}
.qu-box ul {
    margin: 0px;
    padding: 0px;
}
.qu-box ul li {
    position: relative;
    list-style: none;
    margin: 10px 0px;
    border: 1px solid #e1e1e1;
    padding: 5px 10px 5px 35px;
}
.qu-box ul.half li {
    display: inline-block;
    width: 43%;
}
.qu-box ul li span {
    font-weight: 500;
    color: #000;
    position: absolute;
    left: 10px;
}
.qu-box .answer {
    background: #0f2d67;
    padding: 10px;
    margin: 20px 0px 0px;
    border-radius: 5px;
    color: #fff;
}
.qu-box .answer p {
    font-size: 14px;
}
.qu-box .answer p:first-child {
    margin-top: 0px;
}
.blue-box {
    background: #0f2d66;
}
.side-box {
    position: static;
    padding: 25px 0px;
    top: 0;
}
.side-box h2 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0px;
}
.side-box p {
    color: #fff;
    text-align: center;
    margin: 10px 0px 0px;
}
.course-img {
    position: relative;
    margin-top: 20px;
}
.ci-hover {
    position: relative;
    background: linear-gradient(0deg, rgb(70 70 70) 10%, rgba(0, 0, 0, .014443277310924318) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.ci-txt {
    position: absolute;
    bottom: 0;
    padding: 10px;
}
.ci-txt p {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}
.side-box small {
    text-align: center;
    color: #fff;
    display: block;
    margin: 20px 0px 0px;
}
.icon-box {
    position: relative;
    margin-top: 25px;
}
.icon-box img {
    display: block;
    margin: 0 auto;
}
.icon-box p {
    font-size: 12px;
}
.side-box a.buy-btn {
    background: #d52b32;
    border: none;
    color: #fff !important;
    padding: 15px 30px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    transition: .5s all;
    text-decoration: none !important;
    text-align: center;
    margin: 25px 0px;
}

.side-box ul {
    margin: 0px;
    padding: 30px 0px 0px 21px;
}
.side-box ul li {
    color: #fff;
    font-size: 14px;
    margin: 10px 0px;
}
.side-box p a {
    font-size: 14px;
    color: #fff;
    color: #ffbabd;
    margin-top: 20px;
    display: inline-block;
}

/***** All Responsive ******/
/*...... For Mobile Vertical ......*/
@media only screen and (max-width: 767px) {
header {
    padding: 8px 0px 5px;
}
header:before {
    width: 65%;
}
.top-btns {
    display: none;
}
.top-btns a {
    font-size: 15px;
    padding: 10px 6px;
}
.menu {
    display: none;
}
.mb-menu {
    display: block;
    float: right;
}
.logo {
    margin-top: 5px;
    display: inline-block;
    width: 46%;
}
.mbl-menu {
    position: relative;
    float: right;
    margin-top: 15px;
}
.banner {
    padding: 70px 0px 100px;
    text-align: center;
    background: url(images/banner.jpg) 40% center no-repeat;
}
.banner:before {
    width: 90px;
    height: 50px;
    top: 15px;
}
.banner h1 {
    font-size: 38px;
}
.banner p {
    font-size: 18px;
}
.banner a {
    font-size: 19px;
    padding: 15px 25px;
    margin-top: 20px;
}
.work-box {
    border-top: 7px solid #e0162b;
    box-shadow: 0px 0px 4px 0px #6a6a6a;
    margin-top: -40px;
    padding: 20px 10px;
}
.work-box h2 {
    font-size: 30px;
}
.work-box ul {
    margin: 10px 0px 0px;
}
.work-box ul li {
    width: 100%;
    font-size: 18px;
    margin: 10px 0px;
    background-size: 25px;
    padding-left: 40px;
}
.why-box {
    padding: 20px 20px 20px 20px;
    margin-top: 30px;
    min-height: auto;
}
.why-box h3 {
    font-size: 25px;
}
.why-box img {
    width: 60%;
}
.cs-section {
    margin-top: 40px;
    margin-bottom: 0px;
}

.cs-section h2 {
    font-size: 26px;
}
.cs-section table {
    width: 100%;
    margin-top: 25px;
}
.cs-section table thead tr td {
    font-size: 15px;
    padding: 10px 10px;
}
.cs-box {
    padding: 10px 5px 10px 37px;
}
.cs-box img {
    width: 20px;
    height: 20px;
    top: 15px;
    left: 10px;
}
.cs-box h4 {
    font-size: 12px;
}
.cs-box p {
    font-size: 10px;
    margin: 10px 0px 0px;
}
.hired-section {
    padding: 50px 0px;
    margin-top: 0px;
    text-align: center;
}
.hired-section h2 {
    font-size: 32px;
    margin: 0px 20px;
}
.hired-section .text-right {
    text-align: center !important;
}
.hired-section a {
    font-size: 17px;
    padding: 15px 10px;
    margin-top: 20px;
}
.hired-section .row:last-child {
    background: none;
}
.hr-box {
    margin-top: 40px;
}
.hr-img {
    width: 100px;
    height: 100px;
    padding: 26px 0px;
}
.hr-img img {
    width: 45%;
}
.hr-box span {
    font-size: 18px;
    margin: 10px 0px 5px;
}
.hr-box h3 {
    font-size: 22px;
    margin: 0px 20px;
}
.hr-box:after {
    top: auto;
    right: auto;
    left: auto;
    margin: 20px auto 0px;
    transform: rotate(90deg) !important;
    position: relative;
}
.hired-section .col-md-3:first-child .hr-box:after {
    top: auto;
}
.hired-section .col-md-3:nth-child(2) .hr-box:after {
    top: auto;
    transform: rotate(90deg);
}
.hired-section .col-md-3:nth-child(3) .hr-box:after {
    top: auto;
    transform: rotate(90deg);
}
.at-section {
    padding: 30px 0px;
    text-align: center;
}
.at-section:before {
    height: 85%;
}
.at-section h2 {
    font-size: 30px;
}
.at-section .text-right {
    text-align: center !important;
}
.at-section a {
    font-size: 17px;
    padding: 15px 10px;
    margin-top: 20px;
}
.at-box {
    padding: 15px 10px;
}
.at-box img {
    width: 40px;
}
.at-box h3 {
    font-size: 16px;
}
.blog-section {
    padding: 20px 0px 40px;
}
.blog-section h2 {
    font-size: 28px;
}
.blog-section p {
    font-size: 16px;
}
.blog-section a {
    font-size: 17px;
}
.blog-box {
    margin-top: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.wc-section {
    padding: 40px 0px;
}
.wc-section h2 {
    font-size: 30px;
}
.wc-box {
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    border-radius: 100px 15px 15px 100px;
}
.wc-right {
    border-radius: 15px 100px 100px 15px;
}
.why-img {
    width: 65px;
    height: 65px;
    padding: 10px 0px;
}
.why-img img {
    width: 54%;
    height: auto;
}
.wc-box h3 {
    font-size: 16px;
}
.wc-box h3 br {
    display: none;
}
.wc-box p {
    font-size: 14px;
    margin: 3px 0px 0px 0px;
}
a.start-btn {
    font-size: 16px;
    padding: 15px 15px;
    margin-top: 30px;
}
.register-section {
    padding: 40px 0px;
}
.register-text {
    margin-bottom: 30px;
}
.register-text h2 {
    font-size: 32px;
    text-align: center;
}
.register-text img {
    display: none;
}
.review-section {
    padding: 40px 0px;
}
.review-section h2 {
    font-size: 30px;
}
.rev-box {
    margin-top: 50px;
}
.rev-box:after {
    width: 50px;
    height: 40px;
    top: -15px;
}
.rev-box .rev-txt {
    padding: 30px 15px 20px;
}
.rev-box .rev-txt p {
    font-size: 16px;
}
.rev-box h3 {
    margin: 50px 0px 10px 0px;
}
.rev-box img {
    margin-left: 0px;
}
.no-risk {
    padding: 30px 0px;
}
.no-risk img {
    width: 30%;
}
.no-risk h2 {
    font-size: 28px;
    margin: 30px 0px 0px;
}
.no-risk h2 br {
    display: none;
}
.no-risk a {
    font-size: 17px;
    padding: 15px 25px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.foo-links {
    margin-top: 30px;
}
.foo-contact {
    padding-left: 0px;
    margin-top: 30px;
}
.foo-middle ul {
    text-align: center;
}
.foo-middle ul li {
    margin: 7px 0px;
}
.foo-bottom {
    text-align: center;
}
.foo-bottom ul {
    margin: 20px 0px 0px;
    text-align: center;
}


/** Starting Positions **/
.positions-section {
    padding: 30px 0px;
}
.positions-section .container {
    padding-right: 25px !important;
    padding-left: 25px !important;
}
.positions-section h1 {
    font-size: 32px;
}
.positions-section h2, .positions-section h3 {
    font-size: 19px;
}
.positions-section a {
    padding: 10px 5px;
    font-size: 15px;
    display: block;
    text-align: center;
}
.stp-box h2 {
    font-size: 26px !important;
}
.stp-box h3 {
    font-size: 17px;
}
.stp-box img {
    margin-top: 20px;
}

/** Benefits **/
.pay-content {
    padding: 30px 0px;
}
.pay-content h1 {
    font-size: 32px;
}

/** FAQs **/
.my_faq h1 {
    font-size: 30px;
    text-align: center;
}
.my_faq .card {
    width: 100%;
    margin: 10px 0px 0px;
}
.my_faq .card-header button {
    font-size: 16px;
}


/** Contact Us **/
.contact-section {
    padding: 30px 0;
}
.cont-txt h1 {
    font-size: 22px;
}
.cont-form {
    padding: 15px 20px 20px;
    margin-top: 30px;
}
.cont-form textarea {
    height: 80px;
}

/** Verify **/
.step-sidebar {
    display: none;
}
.step-content {
    padding: 15px 15px 25px 15px;
}
.step_body h1 {
    font-size: 26px;
}

/** register now **/
.reg-text ul {
    padding: 0px;
}
div#credit-card-form {
    width: 100%;
}
div#credit-card-form input {
    width: 100% !important;
}
div#credit-card-form select {
    width: 40% !important;
}


/** Success **/
.success_dev {

    padding: 20px 15px;
    margin: 30px 0px;
}
.success_dev h1 {
    font-size: 32px;
}
.success_dev a {
    padding: 15px 10px;
    font-size: 16px;
}

/** Blog **/
.blog-box {
    margin-top: 20px;
}
.bl-txt {
    padding: 20px 15px;
}
.bl-txt h2 {
    font-size: 22px;
}
.bl-txt a.read-more {
    font-size: 14px;
    padding: 10px 15px;
}
.pagination span, .pagination a {
    padding: 3px 10px;
}

/** Blog Detail **/
.postbody h1 {
    font-size: 28px;
}
.postbody {
    padding: 30px 0px;
}
.postbody h2, .postbody h3, .postbody h4, .postbody h5, .postbody h6 {
    font-size: 22px;
}


}

/*...... For Tablet Vertical ......*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
header:before {
    width: 50%;
}
.logo {
    display: inline-block;
}
.top-btns {
    display: none;
}
.menu {
    display: none;
}
.mb-menu {
    display: block;
    float: right;
    margin-top: 10px;
}
.mbl-menu {
    float: right;
    margin-top: 20px;
}
.banner:before {
    width: 230px;
    height: 90px;
    left: 30%;
}
.banner h1 {
    font-size: 40px;
}
.work-box ul li {
    width: 45%;
}
.why-box {
    padding: 40px 20px 20px 20px;
    margin-top: 50px;
    min-height: 575px;
}
.why-box h3 {
    font-size: 30px;
}


.at-section h2 {
    font-size: 32px;
}
.at-section a {
    font-size: 17px;
    padding: 20px 10px;
}
.at-box {
    padding: 25px 10px;
}
.blog-box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.wc-section h2 {
    font-size: 40px;
}
.wc-box {
    padding: 10px 10px 10px 10px;
}
.why-img {
    width: 85px;
    height: 85px;
    padding: 16px 0px;
}
.why-img img {
    width: 55%;
}
.wc-box h3 {
    font-size: 17px;
}
.wc-box p {
    font-size: 15px;
}
.register-text img {
    display: none;
}
.register-text h2 {
    text-align: center;
}
.no-risk h2 {
    font-size: 27px;
}
.no-risk a {
    font-size: 17px;
    padding: 20px 15px;
}
.foo-links, .foo-contact {
    margin-top: 50px;
}

.stp-box img {
    margin-top: 40px;
}

.my_faq .card {
    width: 100%;
    margin: 10px 0px 0px;
}

.cont-form {
    margin-top: 40px;
}

/** Steps **/
.step-sidebar {
    padding: 25px 5px 25px 10px;
}
.step-sidebar h3 {
    font-size: 22px;
}
.step-sidebar ul li {
    font-size: 14px;
}
.step-sidebar ul li:before {
    top: 1px;
}
.step_body h1 {
    font-size: 30px;
}
.step_five label {
    font-size: 14px;
}
div#credit-card-form {
    width: 100%;
}



}

/*...... For Tablet Horizontal ......*/
@media (min-width: 901px) and (max-width: 1199px) {
header:before {
    width: 32%;
}
.mbl-menu {
    display: none;
}
.why-box h3 {
    font-size: 32px;
}
.hired-section .col-md-3:first-child .hr-box:after {
    top: 28px;
}
.hired-section .col-md-3:nth-child(2) .hr-box:after {
    top: 53px;
}
.hired-section .col-md-3:nth-child(3) .hr-box:after {
    top: 48px;
}
.hr-box h3 {
    font-size: 20px;
}
.blog-box h3 {
    font-size: 22px;
}
.review-section h2 {
    font-size: 40px;
}
.no-risk h2 {
    font-size: 36px;
}

.my_faq .card {
    width: 46%;
}

.cont-form span.wpcf7-form-control-wrap label input {
    width: 68%;
}

}



