﻿/* open-sans-regular - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/open-sans-v15-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('assets/fonts/open-sans-v15-latin-regular.woff') format('woff');
    /* IE9 Compat Modes */
}


/* open-sans-italic - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('assets/fonts/open-sans-v15-latin-italic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('assets/fonts/open-sans-v15-latin-italic.woff') format('woff');
    /* IE9 Compat Modes */
}


/* open-sans-800 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('assets/fonts/open-sans-v15-latin-800.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('assets/fonts/open-sans-v15-latin-800.woff') format('woff');
    /* IE9 Compat Modes */
}

body,
textarea {
    color: #656565;
    font-family: 'Open Sans', Helvetica, Arial;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.logo_txt,
#nav {
    font-family: "Futura Std", Helvetica, Arial;
}

h5 {
    font-size: 14px;
}

img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.taglines {
    margin: 6px 0 12px 0;
}

.txt-large,
h2.txt-large {
    font-size: 24px;
}

.btn.fa,
.btn.fas {
    font-family: "Font Awesome 5 Free";
}

.btn {
    font-size: 14px;
    display: inline-block;
    width: initial;
}

.nav-previous a,
.nav-next a,
.misha_loadmore {
    background: #fff;
    border: 1px solid #000000;
    color: #000000;
    padding: 11px 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.nav-previous a:hover,
.nav-next a:hover,
.misha_loadmore:hover {
    background: #000000;
    color: #fff;
    text-decoration: none;
}

.misha_loadmore {
    display: inline-block;
    margin: 0 auto;
}

.fa-close:before {
    content: "\f00d" !important;
}

#home_banner,
hr,
.price * {
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.menugap,
.map_drop,
.from_on .map_from,
.to_on .map_to,
.team_inner,
.timeline_inner {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gallery_img img {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

h3 {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

h2 strong {
    color: #000000;
}

.txt_justify {
    text-align: justify;
}

.txt-default {
    font-size: 14px;
}

.txt_small {
    font-size: 10px;
}

.txt_v_large {
    font-size: 120px;
}

.txt_lrge {
    font-size: 80px;
}

.txt_blu {
    color: #000000;
}

.txt_whi {
    color: #fff;
}

.txt_cta {
    font-size: 18px;
}

.txt_cta strong {
    color: #000000;
}

.txt_cta h2 {
    font-size: 24px;
    color: #000000;
}

.border_grey {
    border: 5px solid #f0f0f0;
}

.bg_wht {
    background: #fff;
    color: #898989;
}

.banner_full_h {
    height: 100vh;
    margin-top: -138px;
    padding-top: 138px;
}

.banner_narr,
.banner_med.banner_narr {
    height: 400px;
}

.banner_med .txt_i {
    padding-top: 130px;
}

hr {
    margin: 0 auto;
}

.hr_blu {
    background: #E8E8E8;
}

.block,
.btn.block {
    display: block;
}

.blue_border {
    border: 2px solid #E8E8E8;
}

.inc_med {
    max-width: 150px;
}

.inc_round {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.icn_round_wht_bg {
    background: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 28px;
    margin: 0 auto;
}

.img_rnd_small {
    width: 64px;
    height: 65px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}


/* List icons START */

.list_plain {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list_icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list_icons li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.list_icons li>div {
    display: flex;
    flex-direction: column
}


footer .list_icons li {
    margin-bottom: 0;
}

footer .list_icon li:last-of-type {
    margin-bottom: 15px;
}

.list_icons .fa {
    color: #656565;
    text-align: center;
    left: 0;
    top: 0;
    background: #E8E8E8;
    padding: 8px 8px;
    font-size: 12px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.list_icons .fa-times {
    color: red;
    font-size: 30px;
}

.colr_4 .list_icons .fa-times {
    color: #fff;
}

.list_icons a {
    text-decoration: none;
}

.list_icons a:hover {
    color: #000000;
}


/* List icons END */

.field_static {
    background: transparent;
    cursor: not-allowed;
}

.field_block {
    border: 1px solid #898989;
    border-radius: 4px;
    background: #fff;
    position: relative;
    padding: 5px 38px 5px 5px;
}

.field_block input {
    display: none;
}

.field_block em {
    display: block;
    position: absolute;
    width: 33px;
    background: #f0f0f0;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #898989;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.field_block em:after {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    content: " ";
    top: 50%;
    right: 7px;
    border: 4px solid #898989;
    border-radius: 50%;
    margin-top: -8px;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.field_block input:checked+em:after {
    border-style: none;
	border-color: inherit;
	border-width: medium;
	color: #000000;
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 24px;
    right: 17px;
    font-weight: 900;
}

.dis_block,
.btn.dis_block {
    display: block;
}

.block_warning {
    background: #ffeded;
    border: 1px solid #ff0000;
    border-radius: 3px;
}

.block_notice {
    background: #c9e0f2;
    border: 1px solid #000000;
    border-radius: 3px;
}



.block_img_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #FF8200;
    background: #FF8200;
    padding: 15px 25px;
    font-weight: bold;
    margin: 18px 0;
    text-align: center;
}

.table_grp {
    display: table;
    width: 100%;
}

.pay_block {
    -moz-box-shadow: 2px 1px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 1px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 1px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}

.pay_block .wpwl-button-pay {
    background: #FF8200;
    font-weight: bold;
    border-color: #FF8200;
    color: #000;
    text-transform: uppercase;
    padding: 11px 21px;
    border-radius: 4px;
}

.pay_block .wpwl-form {
    margin: 0 auto;
}

.pay_block .wpwl-button-pay:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

input,
select,
textarea,
.field_radio em {
    border-radius: 4px;
}

.field_radio em.showred {
    border: 2px solid red;
}

label.field_radio.active {
    color: #000;
}

.large_icon,
.large_icon h2 {
    color: #000000;
}

.large_icon .fa,
.large_icon .fas,
.large_icon .far {
    font-size: 70px;
    line-height: 70px;
}

.margin_t {
    margin-top: 15px;
}

.padding_ts {
    padding-top: 15px;
}

.padding_r_no {
    padding-right: 0;
}

.padding_r {
    padding-right: 15px;
}

.price:before {
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.shadow_inner_top {
    -moz-box-shadow: inset 0 5px 5px -4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 5px 5px -4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 5px 5px -4px rgba(0, 0, 0, 0.3);
}

.shadow_outer {
    -moz-box-shadow: inset 0 5px 5px -4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 5px 5px -4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 5px 5px -4px rgba(0, 0, 0, 0.3);
}

.btn_wht_bdr {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn_wht_bdr:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.field_static.btn_fort:hover {
    cursor: not-allowed;
    background: #f0f0f0;
    border-color: #f0f0f0;
    color: #000;
}

.header_std a {
    text-decoration: none;
}

.relative {
    position: relative;
}

.flex {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order_scroll .stay_top {
    position: fixed;
    top: 100px;
}

.order_scroll .stay_top.stop_scroll {
    position: absolute;
    top: initial;
    bottom: 0px;
}

.stay_top {
    width: 290px;
}

.insur,
.insur_over {
    display: none;
}

.border_dark {
    border: 1px solid #000;
}


/* Banners */

.bg_img {
    background-position: center;
    background-size: cover;
}

.banner_med {
    height: 700px;
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.banner_info {
    position: relative;
    z-index: 1;
}

.banner_light {
    color: #fff;
    font-size: 18px;
}

.home .banner_light h1,
.banner_light .banner_info h1 {
    color: #fff;
    font-size: 24px;
}


/* Continous rotate */

.spin:before {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    transition-property: transform;
    transition-duration: 1s;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(-360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}


/* END */

#inner_right .form_total {
    font-size: 18px;
}

.table_actions,
.field_radio_group,
.pup_list,
.list_items,
.track_points,
.tags,
.supplier_listing,
.latest_posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.table_results .list_items li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result_item td {
    border-top: 1px solid #898989;
}

.table_results .result_item:last-child td {
    border-bottom: 1px solid #898989;
}

.colr_4 h2,
.colr_4 h3,
.colr_4 h5,
.colr_4 .taglines,
.colr_4 .table_results,
.colr_4 a {
    color: #000;
}

.colr_4 .table_summary,
.colr_4 .table_summary th,
.colr_4 .table_summary th {
    border-color: #fff;
}

::-webkit-scrollbar-button {
    background: #00000;
}

.banner_blue:before {
    background: rgba(27, 117, 188, 0.7);
}

.page-template-tpl_about .banner_info .col-md-7 {
    width: 100%;
    text-align: center;
}


/* Home */

#home_banner {
    background-position: center;
    background-size: cover;
    height: 100%;
    position: relative
}

#home_banner .txt_i {
    position: relative
}

#home_banner:before,
.banner_light:before,
.banner_dark:before {
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.banner_dark:before {
    background: rgba(255, 255, 255, 0.3);
}

.banner_light.banner_off:before {
    display: none;
}

#home_banner:before {
    background: rgba(0, 0, 0, 0);
}

.head_from,
.head_to,
.home .addy_from_val,
.home .addy_to_val {
    display: none;
}

.map_from,
.map_to {
    overflow: hidden;
    height: 0px;
}

.addy_from input,
.addy_to input {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 63px;
}

.home .track_status .col-md-3 {
    padding-top: 15px;
    padding-bottom: 9px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


/* Floating mobile quote */

.total_fix {
    position: fixed;
    bottom: 0;
    background: #000000;
    left: 0;
    right: 0;
    text-align: right;
    z-index: 9;
}

.total_fix .form_total {
    padding: 10px 25px;
    color: #fff;
}


/* Map work */

.maps {
    min-height: 500px;
    position: relative;
    width: 100%;
    text-align: left !important;
    border: 1px solid #dedfe0;
}

#points_list,
#points_list2 {
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0px;
    width: 390px;
    margin: 0;
    padding: 15px;
    background: #fff;
}

#points_map,
#points_map2 {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 390px;
    right: 0px;
}

.title_drop,
.title_collect {
    display: none;
}

.map_side_search {
    position: absolute;
    top: 0;
    width: 390px;
    padding: 20px 15px 0px 15px;
    background: #fff;
    z-index: 1;
    height: 88px;
    border-bottom: 6px solid #FF8200;
}

.map_side_display #points_list {
    top: 94px;
}

.map_side_display .input_group,
.map_side_display input {
    width: 100%;
}

.map_side_display #show_hide_parent {
    position: absolute;
    right: 0;
    top: 20px;
}

.map_side_display #show_hide_parent .fa,
.map_side_display #show_hide_parent .fas {
    font-size: 20px;
}


/* From on */

.from_on .map_from,
.to_on .map_to,
.to_on .map_from {
    height: 500px;
}

.from_on .head_start,
.from_on .head_to,
.to_on .head_start,
.to_on .head_from {
    display: none;
}

.from_on .head_from,
.to_on .head_to {
    display: block;
}

.from_on .title_drop {
    display: block;
}

.to_on .title_collect {
    display: block;
}

.from_on .track_progress .space_large,
.to_on .track_progress .space_large {
    height: 0px;
}

.home .to_on .track_status ul.track_progress,
.home .from_on .track_status ul.track_progress {
    padding: 75px 0 0 0;
}


/* map popups */

.pin-popup-parent {
    background: #1b75bc;
    padding: 9px;
    color: #fff;
    font-size: 12px;
    max-width: 170px;
    margin-left: -9px;
}

.gm-style-iw-d {
    overflow: auto !important;
}

.popup-image-small {
    display: block;
    width: 80%;
    margin: -9px 0 0 0;
}

#points_map .gm-style-iw,
#points_map2 .gm-style-iw {
    /*     width: 215px!important; */
    /*     padding: 9px 9px 0 9px; */
    background: #000000;
    /* 	left:0!important; */
    /* 	top:0px!important; */
}

.pin_parent,
.pin_parent div:first-child div:nth-child(4) {
    max-width: 215px !important;
}

.pin_parent div:first-child div:nth-child(4),
.pin_parent div:first-child div:nth-child(3) div div,
.pin_parent div:first-child div:nth-child(3)+div div {
    background: #000000 !important;
}

.pin_parent>div:first-child div:nth-child(2)[style*="rgba(0, 0, 0, 0.3)"] {
    background-color: #000000 !important;
    width: 215px !important;
}

.pin-popup-parent {
    font-family: 'Open Sans', Helvetica, Arial;
    font-size: 10px;
}

.pin-popup-parent strong {
    font-size: 14px;
}

.pin-popup-parent p {
    margin-bottom: 5px;
}


/* little x */

.gm-style-iw+div {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    background: #fff;
    opacity: 1 !important;
    height: 20px !important;
    width: 20px !important;
    border-radius: 50%;
    color: #000;
    -moz-box-shadow: -2px 0px 7px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -2px 0px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 0px 7px 0px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    right: 0px !important;
    top: 0px !important;
}

.gm-style-iw+div:after {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    display: block;
    position: absolute;
    top: 2px;
    right: 3px;
    font-weight: 900;
}

.pin_parent div:nth-child(3) img {
    opacity: 0;
}


/* Horizontal Map */

.map_hori,
#divParent {
    width: 100%;
}

.map_hori #points_list,
.map_hori #points_list2,
.map_hori #points_map,
.map_hori #points_map2 {
    position: relative;
    width: 100%;
}

.map_hori #points_list,
.map_hori #points_list2 {
    height: 350px;
    background: #fff;
}

.map_hori #points_map,
.map_hori #points_map2 {
    height: 300px;
    left: 0;
}

.map_hori #points_map .gm-style-iw,
.map_hori .pin_parent,
.map_hori .pin_parent div:first-child div:nth-child(4),
.map_hori .pin_parent>div:first-child div:nth-child(2)[style*="rgba(0, 0, 0, 0.3)"] {
    width: 400px !important;
}

.map_hori .pin-popup-parent {
    width: 382px !important;
}

.map_hori .popup-image-small {
    width: 150px;
    height: 145px;
    margin: -9px 18px 9px 0;
    float: left;
}

.map_hori .btn_light {
    width: 100px;
    margin: 0 0 0 170px;
}


/* Map loader */

.map_load {
    display: none;
}

.loadingImage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

.loadingImage:before {
    display: block;
    content: " ";
    background-image: url(assets/img/loading.png);
    width: 110px;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: -53px 0 0 -50px;
}

.home .full_load.loadingImage:before {
    margin: -43px 0 0 -50px;
}


/* Horizontal map steps
step_search_to
step_search_from

step_map_to
step_map_from

step_selected_to
step_selected_from */

.addy_to_val,
.addy_from_val,
.step_search_to .addy_to_val,
.step_search_from .addy_from_val,
.step_map_to .addy_to_val,
.step_map_from .addy_from_val,
.step_selected_to .addy_to,
.step_selected_from .addy_from {
    display: none;
}


/* map class */

.map_to,
.step_search_to .map_to,
.step_selected_to .map_to,
.map_from,
.step_search_from .map_from,
.step_selected_from .map_from {
    height: 0px;
}


/* map class end */

.step_search_to .addy_to,
.step_search_from .addy_from .step_map_to .addy_to,
.step_map_from .addy_from,
.step_selected_to .addy_to_val,
.step_selected_from .addy_to_val {
    display: block;
}


/* map class */

.step_map_from .map_from,
.step_map_to .map_to {
    height: 500px;
}

.step_map_from .map_from.map_hori,
.step_map_to .map_to.map_hori {
    height: 642px;
}


/* map class end */


/* latest posts mini lists */

.latest_posts .ft-image {
    display: block;
    width: 100px;
    height: 110px;
    background-size: cover;
    float: left;
    margin: 0 15px 0 0;
    background-repeat: no-repeat;
    background-position: center;
}

.latest_posts li {
    display: block;
    margin-bottom: 30px;
}

.latest_posts li:last-child {
    margin-bottom: 0px;
}

.latest_posts .exerpt {
    font-size: 12px;
}

.latest_posts .btn {
    margin-top: 10px;
}


/* Price tables */

.memtypes .price_table .btn,
.memtypes .price_table ul li:last-child,
.memtypes .price_sub .space_medium {
    display: none;
}

.memtypes .price_table ul li:nth-last-child(2) {
    border-bottom: none;
}

.price_table {
    border: 1px solid #dedfe0;
    padding: 15px;
    background: #fff;
}

.price_table ul li:not(:first-child) {
    padding-left: 50px;
}

.price_table ul li:not(:first-child) b {
    float: right;
}

.price_table .fa,
.price_table .fas {
    font-size: 16px;
    width: 40px;
    position: relative;
    line-height: 25px;
}

.price_table ul li:not(:first-child) .fa,
.price_table ul li:not(:first-child) .fas {
    top: 12px;
    left: 14px;
    position: absolute;
    color: #1a75bc;
}

.price_table ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.price_table li {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    position: relative;
}

.price_table ul li:last-child {
    border-bottom: none;
}

.price_table .price_sub {
    text-align: center;
    text-transform: uppercase;
}

.price_sub strong {
    font-size: 18px;
}


/* summary tables */

.table_summary {
    border-bottom: none;
}

.table_summary th {
    text-align: left;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.table_summary td {
    padding: 20px 0;
}

.table_total_sum th {
    border-top: 9px solid #000;
}

.table_total_sum span {
    float: right;
}


/* Pricing tables */

.table_pr_4col {
    width: 100%;
}

.table_pr_4col td {
    padding: 10px 15px;
}

.table_pr_4col tr td:nth-child(2),
.table_pr_4col tr td:nth-child(3) {
    padding-right: 35px;
}

.table_pr_4col tr td:nth-child(2),
.table_pr_4col tr td:nth-child(3),
.table_pr_4col tr td:nth-child(4) {
    background: #f0f0f0;
    position: relative;
}

.table_pr_4col tr td:nth-child(2):after,
.table_pr_4col tr td:nth-child(3):after {
    display: block;
    content: "";
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
}


/* Supplier listing */

.supplier_details img {
    max-height: 90px;
}

.supplier_listing {
    background: #fff;
    text-align: center;
    height: 374px;
    overflow-y: scroll;
}

.supplier_listing::-webkit-scrollbar-track {
    background: #fff;
}

.supplier_listing span,
.supplier_listing label {
    display: inline-block;
    width: 50%;
    float: left;
}

.supplier_listing label {
    text-align: right;
}

.supplier_listing img {
    max-height: 40px;
}

.supplier_listing li:after {
    content: " ";
    display: block;
    clear: both;
}

.supplier_listing li {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px;
}


/* list counter */

ol li:before {
    content: counter(item);
    background: #000000;
    border-radius: 50%;
    color: white;
    width: 20px;
    text-align: center;
    display: block;
    height: 20px;
    position: absolute;
    left: -25px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

ol ul li:before {
    display: none;
}

ol {
    counter-reset: item;
    list-style: none;
    padding-left: 25px;
}

ol ul {
    counter-reset: none;
}

ol li {
    counter-increment: item;
    margin-bottom: 15px;
    position: relative;
}

ol ul li {
    counter-increment: none;
}

.border_1_wht {
    border: 1px solid #fff;
}

.border_1_blu {
    border: 1px solid #E8E8E8;
}


/* Metro grid */

.mg {
    position: relative;
}

.metro_grid_header {
    text-transform: uppercase;
    font-size: 24px;

}

.mg_r_blutxt {
    background-repeat: no-repeat;
    background-position: right;
    color: #000000;
}


/* Home header */

.tabs_banner.container {
    margin: 138px auto 60px auto;
    padding: 0 61px;
}

.home.notscroll #header,
.home.notscroll #logo {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home.notscroll #nav li a,
.home #header #right_menu .smm a {
    color: #fff;
}

.home.notscroll #nav .child a {
    color: #000;
}

.home.notscroll #nav li a:hover {
    color: #FF8200;
}

#nav #right_menu li li a {
    color: #000;
}

#nav #right_menu li li a:hover {
    color: #FF8200;
}

.menugap {
    display: block;
    /* height: 34px; */
}

.menugapoff .menugap {
    display: none;
}

.scroll .menugap {
    height: 1px;
}


/* Header */

#nav a,
#nav a:active,
#nav a:focus,
#nav a:active:focus {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

#nav .active {
    font-weight: bold;
}

#nav li.open a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: transparent;
    border-top-color: #FF8200;
    border-width: 8px;
    margin-left: -8px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transform-origin: top center;
    margin-top: 1px;
}

#nav li.business_nav.open a:after {
    display: none;
}

#nav .open .child a:after {
    display: none;
}

.business_nv_right .tooltip:after {
    display: none;
}

.business_nv_right .tooltip {
    width: 220px;
}


#right_menu>li:nth-child(3)>a {
    background-color: #000000;
}

/* Map listing */

#home_banner ul {
    padding-left: 0;
}

.list_pic div {
    width: 93px;
    height: 71px;
    background-position: center;
    background-size: cover;
    float: left;
    margin: 3px 10px 17px 0;
    border-radius: 3px;
}

.list_dis {
    margin-bottom: 0;
    text-align: right;
    color: #000000;
    font-size: 12px;
    margin-top: 5px;
}

.list_pic {
    display: table-cell;
    width: 113px;
}

.listing .row {
    display: table-cell;
    display: table-cell;
    vertical-align: top;
}

.listing {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 5px;
    color: inherit;
    padding-top: 8px;
    display: table;
    width: 100%;
}

.listing .btn,
#points_map .choose_parcel_point {
    padding: 5px 10px;
    font-size: 10px;
    text-align: center;
}

.listing .fa,
.listing .fas {
    margin-left: 0;
}

.listing .col-md-7 {
    padding-left: 0;
    font-size: 12px;
    line-height: 14px;
}

.listing .col-md-5 {
    text-align: right;
    padding-right: 0;
    padding-top: 12px;
}


/* Step box */

.opentab:hover {
    cursor: pointer;
}

.step_box .padding {
    border: 1px solid transparent;
}

.step_box.active .padding {
    border: 1px solid #dedfe0;
}

.step_box span {
    display: block;
    width: 30px;
    height: 30px;
    color: #000000;
    background: #FF8200;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto;
}


/* Step progress */

.step {
    background: #f0f0f0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px 30px 15px 60px;
    height: 49px;
    position: relative;
    margin-left: -30px;
}

.step_com {
    background: #000000;
    color: #fff;
}

.steps div:first-child .step {
    margin-left: 0px;
    padding: 15px 30px 15px 30px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.steps div:last-child .step {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.steps div:last-child .step:after,
.steps div:last-child .step:before {
    display: none;
}

.step:after,
.step:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 1;
}

.step:after {
    border-color: transparent;
    border-left-color: #f0f0f0;
    border-width: 24px;
    margin-top: -24px;
}

.step.step_com:after {
    border-left-color: #000000;
}

.step:before {
    border-color: transparent;
    border-left-color: #ffffff;
    border-width: 27px;
    margin-top: -27px;
}


/* Plugins */

.listing_blocks .news_pic {
    background-size: 95%;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    background-position: center;
}

.listing_blocks h2 a {
    display: block;
    text-decoration: none;
    margin-top: 15px;
}

.listing_block {
    border: 1px solid #ccc;
    overflow: hidden;
    height: 200px;
    width: 220px;
}

.listing_blocks_mini .news_pic,
.listing_blocks_mini .listing_block {
    height: 100px;
    width: 100%;
    border: none;
}

.listing_block a {
    text-decoration: none;
}


/* News */

.news_pic {
    height: 120px;
    width: 150px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #000;
    float: left;
    margin: 0 25px 0 0;
    background-position: center;
}

.publisher_pic,
.publisher_pic_photo {
    height: 150px;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .5s;
    border: 10px solid #fff;
    position: absolute;
}

.publisher_pic_photo {
    border: none;
    background-size: cover;
}

.publisher_pic {
    z-index: 1;
    background-color: #fff;
}

.publisher_pic:hover {
    transform: scale(1.1);
    opacity: 0;
}

.publish_img {
    border: 3px solid #e8e8e8;
    overflow: hidden;
    position: relative;
    height: 150px;
}

.publish_content {
    border: 3px solid #e8e8e8;
    border-top: none;
    padding: 15px;
}

.publish_content p {
    height: 60px;
}

.publish_content small {
    padding-top: 13px;
    display: block;
    font-size: 12px;
}


/* tags */

.tags {
    display: block;
    margin: 0 -5px;
}

.tags li {
    margin: 0 5px;
    display: inline-block;
}

.tags li a {
    color: #000;
    text-decoration: none;
    background: #f0f0f0;
    border-color: #f0f0f0;
    padding: 5px;
    margin: 5px 0;
    text-transform: uppercase;
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
}

.tags li a:hover {
    color: #fff;
    background: #1b75bc;
    border-color: #1b75bc;
}


/* tables */

.table_2col {
    border: none;
    width: 100%;
}

.table_2col tr td:nth-child(odd) {
    font-weight: bold;
}

.table_2col tr td:nth-child(even) {
    text-align: right;
}


/* Tracks */

.page-template-tpl_track .track_status ul.track_progress li:before {
    left: -50%;
    right: 50%;
}

.page-template-tpl_track .track_status ul.track_progress li:after {
    z-index: 1;
}

.page-template-tpl_track .track_status ul.track_progress li.track_1:before {
    left: 50%;
}

.page-template-tpl_track .track_status ul.track_progress li.track_6:before {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.page-template-tpl_track .track_status ul.track_progress li.track_1:after {
    margin-left: -31px;
}

.page-template-tpl_track .track_status ul.track_progress li.track_6:after {
    margin-left: -35px;
}

.track_status ul.track_progress.low_pad {
    padding: 50px 0 0 0;
}

.track_status .track_points.track_large .track_img {
    width: 180px;
    height: 150px;
    float: left;
    margin-right: 15px;
}

.track_status .track_points.track_large .track_titles {
    margin-left: 195px;
    height: 150px;
}

.track_status .track_points.track_large .track_inner {
    max-width: 100%;
}

.track_large strong {
    font-size: 16px;
    color: #1b75bc;
}

.notice_track {
    color: #1b75bc;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin: 20px 0 0 0;
    float: right;
}

.notice_track .txt-large {
    font-size: 48px;
    line-height: 48px;
}

.notice_track strong {
    display: block;
    margin-bottom: 15px;
}


/* PUP suggested list */

.pup_list {
    border-bottom: 1px solid #f0f0f0;
}

.pup_list .pup_map {
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-color: #a3ccff;
}

.pup_list li,
.form_standard ul.pup_list li {
    color: #000;
    position: relative;
    border-top: 1px solid #f0f0f0;
    padding: 20px 0;
}

.pup_list.pupselected li,
.form_standard ul.pup_list.pupselected li {
    border-top: 1px solid transparent;
}

.pup_list p {
    margin-bottom: 5px;
}

.table_results.no_lines,
.table_results.no_lines th {
    border: none;
}

.pup_list .map_img {
    background-image: url(assets/img/pargo_point.gif);
    width: 120px;
    height: 97px;
    float: left;
    margin: 0 15px 15px 0;
    background-color: #1b75bc;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pup_list a,
.pup_list strong {
    font-weight: bold;
    text-decoration: none;
    color: #1b75bc;
}

.pup_hours {
    min-width: 170px;
}

.pup_hours tr td:nth-child(even) {
    text-align: left;
}

.pup_hours tr td:nth-child(odd) {
    font-weight: bold;
}

.pup_list .btn {
    float: right;
    margin-top: -45px;
}


/* CTA buttons */

.btn_cta,
.form_input_full .btn_cta {
    min-width: 270px;
    width: initial;
    text-align: left;
    margin: 0 0 0 auto;
}

.btn_cta .btn_icon {
    display: block;
    float: left;
    font-size: 40px;
    margin-right: 20px;
}


/* Prices */

.price_blck .txt-large {
    font-size: 50px;
}

.price_blck .txt-large {
    font-size: 50px;
}


/* Retailer blocks */

.blk_small {
    height: 150px;
    width: 100%;
    display: block;
    background-size: 77%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
    background-color: #fff;
}

.blk_5 .blk_small {
    height: 100px;
    width: 100%;
    margin-bottom: 15px;
}


/* Testimonials */

.testimonial {
    text-transform: uppercase;
}

.quote_logo {
    width: 107px;
    height: 107px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}

.quote {
    position: relative;
    padding: 15px 30px 5px 30px;
    margin: 25px 0;
}

.quote_left,
.quote_right {
    font-size: 72px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 15px;
    text-align: left;
    font-style: italic;
}

.quote_right {
    text-align: right;
    bottom: -22px;
    top: initial;
}

.quote_left:before,
.quote_right:before {
    content: " ";
    display: block;
    height: 6px;
    background: #000;
    right: 0;
    top: -12px;
    left: 42px;
    position: absolute;
}

.quote_right:before {
    right: 0;
    top: initial;
    bottom: 17px;
    left: 0px;
    right: 42px;
}

.home .quote {
    min-height: 158px;
}

.home .track_status ul.track_progress {
    padding: 140px 0 0 0;
}

.home.from_on .track_status ul.track_progress,
.home.to_on .track_status ul.track_progress {
    padding: 88px 0 0 0;
}

.home .step_start {
    text-transform: none;
}

.home .step_start h2 {
    text-transform: uppercase;
}

.video {
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    display: block;
    border: 9px solid #fff;
    max-width: 100%;
    border-radius: 4px;
    margin: 5px 0;
    background: transparent url(assets/img/video_poster.gif) 50% 50% / cover no-repeat;
    width: 100%;
}


/* Slide ins */

.inview_container {
    overflow-x: hidden;
}

.inview,
.inviewOne {
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
}

.inview,
.inviewOne {
    opacity: 0;
}

.inview.goin,
.inviewOne.goin {
    opacity: 1;
}

.inview_left {
    -ms-transform: translateX(-100%);
    /* IE 9 */
    -webkit-transform: translateX(-100%);
    /* Safari */
    transform: translateX(-100%);
}

.inview_right {
    -ms-transform: translateX(100%);
    /* IE 9 */
    -webkit-transform: translateX(100%);
    /* Safari */
    transform: translateX(100%);
}

.inview_right.goin,
.inview_left.goin {
    -ms-transform: translateX(0%);
    /* IE 9 */
    -webkit-transform: translateX(0%);
    /* Safari */
    transform: translateX(0%);
}


/* Slider use:
 <div class="slider-nav">
            <div class="slider-nav__prev" id="prev"><i class="fa fa-angle-left"></i></div>
            <div class="slider-nav__next" id="next"><i class="fa fa-angle-right"></i></div>
            <div class="slider-nav__dots" id="dots"></div>
        </div>
		*/

.slider-box,
.slider__item {
    position: relative;
}

.slider {
    overflow: hidden;
}

.slider-box {
    max-height: 80px;
    overflow: hidden;
}

.slider-box.slide-open {
    max-height: inherit;
    overflow: visible;
}

.remaining-content span {
    display: none;
}

.slider__canvas {
    transition: transform 0.5s;
}

.slider__item {
    float: left;
}

.home-stats .goright {
    position: relative;
}

.home-stats .goright:hover {
    cursor: pointer;
}


/* home pricing */

.price_img {
    margin: 0 auto 10px auto;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.price_img img {
    margin-top: 23px;
    max-width: 140px;
}


/* SMM */

#header #right_menu .smm a:hover {
    color: #000;
}

.smm a:hover,
.smm a {
    text-decoration: none;
}


/* Footer */

.footer_main input {
    color: #fff;
}

.footer_main .smm {
    padding: 0;
    list-style: none;
}

.footer_main ::-webkit-input-placeholder {
    color: #898989;
}

.footer_main ::-moz-placeholder {
    color: #898989;
}

.footer_main :-ms-input-placeholder {
    color: #898989;
}

.footer_main :-moz-placeholder {
    color: #898989;
}

#mc-embedded-subscribe.btn_fort {
    background: #898989;
    border-color: #898;
    color: #000;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#mc-embedded-subscribe.btn_fort:hover {
    background: #fff;
    border-color: #fff;
}


/* Forms */

.form_standard {
    font-size: 12px;
}

.form_standard .tooltip {
    display: none;
    text-transform: none;
}

.btn .tooltip {
    font-weight: normal;
}

.tool_description {
    display: none;
}


/* Parcel tabs */

.closetab .fa-chevron-right:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.parcel .parcel_header h5,
.parcel_header .fa,
.parcel_header .fas {
    color: #fff;
    font-size: 18px;
    padding: 15px;
}

.parcel_header .fa,
.parcel_header .fas {
    padding-top: 5px;
}

.parcel_header .fa:hover,
.parcel_header .fas:hover {
    cursor: pointer;
}

.multi_parc .parcel_inner {
    display: none;
}

.multi_parc .parcel_header,
.multi_parc #parcel0 .parcel_inner {
    display: block;
}

.form-group .eftx-select {
    float: right;
}

.form-group:after {
    display: block;
    content: " ";
    clear: both;
}

.eftx-select {
    overflow: hidden;
    max-width: 100%;
}


/* Blog posts */

#sidebar {
    background: none;
    border: none;
    padding: 0;
}

#sidebar>div {
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    margin: 0 0 24px 0;
    padding: 30px 20px 10px 20px;
    border-radius: 5px;
    color: #656565;
}

#sidebar>div:nth-child(2),
#sidebar>div:nth-child(3) {
    background-color: #707070;
    border-color: #707070;
    color: #ffffff;
}

#sidebar>div:nth-child(2) ul,
#sidebar>div:nth-child(3) ul {
    list-style: none;
    padding: none;
}

#sidebar>div:nth-child(2) a,
#sidebar>div:nth-child(2) h5,
#sidebar>div:nth-child(3) a,
#sidebar>div:nth-child(3) h5 {
    color: #ffffff;
}

#sidebar a,
#sidebar h5 {
    color: #000000;
    text-decoration: none;
}

#sidebar h5 {
    padding: 0 20px;
}

#sidebar>div:first-of-type h5 {
    padding: 0;
}

#sidebar #category-posts-3-internal .cat-post-item {
    margin: 0;
    padding: 0;
}

#sidebar #category-posts-3-internal .cat-post-title {
    font-size: 14px;
}

#sidebar li a {
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
}

#sidebar li:last-child a {
    margin-bottom: 0;
}

#sidebar li a:hover {
    text-decoration: underline;
}

#sidebar input {
    border-color: #dedede;
}

.post_image {
    background-image: url(../../uploads/2017/08/parcel_point-1.jpg);
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* Circle Prices */

.price {
    color: #fff;
    border: 6px solid #fff;
    border-radius: 50%;
    height: 260px;
    text-align: center;
    padding-top: 36px;
    position: relative;
}

.price *,
.price {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
}

.price hr {
    width: 92%;
    margin: 20px auto 10px auto;
    background: #fff;
}

.price small {
    display: inline-block;
}

.price em {
    font-size: 50px;
}

.price:before {
    display: block;
    content: " ";
    top: 50%;
    position: absolute;
    left: 50%;
    background: #fff;
    height: 0%;
    width: 0%;
    border-radius: 50%;
    border: 0px solid #fff;
}

.price:hover:before {
    top: -1%;
    bottom: 0%;
    left: -1%;
    right: 0%;
    height: 100%;
    width: 100%;
    border: 4px solid #fff;
}

.price a {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    font-weight: bold;
    margin: -10px 0 0 -82px;
    font-size: 18px;
    text-decoration: none;
}

.price:hover a {
    opacity: 1;
}

.price:hover hr {
    width: 0px;
}

.price:hover em,
.price:hover small {
    opacity: 0;
}


/* Form validation */


/*label:has( not > input.field_required) { background:#000; } */


/* Media tags */

.col-md-5c {
    padding: 0 15px;
}


/* Contact page */

.contact_pg {
    background: #000000;
    position: relative;
    overflow: hidden;
}

.contact_pg:before {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    opacity: 0.15;
}

.contact_l {
    color: #fff;
    font-size: 24px;
}

.contact_l p {
    position: relative;
    padding: 60px 30px 0 128px;
}

.contact_l a {
    color: #fff;
    text-decoration: none;
    margin: 0 0 60px 144px;
    display: block;
}

.contact_l h1 {
    font-size: 72px;
    color: #fff;
    font-weight: lighter;
    margin-top: 90px;
}

.contact_l img {
    -webkit-filter: invert(100%);
    filter: brightness(0) invert(1);
    float: left;
}

.contact_l p img {
    position: absolute;
    left: -20px;
    top: -30px;
}

.contact_l p+img {
    float: right;
}

.contact_r {
    background: #fff;
    position: relative;
}

.contact_r:before {
    display: block;
    content: " ";
    /*     background-image: url(./assets/img/pargo_arrow_white.png); */
    background-repeat: no-repeat;
    width: 470px;
    height: 505px;
    position: absolute;
    left: 70%;
    top: 105px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}


/* Business sign up page */

.page-template-tpl_business_signup .contact_pg:before {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (min-width: 1439px) and (max-width: 1400px) {
    .page-template-tpl_business_signup .contact_pg:before {
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: -249px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .page-template-tpl_business_signup .contact_pg:before {
        background-image: none;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: -335px;
    }

    .card {
        width: 22rem !important;
    }
}

.page-template-tpl_business_thankyou .contact_pg:before {
    background-image: url(assets/img/d_l.jpg);
    height: 400px;
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}


/*  */


/* popup happen */

.map_pop {
    position: fixed;
    top: 0;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
}

.from_on .map_pop,
.to_on .map_pop {
    bottom: 0;
}

.map_pop .poptitle,
.map_pop .poptitlesub {
    height: 58px;
    line-height: 58px;
}

.map_pop .poptitle h3 {
    padding: 0 30px;
    background: #1b75bc;
    color: #fff;
    font-size: 18px;
    z-index: 9;
    position: relative;
    font-weight: bold;
}

.map_pop .poptitlesub {
    padding: 0 15px;
    -moz-box-shadow: -6px 0px 7px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -6px 0px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -6px 0px 7px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
}

.map_pop .fa-close {
    float: right;
    padding-top: 19px;
}

.map_pop .fa-close:hover {
    cursor: pointer;
}

.map_pop .poptitlesub .btn {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 39px;
}


/* Peach Payments styling */

#eftx-form button {
    width: 46%;
    margin: 15px 0 0 0;
    color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 60px;
    float: left;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}

#eftx-form button:nth-child(odd) {
    margin-right: 2%;
}

#eftx-form button:nth-child(even) {
    margin-left: 2%;
}

#eftx-form button:hover {
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

#eftx-form button[value=absa] {
    background-image: url(assets/img/logos/absa.gif);
}

#eftx-form button[value=standard] {
    background-image: url(assets/img/logos/standard_bank.gif);
}

#eftx-form button[value=fnb] {
    background-image: url(assets/img/logos/fnb_large.gif);
}

#eftx-form button[value=nedbank] {
    background-image: url(assets/img/logos/nedbank.gif);
}

#eftx-form button[value=capitec] {
    background-image: url(assets/img/logos/capitec.gif);
}

#eftx-form button[value=investec] {
    background-image: url(assets/img/logos/investec.gif);
}

body[data-selected-bank=absa] .bank_image:before, body[data-selected-bank=standard] .bank_image:before, body[data-selected-bank=fnb] .bank_image:before, body[data-selected-bank=nedbank] .bank_image:before, body[data-selected-bank=capitec] .bank_image:before, body[data-selected-bank=investec] .bank_image:before {
    display: block;
    content: " ";
    width: 185px;
    height: 58px;
    background-image: url(assets/img/logos/absa.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 10px auto;
}

body[data-selected-bank=absa] .change_bank, body[data-selected-bank=standard] .change_bank, body[data-selected-bank=fnb] .change_bank, body[data-selected-bank=nedbank] .change_bank, body[data-selected-bank=capitec] .change_bank, body[data-selected-bank=investec] .change_bank {
    display: block;
    margin-top: 8px;
}

.select_bank-step #eftx-button-container {
    clear: both;
}

.select_bank-step #eftx-form:after {
    display: block;
    content: "";
    clear: both;
}

body[data-selected-bank=standard] .bank_image:before {
    background-image: url(assets/img/logos/standard_bank.gif);
}

body[data-selected-bank=fnb] .bank_image:before {
    background-image: url(assets/img/logos/fnb_large.gif);
}

body[data-selected-bank=nedbank] .bank_image:before {
    background-image: url(assets/img/logos/nedbank.gif);
}

body[data-selected-bank=capitec] .bank_image:before {
    background-image: url(assets/img/logos/capitec.gif);
}

body[data-selected-bank=investec] .bank_image:before {
    background-image: url(assets/img/logos/investec.gif);
}

#eftx-form .form-group {
    width: 100%;
    margin-top: 15px;
}

#eftx-form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #797D7E;
}

#eftx-title {
    position: relative;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #797D7E;
}

#eftx-title:not(:empty)::before {
    font-size: 90%;
    color: #797D7E;
    font-family: Font Awesome\ 5 Free;
    content: "\f023";
    margin-right: 5px;
    text-decoration: inherit;
    display: inline-block;
    speak: none;
    font-weight: 900;
}

#eftx-subtitle {
    margin: 0;
    min-height: 38px;
}

.eftx-cancel-transaction {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    margin-top: 18px;
    border-radius: 4px;
}

.eftx-cancel-transaction:hover {
    background: #000;
    color: #fff;
}

.eftx-note {
    display: block;
    font-size: 80%;
    margin-top: 5px;
}

.eftx-input {
    width: 100%;
    margin-bottom: 15px;
}

.eftx-submit {
    background: #FF8200;
    border: 1px solid #FF8200;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    margin-top: 18px;
}

button[name=resend].eftx-submit {
    margin-right: 5px;
}

.eftx-submit:hover {
    background: #000;
    color: #fff;
}

.eftx-bank-transport {
    display: block;
    width: 100%;
    background: #1b75bc;
    border: 1px solid #1b75bc;
    color: #fff;
}

#tracking-store-photo img {
    width: 100% !important;
    height: auto !important;
}

.btn {
    border-radius: 4px;
}

.btn.btn-block {
    display: block;
}

.btn-wht {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.btn-wht:hover {
    background: #FF8200;
    color: #000;
    border-color: #FF8200;
}

#header .btn {
    border-radius: 0;
}

.home-banner {
    font-size: 24px;
    color: #fff;
}

.home-banner h1 {
    font-size: 46px;
    color: #fff;
}

.home-stats h2 {
    font-size: 30px;
}

.home-stats h2 span {
    font-size: 30px;
    font-weight: 100;
}

.home-stats img.goleft {
    margin: 0 15px 15px 0;
}

.home-stats small {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 22px;
    display: block;
}

.home-numbers .txt-large {
    font-size: 72px;
}

.home-numbers .txt-large span {
    font-size: 32px;
}

.review-by {
    font-size: 9px;
    text-transform: uppercase;
}

.review-by strong {
    font-size: 14px;
}

.space_small {
    height: 0px !important;
}


/* .icn-cirlcle{
    width: 147px;
    height: 147px;
    display: block;
    border-radius: 50%;
    border: 6px solid #1b75bc;
    line-height: 133px;
    margin: 0 auto;
    color: #1b75bc;
}*/

.home-numbers {
    /*  border: 2px solid #1b75bc;*/
    padding: 0 15px;
}

.home-stats,
.home-stats a {
    color: #fff;
    text-decoration: none;
}

.home-stats h2 {
    color: #fff;
}

#_hjRemoteVarsFrame {
    display: none !important;
}


/* Jobs */

.post-type-archive-jobpost #content,
.single-jobpost #content {
    margin-left: 0;
    padding-top: 160px;
}

.sjb-page .list-data .fa {
    float: left;
}


/* NOT Mobile view */

@media (min-width: 769px) {

    .sjb-page .header-margin-top .col-md-5,
    .sjb-page .header-margin-top .col-md-2 {
        width: 25%;
    }

    .banner_info .col-md-7 {
        padding-right: 0;
    }

    .home-numbers {
        padding: 0 15px;
        min-height: 218px;
    }

    .home-banner-stat {
        padding-left: 62px;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .row .col-md-4:last-child .home-banner-stat {
        padding-left: 147px;
    }

    .home-google-rating {
        clear: both;
        display: block;
    }

    .home-stats .goright {
        margin-top: -16px;
    }

    .review-by {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .home.notscroll #header #nav {
        background: transparent;
        border-bottom: 2px solid #fff;
    }

    #nav #right_menu li.open li a {
        line-height: 67px;
        display: initial;
    }

    #nav #right_menu li li {}

    #nav #right_menu li .smm li:last-child {
        margin-right: -20px;
    }

    .display_small,
    .display_small.home_promo {
        display: none
    }

    /* home page */
    .home-section-2 {
        min-height: 624px;
    }

    .home-img-1 {
        position: absolute;
        max-width: 826px;
        top: -25px;
        left: -300px;
    }

    .home.notscroll #left_menu .parent_link:after {
        display: block;
        content: " ";
        background: #fff;
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: 12px;
        left: 0;
    }

    .home.notscroll #left_menu .parent_link.no_line:after {
        display: none;
    }

    .home.notscroll #nav li a.parent_link:hover {
        color: #fff;
    }

    .home.notscroll #left_menu {
        top: 84px;
    }

    .home-mobile-img {
        position: absolute;
        width: 709px;
        max-width: unset;
        z-index: 1;
    }

    #header #nav #left_menu .menu_parent.inactive .child {
        z-index: 4;
        border-top: 6px solid #FF8200;
    }

    #nav #right_menu li a.btn.btn_secondary {
        color: #000;
    }

    #nav #right_menu li a.btn.btn_secondary:hover {
        color: #fff;
    }

    .home-stats {
        position: absolute;
        bottom: 30px;
        width: 100%;
        left: 0;
    }

    .home-stats h2 {}

    .home-banner {
        padding: 139px 0 200px 0;
    }

    .home-banner p {
        max-width: 877px;
        margin: 15px auto;
        font-size: 41px;
    }

    /* timeline */
    .timeline_first {
        margin-bottom: -331px;
    }

    /* drop menus START */
    #nav:before {
        display: block;
        content: "";
        background: #fff;
        height: 69px;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 3;
    }

    .home #nav:before {
        background: transparent;
    }

    #nav li a {
        z-index: 3;
        position: relative;
    }

    #nav .menu_parent.inactive {
        position: relative;
    }

    #header #nav .menu_parent.inactive .child {
        -moz-box-shadow: 0 2px 7px -2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 2px 7px -2px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 7px -2px rgba(0, 0, 0, 0.3);
        position: relative;
        margin-left: 0px;
        padding: 15px 0;
        position: absolute;
        min-width: 250px;
        z-index: 2;
        display: none;
    }

    #header #nav #right_menu .menu_parent.inactive .child {
        min-width: 220px;
    }

    #nav #right_menu .menu_parent.inactive .child li {
        margin-right: 0;
        padding: 15px 20px;
    }

    #nav .menu_parent.inactive li {
        float: none;
        padding: 15px 40px;
        line-height: 18px;
        margin-right: 0;
    }

    #nav .inactive .child li:after {
        display: none;
    }

    #nav #right_menu li li a {
        padding: 0;
    }

    /* drop menus END */
    .home .banner_light h1,
    .banner_light .banner_info h1 {
        font-size: 34px;
    }

    .home.notscroll #nav #right_menu .nav_credit {
        color: #fff;
    }

    #nav #right_menu .nav_credit {
        color: #000;
    }

    #nav #right_menu .nav_credit:hover,
    .home #nav #right_menu .nav_credit:hover {
        color: #fff;
        background: #000000;
    }

    .banner_info {
        font-size: 24px;
    }

    #header #nav .child {
        background: #fff;
        margin-left: 150px;
        padding-left: 0px;
        color: #000;
        font-weight: normal;
        border-top: 2px solid #FF8200;
        z-index: 3;
    }

    #header #right_menu .inactive .child {
        border-top: none;
    }

    #header #nav .open .child {
        z-index: 1;
    }

    .scroll #nav .open .child {
        margin-top: -69px;
        opacity: 0
    }

    .desk_table {
        display: table;
        width: 100%;
    }

    .desk_field {
        padding-top: 12px;
    }

    .txt_right_desk {
        text-align: right;
    }

    .goright_desk {
        float: right;
    }

    .col-short-r {
        padding-right: 7px;
    }

    .col-short-l {
        padding-left: 7px;
    }

    body[data-selected-bank="absa"] #eftx-form .form-group:nth-child(2) {
        float: left;
        width: 48%;
    }

    body[data-selected-bank="absa"] #eftx-form .form-group:nth-child(3) {
        float: right;
        width: 48%;
    }

    #home_banner {
        background-image: url(../../uploads/2021/05/Home-Page.jpg);
    }

    .home .map_from .input_group {
        max-width: 390px;
    }

    .listing .sel_words {
        display: inline;
    }

    .tooltip:after {
        border-bottom-color: #1b75bc;
        margin: -21px 0 0 0;
    }

    .col-md-5c {
        width: 20%;
        float: left;
    }

    .from_on .maps,
    .to_on .maps {
        border-top: 6px solid #000000;
    }

    .from_on .addy_from,
    .to_on .addy_to {
        background: #000000;
    }

    .to_on .map_pop,
    .from_on .map_pop {
        height: 100%;
        display: table;
        width: 100%;
        background: transparent;
    }

    .map_pop .display_small,
    .mob-block {
        display: block
    }

    .to_on .map_pop:before,
    .from_on .map_pop:before {
        display: block;
        content: "";
        position: fixed;
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    .map_pop .popblock {
        display: block;
    }

    .map_pop .popblock {
        background: transparent;
        opacity: 1;
    }

    .map_pop .poptitlesub {
        height: 88px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .map_pop .poptitlesub .input_group,
    .map_pop .poptitlesub input {
        width: 349px;
    }

    .eftx-input {
        margin-bottom: 0;
    }

    #nav .open .child .active a:after {
        display: block;
        top: initial;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        border-color: transparent;
        border-top-color: #FF8200;
        border-width: 8px;
        margin-left: -8px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        transform-origin: top center;
        bottom: -41px;
    }

    .blog_feature_image {
        max-width: 300px;
        float: left;
        margin: 0 30px 30px 0;
    }

    /* Metro grid 260 high */
    .mg {
        float: left;
    }

    .mg_1w {
        width: 25%;
    }

    .mg_2w {
        width: 50%;
    }

    .mg_3w {
        width: 75%;
    }

    .mg_4w {
        width: 100%;
    }

    .mg_1h {
        height: 250px;
    }

    .mg_2h {
        height: 500px;
    }

    .mg_3h {
        height: 750px;
    }

    .mg_4h {
        height: 750px;
    }
}


/* Laptop + exclude mobile view */

@media all and (max-width: 1367px) and (min-width: 769px) {
    #nav li {
        line-height: 46px;
    }

    .scroll #nav li {
        line-height: 68px;
    }

    #nav .open .child .active a:after {
        bottom: -31px;
    }

    #header {
        height: 95px;
    }

    #nav:before {
        height: 46px;
    }

    .header .space_large {
        height: 30px;
    }

    #nav #right_menu li a,
    #nav #right_menu li.open li a {
        line-height: 46px;
    }

    #right_menu .smm {
        top: 47px;
    }

    #header #right_menu .smm a {
        margin: 7px 10px 0 0;
    }

    .notscroll .menugapoff #nav li.inactive li {
        line-height: 18px;
    }

    #logo {
        height: 95px;
    }

    #header #logo img {
        width: 77px;
        margin-top: 10px;
    }

    .scroll #nav #right_menu li a {
        line-height: 69px;
    }

    .scroll #nav #right_menu li li a {
        line-height: initial;
    }

    #right_menu .smm li:last-child a {
        margin-right: 0px;
    }

    .notscroll .menugapoff #nav li.business_nv_right {
        line-height: 46px;
    }

    main {
        padding-top: 95px;
    }
}

@supports (-webkit-overflow-scrolling: touch) {

    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
        background: #eee;
    }

    .input_group .btn,
    .input_select:after {
        top: 2px;
        bottom: 2px;
    }

    .popup .fa-close {
        margin-top: -1px;
    }
}

.blk_5 {
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}


/* timeline START */

.space_timeline {
    display: block;
    height: 90px;
}

main {
    min-height: 1000px;
}

.timeline {
    overflow: hidden;
}

.greystuff {
    width: 20px;
    top: 0px;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    background: #000000;
    position: absolute;
    overflow: hidden;
}

.bluestuff {
    left: 50%;
    margin-left: -2px;
    width: 5px;
    top: 0px;
    position: absolute;
    height: 0px;
    background: #FF8200;
    z-index: 2;
}

.timeline_item {
    margin-top: 0px;
    position: relative;
}

.timeline_item strong {
    font-weight: 400;
    text-transform: uppercase;
}

.timeline_inner {
    -webkit-box-shadow: 5px 8px 11px -6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 8px 11px -6px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 8px 11px -6px rgba(0, 0, 0, 0.15);
    padding: 25px 20px 20px 30px;
    opacity: 0;
}

.active .timeline_inner {
    opacity: 1;
}

.timeline-left .timeline_inner {
    margin-right: 15px;
}

.timeline-right .timeline_inner {
    margin-left: 15px;
}

.timeline_item:before,
.timeline_item:after {
    display: block;
    content: "";
    left: -12px;
    top: 0;
    width: 0;
    height: 5px;
    background: #FF8200;
    position: absolute;
}

.timeline-left .timeline_item:before {
    left: initial;
    right: -13px;
}

.timeline_item:after {
    left: initial;
    height: 0;
    width: 5px;
    right: 7px;
}

.timeline-left .timeline_item:after {
    left: 8px;
    right: initial;
}

.timeline-right .timeline_item.active:before,
.timeline-left .timeline_item.active:before {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    width: 100%;
}

.timeline-right .timeline_item.active:after,
.timeline-left .timeline_item.active:after {
    -webkit-transition: height 1s ease-in-out 1s;
    -moz-transition: height 1s ease-in-out 1s;
    -o-transition: height 1s ease-in-out 1s;
    transition: height 1s ease-in-out 1s;
    height: 100%;
}

.timeline_item.active {
    background: #fff;
}

.timeline_month {
    display: block;
    color: #000000;
    position: absolute;
    top: -20px;
    text-transform: uppercase;
    font-size: 14px;
    left: 20px;
}

.timeline-left .timeline_month {
    left: initial;
    right: 20px;
}

.timeline .row {
    position: relative;
}

.timeline_year {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #000000;
    background: #FF8200;
    left: 50%;
    margin-left: -25px;
    border: 5px solid #000000;
    top: 0;
}

.timeline_year span {
    display: block;
    position: relative;
    z-index: 3;
    line-height: 42px;
}

.time_round {
    height: 108px;
    width: 108px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}

/* timeline END */



/* Track and trace page */

.track-and-trace .courier-warning {
    display: block;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    padding: 24px 24px;
    background: #000000;
    color: white;
    border-radius: 4px;
    margin: 40px 0;
    justify-content: center;
    align-items: center;
    float: right;
}

.track-and-trace table {
    border-radius: 4px;
}

.track-and-trace .courier-warning h2 {
    color: white;
    margin-bottom: 12px;
}

.track-and-trace .courier-warning a {
    color: #FF8200;
}


.track-and-trace .tracking-events {
    order: 1;
}

.track-and-trace .tracking-courier {
    order: 2;
}

@media (max-width: 768px) {
    .track-and-trace .tracking-events {
        order: 2;
    }

    .track-and-trace .tracking-courier {
        order: 1;
        margin-bottom: 24px;
    }
}

/* END track and trace page */

/* Mobile view */

@media (max-width: 768px) {

    input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select:focus, textarea {
        font-size: 16px;
    }

    .post-type-archive-jobpost #content,
    .single-jobpost #content {
        padding-top: 80px;
    }

    .slider-box {
        max-height: 90px;
        overflow: hidden;
    }

    .slider-box.slide-open {
        max-height: inherit;
        overflow: visible;
    }

    #right_menu .btn {
        background: transparent;
        padding: 0;
        font-size: 18px;
    }

    #nav .open .child a {
        display: block;
    }

    /* timeline START */
    .timeline_item {
        z-index: 3;
        margin: 30px 0;
    }

    .timeline .row {
        padding-top: 30px;
        position: relative;
    }

    .timeline_year {
        top: 0;
    }

    .timeline-right .timeline_inner {
        margin-left: 0;
        border-left: 5px solid #000000;
        border-bottom: 5px solid #000000;
    }

    .timeline-left .timeline_inner {
        margin-right: 0;
        border-right: 5px solid #000000;
        border-bottom: 5px solid #000000;
    }

    .timeline-left .timeline_month {
        left: 20px;
        right: initial;
    }

    .timeline_item:before {
        left: -5px;
    }

    .timeline_item:after {
        right: 0px;
    }

    .timeline-left .timeline_item:after {
        left: 0px;
    }

    .timeline-left .timeline_item:before {
        right: -5px;
    }

    .timeline .space_medium,
    .timeline .space_large,
    .timeline .space_timeline {
        height: 0px;
    }

    /* timeline END */
    .banner_med {
        background-size: auto 100%;
    }

    .blk_small {
        background-size: 45%;
    }

    .mg_3w.banner_dark:before {
        background: rgba(255, 255, 255, 1);
    }

    .menu_parent.business_nav {
        display: none;
    }

    .banner_med {
        height: 400px;
    }

    #show_hide_parent .fa,
    #show_hide_parent .fas {
        line-height: 40px;
        padding: 0 5px;
        margin-top: 7px;
        width: 42px;
        text-align: center;
        font-size: 29px;
    }

    .blk_5.col-xs-6 {
        width: 50%;
    }

    .blk_5.col-xs-12 {
        width: 100%;
    }

    .blk_5.col-xs-12 .blk_small {
        background-size: 60%;
    }

    .slider_nxt,
    .slider_prev {
        right: 50%;
        top: initial;
        bottom: -30px;
        margin-right: -70px;
    }

    .slider_prev {
        right: initial;
        left: 50%;
        margin-right: 0px;
        margin-left: -70px;
    }

    .input_group .btn {
        border: 1px solid transparent;
    }

    .pay_block {
        padding: 10px;
    }

    .display_small {
        display: block
    }

    .banner_med.display_small {
        display: table
    }

    .banner_med .txt_i {
        padding-top: 60px;
    }

    .display_large,
    .display_large.btn,
    .display_large.home_promo {
        display: none
    }

    .width_med {
        width: initial;
    }

    textarea {
        height: 120px;
    }

    .form_side,
    .form_width {
        width: 100%;
        float: none;
        padding: 0px 0 15px 0;
    }

    .form_full {
        width: 100%;
    }

    .footer_copy .txt_right {
        text-align: center;
    }

    #inner_right.display_large {
        display: none;
    }

    #eftx-form button {
        width: 49%;
        margin: 15px 0;
    }

    #eftx-form button:nth-child(odd) {
        margin-right: 2%;
    }

    #eftx-form button[name=bank] {
        width: 48%;
        margin-top: 2%;
        margin-bottom: 2%;
        background-size: 95%;
    }

    .field_block {
        padding: 5px 5px 38px 5px;
    }

    .field_block img {
        max-height: 70px;
    }

    .field_block em {
        width: 100%;
        height: 33px;
        top: initial;
        bottom: 0;
        border-left: none;
        border-top: 1px solid #898989;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 4px;
    }

    .field_block em:after {
        top: initial;
        left: 50%;
        bottom: 7px;
        margin-left: -8px;
    }

    .field_block input:checked+em:after {
        top: 11px;
    }

    .table_results {
        table-layout: initial;
    }

    .table_results td,
    .table_results {
        display: block;
        width: 100% !important;
    }

    .table_results td,
    .table_results th,
    .table_invoice td,
    .table_invoice th,
    .table_results .list_items li {
        white-space: inherit;
    }

    form.padding_r {
        padding-right: 0px;
    }

    .step {
        padding: 15px 30px 15px 36px;
    }

    .steps div:first-child .step {
        padding: 15px 30px 15px 15px;
    }

    .form_width .col-md-6,
    .form_width .col-md-4,
    .form_full label {
        padding-bottom: 15px;
    }

    .mob_no_pad_tb {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .mob_no_pad_lr {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mob_row_nopad {
        padding: 0px;
        margin: 0px;
    }

    .mob_7_pad_lr {
        padding-left: 5px;
        padding-right: 5px;
    }

    .mob_7_pad_l {
        padding-left: 10px;
        padding-right: 0;
    }

    .mob_7_pad_r {
        padding-right: 10px;
        padding-left: 0;
    }

    .mob_label_pad {
        padding-left: 35px;
    }

    .mob_center {
        text-align: center;
    }

    .table_mob_scroll {
        overflow-x: scroll;
    }

    .table_mob_scroll .table_results td,
    .table_mob_scroll .table_results th {
        display: table-cell !important;
        width: initial !important;
        white-space: nowrap;
        vertical-align: middle;
    }

    .table_mob_scroll .table_results li {
        white-space: inherit;
    }

    .table_mob_scroll .table_results {
        display: table !important;
        width: initial !important;
    }

    div.table_mob_scroll::-webkit-scrollbar {
        height: 3px;
    }

    div.table_mob_scroll::-webkit-scrollbar-track {
        background: #fff;
    }

    #show_hide_parent {
        width: 94px;
    }

    #show_hide_parent .btn {
        padding: 0px;
        width: 45px;
    }

    #show_hide_parent .fa,
    #show_hide_parent .fas {
        margin-left: 6px;
    }

    .pop-search {
        position: absolute;
        left: 15px;
        top: 0;
        right: 109px;
    }

    .pop-search .input_group {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        max-width: 100%;
    }

    .pop-search .input_group input {
        max-width: 100%;
    }

    .page-template-tpl_find_store .poptitlesub .input_group {
        position: absolute;
        left: 15px;
        top: 20px;
        right: 109px;
        margin-right: 0;
    }

    .page-template-tpl_find_store .listing .col-md-5 {
        padding-left: 0;
    }

    .page-template-tpl_find_store .map_side_display .listing .choose_parcel_point {
        top: 0px;
    }

    .page-template-tpl_find_store .listing .col-md-5 {
        margin-top: 5px;
    }

    .map_pop .poptitlesub {
        z-index: 4;
        position: relative;
    }

    .page-template-tpl_find_store #show_hide_parent {
        top: 12px;
        right: 15px;
    }

    #home_banner {
        background: url(../../uploads/2021/05/Home-Page.jpg);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: auto 357px;
        height: initial;
        background-color: #000000;
    }

    #home_banner .txt_i {
        display: block;
        padding-top: 120px;
        min-height: 357px;
    }

    #home_banner h1 {
        color: #fff;
        font-size: 24px;
        margin-top: 100px;
    }

    .home-banner p {
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 24px;
    }

    .home-banner .btn {
        border-radius: 4px;
        max-width: 130px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .home-stats {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .home-stats h2,
    .home-stats h2 span {
        font-size: 20px;
    }

    .home-stats img.goleft {
        margin: 6px 15px 10px 0;
        max-width: 35px;
    }

    .home-stats .row .col-md-4:nth-child(2),
    .home-stats .row .col-md-4:nth-child(3) {
        width: 50%;
    }

    .home-stats .row .col-md-4:nth-child(2) .goleft,
    .home-stats .row .col-md-4:nth-child(3) .goleft {
        margin: 15px auto 5px auto;
        float: none;
    }

    .home .track_status ul.track_progress {
        padding: 55px 0 0 0;
    }

    .home.notscroll #mob_menu span,
    .home.notscroll #mob_menu span:before,
    .home.notscroll #mob_menu span:after {
        background: #fff;
    }

    .home.notscroll #mob_menu,
    .home.notscroll #nav .child li a,
    .home.notscroll.mob_active #nav #right_menu .child li a {
        color: #fff;
    }

    .home.notscroll #nav li a {
        color: #000;
    }

    .home-stats .col-md-4 {
        margin-bottom: 0px;
    }

    .testimonial {
        margin-bottom: 40px;
    }

    footer img[alt="Peach Payments"] {
        margin-bottom: 30px;
    }

    footer .menu a {
        font-size: 14px;
    }

    footer .menu {
        margin-bottom: 30px;
    }

    /* Map popup */
    .map_popped .popblock {
        padding: 0;
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #home_banner .txt_i {
        -webkit-transform-style: initial;
        -moz-transform-style: initial;
        -o-transform-style: initial;
        transform-style: initial;
    }

    #show_hide_parent {
        z-index: 1;
        position: relative;
        text-align: right;
        display: inline-block;
    }

    #show_hide_parent .input_group {
        float: left;
        margin-top: 8px;
    }

    #show_hide_parent a:first-child {
        padding-left: 0;
    }

    #show_hide_parent a:last-child {
        padding-left: 0;
        color: transparent;
    }

    #show_hide_parent a:first-child .fa,
    #show_hide_parent a:first-child .fas {
        margin-top: 10px;
    }

    #show_hide_parent a:last-child .fa,
    #show_hide_parent a:last-child .fas {
        background: url(assets/img/map_mini.gif) center no-repeat;
    }

    #points_list,
    #points_list2 {
        width: 100%;
        z-index: 1;
        opacity: 0;
    }

    #divParent {
        position: absolute;
        bottom: 0;
        top: 0;
    }

    #points_map,
    #points_map2 {
        z-index: 2;
        /*position: static!important;*/
        left: 0px;
        height: 100%;
    }

    .maps.showlist #points_list,
    .maps.showlist #points_list2 {
        opacity: 1;
        z-index: 3;
    }

    .maps.showlist #points_map,
    .maps.showlist #points_map2 {
        opacity: 0;
        z-index: 1;
    }

    .maps.showmap #points_map,
    .maps.showmap #points_map2 {
        opacity: 1;
        z-index: 3;
    }

    .maps.showmap #points_list,
    .maps.showmap #points_list2 {
        opacity: 0;
        z-index: 1;
    }

    .map_popped,
    .from_on .map_popped,
    .to_on .map_popped {
        height: 100%;
    }

    .to_on .map_from.map_pop,
    .from_on .map_from.map_pop {
        height: 100%;
    }

    .listing {
        margin-bottom: 15px;
        padding-top: 0;
    }

    .listing .sel_words {
        display: none !important;
        color: red;
    }

    .listing .choose_parcel_point,
    .listing .choose_parcel_point1 {
        height: 31px;
        width: 31px;
        border-radius: 50%;
        line-height: 31px;
        font-size: 21px;
        background: #fff;
        color: #000000;
        padding: 0;
    }

    .listing .col-md-5 {
        padding-top: 0px;
        margin-top: -10px;
        margin-bottom: 5px;
    }

    .btn.btn_light:hover {
        background: #fff;
        border-color: #fff;
    }

    .maps {
        position: absolute;
        border: none;
        bottom: 0;
        top: 116px;
        right: 0;
    }

    .map_side_search {
        position: relative;
        width: 100%;
    }

    .map_side_display .input_group {
        width: initial;
        margin-right: 100px;
        display: inherit;
    }

    .map_side_display .maps {
        position: relative;
        top: initial;
    }

    .map_side_display #points_map {
        top: 88px;
    }

    .map_side_display .listing .choose_parcel_point {
        height: initial;
        width: initial;
        border-radius: 0;
        line-height: 27px;
        font-size: 12px;
        background: #FF8200;
        color: #000000;
        padding: 0 5px;
        top: -27px;
    }

    .mobile-search {
        display: inline;
    }

    #find-a-store-input,
    #find-a-store-input2,
    .addy_from_val input,
    .addy_to_val input {
        padding-right: 60px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .menugap {
        display: none;
    }

    .home.mob_active {
        overflow: hidden;
    }

    .home.notscroll.mob_active #nav #right_menu li a {
        color: #000;
    }

    .home.mob_active #nav #right_menu li .smm a,
    .scroll.mob_active #header.header_web .smm {
        color: #000000;
        opacity: 1;
    }

    #nav {
        overflow: auto;
    }

    .menu_parent {
        position: relative;
    }

    .menu_parent:after {
        top: 33px;
        right: 39px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        border-color: transparent;
        border-top-color: #000000;
        border-width: 8px;
        margin-left: -8px;
        transform-origin: top center;
    }

    .menu_parent.expand:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    #nav li.open a:after {
        display: none;
    }

    #nav .child {
        position: relative;
        background: #000000;
        margin: 0 -20px;
        padding: 20px 0;
    }

    #nav .child a,
    #nav #right_menu li .child li a {
        color: #fff;
        padding: 10px 0;
        line-height: initial;
    }

    #nav .child li:after {
        display: none;
    }

    .contact_l h1 {
        font-size: 31px;
        margin-top: 30px;
    }

    .contact_l a {
        margin: 0 0 33px 63px;
        font-size: 18px;
    }

    .contact_l p,
    .contact_l p+img {
        display: none;
    }

    .contact_r {
        margin-bottom: 15px;
    }

    .txt_v_large {
        font-size: 80px;
    }

    /* Track route */
    .page-template-tpl_track .track_status ul.track_progress li {
        padding: 15px 0 15px 60px;
        text-align: left;
        float: none;
    }

    .page-template-tpl_track .track_status ul.track_progress li:after {
        left: 18px;
        top: 50%;
        margin-top: -7px;
    }

    .page-template-tpl_track .track_status ul.track_progress li:before,
    .page-template-tpl_track .track_status ul.track_progress li.track_1:before {
        top: -50%;
        bottom: 50%;
        height: 100%;
        width: 6px;
        left: 18px;
    }

    .page-template-tpl_track .track_status ul.track_progress li.track_1:before,
    .page-template-tpl_track .track_status ul.track_progress li.track_6:before {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .page-template-tpl_track .track_status ul.track_progress li.track_1:before {
        top: 0;
        bottom: 0;
        height: 150%;
    }

    .page-template-tpl_track .track_status ul.track_progress li.track_6:before {
        bottom: 0;
        height: 120%;
        top: -50%;
    }

    .page-template-tpl_track .track_status ul.track_progress li.track_1:after,
    .page-template-tpl_track .track_status ul.track_progress li.track_6:after {
        left: 2.5px;
        margin-left: 0;
    }

    .page-template-tpl_track .track_status ul.track_progress li.track_1:after {
        top: -2px;
    }

    .page-template-tpl_track .track_status ul.track_progress li.track_6:after {
        top: 50%;
        transform-origin: top center;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        margin-top: 25px;
    }

    .page-template-tpl_track .track_status ul.track_progress {
        padding: 30px 0 0 0;
    }

    .track_status .track_points.track_large .track_img {
        width: 120px;
        height: 90px;
    }

    .track_status .track_points.track_large .track_img img {
        height: auto !important;
    }

    .track_status .track_points.track_large .track_titles {
        margin-left: 135px;
        height: initial;
    }

    .notice_track {
        display: none;
    }

    .temp_search_tog h2 {
        font-size: 14px;
    }
}


/* Iphone 5 size */

@media (max-width: 340px) {
    .map_pop .poptitle h3 {
        padding: 0 24px 0 15px;
    }
}


/* live chat START */

.ember-view .d-hotline {
    background-color: #FF8200 !important;
    color: #000 !important;
    border-color: transparent #FF8200 transparent transparent;
}


/* live chat END */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.mapboxgl-ctrl-geocoder.mapboxgl-ctrl {}

.mapboxgl-ctrl-geocoder {
    width: 100% !important;
    z-index: 0 !important;
    border: 1px solid #898989 !important;
    box-shadow: none !important;
    max-width: none !important;
    border-radius: 12px !important;
}

.mapboxgl-ctrl-geocoder .geocoder-icon-search {
    display: none !important;
    border-radius: 12px !important
}

.mapboxgl-ctrl-geocoder input {
    padding: 11px 18px !important;
}

.map_side_search.clearfix .input_group.find-a-store-input-group i {
    border-radius: 12px;
}

#find-a-store #points_map,
#find-a-store #points_list {
    z-index: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.logo_txt,
#nav {
    font-family: "Futura Std", Helvetica, Arial;
}

.sjb-page .btn-primary:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    cursor: pointer !important;
}

.sjb-page {
    font-family: "Futura Std", Helvetica, Arial !important;
}

.sjb .btn {
    font-weight: bolder;
}


/* Job Filters-> All Buttons Background Color */

.sjb-page .btn-primary,
.sjb-page .btn-primary:hover,
.sjb-page .btn-primary:active:hover,
.sjb-page .btn-primary:active:focus,
.sjb-page .sjb-detail .jobpost-form .file div,
.sjb-page .sjb-detail .jobpost-form .file:hover div {
    /* background-color: #FF8200; */
    /* color: #000000; */
    font-weight: bold !important;
}

.sjb-page .btn-primary {
    color: #fff !important;
    background-color: #1878b9 !important;
    border-color: #198af9;
}

div#result container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.card-media-left {
    float: left;
    width: 130px;
    margin-right: 2em;
}

#pickup-main {
    padding-top: 0 !important;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    width: 100%;
}

div#wpcf7-f8469-o1 form input {
    width: -webkit-fill-available;
}

.card {
    width: 16rem !important;
}

.card {
    margin-bottom: 3em;
}

.card-media {
    background: #000000;
    height: 150px;
}

.card-media img {
    height: inherit;
    position: relative;
    left: 60px;
}

.card-header h2 {
    margin-top: 1em;
    font-weight: bolder;
    text-align: center;
}

.newsletter-signup {
    display: flex;
    flex-direction: column;
}

.newsletter-signup input[type=radio] {
    all: initial;
    -webkit-appearance: radio;
}

.newsletter-signup__form {
    padding: 0;
    margin: 0;
}

.newsletter-signup__group {
    display: flex;
    flex-direction: column;
}

.newsletter-signup__asterisk {
    color: #ffffff;
    font-size: 12px;
}

.mce_inline_error {
    background-color: #000000;
}

.newsletter-signup__list {
    list-style: none;
    margin: 0;
    display: flex;
}

.newsletter-signup__item {
    display: flex;
    margin-right: 24px !important;
}

.newsletter-signup__type-label {
    margin-left: 6px;
}

.newsletter-signup__group--name {
    margin-top: 9px;
}

.newsletter-signup__email,
.newsletter-signup__name {
    margin-top: 12px !important;
}

.newsletter-signup__submit-container {
    width: 100%;
    display: flex;
}

.newsletter-signup__responses {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.newsletter-signup__response {
    color: #ffffff !important;
}

input.newsletter-signup__submit {
    max-width: 200px;
    margin: 0 !important;
    width: 100% !important;
    font-family: "Futura Std", Helvetica, Arial;
    color: #000000;
    width: 100%;
    background: #FF8200;
    font-weight: bold;
    border-color: #FF8200;
    text-transform: uppercase;
    padding: 11px 21px;
    border-radius: 4px;
}

input.newsletter-signup__submit:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
    cursor: pointer;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    text-transform: lowercase !important;
}