html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

:focus {
    outline: 0
}

input,
textarea {
    margin: 0;
    outline: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}


/* Default Font Styles
______________________*/

body,
input,
select,
textarea,
p,
a,
b {
    font-family: 'Alata', sans-serif;
    color: #000;
    line-height: 1.4;
}

html,
body {
    background: #fff !important;
}

.flash_categories {
    display: none;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Links
______________________*/

a {
    text-decoration: none !important;
}

a:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


/* p, blockquote, address
______________________*/

p {
    font-size: 18px;
    margin-bottom: 20px;
}

a:hover,
a:focus {
    text-decoration: none;
}


/* Layout
______________________*/

.row {
    margin: 0;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}


/*loader*/

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 999999;
    text-align: center;
}
.details_listing{
    margin-top: 20px;
}
.loader > img {
    cursor: pointer;
    vertical-align: middle;
    display: block;
    width: 100%;
    object-fit: cover;
    visibility: visible !important;
    position: fixed;
    right: 0;
    margin: 0 auto !important;
    left: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
}


/*@keyframes slideDown {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}

@-webkit-keyframes slideDown {
      from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}*/

.main_body {
    display: block;
    max-width: 360px;
    margin: 0 auto;
}

.login_screen {
    max-width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 0 66px;
    background: #ffffff;
    height: auto;
}

.user_login {
    padding: 73px 18px 98px;
    background: #fff;
    margin: -28px 13px 0;
    border-radius: 8px;
    box-shadow: 1px 19px 27px rgba(154, 154, 154, 0.44);
}

.form_box {
    position: relative;
}

.form_box input,
textarea,
.shipment_box input,
.package_box h4 ,.shipment_track_btns input{
    width: 100%;
    margin: 0 0 15px;
    border-radius: 35px;
    padding: 0 18px 0 50px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    -webkit-box-shadow: 1px 6px 7px rgb(16 16 16 / 14%);
    border: 1px solid #d2d1d1;
    background: #e2e2e2;
}

.form_box svg {
    position: absolute;
    left: 19px;
    top: 12px;
    height: 22px;
    width: 22px;
}

.user_login p {
    color: #293846;
    margin: 5px 0 3px;
    font-weight: 500;
    font-size: 16px;
}

.user_login p a {
    color: #df1e1e;
    font-weight: bold;
    font-size: 16px;
}

#login_items a button {
    font-size: 20px;
    width: 100%;
}

.form_box button:hover,
.form_box button {
    background-image: linear-gradient(60deg, #CD0404 0%, #DF1E1E 56%);
}

.form_box button {
    border-radius: 35px;
    padding: 10px 4px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0 0;
    font-weight: 500;
    border: 2px solid #df1e1e;
    display: inline-block;
    box-shadow: 0px 17px 10px -10px rgb(216, 216, 216);
}

.site_name {
    background-image: linear-gradient(60deg, #CD0404 0%, #d24848 56%);
    padding: 39px 0 66px;
    border-radius: 0 0 20px 20px;
}

.site_name h3 {
    color: #fff;
    font-size: 19px;
}

.login_head h4 {
    color: #707070;
    font-size: 35px;
}

.login_head p {
    font-size: 15px;
    margin: 13px 0 24px;
}

.register_page {
    padding: 48px 18px 98px;
}

.top_head {
    padding: 9px 0 43px;
    border-radius: 0;
    margin: 0;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}
.back_btn {
    width: 12%;
    padding: 2px 11px 0;
    text-align: left;
}

.back_btn i {
    font-size: 23px;
}

.page_title {
    width: 76%;
    padding: 3px 0 0;
    text-align: center;
}

.page_title h4,
.back_btn i {
    color: #fff;
}

.register_main .user_login {
    margin: 0;
    border-radius: 35px 0 0 0;
    box-shadow: none;
}

.responsive {
    width: 100%;
    height: auto;
}
.fix_wrapper_h {
    margin: 18px 0 0;
}
.fix_location {
    padding-bottom: 11px;
}
.main_location {
}
.user_name_ {
    width: 100%;
    text-align: left;
    padding: 0;
}
.user_name_ p {
    font-size: 12px;
    color: #999;
}

.user_name_ h3 {
    font-size: 14px;
}
.w_10_px {
    max-width: 10%;
}
.w_10_px ul {
    margin-top: 18px;
}
.w_10_px ul li:first-child {
    height: 8px;
    margin-bottom: 5px;
}
.w_10_px ul li {
    padding: 0;
    line-height: 0;
    height: 5px;
}
.w_10_px ul li i {
    color: #f27474;
    font-size: 16px;
    margin: 0px 0 0 -12px;
}
.w_10_px ul li b {
    color: #9999;
}
.w_90_px {
    width: 90%;
    padding: 0px 13px 0 20px;
    margin: 0px 0 0px -9px;
}


.w_90_px p b{

color: #62ab06;

font-size: 12px;
}
.status_box h3 b,.status_box p b{
        float: right;
}
.fix_wrapper_h:last-child{
    margin-bottom: 17px;
}
.track-result  p b ,.track-result  p {
    font-size: 12px;
    font-weight: 500;
}
.track_courier a {
    background-image: linear-gradient(60deg, #CD0404 0%, #d24848 56%);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
}

.track {
    margin-top: 20px;
}

.head {
    border-radius: 40px;
    width: 80px;
    font-size: 12px;
    margin-left: 6px;
}

body,
html {
    margin: 0;
    padding: 0;
    background: linear-gradient(25deg, #a9f3f9, #f0fffb);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

:root {
    --main-lighter: #f0fffb;
    --main-light: #a9f3f9;
    --main-sublight: #bffaff;
    --main: #00e1da;
    --main-dark: #00b7b4;
    --main-darker: #003f3c;
}

.flex {
    display: flex;
}

.f-wrap {
    flex-wrap: wrap;
}

.jcsb {
    justify-content: space-between;
}

.jcsa {
    justify-content: space-around;
}

.jcc {
    justify-content: center;
}

.aifs {
    align-items: flex-start;
}

.aic {
    align-items: center;
}

.w-100 {
    width: 100%;
}

.m-m {
    margin: 20px;
}

.mb-m {
    margin-bottom: 20px;
}

.mt-s {
    margin-top: 10px;
}

.main-card-head {
    background-color: var(--main-darker);
    padding: 15px 30px;
    border-radius: 10px 10px 0 0;
}

.cardhead-light {
    background-color: var(--main-lighter);
    border: 1px solid var(--main-dark);
}

.terms {
    border-radius: 0;
    margin: 0 0 24px;
}

.Terms p {
    font-size: 14px;
    padding-top: 20px;
}

.Terms h3 {
    font-weight: 600;
}

.pickup_arrange p {
    font: 11px;
}

.info {
    padding-top: 10px;
}

.contact input,
textarea {
    padding: 10px 21px;
}

.form_check {
    margin-top: 10px;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.pay {
    font-size: 20px;
}

.form_check span {
    font-size: 12px;
    color: gray;
}

.form_check [type="radio"]:checked,
.form_check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form_check [type="radio"]:checked+label,
.form_check [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.form_check [type="radio"]:checked+label:before,
.form_check [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.form_check label {
    text-align: left !important;
}

.form_check [type="radio"]:checked+label:after,
.form_check [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #d24848;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_check [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form_check [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.co-one {
    padding:8px 0 13px !important;
}

.cone {
    padding: 5px 18px 98px;
}

.form_group {
    text-align: left;
    margin-top: 20px;
}

.user_login-fix {
    text-align: left;
    color: #33333363;
    padding: 16px 10px 98px;
}

.user_login-fix h4 {
    padding-bottom: 10px;
}

.courier_wrapper {
    background: #ffffff;
    padding: 8px 0px 0;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 #0000002b;
}

.custom_img img {
    width: 100%;
}

.back_color {
    background: #f0f1f1a3;
}

.w_50_fix h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.w_35_fix h4 {
    font-size: 12px;
    font-weight: bold;
    color: #d24848;
}

.w_50_fix h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.w_50_fix p {
    font-size: 11px;
    margin-top: 1px;
    margin-bottom: 0;
}

.w_25_fix {
    line-height: 0;
    width: 12%;
    padding: 0;
}

.w_35_fix b {
    font-weight: 500;
    font-size: 11px;
    padding-top: 5px;
    display: block;
}

.w_35_fix h4 {
    padding-bottom: 0;
}

.w_50_fix {
    width: 47%;
    line-height: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.w_35_fix {
    line-height: 0;
    padding-right: 0;
    width: 40%;
    padding-left: 8px;
}

.c_sm_5 b {
    font-size: 11px;
}

.c_sm_5 {
    width: 35%;
    padding: 0;
}

.c_sm_2 i {
    color: #d02a2a;
}

.c_sm_2 {
    width: 30%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5fc;
}

body::-webkit-scrollbar-thumb {
    background-color: #efefef;
}

.pb_2_ {
    padding: 12px 0 0 !important;
}

.col_sm_12 {
    width: 100%;
}

.col_sm_12 .w_35_fix h4,
.col_sm_12 .w_50_fix h3,
.col_sm_12 .w_50_fix p,
.col_sm_12 .w_35_fix b {
    color: #fff;
    text-align: left;
}

.user_location {
    background: url(../images/back.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 35%;
}

.fix_view_pic {}

.fix_view_pic img {
    width: 50px;
    border-radius: 100%;
}

.fix_view_profile {}

.fix_view_profile h3 {
    text-align: left;
    color: #fff;
}

.fix_view_profile p {
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.user_location {
    padding-bottom: 0;
    padding-top: 0px;
    padding: 10px 8px;
}




.fix_wrapper_h {
    margin: 10px 0;
}

.first_name_fix {
    width: 80%;
    padding-left: 5px;
}

.first_name_fix h3,
.last_name_fix h3 {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.new_fix {
    padding-bottom: 10px !important;
    padding-right: 10px !important;
}

.new_fix_last {
    padding: 8px 8px 8px !important;
}

.first_name_fix p,
.last_name_fix p {
    text-align: left;
    font-size: 12px;
    color: #999;
}

.last_name_fix {
    width: 3%;
}
.main_location {
    display: flex;
    position: relative;
    background: #fff;
    padding: 10px 1px 15px 9px;
    border-radius: 0 0 12px 12px;
    border: 2px dotted #e0e3ed;
    box-shadow: 1px 8px 17px rgb(152 152 152 / 25%);
}
.arrow_fix {
    content: "";
    position: absolute;
}

.arrow_fix.active:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    transform: rotate(-135deg) !important;
    height: 12px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 34%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 12px;
}

.arrow_fix:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    height: 12px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 34%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 12px;
}


.booking_values #fix_top {
    padding: 0 0 0 5px;
    margin: 0 0 0 9px;
}
#fix_top {
    display: flex;
    padding: 0 0 0 5px;
    width: 100%;
    border-left: 2px dotted #ccc;
    margin: 0 0 0 18px;
}
.user_name {
    width: 60%;
}

.user_name_ h3 {
    font-weight: 500;
    margin: 0;
    color: #fff;
    padding: 7px 14px 10px;
    border-radius: 8px 8px 0 0;
    background-image: linear-gradient(#416baf, #274f90, #416baf) !important;
}

.user_name_ p {
    font-size: 12px;
    color: #999;
}

.fix_location {
    padding-bottom: 11px;
}

.back_color .c_sm_5 {
    max-width: 30%;
}

.back_color .c_sm_2 {
    max-width: 40%;
    flex: 40%;
    text-align: center;
}

.w_10_px {
    max-width: 10%;
}

.w_90_px {
    width: 100%;
}

.user_name_ {
}

.user_name h3 {
    font-weight: 600;
    text-align: left;
    padding-left: 5px;
    padding-top: 7px;
}

.w_90_px p:first-child {
    padding-top: 0;
}

.user_name p {
    text-align: left;
    padding-left: 5px;
    margin: 0;
    font-size: 15px;
    color: #b1b1b1;
}

.w_10_px {
    margin: 0;
}

.w_90_px .first_fix {
    font-size: 12px;
    color: #999;
    padding: 5px 0 6px;
}

.w_90_px h3 {
    text-align: left;
    font-weight: 500;
    margin: 0 0 7px;
    font-size: 15px;
}
.w_90_px p {
    text-align: left;
    font-size: 13px;
    padding: 3px 0 0;
    font-weight: 500;
    color: #525050;
    text-transform: capitalize;
}

.w_10_px ul {
    margin-top: 0;
}

.w_10_px ul li {
    padding: 0;
    line-height: 0;
    height: 5px;
}

.w_10_px ul li b {
    color: #9999;
}

.w_10_px ul li:first-child {
    height: 8px;
    margin-bottom: 5px;
}

.w_10_px ul li:last-child {
    height: 8px;
    margin-top: 0;
}

.w_10_px ul li i {
}

.container_fix ul.tabs {
    margin: 0px;
    padding: 15px 0;
    list-style: none;
}

.container_fix ul.tabs li {
    background: none;
    color: #2222224d;
    display: inline-block;
    padding: 10px 10px;
    width: 32.3%;
    cursor: pointer;
    border: 1px solid #3333;
    border-radius: 30px;
    background: #3333330a;
    font-size: 14px;
}

.container_fix ul.tabs li.current {
    background: #d24848;
    color: #fff;
}

.container_fix .tab-content {
    display: none;
    padding: 8px 0;
}

.container_fix .tab-content.current {
    display: inherit;
}

.small {
    width: 31.4%;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 0 3px 1px #00000017;
}

.new_top_fit {
    box-shadow: 0 0 3px 1px #00000017;
    margin: 8px 0;
    border-radius: 5px;
}


/*  ###  Rubberband range input   */

.rubber-ipt {
    width: 220px;
    height: 2px;
    background-color: #ddd;
    position: relative;
}

.rubber-ipt-range {
    width: 200px;
    height: 2px;
    background-color: #cf2222;
    position: relative;
}

.rubber-ipt-min,
.rubber-ipt-max {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    border: 1px solid #cf2222;
}

.flex_fix {
    display: flex;
    padding: 10px 20px 14px;
}

.rubber-ipt-min {
    transform: translate(-9px, -9px);
    left: 0;
}

.rubber-ipt-max {
    transform: translate(210px, -9px);
    left: 0;
}

.switch-field {
    display: flex;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #d03131;
    color: #fff;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 15px 0 0 15px;
}

.switch-field label:last-of-type {
    border-radius: 0 15px 15px 0;
}

.rubber-value-min {
    top: 10px;
    transform: translateX(-10px);
}

.rubber-value-max {
    top: 10px;
    right: 0;
    transform: translateX(10px);
}


/* #########  Styling */

.first_name_fix_2 {
    width: 58%;
    text-align: left;
}

.first_name_fix_2 h3 {
    padding-top: 7px;
}

.last_name_fix_2 {
    width: 42%;
}

.textarea textarea {
    box-shadow: unset;
    border-radius: 15px;
    font-size: 12px;
    height: 80px;
    margin: 8px 0 0;
    background: #f7f7f77a;
}

.select_setting h3 {
    color: #33333382;
    padding-top: 3px;
}

.select_setting {
    border: 1px solid #3333;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    margin: 10px 0 3px;
}

.select_setting select {
    border: unset;
}

.fix_new_btn:hover {
    color: #fff;
}

.form_box select {
    width: 100%;
    margin: 0 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 35px;
    padding: 0 18px 0 55px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    background: #e2e2e2;
    box-shadow: 0 0 7px 0 #e0d7d7;
    -webkit-box-shadow: 1px 6px 7px rgb(113 113 113 / 25%);
    border: 1px solid #bdbdbd;
}

.fix_new_btn {
    background: #d03131;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 100px;
}

.main_fix_row {
    display: flex;
    padding: 15px 0;
}

.w-20_col {
    width: 20%;
}

.w-20_col img {
    width: 61px;
    border-radius: 100px;
}

.w-40_col {
    width: 40%;
}

.w-40_col i {
    font-size: 20px;
    padding-top: 25px;
}

.full_width_f {
    display: flex;
    padding: 18px 10px;
    background: #fff;
}

.right_w_80 h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.height_fix {
    height: unset;
}

.right_w_80 p {
    font-size: 13px;
    margin: 0;
}

.right_w_20 {
    width: 20%;
}

.right_w_80 {
    width: 80%;
}

.typing_text img {
    width: 162px;
    height: 162px;
    border-radius: 100%;
}

.typing_text {
    position: fixed;
    top: 27%;
    z-index: 9999;
    left: 0;
    right: 0;
}

#text {
    font-size: 40px;
    color: #fff;
}

.track_page h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 92px 0 16px;
}

.contact_page .register_page {
    padding: 20px 18px 98px;
}

.page_title h4 {
    font-size: 14px;
    margin-bottom: 0;
}

.bottom_bar {
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 5px 10px 5px 0;
    max-width: 101%;
    margin: 0 auto;
    z-index: 999;
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
}

.bottom_bar ul li {
    width: 34%;
    position: relative;
    text-align: center;
    display: inline-block;
}

.bottom_bar #home_icon {
    width: 31%;
}

.bottom_bar ul li svg,
.bottom_bar ul li svg {
    display: block;
    margin: 0 auto 0px;
    width: 32px;
}

.bottom_bar ul li b {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 2px;
    text-transform: capitalize;
    line-height: 1.4;
}

.bottom_bar ul #rate_calculator {
    width: 31%;
}

#rate_calculator_box select {
    padding: 13px 18px;
    height: auto;
}

.delivery_banner img {
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.shipment_box {
    padding: 40px 20px 70px;
}

.shipment_box h4 {
    line-height: 1.5;
    margin: 0 0 20px;
}

.shipment_box ul {
    text-align: left;
}

.shipment_box ul li {
    position: relative;
}

#rate_transit ul li a:hover,
.shipment_box ul li a {
    color: #fff;
    background: #b3a037;
}

.shipment_box ul li a {
    display: inline-block;
    width: 100%;
    margin: 0 0 12px;
    padding: 10px 9px 11px 94px;
    border-radius: 35px;
    font-size: 20px;
    border: 1px solid #b3b3b366;
    font-weight: 500;
}
table.resposive_table tr:nth-child(even){
    background: #fff;
}

.shipment_box ul li svg {
    width: 27px;
    vertical-align: middle;
    position: absolute;
    left: 55px;
    top: 10px;
}

.shipment_box ul li .service_bg {
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
    color: #fff;
    box-shadow: 0 0 20px 0 #ccccccc7;
}

.shipment_box .rate_bg {
    border: 1px solid #b3a037;
}

.track_shipments {
    padding: 21px 15px;
    width: 373px;
    margin: 0 auto;
}

.track_shipments .form_box svg {
    cursor: pointer;
}

.track_shipments .form_box .search_box ,.track_shipments .form_box svg,.shipment_track_btns svg{
    position: absolute;
    right: 13px;
    left: auto;
    top: 10px !important;
    width: 25px;
    height: 25px;
}

.track_info {
    padding: 9px 8px;
    text-align: left;
}

.track_info p {
    font-size: 14px;
    color: #4c4b4b;
    margin: 0 0 14px;
    line-height: 1.6;
}

.track_info a {
    font-size: 13px;
    color: #da8e0e;
    font-weight: 600;
    text-decoration: underline !important;
}

.no_records {
    margin: 0;
}

.no_records b {
    border-top: 1px solid #cccccc82;
    border-bottom: 1px solid #cccccc82;
    padding: 16px 0;
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.radius_box svg {
    width: 37px;
    padding: 15px 0 0;
}

.no_records img {
    width: 100%;
    display: block;
    height: 267px;
    object-fit: cover;
}

.track_shipment_page .login_screen {
    margin: 0;
}

.get_quote input {
    padding: 0 18px 0 34px;
}

.form_box {
    text-align: left;
    clear: both;
}

.form_box label {
    margin: 0 4px 12px;
}

::-webkit-input-placeholder {
    color: #4c4b4b;
}

::-moz-placeholder {
    color: #4c4b4b;
}

:-ms-input-placeholder {
    color: #4c4b4b;
}

:-moz-placeholder {
    color: #4c4b4b;
}

.package_box {
    margin-top: 22px;
    /*border-top: 1px solid #cccccc78;
    padding: 12px 0 0;*/
}

.package_box h4 {
    padding: 14px 18px 15px 29px;
    height: auto;
    font-size: 14px;
    cursor: pointer;
}

.package_box h4 i {
    float: right;
    font-size: 22px;
    vertical-align: middle;
    margin: -2px 0 0;
}

.select_packaging_dropdown {
    background: #fff;
    border: 1px solid #dcdbdb;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    display: none;
    margin: -13px 3px;
}

.bdr_select {
    border-bottom: 1px solid #dcdbdb;
    padding: 10px 3px;
    background: #f7f7f7;
    border-radius: 10px 10px 0 0;
}

.select_img {
    width: 20%;
    padding: 6px 0 0;
    text-align: center;
}

.select_img img {
    width: 29px;
    object-fit: contain;
    height: 29px;
    vertical-align: middle;
}

.select_info {
    width: 80%;
    padding: 0 0 0 3px;
}

.select_info h5 {
    margin: 0 0 8px;
    font-size: 15px;
    color: #ce0b0b;
}

.select_info p {
    font-size: 11px;
}

.Dutiable_box {
    margin-top: 30px;
    position: relative;
}

.Dutiable_box svg {
    top: 46px;
    left: 13px;
}

.Dutiable_box select {
    padding: 13px 29px 13px 32px;
    height: auto;
}

#delivered_details .Dutiable_box .search_box {
    top: 42px !important;
}

#rate_transit {
    padding: 0 16px 71px;
}

#rate_transit ul li a {
    text-align: center;
    font-size: 17px;
    padding: 16px 9px;
}

#rate_transit ul li .service_bg {
    border: 1px solid #315a9c;
}

.select_service h2 {
    color: #e69712;
    margin: 0 0 28px;
    font-size: 23px;
}

.select_service ul {
    text-align: center;
    margin: 0 0 39px;
}

.select_service ul li {
    display: inline-block;
    width: 46%;
    vertical-align: middle;
}

.select_service ul li a {
    display: inline-block;
}

.select_service ul li a img {
    width: 58px;
    margin: 0;
    vertical-align: middle;
    height: 55px;
    object-fit: contain;
    padding: 17px 0 0;
}

.select_service ul li a h5 {
    font-size: 17px;
    line-height: 1.4;
}

.radius_box {
    border-radius: 100%;
    width: 74px;
    height: 74px;
    margin: 0 auto 13px;
    border: 2px solid #049ac5;
    background-image: linear-gradient(#1386a7, #049ac5, #20bfec) !important;
}

.choose_service {
    text-align: center;
    margin: 0 0 20px;
}

.sidebar_menu {
    position: fixed;
    top: 0;
    width: 19%;
    left: 0;
    bottom: 0;
    box-shadow: 1px 60px 19px rgb(132 132 132 / 58%);
    z-index: 999;
    background: #fff;
    overflow-y: auto;
    display: none;
}

.main_baner img {
    width: 100%;
    height: 139px;
    object-fit: cover;
    display: block;
}

.inner_menu_box ul li a {
    width: 100%;
    display: inline-block;
    padding: 8px 18px;
    border-bottom: 1px solid #cccccc85;
}

.inner_menu_box ul li a svg {
    width: 26px;
    vertical-align: middle;
    margin: -5px 4px 0 0;
}

.close-btn {
    position: fixed;
    top: 13px;
    left: 290px;
    color: #fff;
    background: #352f2f;
    border-radius: 100%;
    width: 20px;
    cursor: pointer;
    text-align: center;
    height: 20px;
    line-height: 1.1;
}

.close-btn i {
    font-size: 15px;
}

.monday_date {
    background: #f5f5f5;
    padding: 7px 34px;
    border-radius: 35px;
    border: 1px solid #cccccc9e;
}

.monday_date b {
    display: block;
    margin: 0 0 6px;
    font-size: 15px;
}

.monday_date p {
    font-size: 14px;
    color: #eb1f27;
}

.shipment_box .rate-transit,
.shipment_box ul li a:hover {
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
    border: 1px solid #6c2c8d;
}

.shipment_box ul li a:hover {
    color: #fff;
}

.shipment_box ul li a:hover svg path {
    fill: #fff;
}
.textarea_box{
    height: 68px;
    margin-bottom: 0;
}
.Pending_bg a{
    background-image: linear-gradient(-90deg, #e09c2a, #c78a23) !important;
}

.fix_logo_f img {
    width: 75px;
}

.body_img_bg {
    background: url(../images/flatpack-delivery_africa.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.fix_screen {
    background: unset;
    padding: 59px 0 0;
}

.login_btn_:hover {
    color: #fff;
    background: #0589af;
    border: 1px solid #0589af;
}

.login_btn_ ,#rate_transit .shipment_btns{
    text-align: center;
    padding: 10px 14px 13px;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #9433c5);
    color: #ffffff;
    box-shadow: 0 0 20px 0 #ccccccc7;
    display: inline-block;
    width: 25% !important;
    margin: 7px 0 !important;
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 19px;
    border: 1px solid #335c9f;
    font-weight: 500;
}

.uesr_pic {
    position: absolute;
    top: 42px;
    width: 100%;
    text-align: center;
}

.uesr_pic img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
}

.uesr_pic h3 {}

.shipment_box_new ul {}

.shipment_box_new ul li:last-child {}

.shipment_box_new {
    margin-top: 50px;
    width: 360px;
    margin: 0 auto;
}

.shipment_box_new ul li {
    /* border: 5px solid #0d0150; */
    margin: 14px 0px;
    border-radius: 70px;
    padding: 8px 0 8px 34px;
    box-shadow: 0 0 7px 1px #0000002e;
    text-align: left;
}

.shipment_box_new ul li a {}

.font_size {}

.shipment_box_new ul li a h2 {
    color: #6c2c8d;
    font-size: 19px;
    font-weight: 600;
}

.shipment_box_new ul li a h3 {
    display: inline-block;
    font-size: 14px;
    color: #0d0150;
    padding: 1px 0 4px;
    vertical-align: top;
}

.shipment_box_new ul li a svg {
    width: 47px;
    float: left;
    height: 47px;
    border-radius: 100px;
    padding: 0 12px;
    margin-right: 21px;
    top: 8px !important;
    right: -3px;
    left: auto;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}

.fix_input_last input {
    padding: 10px 12px;
}

.fix_input_last {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.main_container {
    padding: 0 15px;
}

.upload-options {
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color ease-in-out 150ms;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}

.upload-options label::after {
    content: '';
    background: url(../images/camera.svg);
    position: absolute;
    background-color: #fff;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    padding: inherit;
    right: 68px;
    top: 91px;
    z-index: 0;
    border-radius: 100%;
    border: 1px solid #010101;
}

.upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.upload-options label span:hover i.material-icons {
    color: lightgray;
}

.js--image-preview {
    height: 150px;
    border-radius: 100%;
    width: 150px;
    margin: 0 auto;
    border: 1px solid;
    position: relative;
    overflow: hidden;
    background-image: url(../images/user.png);
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper_box_pix {
    margin: 0 0 19px;
}

.box_pix_ {
    position: relative;
}

.js--image-preview.js--no-default::after {
    display: none;
}

.js--image-preview:nth-child(2) {
    background-image: url('http://bastianandre.at/giphy.gif');
}

i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

.drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    transform: scale(0);
}

.animate {
    animation: ripple 0.4s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.main_table_fix {
    padding: 0 15px;
    margin-bottom: 70px;
}

table.resposive_table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table.resposive_table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.resposive_table tr {
    background-color: #ffffff;
    border: 1px solid #cac9c9;
    padding: 0;
    box-shadow: 0 7px 23px 0 rgb(117 117 117 / 44%);
    border-radius: 3px;
    float: left;
       width: 23.8%;
    margin: 0 15px 19px 0;
}

table.resposive_table th,
table.resposive_table td {
    padding: 8px 11px;
    text-align: center;
}

table.resposive_table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

table.resposive_table caption {
    font-size: 1.3em;
}

table.resposive_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

table.resposive_table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 19px;
}

table.resposive_table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 12px;
    text-align: right;
        position: relative;
}
.cod_list svg{
        top: 3px !important;
}

.fixleft_side {
    padding: 0 15px;
}

table.resposive_table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 15px;
    color: #3e3b3b;
}
.main_wrapper_table,
.main_wrapper_table2,
.main_wrapper_table3,
.main_wrapper_table4,
.main_wrapper_table5,
.main_wrapper_table6 {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 8px 8px;
    box-shadow: 0 0 24px 0 #ccc;
    border: 1px solid #ccc;
    border-top: none;
    top: 37px;
}

.fix_ul_li {
    padding-top: 4px;
}

.fix_ul_li li {
    padding: 4px 0;
    width: 100%;
    clear: both;
}

.fix_ul_li li b {
    float: left;
    color: #e21a28;
    width: auto;
    text-align: left;
}

.fix_view_btn a {
    padding: 0 5px;
}

.fix_view_btn a i {
    color: #0e0ee0;
}

.fix_view_btn a:nth-child(2) i {
    color: #e61c2a;
}

.fix_view_btn a:nth-child(3) i {
    color: #009688;
}

#table_btn_menu,
#table_btn_menu2,
#table_btn_menu3,
#table_btn_menu4,
#table_btn_menu5,
    #table_btn_menu6 {
    cursor: pointer;
    color: #0d0150;
    font-size: 17px;
    margin-top: 4px;
}


table.resposive_table td:last-child {
    border-bottom: 0;
}


.delivered {
    background: #0d0150;
    color: #fff;
    padding: 1px 10px 3px;
    border-radius: 18px;
}

.sidebar_menu::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
}
.sidebar_menu::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.sidebar_menu::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#ada9a2;
}
#rate_transit a{
    margin-top: 0 !important;
}
.box_pix_{
    margin-bottom: 20px;
}
.contact_page .textarea_box {
    height: 174px;
}
.contact_page p{
    margin: 22px 0 18px;
}
.contact_page h4{
        color: #ec1121;
        font-size: 26px;
        margin: 45px 0 0;
}
.Dutiable_box select {
    color: #626262;
}
.pieces_box{
    float: left;
    width: 48%;
    clear: inherit;
    margin-right: 9px;
}
.margin_none{
    margin-right:0;
}
.shipment_box_new ul li{
    -webkit-transition:0.4s;
    position: relative;
}
.shipment_box_new ul li:hover{
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
}
.viev-btn {
    text-align: center !important;
}
.viev-btn h6 a:hover{
        background-image: linear-gradient(-90deg, #e09c2a, #c78a23);
}
.viev-btn  h6 a{
    background: #292626;
    color: #fff;
    display: inline-block;
    padding: 5px 16px 7px;
    border-radius: 35px;
    font-size: 12px;
}
.shipment_box_new ul li:hover h2,.shipment_box_new ul li:hover h3{
    color: #fff;
}
table.resposive_table td h6,.Pending_approval{
    font-size: 13px !important;
        color: #de251c;
}
table.resposive_table .Approved h6, .Approved {
    font-size: 16px !important;
    color: #6da72a;
}
.auto_records table.resposive_table td {
    font-size: 14px;
    text-align: left;
}
.auto_records table.resposive_table th, .auto_records table.resposive_table td {
    padding: 11px;
}
.auto_records table.resposive_table td span {
    background: #444c;
    color: #fff;
    padding: 6px 6px 7px;
    display: inline-block;
    border-radius: 23px;
    margin: -4px 0 9px 4px;
    font-size: 11px;
    width: 47%;
    text-align: center;
    float: right;
    cursor: pointer;
}
/*.auto_records {
    min-height: 170px;
    overflow-y: auto;
    max-height: 294px;
    box-shadow: 0 7px 23px 0 rgb(117 117 117 / 62%);
    border-radius: 3px;
}*/
.auto_records table.resposive_table tr{
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}
.auto_records::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
}
.auto_records::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.auto_records::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#ada9a2;
}
.shiping-consignee-bdr .track-result{
    margin: 0 0 8px -10px;
}
.Consignee_box{
        padding: 0px 0 0 18px;
}
.status_box.w_90_px p {
    font-size: 12px;
    padding: 7px 0 4px;
}
.w_90_px p{
    position: relative;
}
.w_90_px p:before{
    content: '';
    display: block;
    top: auto;
    left: -20px;
    background: #aba8a3;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 100%;
    margin-top: 6px;
}
.status_box p:before {
    left: -28px;
}
.deliver_icon{
    position: relative;
}
.delivery_icon_info svg {
    position: absolute;
    left: 7px;
    top: 5px;
    width: 23px;
}
.delivery_table_ table.resposive_table th,.delivery_table_  table.resposive_table td {
    padding:5px 11px 16px 37px;
}
.delivery_icon_list{
}
.delivery_icon_list svg{
    position: absolute;
       left: 7px;
       top: -28px;
       width: 23px;
}
.login_loader{
        background: url(../images/flatpack-delivery_africa.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
        margin: 0;
}
.shipment_box_new ul li:hover  svg{
    background: #b4a138;
}
#desktop_view {
    max-width: 100%;
}
.deliver_icon i {
    cursor: pointer;
    color: #0d0150;
    font-size: 17px;
    margin-top: 4px;
}
#login_desktop .login_btn_ {
    width: 100% !important;
    cursor: pointer;
}
.submit_deliviery table.resposive_table tr{
    width: 100%;
    float: none;
}
.track_details_page{
    width: 312px;
    margin: 20px auto 0;
}
.camera-button{
    position: static;
    right: 0;
    left: 0;
}
.box_pix_{
    height: 104px;
    width: 210px;
    margin: 0 auto;
}

.camera-button .button.is-primary {
    background: #fff;
    border: 3px dotted #ec1121;
    color: #fff;
    height: 100px;
    padding: 5px 0 0;
    width: 100px;
    border-radius: 100%;
    cursor: pointer;
}
.web-camera-container {
    padding: 0;
    border-radius: 4px;
    width: 100%;
    height: 122px;
}
 .camera-box video {
      width: auto;
      height: 110px;
      border-radius: 4px;
      /* border: 2px dotted #000; */
}
.web-camera-container .camera-box .camera-shutter {
   opacity: 0;
   width: 100%;
   background-color: #fff;
   position: absolute;
}
 .web-camera-container .camera-loading ul {
   height: 100%;
   position: absolute;
   width: 100%;
   z-index: 999999;
   margin: 0;
}
.camera-button .button.is-danger {
    background: #e11a28;
    z-index: 99999;
    padding: 0;
    color: #fff;
    font-size: 12px;
    border: unset;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 23px;
    top: -8px;
    cursor: pointer;
    display: none;
}
.button:focus{
    outline: none;
    border: none;
}
.rate-transits,.desktop_layout{
    width: 367px;
    margin: 0 auto;
}
.login_btm img{
    width: 100%;
    display: block;
}
.desktop_layout {
    padding: 19px 20px 0;
}
#pad_none{
    padding-bottom: 0;
}
.my_shipment_me{
    text-align: center;
    padding: 0 20px;
}
.shipment_tabs_box ul{
    background: #f5f5f5;
    padding: 11px 0 11px;
    border-bottom: 1px solid #cccccca6;
}
.shipment_tabs_box ul li {
    display: inline-block;
    width: 14%;
    margin-right: 5px;
}
.shipment_tabs_box ul li a{
    color: #fff;
    padding: 7px 16px;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}
#rate_transit .contact_btn,.shipment_tabs_box ul li a,#signup_box .contact_btn{
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
    border: 1px solid #b4a138;
}
.shipment_tabs_box ul li .active{
    color: #fff;
    background-image: linear-gradient(#416baf, #274f90, #416baf) !important;
    border: 1px solid #3760a3;
}
.shipment_tabs_box ul li a:hover{
    background-image: linear-gradient(60deg, #e61c2a 0%, #ec1121 56%);
    color: #fff;
}
#register_screen {
    padding: 28px 0 0;
}
#register_screen h3{
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 7px;
}
#register_screen p{
    font-size: 14px;
}
#register_screen .get_quote input {
    padding: 0 18px 0 18px;
}
.date_box {
    padding: 12px 0;
}
.to-me-date {
    width: 367px;
    margin: 0 auto 10px;
    box-shadow: 1px 6px 7px rgb(16 16 16 / 14%);
    border: 1px solid #ccc9;
}
.from_delivery{
    text-align: left;
    padding: 10px 13px 14px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.from_delivery p{
    font-size: 14px;
}
.from_delivery b{
        font-size: 16px;
        display: block;
        margin: 3px 0;
        font-weight: 600;
        color: #e21927;
}
.from_delivery svg{
    width: 33px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li {
    background: #d8d7d7;
    color: #222;
    display: inline-block;
    padding: 7px 9px;
    cursor: pointer;
    width: 32%;
}
ul.tabs li.current {
    background: #e41927;
    color: #fff;
}

.tab-content{
    display: none;
    background: #e8e8e8;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 9px;
}

.tab-content.current{
    display: inherit;
}
.scan_delivery_btn {
    padding: 5px 0 0;
}
.scan_delivery_btn ul li {
    display: inline-block;
    width: 49%;
}
.scan_delivery_btn ul li a {
    font-size: 11px;
    background: #d0cece;
    color: #000;
    padding: 7px 3px;
    display: inline-block;
    margin: 5px 2px 0;
    border-radius: 2px;
    width: 100%;
}
.Signature_box{
    height: 200px;
}
.right_logo {
    position: absolute;
    right: 15px;
    text-align: right;
    margin-top:2px;
    cursor: pointer;
}
.right_logo img{
    width: 86px;
}
#mian_home {
    padding: 8px 0 13px !important;
}
#rate_transit .shipment_btns{
    height: auto;
    width: 23% !important;
    margin: 1px auto 0 !important;
}
#inner_rate_box li input{
    height: auto !important;
    padding: 16px 9px;
    font-size: 17px;
}
#rate_transit .shipment_btns,#inner_rate_box li input{
    cursor: pointer;
}
#inner_rate_box .rate_bg {
    color: #fff;
    background: #0d0150;
}
 .fix_ul_li{
       position: relative;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 8px 22px;
    /* box-shadow: 0 0 12px 0 #ccc; */
        border: 1px solid #ccc;
    top: 3px;
    /*border-top: none;*/
}
.save_future{
        color: #000;
        float: right;
        vertical-align: middle;
        margin: 0 11px 0 0;
        border: none;
        border-radius: 3px;
        padding: 3px 8px 4px;
        cursor: pointer;
        background: #fff;
        font-size: 11px;
        cursor: pointer;
}
.track_btn {
    float: left;
    color: #ffffff !important;
    background:#345d9f;
    padding: 3px 8px 5px;
    font-size: 12px;
    border-radius: 2px;
}
.track_btn:hover,.track_btn:focus{
    background: #e61c2a;
}
.shipment_track_btns svg {
    width: 22px;
    position: absolute;
    top: 11px;
    left: 10px;
}
.shipment_track_btns{
    width: 323px;
    margin: 13px auto 15px;
    position: relative;
}
.shipment_track_btns input {
    padding: 0 136px 0 30px;
}
.shipment_track_btns .login_btn_ {
    width: auto !important;
    height: auto;
    position: absolute;
    padding: 13px 13px;
    border: none;
    top: -7px;
    right: 0;
    cursor: pointer;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #9433c5);
}
#selector_icon ul li a {
    display: inline-block;
    width: auto;
    padding: 0;
    background: transparent;
    border: none;
}
#selector_icon ul li a h5 {
    color: #000;
}
#selector_icon ul li svg {
    vertical-align: middle;
    position: static;
    width: 37px;
    padding: 15px 0 0;
}
#selector_icon ul li a:hover{
    background: none !important;
    color: #fff;
    border: none !important;
    box-shadow: none;
}
#selector_icon  ul {
    margin: 0 0 13px;
        padding: 26px 0 0 !important;
}

#selector_icon ul li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
#tracking_status .status_box p span{
    float: left;
    width: 50%;
}
#tracking_status .status_box p b{
    float: right;
    width: 50%;
    text-align: right;
}
.status_box.w_90_px p {
    clear: both;
}
.deliver_icon svg {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 6px;
    top: 4px;
}
#track_list_records{
    padding-bottom: 2px !important;
}
.form_loader img{
        width: 30%;
    margin: 0 auto;
}
.booking_values .form_box select {
padding: 0 18px 0 17px;
}
.booking_values .get_quote input {
padding: 0 18px 0 11px;
}
.booking_values .form_box .search_box, .booking_values .form_box svg, .booking_values svg {position: absolute;right: 13px;left: 0;top: 9px !important;width: 24px;height: 24px;margin: 0 auto;right: 0;}
.lable_toggle label {
font-weight: bold;
color: #e41928;
margin-top: 8px;
}
.booking_values .textarea_box {
height: 68px;
margin-bottom: 9px;
}
.hide_box_pickup{
display: none;
}
.padd_top_none{
padding-top: 0;
}
.pickup_toggle i {
float: right;
vertical-align: middle;
margin: 0px 17px 0 0;
font-size: 28px;
}
.pickup_toggle label{
width: 100%;
cursor: pointer;
margin: 10px 5px 6px;
}
.labeldown i{
transform :rotate(179deg);
}
.loader_onorder{
        width: 176px;
    margin: 0 auto;
}


/*tabs steps*/
.wizard {
    margin: 0;
    background: #fff;
    width: 100%;
}
.wizard .nav-tabs {
    position: relative;
    margin: 0;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
    width: 100%;
    text-align: center;
    padding: 0 1px 0;
}
.tab-pane {
    display: none;
}
.tab-content- .active {
    display: block;
}

.wizard > div.wizard-inner {
    position: fixed;
    top: 0;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #6c2c8d);
    width: 56px;
    text-align: center;
    height: 100vh;
    z-index: 9999;
    border-radius: 0 22px 22px 0;
    padding: 129px 4px 0 4px;
}
.connecting-line {
    height: 2px;
    background: none;
    position: absolute;
    width: 76%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 46%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 45px;
    height: 45px;
    line-height: 43px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #ffffff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #b3a037;
    background-image: linear-gradient(#b3a035, #b4a134, #b3a037);
}
.wizard .nav-tabs > .active:hover img {
    /*filter: grayscale(121%) brightness(300%) sepia(180%) hue-rotate(
-50deg
 ) saturate(600%) contrast(0.8) !important;*/
 filter: none;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
span.round-tab:hover  img{
   filter: none !important;
}
.wizard .nav-tabs > li {
    width: auto;
    margin: 0 auto 13px;
    text-align: center;
    float: none;
    display: block;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 27%;
    opacity: 1;
    margin: 0 auto;
    bottom: 35px;
    border: 10px solid transparent;
    border-bottom-color: red;
    display: none;
}
.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
    display: block;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
    border: 1px solid transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 22px;
}
.wizard h3 {
    margin-top: 0;
}
.nav-tabs {
    border-bottom: none;
}
.wizard .nav-tabs > li.active > a svg path,.wizard .nav-tabs > li > a:hover svg path{
    fill: #fff;
}
.shipmentbox input[type="radio"]
{
  appearance: none;
  display: none;
}

.shipmentbox input[type="radio"] + label
{
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}

.shipmentbox input[type="radio"] + label::before
{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #f27474;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 1;
  transition: all 0.3s;
}

.shipmentbox input[type="radio"] + label::after
{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #f27474;
  background: #f27474;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: auto;
  opacity: 0;
  transition: all 0.3s;
  margin-top: 8px;
}

.shipmentbox input[type="radio"]:checked + label::after
{
  opacity: 1;
}
.payment_method_box{
    background: #e6e6e6;
    margin: 0 9px 9px;
    padding: 11px 12px;
    text-align: left;
    border-radius: 6px;
    border: 1px solid #cccccc4d;
    position: relative;
}
.shipmentbox{
    margin-top: 12px;
}
.next-step,.prev-step{
    /* border: none; */
    padding: 10px 39px;
    border-radius: 35px;
    margin: 19px 0 0;
    font-size: 15px;
    font-weight: 500;
}
.next-step {
    color: #b3a037;
    margin: 0;
    background: transparent;
    border: 2px solid #b3a037;
}
.prev-step{
    color: #fff;
    margin: 0 !important;
    border: 2px solid #b4a138;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}
.tab-content- {
    height: auto;
    margin: 0 auto;
    width: 376px;
    padding: 35px 0 100px 62px;
}
.list-inline {
    position: fixed;
    bottom: 67px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #eae9e9;
    width: 100%;
    padding: 12px 8px 11px 57px;
    text-align: center;
        z-index: 9;
    border-top: 1px solid #8080802e;
}
.pickup_information {
    text-align: left;
    padding: 0 31px 0 0;
}
.pickup_information h4{

color: #6c2c8d;

font-weight: bold;

font-size: 16px;
}
.inner_pickupinfo{

margin: 9px 0 11px;

position: relative;
}
.inner_pickupinfo label{

font-size: 13px;

margin: 0 0 5px;

font-weight: 500;
}
.inner_pickupinfo label span{

color: #e41927;

font-weight: bold;
}
.inner_pickupinfo  select,.inner_pickupinfo input{
    border-radius: 35px;
    padding: 0 35px 0 13px !important;
    border: 1px solid #cccccc73;
    height: 40px;
    width: 100%;
    font-size: 13px;
    background: #ececec;
}
.inner_pickupinfo select {
}
.inner_pickupinfo svg {
    left: auto;
    right: 15px;
    top: 34px !important;
    width: 24px;
    z-index: 9;
    /* height: 20px; */
}

.nav-tabs img{

width: 26px;

height: 27px;

object-fit: contain;

line-height: inherit;
}
.wizard .nav-tabs > .active  img,.wizard .nav-tabs > li:hover  img{
    filter: grayscale(109%) brightness(398%) sepia(91%) hue-rotate(11deg ) saturate(20%) contrast(0.8);
}
.right_btmbar ul li b {
    color: #545353;
}
.right_btmbar {
    background: #fff;
    border-top: 1px solid #ccccccab;
}
.next-step:hover{
        color: #b3a037;
        background: transparent;
}
button:focus,a:focus{
    outline: 0;
}
.right_btmbar ul li {
    width: 33%;
}
#red_bar {
    background-image: linear-gradient(60deg, #333 0%, #545353 56%);
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.carge_location_map{
    position: absolute;
    top: 49px;
    opacity: 0.3;
}
.carge_location_map img{
      width: 100%;
}
.inner_pickupinfo label > h6 {
    display: inline-block;
    font-size: 9px;
    color: #df1a28;
    font-weight: bold;
    margin: 0 0 0 8px;
}
.swal-footer {
    text-align: center;;
}
.swal-button {
    background-color: #6b2a8c;
    border-radius: 35px;
    padding: 10px 49px;
}
.swal-button:not([disabled]):hover {
    background-image: linear-gradient(#6b2a8c, #6b2a8c, #8d26c1) !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;background: none;
}
#order_listing .back_btn a{
    display: inline-block;
}
#order_listing  svg {
    top: 0px !important;
}
.user_name_ h3 span{
    float: right;
}
.cod_amount {
    width: 100%;
    text-align: left;
    padding: 14px 9px 0;
}
.cod_amount ul li {
    font-size: 12px;
    margin: 0 0 6px;
    border-bottom: 1px dotted #ccccccd4;
    padding: 0 0 8px;
}
.cod_amount ul li:last-child{
    border-bottom: none;
}
.cod_amount ul li b {
    font-weight: 600;
    color: #353535;
}
.cod_amount ul li span {
    float: right;
    font-weight: 600;
    color: #83c52f;
}
#track_details .fix_location {
    padding: 0 0 15px 0;
   /* border: none;*/
}
#track_details  .fix_wrapper_h {
    margin: 11px 0;
}
#track_details .status_box p:before {
    left: -24px;
}
#track_details .user_name_ h3 {
    margin: 0 0 10px;
}
#track_details .Consignee_box {
    padding: 0px 0 13px 18px;
}
#track_details  .status_box{
    padding: 0 5px 16px 20px;
}
.file_type input {
    padding-top: 7px !important;
    opacity: 1;
    border: none;
}
.custom-file-input {
  color: transparent;
}
.custom-file-input {
    font-weight: 700;
    font-size: 11px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
    content: 'Choose File';
    color: black;
    display: inline-block;
    background: none;
    border: none;
    border-radius: 3px;
    padding: 4px 4px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    font-size: 13px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
    outline-offset: 0;
}
.track-result p .distance{
    margin: 0 5px 0;
    color: #e61927;
}
#desktop_orders,#track_details_info{
    width: 100%;
    padding: 0 26px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h{
    width: 24%;
    float: left;
    margin: 0 12px 12px 0;
}
.view_action_btn {
    width: 24px;
    vertical-align: middle;
    margin: 0 3px 0 0;
}
.action_box{
    padding-top: 10px;
}
.order_info_details {
    position: relative;
    background: #fff;
    padding:10px 10px 2px;
    border-radius: 10px;
    border: 2px dotted #d4d4d4;
    box-shadow: 1px 8px 17px rgb(152 152 152 / 25%);
    width: 24%;
    float: left;
    margin: 0 13px 13px 0;
}
.inner_info {
    float: left;
    width: 50%;
}
.inner_info p {
    text-align: left;
    font-size: 17px;
    padding: 0 0 7px;
    font-weight: 500;
    color: #525050;
    text-transform: capitalize;
}
.distance{
        padding: 0 3px;
}
.location_to {
    width: 100%;
    padding: 1px 0 0 20px;
    position: relative;
}
.right_box p{
    text-align: right;
}
.inner_info b {
    font-size: 16px;
    font-weight: 500;
    color: #f27474;
}
.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.odr-no{
    font-weight: bold !important;
    color: #10597a !important;
}
.location_to h4 {
    display: block;
    float: none;
    margin: 7px 0 2px;
}
.from_to{
    position: relative;
}
.from_to:before{
    content: '';
    display: block;
    left: 0;
    border-left: 3px dotted #7cc24d;
    width: 2px;
    height: 43px;
    position: absolute;
    top: 5px;
}
.from_to{

position: absolute;

top: 4px;

left: 2px;
}
.from_to span{

position: absolute;

display: block;

background: #adb8bd;

width: 7px;

height: 7px;

top: 21px;

left: -2px;

border-radius: 100%;
}

.cod_blue{
    color: #1893b7 !important;
}
.sr_info .w_10_px ul li i {
    margin: 0px 0 0 -15px;
}
.order_info_track .w_90_px p:before {
    left: -19px;
}
.sro_record .fix_location{
    border: none !important;
}
.location_to p, .location_to h4 {
    font-size: 19px;
}
#track_details .order_history_details .status_box p:before {
    left: -21px;
}
.checked_mark {
    font-weight: 500 !important;
    color: #83c52f !important;
}
/*#signup_Tabs{
padding-top: 35px;
}*/
.confirm_message_box{
        font-size: 14px;
    padding: 19px 8px 0;
}
.confirm_message_box{
        font-size: 14px;
    padding: 19px 8px 0;
}
#page-name .parcel_received{
        position: relative;
        top: 5px;
        right: -4px;
    font-size: 13px !important;
    }
.confirm_message_box {
    text-align: center;
    padding: 80px 13px 0;
}
.confirm_message_box img {
    width: 86px;
    margin: 0 0 14px;
}
.confirm_message_box p {
    font-size: 15px;
}
.search_order_list {
    padding: 22px 0 9px;
    position: relative;
}
.search_order_list i {
    position: absolute;
    top: 35px;
    margin: 0 0 0 13px;
}
.search_order_list input {
    width: 295px;
    padding: 0 15px 0 34px;
    height: 39px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
}
.lang_select{
    position: relative;
}
.lang_select select{
    padding: 0 18px;
    background: #fff;
}
.lang_select img{

position: absolute;

width: 19px;

top: 13px;

right: 16px;
}


/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"], 
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}
.right_logo{
    display: none;
}
#home_layout ul li {
    width: 45%;
    display: inline-block;
    margin: 0 8px;
}
#home_layout ul li a {
    padding: 17px 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 12px 31px rgb(123 123 123 / 25%);
    background: #fff;
    color: #3a3939;
    border: 1px solid #b7a22d;
    font-size: 19px;
}
#home_layout ul li svg {
    display: block;
    position: static;
    margin: 0 auto 9px;
    width: 51px;
}
#home_layout ul li a:hover{
    background: #b3a037;
}
#home_layout ul li a:hover svg path,#home_layout ul li a:hover{
    color: #fff;
}


/*responsive*/


@media(max-width: 1250px) {
    .container {
        width: 100%;
    }
    .order_info_details {
        width: 32%;
    }
    #rate_transit .shipment_btns {
        height: auto;
        width: 35% !important;
        margin: 1px auto 0 !important;
    }
    table.resposive_table td h6, .Pending_approval {
        font-size: 14px !important;
    }
    .shipment_tabs_box ul li {
        width: 19%;
    }
    .delivery_table_ table.resposive_table th, .delivery_table_ table.resposive_table td {
        padding: 5px 11px 14px 37px;
    }
    .shipment_box {
        padding: 77px 20px 70px;
    }
    .loader {
        width: 100%;
    }
    .loader>img {
        width: 100%;
    }
    .sidebar_menu {
        width: 25%;
    }
    table.resposive_table tr {
        width: 31.8%;
    }
    #homejs_page .shipment_box {
        padding: 35px 20px 70px;
    }
    #homejs_page #selector_icon ul {
        padding: 18px 0 0 !important;
    }
    #homejs_page .login_btm img {
        height: 220px;
        object-fit: cover;
    }
    #desktop_orders{
    padding: 0 15px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h{
    width: 33%;
    float: left;
    margin: 0 12px 12px 0;
}
.inner_info p {
    font-size: 14px;
}
}

@media(max-width: 1024px) {
    .container {
        width: 100%;
    }
    .shipment_tabs_box ul li {
    width: 24%;
}
    .order_info_details {
    width: 48%;
}
    .bottom_bar ul li {
    width: 33%;
}

 table.resposive_table tr {
    width: 47.9%;
}

    .loader,
    .loader>img {
        width: 47%;
    }
    .sidebar_menu {
        width: 33%;
    }
    .close-btn {
        color: #e92128;
        background: #ffffff;
    }
    #rate_transit .shipment_btns {
    width: 46% !important;
}
}

@media screen and (max-width: 600px) {
    table.resposive_table {
        border: 0;
    }
    table.resposive_table caption {
        font-size: 1.3em;
    }
    table.resposive_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.resposive_table tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }
    table.resposive_table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 12px;
        text-align: right;
    }
    .fixleft_side {
        padding: 0 15px;
    }
    table.resposive_table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .main_wrapper_table,
    .main_wrapper_table2,
    .main_wrapper_table3,
    .main_wrapper_table4 {
        display: none;
    }
    .fix_ul_li {
        padding-top: 20px;
    }
    .fix_ul_li li {
        padding: 4px 0;
    }
    .fix_ul_li li b {
        float: left;
        color: #08a7cc;
        width: auto;
        text-align: left;
    }
    .fix_view_btn a {
        padding: 0 5px;
    }
    .fix_view_btn a i {
        color: #0e0ee0;
    }
    .fix_view_btn a:nth-child(2) i {
        color: #e61c2a;
    }
    .fix_view_btn a:nth-child(3) i {
        color: #009688;
    }
    #table_btn_menu,
    #table_btn_menu2,
    #table_btn_menu3,
    #table_btn_menu4,
    #table_btn_menu5,
    #table_btn_menu6 {
        cursor: pointer;
        color: #e61c2a;
        font-size: 17px;
    }
    table.resposive_table td:last-child {
        border-bottom: 0;
    }
}


@media(max-width: 767px) {
    .container {
        width: auto;
    }
  .search_order_list input {
        width: 100%;
    }
    .search_order_list {
    padding: 22px 18px 9px;
}
    .register_info{
        padding-top: 24px;
    }
    .location_to p, .location_to h4 {
    font-size: 13px !important;
}
    .wizard .tab-pane {
    padding-top: 9px;
}
    .tab-content- {
    padding-top: 0 ;
}
.from_to:before {
    border-left: 2px dotted #a9a9a9;
    width: 2px;
    height: 49px;
    top: 0;
    margin-top: 4px;
}
.from_to span {
    width: 6px;
    height: 6px;
    top: 24px;
    left: -2px;
}
    .distance {
    font-size: 13px !important;
}
.location_to p{
    padding-bottom: 0;
}
.user_name_ h3 {
    padding: 5px 14px 6px;
}

.inner_info p {
    padding: 0 0 3px;
}
.w_90_px h3 {
    margin: 0 0 3px;
    font-weight: 700;
    color: #494848;
}
.track_details_page {
    margin: 9px auto 0;
}
.location_to {
    margin: 0;
    padding: 4px 0 4px 18px;
    position: relative;
}
.location_to p{
    padding-bottom: 0;
}
    .order_info_details {
    width: 100%;
        padding: 5px 10px;
        float: none;
    margin: 0 0 4px 0;
    clear: both;
}
.inner_info p {
    font-size: 12px !important;
}
.inner_info b {
    font-size: 13px;
}
     #desktop_orders{
    padding: 0 15px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h {
    width: 100%;
    float: none;
    margin: 0 0 12px;
}
    .right_btmbar {
    text-align: right;
}
    .form_loader img {
    width: 77%;
    margin: 0 auto;
}
    #track_list_records {
    padding: 8px 0 13px !important;
}
    .logout-btn {
    position: absolute;
    top: -1px;
    left: 14px;
    z-index: 99;
}
    .save_future{
    margin: -2px 7px 0 0;
}
.bottom_img_fixed{
    display: none;
}
#rate_transit .shipment_btns {
    width: 100% !important;
}
.shipment_track_btns {
    width: 92%;
}
.shipment_track_btns input {
    padding: 0 106px 0 30px;
}
#homejs_page .shipment_box {
    padding: 14px 20px 20px;
}
.bottom_bar ul li {
    width: 35%;
}
.shipment_tabs_box ul li {
    width: 62%;
    margin: 0 0 5px;
}
.to-me-date {
    width: 100%;
}
    .status_box p:before {
    top: 11px !important;
}
    .close-btn {
    left: 272px;
}
.w_90_px p:before {
    left: -20px;
}
/*.w_90_px p:before {
    top: 15px;
}*/
.w_90_px p b ,.w_90_px h3{
    font-size: 13px;
}
.status_box.w_90_px p {
    font-size: 11px;
}
.w_90_px p:before {
    margin-top: 6px;
}
 .status_box p b {
    font-weight: 600;
    font-size: 11px;
}
.status_box p:before {
    left: -28px;
}
  .auto_records table.resposive_table td span {
    padding: 8px 6px;
    margin: 6px 0 0px 0px;
    font-size: 13px;
    width: 100%;
    float: none;
    text-transform: capitalize;
}

.fix_wrapper_h {
    margin: 18px 12px 0;
}
    .user_name_ {
    padding: 0;
}
    .bottom_bar ul li b {
    font-size: 13px;
}
    .loader,
    .loader>img {
        width: 100%;
        height: 100vh;
    }
    .sidebar_menu {
        width: 82%;
    }
    .main_body {
        display: block;
    }
    .shipment_box ul li a {
        padding: 10px 9px 13px 76px;
    }
    .shipment_box ul li svg {
        width: 26px;
        left: 39px;
        top: 13px;
    }
    .shipment_box {
        padding: 47px 0 0;
    }
    .select_service ul li a h5 {
        font-size: 15px;
        padding: 0 8px;
    }
    .main_body,
    .bottom_bar {
        max-width: 100%;
        margin: 0;
    }
    .login_btn_ {
        width: 100% !important;
    }
    .track_shipments,.shipment_box_new,.track_details_page {
        width: 100%;
    }
    table.resposive_table tr {
        width: 100%;
        margin: 0 0 15px;
    }
    .fix_ul_li {
        padding-top: 1px;
    }
    .rate-transits ,.desktop_layout{
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
.bottom_bar #home_icon {
    width: 26%;
}
  /*  .bottom_bar #home_icon {
        width: 21%;
    }*/
    .loader, .loader > img {
    width: 100%;
}
.shipment_box ul {
    padding: 0 20px;
}
.fix_screen {
    padding: 71px 0 0;
}
#register_screen {
    padding: 14px 0 0;
}
.right_logo {
    right: 8px;
    padding: 0;
    top: auto;
    margin: 1px 0 0;
}
.right_logo img {
    width: 69px;
}
#homejs_page .bottom_img_fixed {
    display: block;
}
#homejs_page {
    background: none;
}
.get_quote input {
    padding: 0 18px 0 22px;
}
.contact_page .textarea_box {
    height: 123px;
}
#ratejs_page #rate_transit {
    padding: 0 16px 0;
}
table.resposive_table td::before {
    font-size: 12px;
}
table.resposive_table td h6, .Pending_approval {
    font-size: 15px !important;
}
.right_btmbar li{
    width: 27% !important;
}
.second_step {
    bottom: 63px;
    padding-right: 0px;
    padding-left: 56px;
}
.second_step button{

padding: 10px 13px;

border: 2px solid #b3a037;

width: 100%;
}
.pickup_information {
    padding: 0 13px;
}
.second_step>li,.list-inline>li {
    padding-right: 3px;
    padding-left: 3px;
    width: 47%;
}
.list-inline {
    bottom: 63px;
}
.tab-content- {
    margin: 0;
    width: 100%;
}
.dashboard_page > p {
    font-size: 14px;
    text-transform: capitalize;
}
.dashboard_page{
    padding: 0 15px;
}
.shipment_box_new ul li {
    padding: 8px 0 8px 17px;
}
.shipment_box_new ul li a svg {
    top: 6px !important;
    width: 47px;
    height: 47px;
    padding: 0 9px;
    right: 7px;
    margin: 0;
}
#track_details {
    padding: 0 13px;
}
.track_lgo h4 {
    font-size: 13px;
    margin-bottom: 1px;
    padding: 3px 0 0;
}
#text {
    font-size: 23px;
}
.user_name_ h3,.w_90_px p {
    font-size: 13px;
}
.location_to h4 {
    margin: 17px 0 2px;
}
.status_box p:before {
    margin-top: 0px;
}
.rates_box_value{
    padding: 0 17px;
}
#order_listing svg {
    top: -1px !important;
}
#home_layout ul {
    text-align: center;
    padding: 0 5px;
}
#home_layout ul li {
    width: 44%;
}
#home_layout ul li a {
    font-size: 16px;
    padding: 10px 20px;
}
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

:focus {
    outline: 0
}

input,
textarea {
    margin: 0;
    outline: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}


/* Default Font Styles
______________________*/

body,
input,
select,
textarea,
p,
a,
b {
    font-family: 'Alata', sans-serif;
    color: #000;
    line-height: 1.4;
}

html,
body {
    background: #fff !important;
}

.flash_categories {
    display: none;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Links
______________________*/

a {
    text-decoration: none !important;
}

a:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


/* p, blockquote, address
______________________*/

p {
    font-size: 18px;
    margin-bottom: 20px;
}

a:hover,
a:focus {
    text-decoration: none;
}


/* Layout
______________________*/

.row {
    margin: 0;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}


/*loader*/

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 999999;
    text-align: center;
}
.details_listing{
    margin-top: 20px;
}
.loader > img {
    cursor: pointer;
    vertical-align: middle;
    display: block;
    width: 100%;
    object-fit: cover;
    visibility: visible !important;
    position: fixed;
    right: 0;
    margin: 0 auto !important;
    left: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
}


/*@keyframes slideDown {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}

@-webkit-keyframes slideDown {
      from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}*/

.main_body {
    display: block;
    max-width: 360px;
    margin: 0 auto;
}

.login_screen {
    max-width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 0 66px;
    background: #ffffff;
    height: auto;
}

.user_login {
    padding: 73px 18px 98px;
    background: #fff;
    margin: -28px 13px 0;
    border-radius: 8px;
    box-shadow: 1px 19px 27px rgba(154, 154, 154, 0.44);
}

.form_box {
    position: relative;
}

.form_box input,
textarea,
.shipment_box input,
.package_box h4 ,.shipment_track_btns input{
    width: 100%;
    margin: 0 0 15px;
    border-radius: 35px;
    padding: 0 18px 0 50px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    -webkit-box-shadow: 1px 6px 7px rgb(16 16 16 / 14%);
    border: 1px solid #d2d1d1;
    background: #e2e2e2;
}

.form_box svg {
    position: absolute;
    left: 19px;
    top: 12px;
    height: 22px;
    width: 22px;
}

.user_login p {
    color: #293846;
    margin: 5px 0 3px;
    font-weight: 500;
    font-size: 16px;
}

.user_login p a {
    color: #df1e1e;
    font-weight: bold;
    font-size: 16px;
}

#login_items a button {
    font-size: 20px;
    width: 100%;
}

.form_box button:hover,
.form_box button {
    background-image: linear-gradient(60deg, #CD0404 0%, #DF1E1E 56%);
}

.form_box button {
    border-radius: 35px;
    padding: 10px 4px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0 0;
    font-weight: 500;
    border: 2px solid #df1e1e;
    display: inline-block;
    box-shadow: 0px 17px 10px -10px rgb(216, 216, 216);
}

.site_name {
    background-image: linear-gradient(60deg, #CD0404 0%, #d24848 56%);
    padding: 39px 0 66px;
    border-radius: 0 0 20px 20px;
}

.site_name h3 {
    color: #fff;
    font-size: 19px;
}

.login_head h4 {
    color: #707070;
    font-size: 35px;
}

.login_head p {
    font-size: 15px;
    margin: 13px 0 24px;
}

.register_page {
    padding: 48px 18px 98px;
}

.top_head {
    padding: 9px 0 43px;
    border-radius: 0;
    margin: 0;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}
.back_btn {
    width: 12%;
    padding: 2px 11px 0;
    text-align: left;
}

.back_btn i {
    font-size: 23px;
}

.page_title {
    width: 76%;
    padding: 3px 0 0;
    text-align: center;
}

.page_title h4,
.back_btn i {
    color: #fff;
}

.register_main .user_login {
    margin: 0;
    border-radius: 35px 0 0 0;
    box-shadow: none;
}

.responsive {
    width: 100%;
    height: auto;
}
.fix_wrapper_h {
    margin: 18px 0 0;
}
.fix_location {
    padding-bottom: 11px;
}
.main_location {
}
.user_name_ {
    width: 100%;
    text-align: left;
    padding: 0;
}
.user_name_ p {
    font-size: 12px;
    color: #999;
}

.user_name_ h3 {
    font-size: 14px;
}
.w_10_px {
    max-width: 10%;
}
.w_10_px ul {
    margin-top: 18px;
}
.w_10_px ul li:first-child {
    height: 8px;
    margin-bottom: 5px;
}
.w_10_px ul li {
    padding: 0;
    line-height: 0;
    height: 5px;
}
.w_10_px ul li i {
    color: #f27474;
    font-size: 16px;
    margin: 0px 0 0 -12px;
}
.w_10_px ul li b {
    color: #9999;
}
.w_90_px {
    width: 90%;
    padding: 0px 13px 0 20px;
    margin: 0px 0 0px -9px;
}


.w_90_px p b{

color: #62ab06;

font-size: 12px;
}
.status_box h3 b,.status_box p b{
        float: right;
}
.fix_wrapper_h:last-child{
    margin-bottom: 17px;
}
.track-result  p b ,.track-result  p {
    font-size: 12px;
    font-weight: 500;
}
.track_courier a {
    background-image: linear-gradient(60deg, #CD0404 0%, #d24848 56%);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
}

.track {
    margin-top: 20px;
}

.head {
    border-radius: 40px;
    width: 80px;
    font-size: 12px;
    margin-left: 6px;
}

body,
html {
    margin: 0;
    padding: 0;
    background: linear-gradient(25deg, #a9f3f9, #f0fffb);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

:root {
    --main-lighter: #f0fffb;
    --main-light: #a9f3f9;
    --main-sublight: #bffaff;
    --main: #00e1da;
    --main-dark: #00b7b4;
    --main-darker: #003f3c;
}

.flex {
    display: flex;
}

.f-wrap {
    flex-wrap: wrap;
}

.jcsb {
    justify-content: space-between;
}

.jcsa {
    justify-content: space-around;
}

.jcc {
    justify-content: center;
}

.aifs {
    align-items: flex-start;
}

.aic {
    align-items: center;
}

.w-100 {
    width: 100%;
}

.m-m {
    margin: 20px;
}

.mb-m {
    margin-bottom: 20px;
}

.mt-s {
    margin-top: 10px;
}

.main-card-head {
    background-color: var(--main-darker);
    padding: 15px 30px;
    border-radius: 10px 10px 0 0;
}

.cardhead-light {
    background-color: var(--main-lighter);
    border: 1px solid var(--main-dark);
}

.terms {
    border-radius: 0;
    margin: 0 0 24px;
}

.Terms p {
    font-size: 14px;
    padding-top: 20px;
}

.Terms h3 {
    font-weight: 600;
}

.pickup_arrange p {
    font: 11px;
}

.info {
    padding-top: 10px;
}

.contact input,
textarea {
    padding: 10px 21px;
}

.form_check {
    margin-top: 10px;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.pay {
    font-size: 20px;
}

.form_check span {
    font-size: 12px;
    color: gray;
}

.form_check [type="radio"]:checked,
.form_check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form_check [type="radio"]:checked+label,
.form_check [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.form_check [type="radio"]:checked+label:before,
.form_check [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.form_check label {
    text-align: left !important;
}

.form_check [type="radio"]:checked+label:after,
.form_check [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #d24848;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_check [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form_check [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.co-one {
    padding:8px 0 13px !important;
}

.cone {
    padding: 5px 18px 98px;
}

.form_group {
    text-align: left;
    margin-top: 20px;
}

.user_login-fix {
    text-align: left;
    color: #33333363;
    padding: 16px 10px 98px;
}

.user_login-fix h4 {
    padding-bottom: 10px;
}

.courier_wrapper {
    background: #ffffff;
    padding: 8px 0px 0;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 #0000002b;
}

.custom_img img {
    width: 100%;
}

.back_color {
    background: #f0f1f1a3;
}

.w_50_fix h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.w_35_fix h4 {
    font-size: 12px;
    font-weight: bold;
    color: #d24848;
}

.w_50_fix h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.w_50_fix p {
    font-size: 11px;
    margin-top: 1px;
    margin-bottom: 0;
}

.w_25_fix {
    line-height: 0;
    width: 12%;
    padding: 0;
}

.w_35_fix b {
    font-weight: 500;
    font-size: 11px;
    padding-top: 5px;
    display: block;
}

.w_35_fix h4 {
    padding-bottom: 0;
}

.w_50_fix {
    width: 47%;
    line-height: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.w_35_fix {
    line-height: 0;
    padding-right: 0;
    width: 40%;
    padding-left: 8px;
}

.c_sm_5 b {
    font-size: 11px;
}

.c_sm_5 {
    width: 35%;
    padding: 0;
}

.c_sm_2 i {
    color: #d02a2a;
}

.c_sm_2 {
    width: 30%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5fc;
}

body::-webkit-scrollbar-thumb {
    background-color: #efefef;
}

.pb_2_ {
    padding: 12px 0 0 !important;
}

.col_sm_12 {
    width: 100%;
}

.col_sm_12 .w_35_fix h4,
.col_sm_12 .w_50_fix h3,
.col_sm_12 .w_50_fix p,
.col_sm_12 .w_35_fix b {
    color: #fff;
    text-align: left;
}

.user_location {
    background: url(../images/back.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 35%;
}

.fix_view_pic {}

.fix_view_pic img {
    width: 50px;
    border-radius: 100%;
}

.fix_view_profile {}

.fix_view_profile h3 {
    text-align: left;
    color: #fff;
}

.fix_view_profile p {
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.user_location {
    padding-bottom: 0;
    padding-top: 0px;
    padding: 10px 8px;
}




.fix_wrapper_h {
    margin: 10px 0;
}

.first_name_fix {
    width: 80%;
    padding-left: 5px;
}

.first_name_fix h3,
.last_name_fix h3 {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.new_fix {
    padding-bottom: 10px !important;
    padding-right: 10px !important;
}

.new_fix_last {
    padding: 8px 8px 8px !important;
}

.first_name_fix p,
.last_name_fix p {
    text-align: left;
    font-size: 12px;
    color: #999;
}

.last_name_fix {
    width: 3%;
}
.main_location {
    display: flex;
    position: relative;
    background: #fff;
    padding: 10px 1px 15px 9px;
    border-radius: 0 0 12px 12px;
    border: 2px dotted #e0e3ed;
    box-shadow: 1px 8px 17px rgb(152 152 152 / 25%);
}
.arrow_fix {
    content: "";
    position: absolute;
}

.arrow_fix.active:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    transform: rotate(-135deg) !important;
    height: 12px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 34%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 12px;
}

.arrow_fix:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    height: 12px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 34%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 12px;
}


.booking_values #fix_top {
    padding: 0 0 0 5px;
    margin: 0 0 0 9px;
}
#fix_top {
    display: flex;
    padding: 0 0 0 5px;
    width: 100%;
    border-left: 2px dotted #ccc;
    margin: 0 0 0 18px;
}
.user_name {
    width: 60%;
}

.user_name_ h3 {
    font-weight: 500;
    margin: 0;
    color: #fff;
    padding: 7px 14px 10px;
    border-radius: 8px 8px 0 0;
    background-image: linear-gradient(#416baf, #274f90, #416baf) !important;
}

.user_name_ p {
    font-size: 12px;
    color: #999;
}

.fix_location {
    padding-bottom: 11px;
}

.back_color .c_sm_5 {
    max-width: 30%;
}

.back_color .c_sm_2 {
    max-width: 40%;
    flex: 40%;
    text-align: center;
}

.w_10_px {
    max-width: 10%;
}

.w_90_px {
    width: 100%;
}

.user_name_ {
}

.user_name h3 {
    font-weight: 600;
    text-align: left;
    padding-left: 5px;
    padding-top: 7px;
}

.w_90_px p:first-child {
    padding-top: 0;
}

.user_name p {
    text-align: left;
    padding-left: 5px;
    margin: 0;
    font-size: 15px;
    color: #b1b1b1;
}

.w_10_px {
    margin: 0;
}

.w_90_px .first_fix {
    font-size: 12px;
    color: #999;
    padding: 5px 0 6px;
}

.w_90_px h3 {
    text-align: left;
    font-weight: 500;
    margin: 0 0 7px;
    font-size: 15px;
}
.w_90_px p {
    text-align: left;
    font-size: 13px;
    padding: 3px 0 0;
    font-weight: 500;
    color: #525050;
    text-transform: capitalize;
}

.w_10_px ul {
    margin-top: 0;
}

.w_10_px ul li {
    padding: 0;
    line-height: 0;
    height: 5px;
}

.w_10_px ul li b {
    color: #9999;
}

.w_10_px ul li:first-child {
    height: 8px;
    margin-bottom: 5px;
}

.w_10_px ul li:last-child {
    height: 8px;
    margin-top: 0;
}

.w_10_px ul li i {
}

.container_fix ul.tabs {
    margin: 0px;
    padding: 15px 0;
    list-style: none;
}

.container_fix ul.tabs li {
    background: none;
    color: #2222224d;
    display: inline-block;
    padding: 10px 10px;
    width: 32.3%;
    cursor: pointer;
    border: 1px solid #3333;
    border-radius: 30px;
    background: #3333330a;
    font-size: 14px;
}

.container_fix ul.tabs li.current {
    background: #d24848;
    color: #fff;
}

.container_fix .tab-content {
    display: none;
    padding: 8px 0;
}

.container_fix .tab-content.current {
    display: inherit;
}

.small {
    width: 31.4%;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 0 3px 1px #00000017;
}

.new_top_fit {
    box-shadow: 0 0 3px 1px #00000017;
    margin: 8px 0;
    border-radius: 5px;
}


/*  ###  Rubberband range input   */

.rubber-ipt {
    width: 220px;
    height: 2px;
    background-color: #ddd;
    position: relative;
}

.rubber-ipt-range {
    width: 200px;
    height: 2px;
    background-color: #cf2222;
    position: relative;
}

.rubber-ipt-min,
.rubber-ipt-max {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    border: 1px solid #cf2222;
}

.flex_fix {
    display: flex;
    padding: 10px 20px 14px;
}

.rubber-ipt-min {
    transform: translate(-9px, -9px);
    left: 0;
}

.rubber-ipt-max {
    transform: translate(210px, -9px);
    left: 0;
}

.switch-field {
    display: flex;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #d03131;
    color: #fff;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 15px 0 0 15px;
}

.switch-field label:last-of-type {
    border-radius: 0 15px 15px 0;
}

.rubber-value-min {
    top: 10px;
    transform: translateX(-10px);
}

.rubber-value-max {
    top: 10px;
    right: 0;
    transform: translateX(10px);
}


/* #########  Styling */

.first_name_fix_2 {
    width: 58%;
    text-align: left;
}

.first_name_fix_2 h3 {
    padding-top: 7px;
}

.last_name_fix_2 {
    width: 42%;
}

.textarea textarea {
    box-shadow: unset;
    border-radius: 15px;
    font-size: 12px;
    height: 80px;
    margin: 8px 0 0;
    background: #f7f7f77a;
}

.select_setting h3 {
    color: #33333382;
    padding-top: 3px;
}

.select_setting {
    border: 1px solid #3333;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    margin: 10px 0 3px;
}

.select_setting select {
    border: unset;
}

.fix_new_btn:hover {
    color: #fff;
}

.form_box select {
    width: 100%;
    margin: 0 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 35px;
    padding: 0 18px 0 55px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    background: #e2e2e2;
    box-shadow: 0 0 7px 0 #e0d7d7;
    -webkit-box-shadow: 1px 6px 7px rgb(113 113 113 / 25%);
    border: 1px solid #bdbdbd;
}

.fix_new_btn {
    background: #d03131;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 100px;
}

.main_fix_row {
    display: flex;
    padding: 15px 0;
}

.w-20_col {
    width: 20%;
}

.w-20_col img {
    width: 61px;
    border-radius: 100px;
}

.w-40_col {
    width: 40%;
}

.w-40_col i {
    font-size: 20px;
    padding-top: 25px;
}

.full_width_f {
    display: flex;
    padding: 18px 10px;
    background: #fff;
}

.right_w_80 h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.height_fix {
    height: unset;
}

.right_w_80 p {
    font-size: 13px;
    margin: 0;
}

.right_w_20 {
    width: 20%;
}

.right_w_80 {
    width: 80%;
}

.typing_text img {
    width: 162px;
    height: 162px;
    border-radius: 100%;
}

.typing_text {
    position: fixed;
    top: 27%;
    z-index: 9999;
    left: 0;
    right: 0;
}

#text {
    font-size: 40px;
    color: #fff;
}

.track_page h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 92px 0 16px;
}

.contact_page .register_page {
    padding: 20px 18px 98px;
}

.page_title h4 {
    font-size: 14px;
    margin-bottom: 0;
}

.bottom_bar {
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 5px 10px 5px 0;
    max-width: 101%;
    margin: 0 auto;
    z-index: 999;
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
}

.bottom_bar ul li {
    width: 34%;
    position: relative;
    text-align: center;
    display: inline-block;
}

.bottom_bar #home_icon {
    width: 31%;
}

.bottom_bar ul li svg,
.bottom_bar ul li svg {
    display: block;
    margin: 0 auto 0px;
    width: 32px;
}

.bottom_bar ul li b {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 2px;
    text-transform: capitalize;
    line-height: 1.4;
}

.bottom_bar ul #rate_calculator {
    width: 31%;
}

#rate_calculator_box select {
    padding: 13px 18px;
    height: auto;
}

.delivery_banner img {
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.shipment_box {
    padding: 40px 20px 70px;
}

.shipment_box h4 {
    line-height: 1.5;
    margin: 0 0 20px;
}

.shipment_box ul {
    text-align: left;
}

.shipment_box ul li {
    position: relative;
}

#rate_transit ul li a:hover,
.shipment_box ul li a {
    color: #fff;
    background: #b3a037;
}

.shipment_box ul li a {
    display: inline-block;
    width: 100%;
    margin: 0 0 12px;
    padding: 10px 9px 11px 94px;
    border-radius: 35px;
    font-size: 20px;
    border: 1px solid #b3b3b366;
    font-weight: 500;
}
table.resposive_table tr:nth-child(even){
    background: #fff;
}

.shipment_box ul li svg {
    width: 27px;
    vertical-align: middle;
    position: absolute;
    left: 55px;
    top: 10px;
}

.shipment_box ul li .service_bg {
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
    color: #fff;
    box-shadow: 0 0 20px 0 #ccccccc7;
}

.shipment_box .rate_bg {
    border: 1px solid #b3a037;
}

.track_shipments {
    padding: 21px 15px;
    width: 373px;
    margin: 0 auto;
}

.track_shipments .form_box svg {
    cursor: pointer;
}

.track_shipments .form_box .search_box ,.track_shipments .form_box svg,.shipment_track_btns svg{
    position: absolute;
    right: 13px;
    left: auto;
    top: 10px !important;
    width: 25px;
    height: 25px;
}

.track_info {
    padding: 9px 8px;
    text-align: left;
}

.track_info p {
    font-size: 14px;
    color: #4c4b4b;
    margin: 0 0 14px;
    line-height: 1.6;
}

.track_info a {
    font-size: 13px;
    color: #da8e0e;
    font-weight: 600;
    text-decoration: underline !important;
}

.no_records {
    margin: 0;
}

.no_records b {
    border-top: 1px solid #cccccc82;
    border-bottom: 1px solid #cccccc82;
    padding: 16px 0;
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.radius_box svg {
    width: 37px;
    padding: 15px 0 0;
}

.no_records img {
    width: 100%;
    display: block;
    height: 267px;
    object-fit: cover;
}

.track_shipment_page .login_screen {
    margin: 0;
}

.get_quote input {
    padding: 0 18px 0 34px;
}

.form_box {
    text-align: left;
    clear: both;
}

.form_box label {
    margin: 0 4px 12px;
}

::-webkit-input-placeholder {
    color: #4c4b4b;
}

::-moz-placeholder {
    color: #4c4b4b;
}

:-ms-input-placeholder {
    color: #4c4b4b;
}

:-moz-placeholder {
    color: #4c4b4b;
}

.package_box {
    margin-top: 22px;
    /*border-top: 1px solid #cccccc78;
    padding: 12px 0 0;*/
}

.package_box h4 {
    padding: 14px 18px 15px 29px;
    height: auto;
    font-size: 14px;
    cursor: pointer;
}

.package_box h4 i {
    float: right;
    font-size: 22px;
    vertical-align: middle;
    margin: -2px 0 0;
}

.select_packaging_dropdown {
    background: #fff;
    border: 1px solid #dcdbdb;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    display: none;
    margin: -13px 3px;
}

.bdr_select {
    border-bottom: 1px solid #dcdbdb;
    padding: 10px 3px;
    background: #f7f7f7;
    border-radius: 10px 10px 0 0;
}

.select_img {
    width: 20%;
    padding: 6px 0 0;
    text-align: center;
}

.select_img img {
    width: 29px;
    object-fit: contain;
    height: 29px;
    vertical-align: middle;
}

.select_info {
    width: 80%;
    padding: 0 0 0 3px;
}

.select_info h5 {
    margin: 0 0 8px;
    font-size: 15px;
    color: #ce0b0b;
}

.select_info p {
    font-size: 11px;
}

.Dutiable_box {
    margin-top: 30px;
    position: relative;
}

.Dutiable_box svg {
    top: 46px;
    left: 13px;
}

.Dutiable_box select {
    padding: 13px 29px 13px 32px;
    height: auto;
}

#delivered_details .Dutiable_box .search_box {
    top: 42px !important;
}

#rate_transit {
    padding: 0 16px 71px;
}

#rate_transit ul li a {
    text-align: center;
    font-size: 17px;
    padding: 16px 9px;
}

#rate_transit ul li .service_bg {
    border: 1px solid #315a9c;
}

.select_service h2 {
    color: #e69712;
    margin: 0 0 28px;
    font-size: 23px;
}

.select_service ul {
    text-align: center;
    margin: 0 0 39px;
}

.select_service ul li {
    display: inline-block;
    width: 46%;
    vertical-align: middle;
}

.select_service ul li a {
    display: inline-block;
}

.select_service ul li a img {
    width: 58px;
    margin: 0;
    vertical-align: middle;
    height: 55px;
    object-fit: contain;
    padding: 17px 0 0;
}

.select_service ul li a h5 {
    font-size: 17px;
    line-height: 1.4;
}

.radius_box {
    border-radius: 100%;
    width: 74px;
    height: 74px;
    margin: 0 auto 13px;
    border: 2px solid #049ac5;
    background-image: linear-gradient(#1386a7, #049ac5, #20bfec) !important;
}

.choose_service {
    text-align: center;
    margin: 0 0 20px;
}

.sidebar_menu {
    position: fixed;
    top: 0;
    width: 19%;
    left: 0;
    bottom: 0;
    box-shadow: 1px 60px 19px rgb(132 132 132 / 58%);
    z-index: 999;
    background: #fff;
    overflow-y: auto;
    display: none;
}

.main_baner img {
    width: 100%;
    height: 139px;
    object-fit: cover;
    display: block;
}

.inner_menu_box ul li a {
    width: 100%;
    display: inline-block;
    padding: 8px 18px;
    border-bottom: 1px solid #cccccc85;
}

.inner_menu_box ul li a svg {
    width: 26px;
    vertical-align: middle;
    margin: -5px 4px 0 0;
}

.close-btn {
    position: fixed;
    top: 13px;
    left: 290px;
    color: #fff;
    background: #352f2f;
    border-radius: 100%;
    width: 20px;
    cursor: pointer;
    text-align: center;
    height: 20px;
    line-height: 1.1;
}

.close-btn i {
    font-size: 15px;
}

.monday_date {
    background: #f5f5f5;
    padding: 7px 34px;
    border-radius: 35px;
    border: 1px solid #cccccc9e;
}

.monday_date b {
    display: block;
    margin: 0 0 6px;
    font-size: 15px;
}

.monday_date p {
    font-size: 14px;
    color: #eb1f27;
}

.shipment_box .rate-transit,
.shipment_box ul li a:hover {
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
    border: 1px solid #6c2c8d;
}

.shipment_box ul li a:hover {
    color: #fff;
}

.shipment_box ul li a:hover svg path {
    fill: #fff;
}
.textarea_box{
    height: 68px;
    margin-bottom: 0;
}
.Pending_bg a{
    background-image: linear-gradient(-90deg, #e09c2a, #c78a23) !important;
}

.fix_logo_f img {
    width: 75px;
}

.body_img_bg {
    background: url(../images/flatpack-delivery_africa.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.fix_screen {
    background: unset;
    padding: 59px 0 0;
}

.login_btn_:hover {
    color: #fff;
    background: #0589af;
    border: 1px solid #0589af;
}

.login_btn_ ,#rate_transit .shipment_btns{
    text-align: center;
    padding: 10px 14px 13px;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #9433c5);
    color: #ffffff;
    box-shadow: 0 0 20px 0 #ccccccc7;
    display: inline-block;
    width: 25% !important;
    margin: 7px 0 !important;
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 19px;
    border: 1px solid #335c9f;
    font-weight: 500;
}

.uesr_pic {
    position: absolute;
    top: 42px;
    width: 100%;
    text-align: center;
}

.uesr_pic img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
}

.uesr_pic h3 {}

.shipment_box_new ul {}

.shipment_box_new ul li:last-child {}

.shipment_box_new {
    margin-top: 50px;
    width: 360px;
    margin: 0 auto;
}

.shipment_box_new ul li {
    /* border: 5px solid #0d0150; */
    margin: 14px 0px;
    border-radius: 70px;
    padding: 8px 0 8px 34px;
    box-shadow: 0 0 7px 1px #0000002e;
    text-align: left;
}

.shipment_box_new ul li a {}

.font_size {}

.shipment_box_new ul li a h2 {
    color: #6c2c8d;
    font-size: 19px;
    font-weight: 600;
}

.shipment_box_new ul li a h3 {
    display: inline-block;
    font-size: 14px;
    color: #0d0150;
    padding: 1px 0 4px;
    vertical-align: top;
}

.shipment_box_new ul li a svg {
    width: 47px;
    float: left;
    height: 47px;
    border-radius: 100px;
    padding: 0 12px;
    margin-right: 21px;
    top: 8px !important;
    right: -3px;
    left: auto;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}

.fix_input_last input {
    padding: 10px 12px;
}

.fix_input_last {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.main_container {
    padding: 0 15px;
}

.upload-options {
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color ease-in-out 150ms;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}

.upload-options label::after {
    content: '';
    background: url(../images/camera.svg);
    position: absolute;
    background-color: #fff;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    padding: inherit;
    right: 68px;
    top: 91px;
    z-index: 0;
    border-radius: 100%;
    border: 1px solid #010101;
}

.upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.upload-options label span:hover i.material-icons {
    color: lightgray;
}

.js--image-preview {
    height: 150px;
    border-radius: 100%;
    width: 150px;
    margin: 0 auto;
    border: 1px solid;
    position: relative;
    overflow: hidden;
    background-image: url(../images/user.png);
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper_box_pix {
    margin: 0 0 19px;
}

.box_pix_ {
    position: relative;
}

.js--image-preview.js--no-default::after {
    display: none;
}

.js--image-preview:nth-child(2) {
    background-image: url('http://bastianandre.at/giphy.gif');
}

i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

.drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    transform: scale(0);
}

.animate {
    animation: ripple 0.4s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.main_table_fix {
    padding: 0 15px;
    margin-bottom: 70px;
}

table.resposive_table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table.resposive_table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.resposive_table tr {
    background-color: #ffffff;
    border: 1px solid #cac9c9;
    padding: 0;
    box-shadow: 0 7px 23px 0 rgb(117 117 117 / 44%);
    border-radius: 3px;
    float: left;
       width: 23.8%;
    margin: 0 15px 19px 0;
}

table.resposive_table th,
table.resposive_table td {
    padding: 8px 11px;
    text-align: center;
}

table.resposive_table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

table.resposive_table caption {
    font-size: 1.3em;
}

table.resposive_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

table.resposive_table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 19px;
}

table.resposive_table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 12px;
    text-align: right;
        position: relative;
}
.cod_list svg{
        top: 3px !important;
}

.fixleft_side {
    padding: 0 15px;
}

table.resposive_table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 15px;
    color: #3e3b3b;
}
.main_wrapper_table,
.main_wrapper_table2,
.main_wrapper_table3,
.main_wrapper_table4,
.main_wrapper_table5,
.main_wrapper_table6 {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 8px 8px;
    box-shadow: 0 0 24px 0 #ccc;
    border: 1px solid #ccc;
    border-top: none;
    top: 37px;
}

.fix_ul_li {
    padding-top: 4px;
}

.fix_ul_li li {
    padding: 4px 0;
    width: 100%;
    clear: both;
}

.fix_ul_li li b {
    float: left;
    color: #e21a28;
    width: auto;
    text-align: left;
}

.fix_view_btn a {
    padding: 0 5px;
}

.fix_view_btn a i {
    color: #0e0ee0;
}

.fix_view_btn a:nth-child(2) i {
    color: #e61c2a;
}

.fix_view_btn a:nth-child(3) i {
    color: #009688;
}

#table_btn_menu,
#table_btn_menu2,
#table_btn_menu3,
#table_btn_menu4,
#table_btn_menu5,
    #table_btn_menu6 {
    cursor: pointer;
    color: #0d0150;
    font-size: 17px;
    margin-top: 4px;
}


table.resposive_table td:last-child {
    border-bottom: 0;
}


.delivered {
    background: #0d0150;
    color: #fff;
    padding: 1px 10px 3px;
    border-radius: 18px;
}

.sidebar_menu::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
}
.sidebar_menu::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.sidebar_menu::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#ada9a2;
}
#rate_transit a{
    margin-top: 0 !important;
}
.box_pix_{
    margin-bottom: 20px;
}
.contact_page .textarea_box {
    height: 174px;
}
.contact_page p{
    margin: 22px 0 18px;
}
.contact_page h4{
        color: #ec1121;
        font-size: 26px;
        margin: 45px 0 0;
}
.Dutiable_box select {
    color: #626262;
}
.pieces_box{
    float: left;
    width: 48%;
    clear: inherit;
    margin-right: 9px;
}
.margin_none{
    margin-right:0;
}
.shipment_box_new ul li{
    -webkit-transition:0.4s;
    position: relative;
}
.shipment_box_new ul li:hover{
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
}
.viev-btn {
    text-align: center !important;
}
.viev-btn h6 a:hover{
        background-image: linear-gradient(-90deg, #e09c2a, #c78a23);
}
.viev-btn  h6 a{
    background: #292626;
    color: #fff;
    display: inline-block;
    padding: 5px 16px 7px;
    border-radius: 35px;
    font-size: 12px;
}
.shipment_box_new ul li:hover h2,.shipment_box_new ul li:hover h3{
    color: #fff;
}
table.resposive_table td h6,.Pending_approval{
    font-size: 13px !important;
        color: #de251c;
}
table.resposive_table .Approved h6, .Approved {
    font-size: 16px !important;
    color: #6da72a;
}
.auto_records table.resposive_table td {
    font-size: 14px;
    text-align: left;
}
.auto_records table.resposive_table th, .auto_records table.resposive_table td {
    padding: 11px;
}
.auto_records table.resposive_table td span {
    background: #444c;
    color: #fff;
    padding: 6px 6px 7px;
    display: inline-block;
    border-radius: 23px;
    margin: -4px 0 9px 4px;
    font-size: 11px;
    width: 47%;
    text-align: center;
    float: right;
    cursor: pointer;
}
/*.auto_records {
    min-height: 170px;
    overflow-y: auto;
    max-height: 294px;
    box-shadow: 0 7px 23px 0 rgb(117 117 117 / 62%);
    border-radius: 3px;
}*/
.auto_records table.resposive_table tr{
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}
.auto_records::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
}
.auto_records::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.auto_records::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#ada9a2;
}
.shiping-consignee-bdr .track-result{
    margin: 0 0 8px -10px;
}
.Consignee_box{
        padding: 0px 0 0 18px;
}
.status_box.w_90_px p {
    font-size: 12px;
    padding: 7px 0 4px;
}
.w_90_px p{
    position: relative;
}
.w_90_px p:before{
    content: '';
    display: block;
    top: auto;
    left: -20px;
    background: #aba8a3;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 100%;
    margin-top: 6px;
}
.status_box p:before {
    left: -28px;
}
.deliver_icon{
    position: relative;
}
.delivery_icon_info svg {
    position: absolute;
    left: 7px;
    top: 5px;
    width: 23px;
}
.delivery_table_ table.resposive_table th,.delivery_table_  table.resposive_table td {
    padding:5px 11px 16px 37px;
}
.delivery_icon_list{
}
.delivery_icon_list svg{
    position: absolute;
       left: 7px;
       top: -28px;
       width: 23px;
}
.login_loader{
        background: url(../images/flatpack-delivery_africa.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
        margin: 0;
}
.shipment_box_new ul li:hover  svg{
    background: #b4a138;
}
#desktop_view {
    max-width: 100%;
}
.deliver_icon i {
    cursor: pointer;
    color: #0d0150;
    font-size: 17px;
    margin-top: 4px;
}
#login_desktop .login_btn_ {
    width: 100% !important;
    cursor: pointer;
}
.submit_deliviery table.resposive_table tr{
    width: 100%;
    float: none;
}
.track_details_page{
    width: 312px;
    margin: 20px auto 0;
}
.camera-button{
    position: static;
    right: 0;
    left: 0;
}
.box_pix_{
    height: 104px;
    width: 210px;
    margin: 0 auto;
}

.camera-button .button.is-primary {
    background: #fff;
    border: 3px dotted #ec1121;
    color: #fff;
    height: 100px;
    padding: 5px 0 0;
    width: 100px;
    border-radius: 100%;
    cursor: pointer;
}
.web-camera-container {
    padding: 0;
    border-radius: 4px;
    width: 100%;
    height: 122px;
}
 .camera-box video {
      width: auto;
      height: 110px;
      border-radius: 4px;
      /* border: 2px dotted #000; */
}
.web-camera-container .camera-box .camera-shutter {
   opacity: 0;
   width: 100%;
   background-color: #fff;
   position: absolute;
}
 .web-camera-container .camera-loading ul {
   height: 100%;
   position: absolute;
   width: 100%;
   z-index: 999999;
   margin: 0;
}
.camera-button .button.is-danger {
    background: #e11a28;
    z-index: 99999;
    padding: 0;
    color: #fff;
    font-size: 12px;
    border: unset;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 23px;
    top: -8px;
    cursor: pointer;
    display: none;
}
.button:focus{
    outline: none;
    border: none;
}
.rate-transits,.desktop_layout{
    width: 367px;
    margin: 0 auto;
}
.login_btm img{
    width: 100%;
    display: block;
}
.desktop_layout {
    padding: 19px 20px 0;
}
#pad_none{
    padding-bottom: 0;
}
.my_shipment_me{
    text-align: center;
    padding: 0 20px;
}
.shipment_tabs_box ul{
    background: #f5f5f5;
    padding: 11px 0 11px;
    border-bottom: 1px solid #cccccca6;
}
.shipment_tabs_box ul li {
    display: inline-block;
    width: 14%;
    margin-right: 5px;
}
.shipment_tabs_box ul li a{
    color: #fff;
    padding: 7px 16px;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}
#rate_transit .contact_btn,.shipment_tabs_box ul li a,#signup_box .contact_btn{
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
    border: 1px solid #b4a138;
}
.shipment_tabs_box ul li .active{
    color: #fff;
    background-image: linear-gradient(#416baf, #274f90, #416baf) !important;
    border: 1px solid #3760a3;
}
.shipment_tabs_box ul li a:hover{
    background-image: linear-gradient(60deg, #e61c2a 0%, #ec1121 56%);
    color: #fff;
}
#register_screen {
    padding: 28px 0 0;
}
#register_screen h3{
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 7px;
}
#register_screen p{
    font-size: 14px;
}
#register_screen .get_quote input {
    padding: 0 18px 0 18px;
}
.date_box {
    padding: 12px 0;
}
.to-me-date {
    width: 367px;
    margin: 0 auto 10px;
    box-shadow: 1px 6px 7px rgb(16 16 16 / 14%);
    border: 1px solid #ccc9;
}
.from_delivery{
    text-align: left;
    padding: 10px 13px 14px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.from_delivery p{
    font-size: 14px;
}
.from_delivery b{
        font-size: 16px;
        display: block;
        margin: 3px 0;
        font-weight: 600;
        color: #e21927;
}
.from_delivery svg{
    width: 33px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li {
    background: #d8d7d7;
    color: #222;
    display: inline-block;
    padding: 7px 9px;
    cursor: pointer;
    width: 32%;
}
ul.tabs li.current {
    background: #e41927;
    color: #fff;
}

.tab-content{
    display: none;
    background: #e8e8e8;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 9px;
}

.tab-content.current{
    display: inherit;
}
.scan_delivery_btn {
    padding: 5px 0 0;
}
.scan_delivery_btn ul li {
    display: inline-block;
    width: 49%;
}
.scan_delivery_btn ul li a {
    font-size: 11px;
    background: #d0cece;
    color: #000;
    padding: 7px 3px;
    display: inline-block;
    margin: 5px 2px 0;
    border-radius: 2px;
    width: 100%;
}
.Signature_box{
    height: 200px;
}
.right_logo {
    position: absolute;
    right: 15px;
    text-align: right;
    margin-top:2px;
    cursor: pointer;
}
.right_logo img{
    width: 86px;
}
#mian_home {
    padding: 8px 0 13px !important;
}
#rate_transit .shipment_btns{
    height: auto;
    width: 23% !important;
    margin: 1px auto 0 !important;
}
#inner_rate_box li input{
    height: auto !important;
    padding: 16px 9px;
    font-size: 17px;
}
#rate_transit .shipment_btns,#inner_rate_box li input{
    cursor: pointer;
}
#inner_rate_box .rate_bg {
    color: #fff;
    background: #0d0150;
}
 .fix_ul_li{
       position: relative;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 8px 22px;
    /* box-shadow: 0 0 12px 0 #ccc; */
        border: 1px solid #ccc;
    top: 3px;
    /*border-top: none;*/
}
.save_future{
        color: #000;
        float: right;
        vertical-align: middle;
        margin: 0 11px 0 0;
        border: none;
        border-radius: 3px;
        padding: 3px 8px 4px;
        cursor: pointer;
        background: #fff;
        font-size: 11px;
        cursor: pointer;
}
.track_btn {
    float: left;
    color: #ffffff !important;
    background:#345d9f;
    padding: 3px 8px 5px;
    font-size: 12px;
    border-radius: 2px;
}
.track_btn:hover,.track_btn:focus{
    background: #e61c2a;
}
.shipment_track_btns svg {
    width: 22px;
    position: absolute;
    top: 11px;
    left: 10px;
}
.shipment_track_btns{
    width: 323px;
    margin: 13px auto 15px;
    position: relative;
}
.shipment_track_btns input {
    padding: 0 136px 0 30px;
}
.shipment_track_btns .login_btn_ {
    width: auto !important;
    height: auto;
    position: absolute;
    padding: 13px 13px;
    border: none;
    top: -7px;
    right: 0;
    cursor: pointer;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #9433c5);
}
#selector_icon ul li a {
    display: inline-block;
    width: auto;
    padding: 0;
    background: transparent;
    border: none;
}
#selector_icon ul li a h5 {
    color: #000;
}
#selector_icon ul li svg {
    vertical-align: middle;
    position: static;
    width: 37px;
    padding: 15px 0 0;
}
#selector_icon ul li a:hover{
    background: none !important;
    color: #fff;
    border: none !important;
    box-shadow: none;
}
#selector_icon  ul {
    margin: 0 0 13px;
        padding: 26px 0 0 !important;
}

#selector_icon ul li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
#tracking_status .status_box p span{
    float: left;
    width: 50%;
}
#tracking_status .status_box p b{
    float: right;
    width: 50%;
    text-align: right;
}
.status_box.w_90_px p {
    clear: both;
}
.deliver_icon svg {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 6px;
    top: 4px;
}
#track_list_records{
    padding-bottom: 2px !important;
}
.form_loader img{
        width: 30%;
    margin: 0 auto;
}
.booking_values .form_box select {
padding: 0 18px 0 17px;
}
.booking_values .get_quote input {
padding: 0 18px 0 11px;
}
.booking_values .form_box .search_box, .booking_values .form_box svg, .booking_values svg {position: absolute;right: 13px;left: 0;top: 9px !important;width: 24px;height: 24px;margin: 0 auto;right: 0;}
.lable_toggle label {
font-weight: bold;
color: #e41928;
margin-top: 8px;
}
.booking_values .textarea_box {
height: 68px;
margin-bottom: 9px;
}
.hide_box_pickup{
display: none;
}
.padd_top_none{
padding-top: 0;
}
.pickup_toggle i {
float: right;
vertical-align: middle;
margin: 0px 17px 0 0;
font-size: 28px;
}
.pickup_toggle label{
width: 100%;
cursor: pointer;
margin: 10px 5px 6px;
}
.labeldown i{
transform :rotate(179deg);
}
.loader_onorder{
        width: 176px;
    margin: 0 auto;
}


/*tabs steps*/
.wizard {
    margin: 0;
    background: #fff;
    width: 100%;
}
.wizard .nav-tabs {
    position: relative;
    margin: 0;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
    width: 100%;
    text-align: center;
    padding: 0 1px 0;
}
.tab-pane {
    display: none;
}
.tab-content- .active {
    display: block;
}

.wizard > div.wizard-inner {
    position: fixed;
    top: 0;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #6c2c8d);
    width: 56px;
    text-align: center;
    height: 100vh;
    z-index: 9999;
    border-radius: 0 22px 22px 0;
    padding: 129px 4px 0 4px;
}
.connecting-line {
    height: 2px;
    background: none;
    position: absolute;
    width: 76%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 46%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 45px;
    height: 45px;
    line-height: 43px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #ffffff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #b3a037;
    background-image: linear-gradient(#b3a035, #b4a134, #b3a037);
}
.wizard .nav-tabs > .active:hover img {
    /*filter: grayscale(121%) brightness(300%) sepia(180%) hue-rotate(
-50deg
 ) saturate(600%) contrast(0.8) !important;*/
 filter: none;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
span.round-tab:hover  img{
   filter: none !important;
}
.wizard .nav-tabs > li {
    width: auto;
    margin: 0 auto 13px;
    text-align: center;
    float: none;
    display: block;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 27%;
    opacity: 1;
    margin: 0 auto;
    bottom: 35px;
    border: 10px solid transparent;
    border-bottom-color: red;
    display: none;
}
.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
    display: block;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
    border: 1px solid transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 22px;
}
.wizard h3 {
    margin-top: 0;
}
.nav-tabs {
    border-bottom: none;
}
.wizard .nav-tabs > li.active > a svg path,.wizard .nav-tabs > li > a:hover svg path{
    fill: #fff;
}
.shipmentbox input[type="radio"]
{
  appearance: none;
  display: none;
}

.shipmentbox input[type="radio"] + label
{
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}

.shipmentbox input[type="radio"] + label::before
{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #f27474;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 1;
  transition: all 0.3s;
}

.shipmentbox input[type="radio"] + label::after
{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #f27474;
  background: #f27474;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: auto;
  opacity: 0;
  transition: all 0.3s;
  margin-top: 8px;
}

.shipmentbox input[type="radio"]:checked + label::after
{
  opacity: 1;
}
.payment_method_box{
    background: #e6e6e6;
    margin: 0 9px 9px;
    padding: 11px 12px;
    text-align: left;
    border-radius: 6px;
    border: 1px solid #cccccc4d;
    position: relative;
}
.shipmentbox{
    margin-top: 12px;
}
.next-step,.prev-step{
    /* border: none; */
    padding: 10px 39px;
    border-radius: 35px;
    margin: 19px 0 0;
    font-size: 15px;
    font-weight: 500;
}
.next-step {
    color: #b3a037;
    margin: 0;
    background: transparent;
    border: 2px solid #b3a037;
}
.prev-step{
    color: #fff;
    margin: 0 !important;
    border: 2px solid #b4a138;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}
.tab-content- {
    height: auto;
    margin: 0 auto;
    width: 376px;
    padding: 35px 0 100px 62px;
}
.list-inline {
    position: fixed;
    bottom: 67px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #eae9e9;
    width: 100%;
    padding: 12px 8px 11px 57px;
    text-align: center;
        z-index: 9;
    border-top: 1px solid #8080802e;
}
.pickup_information {
    text-align: left;
    padding: 0 31px 0 0;
}
.pickup_information h4{

color: #6c2c8d;

font-weight: bold;

font-size: 16px;
}
.inner_pickupinfo{

margin: 9px 0 11px;

position: relative;
}
.inner_pickupinfo label{

font-size: 13px;

margin: 0 0 5px;

font-weight: 500;
}
.inner_pickupinfo label span{

color: #e41927;

font-weight: bold;
}
.inner_pickupinfo  select,.inner_pickupinfo input{
    border-radius: 35px;
    padding: 0 35px 0 13px !important;
    border: 1px solid #cccccc73;
    height: 40px;
    width: 100%;
    font-size: 13px;
    background: #ececec;
}
.inner_pickupinfo select {
}
.inner_pickupinfo svg {
    left: auto;
    right: 15px;
    top: 34px !important;
    width: 24px;
    z-index: 9;
    /* height: 20px; */
}

.nav-tabs img{

width: 26px;

height: 27px;

object-fit: contain;

line-height: inherit;
}
.wizard .nav-tabs > .active  img,.wizard .nav-tabs > li:hover  img{
    filter: grayscale(109%) brightness(398%) sepia(91%) hue-rotate(11deg ) saturate(20%) contrast(0.8);
}
.right_btmbar ul li b {
    color: #545353;
}
.right_btmbar {
    background: #fff;
    border-top: 1px solid #ccccccab;
}
.next-step:hover{
        color: #b3a037;
        background: transparent;
}
button:focus,a:focus{
    outline: 0;
}
.right_btmbar ul li {
    width: 33%;
}
#red_bar {
    background-image: linear-gradient(60deg, #333 0%, #545353 56%);
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.carge_location_map{
    position: absolute;
    top: 49px;
    opacity: 0.3;
}
.carge_location_map img{
      width: 100%;
}
.inner_pickupinfo label > h6 {
    display: inline-block;
    font-size: 9px;
    color: #df1a28;
    font-weight: bold;
    margin: 0 0 0 8px;
}
.swal-footer {
    text-align: center;;
}
.swal-button {
    background-color: #6b2a8c;
    border-radius: 35px;
    padding: 10px 49px;
}
.swal-button:not([disabled]):hover {
    background-image: linear-gradient(#6b2a8c, #6b2a8c, #8d26c1) !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;background: none;
}
#order_listing .back_btn a{
    display: inline-block;
}
#order_listing  svg {
    top: 0px !important;
}
.user_name_ h3 span{
    float: right;
}
.cod_amount {
    width: 100%;
    text-align: left;
    padding: 14px 9px 0;
}
.cod_amount ul li {
    font-size: 12px;
    margin: 0 0 6px;
    border-bottom: 1px dotted #ccccccd4;
    padding: 0 0 8px;
}
.cod_amount ul li:last-child{
    border-bottom: none;
}
.cod_amount ul li b {
    font-weight: 600;
    color: #353535;
}
.cod_amount ul li span {
    float: right;
    font-weight: 600;
    color: #83c52f;
}
#track_details .fix_location {
    padding: 0 0 15px 0;
   /* border: none;*/
}
#track_details  .fix_wrapper_h {
    margin: 11px 0;
}
#track_details .status_box p:before {
    left: -24px;
}
#track_details .user_name_ h3 {
    margin: 0 0 10px;
}
#track_details .Consignee_box {
    padding: 0px 0 13px 18px;
}
#track_details  .status_box{
    padding: 0 5px 16px 20px;
}
.file_type input {
    padding-top: 7px !important;
    opacity: 1;
    border: none;
}
.custom-file-input {
  color: transparent;
}
.custom-file-input {
    font-weight: 700;
    font-size: 11px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
    content: 'Choose File';
    color: black;
    display: inline-block;
    background: none;
    border: none;
    border-radius: 3px;
    padding: 4px 4px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    font-size: 13px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
    outline-offset: 0;
}
.track-result p .distance{
    margin: 0 5px 0;
    color: #e61927;
}
#desktop_orders,#track_details_info{
    width: 100%;
    padding: 0 26px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h{
    width: 24%;
    float: left;
    margin: 0 12px 12px 0;
}
.view_action_btn {
    width: 24px;
    vertical-align: middle;
    margin: 0 3px 0 0;
}
.action_box{
    padding-top: 10px;
}
.order_info_details {
    position: relative;
    background: #fff;
    padding:10px 10px 2px;
    border-radius: 10px;
    border: 2px dotted #d4d4d4;
    box-shadow: 1px 8px 17px rgb(152 152 152 / 25%);
    width: 24%;
    float: left;
    margin: 0 13px 13px 0;
}
.inner_info {
    float: left;
    width: 50%;
}
.inner_info p {
    text-align: left;
    font-size: 17px;
    padding: 0 0 7px;
    font-weight: 500;
    color: #525050;
    text-transform: capitalize;
}
.distance{
        padding: 0 3px;
}
.location_to {
    width: 100%;
    padding: 1px 0 0 20px;
    position: relative;
}
.right_box p{
    text-align: right;
}
.inner_info b {
    font-size: 16px;
    font-weight: 500;
    color: #f27474;
}
.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.odr-no{
    font-weight: bold !important;
    color: #10597a !important;
}
.location_to h4 {
    display: block;
    float: none;
    margin: 7px 0 2px;
}
.from_to{
    position: relative;
}
.from_to:before{
    content: '';
    display: block;
    left: 0;
    border-left: 3px dotted #7cc24d;
    width: 2px;
    height: 43px;
    position: absolute;
    top: 5px;
}
.from_to{

position: absolute;

top: 4px;

left: 2px;
}
.from_to span{

position: absolute;

display: block;

background: #adb8bd;

width: 7px;

height: 7px;

top: 21px;

left: -2px;

border-radius: 100%;
}

.cod_blue{
    color: #1893b7 !important;
}
.sr_info .w_10_px ul li i {
    margin: 0px 0 0 -15px;
}
.order_info_track .w_90_px p:before {
    left: -19px;
}
.sro_record .fix_location{
    border: none !important;
}
.location_to p, .location_to h4 {
    font-size: 19px;
}
#track_details .order_history_details .status_box p:before {
    left: -21px;
}
.checked_mark {
    font-weight: 500 !important;
    color: #83c52f !important;
}
/*#signup_Tabs{
padding-top: 35px;
}*/
.confirm_message_box{
        font-size: 14px;
    padding: 19px 8px 0;
}
.confirm_message_box{
        font-size: 14px;
    padding: 19px 8px 0;
}
#page-name .parcel_received{
        position: relative;
        top: 5px;
        right: -4px;
    font-size: 13px !important;
    }
.confirm_message_box {
    text-align: center;
    padding: 80px 13px 0;
}
.confirm_message_box img {
    width: 86px;
    margin: 0 0 14px;
}
.confirm_message_box p {
    font-size: 15px;
}
.search_order_list {
    padding: 22px 0 9px;
    position: relative;
}
.search_order_list i {
    position: absolute;
    top: 35px;
    margin: 0 0 0 13px;
}
.search_order_list input {
    width: 295px;
    padding: 0 15px 0 34px;
    height: 39px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
}
.lang_select{
    position: relative;
}
.lang_select select{
    padding: 0 18px;
    background: #fff;
}
.lang_select img{

position: absolute;

width: 19px;

top: 13px;

right: 16px;
}


/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"], 
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}
.right_logo{
    display: none;
}
#home_layout ul li {
    width: 45%;
    display: inline-block;
    margin: 0 8px;
}
#home_layout ul li a {
    padding: 17px 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 12px 31px rgb(123 123 123 / 25%);
    background: #fff;
    color: #3a3939;
    border: 1px solid #b7a22d;
    font-size: 19px;
}
#home_layout ul li svg {
    display: block;
    position: static;
    margin: 0 auto 9px;
    width: 51px;
}
#home_layout ul li a:hover{
    background: #b3a037;
}
#home_layout ul li a:hover svg path,#home_layout ul li a:hover{
    color: #fff;
}


/*responsive*/


@media(max-width: 1250px) {
    .container {
        width: 100%;
    }
    .order_info_details {
        width: 32%;
    }
    #rate_transit .shipment_btns {
        height: auto;
        width: 35% !important;
        margin: 1px auto 0 !important;
    }
    table.resposive_table td h6, .Pending_approval {
        font-size: 14px !important;
    }
    .shipment_tabs_box ul li {
        width: 19%;
    }
    .delivery_table_ table.resposive_table th, .delivery_table_ table.resposive_table td {
        padding: 5px 11px 14px 37px;
    }
    .shipment_box {
        padding: 77px 20px 70px;
    }
    .loader {
        width: 100%;
    }
    .loader>img {
        width: 100%;
    }
    .sidebar_menu {
        width: 25%;
    }
    table.resposive_table tr {
        width: 31.8%;
    }
    #homejs_page .shipment_box {
        padding: 35px 20px 70px;
    }
    #homejs_page #selector_icon ul {
        padding: 18px 0 0 !important;
    }
    #homejs_page .login_btm img {
        height: 220px;
        object-fit: cover;
    }
    #desktop_orders{
    padding: 0 15px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h{
    width: 33%;
    float: left;
    margin: 0 12px 12px 0;
}
.inner_info p {
    font-size: 14px;
}
}

@media(max-width: 1024px) {
    .container {
        width: 100%;
    }
    .shipment_tabs_box ul li {
    width: 24%;
}
    .order_info_details {
    width: 48%;
}
    .bottom_bar ul li {
    width: 33%;
}

 table.resposive_table tr {
    width: 47.9%;
}

    .loader,
    .loader>img {
        width: 47%;
    }
    .sidebar_menu {
        width: 33%;
    }
    .close-btn {
        color: #e92128;
        background: #ffffff;
    }
    #rate_transit .shipment_btns {
    width: 46% !important;
}
}

@media screen and (max-width: 600px) {
    table.resposive_table {
        border: 0;
    }
    table.resposive_table caption {
        font-size: 1.3em;
    }
    table.resposive_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.resposive_table tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }
    table.resposive_table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 12px;
        text-align: right;
    }
    .fixleft_side {
        padding: 0 15px;
    }
    table.resposive_table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .main_wrapper_table,
    .main_wrapper_table2,
    .main_wrapper_table3,
    .main_wrapper_table4 {
        display: none;
    }
    .fix_ul_li {
        padding-top: 20px;
    }
    .fix_ul_li li {
        padding: 4px 0;
    }
    .fix_ul_li li b {
        float: left;
        color: #08a7cc;
        width: auto;
        text-align: left;
    }
    .fix_view_btn a {
        padding: 0 5px;
    }
    .fix_view_btn a i {
        color: #0e0ee0;
    }
    .fix_view_btn a:nth-child(2) i {
        color: #e61c2a;
    }
    .fix_view_btn a:nth-child(3) i {
        color: #009688;
    }
    #table_btn_menu,
    #table_btn_menu2,
    #table_btn_menu3,
    #table_btn_menu4,
    #table_btn_menu5,
    #table_btn_menu6 {
        cursor: pointer;
        color: #e61c2a;
        font-size: 17px;
    }
    table.resposive_table td:last-child {
        border-bottom: 0;
    }
}


@media(max-width: 767px) {
    .container {
        width: auto;
    }
  .search_order_list input {
        width: 100%;
    }
    .search_order_list {
    padding: 22px 18px 9px;
}
    .register_info{
        padding-top: 24px;
    }
    .location_to p, .location_to h4 {
    font-size: 13px !important;
}
    .wizard .tab-pane {
    padding-top: 9px;
}
    .tab-content- {
    padding-top: 0 ;
}
.from_to:before {
    border-left: 2px dotted #a9a9a9;
    width: 2px;
    height: 49px;
    top: 0;
    margin-top: 4px;
}
.from_to span {
    width: 6px;
    height: 6px;
    top: 24px;
    left: -2px;
}
    .distance {
    font-size: 13px !important;
}
.location_to p{
    padding-bottom: 0;
}
.user_name_ h3 {
    padding: 5px 14px 6px;
}

.inner_info p {
    padding: 0 0 3px;
}
.w_90_px h3 {
    margin: 0 0 3px;
    font-weight: 700;
    color: #494848;
}
.track_details_page {
    margin: 9px auto 0;
}
.location_to {
    margin: 0;
    padding: 4px 0 4px 18px;
    position: relative;
}
.location_to p{
    padding-bottom: 0;
}
    .order_info_details {
    width: 100%;
        padding: 5px 10px;
        float: none;
    margin: 0 0 4px 0;
    clear: both;
}
.inner_info p {
    font-size: 12px !important;
}
.inner_info b {
    font-size: 13px;
}
     #desktop_orders{
    padding: 0 15px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h {
    width: 100%;
    float: none;
    margin: 0 0 12px;
}
    .right_btmbar {
    text-align: right;
}
    .form_loader img {
    width: 77%;
    margin: 0 auto;
}
    #track_list_records {
    padding: 8px 0 13px !important;
}
    .logout-btn {
    position: absolute;
    top: -1px;
    left: 14px;
    z-index: 99;
}
    .save_future{
    margin: -2px 7px 0 0;
}
.bottom_img_fixed{
    display: none;
}
#rate_transit .shipment_btns {
    width: 100% !important;
}
.shipment_track_btns {
    width: 92%;
}
.shipment_track_btns input {
    padding: 0 106px 0 30px;
}
#homejs_page .shipment_box {
    padding: 14px 20px 20px;
}
.bottom_bar ul li {
    width: 35%;
}
.shipment_tabs_box ul li {
    width: 62%;
    margin: 0 0 5px;
}
.to-me-date {
    width: 100%;
}
    .status_box p:before {
    top: 11px !important;
}
    .close-btn {
    left: 272px;
}
.w_90_px p:before {
    left: -20px;
}
/*.w_90_px p:before {
    top: 15px;
}*/
.w_90_px p b ,.w_90_px h3{
    font-size: 13px;
}
.status_box.w_90_px p {
    font-size: 11px;
}
.w_90_px p:before {
    margin-top: 6px;
}
 .status_box p b {
    font-weight: 600;
    font-size: 11px;
}
.status_box p:before {
    left: -28px;
}
  .auto_records table.resposive_table td span {
    padding: 8px 6px;
    margin: 6px 0 0px 0px;
    font-size: 13px;
    width: 100%;
    float: none;
    text-transform: capitalize;
}

.fix_wrapper_h {
    margin: 18px 12px 0;
}
    .user_name_ {
    padding: 0;
}
    .bottom_bar ul li b {
    font-size: 13px;
}
    .loader,
    .loader>img {
        width: 100%;
        height: 100vh;
    }
    .sidebar_menu {
        width: 82%;
    }
    .main_body {
        display: block;
    }
    .shipment_box ul li a {
        padding: 10px 9px 13px 76px;
    }
    .shipment_box ul li svg {
        width: 26px;
        left: 39px;
        top: 13px;
    }
    .shipment_box {
        padding: 47px 0 0;
    }
    .select_service ul li a h5 {
        font-size: 15px;
        padding: 0 8px;
    }
    .main_body,
    .bottom_bar {
        max-width: 100%;
        margin: 0;
    }
    .login_btn_ {
        width: 100% !important;
    }
    .track_shipments,.shipment_box_new,.track_details_page {
        width: 100%;
    }
    table.resposive_table tr {
        width: 100%;
        margin: 0 0 15px;
    }
    .fix_ul_li {
        padding-top: 1px;
    }
    .rate-transits ,.desktop_layout{
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
.bottom_bar #home_icon {
    width: 26%;
}
  /*  .bottom_bar #home_icon {
        width: 21%;
    }*/
    .loader, .loader > img {
    width: 100%;
}
.shipment_box ul {
    padding: 0 20px;
}
.fix_screen {
    padding: 71px 0 0;
}
#register_screen {
    padding: 14px 0 0;
}
.right_logo {
    right: 8px;
    padding: 0;
    top: auto;
    margin: 1px 0 0;
}
.right_logo img {
    width: 69px;
}
#homejs_page .bottom_img_fixed {
    display: block;
}
#homejs_page {
    background: none;
}
.get_quote input {
    padding: 0 18px 0 22px;
}
.contact_page .textarea_box {
    height: 123px;
}
#ratejs_page #rate_transit {
    padding: 0 16px 0;
}
table.resposive_table td::before {
    font-size: 12px;
}
table.resposive_table td h6, .Pending_approval {
    font-size: 15px !important;
}
.right_btmbar li{
    width: 27% !important;
}
.second_step {
    bottom: 63px;
    padding-right: 0px;
    padding-left: 56px;
}
.second_step button{

padding: 10px 13px;

border: 2px solid #b3a037;

width: 100%;
}
.pickup_information {
    padding: 0 13px;
}
.second_step>li,.list-inline>li {
    padding-right: 3px;
    padding-left: 3px;
    width: 47%;
}
.list-inline {
    bottom: 63px;
}
.tab-content- {
    margin: 0;
    width: 100%;
}
.dashboard_page > p {
    font-size: 14px;
    text-transform: capitalize;
}
.dashboard_page{
    padding: 0 15px;
}
.shipment_box_new ul li {
    padding: 8px 0 8px 17px;
}
.shipment_box_new ul li a svg {
    top: 6px !important;
    width: 47px;
    height: 47px;
    padding: 0 9px;
    right: 7px;
    margin: 0;
}
#track_details {
    padding: 0 13px;
}
.track_lgo h4 {
    font-size: 13px;
    margin-bottom: 1px;
    padding: 3px 0 0;
}
#text {
    font-size: 23px;
}
.user_name_ h3,.w_90_px p {
    font-size: 13px;
}
.location_to h4 {
    margin: 17px 0 2px;
}
.status_box p:before {
    margin-top: 0px;
}
.rates_box_value{
    padding: 0 17px;
}
#order_listing svg {
    top: -1px !important;
}
#home_layout ul {
    text-align: center;
    padding: 0 5px;
}
#home_layout ul li {
    width: 44%;
}
#home_layout ul li a {
    font-size: 16px;
    padding: 10px 20px;
}
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

:focus {
    outline: 0
}

input,
textarea {
    margin: 0;
    outline: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}


/* Default Font Styles
______________________*/

body,
input,
select,
textarea,
p,
a,
b {
    font-family: 'Alata', sans-serif;
    color: #000;
    line-height: 1.4;
}

html,
body {
    background: #fff !important;
}

.flash_categories {
    display: none;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Links
______________________*/

a {
    text-decoration: none !important;
}

a:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


/* p, blockquote, address
______________________*/

p {
    font-size: 18px;
    margin-bottom: 20px;
}

a:hover,
a:focus {
    text-decoration: none;
}


/* Layout
______________________*/

.row {
    margin: 0;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}


/*loader*/

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 999999;
    text-align: center;
}
.details_listing{
    margin-top: 20px;
}
.loader > img {
    cursor: pointer;
    vertical-align: middle;
    display: block;
    width: 100%;
    object-fit: cover;
    visibility: visible !important;
    position: fixed;
    right: 0;
    margin: 0 auto !important;
    left: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
}


/*@keyframes slideDown {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}

@-webkit-keyframes slideDown {
      from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}*/

.main_body {
    display: block;
    max-width: 360px;
    margin: 0 auto;
}

.login_screen {
    max-width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 0 66px;
    background: #ffffff;
    height: auto;
}

.user_login {
    padding: 73px 18px 98px;
    background: #fff;
    margin: -28px 13px 0;
    border-radius: 8px;
    box-shadow: 1px 19px 27px rgba(154, 154, 154, 0.44);
}

.form_box {
    position: relative;
}

.form_box input,
textarea,
.shipment_box input,
.package_box h4 ,.shipment_track_btns input{
    width: 100%;
    margin: 0 0 15px;
    border-radius: 35px;
    padding: 0 18px 0 50px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    -webkit-box-shadow: 1px 6px 7px rgb(16 16 16 / 14%);
    border: 1px solid #d2d1d1;
    background: #e2e2e2;
}

.form_box svg {
    position: absolute;
    left: 19px;
    top: 12px;
    height: 22px;
    width: 22px;
}

.user_login p {
    color: #293846;
    margin: 5px 0 3px;
    font-weight: 500;
    font-size: 16px;
}

.user_login p a {
    color: #df1e1e;
    font-weight: bold;
    font-size: 16px;
}

#login_items a button {
    font-size: 20px;
    width: 100%;
}

.form_box button:hover,
.form_box button {
    background-image: linear-gradient(60deg, #CD0404 0%, #DF1E1E 56%);
}

.form_box button {
    border-radius: 35px;
    padding: 10px 4px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0 0;
    font-weight: 500;
    border: 2px solid #df1e1e;
    display: inline-block;
    box-shadow: 0px 17px 10px -10px rgb(216, 216, 216);
}

.site_name {
    background-image: linear-gradient(60deg, #CD0404 0%, #d24848 56%);
    padding: 39px 0 66px;
    border-radius: 0 0 20px 20px;
}

.site_name h3 {
    color: #fff;
    font-size: 19px;
}

.login_head h4 {
    color: #707070;
    font-size: 35px;
}

.login_head p {
    font-size: 15px;
    margin: 13px 0 24px;
}

.register_page {
    padding: 48px 18px 98px;
}

.top_head {
    padding: 9px 0 43px;
    border-radius: 0;
    margin: 0;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}
.back_btn {
    width: 12%;
    padding: 2px 11px 0;
    text-align: left;
}

.back_btn i {
    font-size: 23px;
}

.page_title {
    width: 76%;
    padding: 3px 0 0;
    text-align: center;
}

.page_title h4,
.back_btn i {
    color: #fff;
}

.register_main .user_login {
    margin: 0;
    border-radius: 35px 0 0 0;
    box-shadow: none;
}

.responsive {
    width: 100%;
    height: auto;
}
.fix_wrapper_h {
    margin: 18px 0 0;
}
.fix_location {
    padding-bottom: 11px;
}
.main_location {
}
.user_name_ {
    width: 100%;
    text-align: left;
    padding: 0;
}
.user_name_ p {
    font-size: 12px;
    color: #999;
}

.user_name_ h3 {
    font-size: 14px;
}
.w_10_px {
    max-width: 10%;
}
.w_10_px ul {
    margin-top: 18px;
}
.w_10_px ul li:first-child {
    height: 8px;
    margin-bottom: 5px;
}
.w_10_px ul li {
    padding: 0;
    line-height: 0;
    height: 5px;
}
.w_10_px ul li i {
    color: #f27474;
    font-size: 16px;
    margin: 0px 0 0 -12px;
}
.w_10_px ul li b {
    color: #9999;
}
.w_90_px {
    width: 90%;
    padding: 0px 13px 0 20px;
    margin: 0px 0 0px -9px;
}


.w_90_px p b{

color: #62ab06;

font-size: 12px;
}
.status_box h3 b,.status_box p b{
        float: right;
}
.fix_wrapper_h:last-child{
    margin-bottom: 17px;
}
.track-result  p b ,.track-result  p {
    font-size: 12px;
    font-weight: 500;
}
.track_courier a {
    background-image: linear-gradient(60deg, #CD0404 0%, #d24848 56%);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
}

.track {
    margin-top: 20px;
}

.head {
    border-radius: 40px;
    width: 80px;
    font-size: 12px;
    margin-left: 6px;
}

body,
html {
    margin: 0;
    padding: 0;
    background: linear-gradient(25deg, #a9f3f9, #f0fffb);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

:root {
    --main-lighter: #f0fffb;
    --main-light: #a9f3f9;
    --main-sublight: #bffaff;
    --main: #00e1da;
    --main-dark: #00b7b4;
    --main-darker: #003f3c;
}

.flex {
    display: flex;
}

.f-wrap {
    flex-wrap: wrap;
}

.jcsb {
    justify-content: space-between;
}

.jcsa {
    justify-content: space-around;
}

.jcc {
    justify-content: center;
}

.aifs {
    align-items: flex-start;
}

.aic {
    align-items: center;
}

.w-100 {
    width: 100%;
}

.m-m {
    margin: 20px;
}

.mb-m {
    margin-bottom: 20px;
}

.mt-s {
    margin-top: 10px;
}

.main-card-head {
    background-color: var(--main-darker);
    padding: 15px 30px;
    border-radius: 10px 10px 0 0;
}

.cardhead-light {
    background-color: var(--main-lighter);
    border: 1px solid var(--main-dark);
}

.terms {
    border-radius: 0;
    margin: 0 0 24px;
}

.Terms p {
    font-size: 14px;
    padding-top: 20px;
}

.Terms h3 {
    font-weight: 600;
}

.pickup_arrange p {
    font: 11px;
}

.info {
    padding-top: 10px;
}

.contact input,
textarea {
    padding: 10px 21px;
}

.form_check {
    margin-top: 10px;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.pay {
    font-size: 20px;
}

.form_check span {
    font-size: 12px;
    color: gray;
}

.form_check [type="radio"]:checked,
.form_check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form_check [type="radio"]:checked+label,
.form_check [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.form_check [type="radio"]:checked+label:before,
.form_check [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.form_check label {
    text-align: left !important;
}

.form_check [type="radio"]:checked+label:after,
.form_check [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #d24848;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_check [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form_check [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.co-one {
    padding:8px 0 13px !important;
}

.cone {
    padding: 5px 18px 98px;
}

.form_group {
    text-align: left;
    margin-top: 20px;
}

.user_login-fix {
    text-align: left;
    color: #33333363;
    padding: 16px 10px 98px;
}

.user_login-fix h4 {
    padding-bottom: 10px;
}

.courier_wrapper {
    background: #ffffff;
    padding: 8px 0px 0;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 #0000002b;
}

.custom_img img {
    width: 100%;
}

.back_color {
    background: #f0f1f1a3;
}

.w_50_fix h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.w_35_fix h4 {
    font-size: 12px;
    font-weight: bold;
    color: #d24848;
}

.w_50_fix h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.w_50_fix p {
    font-size: 11px;
    margin-top: 1px;
    margin-bottom: 0;
}

.w_25_fix {
    line-height: 0;
    width: 12%;
    padding: 0;
}

.w_35_fix b {
    font-weight: 500;
    font-size: 11px;
    padding-top: 5px;
    display: block;
}

.w_35_fix h4 {
    padding-bottom: 0;
}

.w_50_fix {
    width: 47%;
    line-height: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.w_35_fix {
    line-height: 0;
    padding-right: 0;
    width: 40%;
    padding-left: 8px;
}

.c_sm_5 b {
    font-size: 11px;
}

.c_sm_5 {
    width: 35%;
    padding: 0;
}

.c_sm_2 i {
    color: #d02a2a;
}

.c_sm_2 {
    width: 30%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5fc;
}

body::-webkit-scrollbar-thumb {
    background-color: #efefef;
}

.pb_2_ {
    padding: 12px 0 0 !important;
}

.col_sm_12 {
    width: 100%;
}

.col_sm_12 .w_35_fix h4,
.col_sm_12 .w_50_fix h3,
.col_sm_12 .w_50_fix p,
.col_sm_12 .w_35_fix b {
    color: #fff;
    text-align: left;
}

.user_location {
    background: url(../images/back.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 35%;
}

.fix_view_pic {}

.fix_view_pic img {
    width: 50px;
    border-radius: 100%;
}

.fix_view_profile {}

.fix_view_profile h3 {
    text-align: left;
    color: #fff;
}

.fix_view_profile p {
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.user_location {
    padding-bottom: 0;
    padding-top: 0px;
    padding: 10px 8px;
}




.fix_wrapper_h {
    margin: 10px 0;
}

.first_name_fix {
    width: 80%;
    padding-left: 5px;
}

.first_name_fix h3,
.last_name_fix h3 {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.new_fix {
    padding-bottom: 10px !important;
    padding-right: 10px !important;
}

.new_fix_last {
    padding: 8px 8px 8px !important;
}

.first_name_fix p,
.last_name_fix p {
    text-align: left;
    font-size: 12px;
    color: #999;
}

.last_name_fix {
    width: 3%;
}
.main_location {
    display: flex;
    position: relative;
    background: #fff;
    padding: 10px 1px 15px 9px;
    border-radius: 0 0 12px 12px;
    border: 2px dotted #e0e3ed;
    box-shadow: 1px 8px 17px rgb(152 152 152 / 25%);
}
.arrow_fix {
    content: "";
    position: absolute;
}

.arrow_fix.active:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    transform: rotate(-135deg) !important;
    height: 12px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 34%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 12px;
}

.arrow_fix:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    height: 12px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 34%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 12px;
}


.booking_values #fix_top {
    padding: 0 0 0 5px;
    margin: 0 0 0 9px;
}
#fix_top {
    display: flex;
    padding: 0 0 0 5px;
    width: 100%;
    border-left: 2px dotted #ccc;
    margin: 0 0 0 18px;
}
.user_name {
    width: 60%;
}

.user_name_ h3 {
    font-weight: 500;
    margin: 0;
    color: #fff;
    padding: 7px 14px 10px;
    border-radius: 8px 8px 0 0;
    background-image: linear-gradient(#416baf, #274f90, #416baf) !important;
}

.user_name_ p {
    font-size: 12px;
    color: #999;
}

.fix_location {
    padding-bottom: 11px;
}

.back_color .c_sm_5 {
    max-width: 30%;
}

.back_color .c_sm_2 {
    max-width: 40%;
    flex: 40%;
    text-align: center;
}

.w_10_px {
    max-width: 10%;
}

.w_90_px {
    width: 100%;
}

.user_name_ {
}

.user_name h3 {
    font-weight: 600;
    text-align: left;
    padding-left: 5px;
    padding-top: 7px;
}

.w_90_px p:first-child {
    padding-top: 0;
}

.user_name p {
    text-align: left;
    padding-left: 5px;
    margin: 0;
    font-size: 15px;
    color: #b1b1b1;
}

.w_10_px {
    margin: 0;
}

.w_90_px .first_fix {
    font-size: 12px;
    color: #999;
    padding: 5px 0 6px;
}

.w_90_px h3 {
    text-align: left;
    font-weight: 500;
    margin: 0 0 7px;
    font-size: 15px;
}
.w_90_px p {
    text-align: left;
    font-size: 13px;
    padding: 3px 0 0;
    font-weight: 500;
    color: #525050;
    text-transform: capitalize;
}

.w_10_px ul {
    margin-top: 0;
}

.w_10_px ul li {
    padding: 0;
    line-height: 0;
    height: 5px;
}

.w_10_px ul li b {
    color: #9999;
}

.w_10_px ul li:first-child {
    height: 8px;
    margin-bottom: 5px;
}

.w_10_px ul li:last-child {
    height: 8px;
    margin-top: 0;
}

.w_10_px ul li i {
}

.container_fix ul.tabs {
    margin: 0px;
    padding: 15px 0;
    list-style: none;
}

.container_fix ul.tabs li {
    background: none;
    color: #2222224d;
    display: inline-block;
    padding: 10px 10px;
    width: 32.3%;
    cursor: pointer;
    border: 1px solid #3333;
    border-radius: 30px;
    background: #3333330a;
    font-size: 14px;
}

.container_fix ul.tabs li.current {
    background: #d24848;
    color: #fff;
}

.container_fix .tab-content {
    display: none;
    padding: 8px 0;
}

.container_fix .tab-content.current {
    display: inherit;
}

.small {
    width: 31.4%;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 0 3px 1px #00000017;
}

.new_top_fit {
    box-shadow: 0 0 3px 1px #00000017;
    margin: 8px 0;
    border-radius: 5px;
}


/*  ###  Rubberband range input   */

.rubber-ipt {
    width: 220px;
    height: 2px;
    background-color: #ddd;
    position: relative;
}

.rubber-ipt-range {
    width: 200px;
    height: 2px;
    background-color: #cf2222;
    position: relative;
}

.rubber-ipt-min,
.rubber-ipt-max {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    border: 1px solid #cf2222;
}

.flex_fix {
    display: flex;
    padding: 10px 20px 14px;
}

.rubber-ipt-min {
    transform: translate(-9px, -9px);
    left: 0;
}

.rubber-ipt-max {
    transform: translate(210px, -9px);
    left: 0;
}

.switch-field {
    display: flex;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #d03131;
    color: #fff;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 15px 0 0 15px;
}

.switch-field label:last-of-type {
    border-radius: 0 15px 15px 0;
}

.rubber-value-min {
    top: 10px;
    transform: translateX(-10px);
}

.rubber-value-max {
    top: 10px;
    right: 0;
    transform: translateX(10px);
}


/* #########  Styling */

.first_name_fix_2 {
    width: 58%;
    text-align: left;
}

.first_name_fix_2 h3 {
    padding-top: 7px;
}

.last_name_fix_2 {
    width: 42%;
}

.textarea textarea {
    box-shadow: unset;
    border-radius: 15px;
    font-size: 12px;
    height: 80px;
    margin: 8px 0 0;
    background: #f7f7f77a;
}

.select_setting h3 {
    color: #33333382;
    padding-top: 3px;
}

.select_setting {
    border: 1px solid #3333;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    margin: 10px 0 3px;
}

.select_setting select {
    border: unset;
}

.fix_new_btn:hover {
    color: #fff;
}

.form_box select {
    width: 100%;
    margin: 0 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 35px;
    padding: 0 18px 0 55px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    background: #e2e2e2;
    box-shadow: 0 0 7px 0 #e0d7d7;
    -webkit-box-shadow: 1px 6px 7px rgb(113 113 113 / 25%);
    border: 1px solid #bdbdbd;
}

.fix_new_btn {
    background: #d03131;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 100px;
}

.main_fix_row {
    display: flex;
    padding: 15px 0;
}

.w-20_col {
    width: 20%;
}

.w-20_col img {
    width: 61px;
    border-radius: 100px;
}

.w-40_col {
    width: 40%;
}

.w-40_col i {
    font-size: 20px;
    padding-top: 25px;
}

.full_width_f {
    display: flex;
    padding: 18px 10px;
    background: #fff;
}

.right_w_80 h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.height_fix {
    height: unset;
}

.right_w_80 p {
    font-size: 13px;
    margin: 0;
}

.right_w_20 {
    width: 20%;
}

.right_w_80 {
    width: 80%;
}

.typing_text img {
    width: 162px;
    height: 162px;
    border-radius: 100%;
}

.typing_text {
    position: fixed;
    top: 27%;
    z-index: 9999;
    left: 0;
    right: 0;
}

#text {
    font-size: 40px;
    color: #fff;
}

.track_page h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 92px 0 16px;
}

.contact_page .register_page {
    padding: 20px 18px 98px;
}

.page_title h4 {
    font-size: 14px;
    margin-bottom: 0;
}

.bottom_bar {
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 5px 10px 5px 0;
    max-width: 101%;
    margin: 0 auto;
    z-index: 999;
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
}

.bottom_bar ul li {
    width: 34%;
    position: relative;
    text-align: center;
    display: inline-block;
}

.bottom_bar #home_icon {
    width: 31%;
}

.bottom_bar ul li svg,
.bottom_bar ul li svg {
    display: block;
    margin: 0 auto 0px;
    width: 32px;
}

.bottom_bar ul li b {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 2px;
    text-transform: capitalize;
    line-height: 1.4;
}

.bottom_bar ul #rate_calculator {
    width: 31%;
}

#rate_calculator_box select {
    padding: 13px 18px;
    height: auto;
}

.delivery_banner img {
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.shipment_box {
    padding: 40px 20px 70px;
}

.shipment_box h4 {
    line-height: 1.5;
    margin: 0 0 20px;
}

.shipment_box ul {
    text-align: left;
}

.shipment_box ul li {
    position: relative;
}

#rate_transit ul li a:hover,
.shipment_box ul li a {
    color: #fff;
    background: #b3a037;
}

.shipment_box ul li a {
    display: inline-block;
    width: 100%;
    margin: 0 0 12px;
    padding: 10px 9px 11px 94px;
    border-radius: 35px;
    font-size: 20px;
    border: 1px solid #b3b3b366;
    font-weight: 500;
}
table.resposive_table tr:nth-child(even){
    background: #fff;
}

.shipment_box ul li svg {
    width: 27px;
    vertical-align: middle;
    position: absolute;
    left: 55px;
    top: 10px;
}

.shipment_box ul li .service_bg {
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
    color: #fff;
    box-shadow: 0 0 20px 0 #ccccccc7;
}

.shipment_box .rate_bg {
    border: 1px solid #b3a037;
}

.track_shipments {
    padding: 21px 15px;
    width: 373px;
    margin: 0 auto;
}

.track_shipments .form_box svg {
    cursor: pointer;
}

.track_shipments .form_box .search_box ,.track_shipments .form_box svg,.shipment_track_btns svg{
    position: absolute;
    right: 13px;
    left: auto;
    top: 10px !important;
    width: 25px;
    height: 25px;
}

.track_info {
    padding: 9px 8px;
    text-align: left;
}

.track_info p {
    font-size: 14px;
    color: #4c4b4b;
    margin: 0 0 14px;
    line-height: 1.6;
}

.track_info a {
    font-size: 13px;
    color: #da8e0e;
    font-weight: 600;
    text-decoration: underline !important;
}

.no_records {
    margin: 0;
}

.no_records b {
    border-top: 1px solid #cccccc82;
    border-bottom: 1px solid #cccccc82;
    padding: 16px 0;
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.radius_box svg {
    width: 37px;
    padding: 15px 0 0;
}

.no_records img {
    width: 100%;
    display: block;
    height: 267px;
    object-fit: cover;
}

.track_shipment_page .login_screen {
    margin: 0;
}

.get_quote input {
    padding: 0 18px 0 34px;
}

.form_box {
    text-align: left;
    clear: both;
}

.form_box label {
    margin: 0 4px 12px;
}

::-webkit-input-placeholder {
    color: #4c4b4b;
}

::-moz-placeholder {
    color: #4c4b4b;
}

:-ms-input-placeholder {
    color: #4c4b4b;
}

:-moz-placeholder {
    color: #4c4b4b;
}

.package_box {
    margin-top: 22px;
    /*border-top: 1px solid #cccccc78;
    padding: 12px 0 0;*/
}

.package_box h4 {
    padding: 14px 18px 15px 29px;
    height: auto;
    font-size: 14px;
    cursor: pointer;
}

.package_box h4 i {
    float: right;
    font-size: 22px;
    vertical-align: middle;
    margin: -2px 0 0;
}

.select_packaging_dropdown {
    background: #fff;
    border: 1px solid #dcdbdb;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    display: none;
    margin: -13px 3px;
}

.bdr_select {
    border-bottom: 1px solid #dcdbdb;
    padding: 10px 3px;
    background: #f7f7f7;
    border-radius: 10px 10px 0 0;
}

.select_img {
    width: 20%;
    padding: 6px 0 0;
    text-align: center;
}

.select_img img {
    width: 29px;
    object-fit: contain;
    height: 29px;
    vertical-align: middle;
}

.select_info {
    width: 80%;
    padding: 0 0 0 3px;
}

.select_info h5 {
    margin: 0 0 8px;
    font-size: 15px;
    color: #ce0b0b;
}

.select_info p {
    font-size: 11px;
}

.Dutiable_box {
    margin-top: 30px;
    position: relative;
}

.Dutiable_box svg {
    top: 46px;
    left: 13px;
}

.Dutiable_box select {
    padding: 13px 29px 13px 32px;
    height: auto;
}

#delivered_details .Dutiable_box .search_box {
    top: 42px !important;
}

#rate_transit {
    padding: 0 16px 71px;
}

#rate_transit ul li a {
    text-align: center;
    font-size: 17px;
    padding: 16px 9px;
}

#rate_transit ul li .service_bg {
    border: 1px solid #315a9c;
}

.select_service h2 {
    color: #e69712;
    margin: 0 0 28px;
    font-size: 23px;
}

.select_service ul {
    text-align: center;
    margin: 0 0 39px;
}

.select_service ul li {
    display: inline-block;
    width: 46%;
    vertical-align: middle;
}

.select_service ul li a {
    display: inline-block;
}

.select_service ul li a img {
    width: 58px;
    margin: 0;
    vertical-align: middle;
    height: 55px;
    object-fit: contain;
    padding: 17px 0 0;
}

.select_service ul li a h5 {
    font-size: 17px;
    line-height: 1.4;
}

.radius_box {
    border-radius: 100%;
    width: 74px;
    height: 74px;
    margin: 0 auto 13px;
    border: 2px solid #049ac5;
    background-image: linear-gradient(#1386a7, #049ac5, #20bfec) !important;
}

.choose_service {
    text-align: center;
    margin: 0 0 20px;
}

.sidebar_menu {
    position: fixed;
    top: 0;
    width: 19%;
    left: 0;
    bottom: 0;
    box-shadow: 1px 60px 19px rgb(132 132 132 / 58%);
    z-index: 999;
    background: #fff;
    overflow-y: auto;
    display: none;
}

.main_baner img {
    width: 100%;
    height: 139px;
    object-fit: cover;
    display: block;
}

.inner_menu_box ul li a {
    width: 100%;
    display: inline-block;
    padding: 8px 18px;
    border-bottom: 1px solid #cccccc85;
}

.inner_menu_box ul li a svg {
    width: 26px;
    vertical-align: middle;
    margin: -5px 4px 0 0;
}

.close-btn {
    position: fixed;
    top: 13px;
    left: 290px;
    color: #fff;
    background: #352f2f;
    border-radius: 100%;
    width: 20px;
    cursor: pointer;
    text-align: center;
    height: 20px;
    line-height: 1.1;
}

.close-btn i {
    font-size: 15px;
}

.monday_date {
    background: #f5f5f5;
    padding: 7px 34px;
    border-radius: 35px;
    border: 1px solid #cccccc9e;
}

.monday_date b {
    display: block;
    margin: 0 0 6px;
    font-size: 15px;
}

.monday_date p {
    font-size: 14px;
    color: #eb1f27;
}

.shipment_box .rate-transit,
.shipment_box ul li a:hover {
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
    border: 1px solid #6c2c8d;
}

.shipment_box ul li a:hover {
    color: #fff;
}

.shipment_box ul li a:hover svg path {
    fill: #fff;
}
.textarea_box{
    height: 68px;
    margin-bottom: 0;
}
.Pending_bg a{
    background-image: linear-gradient(-90deg, #e09c2a, #c78a23) !important;
}

.fix_logo_f img {
    width: 75px;
}

.body_img_bg {
    background: url(../images/flatpack-delivery_africa.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.fix_screen {
    background: unset;
    padding: 59px 0 0;
}

.login_btn_:hover {
    color: #fff;
    background: #0589af;
    border: 1px solid #0589af;
}

.login_btn_ ,#rate_transit .shipment_btns{
    text-align: center;
    padding: 10px 14px 13px;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #9433c5);
    color: #ffffff;
    box-shadow: 0 0 20px 0 #ccccccc7;
    display: inline-block;
    width: 25% !important;
    margin: 7px 0 !important;
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 19px;
    border: 1px solid #335c9f;
    font-weight: 500;
}

.uesr_pic {
    position: absolute;
    top: 42px;
    width: 100%;
    text-align: center;
}

.uesr_pic img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
}

.uesr_pic h3 {}

.shipment_box_new ul {}

.shipment_box_new ul li:last-child {}

.shipment_box_new {
    margin-top: 50px;
    width: 360px;
    margin: 0 auto;
}

.shipment_box_new ul li {
    /* border: 5px solid #0d0150; */
    margin: 14px 0px;
    border-radius: 70px;
    padding: 8px 0 8px 34px;
    box-shadow: 0 0 7px 1px #0000002e;
    text-align: left;
}

.shipment_box_new ul li a {}

.font_size {}

.shipment_box_new ul li a h2 {
    color: #6c2c8d;
    font-size: 19px;
    font-weight: 600;
}

.shipment_box_new ul li a h3 {
    display: inline-block;
    font-size: 14px;
    color: #0d0150;
    padding: 1px 0 4px;
    vertical-align: top;
}

.shipment_box_new ul li a svg {
    width: 47px;
    float: left;
    height: 47px;
    border-radius: 100px;
    padding: 0 12px;
    margin-right: 21px;
    top: 8px !important;
    right: -3px;
    left: auto;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}

.fix_input_last input {
    padding: 10px 12px;
}

.fix_input_last {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.main_container {
    padding: 0 15px;
}

.upload-options {
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color ease-in-out 150ms;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}

.upload-options label::after {
    content: '';
    background: url(../images/camera.svg);
    position: absolute;
    background-color: #fff;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    padding: inherit;
    right: 68px;
    top: 91px;
    z-index: 0;
    border-radius: 100%;
    border: 1px solid #010101;
}

.upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.upload-options label span:hover i.material-icons {
    color: lightgray;
}

.js--image-preview {
    height: 150px;
    border-radius: 100%;
    width: 150px;
    margin: 0 auto;
    border: 1px solid;
    position: relative;
    overflow: hidden;
    background-image: url(../images/user.png);
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper_box_pix {
    margin: 0 0 19px;
}

.box_pix_ {
    position: relative;
}

.js--image-preview.js--no-default::after {
    display: none;
}

.js--image-preview:nth-child(2) {
    background-image: url('http://bastianandre.at/giphy.gif');
}

i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

.drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    transform: scale(0);
}

.animate {
    animation: ripple 0.4s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.main_table_fix {
    padding: 0 15px;
    margin-bottom: 70px;
}

table.resposive_table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table.resposive_table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.resposive_table tr {
    background-color: #ffffff;
    border: 1px solid #cac9c9;
    padding: 0;
    box-shadow: 0 7px 23px 0 rgb(117 117 117 / 44%);
    border-radius: 3px;
    float: left;
       width: 23.8%;
    margin: 0 15px 19px 0;
}

table.resposive_table th,
table.resposive_table td {
    padding: 8px 11px;
    text-align: center;
}

table.resposive_table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

table.resposive_table caption {
    font-size: 1.3em;
}

table.resposive_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

table.resposive_table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 19px;
}

table.resposive_table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 12px;
    text-align: right;
        position: relative;
}
.cod_list svg{
        top: 3px !important;
}

.fixleft_side {
    padding: 0 15px;
}

table.resposive_table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 15px;
    color: #3e3b3b;
}
.main_wrapper_table,
.main_wrapper_table2,
.main_wrapper_table3,
.main_wrapper_table4,
.main_wrapper_table5,
.main_wrapper_table6 {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 8px 8px;
    box-shadow: 0 0 24px 0 #ccc;
    border: 1px solid #ccc;
    border-top: none;
    top: 37px;
}

.fix_ul_li {
    padding-top: 4px;
}

.fix_ul_li li {
    padding: 4px 0;
    width: 100%;
    clear: both;
}

.fix_ul_li li b {
    float: left;
    color: #e21a28;
    width: auto;
    text-align: left;
}

.fix_view_btn a {
    padding: 0 5px;
}

.fix_view_btn a i {
    color: #0e0ee0;
}

.fix_view_btn a:nth-child(2) i {
    color: #e61c2a;
}

.fix_view_btn a:nth-child(3) i {
    color: #009688;
}

#table_btn_menu,
#table_btn_menu2,
#table_btn_menu3,
#table_btn_menu4,
#table_btn_menu5,
    #table_btn_menu6 {
    cursor: pointer;
    color: #0d0150;
    font-size: 17px;
    margin-top: 4px;
}


table.resposive_table td:last-child {
    border-bottom: 0;
}


.delivered {
    background: #0d0150;
    color: #fff;
    padding: 1px 10px 3px;
    border-radius: 18px;
}

.sidebar_menu::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
}
.sidebar_menu::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.sidebar_menu::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#ada9a2;
}
#rate_transit a{
    margin-top: 0 !important;
}
.box_pix_{
    margin-bottom: 20px;
}
.contact_page .textarea_box {
    height: 174px;
}
.contact_page p{
    margin: 22px 0 18px;
}
.contact_page h4{
        color: #ec1121;
        font-size: 26px;
        margin: 45px 0 0;
}
.Dutiable_box select {
    color: #626262;
}
.pieces_box{
    float: left;
    width: 48%;
    clear: inherit;
    margin-right: 9px;
}
.margin_none{
    margin-right:0;
}
.shipment_box_new ul li{
    -webkit-transition:0.4s;
    position: relative;
}
.shipment_box_new ul li:hover{
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
}
.viev-btn {
    text-align: center !important;
}
.viev-btn h6 a:hover{
        background-image: linear-gradient(-90deg, #e09c2a, #c78a23);
}
.viev-btn  h6 a{
    background: #292626;
    color: #fff;
    display: inline-block;
    padding: 5px 16px 7px;
    border-radius: 35px;
    font-size: 12px;
}
.shipment_box_new ul li:hover h2,.shipment_box_new ul li:hover h3{
    color: #fff;
}
table.resposive_table td h6,.Pending_approval{
    font-size: 13px !important;
        color: #de251c;
}
table.resposive_table .Approved h6, .Approved {
    font-size: 16px !important;
    color: #6da72a;
}
.auto_records table.resposive_table td {
    font-size: 14px;
    text-align: left;
}
.auto_records table.resposive_table th, .auto_records table.resposive_table td {
    padding: 11px;
}
.auto_records table.resposive_table td span {
    background: #444c;
    color: #fff;
    padding: 6px 6px 7px;
    display: inline-block;
    border-radius: 23px;
    margin: -4px 0 9px 4px;
    font-size: 11px;
    width: 47%;
    text-align: center;
    float: right;
    cursor: pointer;
}
/*.auto_records {
    min-height: 170px;
    overflow-y: auto;
    max-height: 294px;
    box-shadow: 0 7px 23px 0 rgb(117 117 117 / 62%);
    border-radius: 3px;
}*/
.auto_records table.resposive_table tr{
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}
.auto_records::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
}
.auto_records::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.auto_records::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#ada9a2;
}
.shiping-consignee-bdr .track-result{
    margin: 0 0 8px -10px;
}
.Consignee_box{
        padding: 0px 0 0 18px;
}
.status_box.w_90_px p {
    font-size: 12px;
    padding: 7px 0 4px;
}
.w_90_px p{
    position: relative;
}
.w_90_px p:before{
    content: '';
    display: block;
    top: auto;
    left: -20px;
    background: #aba8a3;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 100%;
    margin-top: 6px;
}
.status_box p:before {
    left: -28px;
}
.deliver_icon{
    position: relative;
}
.delivery_icon_info svg {
    position: absolute;
    left: 7px;
    top: 5px;
    width: 23px;
}
.delivery_table_ table.resposive_table th,.delivery_table_  table.resposive_table td {
    padding:5px 11px 16px 37px;
}
.delivery_icon_list{
}
.delivery_icon_list svg{
    position: absolute;
       left: 7px;
       top: -28px;
       width: 23px;
}
.login_loader{
        background: url(../images/flatpack-delivery_africa.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
        margin: 0;
}
.shipment_box_new ul li:hover  svg{
    background: #b4a138;
}
#desktop_view {
    max-width: 100%;
}
.deliver_icon i {
    cursor: pointer;
    color: #0d0150;
    font-size: 17px;
    margin-top: 4px;
}
#login_desktop .login_btn_ {
    width: 100% !important;
    cursor: pointer;
}
.submit_deliviery table.resposive_table tr{
    width: 100%;
    float: none;
}
.track_details_page{
    width: 312px;
    margin: 20px auto 0;
}
.camera-button{
    position: static;
    right: 0;
    left: 0;
}
.box_pix_{
    height: 104px;
    width: 210px;
    margin: 0 auto;
}

.camera-button .button.is-primary {
    background: #fff;
    border: 3px dotted #ec1121;
    color: #fff;
    height: 100px;
    padding: 5px 0 0;
    width: 100px;
    border-radius: 100%;
    cursor: pointer;
}
.web-camera-container {
    padding: 0;
    border-radius: 4px;
    width: 100%;
    height: 122px;
}
 .camera-box video {
      width: auto;
      height: 110px;
      border-radius: 4px;
      /* border: 2px dotted #000; */
}
.web-camera-container .camera-box .camera-shutter {
   opacity: 0;
   width: 100%;
   background-color: #fff;
   position: absolute;
}
 .web-camera-container .camera-loading ul {
   height: 100%;
   position: absolute;
   width: 100%;
   z-index: 999999;
   margin: 0;
}
.camera-button .button.is-danger {
    background: #e11a28;
    z-index: 99999;
    padding: 0;
    color: #fff;
    font-size: 12px;
    border: unset;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 23px;
    top: -8px;
    cursor: pointer;
    display: none;
}
.button:focus{
    outline: none;
    border: none;
}
.rate-transits,.desktop_layout{
    width: 367px;
    margin: 0 auto;
}
.login_btm img{
    width: 100%;
    display: block;
}
.desktop_layout {
    padding: 19px 20px 0;
}
#pad_none{
    padding-bottom: 0;
}
.my_shipment_me{
    text-align: center;
    padding: 0 20px;
}
.shipment_tabs_box ul{
    background: #f5f5f5;
    padding: 11px 0 11px;
    border-bottom: 1px solid #cccccca6;
}
.shipment_tabs_box ul li {
    display: inline-block;
    width: 14%;
    margin-right: 5px;
}
.shipment_tabs_box ul li a{
    color: #fff;
    padding: 7px 16px;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}
#rate_transit .contact_btn,.shipment_tabs_box ul li a,#signup_box .contact_btn{
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
    border: 1px solid #b4a138;
}
.shipment_tabs_box ul li .active{
    color: #fff;
    background-image: linear-gradient(#416baf, #274f90, #416baf) !important;
    border: 1px solid #3760a3;
}
.shipment_tabs_box ul li a:hover{
    background-image: linear-gradient(60deg, #e61c2a 0%, #ec1121 56%);
    color: #fff;
}
#register_screen {
    padding: 28px 0 0;
}
#register_screen h3{
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 7px;
}
#register_screen p{
    font-size: 14px;
}
#register_screen .get_quote input {
    padding: 0 18px 0 18px;
}
.date_box {
    padding: 12px 0;
}
.to-me-date {
    width: 367px;
    margin: 0 auto 10px;
    box-shadow: 1px 6px 7px rgb(16 16 16 / 14%);
    border: 1px solid #ccc9;
}
.from_delivery{
    text-align: left;
    padding: 10px 13px 14px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.from_delivery p{
    font-size: 14px;
}
.from_delivery b{
        font-size: 16px;
        display: block;
        margin: 3px 0;
        font-weight: 600;
        color: #e21927;
}
.from_delivery svg{
    width: 33px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li {
    background: #d8d7d7;
    color: #222;
    display: inline-block;
    padding: 7px 9px;
    cursor: pointer;
    width: 32%;
}
ul.tabs li.current {
    background: #e41927;
    color: #fff;
}

.tab-content{
    display: none;
    background: #e8e8e8;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 9px;
}

.tab-content.current{
    display: inherit;
}
.scan_delivery_btn {
    padding: 5px 0 0;
}
.scan_delivery_btn ul li {
    display: inline-block;
    width: 49%;
}
.scan_delivery_btn ul li a {
    font-size: 11px;
    background: #d0cece;
    color: #000;
    padding: 7px 3px;
    display: inline-block;
    margin: 5px 2px 0;
    border-radius: 2px;
    width: 100%;
}
.Signature_box{
    height: 200px;
}
.right_logo {
    position: absolute;
    right: 15px;
    text-align: right;
    margin-top:2px;
    cursor: pointer;
}
.right_logo img{
    width: 86px;
}
#mian_home {
    padding: 8px 0 13px !important;
}
#rate_transit .shipment_btns{
    height: auto;
    width: 23% !important;
    margin: 1px auto 0 !important;
}
#inner_rate_box li input{
    height: auto !important;
    padding: 16px 9px;
    font-size: 17px;
}
#rate_transit .shipment_btns,#inner_rate_box li input{
    cursor: pointer;
}
#inner_rate_box .rate_bg {
    color: #fff;
    background: #0d0150;
}
 .fix_ul_li{
       position: relative;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 8px 22px;
    /* box-shadow: 0 0 12px 0 #ccc; */
        border: 1px solid #ccc;
    top: 3px;
    /*border-top: none;*/
}
.save_future{
        color: #000;
        float: right;
        vertical-align: middle;
        margin: 0 11px 0 0;
        border: none;
        border-radius: 3px;
        padding: 3px 8px 4px;
        cursor: pointer;
        background: #fff;
        font-size: 11px;
        cursor: pointer;
}
.track_btn {
    float: left;
    color: #ffffff !important;
    background:#345d9f;
    padding: 3px 8px 5px;
    font-size: 12px;
    border-radius: 2px;
}
.track_btn:hover,.track_btn:focus{
    background: #e61c2a;
}
.shipment_track_btns svg {
    width: 22px;
    position: absolute;
    top: 11px;
    left: 10px;
}
.shipment_track_btns{
    width: 323px;
    margin: 13px auto 15px;
    position: relative;
}
.shipment_track_btns input {
    padding: 0 136px 0 30px;
}
.shipment_track_btns .login_btn_ {
    width: auto !important;
    height: auto;
    position: absolute;
    padding: 13px 13px;
    border: none;
    top: -7px;
    right: 0;
    cursor: pointer;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #9433c5);
}
#selector_icon ul li a {
    display: inline-block;
    width: auto;
    padding: 0;
    background: transparent;
    border: none;
}
#selector_icon ul li a h5 {
    color: #000;
}
#selector_icon ul li svg {
    vertical-align: middle;
    position: static;
    width: 37px;
    padding: 15px 0 0;
}
#selector_icon ul li a:hover{
    background: none !important;
    color: #fff;
    border: none !important;
    box-shadow: none;
}
#selector_icon  ul {
    margin: 0 0 13px;
        padding: 26px 0 0 !important;
}

#selector_icon ul li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
#tracking_status .status_box p span{
    float: left;
    width: 50%;
}
#tracking_status .status_box p b{
    float: right;
    width: 50%;
    text-align: right;
}
.status_box.w_90_px p {
    clear: both;
}
.deliver_icon svg {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 6px;
    top: 4px;
}
#track_list_records{
    padding-bottom: 2px !important;
}
.form_loader img{
        width: 30%;
    margin: 0 auto;
}
.booking_values .form_box select {
padding: 0 18px 0 17px;
}
.booking_values .get_quote input {
padding: 0 18px 0 11px;
}
.booking_values .form_box .search_box, .booking_values .form_box svg, .booking_values svg {position: absolute;right: 13px;left: 0;top: 9px !important;width: 24px;height: 24px;margin: 0 auto;right: 0;}
.lable_toggle label {
font-weight: bold;
color: #e41928;
margin-top: 8px;
}
.booking_values .textarea_box {
height: 68px;
margin-bottom: 9px;
}
.hide_box_pickup{
display: none;
}
.padd_top_none{
padding-top: 0;
}
.pickup_toggle i {
float: right;
vertical-align: middle;
margin: 0px 17px 0 0;
font-size: 28px;
}
.pickup_toggle label{
width: 100%;
cursor: pointer;
margin: 10px 5px 6px;
}
.labeldown i{
transform :rotate(179deg);
}
.loader_onorder{
        width: 176px;
    margin: 0 auto;
}


/*tabs steps*/
.wizard {
    margin: 0;
    background: #fff;
    width: 100%;
}
.wizard .nav-tabs {
    position: relative;
    margin: 0;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
    width: 100%;
    text-align: center;
    padding: 0 1px 0;
}
.tab-pane {
    display: none;
}
.tab-content- .active {
    display: block;
}

.wizard > div.wizard-inner {
    position: fixed;
    top: 0;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #6c2c8d);
    width: 56px;
    text-align: center;
    height: 100vh;
    z-index: 9999;
    border-radius: 0 22px 22px 0;
    padding: 129px 4px 0 4px;
}
.connecting-line {
    height: 2px;
    background: none;
    position: absolute;
    width: 76%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 46%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 45px;
    height: 45px;
    line-height: 43px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #ffffff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #b3a037;
    background-image: linear-gradient(#b3a035, #b4a134, #b3a037);
}
.wizard .nav-tabs > .active:hover img {
    /*filter: grayscale(121%) brightness(300%) sepia(180%) hue-rotate(
-50deg
 ) saturate(600%) contrast(0.8) !important;*/
 filter: none;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
span.round-tab:hover  img{
   filter: none !important;
}
.wizard .nav-tabs > li {
    width: auto;
    margin: 0 auto 13px;
    text-align: center;
    float: none;
    display: block;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 27%;
    opacity: 1;
    margin: 0 auto;
    bottom: 35px;
    border: 10px solid transparent;
    border-bottom-color: red;
    display: none;
}
.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
    display: block;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
    border: 1px solid transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 22px;
}
.wizard h3 {
    margin-top: 0;
}
.nav-tabs {
    border-bottom: none;
}
.wizard .nav-tabs > li.active > a svg path,.wizard .nav-tabs > li > a:hover svg path{
    fill: #fff;
}
.shipmentbox input[type="radio"]
{
  appearance: none;
  display: none;
}

.shipmentbox input[type="radio"] + label
{
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}

.shipmentbox input[type="radio"] + label::before
{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #f27474;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 1;
  transition: all 0.3s;
}

.shipmentbox input[type="radio"] + label::after
{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #f27474;
  background: #f27474;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: auto;
  opacity: 0;
  transition: all 0.3s;
  margin-top: 8px;
}

.shipmentbox input[type="radio"]:checked + label::after
{
  opacity: 1;
}
.payment_method_box{
    background: #e6e6e6;
    margin: 0 9px 9px;
    padding: 11px 12px;
    text-align: left;
    border-radius: 6px;
    border: 1px solid #cccccc4d;
    position: relative;
}
.shipmentbox{
    margin-top: 12px;
}
.next-step,.prev-step{
    /* border: none; */
    padding: 10px 39px;
    border-radius: 35px;
    margin: 19px 0 0;
    font-size: 15px;
    font-weight: 500;
}
.next-step {
    color: #b3a037;
    margin: 0;
    background: transparent;
    border: 2px solid #b3a037;
}
.prev-step{
    color: #fff;
    margin: 0 !important;
    border: 2px solid #b4a138;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}
.tab-content- {
    height: auto;
    margin: 0 auto;
    width: 376px;
    padding: 35px 0 100px 62px;
}
.list-inline {
    position: fixed;
    bottom: 67px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #eae9e9;
    width: 100%;
    padding: 12px 8px 11px 57px;
    text-align: center;
        z-index: 9;
    border-top: 1px solid #8080802e;
}
.pickup_information {
    text-align: left;
    padding: 0 31px 0 0;
}
.pickup_information h4{

color: #6c2c8d;

font-weight: bold;

font-size: 16px;
}
.inner_pickupinfo{

margin: 9px 0 11px;

position: relative;
}
.inner_pickupinfo label{

font-size: 13px;

margin: 0 0 5px;

font-weight: 500;
}
.inner_pickupinfo label span{

color: #e41927;

font-weight: bold;
}
.inner_pickupinfo  select,.inner_pickupinfo input{
    border-radius: 35px;
    padding: 0 35px 0 13px !important;
    border: 1px solid #cccccc73;
    height: 40px;
    width: 100%;
    font-size: 13px;
    background: #ececec;
}
.inner_pickupinfo select {
}
.inner_pickupinfo svg {
    left: auto;
    right: 15px;
    top: 34px !important;
    width: 24px;
    z-index: 9;
    /* height: 20px; */
}

.nav-tabs img{

width: 26px;

height: 27px;

object-fit: contain;

line-height: inherit;
}
.wizard .nav-tabs > .active  img,.wizard .nav-tabs > li:hover  img{
    filter: grayscale(109%) brightness(398%) sepia(91%) hue-rotate(11deg ) saturate(20%) contrast(0.8);
}
.right_btmbar ul li b {
    color: #545353;
}
.right_btmbar {
    background: #fff;
    border-top: 1px solid #ccccccab;
}
.next-step:hover{
        color: #b3a037;
        background: transparent;
}
button:focus,a:focus{
    outline: 0;
}
.right_btmbar ul li {
    width: 33%;
}
#red_bar {
    background-image: linear-gradient(60deg, #333 0%, #545353 56%);
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.carge_location_map{
    position: absolute;
    top: 49px;
    opacity: 0.3;
}
.carge_location_map img{
      width: 100%;
}
.inner_pickupinfo label > h6 {
    display: inline-block;
    font-size: 9px;
    color: #df1a28;
    font-weight: bold;
    margin: 0 0 0 8px;
}
.swal-footer {
    text-align: center;;
}
.swal-button {
    background-color: #6b2a8c;
    border-radius: 35px;
    padding: 10px 49px;
}
.swal-button:not([disabled]):hover {
    background-image: linear-gradient(#6b2a8c, #6b2a8c, #8d26c1) !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;background: none;
}
#order_listing .back_btn a{
    display: inline-block;
}
#order_listing  svg {
    top: 0px !important;
}
.user_name_ h3 span{
    float: right;
}
.cod_amount {
    width: 100%;
    text-align: left;
    padding: 14px 9px 0;
}
.cod_amount ul li {
    font-size: 12px;
    margin: 0 0 6px;
    border-bottom: 1px dotted #ccccccd4;
    padding: 0 0 8px;
}
.cod_amount ul li:last-child{
    border-bottom: none;
}
.cod_amount ul li b {
    font-weight: 600;
    color: #353535;
}
.cod_amount ul li span {
    float: right;
    font-weight: 600;
    color: #83c52f;
}
#track_details .fix_location {
    padding: 0 0 15px 0;
   /* border: none;*/
}
#track_details  .fix_wrapper_h {
    margin: 11px 0;
}
#track_details .status_box p:before {
    left: -24px;
}
#track_details .user_name_ h3 {
    margin: 0 0 10px;
}
#track_details .Consignee_box {
    padding: 0px 0 13px 18px;
}
#track_details  .status_box{
    padding: 0 5px 16px 20px;
}
.file_type input {
    padding-top: 7px !important;
    opacity: 1;
    border: none;
}
.custom-file-input {
  color: transparent;
}
.custom-file-input {
    font-weight: 700;
    font-size: 11px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
    content: 'Choose File';
    color: black;
    display: inline-block;
    background: none;
    border: none;
    border-radius: 3px;
    padding: 4px 4px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    font-size: 13px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
    outline-offset: 0;
}
.track-result p .distance{
    margin: 0 5px 0;
    color: #e61927;
}
#desktop_orders,#track_details_info{
    width: 100%;
    padding: 0 26px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h{
    width: 24%;
    float: left;
    margin: 0 12px 12px 0;
}
.view_action_btn {
    width: 24px;
    vertical-align: middle;
    margin: 0 3px 0 0;
}
.action_box{
    padding-top: 10px;
}
.order_info_details {
    position: relative;
    background: #fff;
    padding:10px 10px 2px;
    border-radius: 10px;
    border: 2px dotted #d4d4d4;
    box-shadow: 1px 8px 17px rgb(152 152 152 / 25%);
    width: 24%;
    float: left;
    margin: 0 13px 13px 0;
}
.inner_info {
    float: left;
    width: 50%;
}
.inner_info p {
    text-align: left;
    font-size: 17px;
    padding: 0 0 7px;
    font-weight: 500;
    color: #525050;
    text-transform: capitalize;
}
.distance{
        padding: 0 3px;
}
.location_to {
    width: 100%;
    padding: 1px 0 0 20px;
    position: relative;
}
.right_box p{
    text-align: right;
}
.inner_info b {
    font-size: 16px;
    font-weight: 500;
    color: #f27474;
}
.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.odr-no{
    font-weight: bold !important;
    color: #10597a !important;
}
.location_to h4 {
    display: block;
    float: none;
    margin: 7px 0 2px;
}
.from_to{
    position: relative;
}
.from_to:before{
    content: '';
    display: block;
    left: 0;
    border-left: 3px dotted #7cc24d;
    width: 2px;
    height: 43px;
    position: absolute;
    top: 5px;
}
.from_to{

position: absolute;

top: 4px;

left: 2px;
}
.from_to span{

position: absolute;

display: block;

background: #adb8bd;

width: 7px;

height: 7px;

top: 21px;

left: -2px;

border-radius: 100%;
}

.cod_blue{
    color: #1893b7 !important;
}
.sr_info .w_10_px ul li i {
    margin: 0px 0 0 -15px;
}
.order_info_track .w_90_px p:before {
    left: -19px;
}
.sro_record .fix_location{
    border: none !important;
}
.location_to p, .location_to h4 {
    font-size: 19px;
}
#track_details .order_history_details .status_box p:before {
    left: -21px;
}
.checked_mark {
    font-weight: 500 !important;
    color: #83c52f !important;
}
/*#signup_Tabs{
padding-top: 35px;
}*/
.confirm_message_box{
        font-size: 14px;
    padding: 19px 8px 0;
}
.confirm_message_box{
        font-size: 14px;
    padding: 19px 8px 0;
}
#page-name .parcel_received{
        position: relative;
        top: 5px;
        right: -4px;
    font-size: 13px !important;
    }
.confirm_message_box {
    text-align: center;
    padding: 80px 13px 0;
}
.confirm_message_box img {
    width: 86px;
    margin: 0 0 14px;
}
.confirm_message_box p {
    font-size: 15px;
}
.search_order_list {
    padding: 22px 0 9px;
    position: relative;
}
.search_order_list i {
    position: absolute;
    top: 35px;
    margin: 0 0 0 13px;
}
.search_order_list input {
    width: 295px;
    padding: 0 15px 0 34px;
    height: 39px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
}
.lang_select{
    position: relative;
}
.lang_select select{
    padding: 0 18px;
    background: #fff;
}
.lang_select img{

position: absolute;

width: 19px;

top: 13px;

right: 16px;
}


/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"], 
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}
.right_logo{
    display: none;
}
#home_layout ul li {
    width: 45%;
    display: inline-block;
    margin: 0 8px;
}
#home_layout ul li a {
    padding: 17px 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 12px 31px rgb(123 123 123 / 25%);
    background: #fff;
    color: #3a3939;
    border: 1px solid #b7a22d;
    font-size: 19px;
}
#home_layout ul li svg {
    display: block;
    position: static;
    margin: 0 auto 9px;
    width: 51px;
}
#home_layout ul li a:hover{
    background: #b3a037;
}
#home_layout ul li a:hover svg path,#home_layout ul li a:hover{
    color: #fff;
}


/*responsive*/


@media(max-width: 1250px) {
    .container {
        width: 100%;
    }
    .order_info_details {
        width: 32%;
    }
    #rate_transit .shipment_btns {
        height: auto;
        width: 35% !important;
        margin: 1px auto 0 !important;
    }
    table.resposive_table td h6, .Pending_approval {
        font-size: 14px !important;
    }
    .shipment_tabs_box ul li {
        width: 19%;
    }
    .delivery_table_ table.resposive_table th, .delivery_table_ table.resposive_table td {
        padding: 5px 11px 14px 37px;
    }
    .shipment_box {
        padding: 77px 20px 70px;
    }
    .loader {
        width: 100%;
    }
    .loader>img {
        width: 100%;
    }
    .sidebar_menu {
        width: 25%;
    }
    table.resposive_table tr {
        width: 31.8%;
    }
    #homejs_page .shipment_box {
        padding: 35px 20px 70px;
    }
    #homejs_page #selector_icon ul {
        padding: 18px 0 0 !important;
    }
    #homejs_page .login_btm img {
        height: 220px;
        object-fit: cover;
    }
    #desktop_orders{
    padding: 0 15px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h{
    width: 33%;
    float: left;
    margin: 0 12px 12px 0;
}
.inner_info p {
    font-size: 14px;
}
}

@media(max-width: 1024px) {
    .container {
        width: 100%;
    }
    .shipment_tabs_box ul li {
    width: 24%;
}
    .order_info_details {
    width: 48%;
}
    .bottom_bar ul li {
    width: 33%;
}

 table.resposive_table tr {
    width: 47.9%;
}

    .loader,
    .loader>img {
        width: 47%;
    }
    .sidebar_menu {
        width: 33%;
    }
    .close-btn {
        color: #e92128;
        background: #ffffff;
    }
    #rate_transit .shipment_btns {
    width: 46% !important;
}
}

@media screen and (max-width: 600px) {
    table.resposive_table {
        border: 0;
    }
    table.resposive_table caption {
        font-size: 1.3em;
    }
    table.resposive_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.resposive_table tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }
    table.resposive_table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 12px;
        text-align: right;
    }
    .fixleft_side {
        padding: 0 15px;
    }
    table.resposive_table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .main_wrapper_table,
    .main_wrapper_table2,
    .main_wrapper_table3,
    .main_wrapper_table4 {
        display: none;
    }
    .fix_ul_li {
        padding-top: 20px;
    }
    .fix_ul_li li {
        padding: 4px 0;
    }
    .fix_ul_li li b {
        float: left;
        color: #08a7cc;
        width: auto;
        text-align: left;
    }
    .fix_view_btn a {
        padding: 0 5px;
    }
    .fix_view_btn a i {
        color: #0e0ee0;
    }
    .fix_view_btn a:nth-child(2) i {
        color: #e61c2a;
    }
    .fix_view_btn a:nth-child(3) i {
        color: #009688;
    }
    #table_btn_menu,
    #table_btn_menu2,
    #table_btn_menu3,
    #table_btn_menu4,
    #table_btn_menu5,
    #table_btn_menu6 {
        cursor: pointer;
        color: #e61c2a;
        font-size: 17px;
    }
    table.resposive_table td:last-child {
        border-bottom: 0;
    }
}


@media(max-width: 767px) {
    .container {
        width: auto;
    }
  .search_order_list input {
        width: 100%;
    }
    .search_order_list {
    padding: 22px 18px 9px;
}
    .register_info{
        padding-top: 24px;
    }
    .location_to p, .location_to h4 {
    font-size: 13px !important;
}
    .wizard .tab-pane {
    padding-top: 9px;
}
    .tab-content- {
    padding-top: 0 ;
}
.from_to:before {
    border-left: 2px dotted #a9a9a9;
    width: 2px;
    height: 49px;
    top: 0;
    margin-top: 4px;
}
.from_to span {
    width: 6px;
    height: 6px;
    top: 24px;
    left: -2px;
}
    .distance {
    font-size: 13px !important;
}
.location_to p{
    padding-bottom: 0;
}
.user_name_ h3 {
    padding: 5px 14px 6px;
}

.inner_info p {
    padding: 0 0 3px;
}
.w_90_px h3 {
    margin: 0 0 3px;
    font-weight: 700;
    color: #494848;
}
.track_details_page {
    margin: 9px auto 0;
}
.location_to {
    margin: 0;
    padding: 4px 0 4px 18px;
    position: relative;
}
.location_to p{
    padding-bottom: 0;
}
    .order_info_details {
    width: 100%;
        padding: 5px 10px;
        float: none;
    margin: 0 0 4px 0;
    clear: both;
}
.inner_info p {
    font-size: 12px !important;
}
.inner_info b {
    font-size: 13px;
}
     #desktop_orders{
    padding: 0 15px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h {
    width: 100%;
    float: none;
    margin: 0 0 12px;
}
    .right_btmbar {
    text-align: right;
}
    .form_loader img {
    width: 77%;
    margin: 0 auto;
}
    #track_list_records {
    padding: 8px 0 13px !important;
}
    .logout-btn {
    position: absolute;
    top: -1px;
    left: 14px;
    z-index: 99;
}
    .save_future{
    margin: -2px 7px 0 0;
}
.bottom_img_fixed{
    display: none;
}
#rate_transit .shipment_btns {
    width: 100% !important;
}
.shipment_track_btns {
    width: 92%;
}
.shipment_track_btns input {
    padding: 0 106px 0 30px;
}
#homejs_page .shipment_box {
    padding: 14px 20px 20px;
}
.bottom_bar ul li {
    width: 35%;
}
.shipment_tabs_box ul li {
    width: 62%;
    margin: 0 0 5px;
}
.to-me-date {
    width: 100%;
}
    .status_box p:before {
    top: 11px !important;
}
    .close-btn {
    left: 272px;
}
.w_90_px p:before {
    left: -20px;
}
/*.w_90_px p:before {
    top: 15px;
}*/
.w_90_px p b ,.w_90_px h3{
    font-size: 13px;
}
.status_box.w_90_px p {
    font-size: 11px;
}
.w_90_px p:before {
    margin-top: 6px;
}
 .status_box p b {
    font-weight: 600;
    font-size: 11px;
}
.status_box p:before {
    left: -28px;
}
  .auto_records table.resposive_table td span {
    padding: 8px 6px;
    margin: 6px 0 0px 0px;
    font-size: 13px;
    width: 100%;
    float: none;
    text-transform: capitalize;
}

.fix_wrapper_h {
    margin: 18px 12px 0;
}
    .user_name_ {
    padding: 0;
}
    .bottom_bar ul li b {
    font-size: 13px;
}
    .loader,
    .loader>img {
        width: 100%;
        height: 100vh;
    }
    .sidebar_menu {
        width: 82%;
    }
    .main_body {
        display: block;
    }
    .shipment_box ul li a {
        padding: 10px 9px 13px 76px;
    }
    .shipment_box ul li svg {
        width: 26px;
        left: 39px;
        top: 13px;
    }
    .shipment_box {
        padding: 47px 0 0;
    }
    .select_service ul li a h5 {
        font-size: 15px;
        padding: 0 8px;
    }
    .main_body,
    .bottom_bar {
        max-width: 100%;
        margin: 0;
    }
    .login_btn_ {
        width: 100% !important;
    }
    .track_shipments,.shipment_box_new,.track_details_page {
        width: 100%;
    }
    table.resposive_table tr {
        width: 100%;
        margin: 0 0 15px;
    }
    .fix_ul_li {
        padding-top: 1px;
    }
    .rate-transits ,.desktop_layout{
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
.bottom_bar #home_icon {
    width: 26%;
}
  /*  .bottom_bar #home_icon {
        width: 21%;
    }*/
    .loader, .loader > img {
    width: 100%;
}
.shipment_box ul {
    padding: 0 20px;
}
.fix_screen {
    padding: 71px 0 0;
}
#register_screen {
    padding: 14px 0 0;
}
.right_logo {
    right: 8px;
    padding: 0;
    top: auto;
    margin: 1px 0 0;
}
.right_logo img {
    width: 69px;
}
#homejs_page .bottom_img_fixed {
    display: block;
}
#homejs_page {
    background: none;
}
.get_quote input {
    padding: 0 18px 0 22px;
}
.contact_page .textarea_box {
    height: 123px;
}
#ratejs_page #rate_transit {
    padding: 0 16px 0;
}
table.resposive_table td::before {
    font-size: 12px;
}
table.resposive_table td h6, .Pending_approval {
    font-size: 15px !important;
}
.right_btmbar li{
    width: 27% !important;
}
.second_step {
    bottom: 63px;
    padding-right: 0px;
    padding-left: 56px;
}
.second_step button{

padding: 10px 13px;

border: 2px solid #b3a037;

width: 100%;
}
.pickup_information {
    padding: 0 13px;
}
.second_step>li,.list-inline>li {
    padding-right: 3px;
    padding-left: 3px;
    width: 47%;
}
.list-inline {
    bottom: 63px;
}
.tab-content- {
    margin: 0;
    width: 100%;
}
.dashboard_page > p {
    font-size: 14px;
    text-transform: capitalize;
}
.dashboard_page{
    padding: 0 15px;
}
.shipment_box_new ul li {
    padding: 8px 0 8px 17px;
}
.shipment_box_new ul li a svg {
    top: 6px !important;
    width: 47px;
    height: 47px;
    padding: 0 9px;
    right: 7px;
    margin: 0;
}
#track_details {
    padding: 0 13px;
}
.track_lgo h4 {
    font-size: 13px;
    margin-bottom: 1px;
    padding: 3px 0 0;
}
#text {
    font-size: 23px;
}
.user_name_ h3,.w_90_px p {
    font-size: 13px;
}
.location_to h4 {
    margin: 17px 0 2px;
}
.status_box p:before {
    margin-top: 0px;
}
.rates_box_value{
    padding: 0 17px;
}
#order_listing svg {
    top: -1px !important;
}
#home_layout ul {
    text-align: center;
    padding: 0 5px;
}
#home_layout ul li {
    width: 44%;
}
#home_layout ul li a {
    font-size: 16px;
    padding: 10px 20px;
}
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

:focus {
    outline: 0
}

input,
textarea {
    margin: 0;
    outline: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}


/* Default Font Styles
______________________*/

body,
input,
select,
textarea,
p,
a,
b {
    font-family: 'Alata', sans-serif;
    color: #000;
    line-height: 1.4;
}

html,
body {
    background: #fff !important;
}

.flash_categories {
    display: none;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Links
______________________*/

a {
    text-decoration: none !important;
}

a:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


/* p, blockquote, address
______________________*/

p {
    font-size: 18px;
    margin-bottom: 20px;
}

a:hover,
a:focus {
    text-decoration: none;
}


/* Layout
______________________*/

.row {
    margin: 0;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}


/*loader*/

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 999999;
    text-align: center;
}
.details_listing{
    margin-top: 20px;
}
.loader > img {
    cursor: pointer;
    vertical-align: middle;
    display: block;
    width: 100%;
    object-fit: cover;
    visibility: visible !important;
    position: fixed;
    right: 0;
    margin: 0 auto !important;
    left: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
}


/*@keyframes slideDown {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}

@-webkit-keyframes slideDown {
      from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}*/

.main_body {
    display: block;
    max-width: 360px;
    margin: 0 auto;
}

.login_screen {
    max-width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 0 66px;
    background: #ffffff;
    height: auto;
}

.user_login {
    padding: 73px 18px 98px;
    background: #fff;
    margin: -28px 13px 0;
    border-radius: 8px;
    box-shadow: 1px 19px 27px rgba(154, 154, 154, 0.44);
}

.form_box {
    position: relative;
}

.form_box input,
textarea,
.shipment_box input,
.package_box h4 ,.shipment_track_btns input{
    width: 100%;
    margin: 0 0 15px;
    border-radius: 35px;
    padding: 0 18px 0 50px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    -webkit-box-shadow: 1px 6px 7px rgb(16 16 16 / 14%);
    border: 1px solid #d2d1d1;
    background: #e2e2e2;
}

.form_box svg {
    position: absolute;
    left: 19px;
    top: 12px;
    height: 22px;
    width: 22px;
}

.user_login p {
    color: #293846;
    margin: 5px 0 3px;
    font-weight: 500;
    font-size: 16px;
}

.user_login p a {
    color: #df1e1e;
    font-weight: bold;
    font-size: 16px;
}

#login_items a button {
    font-size: 20px;
    width: 100%;
}

.form_box button:hover,
.form_box button {
    background-image: linear-gradient(60deg, #CD0404 0%, #DF1E1E 56%);
}

.form_box button {
    border-radius: 35px;
    padding: 10px 4px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0 0;
    font-weight: 500;
    border: 2px solid #df1e1e;
    display: inline-block;
    box-shadow: 0px 17px 10px -10px rgb(216, 216, 216);
}

.site_name {
    background-image: linear-gradient(60deg, #CD0404 0%, #d24848 56%);
    padding: 39px 0 66px;
    border-radius: 0 0 20px 20px;
}

.site_name h3 {
    color: #fff;
    font-size: 19px;
}

.login_head h4 {
    color: #707070;
    font-size: 35px;
}

.login_head p {
    font-size: 15px;
    margin: 13px 0 24px;
}

.register_page {
    padding: 48px 18px 98px;
}

.top_head {
    padding: 9px 0 43px;
    border-radius: 0;
    margin: 0;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}
.back_btn {
    width: 12%;
    padding: 2px 11px 0;
    text-align: left;
}

.back_btn i {
    font-size: 23px;
}

.page_title {
    width: 76%;
    padding: 3px 0 0;
    text-align: center;
}

.page_title h4,
.back_btn i {
    color: #fff;
}

.register_main .user_login {
    margin: 0;
    border-radius: 35px 0 0 0;
    box-shadow: none;
}

.responsive {
    width: 100%;
    height: auto;
}
.fix_wrapper_h {
    margin: 18px 0 0;
}
.fix_location {
    padding-bottom: 11px;
}
.main_location {
}
.user_name_ {
    width: 100%;
    text-align: left;
    padding: 0;
}
.user_name_ p {
    font-size: 12px;
    color: #999;
}

.user_name_ h3 {
    font-size: 14px;
}
.w_10_px {
    max-width: 10%;
}
.w_10_px ul {
    margin-top: 18px;
}
.w_10_px ul li:first-child {
    height: 8px;
    margin-bottom: 5px;
}
.w_10_px ul li {
    padding: 0;
    line-height: 0;
    height: 5px;
}
.w_10_px ul li i {
    color: #f27474;
    font-size: 16px;
    margin: 0px 0 0 -12px;
}
.w_10_px ul li b {
    color: #9999;
}
.w_90_px {
    width: 90%;
    padding: 0px 13px 0 20px;
    margin: 0px 0 0px -9px;
}


.w_90_px p b{

color: #62ab06;

font-size: 12px;
}
.status_box h3 b,.status_box p b{
        float: right;
}
.fix_wrapper_h:last-child{
    margin-bottom: 17px;
}
.track-result  p b ,.track-result  p {
    font-size: 12px;
    font-weight: 500;
}
.track_courier a {
    background-image: linear-gradient(60deg, #CD0404 0%, #d24848 56%);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
}

.track {
    margin-top: 20px;
}

.head {
    border-radius: 40px;
    width: 80px;
    font-size: 12px;
    margin-left: 6px;
}

body,
html {
    margin: 0;
    padding: 0;
    background: linear-gradient(25deg, #a9f3f9, #f0fffb);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

:root {
    --main-lighter: #f0fffb;
    --main-light: #a9f3f9;
    --main-sublight: #bffaff;
    --main: #00e1da;
    --main-dark: #00b7b4;
    --main-darker: #003f3c;
}

.flex {
    display: flex;
}

.f-wrap {
    flex-wrap: wrap;
}

.jcsb {
    justify-content: space-between;
}

.jcsa {
    justify-content: space-around;
}

.jcc {
    justify-content: center;
}

.aifs {
    align-items: flex-start;
}

.aic {
    align-items: center;
}

.w-100 {
    width: 100%;
}

.m-m {
    margin: 20px;
}

.mb-m {
    margin-bottom: 20px;
}

.mt-s {
    margin-top: 10px;
}

.main-card-head {
    background-color: var(--main-darker);
    padding: 15px 30px;
    border-radius: 10px 10px 0 0;
}

.cardhead-light {
    background-color: var(--main-lighter);
    border: 1px solid var(--main-dark);
}

.terms {
    border-radius: 0;
    margin: 0 0 24px;
}

.Terms p {
    font-size: 14px;
    padding-top: 20px;
}

.Terms h3 {
    font-weight: 600;
}

.pickup_arrange p {
    font: 11px;
}

.info {
    padding-top: 10px;
}

.contact input,
textarea {
    padding: 10px 21px;
}

.form_check {
    margin-top: 10px;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.pay {
    font-size: 20px;
}

.form_check span {
    font-size: 12px;
    color: gray;
}

.form_check [type="radio"]:checked,
.form_check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form_check [type="radio"]:checked+label,
.form_check [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.form_check [type="radio"]:checked+label:before,
.form_check [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.form_check label {
    text-align: left !important;
}

.form_check [type="radio"]:checked+label:after,
.form_check [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #d24848;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_check [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form_check [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.co-one {
    padding:8px 0 13px !important;
}

.cone {
    padding: 5px 18px 98px;
}

.form_group {
    text-align: left;
    margin-top: 20px;
}

.user_login-fix {
    text-align: left;
    color: #33333363;
    padding: 16px 10px 98px;
}

.user_login-fix h4 {
    padding-bottom: 10px;
}

.courier_wrapper {
    background: #ffffff;
    padding: 8px 0px 0;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 #0000002b;
}

.custom_img img {
    width: 100%;
}

.back_color {
    background: #f0f1f1a3;
}

.w_50_fix h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.w_35_fix h4 {
    font-size: 12px;
    font-weight: bold;
    color: #d24848;
}

.w_50_fix h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.w_50_fix p {
    font-size: 11px;
    margin-top: 1px;
    margin-bottom: 0;
}

.w_25_fix {
    line-height: 0;
    width: 12%;
    padding: 0;
}

.w_35_fix b {
    font-weight: 500;
    font-size: 11px;
    padding-top: 5px;
    display: block;
}

.w_35_fix h4 {
    padding-bottom: 0;
}

.w_50_fix {
    width: 47%;
    line-height: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.w_35_fix {
    line-height: 0;
    padding-right: 0;
    width: 40%;
    padding-left: 8px;
}

.c_sm_5 b {
    font-size: 11px;
}

.c_sm_5 {
    width: 35%;
    padding: 0;
}

.c_sm_2 i {
    color: #d02a2a;
}

.c_sm_2 {
    width: 30%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5fc;
}

body::-webkit-scrollbar-thumb {
    background-color: #efefef;
}

.pb_2_ {
    padding: 12px 0 0 !important;
}

.col_sm_12 {
    width: 100%;
}

.col_sm_12 .w_35_fix h4,
.col_sm_12 .w_50_fix h3,
.col_sm_12 .w_50_fix p,
.col_sm_12 .w_35_fix b {
    color: #fff;
    text-align: left;
}

.user_location {
    background: url(../images/back.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 35%;
}

.fix_view_pic {}

.fix_view_pic img {
    width: 50px;
    border-radius: 100%;
}

.fix_view_profile {}

.fix_view_profile h3 {
    text-align: left;
    color: #fff;
}

.fix_view_profile p {
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.user_location {
    padding-bottom: 0;
    padding-top: 0px;
    padding: 10px 8px;
}




.fix_wrapper_h {
    margin: 10px 0;
}

.first_name_fix {
    width: 80%;
    padding-left: 5px;
}

.first_name_fix h3,
.last_name_fix h3 {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.new_fix {
    padding-bottom: 10px !important;
    padding-right: 10px !important;
}

.new_fix_last {
    padding: 8px 8px 8px !important;
}

.first_name_fix p,
.last_name_fix p {
    text-align: left;
    font-size: 12px;
    color: #999;
}

.last_name_fix {
    width: 3%;
}
.main_location {
    display: flex;
    position: relative;
    background: #fff;
    padding: 10px 1px 15px 9px;
    border-radius: 0 0 12px 12px;
    border: 2px dotted #e0e3ed;
    box-shadow: 1px 8px 17px rgb(152 152 152 / 25%);
}
.arrow_fix {
    content: "";
    position: absolute;
}

.arrow_fix.active:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    transform: rotate(-135deg) !important;
    height: 12px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 34%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 12px;
}

.arrow_fix:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    height: 12px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 34%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 12px;
}


.booking_values #fix_top {
    padding: 0 0 0 5px;
    margin: 0 0 0 9px;
}
#fix_top {
    display: flex;
    padding: 0 0 0 5px;
    width: 100%;
    border-left: 2px dotted #ccc;
    margin: 0 0 0 18px;
}
.user_name {
    width: 60%;
}

.user_name_ h3 {
    font-weight: 500;
    margin: 0;
    color: #fff;
    padding: 7px 14px 10px;
    border-radius: 8px 8px 0 0;
    background-image: linear-gradient(#416baf, #274f90, #416baf) !important;
}

.user_name_ p {
    font-size: 12px;
    color: #999;
}

.fix_location {
    padding-bottom: 11px;
}

.back_color .c_sm_5 {
    max-width: 30%;
}

.back_color .c_sm_2 {
    max-width: 40%;
    flex: 40%;
    text-align: center;
}

.w_10_px {
    max-width: 10%;
}

.w_90_px {
    width: 100%;
}

.user_name_ {
}

.user_name h3 {
    font-weight: 600;
    text-align: left;
    padding-left: 5px;
    padding-top: 7px;
}

.w_90_px p:first-child {
    padding-top: 0;
}

.user_name p {
    text-align: left;
    padding-left: 5px;
    margin: 0;
    font-size: 15px;
    color: #b1b1b1;
}

.w_10_px {
    margin: 0;
}

.w_90_px .first_fix {
    font-size: 12px;
    color: #999;
    padding: 5px 0 6px;
}

.w_90_px h3 {
    text-align: left;
    font-weight: 500;
    margin: 0 0 7px;
    font-size: 15px;
}
.w_90_px p {
    text-align: left;
    font-size: 13px;
    padding: 3px 0 0;
    font-weight: 500;
    color: #525050;
    text-transform: capitalize;
}

.w_10_px ul {
    margin-top: 0;
}

.w_10_px ul li {
    padding: 0;
    line-height: 0;
    height: 5px;
}

.w_10_px ul li b {
    color: #9999;
}

.w_10_px ul li:first-child {
    height: 8px;
    margin-bottom: 5px;
}

.w_10_px ul li:last-child {
    height: 8px;
    margin-top: 0;
}

.w_10_px ul li i {
}

.container_fix ul.tabs {
    margin: 0px;
    padding: 15px 0;
    list-style: none;
}

.container_fix ul.tabs li {
    background: none;
    color: #2222224d;
    display: inline-block;
    padding: 10px 10px;
    width: 32.3%;
    cursor: pointer;
    border: 1px solid #3333;
    border-radius: 30px;
    background: #3333330a;
    font-size: 14px;
}

.container_fix ul.tabs li.current {
    background: #d24848;
    color: #fff;
}

.container_fix .tab-content {
    display: none;
    padding: 8px 0;
}

.container_fix .tab-content.current {
    display: inherit;
}

.small {
    width: 31.4%;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 0 3px 1px #00000017;
}

.new_top_fit {
    box-shadow: 0 0 3px 1px #00000017;
    margin: 8px 0;
    border-radius: 5px;
}


/*  ###  Rubberband range input   */

.rubber-ipt {
    width: 220px;
    height: 2px;
    background-color: #ddd;
    position: relative;
}

.rubber-ipt-range {
    width: 200px;
    height: 2px;
    background-color: #cf2222;
    position: relative;
}

.rubber-ipt-min,
.rubber-ipt-max {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    border: 1px solid #cf2222;
}

.flex_fix {
    display: flex;
    padding: 10px 20px 14px;
}

.rubber-ipt-min {
    transform: translate(-9px, -9px);
    left: 0;
}

.rubber-ipt-max {
    transform: translate(210px, -9px);
    left: 0;
}

.switch-field {
    display: flex;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #d03131;
    color: #fff;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 15px 0 0 15px;
}

.switch-field label:last-of-type {
    border-radius: 0 15px 15px 0;
}

.rubber-value-min {
    top: 10px;
    transform: translateX(-10px);
}

.rubber-value-max {
    top: 10px;
    right: 0;
    transform: translateX(10px);
}


/* #########  Styling */

.first_name_fix_2 {
    width: 58%;
    text-align: left;
}

.first_name_fix_2 h3 {
    padding-top: 7px;
}

.last_name_fix_2 {
    width: 42%;
}

.textarea textarea {
    box-shadow: unset;
    border-radius: 15px;
    font-size: 12px;
    height: 80px;
    margin: 8px 0 0;
    background: #f7f7f77a;
}

.select_setting h3 {
    color: #33333382;
    padding-top: 3px;
}

.select_setting {
    border: 1px solid #3333;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    margin: 10px 0 3px;
}

.select_setting select {
    border: unset;
}

.fix_new_btn:hover {
    color: #fff;
}

.form_box select {
    width: 100%;
    margin: 0 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 35px;
    padding: 0 18px 0 55px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    background: #e2e2e2;
    box-shadow: 0 0 7px 0 #e0d7d7;
    -webkit-box-shadow: 1px 6px 7px rgb(113 113 113 / 25%);
    border: 1px solid #bdbdbd;
}

.fix_new_btn {
    background: #d03131;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 100px;
}

.main_fix_row {
    display: flex;
    padding: 15px 0;
}

.w-20_col {
    width: 20%;
}

.w-20_col img {
    width: 61px;
    border-radius: 100px;
}

.w-40_col {
    width: 40%;
}

.w-40_col i {
    font-size: 20px;
    padding-top: 25px;
}

.full_width_f {
    display: flex;
    padding: 18px 10px;
    background: #fff;
}

.right_w_80 h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.height_fix {
    height: unset;
}

.right_w_80 p {
    font-size: 13px;
    margin: 0;
}

.right_w_20 {
    width: 20%;
}

.right_w_80 {
    width: 80%;
}

.typing_text img {
    width: 162px;
    height: 162px;
    border-radius: 100%;
}

.typing_text {
    position: fixed;
    top: 27%;
    z-index: 9999;
    left: 0;
    right: 0;
}

#text {
    font-size: 40px;
    color: #fff;
}

.track_page h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 92px 0 16px;
}

.contact_page .register_page {
    padding: 20px 18px 98px;
}

.page_title h4 {
    font-size: 14px;
    margin-bottom: 0;
}

.bottom_bar {
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 5px 10px 5px 0;
    max-width: 101%;
    margin: 0 auto;
    z-index: 999;
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
}

.bottom_bar ul li {
    width: 34%;
    position: relative;
    text-align: center;
    display: inline-block;
}

.bottom_bar #home_icon {
    width: 31%;
}

.bottom_bar ul li svg,
.bottom_bar ul li svg {
    display: block;
    margin: 0 auto 0px;
    width: 32px;
}

.bottom_bar ul li b {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 2px;
    text-transform: capitalize;
    line-height: 1.4;
}

.bottom_bar ul #rate_calculator {
    width: 31%;
}

#rate_calculator_box select {
    padding: 13px 18px;
    height: auto;
}

.delivery_banner img {
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.shipment_box {
    padding: 40px 20px 70px;
}

.shipment_box h4 {
    line-height: 1.5;
    margin: 0 0 20px;
}

.shipment_box ul {
    text-align: left;
}

.shipment_box ul li {
    position: relative;
}

#rate_transit ul li a:hover,
.shipment_box ul li a {
    color: #fff;
    background: #b3a037;
}

.shipment_box ul li a {
    display: inline-block;
    width: 100%;
    margin: 0 0 12px;
    padding: 10px 9px 11px 94px;
    border-radius: 35px;
    font-size: 20px;
    border: 1px solid #b3b3b366;
    font-weight: 500;
}
table.resposive_table tr:nth-child(even){
    background: #fff;
}

.shipment_box ul li svg {
    width: 27px;
    vertical-align: middle;
    position: absolute;
    left: 55px;
    top: 10px;
}

.shipment_box ul li .service_bg {
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
    color: #fff;
    box-shadow: 0 0 20px 0 #ccccccc7;
}

.shipment_box .rate_bg {
    border: 1px solid #b3a037;
}

.track_shipments {
    padding: 21px 15px;
    width: 373px;
    margin: 0 auto;
}

.track_shipments .form_box svg {
    cursor: pointer;
}

.track_shipments .form_box .search_box ,.track_shipments .form_box svg,.shipment_track_btns svg{
    position: absolute;
    right: 13px;
    left: auto;
    top: 10px !important;
    width: 25px;
    height: 25px;
}

.track_info {
    padding: 9px 8px;
    text-align: left;
}

.track_info p {
    font-size: 14px;
    color: #4c4b4b;
    margin: 0 0 14px;
    line-height: 1.6;
}

.track_info a {
    font-size: 13px;
    color: #da8e0e;
    font-weight: 600;
    text-decoration: underline !important;
}

.no_records {
    margin: 0;
}

.no_records b {
    border-top: 1px solid #cccccc82;
    border-bottom: 1px solid #cccccc82;
    padding: 16px 0;
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.radius_box svg {
    width: 37px;
    padding: 15px 0 0;
}

.no_records img {
    width: 100%;
    display: block;
    height: 267px;
    object-fit: cover;
}

.track_shipment_page .login_screen {
    margin: 0;
}

.get_quote input {
    padding: 0 18px 0 34px;
}

.form_box {
    text-align: left;
    clear: both;
}

.form_box label {
    margin: 0 4px 12px;
}

::-webkit-input-placeholder {
    color: #4c4b4b;
}

::-moz-placeholder {
    color: #4c4b4b;
}

:-ms-input-placeholder {
    color: #4c4b4b;
}

:-moz-placeholder {
    color: #4c4b4b;
}

.package_box {
    margin-top: 22px;
    /*border-top: 1px solid #cccccc78;
    padding: 12px 0 0;*/
}

.package_box h4 {
    padding: 14px 18px 15px 29px;
    height: auto;
    font-size: 14px;
    cursor: pointer;
}

.package_box h4 i {
    float: right;
    font-size: 22px;
    vertical-align: middle;
    margin: -2px 0 0;
}

.select_packaging_dropdown {
    background: #fff;
    border: 1px solid #dcdbdb;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    display: none;
    margin: -13px 3px;
}

.bdr_select {
    border-bottom: 1px solid #dcdbdb;
    padding: 10px 3px;
    background: #f7f7f7;
    border-radius: 10px 10px 0 0;
}

.select_img {
    width: 20%;
    padding: 6px 0 0;
    text-align: center;
}

.select_img img {
    width: 29px;
    object-fit: contain;
    height: 29px;
    vertical-align: middle;
}

.select_info {
    width: 80%;
    padding: 0 0 0 3px;
}

.select_info h5 {
    margin: 0 0 8px;
    font-size: 15px;
    color: #ce0b0b;
}

.select_info p {
    font-size: 11px;
}

.Dutiable_box {
    margin-top: 30px;
    position: relative;
}

.Dutiable_box svg {
    top: 46px;
    left: 13px;
}

.Dutiable_box select {
    padding: 13px 29px 13px 32px;
    height: auto;
}

#delivered_details .Dutiable_box .search_box {
    top: 42px !important;
}

#rate_transit {
    padding: 0 16px 71px;
}

#rate_transit ul li a {
    text-align: center;
    font-size: 17px;
    padding: 16px 9px;
}

#rate_transit ul li .service_bg {
    border: 1px solid #315a9c;
}

.select_service h2 {
    color: #e69712;
    margin: 0 0 28px;
    font-size: 23px;
}

.select_service ul {
    text-align: center;
    margin: 0 0 39px;
}

.select_service ul li {
    display: inline-block;
    width: 46%;
    vertical-align: middle;
}

.select_service ul li a {
    display: inline-block;
}

.select_service ul li a img {
    width: 58px;
    margin: 0;
    vertical-align: middle;
    height: 55px;
    object-fit: contain;
    padding: 17px 0 0;
}

.select_service ul li a h5 {
    font-size: 17px;
    line-height: 1.4;
}

.radius_box {
    border-radius: 100%;
    width: 74px;
    height: 74px;
    margin: 0 auto 13px;
    border: 2px solid #049ac5;
    background-image: linear-gradient(#1386a7, #049ac5, #20bfec) !important;
}

.choose_service {
    text-align: center;
    margin: 0 0 20px;
}

.sidebar_menu {
    position: fixed;
    top: 0;
    width: 19%;
    left: 0;
    bottom: 0;
    box-shadow: 1px 60px 19px rgb(132 132 132 / 58%);
    z-index: 999;
    background: #fff;
    overflow-y: auto;
    display: none;
}

.main_baner img {
    width: 100%;
    height: 139px;
    object-fit: cover;
    display: block;
}

.inner_menu_box ul li a {
    width: 100%;
    display: inline-block;
    padding: 8px 18px;
    border-bottom: 1px solid #cccccc85;
}

.inner_menu_box ul li a svg {
    width: 26px;
    vertical-align: middle;
    margin: -5px 4px 0 0;
}

.close-btn {
    position: fixed;
    top: 13px;
    left: 290px;
    color: #fff;
    background: #352f2f;
    border-radius: 100%;
    width: 20px;
    cursor: pointer;
    text-align: center;
    height: 20px;
    line-height: 1.1;
}

.close-btn i {
    font-size: 15px;
}

.monday_date {
    background: #f5f5f5;
    padding: 7px 34px;
    border-radius: 35px;
    border: 1px solid #cccccc9e;
}

.monday_date b {
    display: block;
    margin: 0 0 6px;
    font-size: 15px;
}

.monday_date p {
    font-size: 14px;
    color: #eb1f27;
}

.shipment_box .rate-transit,
.shipment_box ul li a:hover {
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
    border: 1px solid #6c2c8d;
}

.shipment_box ul li a:hover {
    color: #fff;
}

.shipment_box ul li a:hover svg path {
    fill: #fff;
}
.textarea_box{
    height: 68px;
    margin-bottom: 0;
}
.Pending_bg a{
    background-image: linear-gradient(-90deg, #e09c2a, #c78a23) !important;
}

.fix_logo_f img {
    width: 75px;
}

.body_img_bg {
    background: url(../images/flatpack-delivery_africa.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.fix_screen {
    background: unset;
    padding: 59px 0 0;
}

.login_btn_:hover {
    color: #fff;
    background: #0589af;
    border: 1px solid #0589af;
}

.login_btn_ ,#rate_transit .shipment_btns{
    text-align: center;
    padding: 10px 14px 13px;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #9433c5);
    color: #ffffff;
    box-shadow: 0 0 20px 0 #ccccccc7;
    display: inline-block;
    width: 25% !important;
    margin: 7px 0 !important;
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 19px;
    border: 1px solid #335c9f;
    font-weight: 500;
}

.uesr_pic {
    position: absolute;
    top: 42px;
    width: 100%;
    text-align: center;
}

.uesr_pic img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
}

.uesr_pic h3 {}

.shipment_box_new ul {}

.shipment_box_new ul li:last-child {}

.shipment_box_new {
    margin-top: 50px;
    width: 360px;
    margin: 0 auto;
}

.shipment_box_new ul li {
    /* border: 5px solid #0d0150; */
    margin: 14px 0px;
    border-radius: 70px;
    padding: 8px 0 8px 34px;
    box-shadow: 0 0 7px 1px #0000002e;
    text-align: left;
}

.shipment_box_new ul li a {}

.font_size {}

.shipment_box_new ul li a h2 {
    color: #6c2c8d;
    font-size: 19px;
    font-weight: 600;
}

.shipment_box_new ul li a h3 {
    display: inline-block;
    font-size: 14px;
    color: #0d0150;
    padding: 1px 0 4px;
    vertical-align: top;
}

.shipment_box_new ul li a svg {
    width: 47px;
    float: left;
    height: 47px;
    border-radius: 100px;
    padding: 0 12px;
    margin-right: 21px;
    top: 8px !important;
    right: -3px;
    left: auto;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}

.fix_input_last input {
    padding: 10px 12px;
}

.fix_input_last {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.main_container {
    padding: 0 15px;
}

.upload-options {
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color ease-in-out 150ms;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}

.upload-options label::after {
    content: '';
    background: url(../images/camera.svg);
    position: absolute;
    background-color: #fff;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    padding: inherit;
    right: 68px;
    top: 91px;
    z-index: 0;
    border-radius: 100%;
    border: 1px solid #010101;
}

.upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.upload-options label span:hover i.material-icons {
    color: lightgray;
}

.js--image-preview {
    height: 150px;
    border-radius: 100%;
    width: 150px;
    margin: 0 auto;
    border: 1px solid;
    position: relative;
    overflow: hidden;
    background-image: url(../images/user.png);
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper_box_pix {
    margin: 0 0 19px;
}

.box_pix_ {
    position: relative;
}

.js--image-preview.js--no-default::after {
    display: none;
}

.js--image-preview:nth-child(2) {
    background-image: url('http://bastianandre.at/giphy.gif');
}

i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

.drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    transform: scale(0);
}

.animate {
    animation: ripple 0.4s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.main_table_fix {
    padding: 0 15px;
    margin-bottom: 70px;
}

table.resposive_table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table.resposive_table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.resposive_table tr {
    background-color: #ffffff;
    border: 1px solid #cac9c9;
    padding: 0;
    box-shadow: 0 7px 23px 0 rgb(117 117 117 / 44%);
    border-radius: 3px;
    float: left;
       width: 23.8%;
    margin: 0 15px 19px 0;
}

table.resposive_table th,
table.resposive_table td {
    padding: 8px 11px;
    text-align: center;
}

table.resposive_table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

table.resposive_table caption {
    font-size: 1.3em;
}

table.resposive_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

table.resposive_table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 19px;
}

table.resposive_table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 12px;
    text-align: right;
        position: relative;
}
.cod_list svg{
        top: 3px !important;
}

.fixleft_side {
    padding: 0 15px;
}

table.resposive_table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 15px;
    color: #3e3b3b;
}
.main_wrapper_table,
.main_wrapper_table2,
.main_wrapper_table3,
.main_wrapper_table4,
.main_wrapper_table5,
.main_wrapper_table6 {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 8px 8px;
    box-shadow: 0 0 24px 0 #ccc;
    border: 1px solid #ccc;
    border-top: none;
    top: 37px;
}

.fix_ul_li {
    padding-top: 4px;
}

.fix_ul_li li {
    padding: 4px 0;
    width: 100%;
    clear: both;
}

.fix_ul_li li b {
    float: left;
    color: #e21a28;
    width: auto;
    text-align: left;
}

.fix_view_btn a {
    padding: 0 5px;
}

.fix_view_btn a i {
    color: #0e0ee0;
}

.fix_view_btn a:nth-child(2) i {
    color: #e61c2a;
}

.fix_view_btn a:nth-child(3) i {
    color: #009688;
}

#table_btn_menu,
#table_btn_menu2,
#table_btn_menu3,
#table_btn_menu4,
#table_btn_menu5,
    #table_btn_menu6 {
    cursor: pointer;
    color: #0d0150;
    font-size: 17px;
    margin-top: 4px;
}


table.resposive_table td:last-child {
    border-bottom: 0;
}


.delivered {
    background: #0d0150;
    color: #fff;
    padding: 1px 10px 3px;
    border-radius: 18px;
}

.sidebar_menu::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
}
.sidebar_menu::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.sidebar_menu::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#ada9a2;
}
#rate_transit a{
    margin-top: 0 !important;
}
.box_pix_{
    margin-bottom: 20px;
}
.contact_page .textarea_box {
    height: 174px;
}
.contact_page p{
    margin: 22px 0 18px;
}
.contact_page h4{
        color: #ec1121;
        font-size: 26px;
        margin: 45px 0 0;
}
.Dutiable_box select {
    color: #626262;
}
.pieces_box{
    float: left;
    width: 48%;
    clear: inherit;
    margin-right: 9px;
}
.margin_none{
    margin-right:0;
}
.shipment_box_new ul li{
    -webkit-transition:0.4s;
    position: relative;
}
.shipment_box_new ul li:hover{
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
}
.viev-btn {
    text-align: center !important;
}
.viev-btn h6 a:hover{
        background-image: linear-gradient(-90deg, #e09c2a, #c78a23);
}
.viev-btn  h6 a{
    background: #292626;
    color: #fff;
    display: inline-block;
    padding: 5px 16px 7px;
    border-radius: 35px;
    font-size: 12px;
}
.shipment_box_new ul li:hover h2,.shipment_box_new ul li:hover h3{
    color: #fff;
}
table.resposive_table td h6,.Pending_approval{
    font-size: 13px !important;
        color: #de251c;
}
table.resposive_table .Approved h6, .Approved {
    font-size: 16px !important;
    color: #6da72a;
}
.auto_records table.resposive_table td {
    font-size: 14px;
    text-align: left;
}
.auto_records table.resposive_table th, .auto_records table.resposive_table td {
    padding: 11px;
}
.auto_records table.resposive_table td span {
    background: #444c;
    color: #fff;
    padding: 6px 6px 7px;
    display: inline-block;
    border-radius: 23px;
    margin: -4px 0 9px 4px;
    font-size: 11px;
    width: 47%;
    text-align: center;
    float: right;
    cursor: pointer;
}
/*.auto_records {
    min-height: 170px;
    overflow-y: auto;
    max-height: 294px;
    box-shadow: 0 7px 23px 0 rgb(117 117 117 / 62%);
    border-radius: 3px;
}*/
.auto_records table.resposive_table tr{
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}
.auto_records::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
}
.auto_records::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.auto_records::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#ada9a2;
}
.shiping-consignee-bdr .track-result{
    margin: 0 0 8px -10px;
}
.Consignee_box{
        padding: 0px 0 0 18px;
}
.status_box.w_90_px p {
    font-size: 12px;
    padding: 7px 0 4px;
}
.w_90_px p{
    position: relative;
}
.w_90_px p:before{
    content: '';
    display: block;
    top: auto;
    left: -20px;
    background: #aba8a3;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 100%;
    margin-top: 6px;
}
.status_box p:before {
    left: -28px;
}
.deliver_icon{
    position: relative;
}
.delivery_icon_info svg {
    position: absolute;
    left: 7px;
    top: 5px;
    width: 23px;
}
.delivery_table_ table.resposive_table th,.delivery_table_  table.resposive_table td {
    padding:5px 11px 16px 37px;
}
.delivery_icon_list{
}
.delivery_icon_list svg{
    position: absolute;
       left: 7px;
       top: -28px;
       width: 23px;
}
.login_loader{
        background: url(../images/flatpack-delivery_africa.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
        margin: 0;
}
.shipment_box_new ul li:hover  svg{
    background: #b4a138;
}
#desktop_view {
    max-width: 100%;
}
.deliver_icon i {
    cursor: pointer;
    color: #0d0150;
    font-size: 17px;
    margin-top: 4px;
}
#login_desktop .login_btn_ {
    width: 100% !important;
    cursor: pointer;
}
.submit_deliviery table.resposive_table tr{
    width: 100%;
    float: none;
}
.track_details_page{
    width: 312px;
    margin: 20px auto 0;
}
.camera-button{
    position: static;
    right: 0;
    left: 0;
}
.box_pix_{
    height: 104px;
    width: 210px;
    margin: 0 auto;
}

.camera-button .button.is-primary {
    background: #fff;
    border: 3px dotted #ec1121;
    color: #fff;
    height: 100px;
    padding: 5px 0 0;
    width: 100px;
    border-radius: 100%;
    cursor: pointer;
}
.web-camera-container {
    padding: 0;
    border-radius: 4px;
    width: 100%;
    height: 122px;
}
 .camera-box video {
      width: auto;
      height: 110px;
      border-radius: 4px;
      /* border: 2px dotted #000; */
}
.web-camera-container .camera-box .camera-shutter {
   opacity: 0;
   width: 100%;
   background-color: #fff;
   position: absolute;
}
 .web-camera-container .camera-loading ul {
   height: 100%;
   position: absolute;
   width: 100%;
   z-index: 999999;
   margin: 0;
}
.camera-button .button.is-danger {
    background: #e11a28;
    z-index: 99999;
    padding: 0;
    color: #fff;
    font-size: 12px;
    border: unset;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 23px;
    top: -8px;
    cursor: pointer;
    display: none;
}
.button:focus{
    outline: none;
    border: none;
}
.rate-transits,.desktop_layout{
    width: 367px;
    margin: 0 auto;
}
.login_btm img{
    width: 100%;
    display: block;
}
.desktop_layout {
    padding: 19px 20px 0;
}
#pad_none{
    padding-bottom: 0;
}
.my_shipment_me{
    text-align: center;
    padding: 0 20px;
}
.shipment_tabs_box ul{
    background: #f5f5f5;
    padding: 11px 0 11px;
    border-bottom: 1px solid #cccccca6;
}
.shipment_tabs_box ul li {
    display: inline-block;
    width: 14%;
    margin-right: 5px;
}
.shipment_tabs_box ul li a{
    color: #fff;
    padding: 7px 16px;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}
#rate_transit .contact_btn,.shipment_tabs_box ul li a,#signup_box .contact_btn{
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
    border: 1px solid #b4a138;
}
.shipment_tabs_box ul li .active{
    color: #fff;
    background-image: linear-gradient(#416baf, #274f90, #416baf) !important;
    border: 1px solid #3760a3;
}
.shipment_tabs_box ul li a:hover{
    background-image: linear-gradient(60deg, #e61c2a 0%, #ec1121 56%);
    color: #fff;
}
#register_screen {
    padding: 28px 0 0;
}
#register_screen h3{
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 7px;
}
#register_screen p{
    font-size: 14px;
}
#register_screen .get_quote input {
    padding: 0 18px 0 18px;
}
.date_box {
    padding: 12px 0;
}
.to-me-date {
    width: 367px;
    margin: 0 auto 10px;
    box-shadow: 1px 6px 7px rgb(16 16 16 / 14%);
    border: 1px solid #ccc9;
}
.from_delivery{
    text-align: left;
    padding: 10px 13px 14px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.from_delivery p{
    font-size: 14px;
}
.from_delivery b{
        font-size: 16px;
        display: block;
        margin: 3px 0;
        font-weight: 600;
        color: #e21927;
}
.from_delivery svg{
    width: 33px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li {
    background: #d8d7d7;
    color: #222;
    display: inline-block;
    padding: 7px 9px;
    cursor: pointer;
    width: 32%;
}
ul.tabs li.current {
    background: #e41927;
    color: #fff;
}

.tab-content{
    display: none;
    background: #e8e8e8;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 9px;
}

.tab-content.current{
    display: inherit;
}
.scan_delivery_btn {
    padding: 5px 0 0;
}
.scan_delivery_btn ul li {
    display: inline-block;
    width: 49%;
}
.scan_delivery_btn ul li a {
    font-size: 11px;
    background: #d0cece;
    color: #000;
    padding: 7px 3px;
    display: inline-block;
    margin: 5px 2px 0;
    border-radius: 2px;
    width: 100%;
}
.Signature_box{
    height: 200px;
}
.right_logo {
    position: absolute;
    right: 15px;
    text-align: right;
    margin-top:2px;
    cursor: pointer;
}
.right_logo img{
    width: 86px;
}
#mian_home {
    padding: 8px 0 13px !important;
}
#rate_transit .shipment_btns{
    height: auto;
    width: 23% !important;
    margin: 1px auto 0 !important;
}
#inner_rate_box li input{
    height: auto !important;
    padding: 16px 9px;
    font-size: 17px;
}
#rate_transit .shipment_btns,#inner_rate_box li input{
    cursor: pointer;
}
#inner_rate_box .rate_bg {
    color: #fff;
    background: #0d0150;
}
 .fix_ul_li{
       position: relative;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 8px 22px;
    /* box-shadow: 0 0 12px 0 #ccc; */
        border: 1px solid #ccc;
    top: 3px;
    /*border-top: none;*/
}
.save_future{
        color: #000;
        float: right;
        vertical-align: middle;
        margin: 0 11px 0 0;
        border: none;
        border-radius: 3px;
        padding: 3px 8px 4px;
        cursor: pointer;
        background: #fff;
        font-size: 11px;
        cursor: pointer;
}
.track_btn {
    float: left;
    color: #ffffff !important;
    background:#345d9f;
    padding: 3px 8px 5px;
    font-size: 12px;
    border-radius: 2px;
}
.track_btn:hover,.track_btn:focus{
    background: #e61c2a;
}
.shipment_track_btns svg {
    width: 22px;
    position: absolute;
    top: 11px;
    left: 10px;
}
.shipment_track_btns{
    width: 323px;
    margin: 13px auto 15px;
    position: relative;
}
.shipment_track_btns input {
    padding: 0 136px 0 30px;
}
.shipment_track_btns .login_btn_ {
    width: auto !important;
    height: auto;
    position: absolute;
    padding: 13px 13px;
    border: none;
    top: -7px;
    right: 0;
    cursor: pointer;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #9433c5);
}
#selector_icon ul li a {
    display: inline-block;
    width: auto;
    padding: 0;
    background: transparent;
    border: none;
}
#selector_icon ul li a h5 {
    color: #000;
}
#selector_icon ul li svg {
    vertical-align: middle;
    position: static;
    width: 37px;
    padding: 15px 0 0;
}
#selector_icon ul li a:hover{
    background: none !important;
    color: #fff;
    border: none !important;
    box-shadow: none;
}
#selector_icon  ul {
    margin: 0 0 13px;
        padding: 26px 0 0 !important;
}

#selector_icon ul li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
#tracking_status .status_box p span{
    float: left;
    width: 50%;
}
#tracking_status .status_box p b{
    float: right;
    width: 50%;
    text-align: right;
}
.status_box.w_90_px p {
    clear: both;
}
.deliver_icon svg {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 6px;
    top: 4px;
}
#track_list_records{
    padding-bottom: 2px !important;
}
.form_loader img{
        width: 30%;
    margin: 0 auto;
}
.booking_values .form_box select {
padding: 0 18px 0 17px;
}
.booking_values .get_quote input {
padding: 0 18px 0 11px;
}
.booking_values .form_box .search_box, .booking_values .form_box svg, .booking_values svg {position: absolute;right: 13px;left: 0;top: 9px !important;width: 24px;height: 24px;margin: 0 auto;right: 0;}
.lable_toggle label {
font-weight: bold;
color: #e41928;
margin-top: 8px;
}
.booking_values .textarea_box {
height: 68px;
margin-bottom: 9px;
}
.hide_box_pickup{
display: none;
}
.padd_top_none{
padding-top: 0;
}
.pickup_toggle i {
float: right;
vertical-align: middle;
margin: 0px 17px 0 0;
font-size: 28px;
}
.pickup_toggle label{
width: 100%;
cursor: pointer;
margin: 10px 5px 6px;
}
.labeldown i{
transform :rotate(179deg);
}
.loader_onorder{
        width: 176px;
    margin: 0 auto;
}


/*tabs steps*/
.wizard {
    margin: 0;
    background: #fff;
    width: 100%;
}
.wizard .nav-tabs {
    position: relative;
    margin: 0;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
    width: 100%;
    text-align: center;
    padding: 0 1px 0;
}
.tab-pane {
    display: none;
}
.tab-content- .active {
    display: block;
}

.wizard > div.wizard-inner {
    position: fixed;
    top: 0;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #6c2c8d);
    width: 56px;
    text-align: center;
    height: 100vh;
    z-index: 9999;
    border-radius: 0 22px 22px 0;
    padding: 129px 4px 0 4px;
}
.connecting-line {
    height: 2px;
    background: none;
    position: absolute;
    width: 76%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 46%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 45px;
    height: 45px;
    line-height: 43px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #ffffff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #b3a037;
    background-image: linear-gradient(#b3a035, #b4a134, #b3a037);
}
.wizard .nav-tabs > .active:hover img {
    /*filter: grayscale(121%) brightness(300%) sepia(180%) hue-rotate(
-50deg
 ) saturate(600%) contrast(0.8) !important;*/
 filter: none;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
span.round-tab:hover  img{
   filter: none !important;
}
.wizard .nav-tabs > li {
    width: auto;
    margin: 0 auto 13px;
    text-align: center;
    float: none;
    display: block;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 27%;
    opacity: 1;
    margin: 0 auto;
    bottom: 35px;
    border: 10px solid transparent;
    border-bottom-color: red;
    display: none;
}
.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
    display: block;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
    border: 1px solid transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 22px;
}
.wizard h3 {
    margin-top: 0;
}
.nav-tabs {
    border-bottom: none;
}
.wizard .nav-tabs > li.active > a svg path,.wizard .nav-tabs > li > a:hover svg path{
    fill: #fff;
}
.shipmentbox input[type="radio"]
{
  appearance: none;
  display: none;
}

.shipmentbox input[type="radio"] + label
{
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}

.shipmentbox input[type="radio"] + label::before
{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #f27474;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 1;
  transition: all 0.3s;
}

.shipmentbox input[type="radio"] + label::after
{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #f27474;
  background: #f27474;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: auto;
  opacity: 0;
  transition: all 0.3s;
  margin-top: 8px;
}

.shipmentbox input[type="radio"]:checked + label::after
{
  opacity: 1;
}
.payment_method_box{
    background: #e6e6e6;
    margin: 0 9px 9px;
    padding: 11px 12px;
    text-align: left;
    border-radius: 6px;
    border: 1px solid #cccccc4d;
    position: relative;
}
.shipmentbox{
    margin-top: 12px;
}
.next-step,.prev-step{
    /* border: none; */
    padding: 10px 39px;
    border-radius: 35px;
    margin: 19px 0 0;
    font-size: 15px;
    font-weight: 500;
}
.next-step {
    color: #b3a037;
    margin: 0;
    background: transparent;
    border: 2px solid #b3a037;
}
.prev-step{
    color: #fff;
    margin: 0 !important;
    border: 2px solid #b4a138;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}
.tab-content- {
    height: auto;
    margin: 0 auto;
    width: 376px;
    padding: 35px 0 100px 62px;
}
.list-inline {
    position: fixed;
    bottom: 67px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #eae9e9;
    width: 100%;
    padding: 12px 8px 11px 57px;
    text-align: center;
        z-index: 9;
    border-top: 1px solid #8080802e;
}
.pickup_information {
    text-align: left;
    padding: 0 31px 0 0;
}
.pickup_information h4{

color: #6c2c8d;

font-weight: bold;

font-size: 16px;
}
.inner_pickupinfo{

margin: 9px 0 11px;

position: relative;
}
.inner_pickupinfo label{

font-size: 13px;

margin: 0 0 5px;

font-weight: 500;
}
.inner_pickupinfo label span{

color: #e41927;

font-weight: bold;
}
.inner_pickupinfo  select,.inner_pickupinfo input{
    border-radius: 35px;
    padding: 0 35px 0 13px !important;
    border: 1px solid #cccccc73;
    height: 40px;
    width: 100%;
    font-size: 13px;
    background: #ececec;
}
.inner_pickupinfo select {
}
.inner_pickupinfo svg {
    left: auto;
    right: 15px;
    top: 34px !important;
    width: 24px;
    z-index: 9;
    /* height: 20px; */
}

.nav-tabs img{

width: 26px;

height: 27px;

object-fit: contain;

line-height: inherit;
}
.wizard .nav-tabs > .active  img,.wizard .nav-tabs > li:hover  img{
    filter: grayscale(109%) brightness(398%) sepia(91%) hue-rotate(11deg ) saturate(20%) contrast(0.8);
}
.right_btmbar ul li b {
    color: #545353;
}
.right_btmbar {
    background: #fff;
    border-top: 1px solid #ccccccab;
}
.next-step:hover{
        color: #b3a037;
        background: transparent;
}
button:focus,a:focus{
    outline: 0;
}
.right_btmbar ul li {
    width: 33%;
}
#red_bar {
    background-image: linear-gradient(60deg, #333 0%, #545353 56%);
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.carge_location_map{
    position: absolute;
    top: 49px;
    opacity: 0.3;
}
.carge_location_map img{
      width: 100%;
}
.inner_pickupinfo label > h6 {
    display: inline-block;
    font-size: 9px;
    color: #df1a28;
    font-weight: bold;
    margin: 0 0 0 8px;
}
.swal-footer {
    text-align: center;;
}
.swal-button {
    background-color: #6b2a8c;
    border-radius: 35px;
    padding: 10px 49px;
}
.swal-button:not([disabled]):hover {
    background-image: linear-gradient(#6b2a8c, #6b2a8c, #8d26c1) !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;background: none;
}
#order_listing .back_btn a{
    display: inline-block;
}
#order_listing  svg {
    top: 0px !important;
}
.user_name_ h3 span{
    float: right;
}
.cod_amount {
    width: 100%;
    text-align: left;
    padding: 14px 9px 0;
}
.cod_amount ul li {
    font-size: 12px;
    margin: 0 0 6px;
    border-bottom: 1px dotted #ccccccd4;
    padding: 0 0 8px;
}
.cod_amount ul li:last-child{
    border-bottom: none;
}
.cod_amount ul li b {
    font-weight: 600;
    color: #353535;
}
.cod_amount ul li span {
    float: right;
    font-weight: 600;
    color: #83c52f;
}
#track_details .fix_location {
    padding: 0 0 15px 0;
   /* border: none;*/
}
#track_details  .fix_wrapper_h {
    margin: 11px 0;
}
#track_details .status_box p:before {
    left: -24px;
}
#track_details .user_name_ h3 {
    margin: 0 0 10px;
}
#track_details .Consignee_box {
    padding: 0px 0 13px 18px;
}
#track_details  .status_box{
    padding: 0 5px 16px 20px;
}
.file_type input {
    padding-top: 7px !important;
    opacity: 1;
    border: none;
}
.custom-file-input {
  color: transparent;
}
.custom-file-input {
    font-weight: 700;
    font-size: 11px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
    content: 'Choose File';
    color: black;
    display: inline-block;
    background: none;
    border: none;
    border-radius: 3px;
    padding: 4px 4px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    font-size: 13px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
    outline-offset: 0;
}
.track-result p .distance{
    margin: 0 5px 0;
    color: #e61927;
}
#desktop_orders,#track_details_info{
    width: 100%;
    padding: 0 26px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h{
    width: 24%;
    float: left;
    margin: 0 12px 12px 0;
}
.view_action_btn {
    width: 24px;
    vertical-align: middle;
    margin: 0 3px 0 0;
}
.action_box{
    padding-top: 10px;
}
.order_info_details {
    position: relative;
    background: #fff;
    padding:10px 10px 2px;
    border-radius: 10px;
    border: 2px dotted #d4d4d4;
    box-shadow: 1px 8px 17px rgb(152 152 152 / 25%);
    width: 24%;
    float: left;
    margin: 0 13px 13px 0;
}
.inner_info {
    float: left;
    width: 50%;
}
.inner_info p {
    text-align: left;
    font-size: 17px;
    padding: 0 0 7px;
    font-weight: 500;
    color: #525050;
    text-transform: capitalize;
}
.distance{
        padding: 0 3px;
}
.location_to {
    width: 100%;
    padding: 1px 0 0 20px;
    position: relative;
}
.right_box p{
    text-align: right;
}
.inner_info b {
    font-size: 16px;
    font-weight: 500;
    color: #f27474;
}
.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.odr-no{
    font-weight: bold !important;
    color: #10597a !important;
}
.location_to h4 {
    display: block;
    float: none;
    margin: 7px 0 2px;
}
.from_to{
    position: relative;
}
.from_to:before{
    content: '';
    display: block;
    left: 0;
    border-left: 3px dotted #7cc24d;
    width: 2px;
    height: 43px;
    position: absolute;
    top: 5px;
}
.from_to{

position: absolute;

top: 4px;

left: 2px;
}
.from_to span{

position: absolute;

display: block;

background: #adb8bd;

width: 7px;

height: 7px;

top: 21px;

left: -2px;

border-radius: 100%;
}

.cod_blue{
    color: #1893b7 !important;
}
.sr_info .w_10_px ul li i {
    margin: 0px 0 0 -15px;
}
.order_info_track .w_90_px p:before {
    left: -19px;
}
.sro_record .fix_location{
    border: none !important;
}
.location_to p, .location_to h4 {
    font-size: 19px;
}
#track_details .order_history_details .status_box p:before {
    left: -21px;
}
.checked_mark {
    font-weight: 500 !important;
    color: #83c52f !important;
}
/*#signup_Tabs{
padding-top: 35px;
}*/
.confirm_message_box{
        font-size: 14px;
    padding: 19px 8px 0;
}
.confirm_message_box{
        font-size: 14px;
    padding: 19px 8px 0;
}
#page-name .parcel_received{
        position: relative;
        top: 5px;
        right: -4px;
    font-size: 13px !important;
    }
.confirm_message_box {
    text-align: center;
    padding: 80px 13px 0;
}
.confirm_message_box img {
    width: 86px;
    margin: 0 0 14px;
}
.confirm_message_box p {
    font-size: 15px;
}
.search_order_list {
    padding: 22px 0 9px;
    position: relative;
}
.search_order_list i {
    position: absolute;
    top: 35px;
    margin: 0 0 0 13px;
}
.search_order_list input {
    width: 295px;
    padding: 0 15px 0 34px;
    height: 39px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
}
.lang_select{
    position: relative;
}
.lang_select select{
    padding: 0 18px;
    background: #fff;
}
.lang_select img{

position: absolute;

width: 19px;

top: 13px;

right: 16px;
}


/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"], 
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}
.right_logo{
    display: none;
}
#home_layout ul li {
    width: 45%;
    display: inline-block;
    margin: 0 8px;
}
#home_layout ul li a {
    padding: 17px 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 12px 31px rgb(123 123 123 / 25%);
    background: #fff;
    color: #3a3939;
    border: 1px solid #b7a22d;
    font-size: 19px;
}
#home_layout ul li svg {
    display: block;
    position: static;
    margin: 0 auto 9px;
    width: 51px;
}
#home_layout ul li a:hover{
    background: #b3a037;
}
#home_layout ul li a:hover svg path,#home_layout ul li a:hover{
    color: #fff;
}


/*responsive*/


@media(max-width: 1250px) {
    .container {
        width: 100%;
    }
    .order_info_details {
        width: 32%;
    }
    #rate_transit .shipment_btns {
        height: auto;
        width: 35% !important;
        margin: 1px auto 0 !important;
    }
    table.resposive_table td h6, .Pending_approval {
        font-size: 14px !important;
    }
    .shipment_tabs_box ul li {
        width: 19%;
    }
    .delivery_table_ table.resposive_table th, .delivery_table_ table.resposive_table td {
        padding: 5px 11px 14px 37px;
    }
    .shipment_box {
        padding: 77px 20px 70px;
    }
    .loader {
        width: 100%;
    }
    .loader>img {
        width: 100%;
    }
    .sidebar_menu {
        width: 25%;
    }
    table.resposive_table tr {
        width: 31.8%;
    }
    #homejs_page .shipment_box {
        padding: 35px 20px 70px;
    }
    #homejs_page #selector_icon ul {
        padding: 18px 0 0 !important;
    }
    #homejs_page .login_btm img {
        height: 220px;
        object-fit: cover;
    }
    #desktop_orders{
    padding: 0 15px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h{
    width: 33%;
    float: left;
    margin: 0 12px 12px 0;
}
.inner_info p {
    font-size: 14px;
}
}

@media(max-width: 1024px) {
    .container {
        width: 100%;
    }
    .shipment_tabs_box ul li {
    width: 24%;
}
    .order_info_details {
    width: 48%;
}
    .bottom_bar ul li {
    width: 33%;
}

 table.resposive_table tr {
    width: 47.9%;
}

    .loader,
    .loader>img {
        width: 47%;
    }
    .sidebar_menu {
        width: 33%;
    }
    .close-btn {
        color: #e92128;
        background: #ffffff;
    }
    #rate_transit .shipment_btns {
    width: 46% !important;
}
}

@media screen and (max-width: 600px) {
    table.resposive_table {
        border: 0;
    }
    table.resposive_table caption {
        font-size: 1.3em;
    }
    table.resposive_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.resposive_table tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }
    table.resposive_table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 12px;
        text-align: right;
    }
    .fixleft_side {
        padding: 0 15px;
    }
    table.resposive_table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .main_wrapper_table,
    .main_wrapper_table2,
    .main_wrapper_table3,
    .main_wrapper_table4 {
        display: none;
    }
    .fix_ul_li {
        padding-top: 20px;
    }
    .fix_ul_li li {
        padding: 4px 0;
    }
    .fix_ul_li li b {
        float: left;
        color: #08a7cc;
        width: auto;
        text-align: left;
    }
    .fix_view_btn a {
        padding: 0 5px;
    }
    .fix_view_btn a i {
        color: #0e0ee0;
    }
    .fix_view_btn a:nth-child(2) i {
        color: #e61c2a;
    }
    .fix_view_btn a:nth-child(3) i {
        color: #009688;
    }
    #table_btn_menu,
    #table_btn_menu2,
    #table_btn_menu3,
    #table_btn_menu4,
    #table_btn_menu5,
    #table_btn_menu6 {
        cursor: pointer;
        color: #e61c2a;
        font-size: 17px;
    }
    table.resposive_table td:last-child {
        border-bottom: 0;
    }
}


@media(max-width: 767px) {
    .container {
        width: auto;
    }
  .search_order_list input {
        width: 100%;
    }
    .search_order_list {
    padding: 22px 18px 9px;
}
    .register_info{
        padding-top: 24px;
    }
    .location_to p, .location_to h4 {
    font-size: 13px !important;
}
    .wizard .tab-pane {
    padding-top: 9px;
}
    .tab-content- {
    padding-top: 0 ;
}
.from_to:before {
    border-left: 2px dotted #a9a9a9;
    width: 2px;
    height: 49px;
    top: 0;
    margin-top: 4px;
}
.from_to span {
    width: 6px;
    height: 6px;
    top: 24px;
    left: -2px;
}
    .distance {
    font-size: 13px !important;
}
.location_to p{
    padding-bottom: 0;
}
.user_name_ h3 {
    padding: 5px 14px 6px;
}

.inner_info p {
    padding: 0 0 3px;
}
.w_90_px h3 {
    margin: 0 0 3px;
    font-weight: 700;
    color: #494848;
}
.track_details_page {
    margin: 9px auto 0;
}
.location_to {
    margin: 0;
    padding: 4px 0 4px 18px;
    position: relative;
}
.location_to p{
    padding-bottom: 0;
}
    .order_info_details {
    width: 100%;
        padding: 5px 10px;
        float: none;
    margin: 0 0 4px 0;
    clear: both;
}
.inner_info p {
    font-size: 12px !important;
}
.inner_info b {
    font-size: 13px;
}
     #desktop_orders{
    padding: 0 15px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h {
    width: 100%;
    float: none;
    margin: 0 0 12px;
}
    .right_btmbar {
    text-align: right;
}
    .form_loader img {
    width: 77%;
    margin: 0 auto;
}
    #track_list_records {
    padding: 8px 0 13px !important;
}
    .logout-btn {
    position: absolute;
    top: -1px;
    left: 14px;
    z-index: 99;
}
    .save_future{
    margin: -2px 7px 0 0;
}
.bottom_img_fixed{
    display: none;
}
#rate_transit .shipment_btns {
    width: 100% !important;
}
.shipment_track_btns {
    width: 92%;
}
.shipment_track_btns input {
    padding: 0 106px 0 30px;
}
#homejs_page .shipment_box {
    padding: 14px 20px 20px;
}
.bottom_bar ul li {
    width: 35%;
}
.shipment_tabs_box ul li {
    width: 62%;
    margin: 0 0 5px;
}
.to-me-date {
    width: 100%;
}
    .status_box p:before {
    top: 11px !important;
}
    .close-btn {
    left: 272px;
}
.w_90_px p:before {
    left: -20px;
}
/*.w_90_px p:before {
    top: 15px;
}*/
.w_90_px p b ,.w_90_px h3{
    font-size: 13px;
}
.status_box.w_90_px p {
    font-size: 11px;
}
.w_90_px p:before {
    margin-top: 6px;
}
 .status_box p b {
    font-weight: 600;
    font-size: 11px;
}
.status_box p:before {
    left: -28px;
}
  .auto_records table.resposive_table td span {
    padding: 8px 6px;
    margin: 6px 0 0px 0px;
    font-size: 13px;
    width: 100%;
    float: none;
    text-transform: capitalize;
}

.fix_wrapper_h {
    margin: 18px 12px 0;
}
    .user_name_ {
    padding: 0;
}
    .bottom_bar ul li b {
    font-size: 13px;
}
    .loader,
    .loader>img {
        width: 100%;
        height: 100vh;
    }
    .sidebar_menu {
        width: 82%;
    }
    .main_body {
        display: block;
    }
    .shipment_box ul li a {
        padding: 10px 9px 13px 76px;
    }
    .shipment_box ul li svg {
        width: 26px;
        left: 39px;
        top: 13px;
    }
    .shipment_box {
        padding: 47px 0 0;
    }
    .select_service ul li a h5 {
        font-size: 15px;
        padding: 0 8px;
    }
    .main_body,
    .bottom_bar {
        max-width: 100%;
        margin: 0;
    }
    .login_btn_ {
        width: 100% !important;
    }
    .track_shipments,.shipment_box_new,.track_details_page {
        width: 100%;
    }
    table.resposive_table tr {
        width: 100%;
        margin: 0 0 15px;
    }
    .fix_ul_li {
        padding-top: 1px;
    }
    .rate-transits ,.desktop_layout{
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
.bottom_bar #home_icon {
    width: 26%;
}
  /*  .bottom_bar #home_icon {
        width: 21%;
    }*/
    .loader, .loader > img {
    width: 100%;
}
.shipment_box ul {
    padding: 0 20px;
}
.fix_screen {
    padding: 71px 0 0;
}
#register_screen {
    padding: 14px 0 0;
}
.right_logo {
    right: 8px;
    padding: 0;
    top: auto;
    margin: 1px 0 0;
}
.right_logo img {
    width: 69px;
}
#homejs_page .bottom_img_fixed {
    display: block;
}
#homejs_page {
    background: none;
}
.get_quote input {
    padding: 0 18px 0 22px;
}
.contact_page .textarea_box {
    height: 123px;
}
#ratejs_page #rate_transit {
    padding: 0 16px 0;
}
table.resposive_table td::before {
    font-size: 12px;
}
table.resposive_table td h6, .Pending_approval {
    font-size: 15px !important;
}
.right_btmbar li{
    width: 27% !important;
}
.second_step {
    bottom: 63px;
    padding-right: 0px;
    padding-left: 56px;
}
.second_step button{

padding: 10px 13px;

border: 2px solid #b3a037;

width: 100%;
}
.pickup_information {
    padding: 0 13px;
}
.second_step>li,.list-inline>li {
    padding-right: 3px;
    padding-left: 3px;
    width: 47%;
}
.list-inline {
    bottom: 63px;
}
.tab-content- {
    margin: 0;
    width: 100%;
}
.dashboard_page > p {
    font-size: 14px;
    text-transform: capitalize;
}
.dashboard_page{
    padding: 0 15px;
}
.shipment_box_new ul li {
    padding: 8px 0 8px 17px;
}
.shipment_box_new ul li a svg {
    top: 6px !important;
    width: 47px;
    height: 47px;
    padding: 0 9px;
    right: 7px;
    margin: 0;
}
#track_details {
    padding: 0 13px;
}
.track_lgo h4 {
    font-size: 13px;
    margin-bottom: 1px;
    padding: 3px 0 0;
}
#text {
    font-size: 23px;
}
.user_name_ h3,.w_90_px p {
    font-size: 13px;
}
.location_to h4 {
    margin: 17px 0 2px;
}
.status_box p:before {
    margin-top: 0px;
}
.rates_box_value{
    padding: 0 17px;
}
#order_listing svg {
    top: -1px !important;
}
#home_layout ul {
    text-align: center;
    padding: 0 5px;
}
#home_layout ul li {
    width: 44%;
}
#home_layout ul li a {
    font-size: 16px;
    padding: 10px 20px;
}
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

:focus {
    outline: 0
}

input,
textarea {
    margin: 0;
    outline: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}


/* Default Font Styles
______________________*/

body,
input,
select,
textarea,
p,
a,
b {
    font-family: 'Alata', sans-serif;
    color: #000;
    line-height: 1.4;
}

html,
body {
    background: #fff !important;
}

.flash_categories {
    display: none;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Links
______________________*/

a {
    text-decoration: none !important;
}

a:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


/* p, blockquote, address
______________________*/

p {
    font-size: 18px;
    margin-bottom: 20px;
}

a:hover,
a:focus {
    text-decoration: none;
}


/* Layout
______________________*/

.row {
    margin: 0;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}


/*loader*/

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 999999;
    text-align: center;
}
.details_listing{
    margin-top: 20px;
}
.loader > img {
    cursor: pointer;
    vertical-align: middle;
    display: block;
    width: 100%;
    object-fit: cover;
    visibility: visible !important;
    position: fixed;
    right: 0;
    margin: 0 auto !important;
    left: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
}


/*@keyframes slideDown {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}

@-webkit-keyframes slideDown {
      from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}*/

.main_body {
    display: block;
    max-width: 360px;
    margin: 0 auto;
}

.login_screen {
    max-width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 0 66px;
    background: #ffffff;
    height: auto;
}

.user_login {
    padding: 73px 18px 98px;
    background: #fff;
    margin: -28px 13px 0;
    border-radius: 8px;
    box-shadow: 1px 19px 27px rgba(154, 154, 154, 0.44);
}

.form_box {
    position: relative;
}

.form_box input,
textarea,
.shipment_box input,
.package_box h4 ,.shipment_track_btns input{
    width: 100%;
    margin: 0 0 15px;
    border-radius: 35px;
    padding: 0 18px 0 50px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    -webkit-box-shadow: 1px 6px 7px rgb(16 16 16 / 14%);
    border: 1px solid #d2d1d1;
    background: #e2e2e2;
}

.form_box svg {
    position: absolute;
    left: 19px;
    top: 12px;
    height: 22px;
    width: 22px;
}

.user_login p {
    color: #293846;
    margin: 5px 0 3px;
    font-weight: 500;
    font-size: 16px;
}

.user_login p a {
    color: #df1e1e;
    font-weight: bold;
    font-size: 16px;
}

#login_items a button {
    font-size: 20px;
    width: 100%;
}

.form_box button:hover,
.form_box button {
    background-image: linear-gradient(60deg, #CD0404 0%, #DF1E1E 56%);
}

.form_box button {
    border-radius: 35px;
    padding: 10px 4px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0 0;
    font-weight: 500;
    border: 2px solid #df1e1e;
    display: inline-block;
    box-shadow: 0px 17px 10px -10px rgb(216, 216, 216);
}

.site_name {
    background-image: linear-gradient(60deg, #CD0404 0%, #d24848 56%);
    padding: 39px 0 66px;
    border-radius: 0 0 20px 20px;
}

.site_name h3 {
    color: #fff;
    font-size: 19px;
}

.login_head h4 {
    color: #707070;
    font-size: 35px;
}

.login_head p {
    font-size: 15px;
    margin: 13px 0 24px;
}

.register_page {
    padding: 48px 18px 98px;
}

.top_head {
    padding: 9px 0 43px;
    border-radius: 0;
    margin: 0;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}
.back_btn {
    width: 12%;
    padding: 2px 11px 0;
    text-align: left;
}

.back_btn i {
    font-size: 23px;
}

.page_title {
    width: 76%;
    padding: 3px 0 0;
    text-align: center;
}

.page_title h4,
.back_btn i {
    color: #fff;
}

.register_main .user_login {
    margin: 0;
    border-radius: 35px 0 0 0;
    box-shadow: none;
}

.responsive {
    width: 100%;
    height: auto;
}
.fix_wrapper_h {
    margin: 18px 0 0;
}
.fix_location {
    padding-bottom: 11px;
}
.main_location {
}
.user_name_ {
    width: 100%;
    text-align: left;
    padding: 0;
}
.user_name_ p {
    font-size: 12px;
    color: #999;
}

.user_name_ h3 {
    font-size: 14px;
}
.w_10_px {
    max-width: 10%;
}
.w_10_px ul {
    margin-top: 18px;
}
.w_10_px ul li:first-child {
    height: 8px;
    margin-bottom: 5px;
}
.w_10_px ul li {
    padding: 0;
    line-height: 0;
    height: 5px;
}
.w_10_px ul li i {
    color: #f27474;
    font-size: 16px;
    margin: 0px 0 0 -12px;
}
.w_10_px ul li b {
    color: #9999;
}
.w_90_px {
    width: 90%;
    padding: 0px 13px 0 20px;
    margin: 0px 0 0px -9px;
}


.w_90_px p b{

color: #62ab06;

font-size: 12px;
}
.status_box h3 b,.status_box p b{
        float: right;
}
.fix_wrapper_h:last-child{
    margin-bottom: 17px;
}
.track-result  p b ,.track-result  p {
    font-size: 12px;
    font-weight: 500;
}
.track_courier a {
    background-image: linear-gradient(60deg, #CD0404 0%, #d24848 56%);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
}

.track {
    margin-top: 20px;
}

.head {
    border-radius: 40px;
    width: 80px;
    font-size: 12px;
    margin-left: 6px;
}

body,
html {
    margin: 0;
    padding: 0;
    background: linear-gradient(25deg, #a9f3f9, #f0fffb);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

:root {
    --main-lighter: #f0fffb;
    --main-light: #a9f3f9;
    --main-sublight: #bffaff;
    --main: #00e1da;
    --main-dark: #00b7b4;
    --main-darker: #003f3c;
}

.flex {
    display: flex;
}

.f-wrap {
    flex-wrap: wrap;
}

.jcsb {
    justify-content: space-between;
}

.jcsa {
    justify-content: space-around;
}

.jcc {
    justify-content: center;
}

.aifs {
    align-items: flex-start;
}

.aic {
    align-items: center;
}

.w-100 {
    width: 100%;
}

.m-m {
    margin: 20px;
}

.mb-m {
    margin-bottom: 20px;
}

.mt-s {
    margin-top: 10px;
}

.main-card-head {
    background-color: var(--main-darker);
    padding: 15px 30px;
    border-radius: 10px 10px 0 0;
}

.cardhead-light {
    background-color: var(--main-lighter);
    border: 1px solid var(--main-dark);
}

.terms {
    border-radius: 0;
    margin: 0 0 24px;
}

.Terms p {
    font-size: 14px;
    padding-top: 20px;
}

.Terms h3 {
    font-weight: 600;
}

.pickup_arrange p {
    font: 11px;
}

.info {
    padding-top: 10px;
}

.contact input,
textarea {
    padding: 10px 21px;
}

.form_check {
    margin-top: 10px;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.pay {
    font-size: 20px;
}

.form_check span {
    font-size: 12px;
    color: gray;
}

.form_check [type="radio"]:checked,
.form_check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form_check [type="radio"]:checked+label,
.form_check [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.form_check [type="radio"]:checked+label:before,
.form_check [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.form_check label {
    text-align: left !important;
}

.form_check [type="radio"]:checked+label:after,
.form_check [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #d24848;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_check [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form_check [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.co-one {
    padding:8px 0 13px !important;
}

.cone {
    padding: 5px 18px 98px;
}

.form_group {
    text-align: left;
    margin-top: 20px;
}

.user_login-fix {
    text-align: left;
    color: #33333363;
    padding: 16px 10px 98px;
}

.user_login-fix h4 {
    padding-bottom: 10px;
}

.courier_wrapper {
    background: #ffffff;
    padding: 8px 0px 0;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 #0000002b;
}

.custom_img img {
    width: 100%;
}

.back_color {
    background: #f0f1f1a3;
}

.w_50_fix h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.w_35_fix h4 {
    font-size: 12px;
    font-weight: bold;
    color: #d24848;
}

.w_50_fix h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.w_50_fix p {
    font-size: 11px;
    margin-top: 1px;
    margin-bottom: 0;
}

.w_25_fix {
    line-height: 0;
    width: 12%;
    padding: 0;
}

.w_35_fix b {
    font-weight: 500;
    font-size: 11px;
    padding-top: 5px;
    display: block;
}

.w_35_fix h4 {
    padding-bottom: 0;
}

.w_50_fix {
    width: 47%;
    line-height: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.w_35_fix {
    line-height: 0;
    padding-right: 0;
    width: 40%;
    padding-left: 8px;
}

.c_sm_5 b {
    font-size: 11px;
}

.c_sm_5 {
    width: 35%;
    padding: 0;
}

.c_sm_2 i {
    color: #d02a2a;
}

.c_sm_2 {
    width: 30%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5fc;
}

body::-webkit-scrollbar-thumb {
    background-color: #efefef;
}

.pb_2_ {
    padding: 12px 0 0 !important;
}

.col_sm_12 {
    width: 100%;
}

.col_sm_12 .w_35_fix h4,
.col_sm_12 .w_50_fix h3,
.col_sm_12 .w_50_fix p,
.col_sm_12 .w_35_fix b {
    color: #fff;
    text-align: left;
}

.user_location {
    background: url(../images/back.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 35%;
}

.fix_view_pic {}

.fix_view_pic img {
    width: 50px;
    border-radius: 100%;
}

.fix_view_profile {}

.fix_view_profile h3 {
    text-align: left;
    color: #fff;
}

.fix_view_profile p {
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.user_location {
    padding-bottom: 0;
    padding-top: 0px;
    padding: 10px 8px;
}




.fix_wrapper_h {
    margin: 10px 0;
}

.first_name_fix {
    width: 80%;
    padding-left: 5px;
}

.first_name_fix h3,
.last_name_fix h3 {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.new_fix {
    padding-bottom: 10px !important;
    padding-right: 10px !important;
}

.new_fix_last {
    padding: 8px 8px 8px !important;
}

.first_name_fix p,
.last_name_fix p {
    text-align: left;
    font-size: 12px;
    color: #999;
}

.last_name_fix {
    width: 3%;
}
.main_location {
    display: flex;
    position: relative;
    background: #fff;
    padding: 10px 1px 15px 9px;
    border-radius: 0 0 12px 12px;
    border: 2px dotted #e0e3ed;
    box-shadow: 1px 8px 17px rgb(152 152 152 / 25%);
}
.arrow_fix {
    content: "";
    position: absolute;
}

.arrow_fix.active:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    transform: rotate(-135deg) !important;
    height: 12px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 34%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 12px;
}

.arrow_fix:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    height: 12px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 34%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 12px;
}


.booking_values #fix_top {
    padding: 0 0 0 5px;
    margin: 0 0 0 9px;
}
#fix_top {
    display: flex;
    padding: 0 0 0 5px;
    width: 100%;
    border-left: 2px dotted #ccc;
    margin: 0 0 0 18px;
}
.user_name {
    width: 60%;
}

.user_name_ h3 {
    font-weight: 500;
    margin: 0;
    color: #fff;
    padding: 7px 14px 10px;
    border-radius: 8px 8px 0 0;
    background-image: linear-gradient(#416baf, #274f90, #416baf) !important;
}

.user_name_ p {
    font-size: 12px;
    color: #999;
}

.fix_location {
    padding-bottom: 11px;
}

.back_color .c_sm_5 {
    max-width: 30%;
}

.back_color .c_sm_2 {
    max-width: 40%;
    flex: 40%;
    text-align: center;
}

.w_10_px {
    max-width: 10%;
}

.w_90_px {
    width: 100%;
}

.user_name_ {
}

.user_name h3 {
    font-weight: 600;
    text-align: left;
    padding-left: 5px;
    padding-top: 7px;
}

.w_90_px p:first-child {
    padding-top: 0;
}

.user_name p {
    text-align: left;
    padding-left: 5px;
    margin: 0;
    font-size: 15px;
    color: #b1b1b1;
}

.w_10_px {
    margin: 0;
}

.w_90_px .first_fix {
    font-size: 12px;
    color: #999;
    padding: 5px 0 6px;
}

.w_90_px h3 {
    text-align: left;
    font-weight: 500;
    margin: 0 0 7px;
    font-size: 15px;
}
.w_90_px p {
    text-align: left;
    font-size: 13px;
    padding: 3px 0 0;
    font-weight: 500;
    color: #525050;
    text-transform: capitalize;
}

.w_10_px ul {
    margin-top: 0;
}

.w_10_px ul li {
    padding: 0;
    line-height: 0;
    height: 5px;
}

.w_10_px ul li b {
    color: #9999;
}

.w_10_px ul li:first-child {
    height: 8px;
    margin-bottom: 5px;
}

.w_10_px ul li:last-child {
    height: 8px;
    margin-top: 0;
}

.w_10_px ul li i {
}

.container_fix ul.tabs {
    margin: 0px;
    padding: 15px 0;
    list-style: none;
}

.container_fix ul.tabs li {
    background: none;
    color: #2222224d;
    display: inline-block;
    padding: 10px 10px;
    width: 32.3%;
    cursor: pointer;
    border: 1px solid #3333;
    border-radius: 30px;
    background: #3333330a;
    font-size: 14px;
}

.container_fix ul.tabs li.current {
    background: #d24848;
    color: #fff;
}

.container_fix .tab-content {
    display: none;
    padding: 8px 0;
}

.container_fix .tab-content.current {
    display: inherit;
}

.small {
    width: 31.4%;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 0 3px 1px #00000017;
}

.new_top_fit {
    box-shadow: 0 0 3px 1px #00000017;
    margin: 8px 0;
    border-radius: 5px;
}


/*  ###  Rubberband range input   */

.rubber-ipt {
    width: 220px;
    height: 2px;
    background-color: #ddd;
    position: relative;
}

.rubber-ipt-range {
    width: 200px;
    height: 2px;
    background-color: #cf2222;
    position: relative;
}

.rubber-ipt-min,
.rubber-ipt-max {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    border: 1px solid #cf2222;
}

.flex_fix {
    display: flex;
    padding: 10px 20px 14px;
}

.rubber-ipt-min {
    transform: translate(-9px, -9px);
    left: 0;
}

.rubber-ipt-max {
    transform: translate(210px, -9px);
    left: 0;
}

.switch-field {
    display: flex;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #d03131;
    color: #fff;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 15px 0 0 15px;
}

.switch-field label:last-of-type {
    border-radius: 0 15px 15px 0;
}

.rubber-value-min {
    top: 10px;
    transform: translateX(-10px);
}

.rubber-value-max {
    top: 10px;
    right: 0;
    transform: translateX(10px);
}


/* #########  Styling */

.first_name_fix_2 {
    width: 58%;
    text-align: left;
}

.first_name_fix_2 h3 {
    padding-top: 7px;
}

.last_name_fix_2 {
    width: 42%;
}

.textarea textarea {
    box-shadow: unset;
    border-radius: 15px;
    font-size: 12px;
    height: 80px;
    margin: 8px 0 0;
    background: #f7f7f77a;
}

.select_setting h3 {
    color: #33333382;
    padding-top: 3px;
}

.select_setting {
    border: 1px solid #3333;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    margin: 10px 0 3px;
}

.select_setting select {
    border: unset;
}

.fix_new_btn:hover {
    color: #fff;
}

.form_box select {
    width: 100%;
    margin: 0 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 35px;
    padding: 0 18px 0 55px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    background: #e2e2e2;
    box-shadow: 0 0 7px 0 #e0d7d7;
    -webkit-box-shadow: 1px 6px 7px rgb(113 113 113 / 25%);
    border: 1px solid #bdbdbd;
}

.fix_new_btn {
    background: #d03131;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 100px;
}

.main_fix_row {
    display: flex;
    padding: 15px 0;
}

.w-20_col {
    width: 20%;
}

.w-20_col img {
    width: 61px;
    border-radius: 100px;
}

.w-40_col {
    width: 40%;
}

.w-40_col i {
    font-size: 20px;
    padding-top: 25px;
}

.full_width_f {
    display: flex;
    padding: 18px 10px;
    background: #fff;
}

.right_w_80 h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.height_fix {
    height: unset;
}

.right_w_80 p {
    font-size: 13px;
    margin: 0;
}

.right_w_20 {
    width: 20%;
}

.right_w_80 {
    width: 80%;
}

.typing_text img {
    width: 162px;
    height: 162px;
    border-radius: 100%;
}

.typing_text {
    position: fixed;
    top: 27%;
    z-index: 9999;
    left: 0;
    right: 0;
}

#text {
    font-size: 40px;
    color: #fff;
}

.track_page h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 92px 0 16px;
}

.contact_page .register_page {
    padding: 20px 18px 98px;
}

.page_title h4 {
    font-size: 14px;
    margin-bottom: 0;
}

.bottom_bar {
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 5px 10px 5px 0;
    max-width: 101%;
    margin: 0 auto;
    z-index: 999;
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
}

.bottom_bar ul li {
    width: 34%;
    position: relative;
    text-align: center;
    display: inline-block;
}

.bottom_bar #home_icon {
    width: 31%;
}

.bottom_bar ul li svg,
.bottom_bar ul li svg {
    display: block;
    margin: 0 auto 0px;
    width: 32px;
}

.bottom_bar ul li b {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 2px;
    text-transform: capitalize;
    line-height: 1.4;
}

.bottom_bar ul #rate_calculator {
    width: 31%;
}

#rate_calculator_box select {
    padding: 13px 18px;
    height: auto;
}

.delivery_banner img {
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.shipment_box {
    padding: 40px 20px 70px;
}

.shipment_box h4 {
    line-height: 1.5;
    margin: 0 0 20px;
}

.shipment_box ul {
    text-align: left;
}

.shipment_box ul li {
    position: relative;
}

#rate_transit ul li a:hover,
.shipment_box ul li a {
    color: #fff;
    background: #b3a037;
}

.shipment_box ul li a {
    display: inline-block;
    width: 100%;
    margin: 0 0 12px;
    padding: 10px 9px 11px 94px;
    border-radius: 35px;
    font-size: 20px;
    border: 1px solid #b3b3b366;
    font-weight: 500;
}
table.resposive_table tr:nth-child(even){
    background: #fff;
}

.shipment_box ul li svg {
    width: 27px;
    vertical-align: middle;
    position: absolute;
    left: 55px;
    top: 10px;
}

.shipment_box ul li .service_bg {
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
    color: #fff;
    box-shadow: 0 0 20px 0 #ccccccc7;
}

.shipment_box .rate_bg {
    border: 1px solid #b3a037;
}

.track_shipments {
    padding: 21px 15px;
    width: 373px;
    margin: 0 auto;
}

.track_shipments .form_box svg {
    cursor: pointer;
}

.track_shipments .form_box .search_box ,.track_shipments .form_box svg,.shipment_track_btns svg{
    position: absolute;
    right: 13px;
    left: auto;
    top: 10px !important;
    width: 25px;
    height: 25px;
}

.track_info {
    padding: 9px 8px;
    text-align: left;
}

.track_info p {
    font-size: 14px;
    color: #4c4b4b;
    margin: 0 0 14px;
    line-height: 1.6;
}

.track_info a {
    font-size: 13px;
    color: #da8e0e;
    font-weight: 600;
    text-decoration: underline !important;
}

.no_records {
    margin: 0;
}

.no_records b {
    border-top: 1px solid #cccccc82;
    border-bottom: 1px solid #cccccc82;
    padding: 16px 0;
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.radius_box svg {
    width: 37px;
    padding: 15px 0 0;
}

.no_records img {
    width: 100%;
    display: block;
    height: 267px;
    object-fit: cover;
}

.track_shipment_page .login_screen {
    margin: 0;
}

.get_quote input {
    padding: 0 18px 0 34px;
}

.form_box {
    text-align: left;
    clear: both;
}

.form_box label {
    margin: 0 4px 12px;
}

::-webkit-input-placeholder {
    color: #4c4b4b;
}

::-moz-placeholder {
    color: #4c4b4b;
}

:-ms-input-placeholder {
    color: #4c4b4b;
}

:-moz-placeholder {
    color: #4c4b4b;
}

.package_box {
    margin-top: 22px;
    /*border-top: 1px solid #cccccc78;
    padding: 12px 0 0;*/
}

.package_box h4 {
    padding: 14px 18px 15px 29px;
    height: auto;
    font-size: 14px;
    cursor: pointer;
}

.package_box h4 i {
    float: right;
    font-size: 22px;
    vertical-align: middle;
    margin: -2px 0 0;
}

.select_packaging_dropdown {
    background: #fff;
    border: 1px solid #dcdbdb;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    display: none;
    margin: -13px 3px;
}

.bdr_select {
    border-bottom: 1px solid #dcdbdb;
    padding: 10px 3px;
    background: #f7f7f7;
    border-radius: 10px 10px 0 0;
}

.select_img {
    width: 20%;
    padding: 6px 0 0;
    text-align: center;
}

.select_img img {
    width: 29px;
    object-fit: contain;
    height: 29px;
    vertical-align: middle;
}

.select_info {
    width: 80%;
    padding: 0 0 0 3px;
}

.select_info h5 {
    margin: 0 0 8px;
    font-size: 15px;
    color: #ce0b0b;
}

.select_info p {
    font-size: 11px;
}

.Dutiable_box {
    margin-top: 30px;
    position: relative;
}

.Dutiable_box svg {
    top: 46px;
    left: 13px;
}

.Dutiable_box select {
    padding: 13px 29px 13px 32px;
    height: auto;
}

#delivered_details .Dutiable_box .search_box {
    top: 42px !important;
}

#rate_transit {
    padding: 0 16px 71px;
}

#rate_transit ul li a {
    text-align: center;
    font-size: 17px;
    padding: 16px 9px;
}

#rate_transit ul li .service_bg {
    border: 1px solid #315a9c;
}

.select_service h2 {
    color: #e69712;
    margin: 0 0 28px;
    font-size: 23px;
}

.select_service ul {
    text-align: center;
    margin: 0 0 39px;
}

.select_service ul li {
    display: inline-block;
    width: 46%;
    vertical-align: middle;
}

.select_service ul li a {
    display: inline-block;
}

.select_service ul li a img {
    width: 58px;
    margin: 0;
    vertical-align: middle;
    height: 55px;
    object-fit: contain;
    padding: 17px 0 0;
}

.select_service ul li a h5 {
    font-size: 17px;
    line-height: 1.4;
}

.radius_box {
    border-radius: 100%;
    width: 74px;
    height: 74px;
    margin: 0 auto 13px;
    border: 2px solid #049ac5;
    background-image: linear-gradient(#1386a7, #049ac5, #20bfec) !important;
}

.choose_service {
    text-align: center;
    margin: 0 0 20px;
}

.sidebar_menu {
    position: fixed;
    top: 0;
    width: 19%;
    left: 0;
    bottom: 0;
    box-shadow: 1px 60px 19px rgb(132 132 132 / 58%);
    z-index: 999;
    background: #fff;
    overflow-y: auto;
    display: none;
}

.main_baner img {
    width: 100%;
    height: 139px;
    object-fit: cover;
    display: block;
}

.inner_menu_box ul li a {
    width: 100%;
    display: inline-block;
    padding: 8px 18px;
    border-bottom: 1px solid #cccccc85;
}

.inner_menu_box ul li a svg {
    width: 26px;
    vertical-align: middle;
    margin: -5px 4px 0 0;
}

.close-btn {
    position: fixed;
    top: 13px;
    left: 290px;
    color: #fff;
    background: #352f2f;
    border-radius: 100%;
    width: 20px;
    cursor: pointer;
    text-align: center;
    height: 20px;
    line-height: 1.1;
}

.close-btn i {
    font-size: 15px;
}

.monday_date {
    background: #f5f5f5;
    padding: 7px 34px;
    border-radius: 35px;
    border: 1px solid #cccccc9e;
}

.monday_date b {
    display: block;
    margin: 0 0 6px;
    font-size: 15px;
}

.monday_date p {
    font-size: 14px;
    color: #eb1f27;
}

.shipment_box .rate-transit,
.shipment_box ul li a:hover {
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
    border: 1px solid #6c2c8d;
}

.shipment_box ul li a:hover {
    color: #fff;
}

.shipment_box ul li a:hover svg path {
    fill: #fff;
}
.textarea_box{
    height: 68px;
    margin-bottom: 0;
}
.Pending_bg a{
    background-image: linear-gradient(-90deg, #e09c2a, #c78a23) !important;
}

.fix_logo_f img {
    width: 75px;
}

.body_img_bg {
    background: url(../images/flatpack-delivery_africa.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.fix_screen {
    background: unset;
    padding: 59px 0 0;
}

.login_btn_:hover {
    color: #fff;
    background: #0589af;
    border: 1px solid #0589af;
}

.login_btn_ ,#rate_transit .shipment_btns{
    text-align: center;
    padding: 10px 14px 13px;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #9433c5);
    color: #ffffff;
    box-shadow: 0 0 20px 0 #ccccccc7;
    display: inline-block;
    width: 25% !important;
    margin: 7px 0 !important;
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 19px;
    border: 1px solid #335c9f;
    font-weight: 500;
}

.uesr_pic {
    position: absolute;
    top: 42px;
    width: 100%;
    text-align: center;
}

.uesr_pic img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
}

.uesr_pic h3 {}

.shipment_box_new ul {}

.shipment_box_new ul li:last-child {}

.shipment_box_new {
    margin-top: 50px;
    width: 360px;
    margin: 0 auto;
}

.shipment_box_new ul li {
    /* border: 5px solid #0d0150; */
    margin: 14px 0px;
    border-radius: 70px;
    padding: 8px 0 8px 34px;
    box-shadow: 0 0 7px 1px #0000002e;
    text-align: left;
}

.shipment_box_new ul li a {}

.font_size {}

.shipment_box_new ul li a h2 {
    color: #6c2c8d;
    font-size: 19px;
    font-weight: 600;
}

.shipment_box_new ul li a h3 {
    display: inline-block;
    font-size: 14px;
    color: #0d0150;
    padding: 1px 0 4px;
    vertical-align: top;
}

.shipment_box_new ul li a svg {
    width: 47px;
    float: left;
    height: 47px;
    border-radius: 100px;
    padding: 0 12px;
    margin-right: 21px;
    top: 8px !important;
    right: -3px;
    left: auto;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}

.fix_input_last input {
    padding: 10px 12px;
}

.fix_input_last {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.main_container {
    padding: 0 15px;
}

.upload-options {
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color ease-in-out 150ms;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}

.upload-options label::after {
    content: '';
    background: url(../images/camera.svg);
    position: absolute;
    background-color: #fff;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    padding: inherit;
    right: 68px;
    top: 91px;
    z-index: 0;
    border-radius: 100%;
    border: 1px solid #010101;
}

.upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.upload-options label span:hover i.material-icons {
    color: lightgray;
}

.js--image-preview {
    height: 150px;
    border-radius: 100%;
    width: 150px;
    margin: 0 auto;
    border: 1px solid;
    position: relative;
    overflow: hidden;
    background-image: url(../images/user.png);
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper_box_pix {
    margin: 0 0 19px;
}

.box_pix_ {
    position: relative;
}

.js--image-preview.js--no-default::after {
    display: none;
}

.js--image-preview:nth-child(2) {
    background-image: url('http://bastianandre.at/giphy.gif');
}

i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

.drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    transform: scale(0);
}

.animate {
    animation: ripple 0.4s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.main_table_fix {
    padding: 0 15px;
    margin-bottom: 70px;
}

table.resposive_table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table.resposive_table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.resposive_table tr {
    background-color: #ffffff;
    border: 1px solid #cac9c9;
    padding: 0;
    box-shadow: 0 7px 23px 0 rgb(117 117 117 / 44%);
    border-radius: 3px;
    float: left;
       width: 23.8%;
    margin: 0 15px 19px 0;
}

table.resposive_table th,
table.resposive_table td {
    padding: 8px 11px;
    text-align: center;
}

table.resposive_table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

table.resposive_table caption {
    font-size: 1.3em;
}

table.resposive_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

table.resposive_table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 19px;
}

table.resposive_table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 12px;
    text-align: right;
        position: relative;
}
.cod_list svg{
        top: 3px !important;
}

.fixleft_side {
    padding: 0 15px;
}

table.resposive_table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 15px;
    color: #3e3b3b;
}
.main_wrapper_table,
.main_wrapper_table2,
.main_wrapper_table3,
.main_wrapper_table4,
.main_wrapper_table5,
.main_wrapper_table6 {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 8px 8px;
    box-shadow: 0 0 24px 0 #ccc;
    border: 1px solid #ccc;
    border-top: none;
    top: 37px;
}

.fix_ul_li {
    padding-top: 4px;
}

.fix_ul_li li {
    padding: 4px 0;
    width: 100%;
    clear: both;
}

.fix_ul_li li b {
    float: left;
    color: #e21a28;
    width: auto;
    text-align: left;
}

.fix_view_btn a {
    padding: 0 5px;
}

.fix_view_btn a i {
    color: #0e0ee0;
}

.fix_view_btn a:nth-child(2) i {
    color: #e61c2a;
}

.fix_view_btn a:nth-child(3) i {
    color: #009688;
}

#table_btn_menu,
#table_btn_menu2,
#table_btn_menu3,
#table_btn_menu4,
#table_btn_menu5,
    #table_btn_menu6 {
    cursor: pointer;
    color: #0d0150;
    font-size: 17px;
    margin-top: 4px;
}


table.resposive_table td:last-child {
    border-bottom: 0;
}


.delivered {
    background: #0d0150;
    color: #fff;
    padding: 1px 10px 3px;
    border-radius: 18px;
}

.sidebar_menu::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
}
.sidebar_menu::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.sidebar_menu::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#ada9a2;
}
#rate_transit a{
    margin-top: 0 !important;
}
.box_pix_{
    margin-bottom: 20px;
}
.contact_page .textarea_box {
    height: 174px;
}
.contact_page p{
    margin: 22px 0 18px;
}
.contact_page h4{
        color: #ec1121;
        font-size: 26px;
        margin: 45px 0 0;
}
.Dutiable_box select {
    color: #626262;
}
.pieces_box{
    float: left;
    width: 48%;
    clear: inherit;
    margin-right: 9px;
}
.margin_none{
    margin-right:0;
}
.shipment_box_new ul li{
    -webkit-transition:0.4s;
    position: relative;
}
.shipment_box_new ul li:hover{
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
}
.viev-btn {
    text-align: center !important;
}
.viev-btn h6 a:hover{
        background-image: linear-gradient(-90deg, #e09c2a, #c78a23);
}
.viev-btn  h6 a{
    background: #292626;
    color: #fff;
    display: inline-block;
    padding: 5px 16px 7px;
    border-radius: 35px;
    font-size: 12px;
}
.shipment_box_new ul li:hover h2,.shipment_box_new ul li:hover h3{
    color: #fff;
}
table.resposive_table td h6,.Pending_approval{
    font-size: 13px !important;
        color: #de251c;
}
table.resposive_table .Approved h6, .Approved {
    font-size: 16px !important;
    color: #6da72a;
}
.auto_records table.resposive_table td {
    font-size: 14px;
    text-align: left;
}
.auto_records table.resposive_table th, .auto_records table.resposive_table td {
    padding: 11px;
}
.auto_records table.resposive_table td span {
    background: #444c;
    color: #fff;
    padding: 6px 6px 7px;
    display: inline-block;
    border-radius: 23px;
    margin: -4px 0 9px 4px;
    font-size: 11px;
    width: 47%;
    text-align: center;
    float: right;
    cursor: pointer;
}
/*.auto_records {
    min-height: 170px;
    overflow-y: auto;
    max-height: 294px;
    box-shadow: 0 7px 23px 0 rgb(117 117 117 / 62%);
    border-radius: 3px;
}*/
.auto_records table.resposive_table tr{
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}
.auto_records::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
}
.auto_records::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.auto_records::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#ada9a2;
}
.shiping-consignee-bdr .track-result{
    margin: 0 0 8px -10px;
}
.Consignee_box{
        padding: 0px 0 0 18px;
}
.status_box.w_90_px p {
    font-size: 12px;
    padding: 7px 0 4px;
}
.w_90_px p{
    position: relative;
}
.w_90_px p:before{
    content: '';
    display: block;
    top: auto;
    left: -20px;
    background: #aba8a3;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 100%;
    margin-top: 6px;
}
.status_box p:before {
    left: -28px;
}
.deliver_icon{
    position: relative;
}
.delivery_icon_info svg {
    position: absolute;
    left: 7px;
    top: 5px;
    width: 23px;
}
.delivery_table_ table.resposive_table th,.delivery_table_  table.resposive_table td {
    padding:5px 11px 16px 37px;
}
.delivery_icon_list{
}
.delivery_icon_list svg{
    position: absolute;
       left: 7px;
       top: -28px;
       width: 23px;
}
.login_loader{
        background: url(../images/flatpack-delivery_africa.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
        margin: 0;
}
.shipment_box_new ul li:hover  svg{
    background: #b4a138;
}
#desktop_view {
    max-width: 100%;
}
.deliver_icon i {
    cursor: pointer;
    color: #0d0150;
    font-size: 17px;
    margin-top: 4px;
}
#login_desktop .login_btn_ {
    width: 100% !important;
    cursor: pointer;
}
.submit_deliviery table.resposive_table tr{
    width: 100%;
    float: none;
}
.track_details_page{
    width: 312px;
    margin: 20px auto 0;
}
.camera-button{
    position: static;
    right: 0;
    left: 0;
}
.box_pix_{
    height: 104px;
    width: 210px;
    margin: 0 auto;
}

.camera-button .button.is-primary {
    background: #fff;
    border: 3px dotted #ec1121;
    color: #fff;
    height: 100px;
    padding: 5px 0 0;
    width: 100px;
    border-radius: 100%;
    cursor: pointer;
}
.web-camera-container {
    padding: 0;
    border-radius: 4px;
    width: 100%;
    height: 122px;
}
 .camera-box video {
      width: auto;
      height: 110px;
      border-radius: 4px;
      /* border: 2px dotted #000; */
}
.web-camera-container .camera-box .camera-shutter {
   opacity: 0;
   width: 100%;
   background-color: #fff;
   position: absolute;
}
 .web-camera-container .camera-loading ul {
   height: 100%;
   position: absolute;
   width: 100%;
   z-index: 999999;
   margin: 0;
}
.camera-button .button.is-danger {
    background: #e11a28;
    z-index: 99999;
    padding: 0;
    color: #fff;
    font-size: 12px;
    border: unset;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 23px;
    top: -8px;
    cursor: pointer;
    display: none;
}
.button:focus{
    outline: none;
    border: none;
}
.rate-transits,.desktop_layout{
    width: 367px;
    margin: 0 auto;
}
.login_btm img{
    width: 100%;
    display: block;
}
.desktop_layout {
    padding: 19px 20px 0;
}
#pad_none{
    padding-bottom: 0;
}
.my_shipment_me{
    text-align: center;
    padding: 0 20px;
}
.shipment_tabs_box ul{
    background: #f5f5f5;
    padding: 11px 0 11px;
    border-bottom: 1px solid #cccccca6;
}
.shipment_tabs_box ul li {
    display: inline-block;
    width: 14%;
    margin-right: 5px;
}
.shipment_tabs_box ul li a{
    color: #fff;
    padding: 7px 16px;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}
#rate_transit .contact_btn,.shipment_tabs_box ul li a,#signup_box .contact_btn{
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
    border: 1px solid #b4a138;
}
.shipment_tabs_box ul li .active{
    color: #fff;
    background-image: linear-gradient(#416baf, #274f90, #416baf) !important;
    border: 1px solid #3760a3;
}
.shipment_tabs_box ul li a:hover{
    background-image: linear-gradient(60deg, #e61c2a 0%, #ec1121 56%);
    color: #fff;
}
#register_screen {
    padding: 28px 0 0;
}
#register_screen h3{
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 7px;
}
#register_screen p{
    font-size: 14px;
}
#register_screen .get_quote input {
    padding: 0 18px 0 18px;
}
.date_box {
    padding: 12px 0;
}
.to-me-date {
    width: 367px;
    margin: 0 auto 10px;
    box-shadow: 1px 6px 7px rgb(16 16 16 / 14%);
    border: 1px solid #ccc9;
}
.from_delivery{
    text-align: left;
    padding: 10px 13px 14px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.from_delivery p{
    font-size: 14px;
}
.from_delivery b{
        font-size: 16px;
        display: block;
        margin: 3px 0;
        font-weight: 600;
        color: #e21927;
}
.from_delivery svg{
    width: 33px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li {
    background: #d8d7d7;
    color: #222;
    display: inline-block;
    padding: 7px 9px;
    cursor: pointer;
    width: 32%;
}
ul.tabs li.current {
    background: #e41927;
    color: #fff;
}

.tab-content{
    display: none;
    background: #e8e8e8;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 9px;
}

.tab-content.current{
    display: inherit;
}
.scan_delivery_btn {
    padding: 5px 0 0;
}
.scan_delivery_btn ul li {
    display: inline-block;
    width: 49%;
}
.scan_delivery_btn ul li a {
    font-size: 11px;
    background: #d0cece;
    color: #000;
    padding: 7px 3px;
    display: inline-block;
    margin: 5px 2px 0;
    border-radius: 2px;
    width: 100%;
}
.Signature_box{
    height: 200px;
}
.right_logo {
    position: absolute;
    right: 15px;
    text-align: right;
    margin-top:2px;
    cursor: pointer;
}
.right_logo img{
    width: 86px;
}
#mian_home {
    padding: 8px 0 13px !important;
}
#rate_transit .shipment_btns{
    height: auto;
    width: 23% !important;
    margin: 1px auto 0 !important;
}
#inner_rate_box li input{
    height: auto !important;
    padding: 16px 9px;
    font-size: 17px;
}
#rate_transit .shipment_btns,#inner_rate_box li input{
    cursor: pointer;
}
#inner_rate_box .rate_bg {
    color: #fff;
    background: #0d0150;
}
 .fix_ul_li{
       position: relative;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 8px 22px;
    /* box-shadow: 0 0 12px 0 #ccc; */
        border: 1px solid #ccc;
    top: 3px;
    /*border-top: none;*/
}
.save_future{
        color: #000;
        float: right;
        vertical-align: middle;
        margin: 0 11px 0 0;
        border: none;
        border-radius: 3px;
        padding: 3px 8px 4px;
        cursor: pointer;
        background: #fff;
        font-size: 11px;
        cursor: pointer;
}
.track_btn {
    float: left;
    color: #ffffff !important;
    background:#345d9f;
    padding: 3px 8px 5px;
    font-size: 12px;
    border-radius: 2px;
}
.track_btn:hover,.track_btn:focus{
    background: #e61c2a;
}
.shipment_track_btns svg {
    width: 22px;
    position: absolute;
    top: 11px;
    left: 10px;
}
.shipment_track_btns{
    width: 323px;
    margin: 13px auto 15px;
    position: relative;
}
.shipment_track_btns input {
    padding: 0 136px 0 30px;
}
.shipment_track_btns .login_btn_ {
    width: auto !important;
    height: auto;
    position: absolute;
    padding: 13px 13px;
    border: none;
    top: -7px;
    right: 0;
    cursor: pointer;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #9433c5);
}
#selector_icon ul li a {
    display: inline-block;
    width: auto;
    padding: 0;
    background: transparent;
    border: none;
}
#selector_icon ul li a h5 {
    color: #000;
}
#selector_icon ul li svg {
    vertical-align: middle;
    position: static;
    width: 37px;
    padding: 15px 0 0;
}
#selector_icon ul li a:hover{
    background: none !important;
    color: #fff;
    border: none !important;
    box-shadow: none;
}
#selector_icon  ul {
    margin: 0 0 13px;
        padding: 26px 0 0 !important;
}

#selector_icon ul li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
#tracking_status .status_box p span{
    float: left;
    width: 50%;
}
#tracking_status .status_box p b{
    float: right;
    width: 50%;
    text-align: right;
}
.status_box.w_90_px p {
    clear: both;
}
.deliver_icon svg {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 6px;
    top: 4px;
}
#track_list_records{
    padding-bottom: 2px !important;
}
.form_loader img{
        width: 30%;
    margin: 0 auto;
}
.booking_values .form_box select {
padding: 0 18px 0 17px;
}
.booking_values .get_quote input {
padding: 0 18px 0 11px;
}
.booking_values .form_box .search_box, .booking_values .form_box svg, .booking_values svg {position: absolute;right: 13px;left: 0;top: 9px !important;width: 24px;height: 24px;margin: 0 auto;right: 0;}
.lable_toggle label {
font-weight: bold;
color: #e41928;
margin-top: 8px;
}
.booking_values .textarea_box {
height: 68px;
margin-bottom: 9px;
}
.hide_box_pickup{
display: none;
}
.padd_top_none{
padding-top: 0;
}
.pickup_toggle i {
float: right;
vertical-align: middle;
margin: 0px 17px 0 0;
font-size: 28px;
}
.pickup_toggle label{
width: 100%;
cursor: pointer;
margin: 10px 5px 6px;
}
.labeldown i{
transform :rotate(179deg);
}
.loader_onorder{
        width: 176px;
    margin: 0 auto;
}


/*tabs steps*/
.wizard {
    margin: 0;
    background: #fff;
    width: 100%;
}
.wizard .nav-tabs {
    position: relative;
    margin: 0;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
    width: 100%;
    text-align: center;
    padding: 0 1px 0;
}
.tab-pane {
    display: none;
}
.tab-content- .active {
    display: block;
}

.wizard > div.wizard-inner {
    position: fixed;
    top: 0;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #6c2c8d);
    width: 56px;
    text-align: center;
    height: 100vh;
    z-index: 9999;
    border-radius: 0 22px 22px 0;
    padding: 129px 4px 0 4px;
}
.connecting-line {
    height: 2px;
    background: none;
    position: absolute;
    width: 76%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 46%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 45px;
    height: 45px;
    line-height: 43px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #ffffff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #b3a037;
    background-image: linear-gradient(#b3a035, #b4a134, #b3a037);
}
.wizard .nav-tabs > .active:hover img {
    /*filter: grayscale(121%) brightness(300%) sepia(180%) hue-rotate(
-50deg
 ) saturate(600%) contrast(0.8) !important;*/
 filter: none;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
span.round-tab:hover  img{
   filter: none !important;
}
.wizard .nav-tabs > li {
    width: auto;
    margin: 0 auto 13px;
    text-align: center;
    float: none;
    display: block;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 27%;
    opacity: 1;
    margin: 0 auto;
    bottom: 35px;
    border: 10px solid transparent;
    border-bottom-color: red;
    display: none;
}
.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
    display: block;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
    border: 1px solid transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 22px;
}
.wizard h3 {
    margin-top: 0;
}
.nav-tabs {
    border-bottom: none;
}
.wizard .nav-tabs > li.active > a svg path,.wizard .nav-tabs > li > a:hover svg path{
    fill: #fff;
}
.shipmentbox input[type="radio"]
{
  appearance: none;
  display: none;
}

.shipmentbox input[type="radio"] + label
{
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}

.shipmentbox input[type="radio"] + label::before
{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #f27474;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 1;
  transition: all 0.3s;
}

.shipmentbox input[type="radio"] + label::after
{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #f27474;
  background: #f27474;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: auto;
  opacity: 0;
  transition: all 0.3s;
  margin-top: 8px;
}

.shipmentbox input[type="radio"]:checked + label::after
{
  opacity: 1;
}
.payment_method_box{
    background: #e6e6e6;
    margin: 0 9px 9px;
    padding: 11px 12px;
    text-align: left;
    border-radius: 6px;
    border: 1px solid #cccccc4d;
    position: relative;
}
.shipmentbox{
    margin-top: 12px;
}
.next-step,.prev-step{
    /* border: none; */
    padding: 10px 39px;
    border-radius: 35px;
    margin: 19px 0 0;
    font-size: 15px;
    font-weight: 500;
}
.next-step {
    color: #b3a037;
    margin: 0;
    background: transparent;
    border: 2px solid #b3a037;
}
.prev-step{
    color: #fff;
    margin: 0 !important;
    border: 2px solid #b4a138;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}
.tab-content- {
    height: auto;
    margin: 0 auto;
    width: 376px;
    padding: 35px 0 100px 62px;
}
.list-inline {
    position: fixed;
    bottom: 67px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #eae9e9;
    width: 100%;
    padding: 12px 8px 11px 57px;
    text-align: center;
        z-index: 9;
    border-top: 1px solid #8080802e;
}
.pickup_information {
    text-align: left;
    padding: 0 31px 0 0;
}
.pickup_information h4{

color: #6c2c8d;

font-weight: bold;

font-size: 16px;
}
.inner_pickupinfo{

margin: 9px 0 11px;

position: relative;
}
.inner_pickupinfo label{

font-size: 13px;

margin: 0 0 5px;

font-weight: 500;
}
.inner_pickupinfo label span{

color: #e41927;

font-weight: bold;
}
.inner_pickupinfo  select,.inner_pickupinfo input{
    border-radius: 35px;
    padding: 0 35px 0 13px !important;
    border: 1px solid #cccccc73;
    height: 40px;
    width: 100%;
    font-size: 13px;
    background: #ececec;
}
.inner_pickupinfo select {
}
.inner_pickupinfo svg {
    left: auto;
    right: 15px;
    top: 34px !important;
    width: 24px;
    z-index: 9;
    /* height: 20px; */
}

.nav-tabs img{

width: 26px;

height: 27px;

object-fit: contain;

line-height: inherit;
}
.wizard .nav-tabs > .active  img,.wizard .nav-tabs > li:hover  img{
    filter: grayscale(109%) brightness(398%) sepia(91%) hue-rotate(11deg ) saturate(20%) contrast(0.8);
}
.right_btmbar ul li b {
    color: #545353;
}
.right_btmbar {
    background: #fff;
    border-top: 1px solid #ccccccab;
}
.next-step:hover{
        color: #b3a037;
        background: transparent;
}
button:focus,a:focus{
    outline: 0;
}
.right_btmbar ul li {
    width: 33%;
}
#red_bar {
    background-image: linear-gradient(60deg, #333 0%, #545353 56%);
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.carge_location_map{
    position: absolute;
    top: 49px;
    opacity: 0.3;
}
.carge_location_map img{
      width: 100%;
}
.inner_pickupinfo label > h6 {
    display: inline-block;
    font-size: 9px;
    color: #df1a28;
    font-weight: bold;
    margin: 0 0 0 8px;
}
.swal-footer {
    text-align: center;;
}
.swal-button {
    background-color: #6b2a8c;
    border-radius: 35px;
    padding: 10px 49px;
}
.swal-button:not([disabled]):hover {
    background-image: linear-gradient(#6b2a8c, #6b2a8c, #8d26c1) !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;background: none;
}
#order_listing .back_btn a{
    display: inline-block;
}
#order_listing  svg {
    top: 0px !important;
}
.user_name_ h3 span{
    float: right;
}
.cod_amount {
    width: 100%;
    text-align: left;
    padding: 14px 9px 0;
}
.cod_amount ul li {
    font-size: 12px;
    margin: 0 0 6px;
    border-bottom: 1px dotted #ccccccd4;
    padding: 0 0 8px;
}
.cod_amount ul li:last-child{
    border-bottom: none;
}
.cod_amount ul li b {
    font-weight: 600;
    color: #353535;
}
.cod_amount ul li span {
    float: right;
    font-weight: 600;
    color: #83c52f;
}
#track_details .fix_location {
    padding: 0 0 15px 0;
   /* border: none;*/
}
#track_details  .fix_wrapper_h {
    margin: 11px 0;
}
#track_details .status_box p:before {
    left: -24px;
}
#track_details .user_name_ h3 {
    margin: 0 0 10px;
}
#track_details .Consignee_box {
    padding: 0px 0 13px 18px;
}
#track_details  .status_box{
    padding: 0 5px 16px 20px;
}
.file_type input {
    padding-top: 7px !important;
    opacity: 1;
    border: none;
}
.custom-file-input {
  color: transparent;
}
.custom-file-input {
    font-weight: 700;
    font-size: 11px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
    content: 'Choose File';
    color: black;
    display: inline-block;
    background: none;
    border: none;
    border-radius: 3px;
    padding: 4px 4px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    font-size: 13px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
    outline-offset: 0;
}
.track-result p .distance{
    margin: 0 5px 0;
    color: #e61927;
}
#desktop_orders,#track_details_info{
    width: 100%;
    padding: 0 26px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h{
    width: 24%;
    float: left;
    margin: 0 12px 12px 0;
}
.view_action_btn {
    width: 24px;
    vertical-align: middle;
    margin: 0 3px 0 0;
}
.action_box{
    padding-top: 10px;
}
.order_info_details {
    position: relative;
    background: #fff;
    padding:10px 10px 2px;
    border-radius: 10px;
    border: 2px dotted #d4d4d4;
    box-shadow: 1px 8px 17px rgb(152 152 152 / 25%);
    width: 24%;
    float: left;
    margin: 0 13px 13px 0;
}
.inner_info {
    float: left;
    width: 50%;
}
.inner_info p {
    text-align: left;
    font-size: 17px;
    padding: 0 0 7px;
    font-weight: 500;
    color: #525050;
    text-transform: capitalize;
}
.distance{
        padding: 0 3px;
}
.location_to {
    width: 100%;
    padding: 1px 0 0 20px;
    position: relative;
}
.right_box p{
    text-align: right;
}
.inner_info b {
    font-size: 16px;
    font-weight: 500;
    color: #f27474;
}
.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.odr-no{
    font-weight: bold !important;
    color: #10597a !important;
}
.location_to h4 {
    display: block;
    float: none;
    margin: 7px 0 2px;
}
.from_to{
    position: relative;
}
.from_to:before{
    content: '';
    display: block;
    left: 0;
    border-left: 3px dotted #7cc24d;
    width: 2px;
    height: 43px;
    position: absolute;
    top: 5px;
}
.from_to{

position: absolute;

top: 4px;

left: 2px;
}
.from_to span{

position: absolute;

display: block;

background: #adb8bd;

width: 7px;

height: 7px;

top: 21px;

left: -2px;

border-radius: 100%;
}

.cod_blue{
    color: #1893b7 !important;
}
.sr_info .w_10_px ul li i {
    margin: 0px 0 0 -15px;
}
.order_info_track .w_90_px p:before {
    left: -19px;
}
.sro_record .fix_location{
    border: none !important;
}
.location_to p, .location_to h4 {
    font-size: 19px;
}
#track_details .order_history_details .status_box p:before {
    left: -21px;
}
.checked_mark {
    font-weight: 500 !important;
    color: #83c52f !important;
}
/*#signup_Tabs{
padding-top: 35px;
}*/
.confirm_message_box{
        font-size: 14px;
    padding: 19px 8px 0;
}
.confirm_message_box{
        font-size: 14px;
    padding: 19px 8px 0;
}
#page-name .parcel_received{
        position: relative;
        top: 5px;
        right: -4px;
    font-size: 13px !important;
    }
.confirm_message_box {
    text-align: center;
    padding: 80px 13px 0;
}
.confirm_message_box img {
    width: 86px;
    margin: 0 0 14px;
}
.confirm_message_box p {
    font-size: 15px;
}
.search_order_list {
    padding: 22px 0 9px;
    position: relative;
}
.search_order_list i {
    position: absolute;
    top: 35px;
    margin: 0 0 0 13px;
}
.search_order_list input {
    width: 295px;
    padding: 0 15px 0 34px;
    height: 39px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
}
.lang_select{
    position: relative;
}
.lang_select select{
    padding: 0 18px;
    background: #fff;
}
.lang_select img{

position: absolute;

width: 19px;

top: 13px;

right: 16px;
}


/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"], 
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}
.right_logo{
    display: none;
}
#home_layout ul li {
    width: 45%;
    display: inline-block;
    margin: 0 8px;
}
#home_layout ul li a {
    padding: 17px 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 12px 31px rgb(123 123 123 / 25%);
    background: #fff;
    color: #3a3939;
    border: 1px solid #b7a22d;
    font-size: 19px;
}
#home_layout ul li svg {
    display: block;
    position: static;
    margin: 0 auto 9px;
    width: 51px;
}
#home_layout ul li a:hover{
    background: #b3a037;
}
#home_layout ul li a:hover svg path,#home_layout ul li a:hover{
    color: #fff;
}


/*responsive*/


@media(max-width: 1250px) {
    .container {
        width: 100%;
    }
    .order_info_details {
        width: 32%;
    }
    #rate_transit .shipment_btns {
        height: auto;
        width: 35% !important;
        margin: 1px auto 0 !important;
    }
    table.resposive_table td h6, .Pending_approval {
        font-size: 14px !important;
    }
    .shipment_tabs_box ul li {
        width: 19%;
    }
    .delivery_table_ table.resposive_table th, .delivery_table_ table.resposive_table td {
        padding: 5px 11px 14px 37px;
    }
    .shipment_box {
        padding: 77px 20px 70px;
    }
    .loader {
        width: 100%;
    }
    .loader>img {
        width: 100%;
    }
    .sidebar_menu {
        width: 25%;
    }
    table.resposive_table tr {
        width: 31.8%;
    }
    #homejs_page .shipment_box {
        padding: 35px 20px 70px;
    }
    #homejs_page #selector_icon ul {
        padding: 18px 0 0 !important;
    }
    #homejs_page .login_btm img {
        height: 220px;
        object-fit: cover;
    }
    #desktop_orders{
    padding: 0 15px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h{
    width: 33%;
    float: left;
    margin: 0 12px 12px 0;
}
.inner_info p {
    font-size: 14px;
}
}

@media(max-width: 1024px) {
    .container {
        width: 100%;
    }
    .shipment_tabs_box ul li {
    width: 24%;
}
    .order_info_details {
    width: 48%;
}
    .bottom_bar ul li {
    width: 33%;
}

 table.resposive_table tr {
    width: 47.9%;
}

    .loader,
    .loader>img {
        width: 47%;
    }
    .sidebar_menu {
        width: 33%;
    }
    .close-btn {
        color: #e92128;
        background: #ffffff;
    }
    #rate_transit .shipment_btns {
    width: 46% !important;
}
}

@media screen and (max-width: 600px) {
    table.resposive_table {
        border: 0;
    }
    table.resposive_table caption {
        font-size: 1.3em;
    }
    table.resposive_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.resposive_table tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }
    table.resposive_table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 12px;
        text-align: right;
    }
    .fixleft_side {
        padding: 0 15px;
    }
    table.resposive_table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .main_wrapper_table,
    .main_wrapper_table2,
    .main_wrapper_table3,
    .main_wrapper_table4 {
        display: none;
    }
    .fix_ul_li {
        padding-top: 20px;
    }
    .fix_ul_li li {
        padding: 4px 0;
    }
    .fix_ul_li li b {
        float: left;
        color: #08a7cc;
        width: auto;
        text-align: left;
    }
    .fix_view_btn a {
        padding: 0 5px;
    }
    .fix_view_btn a i {
        color: #0e0ee0;
    }
    .fix_view_btn a:nth-child(2) i {
        color: #e61c2a;
    }
    .fix_view_btn a:nth-child(3) i {
        color: #009688;
    }
    #table_btn_menu,
    #table_btn_menu2,
    #table_btn_menu3,
    #table_btn_menu4,
    #table_btn_menu5,
    #table_btn_menu6 {
        cursor: pointer;
        color: #e61c2a;
        font-size: 17px;
    }
    table.resposive_table td:last-child {
        border-bottom: 0;
    }
}


@media(max-width: 767px) {
    .container {
        width: auto;
    }
  .search_order_list input {
        width: 100%;
    }
    .search_order_list {
    padding: 22px 18px 9px;
}
    .register_info{
        padding-top: 24px;
    }
    .location_to p, .location_to h4 {
    font-size: 13px !important;
}
    .wizard .tab-pane {
    padding-top: 9px;
}
    .tab-content- {
    padding-top: 0 ;
}
.from_to:before {
    border-left: 2px dotted #a9a9a9;
    width: 2px;
    height: 49px;
    top: 0;
    margin-top: 4px;
}
.from_to span {
    width: 6px;
    height: 6px;
    top: 24px;
    left: -2px;
}
    .distance {
    font-size: 13px !important;
}
.location_to p{
    padding-bottom: 0;
}
.user_name_ h3 {
    padding: 5px 14px 6px;
}

.inner_info p {
    padding: 0 0 3px;
}
.w_90_px h3 {
    margin: 0 0 3px;
    font-weight: 700;
    color: #494848;
}
.track_details_page {
    margin: 9px auto 0;
}
.location_to {
    margin: 0;
    padding: 4px 0 4px 18px;
    position: relative;
}
.location_to p{
    padding-bottom: 0;
}
    .order_info_details {
    width: 100%;
        padding: 5px 10px;
        float: none;
    margin: 0 0 4px 0;
    clear: both;
}
.inner_info p {
    font-size: 12px !important;
}
.inner_info b {
    font-size: 13px;
}
     #desktop_orders{
    padding: 0 15px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h {
    width: 100%;
    float: none;
    margin: 0 0 12px;
}
    .right_btmbar {
    text-align: right;
}
    .form_loader img {
    width: 77%;
    margin: 0 auto;
}
    #track_list_records {
    padding: 8px 0 13px !important;
}
    .logout-btn {
    position: absolute;
    top: -1px;
    left: 14px;
    z-index: 99;
}
    .save_future{
    margin: -2px 7px 0 0;
}
.bottom_img_fixed{
    display: none;
}
#rate_transit .shipment_btns {
    width: 100% !important;
}
.shipment_track_btns {
    width: 92%;
}
.shipment_track_btns input {
    padding: 0 106px 0 30px;
}
#homejs_page .shipment_box {
    padding: 14px 20px 20px;
}
.bottom_bar ul li {
    width: 35%;
}
.shipment_tabs_box ul li {
    width: 62%;
    margin: 0 0 5px;
}
.to-me-date {
    width: 100%;
}
    .status_box p:before {
    top: 11px !important;
}
    .close-btn {
    left: 272px;
}
.w_90_px p:before {
    left: -20px;
}
/*.w_90_px p:before {
    top: 15px;
}*/
.w_90_px p b ,.w_90_px h3{
    font-size: 13px;
}
.status_box.w_90_px p {
    font-size: 11px;
}
.w_90_px p:before {
    margin-top: 6px;
}
 .status_box p b {
    font-weight: 600;
    font-size: 11px;
}
.status_box p:before {
    left: -28px;
}
  .auto_records table.resposive_table td span {
    padding: 8px 6px;
    margin: 6px 0 0px 0px;
    font-size: 13px;
    width: 100%;
    float: none;
    text-transform: capitalize;
}

.fix_wrapper_h {
    margin: 18px 12px 0;
}
    .user_name_ {
    padding: 0;
}
    .bottom_bar ul li b {
    font-size: 13px;
}
    .loader,
    .loader>img {
        width: 100%;
        height: 100vh;
    }
    .sidebar_menu {
        width: 82%;
    }
    .main_body {
        display: block;
    }
    .shipment_box ul li a {
        padding: 10px 9px 13px 76px;
    }
    .shipment_box ul li svg {
        width: 26px;
        left: 39px;
        top: 13px;
    }
    .shipment_box {
        padding: 47px 0 0;
    }
    .select_service ul li a h5 {
        font-size: 15px;
        padding: 0 8px;
    }
    .main_body,
    .bottom_bar {
        max-width: 100%;
        margin: 0;
    }
    .login_btn_ {
        width: 100% !important;
    }
    .track_shipments,.shipment_box_new,.track_details_page {
        width: 100%;
    }
    table.resposive_table tr {
        width: 100%;
        margin: 0 0 15px;
    }
    .fix_ul_li {
        padding-top: 1px;
    }
    .rate-transits ,.desktop_layout{
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
.bottom_bar #home_icon {
    width: 26%;
}
  /*  .bottom_bar #home_icon {
        width: 21%;
    }*/
    .loader, .loader > img {
    width: 100%;
}
.shipment_box ul {
    padding: 0 20px;
}
.fix_screen {
    padding: 71px 0 0;
}
#register_screen {
    padding: 14px 0 0;
}
.right_logo {
    right: 8px;
    padding: 0;
    top: auto;
    margin: 1px 0 0;
}
.right_logo img {
    width: 69px;
}
#homejs_page .bottom_img_fixed {
    display: block;
}
#homejs_page {
    background: none;
}
.get_quote input {
    padding: 0 18px 0 22px;
}
.contact_page .textarea_box {
    height: 123px;
}
#ratejs_page #rate_transit {
    padding: 0 16px 0;
}
table.resposive_table td::before {
    font-size: 12px;
}
table.resposive_table td h6, .Pending_approval {
    font-size: 15px !important;
}
.right_btmbar li{
    width: 27% !important;
}
.second_step {
    bottom: 63px;
    padding-right: 0px;
    padding-left: 56px;
}
.second_step button{

padding: 10px 13px;

border: 2px solid #b3a037;

width: 100%;
}
.pickup_information {
    padding: 0 13px;
}
.second_step>li,.list-inline>li {
    padding-right: 3px;
    padding-left: 3px;
    width: 47%;
}
.list-inline {
    bottom: 63px;
}
.tab-content- {
    margin: 0;
    width: 100%;
}
.dashboard_page > p {
    font-size: 14px;
    text-transform: capitalize;
}
.dashboard_page{
    padding: 0 15px;
}
.shipment_box_new ul li {
    padding: 8px 0 8px 17px;
}
.shipment_box_new ul li a svg {
    top: 6px !important;
    width: 47px;
    height: 47px;
    padding: 0 9px;
    right: 7px;
    margin: 0;
}
#track_details {
    padding: 0 13px;
}
.track_lgo h4 {
    font-size: 13px;
    margin-bottom: 1px;
    padding: 3px 0 0;
}
#text {
    font-size: 23px;
}
.user_name_ h3,.w_90_px p {
    font-size: 13px;
}
.location_to h4 {
    margin: 17px 0 2px;
}
.status_box p:before {
    margin-top: 0px;
}
.rates_box_value{
    padding: 0 17px;
}
#order_listing svg {
    top: -1px !important;
}
#home_layout ul {
    text-align: center;
    padding: 0 5px;
}
#home_layout ul li {
    width: 44%;
}
#home_layout ul li a {
    font-size: 16px;
    padding: 10px 20px;
}
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

:focus {
    outline: 0
}

input,
textarea {
    margin: 0;
    outline: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}


/* Default Font Styles
______________________*/

body,
input,
select,
textarea,
p,
a,
b {
    font-family: 'Alata', sans-serif;
    color: #000;
    line-height: 1.4;
}

html,
body {
    background: #fff !important;
}

.flash_categories {
    display: none;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Links
______________________*/

a {
    text-decoration: none !important;
}

a:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


/* p, blockquote, address
______________________*/

p {
    font-size: 18px;
    margin-bottom: 20px;
}

a:hover,
a:focus {
    text-decoration: none;
}


/* Layout
______________________*/

.row {
    margin: 0;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}


/*loader*/

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 999999;
    text-align: center;
}
.details_listing{
    margin-top: 20px;
}
.loader > img {
    cursor: pointer;
    vertical-align: middle;
    display: block;
    width: 100%;
    object-fit: cover;
    visibility: visible !important;
    position: fixed;
    right: 0;
    margin: 0 auto !important;
    left: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
}


/*@keyframes slideDown {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}

@-webkit-keyframes slideDown {
      from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}*/

.main_body {
    display: block;
    max-width: 360px;
    margin: 0 auto;
}

.login_screen {
    max-width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 0 66px;
    background: #ffffff;
    height: auto;
}

.user_login {
    padding: 73px 18px 98px;
    background: #fff;
    margin: -28px 13px 0;
    border-radius: 8px;
    box-shadow: 1px 19px 27px rgba(154, 154, 154, 0.44);
}

.form_box {
    position: relative;
}

.form_box input,
textarea,
.shipment_box input,
.package_box h4 ,.shipment_track_btns input{
    width: 100%;
    margin: 0 0 15px;
    border-radius: 35px;
    padding: 0 18px 0 50px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    -webkit-box-shadow: 1px 6px 7px rgb(16 16 16 / 14%);
    border: 1px solid #d2d1d1;
    background: #e2e2e2;
}

.form_box svg {
    position: absolute;
    left: 19px;
    top: 12px;
    height: 22px;
    width: 22px;
}

.user_login p {
    color: #293846;
    margin: 5px 0 3px;
    font-weight: 500;
    font-size: 16px;
}

.user_login p a {
    color: #df1e1e;
    font-weight: bold;
    font-size: 16px;
}

#login_items a button {
    font-size: 20px;
    width: 100%;
}

.form_box button:hover,
.form_box button {
    background-image: linear-gradient(60deg, #CD0404 0%, #DF1E1E 56%);
}

.form_box button {
    border-radius: 35px;
    padding: 10px 4px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0 0;
    font-weight: 500;
    border: 2px solid #df1e1e;
    display: inline-block;
    box-shadow: 0px 17px 10px -10px rgb(216, 216, 216);
}

.site_name {
    background-image: linear-gradient(60deg, #CD0404 0%, #d24848 56%);
    padding: 39px 0 66px;
    border-radius: 0 0 20px 20px;
}

.site_name h3 {
    color: #fff;
    font-size: 19px;
}

.login_head h4 {
    color: #707070;
    font-size: 35px;
}

.login_head p {
    font-size: 15px;
    margin: 13px 0 24px;
}

.register_page {
    padding: 48px 18px 98px;
}

.top_head {
    padding: 9px 0 43px;
    border-radius: 0;
    margin: 0;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}
.back_btn {
    width: 12%;
    padding: 2px 11px 0;
    text-align: left;
}

.back_btn i {
    font-size: 23px;
}

.page_title {
    width: 76%;
    padding: 3px 0 0;
    text-align: center;
}

.page_title h4,
.back_btn i {
    color: #fff;
}

.register_main .user_login {
    margin: 0;
    border-radius: 35px 0 0 0;
    box-shadow: none;
}

.responsive {
    width: 100%;
    height: auto;
}
.fix_wrapper_h {
    margin: 18px 0 0;
}
.fix_location {
    padding-bottom: 11px;
}
.main_location {
}
.user_name_ {
    width: 100%;
    text-align: left;
    padding: 0;
}
.user_name_ p {
    font-size: 12px;
    color: #999;
}

.user_name_ h3 {
    font-size: 14px;
}
.w_10_px {
    max-width: 10%;
}
.w_10_px ul {
    margin-top: 18px;
}
.w_10_px ul li:first-child {
    height: 8px;
    margin-bottom: 5px;
}
.w_10_px ul li {
    padding: 0;
    line-height: 0;
    height: 5px;
}
.w_10_px ul li i {
    color: #f27474;
    font-size: 16px;
    margin: 0px 0 0 -12px;
}
.w_10_px ul li b {
    color: #9999;
}
.w_90_px {
    width: 90%;
    padding: 0px 13px 0 20px;
    margin: 0px 0 0px -9px;
}


.w_90_px p b{

color: #62ab06;

font-size: 12px;
}
.status_box h3 b,.status_box p b{
        float: right;
}
.fix_wrapper_h:last-child{
    margin-bottom: 17px;
}
.track-result  p b ,.track-result  p {
    font-size: 12px;
    font-weight: 500;
}
.track_courier a {
    background-image: linear-gradient(60deg, #CD0404 0%, #d24848 56%);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
}

.track {
    margin-top: 20px;
}

.head {
    border-radius: 40px;
    width: 80px;
    font-size: 12px;
    margin-left: 6px;
}

body,
html {
    margin: 0;
    padding: 0;
    background: linear-gradient(25deg, #a9f3f9, #f0fffb);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

:root {
    --main-lighter: #f0fffb;
    --main-light: #a9f3f9;
    --main-sublight: #bffaff;
    --main: #00e1da;
    --main-dark: #00b7b4;
    --main-darker: #003f3c;
}

.flex {
    display: flex;
}

.f-wrap {
    flex-wrap: wrap;
}

.jcsb {
    justify-content: space-between;
}

.jcsa {
    justify-content: space-around;
}

.jcc {
    justify-content: center;
}

.aifs {
    align-items: flex-start;
}

.aic {
    align-items: center;
}

.w-100 {
    width: 100%;
}

.m-m {
    margin: 20px;
}

.mb-m {
    margin-bottom: 20px;
}

.mt-s {
    margin-top: 10px;
}

.main-card-head {
    background-color: var(--main-darker);
    padding: 15px 30px;
    border-radius: 10px 10px 0 0;
}

.cardhead-light {
    background-color: var(--main-lighter);
    border: 1px solid var(--main-dark);
}

.terms {
    border-radius: 0;
    margin: 0 0 24px;
}

.Terms p {
    font-size: 14px;
    padding-top: 20px;
}

.Terms h3 {
    font-weight: 600;
}

.pickup_arrange p {
    font: 11px;
}

.info {
    padding-top: 10px;
}

.contact input,
textarea {
    padding: 10px 21px;
}

.form_check {
    margin-top: 10px;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.pay {
    font-size: 20px;
}

.form_check span {
    font-size: 12px;
    color: gray;
}

.form_check [type="radio"]:checked,
.form_check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form_check [type="radio"]:checked+label,
.form_check [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.form_check [type="radio"]:checked+label:before,
.form_check [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.form_check label {
    text-align: left !important;
}

.form_check [type="radio"]:checked+label:after,
.form_check [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #d24848;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_check [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form_check [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.co-one {
    padding:8px 0 13px !important;
}

.cone {
    padding: 5px 18px 98px;
}

.form_group {
    text-align: left;
    margin-top: 20px;
}

.user_login-fix {
    text-align: left;
    color: #33333363;
    padding: 16px 10px 98px;
}

.user_login-fix h4 {
    padding-bottom: 10px;
}

.courier_wrapper {
    background: #ffffff;
    padding: 8px 0px 0;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 #0000002b;
}

.custom_img img {
    width: 100%;
}

.back_color {
    background: #f0f1f1a3;
}

.w_50_fix h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.w_35_fix h4 {
    font-size: 12px;
    font-weight: bold;
    color: #d24848;
}

.w_50_fix h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.w_50_fix p {
    font-size: 11px;
    margin-top: 1px;
    margin-bottom: 0;
}

.w_25_fix {
    line-height: 0;
    width: 12%;
    padding: 0;
}

.w_35_fix b {
    font-weight: 500;
    font-size: 11px;
    padding-top: 5px;
    display: block;
}

.w_35_fix h4 {
    padding-bottom: 0;
}

.w_50_fix {
    width: 47%;
    line-height: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.w_35_fix {
    line-height: 0;
    padding-right: 0;
    width: 40%;
    padding-left: 8px;
}

.c_sm_5 b {
    font-size: 11px;
}

.c_sm_5 {
    width: 35%;
    padding: 0;
}

.c_sm_2 i {
    color: #d02a2a;
}

.c_sm_2 {
    width: 30%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5fc;
}

body::-webkit-scrollbar-thumb {
    background-color: #efefef;
}

.pb_2_ {
    padding: 12px 0 0 !important;
}

.col_sm_12 {
    width: 100%;
}

.col_sm_12 .w_35_fix h4,
.col_sm_12 .w_50_fix h3,
.col_sm_12 .w_50_fix p,
.col_sm_12 .w_35_fix b {
    color: #fff;
    text-align: left;
}

.user_location {
    background: url(../images/back.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 35%;
}

.fix_view_pic {}

.fix_view_pic img {
    width: 50px;
    border-radius: 100%;
}

.fix_view_profile {}

.fix_view_profile h3 {
    text-align: left;
    color: #fff;
}

.fix_view_profile p {
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.user_location {
    padding-bottom: 0;
    padding-top: 0px;
    padding: 10px 8px;
}




.fix_wrapper_h {
    margin: 10px 0;
}

.first_name_fix {
    width: 80%;
    padding-left: 5px;
}

.first_name_fix h3,
.last_name_fix h3 {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.new_fix {
    padding-bottom: 10px !important;
    padding-right: 10px !important;
}

.new_fix_last {
    padding: 8px 8px 8px !important;
}

.first_name_fix p,
.last_name_fix p {
    text-align: left;
    font-size: 12px;
    color: #999;
}

.last_name_fix {
    width: 3%;
}
.main_location {
    display: flex;
    position: relative;
    background: #fff;
    padding: 10px 1px 15px 9px;
    border-radius: 0 0 12px 12px;
    border: 2px dotted #e0e3ed;
    box-shadow: 1px 8px 17px rgb(152 152 152 / 25%);
}
.arrow_fix {
    content: "";
    position: absolute;
}

.arrow_fix.active:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    transform: rotate(-135deg) !important;
    height: 12px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 34%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 12px;
}

.arrow_fix:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    height: 12px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 34%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 12px;
}


.booking_values #fix_top {
    padding: 0 0 0 5px;
    margin: 0 0 0 9px;
}
#fix_top {
    display: flex;
    padding: 0 0 0 5px;
    width: 100%;
    border-left: 2px dotted #ccc;
    margin: 0 0 0 18px;
}
.user_name {
    width: 60%;
}

.user_name_ h3 {
    font-weight: 500;
    margin: 0;
    color: #fff;
    padding: 7px 14px 10px;
    border-radius: 8px 8px 0 0;
    background-image: linear-gradient(#416baf, #274f90, #416baf) !important;
}

.user_name_ p {
    font-size: 12px;
    color: #999;
}

.fix_location {
    padding-bottom: 11px;
}

.back_color .c_sm_5 {
    max-width: 30%;
}

.back_color .c_sm_2 {
    max-width: 40%;
    flex: 40%;
    text-align: center;
}

.w_10_px {
    max-width: 10%;
}

.w_90_px {
    width: 100%;
}

.user_name_ {
}

.user_name h3 {
    font-weight: 600;
    text-align: left;
    padding-left: 5px;
    padding-top: 7px;
}

.w_90_px p:first-child {
    padding-top: 0;
}

.user_name p {
    text-align: left;
    padding-left: 5px;
    margin: 0;
    font-size: 15px;
    color: #b1b1b1;
}

.w_10_px {
    margin: 0;
}

.w_90_px .first_fix {
    font-size: 12px;
    color: #999;
    padding: 5px 0 6px;
}

.w_90_px h3 {
    text-align: left;
    font-weight: 500;
    margin: 0 0 7px;
    font-size: 15px;
}
.w_90_px p {
    text-align: left;
    font-size: 13px;
    padding: 3px 0 0;
    font-weight: 500;
    color: #525050;
    text-transform: capitalize;
}

.w_10_px ul {
    margin-top: 0;
}

.w_10_px ul li {
    padding: 0;
    line-height: 0;
    height: 5px;
}

.w_10_px ul li b {
    color: #9999;
}

.w_10_px ul li:first-child {
    height: 8px;
    margin-bottom: 5px;
}

.w_10_px ul li:last-child {
    height: 8px;
    margin-top: 0;
}

.w_10_px ul li i {
}

.container_fix ul.tabs {
    margin: 0px;
    padding: 15px 0;
    list-style: none;
}

.container_fix ul.tabs li {
    background: none;
    color: #2222224d;
    display: inline-block;
    padding: 10px 10px;
    width: 32.3%;
    cursor: pointer;
    border: 1px solid #3333;
    border-radius: 30px;
    background: #3333330a;
    font-size: 14px;
}

.container_fix ul.tabs li.current {
    background: #d24848;
    color: #fff;
}

.container_fix .tab-content {
    display: none;
    padding: 8px 0;
}

.container_fix .tab-content.current {
    display: inherit;
}

.small {
    width: 31.4%;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 0 3px 1px #00000017;
}

.new_top_fit {
    box-shadow: 0 0 3px 1px #00000017;
    margin: 8px 0;
    border-radius: 5px;
}


/*  ###  Rubberband range input   */

.rubber-ipt {
    width: 220px;
    height: 2px;
    background-color: #ddd;
    position: relative;
}

.rubber-ipt-range {
    width: 200px;
    height: 2px;
    background-color: #cf2222;
    position: relative;
}

.rubber-ipt-min,
.rubber-ipt-max {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    border: 1px solid #cf2222;
}

.flex_fix {
    display: flex;
    padding: 10px 20px 14px;
}

.rubber-ipt-min {
    transform: translate(-9px, -9px);
    left: 0;
}

.rubber-ipt-max {
    transform: translate(210px, -9px);
    left: 0;
}

.switch-field {
    display: flex;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #d03131;
    color: #fff;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 15px 0 0 15px;
}

.switch-field label:last-of-type {
    border-radius: 0 15px 15px 0;
}

.rubber-value-min {
    top: 10px;
    transform: translateX(-10px);
}

.rubber-value-max {
    top: 10px;
    right: 0;
    transform: translateX(10px);
}


/* #########  Styling */

.first_name_fix_2 {
    width: 58%;
    text-align: left;
}

.first_name_fix_2 h3 {
    padding-top: 7px;
}

.last_name_fix_2 {
    width: 42%;
}

.textarea textarea {
    box-shadow: unset;
    border-radius: 15px;
    font-size: 12px;
    height: 80px;
    margin: 8px 0 0;
    background: #f7f7f77a;
}

.select_setting h3 {
    color: #33333382;
    padding-top: 3px;
}

.select_setting {
    border: 1px solid #3333;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    margin: 10px 0 3px;
}

.select_setting select {
    border: unset;
}

.fix_new_btn:hover {
    color: #fff;
}

.form_box select {
    width: 100%;
    margin: 0 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 35px;
    padding: 0 18px 0 55px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    background: #e2e2e2;
    box-shadow: 0 0 7px 0 #e0d7d7;
    -webkit-box-shadow: 1px 6px 7px rgb(113 113 113 / 25%);
    border: 1px solid #bdbdbd;
}

.fix_new_btn {
    background: #d03131;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 100px;
}

.main_fix_row {
    display: flex;
    padding: 15px 0;
}

.w-20_col {
    width: 20%;
}

.w-20_col img {
    width: 61px;
    border-radius: 100px;
}

.w-40_col {
    width: 40%;
}

.w-40_col i {
    font-size: 20px;
    padding-top: 25px;
}

.full_width_f {
    display: flex;
    padding: 18px 10px;
    background: #fff;
}

.right_w_80 h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.height_fix {
    height: unset;
}

.right_w_80 p {
    font-size: 13px;
    margin: 0;
}

.right_w_20 {
    width: 20%;
}

.right_w_80 {
    width: 80%;
}

.typing_text img {
    width: 162px;
    height: 162px;
    border-radius: 100%;
}

.typing_text {
    position: fixed;
    top: 27%;
    z-index: 9999;
    left: 0;
    right: 0;
}

#text {
    font-size: 40px;
    color: #fff;
}

.track_page h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 92px 0 16px;
}

.contact_page .register_page {
    padding: 20px 18px 98px;
}

.page_title h4 {
    font-size: 14px;
    margin-bottom: 0;
}

.bottom_bar {
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 5px 10px 5px 0;
    max-width: 101%;
    margin: 0 auto;
    z-index: 999;
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
}

.bottom_bar ul li {
    width: 34%;
    position: relative;
    text-align: center;
    display: inline-block;
}

.bottom_bar #home_icon {
    width: 31%;
}

.bottom_bar ul li svg,
.bottom_bar ul li svg {
    display: block;
    margin: 0 auto 0px;
    width: 32px;
}

.bottom_bar ul li b {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 2px;
    text-transform: capitalize;
    line-height: 1.4;
}

.bottom_bar ul #rate_calculator {
    width: 31%;
}

#rate_calculator_box select {
    padding: 13px 18px;
    height: auto;
}

.delivery_banner img {
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.shipment_box {
    padding: 40px 20px 70px;
}

.shipment_box h4 {
    line-height: 1.5;
    margin: 0 0 20px;
}

.shipment_box ul {
    text-align: left;
}

.shipment_box ul li {
    position: relative;
}

#rate_transit ul li a:hover,
.shipment_box ul li a {
    color: #fff;
    background: #b3a037;
}

.shipment_box ul li a {
    display: inline-block;
    width: 100%;
    margin: 0 0 12px;
    padding: 10px 9px 11px 94px;
    border-radius: 35px;
    font-size: 20px;
    border: 1px solid #b3b3b366;
    font-weight: 500;
}
table.resposive_table tr:nth-child(even){
    background: #fff;
}

.shipment_box ul li svg {
    width: 27px;
    vertical-align: middle;
    position: absolute;
    left: 55px;
    top: 10px;
}

.shipment_box ul li .service_bg {
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
    color: #fff;
    box-shadow: 0 0 20px 0 #ccccccc7;
}

.shipment_box .rate_bg {
    border: 1px solid #b3a037;
}

.track_shipments {
    padding: 21px 15px;
    width: 373px;
    margin: 0 auto;
}

.track_shipments .form_box svg {
    cursor: pointer;
}

.track_shipments .form_box .search_box ,.track_shipments .form_box svg,.shipment_track_btns svg{
    position: absolute;
    right: 13px;
    left: auto;
    top: 10px !important;
    width: 25px;
    height: 25px;
}

.track_info {
    padding: 9px 8px;
    text-align: left;
}

.track_info p {
    font-size: 14px;
    color: #4c4b4b;
    margin: 0 0 14px;
    line-height: 1.6;
}

.track_info a {
    font-size: 13px;
    color: #da8e0e;
    font-weight: 600;
    text-decoration: underline !important;
}

.no_records {
    margin: 0;
}

.no_records b {
    border-top: 1px solid #cccccc82;
    border-bottom: 1px solid #cccccc82;
    padding: 16px 0;
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.radius_box svg {
    width: 37px;
    padding: 15px 0 0;
}

.no_records img {
    width: 100%;
    display: block;
    height: 267px;
    object-fit: cover;
}

.track_shipment_page .login_screen {
    margin: 0;
}

.get_quote input {
    padding: 0 18px 0 34px;
}

.form_box {
    text-align: left;
    clear: both;
}

.form_box label {
    margin: 0 4px 12px;
}

::-webkit-input-placeholder {
    color: #4c4b4b;
}

::-moz-placeholder {
    color: #4c4b4b;
}

:-ms-input-placeholder {
    color: #4c4b4b;
}

:-moz-placeholder {
    color: #4c4b4b;
}

.package_box {
    margin-top: 22px;
    /*border-top: 1px solid #cccccc78;
    padding: 12px 0 0;*/
}

.package_box h4 {
    padding: 14px 18px 15px 29px;
    height: auto;
    font-size: 14px;
    cursor: pointer;
}

.package_box h4 i {
    float: right;
    font-size: 22px;
    vertical-align: middle;
    margin: -2px 0 0;
}

.select_packaging_dropdown {
    background: #fff;
    border: 1px solid #dcdbdb;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    display: none;
    margin: -13px 3px;
}

.bdr_select {
    border-bottom: 1px solid #dcdbdb;
    padding: 10px 3px;
    background: #f7f7f7;
    border-radius: 10px 10px 0 0;
}

.select_img {
    width: 20%;
    padding: 6px 0 0;
    text-align: center;
}

.select_img img {
    width: 29px;
    object-fit: contain;
    height: 29px;
    vertical-align: middle;
}

.select_info {
    width: 80%;
    padding: 0 0 0 3px;
}

.select_info h5 {
    margin: 0 0 8px;
    font-size: 15px;
    color: #ce0b0b;
}

.select_info p {
    font-size: 11px;
}

.Dutiable_box {
    margin-top: 30px;
    position: relative;
}

.Dutiable_box svg {
    top: 46px;
    left: 13px;
}

.Dutiable_box select {
    padding: 13px 29px 13px 32px;
    height: auto;
}

#delivered_details .Dutiable_box .search_box {
    top: 42px !important;
}

#rate_transit {
    padding: 0 16px 71px;
}

#rate_transit ul li a {
    text-align: center;
    font-size: 17px;
    padding: 16px 9px;
}

#rate_transit ul li .service_bg {
    border: 1px solid #315a9c;
}

.select_service h2 {
    color: #e69712;
    margin: 0 0 28px;
    font-size: 23px;
}

.select_service ul {
    text-align: center;
    margin: 0 0 39px;
}

.select_service ul li {
    display: inline-block;
    width: 46%;
    vertical-align: middle;
}

.select_service ul li a {
    display: inline-block;
}

.select_service ul li a img {
    width: 58px;
    margin: 0;
    vertical-align: middle;
    height: 55px;
    object-fit: contain;
    padding: 17px 0 0;
}

.select_service ul li a h5 {
    font-size: 17px;
    line-height: 1.4;
}

.radius_box {
    border-radius: 100%;
    width: 74px;
    height: 74px;
    margin: 0 auto 13px;
    border: 2px solid #049ac5;
    background-image: linear-gradient(#1386a7, #049ac5, #20bfec) !important;
}

.choose_service {
    text-align: center;
    margin: 0 0 20px;
}

.sidebar_menu {
    position: fixed;
    top: 0;
    width: 19%;
    left: 0;
    bottom: 0;
    box-shadow: 1px 60px 19px rgb(132 132 132 / 58%);
    z-index: 999;
    background: #fff;
    overflow-y: auto;
    display: none;
}

.main_baner img {
    width: 100%;
    height: 139px;
    object-fit: cover;
    display: block;
}

.inner_menu_box ul li a {
    width: 100%;
    display: inline-block;
    padding: 8px 18px;
    border-bottom: 1px solid #cccccc85;
}

.inner_menu_box ul li a svg {
    width: 26px;
    vertical-align: middle;
    margin: -5px 4px 0 0;
}

.close-btn {
    position: fixed;
    top: 13px;
    left: 290px;
    color: #fff;
    background: #352f2f;
    border-radius: 100%;
    width: 20px;
    cursor: pointer;
    text-align: center;
    height: 20px;
    line-height: 1.1;
}

.close-btn i {
    font-size: 15px;
}

.monday_date {
    background: #f5f5f5;
    padding: 7px 34px;
    border-radius: 35px;
    border: 1px solid #cccccc9e;
}

.monday_date b {
    display: block;
    margin: 0 0 6px;
    font-size: 15px;
}

.monday_date p {
    font-size: 14px;
    color: #eb1f27;
}

.shipment_box .rate-transit,
.shipment_box ul li a:hover {
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
    border: 1px solid #6c2c8d;
}

.shipment_box ul li a:hover {
    color: #fff;
}

.shipment_box ul li a:hover svg path {
    fill: #fff;
}
.textarea_box{
    height: 68px;
    margin-bottom: 0;
}
.Pending_bg a{
    background-image: linear-gradient(-90deg, #e09c2a, #c78a23) !important;
}

.fix_logo_f img {
    width: 75px;
}

.body_img_bg {
    background: url(../images/flatpack-delivery_africa.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.fix_screen {
    background: unset;
    padding: 59px 0 0;
}

.login_btn_:hover {
    color: #fff;
    background: #0589af;
    border: 1px solid #0589af;
}

.login_btn_ ,#rate_transit .shipment_btns{
    text-align: center;
    padding: 10px 14px 13px;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #9433c5);
    color: #ffffff;
    box-shadow: 0 0 20px 0 #ccccccc7;
    display: inline-block;
    width: 25% !important;
    margin: 7px 0 !important;
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 19px;
    border: 1px solid #335c9f;
    font-weight: 500;
}

.uesr_pic {
    position: absolute;
    top: 42px;
    width: 100%;
    text-align: center;
}

.uesr_pic img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
}

.uesr_pic h3 {}

.shipment_box_new ul {}

.shipment_box_new ul li:last-child {}

.shipment_box_new {
    margin-top: 50px;
    width: 360px;
    margin: 0 auto;
}

.shipment_box_new ul li {
    /* border: 5px solid #0d0150; */
    margin: 14px 0px;
    border-radius: 70px;
    padding: 8px 0 8px 34px;
    box-shadow: 0 0 7px 1px #0000002e;
    text-align: left;
}

.shipment_box_new ul li a {}

.font_size {}

.shipment_box_new ul li a h2 {
    color: #6c2c8d;
    font-size: 19px;
    font-weight: 600;
}

.shipment_box_new ul li a h3 {
    display: inline-block;
    font-size: 14px;
    color: #0d0150;
    padding: 1px 0 4px;
    vertical-align: top;
}

.shipment_box_new ul li a svg {
    width: 47px;
    float: left;
    height: 47px;
    border-radius: 100px;
    padding: 0 12px;
    margin-right: 21px;
    top: 8px !important;
    right: -3px;
    left: auto;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}

.fix_input_last input {
    padding: 10px 12px;
}

.fix_input_last {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.main_container {
    padding: 0 15px;
}

.upload-options {
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color ease-in-out 150ms;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}

.upload-options label::after {
    content: '';
    background: url(../images/camera.svg);
    position: absolute;
    background-color: #fff;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    padding: inherit;
    right: 68px;
    top: 91px;
    z-index: 0;
    border-radius: 100%;
    border: 1px solid #010101;
}

.upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.upload-options label span:hover i.material-icons {
    color: lightgray;
}

.js--image-preview {
    height: 150px;
    border-radius: 100%;
    width: 150px;
    margin: 0 auto;
    border: 1px solid;
    position: relative;
    overflow: hidden;
    background-image: url(../images/user.png);
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper_box_pix {
    margin: 0 0 19px;
}

.box_pix_ {
    position: relative;
}

.js--image-preview.js--no-default::after {
    display: none;
}

.js--image-preview:nth-child(2) {
    background-image: url('http://bastianandre.at/giphy.gif');
}

i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

.drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    transform: scale(0);
}

.animate {
    animation: ripple 0.4s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.main_table_fix {
    padding: 0 15px;
    margin-bottom: 70px;
}

table.resposive_table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table.resposive_table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.resposive_table tr {
    background-color: #ffffff;
    border: 1px solid #cac9c9;
    padding: 0;
    box-shadow: 0 7px 23px 0 rgb(117 117 117 / 44%);
    border-radius: 3px;
    float: left;
       width: 23.8%;
    margin: 0 15px 19px 0;
}

table.resposive_table th,
table.resposive_table td {
    padding: 8px 11px;
    text-align: center;
}

table.resposive_table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

table.resposive_table caption {
    font-size: 1.3em;
}

table.resposive_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

table.resposive_table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 19px;
}

table.resposive_table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 12px;
    text-align: right;
        position: relative;
}
.cod_list svg{
        top: 3px !important;
}

.fixleft_side {
    padding: 0 15px;
}

table.resposive_table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 15px;
    color: #3e3b3b;
}
.main_wrapper_table,
.main_wrapper_table2,
.main_wrapper_table3,
.main_wrapper_table4,
.main_wrapper_table5,
.main_wrapper_table6 {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 8px 8px;
    box-shadow: 0 0 24px 0 #ccc;
    border: 1px solid #ccc;
    border-top: none;
    top: 37px;
}

.fix_ul_li {
    padding-top: 4px;
}

.fix_ul_li li {
    padding: 4px 0;
    width: 100%;
    clear: both;
}

.fix_ul_li li b {
    float: left;
    color: #e21a28;
    width: auto;
    text-align: left;
}

.fix_view_btn a {
    padding: 0 5px;
}

.fix_view_btn a i {
    color: #0e0ee0;
}

.fix_view_btn a:nth-child(2) i {
    color: #e61c2a;
}

.fix_view_btn a:nth-child(3) i {
    color: #009688;
}

#table_btn_menu,
#table_btn_menu2,
#table_btn_menu3,
#table_btn_menu4,
#table_btn_menu5,
    #table_btn_menu6 {
    cursor: pointer;
    color: #0d0150;
    font-size: 17px;
    margin-top: 4px;
}


table.resposive_table td:last-child {
    border-bottom: 0;
}


.delivered {
    background: #0d0150;
    color: #fff;
    padding: 1px 10px 3px;
    border-radius: 18px;
}

.sidebar_menu::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
}
.sidebar_menu::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.sidebar_menu::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#ada9a2;
}
#rate_transit a{
    margin-top: 0 !important;
}
.box_pix_{
    margin-bottom: 20px;
}
.contact_page .textarea_box {
    height: 174px;
}
.contact_page p{
    margin: 22px 0 18px;
}
.contact_page h4{
        color: #ec1121;
        font-size: 26px;
        margin: 45px 0 0;
}
.Dutiable_box select {
    color: #626262;
}
.pieces_box{
    float: left;
    width: 48%;
    clear: inherit;
    margin-right: 9px;
}
.margin_none{
    margin-right:0;
}
.shipment_box_new ul li{
    -webkit-transition:0.4s;
    position: relative;
}
.shipment_box_new ul li:hover{
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
}
.viev-btn {
    text-align: center !important;
}
.viev-btn h6 a:hover{
        background-image: linear-gradient(-90deg, #e09c2a, #c78a23);
}
.viev-btn  h6 a{
    background: #292626;
    color: #fff;
    display: inline-block;
    padding: 5px 16px 7px;
    border-radius: 35px;
    font-size: 12px;
}
.shipment_box_new ul li:hover h2,.shipment_box_new ul li:hover h3{
    color: #fff;
}
table.resposive_table td h6,.Pending_approval{
    font-size: 13px !important;
        color: #de251c;
}
table.resposive_table .Approved h6, .Approved {
    font-size: 16px !important;
    color: #6da72a;
}
.auto_records table.resposive_table td {
    font-size: 14px;
    text-align: left;
}
.auto_records table.resposive_table th, .auto_records table.resposive_table td {
    padding: 11px;
}
.auto_records table.resposive_table td span {
    background: #444c;
    color: #fff;
    padding: 6px 6px 7px;
    display: inline-block;
    border-radius: 23px;
    margin: -4px 0 9px 4px;
    font-size: 11px;
    width: 47%;
    text-align: center;
    float: right;
    cursor: pointer;
}
/*.auto_records {
    min-height: 170px;
    overflow-y: auto;
    max-height: 294px;
    box-shadow: 0 7px 23px 0 rgb(117 117 117 / 62%);
    border-radius: 3px;
}*/
.auto_records table.resposive_table tr{
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}
.auto_records::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
}
.auto_records::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.auto_records::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#ada9a2;
}
.shiping-consignee-bdr .track-result{
    margin: 0 0 8px -10px;
}
.Consignee_box{
        padding: 0px 0 0 18px;
}
.status_box.w_90_px p {
    font-size: 12px;
    padding: 7px 0 4px;
}
.w_90_px p{
    position: relative;
}
.w_90_px p:before{
    content: '';
    display: block;
    top: auto;
    left: -20px;
    background: #aba8a3;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 100%;
    margin-top: 6px;
}
.status_box p:before {
    left: -28px;
}
.deliver_icon{
    position: relative;
}
.delivery_icon_info svg {
    position: absolute;
    left: 7px;
    top: 5px;
    width: 23px;
}
.delivery_table_ table.resposive_table th,.delivery_table_  table.resposive_table td {
    padding:5px 11px 16px 37px;
}
.delivery_icon_list{
}
.delivery_icon_list svg{
    position: absolute;
       left: 7px;
       top: -28px;
       width: 23px;
}
.login_loader{
        background: url(../images/flatpack-delivery_africa.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
        margin: 0;
}
.shipment_box_new ul li:hover  svg{
    background: #b4a138;
}
#desktop_view {
    max-width: 100%;
}
.deliver_icon i {
    cursor: pointer;
    color: #0d0150;
    font-size: 17px;
    margin-top: 4px;
}
#login_desktop .login_btn_ {
    width: 100% !important;
    cursor: pointer;
}
.submit_deliviery table.resposive_table tr{
    width: 100%;
    float: none;
}
.track_details_page{
    width: 312px;
    margin: 20px auto 0;
}
.camera-button{
    position: static;
    right: 0;
    left: 0;
}
.box_pix_{
    height: 104px;
    width: 210px;
    margin: 0 auto;
}

.camera-button .button.is-primary {
    background: #fff;
    border: 3px dotted #ec1121;
    color: #fff;
    height: 100px;
    padding: 5px 0 0;
    width: 100px;
    border-radius: 100%;
    cursor: pointer;
}
.web-camera-container {
    padding: 0;
    border-radius: 4px;
    width: 100%;
    height: 122px;
}
 .camera-box video {
      width: auto;
      height: 110px;
      border-radius: 4px;
      /* border: 2px dotted #000; */
}
.web-camera-container .camera-box .camera-shutter {
   opacity: 0;
   width: 100%;
   background-color: #fff;
   position: absolute;
}
 .web-camera-container .camera-loading ul {
   height: 100%;
   position: absolute;
   width: 100%;
   z-index: 999999;
   margin: 0;
}
.camera-button .button.is-danger {
    background: #e11a28;
    z-index: 99999;
    padding: 0;
    color: #fff;
    font-size: 12px;
    border: unset;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 23px;
    top: -8px;
    cursor: pointer;
    display: none;
}
.button:focus{
    outline: none;
    border: none;
}
.rate-transits,.desktop_layout{
    width: 367px;
    margin: 0 auto;
}
.login_btm img{
    width: 100%;
    display: block;
}
.desktop_layout {
    padding: 19px 20px 0;
}
#pad_none{
    padding-bottom: 0;
}
.my_shipment_me{
    text-align: center;
    padding: 0 20px;
}
.shipment_tabs_box ul{
    background: #f5f5f5;
    padding: 11px 0 11px;
    border-bottom: 1px solid #cccccca6;
}
.shipment_tabs_box ul li {
    display: inline-block;
    width: 14%;
    margin-right: 5px;
}
.shipment_tabs_box ul li a{
    color: #fff;
    padding: 7px 16px;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}
#rate_transit .contact_btn,.shipment_tabs_box ul li a,#signup_box .contact_btn{
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
    border: 1px solid #b4a138;
}
.shipment_tabs_box ul li .active{
    color: #fff;
    background-image: linear-gradient(#416baf, #274f90, #416baf) !important;
    border: 1px solid #3760a3;
}
.shipment_tabs_box ul li a:hover{
    background-image: linear-gradient(60deg, #e61c2a 0%, #ec1121 56%);
    color: #fff;
}
#register_screen {
    padding: 28px 0 0;
}
#register_screen h3{
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 7px;
}
#register_screen p{
    font-size: 14px;
}
#register_screen .get_quote input {
    padding: 0 18px 0 18px;
}
.date_box {
    padding: 12px 0;
}
.to-me-date {
    width: 367px;
    margin: 0 auto 10px;
    box-shadow: 1px 6px 7px rgb(16 16 16 / 14%);
    border: 1px solid #ccc9;
}
.from_delivery{
    text-align: left;
    padding: 10px 13px 14px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.from_delivery p{
    font-size: 14px;
}
.from_delivery b{
        font-size: 16px;
        display: block;
        margin: 3px 0;
        font-weight: 600;
        color: #e21927;
}
.from_delivery svg{
    width: 33px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li {
    background: #d8d7d7;
    color: #222;
    display: inline-block;
    padding: 7px 9px;
    cursor: pointer;
    width: 32%;
}
ul.tabs li.current {
    background: #e41927;
    color: #fff;
}

.tab-content{
    display: none;
    background: #e8e8e8;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 9px;
}

.tab-content.current{
    display: inherit;
}
.scan_delivery_btn {
    padding: 5px 0 0;
}
.scan_delivery_btn ul li {
    display: inline-block;
    width: 49%;
}
.scan_delivery_btn ul li a {
    font-size: 11px;
    background: #d0cece;
    color: #000;
    padding: 7px 3px;
    display: inline-block;
    margin: 5px 2px 0;
    border-radius: 2px;
    width: 100%;
}
.Signature_box{
    height: 200px;
}
.right_logo {
    position: absolute;
    right: 15px;
    text-align: right;
    margin-top:2px;
    cursor: pointer;
}
.right_logo img{
    width: 86px;
}
#mian_home {
    padding: 8px 0 13px !important;
}
#rate_transit .shipment_btns{
    height: auto;
    width: 23% !important;
    margin: 1px auto 0 !important;
}
#inner_rate_box li input{
    height: auto !important;
    padding: 16px 9px;
    font-size: 17px;
}
#rate_transit .shipment_btns,#inner_rate_box li input{
    cursor: pointer;
}
#inner_rate_box .rate_bg {
    color: #fff;
    background: #0d0150;
}
 .fix_ul_li{
       position: relative;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 8px 22px;
    /* box-shadow: 0 0 12px 0 #ccc; */
        border: 1px solid #ccc;
    top: 3px;
    /*border-top: none;*/
}
.save_future{
        color: #000;
        float: right;
        vertical-align: middle;
        margin: 0 11px 0 0;
        border: none;
        border-radius: 3px;
        padding: 3px 8px 4px;
        cursor: pointer;
        background: #fff;
        font-size: 11px;
        cursor: pointer;
}
.track_btn {
    float: left;
    color: #ffffff !important;
    background:#345d9f;
    padding: 3px 8px 5px;
    font-size: 12px;
    border-radius: 2px;
}
.track_btn:hover,.track_btn:focus{
    background: #e61c2a;
}
.shipment_track_btns svg {
    width: 22px;
    position: absolute;
    top: 11px;
    left: 10px;
}
.shipment_track_btns{
    width: 323px;
    margin: 13px auto 15px;
    position: relative;
}
.shipment_track_btns input {
    padding: 0 136px 0 30px;
}
.shipment_track_btns .login_btn_ {
    width: auto !important;
    height: auto;
    position: absolute;
    padding: 13px 13px;
    border: none;
    top: -7px;
    right: 0;
    cursor: pointer;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #9433c5);
}
#selector_icon ul li a {
    display: inline-block;
    width: auto;
    padding: 0;
    background: transparent;
    border: none;
}
#selector_icon ul li a h5 {
    color: #000;
}
#selector_icon ul li svg {
    vertical-align: middle;
    position: static;
    width: 37px;
    padding: 15px 0 0;
}
#selector_icon ul li a:hover{
    background: none !important;
    color: #fff;
    border: none !important;
    box-shadow: none;
}
#selector_icon  ul {
    margin: 0 0 13px;
        padding: 26px 0 0 !important;
}

#selector_icon ul li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
#tracking_status .status_box p span{
    float: left;
    width: 50%;
}
#tracking_status .status_box p b{
    float: right;
    width: 50%;
    text-align: right;
}
.status_box.w_90_px p {
    clear: both;
}
.deliver_icon svg {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 6px;
    top: 4px;
}
#track_list_records{
    padding-bottom: 2px !important;
}
.form_loader img{
        width: 30%;
    margin: 0 auto;
}
.booking_values .form_box select {
padding: 0 18px 0 17px;
}
.booking_values .get_quote input {
padding: 0 18px 0 11px;
}
.booking_values .form_box .search_box, .booking_values .form_box svg, .booking_values svg {position: absolute;right: 13px;left: 0;top: 9px !important;width: 24px;height: 24px;margin: 0 auto;right: 0;}
.lable_toggle label {
font-weight: bold;
color: #e41928;
margin-top: 8px;
}
.booking_values .textarea_box {
height: 68px;
margin-bottom: 9px;
}
.hide_box_pickup{
display: none;
}
.padd_top_none{
padding-top: 0;
}
.pickup_toggle i {
float: right;
vertical-align: middle;
margin: 0px 17px 0 0;
font-size: 28px;
}
.pickup_toggle label{
width: 100%;
cursor: pointer;
margin: 10px 5px 6px;
}
.labeldown i{
transform :rotate(179deg);
}
.loader_onorder{
        width: 176px;
    margin: 0 auto;
}


/*tabs steps*/
.wizard {
    margin: 0;
    background: #fff;
    width: 100%;
}
.wizard .nav-tabs {
    position: relative;
    margin: 0;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
    width: 100%;
    text-align: center;
    padding: 0 1px 0;
}
.tab-pane {
    display: none;
}
.tab-content- .active {
    display: block;
}

.wizard > div.wizard-inner {
    position: fixed;
    top: 0;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #6c2c8d);
    width: 56px;
    text-align: center;
    height: 100vh;
    z-index: 9999;
    border-radius: 0 22px 22px 0;
    padding: 129px 4px 0 4px;
}
.connecting-line {
    height: 2px;
    background: none;
    position: absolute;
    width: 76%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 46%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 45px;
    height: 45px;
    line-height: 43px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #ffffff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #b3a037;
    background-image: linear-gradient(#b3a035, #b4a134, #b3a037);
}
.wizard .nav-tabs > .active:hover img {
    /*filter: grayscale(121%) brightness(300%) sepia(180%) hue-rotate(
-50deg
 ) saturate(600%) contrast(0.8) !important;*/
 filter: none;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
span.round-tab:hover  img{
   filter: none !important;
}
.wizard .nav-tabs > li {
    width: auto;
    margin: 0 auto 13px;
    text-align: center;
    float: none;
    display: block;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 27%;
    opacity: 1;
    margin: 0 auto;
    bottom: 35px;
    border: 10px solid transparent;
    border-bottom-color: red;
    display: none;
}
.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
    display: block;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
    border: 1px solid transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 22px;
}
.wizard h3 {
    margin-top: 0;
}
.nav-tabs {
    border-bottom: none;
}
.wizard .nav-tabs > li.active > a svg path,.wizard .nav-tabs > li > a:hover svg path{
    fill: #fff;
}
.shipmentbox input[type="radio"]
{
  appearance: none;
  display: none;
}

.shipmentbox input[type="radio"] + label
{
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}

.shipmentbox input[type="radio"] + label::before
{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #f27474;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 1;
  transition: all 0.3s;
}

.shipmentbox input[type="radio"] + label::after
{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #f27474;
  background: #f27474;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: auto;
  opacity: 0;
  transition: all 0.3s;
  margin-top: 8px;
}

.shipmentbox input[type="radio"]:checked + label::after
{
  opacity: 1;
}
.payment_method_box{
    background: #e6e6e6;
    margin: 0 9px 9px;
    padding: 11px 12px;
    text-align: left;
    border-radius: 6px;
    border: 1px solid #cccccc4d;
    position: relative;
}
.shipmentbox{
    margin-top: 12px;
}
.next-step,.prev-step{
    /* border: none; */
    padding: 10px 39px;
    border-radius: 35px;
    margin: 19px 0 0;
    font-size: 15px;
    font-weight: 500;
}
.next-step {
    color: #b3a037;
    margin: 0;
    background: transparent;
    border: 2px solid #b3a037;
}
.prev-step{
    color: #fff;
    margin: 0 !important;
    border: 2px solid #b4a138;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}
.tab-content- {
    height: auto;
    margin: 0 auto;
    width: 376px;
    padding: 35px 0 100px 62px;
}
.list-inline {
    position: fixed;
    bottom: 67px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #eae9e9;
    width: 100%;
    padding: 12px 8px 11px 57px;
    text-align: center;
        z-index: 9;
    border-top: 1px solid #8080802e;
}
.pickup_information {
    text-align: left;
    padding: 0 31px 0 0;
}
.pickup_information h4{

color: #6c2c8d;

font-weight: bold;

font-size: 16px;
}
.inner_pickupinfo{

margin: 9px 0 11px;

position: relative;
}
.inner_pickupinfo label{

font-size: 13px;

margin: 0 0 5px;

font-weight: 500;
}
.inner_pickupinfo label span{

color: #e41927;

font-weight: bold;
}
.inner_pickupinfo  select,.inner_pickupinfo input{
    border-radius: 35px;
    padding: 0 35px 0 13px !important;
    border: 1px solid #cccccc73;
    height: 40px;
    width: 100%;
    font-size: 13px;
    background: #ececec;
}
.inner_pickupinfo select {
}
.inner_pickupinfo svg {
    left: auto;
    right: 15px;
    top: 34px !important;
    width: 24px;
    z-index: 9;
    /* height: 20px; */
}

.nav-tabs img{

width: 26px;

height: 27px;

object-fit: contain;

line-height: inherit;
}
.wizard .nav-tabs > .active  img,.wizard .nav-tabs > li:hover  img{
    filter: grayscale(109%) brightness(398%) sepia(91%) hue-rotate(11deg ) saturate(20%) contrast(0.8);
}
.right_btmbar ul li b {
    color: #545353;
}
.right_btmbar {
    background: #fff;
    border-top: 1px solid #ccccccab;
}
.next-step:hover{
        color: #b3a037;
        background: transparent;
}
button:focus,a:focus{
    outline: 0;
}
.right_btmbar ul li {
    width: 33%;
}
#red_bar {
    background-image: linear-gradient(60deg, #333 0%, #545353 56%);
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.carge_location_map{
    position: absolute;
    top: 49px;
    opacity: 0.3;
}
.carge_location_map img{
      width: 100%;
}
.inner_pickupinfo label > h6 {
    display: inline-block;
    font-size: 9px;
    color: #df1a28;
    font-weight: bold;
    margin: 0 0 0 8px;
}
.swal-footer {
    text-align: center;;
}
.swal-button {
    background-color: #6b2a8c;
    border-radius: 35px;
    padding: 10px 49px;
}
.swal-button:not([disabled]):hover {
    background-image: linear-gradient(#6b2a8c, #6b2a8c, #8d26c1) !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;background: none;
}
#order_listing .back_btn a{
    display: inline-block;
}
#order_listing  svg {
    top: 0px !important;
}
.user_name_ h3 span{
    float: right;
}
.cod_amount {
    width: 100%;
    text-align: left;
    padding: 14px 9px 0;
}
.cod_amount ul li {
    font-size: 12px;
    margin: 0 0 6px;
    border-bottom: 1px dotted #ccccccd4;
    padding: 0 0 8px;
}
.cod_amount ul li:last-child{
    border-bottom: none;
}
.cod_amount ul li b {
    font-weight: 600;
    color: #353535;
}
.cod_amount ul li span {
    float: right;
    font-weight: 600;
    color: #83c52f;
}
#track_details .fix_location {
    padding: 0 0 15px 0;
   /* border: none;*/
}
#track_details  .fix_wrapper_h {
    margin: 11px 0;
}
#track_details .status_box p:before {
    left: -24px;
}
#track_details .user_name_ h3 {
    margin: 0 0 10px;
}
#track_details .Consignee_box {
    padding: 0px 0 13px 18px;
}
#track_details  .status_box{
    padding: 0 5px 16px 20px;
}
.file_type input {
    padding-top: 7px !important;
    opacity: 1;
    border: none;
}
.custom-file-input {
  color: transparent;
}
.custom-file-input {
    font-weight: 700;
    font-size: 11px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
    content: 'Choose File';
    color: black;
    display: inline-block;
    background: none;
    border: none;
    border-radius: 3px;
    padding: 4px 4px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    font-size: 13px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
    outline-offset: 0;
}
.track-result p .distance{
    margin: 0 5px 0;
    color: #e61927;
}
#desktop_orders,#track_details_info{
    width: 100%;
    padding: 0 26px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h{
    width: 24%;
    float: left;
    margin: 0 12px 12px 0;
}
.view_action_btn {
    width: 24px;
    vertical-align: middle;
    margin: 0 3px 0 0;
}
.action_box{
    padding-top: 10px;
}
.order_info_details {
    position: relative;
    background: #fff;
    padding:10px 10px 2px;
    border-radius: 10px;
    border: 2px dotted #d4d4d4;
    box-shadow: 1px 8px 17px rgb(152 152 152 / 25%);
    width: 24%;
    float: left;
    margin: 0 13px 13px 0;
}
.inner_info {
    float: left;
    width: 50%;
}
.inner_info p {
    text-align: left;
    font-size: 17px;
    padding: 0 0 7px;
    font-weight: 500;
    color: #525050;
    text-transform: capitalize;
}
.distance{
        padding: 0 3px;
}
.location_to {
    width: 100%;
    padding: 1px 0 0 20px;
    position: relative;
}
.right_box p{
    text-align: right;
}
.inner_info b {
    font-size: 16px;
    font-weight: 500;
    color: #f27474;
}
.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.odr-no{
    font-weight: bold !important;
    color: #10597a !important;
}
.location_to h4 {
    display: block;
    float: none;
    margin: 7px 0 2px;
}
.from_to{
    position: relative;
}
.from_to:before{
    content: '';
    display: block;
    left: 0;
    border-left: 3px dotted #7cc24d;
    width: 2px;
    height: 43px;
    position: absolute;
    top: 5px;
}
.from_to{

position: absolute;

top: 4px;

left: 2px;
}
.from_to span{

position: absolute;

display: block;

background: #adb8bd;

width: 7px;

height: 7px;

top: 21px;

left: -2px;

border-radius: 100%;
}

.cod_blue{
    color: #1893b7 !important;
}
.sr_info .w_10_px ul li i {
    margin: 0px 0 0 -15px;
}
.order_info_track .w_90_px p:before {
    left: -19px;
}
.sro_record .fix_location{
    border: none !important;
}
.location_to p, .location_to h4 {
    font-size: 19px;
}
#track_details .order_history_details .status_box p:before {
    left: -21px;
}
.checked_mark {
    font-weight: 500 !important;
    color: #83c52f !important;
}
/*#signup_Tabs{
padding-top: 35px;
}*/
.confirm_message_box{
        font-size: 14px;
    padding: 19px 8px 0;
}
.confirm_message_box{
        font-size: 14px;
    padding: 19px 8px 0;
}
#page-name .parcel_received{
        position: relative;
        top: 5px;
        right: -4px;
    font-size: 13px !important;
    }
.confirm_message_box {
    text-align: center;
    padding: 80px 13px 0;
}
.confirm_message_box img {
    width: 86px;
    margin: 0 0 14px;
}
.confirm_message_box p {
    font-size: 15px;
}
.search_order_list {
    padding: 22px 0 9px;
    position: relative;
}
.search_order_list i {
    position: absolute;
    top: 35px;
    margin: 0 0 0 13px;
}
.search_order_list input {
    width: 295px;
    padding: 0 15px 0 34px;
    height: 39px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
}
.lang_select{
    position: relative;
}
.lang_select select{
    padding: 0 18px;
    background: #fff;
}
.lang_select img{

position: absolute;

width: 19px;

top: 13px;

right: 16px;
}


/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"], 
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}
.right_logo{
    display: none;
}
#home_layout ul li {
    width: 45%;
    display: inline-block;
    margin: 0 8px;
}
#home_layout ul li a {
    padding: 17px 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 12px 31px rgb(123 123 123 / 25%);
    background: #fff;
    color: #3a3939;
    border: 1px solid #b7a22d;
    font-size: 19px;
}
#home_layout ul li svg {
    display: block;
    position: static;
    margin: 0 auto 9px;
    width: 51px;
}
#home_layout ul li a:hover{
    background: #b3a037;
}
#home_layout ul li a:hover svg path,#home_layout ul li a:hover{
    color: #fff;
}


/*responsive*/


@media(max-width: 1250px) {
    .container {
        width: 100%;
    }
    .order_info_details {
        width: 32%;
    }
    #rate_transit .shipment_btns {
        height: auto;
        width: 35% !important;
        margin: 1px auto 0 !important;
    }
    table.resposive_table td h6, .Pending_approval {
        font-size: 14px !important;
    }
    .shipment_tabs_box ul li {
        width: 19%;
    }
    .delivery_table_ table.resposive_table th, .delivery_table_ table.resposive_table td {
        padding: 5px 11px 14px 37px;
    }
    .shipment_box {
        padding: 77px 20px 70px;
    }
    .loader {
        width: 100%;
    }
    .loader>img {
        width: 100%;
    }
    .sidebar_menu {
        width: 25%;
    }
    table.resposive_table tr {
        width: 31.8%;
    }
    #homejs_page .shipment_box {
        padding: 35px 20px 70px;
    }
    #homejs_page #selector_icon ul {
        padding: 18px 0 0 !important;
    }
    #homejs_page .login_btm img {
        height: 220px;
        object-fit: cover;
    }
    #desktop_orders{
    padding: 0 15px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h{
    width: 33%;
    float: left;
    margin: 0 12px 12px 0;
}
.inner_info p {
    font-size: 14px;
}
}

@media(max-width: 1024px) {
    .container {
        width: 100%;
    }
    .shipment_tabs_box ul li {
    width: 24%;
}
    .order_info_details {
    width: 48%;
}
    .bottom_bar ul li {
    width: 33%;
}

 table.resposive_table tr {
    width: 47.9%;
}

    .loader,
    .loader>img {
        width: 47%;
    }
    .sidebar_menu {
        width: 33%;
    }
    .close-btn {
        color: #e92128;
        background: #ffffff;
    }
    #rate_transit .shipment_btns {
    width: 46% !important;
}
}

@media screen and (max-width: 600px) {
    table.resposive_table {
        border: 0;
    }
    table.resposive_table caption {
        font-size: 1.3em;
    }
    table.resposive_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.resposive_table tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }
    table.resposive_table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 12px;
        text-align: right;
    }
    .fixleft_side {
        padding: 0 15px;
    }
    table.resposive_table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .main_wrapper_table,
    .main_wrapper_table2,
    .main_wrapper_table3,
    .main_wrapper_table4 {
        display: none;
    }
    .fix_ul_li {
        padding-top: 20px;
    }
    .fix_ul_li li {
        padding: 4px 0;
    }
    .fix_ul_li li b {
        float: left;
        color: #08a7cc;
        width: auto;
        text-align: left;
    }
    .fix_view_btn a {
        padding: 0 5px;
    }
    .fix_view_btn a i {
        color: #0e0ee0;
    }
    .fix_view_btn a:nth-child(2) i {
        color: #e61c2a;
    }
    .fix_view_btn a:nth-child(3) i {
        color: #009688;
    }
    #table_btn_menu,
    #table_btn_menu2,
    #table_btn_menu3,
    #table_btn_menu4,
    #table_btn_menu5,
    #table_btn_menu6 {
        cursor: pointer;
        color: #e61c2a;
        font-size: 17px;
    }
    table.resposive_table td:last-child {
        border-bottom: 0;
    }
}


@media(max-width: 767px) {
    .container {
        width: auto;
    }
  .search_order_list input {
        width: 100%;
    }
    .search_order_list {
    padding: 22px 18px 9px;
}
    .register_info{
        padding-top: 24px;
    }
    .location_to p, .location_to h4 {
    font-size: 13px !important;
}
    .wizard .tab-pane {
    padding-top: 9px;
}
    .tab-content- {
    padding-top: 0 ;
}
.from_to:before {
    border-left: 2px dotted #a9a9a9;
    width: 2px;
    height: 49px;
    top: 0;
    margin-top: 4px;
}
.from_to span {
    width: 6px;
    height: 6px;
    top: 24px;
    left: -2px;
}
    .distance {
    font-size: 13px !important;
}
.location_to p{
    padding-bottom: 0;
}
.user_name_ h3 {
    padding: 5px 14px 6px;
}

.inner_info p {
    padding: 0 0 3px;
}
.w_90_px h3 {
    margin: 0 0 3px;
    font-weight: 700;
    color: #494848;
}
.track_details_page {
    margin: 9px auto 0;
}
.location_to {
    margin: 0;
    padding: 4px 0 4px 18px;
    position: relative;
}
.location_to p{
    padding-bottom: 0;
}
    .order_info_details {
    width: 100%;
        padding: 5px 10px;
        float: none;
    margin: 0 0 4px 0;
    clear: both;
}
.inner_info p {
    font-size: 12px !important;
}
.inner_info b {
    font-size: 13px;
}
     #desktop_orders{
    padding: 0 15px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h {
    width: 100%;
    float: none;
    margin: 0 0 12px;
}
    .right_btmbar {
    text-align: right;
}
    .form_loader img {
    width: 77%;
    margin: 0 auto;
}
    #track_list_records {
    padding: 8px 0 13px !important;
}
    .logout-btn {
    position: absolute;
    top: -1px;
    left: 14px;
    z-index: 99;
}
    .save_future{
    margin: -2px 7px 0 0;
}
.bottom_img_fixed{
    display: none;
}
#rate_transit .shipment_btns {
    width: 100% !important;
}
.shipment_track_btns {
    width: 92%;
}
.shipment_track_btns input {
    padding: 0 106px 0 30px;
}
#homejs_page .shipment_box {
    padding: 14px 20px 20px;
}
.bottom_bar ul li {
    width: 35%;
}
.shipment_tabs_box ul li {
    width: 62%;
    margin: 0 0 5px;
}
.to-me-date {
    width: 100%;
}
    .status_box p:before {
    top: 11px !important;
}
    .close-btn {
    left: 272px;
}
.w_90_px p:before {
    left: -20px;
}
/*.w_90_px p:before {
    top: 15px;
}*/
.w_90_px p b ,.w_90_px h3{
    font-size: 13px;
}
.status_box.w_90_px p {
    font-size: 11px;
}
.w_90_px p:before {
    margin-top: 6px;
}
 .status_box p b {
    font-weight: 600;
    font-size: 11px;
}
.status_box p:before {
    left: -28px;
}
  .auto_records table.resposive_table td span {
    padding: 8px 6px;
    margin: 6px 0 0px 0px;
    font-size: 13px;
    width: 100%;
    float: none;
    text-transform: capitalize;
}

.fix_wrapper_h {
    margin: 18px 12px 0;
}
    .user_name_ {
    padding: 0;
}
    .bottom_bar ul li b {
    font-size: 13px;
}
    .loader,
    .loader>img {
        width: 100%;
        height: 100vh;
    }
    .sidebar_menu {
        width: 82%;
    }
    .main_body {
        display: block;
    }
    .shipment_box ul li a {
        padding: 10px 9px 13px 76px;
    }
    .shipment_box ul li svg {
        width: 26px;
        left: 39px;
        top: 13px;
    }
    .shipment_box {
        padding: 47px 0 0;
    }
    .select_service ul li a h5 {
        font-size: 15px;
        padding: 0 8px;
    }
    .main_body,
    .bottom_bar {
        max-width: 100%;
        margin: 0;
    }
    .login_btn_ {
        width: 100% !important;
    }
    .track_shipments,.shipment_box_new,.track_details_page {
        width: 100%;
    }
    table.resposive_table tr {
        width: 100%;
        margin: 0 0 15px;
    }
    .fix_ul_li {
        padding-top: 1px;
    }
    .rate-transits ,.desktop_layout{
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
.bottom_bar #home_icon {
    width: 26%;
}
  /*  .bottom_bar #home_icon {
        width: 21%;
    }*/
    .loader, .loader > img {
    width: 100%;
}
.shipment_box ul {
    padding: 0 20px;
}
.fix_screen {
    padding: 71px 0 0;
}
#register_screen {
    padding: 14px 0 0;
}
.right_logo {
    right: 8px;
    padding: 0;
    top: auto;
    margin: 1px 0 0;
}
.right_logo img {
    width: 69px;
}
#homejs_page .bottom_img_fixed {
    display: block;
}
#homejs_page {
    background: none;
}
.get_quote input {
    padding: 0 18px 0 22px;
}
.contact_page .textarea_box {
    height: 123px;
}
#ratejs_page #rate_transit {
    padding: 0 16px 0;
}
table.resposive_table td::before {
    font-size: 12px;
}
table.resposive_table td h6, .Pending_approval {
    font-size: 15px !important;
}
.right_btmbar li{
    width: 27% !important;
}
.second_step {
    bottom: 63px;
    padding-right: 0px;
    padding-left: 56px;
}
.second_step button{

padding: 10px 13px;

border: 2px solid #b3a037;

width: 100%;
}
.pickup_information {
    padding: 0 13px;
}
.second_step>li,.list-inline>li {
    padding-right: 3px;
    padding-left: 3px;
    width: 47%;
}
.list-inline {
    bottom: 63px;
}
.tab-content- {
    margin: 0;
    width: 100%;
}
.dashboard_page > p {
    font-size: 14px;
    text-transform: capitalize;
}
.dashboard_page{
    padding: 0 15px;
}
.shipment_box_new ul li {
    padding: 8px 0 8px 17px;
}
.shipment_box_new ul li a svg {
    top: 6px !important;
    width: 47px;
    height: 47px;
    padding: 0 9px;
    right: 7px;
    margin: 0;
}
#track_details {
    padding: 0 13px;
}
.track_lgo h4 {
    font-size: 13px;
    margin-bottom: 1px;
    padding: 3px 0 0;
}
#text {
    font-size: 23px;
}
.user_name_ h3,.w_90_px p {
    font-size: 13px;
}
.location_to h4 {
    margin: 17px 0 2px;
}
.status_box p:before {
    margin-top: 0px;
}
.rates_box_value{
    padding: 0 17px;
}
#order_listing svg {
    top: -1px !important;
}
#home_layout ul {
    text-align: center;
    padding: 0 5px;
}
#home_layout ul li {
    width: 44%;
}
#home_layout ul li a {
    font-size: 16px;
    padding: 10px 20px;
}
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

:focus {
    outline: 0
}

input,
textarea {
    margin: 0;
    outline: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}


/* Default Font Styles
______________________*/

body,
input,
select,
textarea,
p,
a,
b {
    font-family: 'Alata', sans-serif;
    color: #000;
    line-height: 1.4;
}

html,
body {
    background: #fff !important;
}

.flash_categories {
    display: none;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Links
______________________*/

a {
    text-decoration: none !important;
}

a:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


/* p, blockquote, address
______________________*/

p {
    font-size: 18px;
    margin-bottom: 20px;
}

a:hover,
a:focus {
    text-decoration: none;
}


/* Layout
______________________*/

.row {
    margin: 0;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}


/*loader*/

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 999999;
    text-align: center;
}
.details_listing{
    margin-top: 20px;
}
.loader > img {
    cursor: pointer;
    vertical-align: middle;
    display: block;
    width: 100%;
    object-fit: cover;
    visibility: visible !important;
    position: fixed;
    right: 0;
    margin: 0 auto !important;
    left: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
}


/*@keyframes slideDown {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}

@-webkit-keyframes slideDown {
      from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}*/

.main_body {
    display: block;
    max-width: 360px;
    margin: 0 auto;
}

.login_screen {
    max-width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 0 66px;
    background: #ffffff;
    height: auto;
}

.user_login {
    padding: 73px 18px 98px;
    background: #fff;
    margin: -28px 13px 0;
    border-radius: 8px;
    box-shadow: 1px 19px 27px rgba(154, 154, 154, 0.44);
}

.form_box {
    position: relative;
}

.form_box input,
textarea,
.shipment_box input,
.package_box h4 ,.shipment_track_btns input{
    width: 100%;
    margin: 0 0 15px;
    border-radius: 35px;
    padding: 0 18px 0 50px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    -webkit-box-shadow: 1px 6px 7px rgb(16 16 16 / 14%);
    border: 1px solid #d2d1d1;
    background: #e2e2e2;
}

.form_box svg {
    position: absolute;
    left: 19px;
    top: 12px;
    height: 22px;
    width: 22px;
}

.user_login p {
    color: #293846;
    margin: 5px 0 3px;
    font-weight: 500;
    font-size: 16px;
}

.user_login p a {
    color: #df1e1e;
    font-weight: bold;
    font-size: 16px;
}

#login_items a button {
    font-size: 20px;
    width: 100%;
}

.form_box button:hover,
.form_box button {
    background-image: linear-gradient(60deg, #CD0404 0%, #DF1E1E 56%);
}

.form_box button {
    border-radius: 35px;
    padding: 10px 4px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0 0;
    font-weight: 500;
    border: 2px solid #df1e1e;
    display: inline-block;
    box-shadow: 0px 17px 10px -10px rgb(216, 216, 216);
}

.site_name {
    background-image: linear-gradient(60deg, #CD0404 0%, #d24848 56%);
    padding: 39px 0 66px;
    border-radius: 0 0 20px 20px;
}

.site_name h3 {
    color: #fff;
    font-size: 19px;
}

.login_head h4 {
    color: #707070;
    font-size: 35px;
}

.login_head p {
    font-size: 15px;
    margin: 13px 0 24px;
}

.register_page {
    padding: 48px 18px 98px;
}

.top_head {
    padding: 9px 0 43px;
    border-radius: 0;
    margin: 0;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}
.back_btn {
    width: 12%;
    padding: 2px 11px 0;
    text-align: left;
}

.back_btn i {
    font-size: 23px;
}

.page_title {
    width: 76%;
    padding: 3px 0 0;
    text-align: center;
}

.page_title h4,
.back_btn i {
    color: #fff;
}

.register_main .user_login {
    margin: 0;
    border-radius: 35px 0 0 0;
    box-shadow: none;
}

.responsive {
    width: 100%;
    height: auto;
}
.fix_wrapper_h {
    margin: 18px 0 0;
}
.fix_location {
    padding-bottom: 11px;
}
.main_location {
}
.user_name_ {
    width: 100%;
    text-align: left;
    padding: 0;
}
.user_name_ p {
    font-size: 12px;
    color: #999;
}

.user_name_ h3 {
    font-size: 14px;
}
.w_10_px {
    max-width: 10%;
}
.w_10_px ul {
    margin-top: 18px;
}
.w_10_px ul li:first-child {
    height: 8px;
    margin-bottom: 5px;
}
.w_10_px ul li {
    padding: 0;
    line-height: 0;
    height: 5px;
}
.w_10_px ul li i {
    color: #f27474;
    font-size: 16px;
    margin: 0px 0 0 -12px;
}
.w_10_px ul li b {
    color: #9999;
}
.w_90_px {
    width: 90%;
    padding: 0px 13px 0 20px;
    margin: 0px 0 0px -9px;
}


.w_90_px p b{

color: #62ab06;

font-size: 12px;
}
.status_box h3 b,.status_box p b{
        float: right;
}
.fix_wrapper_h:last-child{
    margin-bottom: 17px;
}
.track-result  p b ,.track-result  p {
    font-size: 12px;
    font-weight: 500;
}
.track_courier a {
    background-image: linear-gradient(60deg, #CD0404 0%, #d24848 56%);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
}

.track {
    margin-top: 20px;
}

.head {
    border-radius: 40px;
    width: 80px;
    font-size: 12px;
    margin-left: 6px;
}

body,
html {
    margin: 0;
    padding: 0;
    background: linear-gradient(25deg, #a9f3f9, #f0fffb);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

:root {
    --main-lighter: #f0fffb;
    --main-light: #a9f3f9;
    --main-sublight: #bffaff;
    --main: #00e1da;
    --main-dark: #00b7b4;
    --main-darker: #003f3c;
}

.flex {
    display: flex;
}

.f-wrap {
    flex-wrap: wrap;
}

.jcsb {
    justify-content: space-between;
}

.jcsa {
    justify-content: space-around;
}

.jcc {
    justify-content: center;
}

.aifs {
    align-items: flex-start;
}

.aic {
    align-items: center;
}

.w-100 {
    width: 100%;
}

.m-m {
    margin: 20px;
}

.mb-m {
    margin-bottom: 20px;
}

.mt-s {
    margin-top: 10px;
}

.main-card-head {
    background-color: var(--main-darker);
    padding: 15px 30px;
    border-radius: 10px 10px 0 0;
}

.cardhead-light {
    background-color: var(--main-lighter);
    border: 1px solid var(--main-dark);
}

.terms {
    border-radius: 0;
    margin: 0 0 24px;
}

.Terms p {
    font-size: 14px;
    padding-top: 20px;
}

.Terms h3 {
    font-weight: 600;
}

.pickup_arrange p {
    font: 11px;
}

.info {
    padding-top: 10px;
}

.contact input,
textarea {
    padding: 10px 21px;
}

.form_check {
    margin-top: 10px;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.pay {
    font-size: 20px;
}

.form_check span {
    font-size: 12px;
    color: gray;
}

.form_check [type="radio"]:checked,
.form_check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form_check [type="radio"]:checked+label,
.form_check [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.form_check [type="radio"]:checked+label:before,
.form_check [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.form_check label {
    text-align: left !important;
}

.form_check [type="radio"]:checked+label:after,
.form_check [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #d24848;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_check [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form_check [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.co-one {
    padding:8px 0 13px !important;
}

.cone {
    padding: 5px 18px 98px;
}

.form_group {
    text-align: left;
    margin-top: 20px;
}

.user_login-fix {
    text-align: left;
    color: #33333363;
    padding: 16px 10px 98px;
}

.user_login-fix h4 {
    padding-bottom: 10px;
}

.courier_wrapper {
    background: #ffffff;
    padding: 8px 0px 0;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 #0000002b;
}

.custom_img img {
    width: 100%;
}

.back_color {
    background: #f0f1f1a3;
}

.w_50_fix h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.w_35_fix h4 {
    font-size: 12px;
    font-weight: bold;
    color: #d24848;
}

.w_50_fix h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.w_50_fix p {
    font-size: 11px;
    margin-top: 1px;
    margin-bottom: 0;
}

.w_25_fix {
    line-height: 0;
    width: 12%;
    padding: 0;
}

.w_35_fix b {
    font-weight: 500;
    font-size: 11px;
    padding-top: 5px;
    display: block;
}

.w_35_fix h4 {
    padding-bottom: 0;
}

.w_50_fix {
    width: 47%;
    line-height: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.w_35_fix {
    line-height: 0;
    padding-right: 0;
    width: 40%;
    padding-left: 8px;
}

.c_sm_5 b {
    font-size: 11px;
}

.c_sm_5 {
    width: 35%;
    padding: 0;
}

.c_sm_2 i {
    color: #d02a2a;
}

.c_sm_2 {
    width: 30%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5fc;
}

body::-webkit-scrollbar-thumb {
    background-color: #efefef;
}

.pb_2_ {
    padding: 12px 0 0 !important;
}

.col_sm_12 {
    width: 100%;
}

.col_sm_12 .w_35_fix h4,
.col_sm_12 .w_50_fix h3,
.col_sm_12 .w_50_fix p,
.col_sm_12 .w_35_fix b {
    color: #fff;
    text-align: left;
}

.user_location {
    background: url(../images/back.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 35%;
}

.fix_view_pic {}

.fix_view_pic img {
    width: 50px;
    border-radius: 100%;
}

.fix_view_profile {}

.fix_view_profile h3 {
    text-align: left;
    color: #fff;
}

.fix_view_profile p {
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.user_location {
    padding-bottom: 0;
    padding-top: 0px;
    padding: 10px 8px;
}




.fix_wrapper_h {
    margin: 10px 0;
}

.first_name_fix {
    width: 80%;
    padding-left: 5px;
}

.first_name_fix h3,
.last_name_fix h3 {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.new_fix {
    padding-bottom: 10px !important;
    padding-right: 10px !important;
}

.new_fix_last {
    padding: 8px 8px 8px !important;
}

.first_name_fix p,
.last_name_fix p {
    text-align: left;
    font-size: 12px;
    color: #999;
}

.last_name_fix {
    width: 3%;
}
.main_location {
    display: flex;
    position: relative;
    background: #fff;
    padding: 10px 1px 15px 9px;
    border-radius: 0 0 12px 12px;
    border: 2px dotted #e0e3ed;
    box-shadow: 1px 8px 17px rgb(152 152 152 / 25%);
}
.arrow_fix {
    content: "";
    position: absolute;
}

.arrow_fix.active:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    transform: rotate(-135deg) !important;
    height: 12px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 34%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 12px;
}

.arrow_fix:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    height: 12px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 34%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 12px;
}


.booking_values #fix_top {
    padding: 0 0 0 5px;
    margin: 0 0 0 9px;
}
#fix_top {
    display: flex;
    padding: 0 0 0 5px;
    width: 100%;
    border-left: 2px dotted #ccc;
    margin: 0 0 0 18px;
}
.user_name {
    width: 60%;
}

.user_name_ h3 {
    font-weight: 500;
    margin: 0;
    color: #fff;
    padding: 7px 14px 10px;
    border-radius: 8px 8px 0 0;
    background-image: linear-gradient(#416baf, #274f90, #416baf) !important;
}

.user_name_ p {
    font-size: 12px;
    color: #999;
}

.fix_location {
    padding-bottom: 11px;
}

.back_color .c_sm_5 {
    max-width: 30%;
}

.back_color .c_sm_2 {
    max-width: 40%;
    flex: 40%;
    text-align: center;
}

.w_10_px {
    max-width: 10%;
}

.w_90_px {
    width: 100%;
}

.user_name_ {
}

.user_name h3 {
    font-weight: 600;
    text-align: left;
    padding-left: 5px;
    padding-top: 7px;
}

.w_90_px p:first-child {
    padding-top: 0;
}

.user_name p {
    text-align: left;
    padding-left: 5px;
    margin: 0;
    font-size: 15px;
    color: #b1b1b1;
}

.w_10_px {
    margin: 0;
}

.w_90_px .first_fix {
    font-size: 12px;
    color: #999;
    padding: 5px 0 6px;
}

.w_90_px h3 {
    text-align: left;
    font-weight: 500;
    margin: 0 0 7px;
    font-size: 15px;
}
.w_90_px p {
    text-align: left;
    font-size: 13px;
    padding: 3px 0 0;
    font-weight: 500;
    color: #525050;
    text-transform: capitalize;
}

.w_10_px ul {
    margin-top: 0;
}

.w_10_px ul li {
    padding: 0;
    line-height: 0;
    height: 5px;
}

.w_10_px ul li b {
    color: #9999;
}

.w_10_px ul li:first-child {
    height: 8px;
    margin-bottom: 5px;
}

.w_10_px ul li:last-child {
    height: 8px;
    margin-top: 0;
}

.w_10_px ul li i {
}

.container_fix ul.tabs {
    margin: 0px;
    padding: 15px 0;
    list-style: none;
}

.container_fix ul.tabs li {
    background: none;
    color: #2222224d;
    display: inline-block;
    padding: 10px 10px;
    width: 32.3%;
    cursor: pointer;
    border: 1px solid #3333;
    border-radius: 30px;
    background: #3333330a;
    font-size: 14px;
}

.container_fix ul.tabs li.current {
    background: #d24848;
    color: #fff;
}

.container_fix .tab-content {
    display: none;
    padding: 8px 0;
}

.container_fix .tab-content.current {
    display: inherit;
}

.small {
    width: 31.4%;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 0 3px 1px #00000017;
}

.new_top_fit {
    box-shadow: 0 0 3px 1px #00000017;
    margin: 8px 0;
    border-radius: 5px;
}


/*  ###  Rubberband range input   */

.rubber-ipt {
    width: 220px;
    height: 2px;
    background-color: #ddd;
    position: relative;
}

.rubber-ipt-range {
    width: 200px;
    height: 2px;
    background-color: #cf2222;
    position: relative;
}

.rubber-ipt-min,
.rubber-ipt-max {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    border: 1px solid #cf2222;
}

.flex_fix {
    display: flex;
    padding: 10px 20px 14px;
}

.rubber-ipt-min {
    transform: translate(-9px, -9px);
    left: 0;
}

.rubber-ipt-max {
    transform: translate(210px, -9px);
    left: 0;
}

.switch-field {
    display: flex;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #d03131;
    color: #fff;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 15px 0 0 15px;
}

.switch-field label:last-of-type {
    border-radius: 0 15px 15px 0;
}

.rubber-value-min {
    top: 10px;
    transform: translateX(-10px);
}

.rubber-value-max {
    top: 10px;
    right: 0;
    transform: translateX(10px);
}


/* #########  Styling */

.first_name_fix_2 {
    width: 58%;
    text-align: left;
}

.first_name_fix_2 h3 {
    padding-top: 7px;
}

.last_name_fix_2 {
    width: 42%;
}

.textarea textarea {
    box-shadow: unset;
    border-radius: 15px;
    font-size: 12px;
    height: 80px;
    margin: 8px 0 0;
    background: #f7f7f77a;
}

.select_setting h3 {
    color: #33333382;
    padding-top: 3px;
}

.select_setting {
    border: 1px solid #3333;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    margin: 10px 0 3px;
}

.select_setting select {
    border: unset;
}

.fix_new_btn:hover {
    color: #fff;
}

.form_box select {
    width: 100%;
    margin: 0 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 35px;
    padding: 0 18px 0 55px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    background: #e2e2e2;
    box-shadow: 0 0 7px 0 #e0d7d7;
    -webkit-box-shadow: 1px 6px 7px rgb(113 113 113 / 25%);
    border: 1px solid #bdbdbd;
}

.fix_new_btn {
    background: #d03131;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 100px;
}

.main_fix_row {
    display: flex;
    padding: 15px 0;
}

.w-20_col {
    width: 20%;
}

.w-20_col img {
    width: 61px;
    border-radius: 100px;
}

.w-40_col {
    width: 40%;
}

.w-40_col i {
    font-size: 20px;
    padding-top: 25px;
}

.full_width_f {
    display: flex;
    padding: 18px 10px;
    background: #fff;
}

.right_w_80 h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.height_fix {
    height: unset;
}

.right_w_80 p {
    font-size: 13px;
    margin: 0;
}

.right_w_20 {
    width: 20%;
}

.right_w_80 {
    width: 80%;
}

.typing_text img {
    width: 162px;
    height: 162px;
    border-radius: 100%;
}

.typing_text {
    position: fixed;
    top: 27%;
    z-index: 9999;
    left: 0;
    right: 0;
}

#text {
    font-size: 40px;
    color: #fff;
}

.track_page h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 92px 0 16px;
}

.contact_page .register_page {
    padding: 20px 18px 98px;
}

.page_title h4 {
    font-size: 14px;
    margin-bottom: 0;
}

.bottom_bar {
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 5px 10px 5px 0;
    max-width: 101%;
    margin: 0 auto;
    z-index: 999;
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
}

.bottom_bar ul li {
    width: 34%;
    position: relative;
    text-align: center;
    display: inline-block;
}

.bottom_bar #home_icon {
    width: 31%;
}

.bottom_bar ul li svg,
.bottom_bar ul li svg {
    display: block;
    margin: 0 auto 0px;
    width: 32px;
}

.bottom_bar ul li b {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 2px;
    text-transform: capitalize;
    line-height: 1.4;
}

.bottom_bar ul #rate_calculator {
    width: 31%;
}

#rate_calculator_box select {
    padding: 13px 18px;
    height: auto;
}

.delivery_banner img {
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.shipment_box {
    padding: 40px 20px 70px;
}

.shipment_box h4 {
    line-height: 1.5;
    margin: 0 0 20px;
}

.shipment_box ul {
    text-align: left;
}

.shipment_box ul li {
    position: relative;
}

#rate_transit ul li a:hover,
.shipment_box ul li a {
    color: #fff;
    background: #b3a037;
}

.shipment_box ul li a {
    display: inline-block;
    width: 100%;
    margin: 0 0 12px;
    padding: 10px 9px 11px 94px;
    border-radius: 35px;
    font-size: 20px;
    border: 1px solid #b3b3b366;
    font-weight: 500;
}
table.resposive_table tr:nth-child(even){
    background: #fff;
}

.shipment_box ul li svg {
    width: 27px;
    vertical-align: middle;
    position: absolute;
    left: 55px;
    top: 10px;
}

.shipment_box ul li .service_bg {
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
    color: #fff;
    box-shadow: 0 0 20px 0 #ccccccc7;
}

.shipment_box .rate_bg {
    border: 1px solid #b3a037;
}

.track_shipments {
    padding: 21px 15px;
    width: 373px;
    margin: 0 auto;
}

.track_shipments .form_box svg {
    cursor: pointer;
}

.track_shipments .form_box .search_box ,.track_shipments .form_box svg,.shipment_track_btns svg{
    position: absolute;
    right: 13px;
    left: auto;
    top: 10px !important;
    width: 25px;
    height: 25px;
}

.track_info {
    padding: 9px 8px;
    text-align: left;
}

.track_info p {
    font-size: 14px;
    color: #4c4b4b;
    margin: 0 0 14px;
    line-height: 1.6;
}

.track_info a {
    font-size: 13px;
    color: #da8e0e;
    font-weight: 600;
    text-decoration: underline !important;
}

.no_records {
    margin: 0;
}

.no_records b {
    border-top: 1px solid #cccccc82;
    border-bottom: 1px solid #cccccc82;
    padding: 16px 0;
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.radius_box svg {
    width: 37px;
    padding: 15px 0 0;
}

.no_records img {
    width: 100%;
    display: block;
    height: 267px;
    object-fit: cover;
}

.track_shipment_page .login_screen {
    margin: 0;
}

.get_quote input {
    padding: 0 18px 0 34px;
}

.form_box {
    text-align: left;
    clear: both;
}

.form_box label {
    margin: 0 4px 12px;
}

::-webkit-input-placeholder {
    color: #4c4b4b;
}

::-moz-placeholder {
    color: #4c4b4b;
}

:-ms-input-placeholder {
    color: #4c4b4b;
}

:-moz-placeholder {
    color: #4c4b4b;
}

.package_box {
    margin-top: 22px;
    /*border-top: 1px solid #cccccc78;
    padding: 12px 0 0;*/
}

.package_box h4 {
    padding: 14px 18px 15px 29px;
    height: auto;
    font-size: 14px;
    cursor: pointer;
}

.package_box h4 i {
    float: right;
    font-size: 22px;
    vertical-align: middle;
    margin: -2px 0 0;
}

.select_packaging_dropdown {
    background: #fff;
    border: 1px solid #dcdbdb;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    display: none;
    margin: -13px 3px;
}

.bdr_select {
    border-bottom: 1px solid #dcdbdb;
    padding: 10px 3px;
    background: #f7f7f7;
    border-radius: 10px 10px 0 0;
}

.select_img {
    width: 20%;
    padding: 6px 0 0;
    text-align: center;
}

.select_img img {
    width: 29px;
    object-fit: contain;
    height: 29px;
    vertical-align: middle;
}

.select_info {
    width: 80%;
    padding: 0 0 0 3px;
}

.select_info h5 {
    margin: 0 0 8px;
    font-size: 15px;
    color: #ce0b0b;
}

.select_info p {
    font-size: 11px;
}

.Dutiable_box {
    margin-top: 30px;
    position: relative;
}

.Dutiable_box svg {
    top: 46px;
    left: 13px;
}

.Dutiable_box select {
    padding: 13px 29px 13px 32px;
    height: auto;
}

#delivered_details .Dutiable_box .search_box {
    top: 42px !important;
}

#rate_transit {
    padding: 0 16px 71px;
}

#rate_transit ul li a {
    text-align: center;
    font-size: 17px;
    padding: 16px 9px;
}

#rate_transit ul li .service_bg {
    border: 1px solid #315a9c;
}

.select_service h2 {
    color: #e69712;
    margin: 0 0 28px;
    font-size: 23px;
}

.select_service ul {
    text-align: center;
    margin: 0 0 39px;
}

.select_service ul li {
    display: inline-block;
    width: 46%;
    vertical-align: middle;
}

.select_service ul li a {
    display: inline-block;
}

.select_service ul li a img {
    width: 58px;
    margin: 0;
    vertical-align: middle;
    height: 55px;
    object-fit: contain;
    padding: 17px 0 0;
}

.select_service ul li a h5 {
    font-size: 17px;
    line-height: 1.4;
}

.radius_box {
    border-radius: 100%;
    width: 74px;
    height: 74px;
    margin: 0 auto 13px;
    border: 2px solid #049ac5;
    background-image: linear-gradient(#1386a7, #049ac5, #20bfec) !important;
}

.choose_service {
    text-align: center;
    margin: 0 0 20px;
}

.sidebar_menu {
    position: fixed;
    top: 0;
    width: 19%;
    left: 0;
    bottom: 0;
    box-shadow: 1px 60px 19px rgb(132 132 132 / 58%);
    z-index: 999;
    background: #fff;
    overflow-y: auto;
    display: none;
}

.main_baner img {
    width: 100%;
    height: 139px;
    object-fit: cover;
    display: block;
}

.inner_menu_box ul li a {
    width: 100%;
    display: inline-block;
    padding: 8px 18px;
    border-bottom: 1px solid #cccccc85;
}

.inner_menu_box ul li a svg {
    width: 26px;
    vertical-align: middle;
    margin: -5px 4px 0 0;
}

.close-btn {
    position: fixed;
    top: 13px;
    left: 290px;
    color: #fff;
    background: #352f2f;
    border-radius: 100%;
    width: 20px;
    cursor: pointer;
    text-align: center;
    height: 20px;
    line-height: 1.1;
}

.close-btn i {
    font-size: 15px;
}

.monday_date {
    background: #f5f5f5;
    padding: 7px 34px;
    border-radius: 35px;
    border: 1px solid #cccccc9e;
}

.monday_date b {
    display: block;
    margin: 0 0 6px;
    font-size: 15px;
}

.monday_date p {
    font-size: 14px;
    color: #eb1f27;
}

.shipment_box .rate-transit,
.shipment_box ul li a:hover {
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
    border: 1px solid #6c2c8d;
}

.shipment_box ul li a:hover {
    color: #fff;
}

.shipment_box ul li a:hover svg path {
    fill: #fff;
}
.textarea_box{
    height: 68px;
    margin-bottom: 0;
}
.Pending_bg a{
    background-image: linear-gradient(-90deg, #e09c2a, #c78a23) !important;
}

.fix_logo_f img {
    width: 75px;
}

.body_img_bg {
    background: url(../images/flatpack-delivery_africa.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.fix_screen {
    background: unset;
    padding: 59px 0 0;
}

.login_btn_:hover {
    color: #fff;
    background: #0589af;
    border: 1px solid #0589af;
}

.login_btn_ ,#rate_transit .shipment_btns{
    text-align: center;
    padding: 10px 14px 13px;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #9433c5);
    color: #ffffff;
    box-shadow: 0 0 20px 0 #ccccccc7;
    display: inline-block;
    width: 25% !important;
    margin: 7px 0 !important;
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 19px;
    border: 1px solid #335c9f;
    font-weight: 500;
}

.uesr_pic {
    position: absolute;
    top: 42px;
    width: 100%;
    text-align: center;
}

.uesr_pic img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
}



.shipment_box_new {
    margin-top: 50px;
    width: 360px;
    margin: 0 auto;
}

.shipment_box_new ul li {
    /* border: 5px solid #0d0150; */
    margin: 14px 0px;
    border-radius: 70px;
    padding: 8px 0 8px 34px;
    box-shadow: 0 0 7px 1px #0000002e;
    text-align: left;
}

.shipment_box_new ul li a h2 {
    color: #6c2c8d;
    font-size: 19px;
    font-weight: 600;
}

.shipment_box_new ul li a h3 {
    display: inline-block;
    font-size: 14px;
    color: #0d0150;
    padding: 1px 0 4px;
    vertical-align: top;
}

.shipment_box_new ul li a svg {
    width: 47px;
    float: left;
    height: 47px;
    border-radius: 100px;
    padding: 0 12px;
    margin-right: 21px;
    top: 8px !important;
    right: -3px;
    left: auto;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}

.fix_input_last input {
    padding: 10px 12px;
}

.fix_input_last {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.main_container {
    padding: 0 15px;
}

.upload-options {
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color ease-in-out 150ms;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}

.upload-options label::after {
    content: '';
    background: url(../images/camera.svg);
    position: absolute;
    background-color: #fff;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    padding: inherit;
    right: 68px;
    top: 91px;
    z-index: 0;
    border-radius: 100%;
    border: 1px solid #010101;
}

.upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.upload-options label span:hover i.material-icons {
    color: lightgray;
}

.js--image-preview {
    height: 150px;
    border-radius: 100%;
    width: 150px;
    margin: 0 auto;
    border: 1px solid;
    position: relative;
    overflow: hidden;
    background-image: url(../images/user.png);
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper_box_pix {
    margin: 0 0 19px;
}

.box_pix_ {
    position: relative;
}

.js--image-preview.js--no-default::after {
    display: none;
}

.js--image-preview:nth-child(2) {
    background-image: url('http://bastianandre.at/giphy.gif');
}

i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

.drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    transform: scale(0);
}

.animate {
    animation: ripple 0.4s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.main_table_fix {
    padding: 0 15px;
    margin-bottom: 70px;
}

table.resposive_table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table.resposive_table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.resposive_table tr {
    background-color: #ffffff;
    border: 1px solid #cac9c9;
    padding: 0;
    box-shadow: 0 7px 23px 0 rgb(117 117 117 / 44%);
    border-radius: 3px;
    float: left;
       width: 23.8%;
    margin: 0 15px 19px 0;
}

table.resposive_table th,
table.resposive_table td {
    padding: 8px 11px;
    text-align: center;
}

table.resposive_table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

table.resposive_table caption {
    font-size: 1.3em;
}

table.resposive_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

table.resposive_table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 19px;
}

table.resposive_table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 12px;
    text-align: right;
        position: relative;
}
.cod_list svg{
        top: 3px !important;
}

.fixleft_side {
    padding: 0 15px;
}

table.resposive_table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 15px;
    color: #3e3b3b;
}
.main_wrapper_table,
.main_wrapper_table2,
.main_wrapper_table3,
.main_wrapper_table4,
.main_wrapper_table5,
.main_wrapper_table6 {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 8px 8px;
    box-shadow: 0 0 24px 0 #ccc;
    border: 1px solid #ccc;
    border-top: none;
    top: 37px;
}

.fix_ul_li {
    padding-top: 4px;
}

.fix_ul_li li {
    padding: 4px 0;
    width: 100%;
    clear: both;
}

.fix_ul_li li b {
    float: left;
    color: #e21a28;
    width: auto;
    text-align: left;
}

.fix_view_btn a {
    padding: 0 5px;
}

.fix_view_btn a i {
    color: #0e0ee0;
}

.fix_view_btn a:nth-child(2) i {
    color: #e61c2a;
}

.fix_view_btn a:nth-child(3) i {
    color: #009688;
}

#table_btn_menu,
#table_btn_menu2,
#table_btn_menu3,
#table_btn_menu4,
#table_btn_menu5,
    #table_btn_menu6 {
    cursor: pointer;
    color: #0d0150;
    font-size: 17px;
    margin-top: 4px;
}


table.resposive_table td:last-child {
    border-bottom: 0;
}


.delivered {
    background: #0d0150;
    color: #fff;
    padding: 1px 10px 3px;
    border-radius: 18px;
}

.sidebar_menu::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
}
.sidebar_menu::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.sidebar_menu::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#ada9a2;
}
#rate_transit a{
    margin-top: 0 !important;
}
.box_pix_{
    margin-bottom: 20px;
}
.contact_page .textarea_box {
    height: 174px;
}
.contact_page p{
    margin: 22px 0 18px;
}
.contact_page h4{
        color: #ec1121;
        font-size: 26px;
        margin: 45px 0 0;
}
.Dutiable_box select {
    color: #626262;
}
.pieces_box{
    float: left;
    width: 48%;
    clear: inherit;
    margin-right: 9px;
}
.margin_none{
    margin-right:0;
}
.shipment_box_new ul li{
    -webkit-transition:0.4s;
    position: relative;
}
.shipment_box_new ul li:hover{
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
}
.viev-btn {
    text-align: center !important;
}
.viev-btn h6 a:hover{
        background-image: linear-gradient(-90deg, #e09c2a, #c78a23);
}
.viev-btn  h6 a{
    background: #292626;
    color: #fff;
    display: inline-block;
    padding: 5px 16px 7px;
    border-radius: 35px;
    font-size: 12px;
}
.shipment_box_new ul li:hover h2,.shipment_box_new ul li:hover h3{
    color: #fff;
}
table.resposive_table td h6,.Pending_approval{
    font-size: 13px !important;
        color: #de251c;
}
table.resposive_table .Approved h6, .Approved {
    font-size: 16px !important;
    color: #6da72a;
}
.auto_records table.resposive_table td {
    font-size: 14px;
    text-align: left;
}
.auto_records table.resposive_table th, .auto_records table.resposive_table td {
    padding: 11px;
}
.auto_records table.resposive_table td span {
    background: #444c;
    color: #fff;
    padding: 6px 6px 7px;
    display: inline-block;
    border-radius: 23px;
    margin: -4px 0 9px 4px;
    font-size: 11px;
    width: 47%;
    text-align: center;
    float: right;
    cursor: pointer;
}
/*.auto_records {
    min-height: 170px;
    overflow-y: auto;
    max-height: 294px;
    box-shadow: 0 7px 23px 0 rgb(117 117 117 / 62%);
    border-radius: 3px;
}*/
.auto_records table.resposive_table tr{
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}
.auto_records::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
}
.auto_records::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.auto_records::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#ada9a2;
}
.shiping-consignee-bdr .track-result{
    margin: 0 0 8px -10px;
}
.Consignee_box{
        padding: 0px 0 0 18px;
}
.status_box.w_90_px p {
    font-size: 12px;
    padding: 7px 0 4px;
}
.w_90_px p{
    position: relative;
}
.w_90_px p:before{
    content: '';
    display: block;
    top: auto;
    left: -20px;
    background: #aba8a3;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 100%;
    margin-top: 6px;
}
.status_box p:before {
    left: -28px;
}
.deliver_icon{
    position: relative;
}
.delivery_icon_info svg {
    position: absolute;
    left: 7px;
    top: 5px;
    width: 23px;
}
.delivery_table_ table.resposive_table th,.delivery_table_  table.resposive_table td {
    padding:5px 11px 16px 37px;
}
.delivery_icon_list{
}
.delivery_icon_list svg{
    position: absolute;
       left: 7px;
       top: -28px;
       width: 23px;
}
.login_loader{
        background: url(../images/flatpack-delivery_africa.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
        margin: 0;
}
.shipment_box_new ul li:hover  svg{
    background: #b4a138;
}
#desktop_view {
    max-width: 100%;
}
.deliver_icon i {
    cursor: pointer;
    color: #0d0150;
    font-size: 17px;
    margin-top: 4px;
}
#login_desktop .login_btn_ {
    width: 100% !important;
    cursor: pointer;
}
.submit_deliviery table.resposive_table tr{
    width: 100%;
    float: none;
}
.track_details_page{
    width: 312px;
    margin: 20px auto 0;
}
.camera-button{
    position: static;
    right: 0;
    left: 0;
}
.box_pix_{
    height: 104px;
    width: 210px;
    margin: 0 auto;
}

.camera-button .button.is-primary {
    background: #fff;
    border: 3px dotted #ec1121;
    color: #fff;
    height: 100px;
    padding: 5px 0 0;
    width: 100px;
    border-radius: 100%;
    cursor: pointer;
}
.web-camera-container {
    padding: 0;
    border-radius: 4px;
    width: 100%;
    height: 122px;
}
 .camera-box video {
      width: auto;
      height: 110px;
      border-radius: 4px;
      /* border: 2px dotted #000; */
}
.web-camera-container .camera-box .camera-shutter {
   opacity: 0;
   width: 100%;
   background-color: #fff;
   position: absolute;
}
 .web-camera-container .camera-loading ul {
   height: 100%;
   position: absolute;
   width: 100%;
   z-index: 999999;
   margin: 0;
}
.camera-button .button.is-danger {
    background: #e11a28;
    z-index: 99999;
    padding: 0;
    color: #fff;
    font-size: 12px;
    border: unset;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 23px;
    top: -8px;
    cursor: pointer;
    display: none;
}
.button:focus{
    outline: none;
    border: none;
}
.rate-transits,.desktop_layout{
    width: 367px;
    margin: 0 auto;
}
.login_btm img{
    width: 100%;
    display: block;
}
.desktop_layout {
    padding: 19px 20px 0;
}
#pad_none{
    padding-bottom: 0;
}
.my_shipment_me{
    text-align: center;
    padding: 0 20px;
}
.shipment_tabs_box ul{
    background: #f5f5f5;
    padding: 11px 0 11px;
    border-bottom: 1px solid #cccccca6;
}
.shipment_tabs_box ul li {
    display: inline-block;
    width: 14%;
    margin-right: 5px;
}
.shipment_tabs_box ul li a{
    color: #fff;
    padding: 7px 16px;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}
#rate_transit .contact_btn,.shipment_tabs_box ul li a,#signup_box .contact_btn{
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
    border: 1px solid #b4a138;
}
.shipment_tabs_box ul li .active{
    color: #fff;
    background-image: linear-gradient(#416baf, #274f90, #416baf) !important;
    border: 1px solid #3760a3;
}
.shipment_tabs_box ul li a:hover{
    background-image: linear-gradient(60deg, #e61c2a 0%, #ec1121 56%);
    color: #fff;
}
#register_screen {
    padding: 28px 0 0;
}
#register_screen h3{
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 7px;
}
#register_screen p{
    font-size: 14px;
}
#register_screen .get_quote input {
    padding: 0 18px 0 18px;
}
.date_box {
    padding: 12px 0;
}
.to-me-date {
    width: 367px;
    margin: 0 auto 10px;
    box-shadow: 1px 6px 7px rgb(16 16 16 / 14%);
    border: 1px solid #ccc9;
}
.from_delivery{
    text-align: left;
    padding: 10px 13px 14px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.from_delivery p{
    font-size: 14px;
}
.from_delivery b{
        font-size: 16px;
        display: block;
        margin: 3px 0;
        font-weight: 600;
        color: #e21927;
}
.from_delivery svg{
    width: 33px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li {
    background: #d8d7d7;
    color: #222;
    display: inline-block;
    padding: 7px 9px;
    cursor: pointer;
    width: 32%;
}
ul.tabs li.current {
    background: #e41927;
    color: #fff;
}

.tab-content{
    display: none;
    background: #e8e8e8;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 9px;
}

.tab-content.current{
    display: inherit;
}
.scan_delivery_btn {
    padding: 5px 0 0;
}
.scan_delivery_btn ul li {
    display: inline-block;
    width: 49%;
}
.scan_delivery_btn ul li a {
    font-size: 11px;
    background: #d0cece;
    color: #000;
    padding: 7px 3px;
    display: inline-block;
    margin: 5px 2px 0;
    border-radius: 2px;
    width: 100%;
}
.Signature_box{
    height: 200px;
}
.right_logo {
    position: absolute;
    right: 15px;
    text-align: right;
    margin-top:2px;
    cursor: pointer;
}
.right_logo img{
    width: 86px;
}
#mian_home {
    padding: 8px 0 13px !important;
}
#rate_transit .shipment_btns{
    height: auto;
    width: 23% !important;
    margin: 1px auto 0 !important;
}
#inner_rate_box li input{
    height: auto !important;
    padding: 16px 9px;
    font-size: 17px;
}
#rate_transit .shipment_btns,#inner_rate_box li input{
    cursor: pointer;
}
#inner_rate_box .rate_bg {
    color: #fff;
    background: #0d0150;
}
 .fix_ul_li{
       position: relative;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 8px 22px;
    /* box-shadow: 0 0 12px 0 #ccc; */
        border: 1px solid #ccc;
    top: 3px;
    /*border-top: none;*/
}
.save_future{
        color: #000;
        float: right;
        vertical-align: middle;
        margin: 0 11px 0 0;
        border: none;
        border-radius: 3px;
        padding: 3px 8px 4px;
        cursor: pointer;
        background: #fff;
        font-size: 11px;
        cursor: pointer;
}
.track_btn {
    float: left;
    color: #ffffff !important;
    background:#345d9f;
    padding: 3px 8px 5px;
    font-size: 12px;
    border-radius: 2px;
}
.track_btn:hover,.track_btn:focus{
    background: #e61c2a;
}
.shipment_track_btns svg {
    width: 22px;
    position: absolute;
    top: 11px;
    left: 10px;
}
.shipment_track_btns{
    width: 323px;
    margin: 13px auto 15px;
    position: relative;
}
.shipment_track_btns input {
    padding: 0 136px 0 30px;
}
.shipment_track_btns .login_btn_ {
    width: auto !important;
    height: auto;
    position: absolute;
    padding: 13px 13px;
    border: none;
    top: -7px;
    right: 0;
    cursor: pointer;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #9433c5);
}
#selector_icon ul li a {
    display: inline-block;
    width: auto;
    padding: 0;
    background: transparent;
    border: none;
}
#selector_icon ul li a h5 {
    color: #000;
}
#selector_icon ul li svg {
    vertical-align: middle;
    position: static;
    width: 37px;
    padding: 15px 0 0;
}
#selector_icon ul li a:hover{
    background: none !important;
    color: #fff;
    border: none !important;
    box-shadow: none;
}
#selector_icon  ul {
    margin: 0 0 13px;
        padding: 26px 0 0 !important;
}

#selector_icon ul li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
#tracking_status .status_box p span{
    float: left;
    width: 50%;
}
#tracking_status .status_box p b{
    float: right;
    width: 50%;
    text-align: right;
}
.status_box.w_90_px p {
    clear: both;
}
.deliver_icon svg {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 6px;
    top: 4px;
}
#track_list_records{
    padding-bottom: 2px !important;
}
.form_loader img{
        width: 30%;
    margin: 0 auto;
}
.booking_values .form_box select {
padding: 0 18px 0 17px;
}
.booking_values .get_quote input {
padding: 0 18px 0 11px;
}
.booking_values .form_box .search_box, .booking_values .form_box svg, .booking_values svg {position: absolute;right: 13px;left: 0;top: 9px !important;width: 24px;height: 24px;margin: 0 auto;right: 0;}
.lable_toggle label {
font-weight: bold;
color: #e41928;
margin-top: 8px;
}
.booking_values .textarea_box {
height: 68px;
margin-bottom: 9px;
}
.hide_box_pickup{
display: none;
}
.padd_top_none{
padding-top: 0;
}
.pickup_toggle i {
float: right;
vertical-align: middle;
margin: 0px 17px 0 0;
font-size: 28px;
}
.pickup_toggle label{
width: 100%;
cursor: pointer;
margin: 10px 5px 6px;
}
.labeldown i{
transform :rotate(179deg);
}
.loader_onorder{
        width: 176px;
    margin: 0 auto;
}


/*tabs steps*/
.wizard {
    margin: 0;
    background: #fff;
    width: 100%;
}
.wizard .nav-tabs {
    position: relative;
    margin: 0;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
    width: 100%;
    text-align: center;
    padding: 0 1px 0;
}
.tab-pane {
    display: none;
}
.tab-content- .active {
    display: block;
}

.wizard > div.wizard-inner {
    position: fixed;
    top: 0;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #6c2c8d);
    width: 56px;
    text-align: center;
    height: 100vh;
    z-index: 9999;
    border-radius: 0 22px 22px 0;
    padding: 129px 4px 0 4px;
}
.connecting-line {
    height: 2px;
    background: none;
    position: absolute;
    width: 76%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 46%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 45px;
    height: 45px;
    line-height: 43px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #ffffff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #b3a037;
    background-image: linear-gradient(#b3a035, #b4a134, #b3a037);
}
.wizard .nav-tabs > .active:hover img {
    /*filter: grayscale(121%) brightness(300%) sepia(180%) hue-rotate(
-50deg
 ) saturate(600%) contrast(0.8) !important;*/
 filter: none;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
span.round-tab:hover  img{
   filter: none !important;
}
.wizard .nav-tabs > li {
    width: auto;
    margin: 0 auto 13px;
    text-align: center;
    float: none;
    display: block;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 27%;
    opacity: 1;
    margin: 0 auto;
    bottom: 35px;
    border: 10px solid transparent;
    border-bottom-color: red;
    display: none;
}
.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
    display: block;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
    border: 1px solid transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 22px;
}
.wizard h3 {
    margin-top: 0;
}
.nav-tabs {
    border-bottom: none;
}
.wizard .nav-tabs > li.active > a svg path,.wizard .nav-tabs > li > a:hover svg path{
    fill: #fff;
}
.shipmentbox input[type="radio"]
{
  appearance: none;
  display: none;
}

.shipmentbox input[type="radio"] + label
{
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}

.shipmentbox input[type="radio"] + label::before
{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #f27474;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 1;
  transition: all 0.3s;
}

.shipmentbox input[type="radio"] + label::after
{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #f27474;
  background: #f27474;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: auto;
  opacity: 0;
  transition: all 0.3s;
  margin-top: 8px;
}

.shipmentbox input[type="radio"]:checked + label::after
{
  opacity: 1;
}
.payment_method_box{
    background: #e6e6e6;
    margin: 0 9px 9px;
    padding: 11px 12px;
    text-align: left;
    border-radius: 6px;
    border: 1px solid #cccccc4d;
    position: relative;
}
.shipmentbox{
    margin-top: 12px;
}
.next-step,.prev-step{
    /* border: none; */
    padding: 10px 39px;
    border-radius: 35px;
    margin: 19px 0 0;
    font-size: 15px;
    font-weight: 500;
}
.next-step {
    color: #b3a037;
    margin: 0;
    background: transparent;
    border: 2px solid #b3a037;
}
.prev-step{
    color: #fff;
    margin: 0 !important;
    border: 2px solid #b4a138;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}
.tab-content- {
    height: auto;
    margin: 0 auto;
    width: 376px;
    padding: 35px 0 100px 62px;
}
.list-inline {
    position: fixed;
    bottom: 67px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #eae9e9;
    width: 100%;
    padding: 12px 8px 11px 57px;
    text-align: center;
        z-index: 9;
    border-top: 1px solid #8080802e;
}
.pickup_information {
    text-align: left;
    padding: 0 31px 0 0;
}
.pickup_information h4{

color: #6c2c8d;

font-weight: bold;

font-size: 16px;
}
.inner_pickupinfo{

margin: 9px 0 11px;

position: relative;
}
.inner_pickupinfo label{

font-size: 13px;

margin: 0 0 5px;

font-weight: 500;
}
.inner_pickupinfo label span{

color: #e41927;

font-weight: bold;
}
.inner_pickupinfo  select,.inner_pickupinfo input{
    border-radius: 35px;
    padding: 0 35px 0 13px !important;
    border: 1px solid #cccccc73;
    height: 40px;
    width: 100%;
    font-size: 13px;
    background: #ececec;
}
.inner_pickupinfo select {
}
.inner_pickupinfo svg {
    left: auto;
    right: 15px;
    top: 34px !important;
    width: 24px;
    z-index: 9;
    /* height: 20px; */
}

.nav-tabs img{

width: 26px;

height: 27px;

object-fit: contain;

line-height: inherit;
}
.wizard .nav-tabs > .active  img,.wizard .nav-tabs > li:hover  img{
    filter: grayscale(109%) brightness(398%) sepia(91%) hue-rotate(11deg ) saturate(20%) contrast(0.8);
}
.right_btmbar ul li b {
    color: #545353;
}
.right_btmbar {
    background: #fff;
    border-top: 1px solid #ccccccab;
}
.next-step:hover{
        color: #b3a037;
        background: transparent;
}
button:focus,a:focus{
    outline: 0;
}
.right_btmbar ul li {
    width: 33%;
}
#red_bar {
    background-image: linear-gradient(60deg, #333 0%, #545353 56%);
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.carge_location_map{
    position: absolute;
    top: 49px;
    opacity: 0.3;
}
.carge_location_map img{
      width: 100%;
}
.inner_pickupinfo label > h6 {
    display: inline-block;
    font-size: 9px;
    color: #df1a28;
    font-weight: bold;
    margin: 0 0 0 8px;
}
.swal-footer {
    text-align: center;;
}
.swal-button {
    background-color: #6b2a8c;
    border-radius: 35px;
    padding: 10px 49px;
}
.swal-button:not([disabled]):hover {
    background-image: linear-gradient(#6b2a8c, #6b2a8c, #8d26c1) !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;background: none;
}
#order_listing .back_btn a{
    display: inline-block;
}
#order_listing  svg {
    top: 0px !important;
}
.user_name_ h3 span{
    float: right;
}
.cod_amount {
    width: 100%;
    text-align: left;
    padding: 14px 9px 0;
}
.cod_amount ul li {
    font-size: 12px;
    margin: 0 0 6px;
    border-bottom: 1px dotted #ccccccd4;
    padding: 0 0 8px;
}
.cod_amount ul li:last-child{
    border-bottom: none;
}
.cod_amount ul li b {
    font-weight: 600;
    color: #353535;
}
.cod_amount ul li span {
    float: right;
    font-weight: 600;
    color: #83c52f;
}
#track_details .fix_location {
    padding: 0 0 15px 0;
   /* border: none;*/
}
#track_details  .fix_wrapper_h {
    margin: 11px 0;
}
#track_details .status_box p:before {
    left: -24px;
}
#track_details .user_name_ h3 {
    margin: 0 0 10px;
}
#track_details .Consignee_box {
    padding: 0px 0 13px 18px;
}
#track_details  .status_box{
    padding: 0 5px 16px 20px;
}
.file_type input {
    padding-top: 7px !important;
    opacity: 1;
    border: none;
}
.custom-file-input {
  color: transparent;
}
.custom-file-input {
    font-weight: 700;
    font-size: 11px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
    content: 'Choose File';
    color: black;
    display: inline-block;
    background: none;
    border: none;
    border-radius: 3px;
    padding: 4px 4px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    font-size: 13px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
    outline-offset: 0;
}
.track-result p .distance{
    margin: 0 5px 0;
    color: #e61927;
}
#desktop_orders,#track_details_info{
    width: 100%;
    padding: 0 26px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h{
    width: 24%;
    float: left;
    margin: 0 12px 12px 0;
}
.view_action_btn {
    width: 24px;
    vertical-align: middle;
    margin: 0 3px 0 0;
}
.action_box{
    padding-top: 10px;
}
.order_info_details {
    position: relative;
    background: #fff;
    padding:10px 10px 2px;
    border-radius: 10px;
    border: 2px dotted #d4d4d4;
    box-shadow: 1px 8px 17px rgb(152 152 152 / 25%);
    width: 24%;
    float: left;
    margin: 0 13px 13px 0;
}
.inner_info {
    float: left;
    width: 50%;
}
.inner_info p {
    text-align: left;
    font-size: 17px;
    padding: 0 0 7px;
    font-weight: 500;
    color: #525050;
    text-transform: capitalize;
}
.distance{
        padding: 0 3px;
}
.location_to {
    width: 100%;
    padding: 1px 0 0 20px;
    position: relative;
}
.right_box p{
    text-align: right;
}
.inner_info b {
    font-size: 16px;
    font-weight: 500;
    color: #f27474;
}
.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.odr-no{
    font-weight: bold !important;
    color: #10597a !important;
}
.location_to h4 {
    display: block;
    float: none;
    margin: 7px 0 2px;
}
.from_to{
    position: relative;
}
.from_to:before{
    content: '';
    display: block;
    left: 0;
    border-left: 3px dotted #7cc24d;
    width: 2px;
    height: 43px;
    position: absolute;
    top: 5px;
}
.from_to{

position: absolute;

top: 4px;

left: 2px;
}
.from_to span{

position: absolute;

display: block;

background: #adb8bd;

width: 7px;

height: 7px;

top: 21px;

left: -2px;

border-radius: 100%;
}

.cod_blue{
    color: #1893b7 !important;
}
.sr_info .w_10_px ul li i {
    margin: 0px 0 0 -15px;
}
.order_info_track .w_90_px p:before {
    left: -19px;
}
.sro_record .fix_location{
    border: none !important;
}
.location_to p, .location_to h4 {
    font-size: 19px;
}
#track_details .order_history_details .status_box p:before {
    left: -21px;
}
.checked_mark {
    font-weight: 500 !important;
    color: #83c52f !important;
}
/*#signup_Tabs{
padding-top: 35px;
}*/
.confirm_message_box{
        font-size: 14px;
    padding: 19px 8px 0;
}
.confirm_message_box{
        font-size: 14px;
    padding: 19px 8px 0;
}
#page-name .parcel_received{
        position: relative;
        top: 5px;
        right: -4px;
    font-size: 13px !important;
    }
.confirm_message_box {
    text-align: center;
    padding: 80px 13px 0;
}
.confirm_message_box img {
    width: 86px;
    margin: 0 0 14px;
}
.confirm_message_box p {
    font-size: 15px;
}
.search_order_list {
    padding: 22px 0 9px;
    position: relative;
}
.search_order_list i {
    position: absolute;
    top: 35px;
    margin: 0 0 0 13px;
}
.search_order_list input {
    width: 295px;
    padding: 0 15px 0 34px;
    height: 39px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
}
.lang_select{
    position: relative;
}
.lang_select select{
    padding: 0 18px;
    background: #fff;
}
.lang_select img{

position: absolute;

width: 19px;

top: 13px;

right: 16px;
}


/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"], 
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}
.right_logo{
    display: none;
}
#home_layout ul li {
    width: 45%;
    display: inline-block;
    margin: 0 8px;
}
#home_layout ul li a {
    padding: 17px 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 12px 31px rgb(123 123 123 / 25%);
    background: #fff;
    color: #3a3939;
    border: 1px solid #b7a22d;
    font-size: 19px;
}
#home_layout ul li svg {
    display: block;
    position: static;
    margin: 0 auto 9px;
    width: 51px;
}
#home_layout ul li a:hover{
    background: #b3a037;
}
#home_layout ul li a:hover svg path,#home_layout ul li a:hover{
    color: #fff;
}


/*responsive*/


@media(max-width: 1250px) {
    .container {
        width: 100%;
    }
    .order_info_details {
        width: 32%;
    }
    #rate_transit .shipment_btns {
        height: auto;
        width: 35% !important;
        margin: 1px auto 0 !important;
    }
    table.resposive_table td h6, .Pending_approval {
        font-size: 14px !important;
    }
    .shipment_tabs_box ul li {
        width: 19%;
    }
    .delivery_table_ table.resposive_table th, .delivery_table_ table.resposive_table td {
        padding: 5px 11px 14px 37px;
    }
    .shipment_box {
        padding: 77px 20px 70px;
    }
    .loader {
        width: 100%;
    }
    .loader>img {
        width: 100%;
    }
    .sidebar_menu {
        width: 25%;
    }
    table.resposive_table tr {
        width: 31.8%;
    }
    #homejs_page .shipment_box {
        padding: 35px 20px 70px;
    }
    #homejs_page #selector_icon ul {
        padding: 18px 0 0 !important;
    }
    #homejs_page .login_btm img {
        height: 220px;
        object-fit: cover;
    }
    #desktop_orders{
    padding: 0 15px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h{
    width: 33%;
    float: left;
    margin: 0 12px 12px 0;
}
.inner_info p {
    font-size: 14px;
}
}

@media(max-width: 1024px) {
    .container {
        width: 100%;
    }
    .shipment_tabs_box ul li {
    width: 24%;
}
    .order_info_details {
    width: 48%;
}
    .bottom_bar ul li {
    width: 33%;
}

 table.resposive_table tr {
    width: 47.9%;
}

    .loader,
    .loader>img {
        width: 47%;
    }
    .sidebar_menu {
        width: 33%;
    }
    .close-btn {
        color: #e92128;
        background: #ffffff;
    }
    #rate_transit .shipment_btns {
    width: 46% !important;
}
}

@media screen and (max-width: 600px) {
    table.resposive_table {
        border: 0;
    }
    table.resposive_table caption {
        font-size: 1.3em;
    }
    table.resposive_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.resposive_table tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }
    table.resposive_table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 12px;
        text-align: right;
    }
    .fixleft_side {
        padding: 0 15px;
    }
    table.resposive_table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .main_wrapper_table,
    .main_wrapper_table2,
    .main_wrapper_table3,
    .main_wrapper_table4 {
        display: none;
    }
    .fix_ul_li {
        padding-top: 20px;
    }
    .fix_ul_li li {
        padding: 4px 0;
    }
    .fix_ul_li li b {
        float: left;
        color: #08a7cc;
        width: auto;
        text-align: left;
    }
    .fix_view_btn a {
        padding: 0 5px;
    }
    .fix_view_btn a i {
        color: #0e0ee0;
    }
    .fix_view_btn a:nth-child(2) i {
        color: #e61c2a;
    }
    .fix_view_btn a:nth-child(3) i {
        color: #009688;
    }
    #table_btn_menu,
    #table_btn_menu2,
    #table_btn_menu3,
    #table_btn_menu4,
    #table_btn_menu5,
    #table_btn_menu6 {
        cursor: pointer;
        color: #e61c2a;
        font-size: 17px;
    }
    table.resposive_table td:last-child {
        border-bottom: 0;
    }
}


@media(max-width: 767px) {
    .container {
        width: auto;
    }
  .search_order_list input {
        width: 100%;
    }
    .search_order_list {
    padding: 22px 18px 9px;
}
    .register_info{
        padding-top: 24px;
    }
    .location_to p, .location_to h4 {
    font-size: 13px !important;
}
    .wizard .tab-pane {
    padding-top: 9px;
}
    .tab-content- {
    padding-top: 0 ;
}
.from_to:before {
    border-left: 2px dotted #a9a9a9;
    width: 2px;
    height: 49px;
    top: 0;
    margin-top: 4px;
}
.from_to span {
    width: 6px;
    height: 6px;
    top: 24px;
    left: -2px;
}
    .distance {
    font-size: 13px !important;
}
.location_to p{
    padding-bottom: 0;
}
.user_name_ h3 {
    padding: 5px 14px 6px;
}

.inner_info p {
    padding: 0 0 3px;
}
.w_90_px h3 {
    margin: 0 0 3px;
    font-weight: 700;
    color: #494848;
}
.track_details_page {
    margin: 9px auto 0;
}
.location_to {
    margin: 0;
    padding: 4px 0 4px 18px;
    position: relative;
}
.location_to p{
    padding-bottom: 0;
}
    .order_info_details {
    width: 100%;
        padding: 5px 10px;
        float: none;
    margin: 0 0 4px 0;
    clear: both;
}
.inner_info p {
    font-size: 12px !important;
}
.inner_info b {
    font-size: 13px;
}
     #desktop_orders{
    padding: 0 15px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h {
    width: 100%;
    float: none;
    margin: 0 0 12px;
}
    .right_btmbar {
    text-align: right;
}
    .form_loader img {
    width: 77%;
    margin: 0 auto;
}
    #track_list_records {
    padding: 8px 0 13px !important;
}
    .logout-btn {
    position: absolute;
    top: -1px;
    left: 14px;
    z-index: 99;
}
    .save_future{
    margin: -2px 7px 0 0;
}
.bottom_img_fixed{
    display: none;
}
#rate_transit .shipment_btns {
    width: 100% !important;
}
.shipment_track_btns {
    width: 92%;
}
.shipment_track_btns input {
    padding: 0 106px 0 30px;
}
#homejs_page .shipment_box {
    padding: 14px 20px 20px;
}
.bottom_bar ul li {
    width: 35%;
}
.shipment_tabs_box ul li {
    width: 62%;
    margin: 0 0 5px;
}
.to-me-date {
    width: 100%;
}
    .status_box p:before {
    top: 11px !important;
}
    .close-btn {
    left: 272px;
}
.w_90_px p:before {
    left: -20px;
}
/*.w_90_px p:before {
    top: 15px;
}*/
.w_90_px p b ,.w_90_px h3{
    font-size: 13px;
}
.status_box.w_90_px p {
    font-size: 11px;
}
.w_90_px p:before {
    margin-top: 6px;
}
 .status_box p b {
    font-weight: 600;
    font-size: 11px;
}
.status_box p:before {
    left: -28px;
}
  .auto_records table.resposive_table td span {
    padding: 8px 6px;
    margin: 6px 0 0px 0px;
    font-size: 13px;
    width: 100%;
    float: none;
    text-transform: capitalize;
}

.fix_wrapper_h {
    margin: 18px 12px 0;
}
    .user_name_ {
    padding: 0;
}
    .bottom_bar ul li b {
    font-size: 13px;
}
    .loader,
    .loader>img {
        width: 100%;
        height: 100vh;
    }
    .sidebar_menu {
        width: 82%;
    }
    .main_body {
        display: block;
    }
    .shipment_box ul li a {
        padding: 10px 9px 13px 76px;
    }
    .shipment_box ul li svg {
        width: 26px;
        left: 39px;
        top: 13px;
    }
    .shipment_box {
        padding: 47px 0 0;
    }
    .select_service ul li a h5 {
        font-size: 15px;
        padding: 0 8px;
    }
    .main_body,
    .bottom_bar {
        max-width: 100%;
        margin: 0;
    }
    .login_btn_ {
        width: 100% !important;
    }
    .track_shipments,.shipment_box_new,.track_details_page {
        width: 100%;
    }
    table.resposive_table tr {
        width: 100%;
        margin: 0 0 15px;
    }
    .fix_ul_li {
        padding-top: 1px;
    }
    .rate-transits ,.desktop_layout{
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
.bottom_bar #home_icon {
    width: 26%;
}
  /*  .bottom_bar #home_icon {
        width: 21%;
    }*/
    .loader, .loader > img {
    width: 100%;
}
.shipment_box ul {
    padding: 0 20px;
}
.fix_screen {
    padding: 71px 0 0;
}
#register_screen {
    padding: 14px 0 0;
}
.right_logo {
    right: 8px;
    padding: 0;
    top: auto;
    margin: 1px 0 0;
}
.right_logo img {
    width: 69px;
}
#homejs_page .bottom_img_fixed {
    display: block;
}
#homejs_page {
    background: none;
}
.get_quote input {
    padding: 0 18px 0 22px;
}
.contact_page .textarea_box {
    height: 123px;
}
#ratejs_page #rate_transit {
    padding: 0 16px 0;
}
table.resposive_table td::before {
    font-size: 12px;
}
table.resposive_table td h6, .Pending_approval {
    font-size: 15px !important;
}
.right_btmbar li{
    width: 27% !important;
}
.second_step {
    bottom: 63px;
    padding-right: 0px;
    padding-left: 56px;
}
.second_step button{

padding: 10px 13px;

border: 2px solid #b3a037;

width: 100%;
}
.pickup_information {
    padding: 0 13px;
}
.second_step>li,.list-inline>li {
    padding-right: 3px;
    padding-left: 3px;
    width: 47%;
}
.list-inline {
    bottom: 63px;
}
.tab-content- {
    margin: 0;
    width: 100%;
}
.dashboard_page > p {
    font-size: 14px;
    text-transform: capitalize;
}
.dashboard_page{
    padding: 0 15px;
}
.shipment_box_new ul li {
    padding: 8px 0 8px 17px;
}
.shipment_box_new ul li a svg {
    top: 6px !important;
    width: 47px;
    height: 47px;
    padding: 0 9px;
    right: 7px;
    margin: 0;
}
#track_details {
    padding: 0 13px;
}
.track_lgo h4 {
    font-size: 13px;
    margin-bottom: 1px;
    padding: 3px 0 0;
}
#text {
    font-size: 23px;
}
.user_name_ h3,.w_90_px p {
    font-size: 13px;
}
.location_to h4 {
    margin: 17px 0 2px;
}
.status_box p:before {
    margin-top: 0px;
}
.rates_box_value{
    padding: 0 17px;
}
#order_listing svg {
    top: -1px !important;
}
#home_layout ul {
    text-align: center;
    padding: 0 5px;
}
#home_layout ul li {
    width: 44%;
}
#home_layout ul li a {
    font-size: 16px;
    padding: 10px 20px;
}
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
em,
img,
small,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

:focus {
    outline: 0
}

input,
textarea {
    margin: 0;
    outline: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}


/* Default Font Styles
______________________*/

body,
input,
select,
textarea,
p,
a,
b {
    font-family: 'Alata', sans-serif;
    color: #000;
    line-height: 1.4;
}

html,
body {
    background: #fff !important;
}

.flash_categories {
    display: none;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Links
______________________*/

a {
    text-decoration: none !important;
}

a:hover {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


/* p, blockquote, address
______________________*/

p {
    font-size: 18px;
    margin-bottom: 20px;
}

a:hover,
a:focus {
    text-decoration: none;
}


/* Layout
______________________*/

.row {
    margin: 0;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}


/*loader*/

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 999999;
    text-align: center;
}
.details_listing{
    margin-top: 20px;
}
.loader > img {
    cursor: pointer;
    vertical-align: middle;
    display: block;
    width: 100%;
    object-fit: cover;
    visibility: visible !important;
    position: fixed;
    right: 0;
    margin: 0 auto !important;
    left: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
}


/*@keyframes slideDown {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}

@-webkit-keyframes slideDown {
      from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}*/

.main_body {
    display: block;
    max-width: 360px;
    margin: 0 auto;
}

.login_screen {
    max-width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 0 66px;
    background: #ffffff;
    height: auto;
}

.user_login {
    padding: 73px 18px 98px;
    background: #fff;
    margin: -28px 13px 0;
    border-radius: 8px;
    box-shadow: 1px 19px 27px rgba(154, 154, 154, 0.44);
}

.form_box {
    position: relative;
}

.form_box input,
textarea,
.shipment_box input,
.package_box h4 ,.shipment_track_btns input{
    width: 100%;
    margin: 0 0 15px;
    border-radius: 35px;
    padding: 0 18px 0 50px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    -webkit-box-shadow: 1px 6px 7px rgb(16 16 16 / 14%);
    border: 1px solid #d2d1d1;
    background: #e2e2e2;
}

.form_box svg {
    position: absolute;
    left: 19px;
    top: 12px;
    height: 22px;
    width: 22px;
}

.user_login p {
    color: #293846;
    margin: 5px 0 3px;
    font-weight: 500;
    font-size: 16px;
}

.user_login p a {
    color: #df1e1e;
    font-weight: bold;
    font-size: 16px;
}

#login_items a button {
    font-size: 20px;
    width: 100%;
}

.form_box button:hover,
.form_box button {
    background-image: linear-gradient(60deg, #CD0404 0%, #DF1E1E 56%);
}

.form_box button {
    border-radius: 35px;
    padding: 10px 4px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0 0;
    font-weight: 500;
    border: 2px solid #df1e1e;
    display: inline-block;
    box-shadow: 0px 17px 10px -10px rgb(216, 216, 216);
}

.site_name {
    background-image: linear-gradient(60deg, #CD0404 0%, #d24848 56%);
    padding: 39px 0 66px;
    border-radius: 0 0 20px 20px;
}

.site_name h3 {
    color: #fff;
    font-size: 19px;
}

.login_head h4 {
    color: #707070;
    font-size: 35px;
}

.login_head p {
    font-size: 15px;
    margin: 13px 0 24px;
}

.register_page {
    padding: 48px 18px 98px;
}

.top_head {
    padding: 9px 0 43px;
    border-radius: 0;
    margin: 0;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}
.back_btn {
    width: 12%;
    padding: 2px 11px 0;
    text-align: left;
}

.back_btn i {
    font-size: 23px;
}

.page_title {
    width: 76%;
    padding: 3px 0 0;
    text-align: center;
}

.page_title h4,
.back_btn i {
    color: #fff;
}

.register_main .user_login {
    margin: 0;
    border-radius: 35px 0 0 0;
    box-shadow: none;
}

.responsive {
    width: 100%;
    height: auto;
}
.fix_wrapper_h {
    margin: 18px 0 0;
}
.fix_location {
    padding-bottom: 11px;
}
.main_location {
}
.user_name_ {
    width: 100%;
    text-align: left;
    padding: 0;
}
.user_name_ p {
    font-size: 12px;
    color: #999;
}

.user_name_ h3 {
    font-size: 14px;
}
.w_10_px {
    max-width: 10%;
}
.w_10_px ul {
    margin-top: 18px;
}
.w_10_px ul li:first-child {
    height: 8px;
    margin-bottom: 5px;
}
.w_10_px ul li {
    padding: 0;
    line-height: 0;
    height: 5px;
}
.w_10_px ul li i {
    color: #f27474;
    font-size: 16px;
    margin: 0px 0 0 -12px;
}
.w_10_px ul li b {
    color: #9999;
}
.w_90_px {
    width: 90%;
    padding: 0px 13px 0 20px;
    margin: 0px 0 0px -9px;
}


.w_90_px p b{

color: #62ab06;

font-size: 12px;
}
.status_box h3 b,.status_box p b{
        float: right;
}
.fix_wrapper_h:last-child{
    margin-bottom: 17px;
}
.track-result  p b ,.track-result  p {
    font-size: 12px;
    font-weight: 500;
}
.track_courier a {
    background-image: linear-gradient(60deg, #CD0404 0%, #d24848 56%);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
}

.track {
    margin-top: 20px;
}

.head {
    border-radius: 40px;
    width: 80px;
    font-size: 12px;
    margin-left: 6px;
}

body,
html {
    margin: 0;
    padding: 0;
    background: linear-gradient(25deg, #a9f3f9, #f0fffb);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

:root {
    --main-lighter: #f0fffb;
    --main-light: #a9f3f9;
    --main-sublight: #bffaff;
    --main: #00e1da;
    --main-dark: #00b7b4;
    --main-darker: #003f3c;
}

.flex {
    display: flex;
}

.f-wrap {
    flex-wrap: wrap;
}

.jcsb {
    justify-content: space-between;
}

.jcsa {
    justify-content: space-around;
}

.jcc {
    justify-content: center;
}

.aifs {
    align-items: flex-start;
}

.aic {
    align-items: center;
}

.w-100 {
    width: 100%;
}

.m-m {
    margin: 20px;
}

.mb-m {
    margin-bottom: 20px;
}

.mt-s {
    margin-top: 10px;
}

.main-card-head {
    background-color: var(--main-darker);
    padding: 15px 30px;
    border-radius: 10px 10px 0 0;
}

.cardhead-light {
    background-color: var(--main-lighter);
    border: 1px solid var(--main-dark);
}

.terms {
    border-radius: 0;
    margin: 0 0 24px;
}

.Terms p {
    font-size: 14px;
    padding-top: 20px;
}

.Terms h3 {
    font-weight: 600;
}

.pickup_arrange p {
    font: 11px;
}

.info {
    padding-top: 10px;
}

.contact input,
textarea {
    padding: 10px 21px;
}

.form_check {
    margin-top: 10px;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.pay {
    font-size: 20px;
}

.form_check span {
    font-size: 12px;
    color: gray;
}

.form_check [type="radio"]:checked,
.form_check [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.form_check [type="radio"]:checked+label,
.form_check [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.form_check [type="radio"]:checked+label:before,
.form_check [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.form_check label {
    text-align: left !important;
}

.form_check [type="radio"]:checked+label:after,
.form_check [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #d24848;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_check [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form_check [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.co-one {
    padding:8px 0 13px !important;
}

.cone {
    padding: 5px 18px 98px;
}

.form_group {
    text-align: left;
    margin-top: 20px;
}

.user_login-fix {
    text-align: left;
    color: #33333363;
    padding: 16px 10px 98px;
}

.user_login-fix h4 {
    padding-bottom: 10px;
}

.courier_wrapper {
    background: #ffffff;
    padding: 8px 0px 0;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 #0000002b;
}

.custom_img img {
    width: 100%;
}

.back_color {
    background: #f0f1f1a3;
}

.w_50_fix h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.w_35_fix h4 {
    font-size: 12px;
    font-weight: bold;
    color: #d24848;
}

.w_50_fix h3 {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.w_50_fix p {
    font-size: 11px;
    margin-top: 1px;
    margin-bottom: 0;
}

.w_25_fix {
    line-height: 0;
    width: 12%;
    padding: 0;
}

.w_35_fix b {
    font-weight: 500;
    font-size: 11px;
    padding-top: 5px;
    display: block;
}

.w_35_fix h4 {
    padding-bottom: 0;
}

.w_50_fix {
    width: 47%;
    line-height: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.w_35_fix {
    line-height: 0;
    padding-right: 0;
    width: 40%;
    padding-left: 8px;
}

.c_sm_5 b {
    font-size: 11px;
}

.c_sm_5 {
    width: 35%;
    padding: 0;
}

.c_sm_2 i {
    color: #d02a2a;
}

.c_sm_2 {
    width: 30%;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5fc;
}

body::-webkit-scrollbar-thumb {
    background-color: #efefef;
}

.pb_2_ {
    padding: 12px 0 0 !important;
}

.col_sm_12 {
    width: 100%;
}

.col_sm_12 .w_35_fix h4,
.col_sm_12 .w_50_fix h3,
.col_sm_12 .w_50_fix p,
.col_sm_12 .w_35_fix b {
    color: #fff;
    text-align: left;
}

.user_location {
    background: url(../images/back.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 35%;
}

.fix_view_pic {}

.fix_view_pic img {
    width: 50px;
    border-radius: 100%;
}

.fix_view_profile {}

.fix_view_profile h3 {
    text-align: left;
    color: #fff;
}

.fix_view_profile p {
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

.user_location {
    padding-bottom: 0;
    padding-top: 0px;
    padding: 10px 8px;
}




.fix_wrapper_h {
    margin: 10px 0;
}

.first_name_fix {
    width: 80%;
    padding-left: 5px;
}

.first_name_fix h3,
.last_name_fix h3 {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.new_fix {
    padding-bottom: 10px !important;
    padding-right: 10px !important;
}

.new_fix_last {
    padding: 8px 8px 8px !important;
}

.first_name_fix p,
.last_name_fix p {
    text-align: left;
    font-size: 12px;
    color: #999;
}

.last_name_fix {
    width: 3%;
}
.main_location {
    display: flex;
    position: relative;
    background: #fff;
    padding: 10px 1px 15px 9px;
    border-radius: 0 0 12px 12px;
    border: 2px dotted #e0e3ed;
    box-shadow: 1px 8px 17px rgb(152 152 152 / 25%);
}
.arrow_fix {
    content: "";
    position: absolute;
}

.arrow_fix.active:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    transform: rotate(-135deg) !important;
    height: 12px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 34%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 12px;
}

.arrow_fix:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    display: block;
    height: 12px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 34%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 12px;
}


.booking_values #fix_top {
    padding: 0 0 0 5px;
    margin: 0 0 0 9px;
}
#fix_top {
    display: flex;
    padding: 0 0 0 5px;
    width: 100%;
    border-left: 2px dotted #ccc;
    margin: 0 0 0 18px;
}
.user_name {
    width: 60%;
}

.user_name_ h3 {
    font-weight: 500;
    margin: 0;
    color: #fff;
    padding: 7px 14px 10px;
    border-radius: 8px 8px 0 0;
    background-image: linear-gradient(#bca320, #bca320, #bca320) !important;
}

.user_name_ p {
    font-size: 12px;
    color: #999;
}

.fix_location {
    padding-bottom: 11px;
}

.back_color .c_sm_5 {
    max-width: 30%;
}

.back_color .c_sm_2 {
    max-width: 40%;
    flex: 40%;
    text-align: center;
}

.w_10_px {
    max-width: 10%;
}

.w_90_px {
    width: 100%;
}

.user_name_ {
}

.user_name h3 {
    font-weight: 600;
    text-align: left;
    padding-left: 5px;
    padding-top: 7px;
}

.w_90_px p:first-child {
    padding-top: 0;
}

.user_name p {
    text-align: left;
    padding-left: 5px;
    margin: 0;
    font-size: 15px;
    color: #b1b1b1;
}

.w_10_px {
    margin: 0;
}

.w_90_px .first_fix {
    font-size: 12px;
    color: #999;
    padding: 5px 0 6px;
}

.w_90_px h3 {
    text-align: left;
    font-weight: 500;
    margin: 0 0 7px;
    font-size: 15px;
}
.w_90_px p {
    text-align: left;
    font-size: 13px;
    padding: 3px 0 0;
    font-weight: 500;
    color: #525050;
    text-transform: capitalize;
}

.w_10_px ul {
    margin-top: 0;
}

.w_10_px ul li {
    padding: 0;
    line-height: 0;
    height: 5px;
}

.w_10_px ul li b {
    color: #9999;
}

.w_10_px ul li:first-child {
    height: 8px;
    margin-bottom: 5px;
}

.w_10_px ul li:last-child {
    height: 8px;
    margin-top: 0;
}

.w_10_px ul li i {
}

.container_fix ul.tabs {
    margin: 0px;
    padding: 15px 0;
    list-style: none;
}

.container_fix ul.tabs li {
    background: none;
    color: #2222224d;
    display: inline-block;
    padding: 10px 10px;
    width: 32.3%;
    cursor: pointer;
    border: 1px solid #3333;
    border-radius: 30px;
    background: #3333330a;
    font-size: 14px;
}

.container_fix ul.tabs li.current {
    background: #d24848;
    color: #fff;
}

.container_fix .tab-content {
    display: none;
    padding: 8px 0;
}

.container_fix .tab-content.current {
    display: inherit;
}

.small {
    width: 31.4%;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 0 3px 1px #00000017;
}

.new_top_fit {
    box-shadow: 0 0 3px 1px #00000017;
    margin: 8px 0;
    border-radius: 5px;
}


/*  ###  Rubberband range input   */

.rubber-ipt {
    width: 220px;
    height: 2px;
    background-color: #ddd;
    position: relative;
}

.rubber-ipt-range {
    width: 200px;
    height: 2px;
    background-color: #cf2222;
    position: relative;
}

.rubber-ipt-min,
.rubber-ipt-max {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    border: 1px solid #cf2222;
}

.flex_fix {
    display: flex;
    padding: 10px 20px 14px;
}

.rubber-ipt-min {
    transform: translate(-9px, -9px);
    left: 0;
}

.rubber-ipt-max {
    transform: translate(210px, -9px);
    left: 0;
}

.switch-field {
    display: flex;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #d03131;
    color: #fff;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 15px 0 0 15px;
}

.switch-field label:last-of-type {
    border-radius: 0 15px 15px 0;
}

.rubber-value-min {
    top: 10px;
    transform: translateX(-10px);
}

.rubber-value-max {
    top: 10px;
    right: 0;
    transform: translateX(10px);
}


/* #########  Styling */

.first_name_fix_2 {
    width: 58%;
    text-align: left;
}

.first_name_fix_2 h3 {
    padding-top: 7px;
}

.last_name_fix_2 {
    width: 42%;
}

.textarea textarea {
    box-shadow: unset;
    border-radius: 15px;
    font-size: 12px;
    height: 80px;
    margin: 8px 0 0;
    background: #f7f7f77a;
}

.select_setting h3 {
    color: #33333382;
    padding-top: 3px;
}

.select_setting {
    border: 1px solid #3333;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    margin: 10px 0 3px;
}

.select_setting select {
    border: unset;
}

.fix_new_btn:hover {
    color: #fff;
}

.form_box select {
    width: 100%;
    margin: 0 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 35px;
    padding: 0 18px 0 55px;
    height: 45px;
    font-size: 13px;
    font-weight: 500;
    background: #e2e2e2;
    box-shadow: 0 0 7px 0 #e0d7d7;
    -webkit-box-shadow: 1px 6px 7px rgb(113 113 113 / 25%);
    border: 1px solid #bdbdbd;
}

.fix_new_btn {
    background: #d03131;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 100px;
}

.main_fix_row {
    display: flex;
    padding: 15px 0;
}

.w-20_col {
    width: 20%;
}

.w-20_col img {
    width: 61px;
    border-radius: 100px;
}

.w-40_col {
    width: 40%;
}

.w-40_col i {
    font-size: 20px;
    padding-top: 25px;
}

.full_width_f {
    display: flex;
    padding: 18px 10px;
    background: #fff;
}

.right_w_80 h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.height_fix {
    height: unset;
}

.right_w_80 p {
    font-size: 13px;
    margin: 0;
}

.right_w_20 {
    width: 20%;
}

.right_w_80 {
    width: 80%;
}

.typing_text img {
    width: 162px;
    height: 162px;
    border-radius: 100%;
}

.typing_text {
    position: fixed;
    top: 27%;
    z-index: 9999;
    left: 0;
    right: 0;
}

#text {
    font-size: 40px;
    color: #fff;
}

.track_page h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 92px 0 16px;
}

.contact_page .register_page {
    padding: 20px 18px 98px;
}

.page_title h4 {
    font-size: 14px;
    margin-bottom: 0;
}

.bottom_bar {
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 5px 10px 5px 0;
    max-width: 101%;
    margin: 0 auto;
    z-index: 999;
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
}

.bottom_bar ul li {
    width: 34%;
    position: relative;
    text-align: center;
    display: inline-block;
}

.bottom_bar #home_icon {
    width: 31%;
}

.bottom_bar ul li svg,
.bottom_bar ul li svg {
    display: block;
    margin: 0 auto 0px;
    width: 32px;
}

.bottom_bar ul li b {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 2px;
    text-transform: capitalize;
    line-height: 1.4;
}

.bottom_bar ul #rate_calculator {
    width: 31%;
}

#rate_calculator_box select {
    padding: 13px 18px;
    height: auto;
}

.delivery_banner img {
    width: 100%;
    height: 154px;
    object-fit: cover;
}

.shipment_box {
    padding: 40px 20px 70px;
}

.shipment_box h4 {
    line-height: 1.5;
    margin: 0 0 20px;
}

.shipment_box ul {
    text-align: left;
}

.shipment_box ul li {
    position: relative;
}

#rate_transit ul li a:hover,
.shipment_box ul li a {
    color: #fff;
    background: #b3a037;
}

.shipment_box ul li a {
    display: inline-block;
    width: 100%;
    margin: 0 0 12px;
    padding: 10px 9px 11px 94px;
    border-radius: 35px;
    font-size: 20px;
    border: 1px solid #b3b3b366;
    font-weight: 500;
}
table.resposive_table tr:nth-child(even){
    background: #fff;
}

.shipment_box ul li svg {
    width: 27px;
    vertical-align: middle;
    position: absolute;
    left: 55px;
    top: 10px;
}

.shipment_box ul li .service_bg {
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
    color: #fff;
    box-shadow: 0 0 20px 0 #ccccccc7;
}

.shipment_box .rate_bg {
    border: 1px solid #b3a037;
}

.track_shipments {
    padding: 21px 15px;
    width: 373px;
    margin: 0 auto;
}

.track_shipments .form_box svg {
    cursor: pointer;
}

.track_shipments .form_box .search_box ,.track_shipments .form_box svg,.shipment_track_btns svg{
    position: absolute;
    right: 13px;
    left: auto;
    top: 10px !important;
    width: 25px;
    height: 25px;
}

.track_info {
    padding: 9px 8px;
    text-align: left;
}

.track_info p {
    font-size: 14px;
    color: #4c4b4b;
    margin: 0 0 14px;
    line-height: 1.6;
}

.track_info a {
    font-size: 13px;
    color: #da8e0e;
    font-weight: 600;
    text-decoration: underline !important;
}

.no_records {
    margin: 0;
}

.no_records b {
    border-top: 1px solid #cccccc82;
    border-bottom: 1px solid #cccccc82;
    padding: 16px 0;
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.radius_box svg {
    width: 37px;
    padding: 15px 0 0;
}

.no_records img {
    width: 100%;
    display: block;
    height: 267px;
    object-fit: cover;
}

.track_shipment_page .login_screen {
    margin: 0;
}

.get_quote input {
    padding: 0 18px 0 34px;
}

.form_box {
    text-align: left;
    clear: both;
}

.form_box label {
    margin: 0 4px 12px;
}

::-webkit-input-placeholder {
    color: #4c4b4b;
}

::-moz-placeholder {
    color: #4c4b4b;
}

:-ms-input-placeholder {
    color: #4c4b4b;
}

:-moz-placeholder {
    color: #4c4b4b;
}

.package_box {
    margin-top: 22px;
    /*border-top: 1px solid #cccccc78;
    padding: 12px 0 0;*/
}

.package_box h4 {
    padding: 14px 18px 15px 29px;
    height: auto;
    font-size: 14px;
    cursor: pointer;
}

.package_box h4 i {
    float: right;
    font-size: 22px;
    vertical-align: middle;
    margin: -2px 0 0;
}

.select_packaging_dropdown {
    background: #fff;
    border: 1px solid #dcdbdb;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    display: none;
    margin: -13px 3px;
}

.bdr_select {
    border-bottom: 1px solid #dcdbdb;
    padding: 10px 3px;
    background: #f7f7f7;
    border-radius: 10px 10px 0 0;
}

.select_img {
    width: 20%;
    padding: 6px 0 0;
    text-align: center;
}

.select_img img {
    width: 29px;
    object-fit: contain;
    height: 29px;
    vertical-align: middle;
}

.select_info {
    width: 80%;
    padding: 0 0 0 3px;
}

.select_info h5 {
    margin: 0 0 8px;
    font-size: 15px;
    color: #ce0b0b;
}

.select_info p {
    font-size: 11px;
}

.Dutiable_box {
    margin-top: 30px;
    position: relative;
}

.Dutiable_box svg {
    top: 46px;
    left: 13px;
}

.Dutiable_box select {
    padding: 13px 29px 13px 32px;
    height: auto;
}

#delivered_details .Dutiable_box .search_box {
    top: 42px !important;
}

#rate_transit {
    padding: 0 16px 71px;
}

#rate_transit ul li a {
    text-align: center;
    font-size: 17px;
    padding: 16px 9px;
}

#rate_transit ul li .service_bg {
    border: 1px solid #315a9c;
}

.select_service h2 {
    color: #e69712;
    margin: 0 0 28px;
    font-size: 23px;
}

.select_service ul {
    text-align: center;
    margin: 0 0 39px;
}

.select_service ul li {
    display: inline-block;
    width: 46%;
    vertical-align: middle;
}

.select_service ul li a {
    display: inline-block;
}

.select_service ul li a img {
    width: 58px;
    margin: 0;
    vertical-align: middle;
    height: 55px;
    object-fit: contain;
    padding: 17px 0 0;
}

.select_service ul li a h5 {
    font-size: 17px;
    line-height: 1.4;
}

.radius_box {
    border-radius: 100%;
    width: 74px;
    height: 74px;
    margin: 0 auto 13px;
    border: 2px solid #049ac5;
    background-image: linear-gradient(#1386a7, #049ac5, #20bfec) !important;
}

.choose_service {
    text-align: center;
    margin: 0 0 20px;
}

.sidebar_menu {
    position: fixed;
    top: 0;
    width: 19%;
    left: 0;
    bottom: 0;
    box-shadow: 1px 60px 19px rgb(132 132 132 / 58%);
    z-index: 999;
    background: #fff;
    overflow-y: auto;
    display: none;
}

.main_baner img {
    width: 100%;
    height: 139px;
    object-fit: cover;
    display: block;
}

.inner_menu_box ul li a {
    width: 100%;
    display: inline-block;
    padding: 8px 18px;
    border-bottom: 1px solid #cccccc85;
}

.inner_menu_box ul li a svg {
    width: 26px;
    vertical-align: middle;
    margin: -5px 4px 0 0;
}

.close-btn {
    position: fixed;
    top: 13px;
    left: 290px;
    color: #fff;
    background: #352f2f;
    border-radius: 100%;
    width: 20px;
    cursor: pointer;
    text-align: center;
    height: 20px;
    line-height: 1.1;
}

.close-btn i {
    font-size: 15px;
}

.monday_date {
    background: #f5f5f5;
    padding: 7px 34px;
    border-radius: 35px;
    border: 1px solid #cccccc9e;
}

.monday_date b {
    display: block;
    margin: 0 0 6px;
    font-size: 15px;
}

.monday_date p {
    font-size: 14px;
    color: #eb1f27;
}

.shipment_box .rate-transit,
.shipment_box ul li a:hover {
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
    border: 1px solid #6c2c8d;
}

.shipment_box ul li a:hover {
    color: #fff;
}

.shipment_box ul li a:hover svg path {
    fill: #fff;
}
.textarea_box{
    height: 68px;
    margin-bottom: 0;
}
.Pending_bg a{
    background-image: linear-gradient(-90deg, #e09c2a, #c78a23) !important;
}

.fix_logo_f img {
    width: 75px;
}

.body_img_bg {
    background: url(../images/flatpack-delivery_africa.jpg);
    height: 90vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    background: none;
}

.fix_screen {
    background: unset;
    padding: 59px 0 0;
}

.login_btn_:hover {
    color: #fff;
    background: #0589af;
    border: 1px solid #0589af;
}

.login_btn_ ,#rate_transit .shipment_btns{
    text-align: center;
    padding: 10px 14px 13px;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #9433c5);
    color: #ffffff;
    box-shadow: 0 0 20px 0 #ccccccc7;
    display: inline-block;
    width: 25% !important;
    margin: 7px 0 !important;
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 19px;
    border: 1px solid #335c9f;
    font-weight: 500;
}

.uesr_pic {
    position: absolute;
    top: 42px;
    width: 100%;
    text-align: center;
}

.uesr_pic img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
}

.uesr_pic h3 {}

.shipment_box_new ul {}

.shipment_box_new ul li:last-child {}

.shipment_box_new {
    margin-top: 50px;
    width: 360px;
    margin: 0 auto;
}

.shipment_box_new ul li {
    /* border: 5px solid #0d0150; */
    margin: 14px 0px;
    border-radius: 70px;
    padding: 8px 0 8px 34px;
    box-shadow: 0 0 7px 1px #0000002e;
    text-align: left;
}

.shipment_box_new ul li a {}

.font_size {}

.shipment_box_new ul li a h2 {
    color: #6c2c8d;
    font-size: 19px;
    font-weight: 600;
}

.shipment_box_new ul li a h3 {
    display: inline-block;
    font-size: 14px;
    color: #0d0150;
    padding: 1px 0 4px;
    vertical-align: top;
}

.shipment_box_new ul li a svg {
    width: 47px;
    float: left;
    height: 47px;
    border-radius: 100px;
    padding: 0 12px;
    margin-right: 21px;
    top: 8px !important;
    right: -3px;
    left: auto;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}

.fix_input_last input {
    padding: 10px 12px;
}

.fix_input_last {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.main_container {
    padding: 0 15px;
}

.upload-options {
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color ease-in-out 150ms;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}

.upload-options label::after {
    content: '';
    background: url(../images/camera.svg);
    position: absolute;
    background-color: #fff;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    padding: inherit;
    right: 68px;
    top: 91px;
    z-index: 0;
    border-radius: 100%;
    border: 1px solid #010101;
}

.upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.upload-options label span:hover i.material-icons {
    color: lightgray;
}

.js--image-preview {
    height: 150px;
    border-radius: 100%;
    width: 150px;
    margin: 0 auto;
    border: 1px solid;
    position: relative;
    overflow: hidden;
    background-image: url(../images/user.png);
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper_box_pix {
    margin: 0 0 19px;
}

.box_pix_ {
    position: relative;
}

.js--image-preview.js--no-default::after {
    display: none;
}

.js--image-preview:nth-child(2) {
    background-image: url('http://bastianandre.at/giphy.gif');
}

i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

.drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    transform: scale(0);
}

.animate {
    animation: ripple 0.4s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.main_table_fix {
    padding: 0 15px;
    margin-bottom: 70px;
}

table.resposive_table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table.resposive_table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.resposive_table tr {
    background-color: #ffffff;
    border: 1px solid #cac9c9;
    padding: 0;
    box-shadow: 0 7px 23px 0 rgb(117 117 117 / 44%);
    border-radius: 3px;
    float: left;
       width: 23.8%;
    margin: 0 15px 19px 0;
}

table.resposive_table th,
table.resposive_table td {
    padding: 8px 11px;
    text-align: center;
}

table.resposive_table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

table.resposive_table caption {
    font-size: 1.3em;
}

table.resposive_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

table.resposive_table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 19px;
}

table.resposive_table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 12px;
    text-align: right;
        position: relative;
}
.cod_list svg{
        top: 3px !important;
}

.fixleft_side {
    padding: 0 15px;
}

table.resposive_table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 15px;
    color: #3e3b3b;
}
.main_wrapper_table,
.main_wrapper_table2,
.main_wrapper_table3,
.main_wrapper_table4,
.main_wrapper_table5,
.main_wrapper_table6 {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 8px 8px;
    box-shadow: 0 0 24px 0 #ccc;
    border: 1px solid #ccc;
    border-top: none;
    top: 37px;
}

.fix_ul_li {
    padding-top: 4px;
}

.fix_ul_li li {
    padding: 4px 0;
    width: 100%;
    clear: both;
}

.fix_ul_li li b {
    float: left;
    color: #e21a28;
    width: auto;
    text-align: left;
}

.fix_view_btn a {
    padding: 0 5px;
}

.fix_view_btn a i {
    color: #0e0ee0;
}

.fix_view_btn a:nth-child(2) i {
    color: #e61c2a;
}

.fix_view_btn a:nth-child(3) i {
    color: #009688;
}

#table_btn_menu,
#table_btn_menu2,
#table_btn_menu3,
#table_btn_menu4,
#table_btn_menu5,
    #table_btn_menu6 {
    cursor: pointer;
    color: #0d0150;
    font-size: 17px;
    margin-top: 4px;
}


table.resposive_table td:last-child {
    border-bottom: 0;
}


.delivered {
    background: #0d0150;
    color: #fff;
    padding: 1px 10px 3px;
    border-radius: 18px;
}

.sidebar_menu::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
}
.sidebar_menu::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.sidebar_menu::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#ada9a2;
}
#rate_transit a{
    margin-top: 0 !important;
}
.box_pix_{
    margin-bottom: 20px;
}
.contact_page .textarea_box {
    height: 174px;
}
.contact_page p{
    margin: 22px 0 18px;
}
.contact_page h4{
        color: #ec1121;
        font-size: 26px;
        margin: 45px 0 0;
}
.Dutiable_box select {
    color: #626262;
}
.pieces_box{
    float: left;
    width: 48%;
    clear: inherit;
    margin-right: 9px;
}
.margin_none{
    margin-right:0;
}
.shipment_box_new ul li{
    -webkit-transition:0.4s;
    position: relative;
}
.shipment_box_new ul li:hover{
    background-image: linear-gradient(#5f1784, #6c2c8d, #6c2c8d);
}
.viev-btn {
    text-align: center !important;
}
.viev-btn h6 a:hover{
        background-image: linear-gradient(-90deg, #e09c2a, #c78a23);
}
.viev-btn  h6 a{
    background: #292626;
    color: #fff;
    display: inline-block;
    padding: 5px 16px 7px;
    border-radius: 35px;
    font-size: 12px;
}
.shipment_box_new ul li:hover h2,.shipment_box_new ul li:hover h3{
    color: #fff;
}
table.resposive_table td h6,.Pending_approval{
    font-size: 13px !important;
        color: #de251c;
}
table.resposive_table .Approved h6, .Approved {
    font-size: 16px !important;
    color: #6da72a;
}
.auto_records table.resposive_table td {
    font-size: 14px;
    text-align: left;
}
.auto_records table.resposive_table th, .auto_records table.resposive_table td {
    padding: 11px;
}
.auto_records table.resposive_table td span {
    background: #444c;
    color: #fff;
    padding: 6px 6px 7px;
    display: inline-block;
    border-radius: 23px;
    margin: -4px 0 9px 4px;
    font-size: 11px;
    width: 47%;
    text-align: center;
    float: right;
    cursor: pointer;
}
/*.auto_records {
    min-height: 170px;
    overflow-y: auto;
    max-height: 294px;
    box-shadow: 0 7px 23px 0 rgb(117 117 117 / 62%);
    border-radius: 3px;
}*/
.auto_records table.resposive_table tr{
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}
.auto_records::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #F5F5F5;
}
.auto_records::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
.auto_records::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color:#ada9a2;
}
.shiping-consignee-bdr .track-result{
    margin: 0 0 8px -10px;
}
.Consignee_box{
        padding: 0px 0 0 18px;
}
.status_box.w_90_px p {
    font-size: 12px;
    padding: 7px 0 4px;
}
.w_90_px p{
    position: relative;
}
.w_90_px p:before{
    content: '';
    display: block;
    top: auto;
    left: -20px;
    background: #aba8a3;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 100%;
    margin-top: 6px;
}
.status_box p:before {
    left: -28px;
}
.deliver_icon{
    position: relative;
}
.delivery_icon_info svg {
    position: absolute;
    left: 7px;
    top: 5px;
    width: 23px;
}
.delivery_table_ table.resposive_table th,.delivery_table_  table.resposive_table td {
    padding:5px 11px 16px 37px;
}
.delivery_icon_list{
}
.delivery_icon_list svg{
    position: absolute;
       left: 7px;
       top: -28px;
       width: 23px;
}
.login_loader{
        background: url(../images/flatpack-delivery_africa.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100vh;
        margin: 0;
        background: none;
}
.shipment_box_new ul li:hover  svg{
    background: #b4a138;
}
#desktop_view {
    max-width: 100%;
}
.deliver_icon i {
    cursor: pointer;
    color: #0d0150;
    font-size: 17px;
    margin-top: 4px;
}
#login_desktop .login_btn_ {
    width: 100% !important;
    cursor: pointer;
}
.submit_deliviery table.resposive_table tr{
    width: 100%;
    float: none;
}
.track_details_page{
    width: 312px;
    margin: 20px auto 0;
}
.camera-button{
    position: static;
    right: 0;
    left: 0;
}
.box_pix_{
    height: 104px;
    width: 210px;
    margin: 0 auto;
}

.camera-button .button.is-primary {
    background: #fff;
    border: 3px dotted #ec1121;
    color: #fff;
    height: 100px;
    padding: 5px 0 0;
    width: 100px;
    border-radius: 100%;
    cursor: pointer;
}
.web-camera-container {
    padding: 0;
    border-radius: 4px;
    width: 100%;
    height: 122px;
}
 .camera-box video {
      width: auto;
      height: 110px;
      border-radius: 4px;
      /* border: 2px dotted #000; */
}
.web-camera-container .camera-box .camera-shutter {
   opacity: 0;
   width: 100%;
   background-color: #fff;
   position: absolute;
}
 .web-camera-container .camera-loading ul {
   height: 100%;
   position: absolute;
   width: 100%;
   z-index: 999999;
   margin: 0;
}
.camera-button .button.is-danger {
    background: #e11a28;
    z-index: 99999;
    padding: 0;
    color: #fff;
    font-size: 12px;
    border: unset;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 23px;
    top: -8px;
    cursor: pointer;
    display: none;
}
.button:focus{
    outline: none;
    border: none;
}
.rate-transits,.desktop_layout{
    width: 367px;
    margin: 0 auto;
}
.login_btm img{
    width: 100%;
    display: block;
}
.desktop_layout {
    padding: 19px 20px 0;
}
#pad_none{
    padding-bottom: 0;
}
.my_shipment_me{
    text-align: center;
    padding: 0 20px;
}
.shipment_tabs_box ul{
    background: #f5f5f5;
    padding: 11px 0 11px;
    border-bottom: 1px solid #cccccca6;
}
.shipment_tabs_box ul li {
    display: inline-block;
    width: 14%;
    margin-right: 5px;
}
.shipment_tabs_box ul li a{
    color: #fff;
    padding: 7px 16px;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
}
#rate_transit .contact_btn,.shipment_tabs_box ul li a,#signup_box .contact_btn{
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
    border: 1px solid #b4a138;
}
.shipment_tabs_box ul li .active{
    color: #fff;
    background-image: linear-gradient(#416baf, #274f90, #416baf) !important;
    border: 1px solid #3760a3;
}
.shipment_tabs_box ul li a:hover{
    background-image: linear-gradient(60deg, #e61c2a 0%, #ec1121 56%);
    color: #fff;
}
#register_screen {
    padding: 28px 0 0;
}
#register_screen h3{
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 7px;
}
#register_screen p{
    font-size: 14px;
}
#register_screen .get_quote input {
    padding: 0 18px 0 18px;
}
.date_box {
    padding: 12px 0;
}
.to-me-date {
    width: 367px;
    margin: 0 auto 10px;
    box-shadow: 1px 6px 7px rgb(16 16 16 / 14%);
    border: 1px solid #ccc9;
}
.from_delivery{
    text-align: left;
    padding: 10px 13px 14px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.from_delivery p{
    font-size: 14px;
}
.from_delivery b{
        font-size: 16px;
        display: block;
        margin: 3px 0;
        font-weight: 600;
        color: #e21927;
}
.from_delivery svg{
    width: 33px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li {
    background: #d8d7d7;
    color: #222;
    display: inline-block;
    padding: 7px 9px;
    cursor: pointer;
    width: 32%;
}
ul.tabs li.current {
    background: #e41927;
    color: #fff;
}

.tab-content{
    display: none;
    background: #e8e8e8;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 9px;
}

.tab-content.current{
    display: inherit;
}
.scan_delivery_btn {
    padding: 5px 0 0;
}
.scan_delivery_btn ul li {
    display: inline-block;
    width: 49%;
}
.scan_delivery_btn ul li a {
    font-size: 11px;
    background: #d0cece;
    color: #000;
    padding: 7px 3px;
    display: inline-block;
    margin: 5px 2px 0;
    border-radius: 2px;
    width: 100%;
}
.Signature_box{
    height: 200px;
}
.right_logo {
    position: absolute;
    right: 15px;
    text-align: right;
    margin-top:2px;
    cursor: pointer;
}
.right_logo img{
    width: 86px;
}
#mian_home {
    padding: 8px 0 13px !important;
}
#rate_transit .shipment_btns{
    height: auto;
    width: 23% !important;
    margin: 1px auto 0 !important;
}
#inner_rate_box li input{
    height: auto !important;
    padding: 16px 9px;
    font-size: 17px;
}
#rate_transit .shipment_btns,#inner_rate_box li input{
    cursor: pointer;
}
#inner_rate_box .rate_bg {
    color: #fff;
    background: #0d0150;
}
 .fix_ul_li{
       position: relative;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 8px 22px;
    /* box-shadow: 0 0 12px 0 #ccc; */
        border: 1px solid #ccc;
    top: 3px;
    /*border-top: none;*/
}
.save_future{
        color: #000;
        float: right;
        vertical-align: middle;
        margin: 0 11px 0 0;
        border: none;
        border-radius: 3px;
        padding: 3px 8px 4px;
        cursor: pointer;
        background: #fff;
        font-size: 11px;
        cursor: pointer;
}
.track_btn {
    float: left;
    color: #ffffff !important;
    background:#345d9f;
    padding: 3px 8px 5px;
    font-size: 12px;
    border-radius: 2px;
}
.track_btn:hover,.track_btn:focus{
    background: #e61c2a;
}
.shipment_track_btns svg {
    width: 22px;
    position: absolute;
    top: 11px;
    left: 10px;
}
.shipment_track_btns{
    width: 323px;
    margin: 13px auto 15px;
    position: relative;
}
.shipment_track_btns input {
    padding: 0 136px 0 30px;
}
.shipment_track_btns .login_btn_ {
    width: auto !important;
    height: auto;
    position: absolute;
    padding: 13px 13px;
    border: none;
    top: -7px;
    right: 0;
    cursor: pointer;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #9433c5);
}
#selector_icon ul li a {
    display: inline-block;
    width: auto;
    padding: 0;
    background: transparent;
    border: none;
}
#selector_icon ul li a h5 {
    color: #000;
}
#selector_icon ul li svg {
    vertical-align: middle;
    position: static;
    width: 37px;
    padding: 15px 0 0;
}
#selector_icon ul li a:hover{
    background: none !important;
    color: #fff;
    border: none !important;
    box-shadow: none;
}
#selector_icon  ul {
    margin: 0 0 13px;
        padding: 26px 0 0 !important;
}

#selector_icon ul li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
#tracking_status .status_box p span{
    float: left;
    width: 50%;
}
#tracking_status .status_box p b{
    float: right;
    width: 50%;
    text-align: right;
}
.status_box.w_90_px p {
    clear: both;
}
.deliver_icon svg {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 6px;
    top: 4px;
}
#track_list_records{
    padding-bottom: 2px !important;
}
.form_loader img{
        width: 30%;
    margin: 0 auto;
}
.booking_values .form_box select {
padding: 0 18px 0 17px;
}
.booking_values .get_quote input {
padding: 0 18px 0 11px;
}
.booking_values .form_box .search_box, .booking_values .form_box svg, .booking_values svg {position: absolute;right: 13px;left: 0;top: 9px !important;width: 24px;height: 24px;margin: 0 auto;right: 0;}
.lable_toggle label {
font-weight: bold;
color: #e41928;
margin-top: 8px;
}
.booking_values .textarea_box {
height: 68px;
margin-bottom: 9px;
}
.hide_box_pickup{
display: none;
}
.padd_top_none{
padding-top: 0;
}
.pickup_toggle i {
float: right;
vertical-align: middle;
margin: 0px 17px 0 0;
font-size: 28px;
}
.pickup_toggle label{
width: 100%;
cursor: pointer;
margin: 10px 5px 6px;
}
.labeldown i{
transform :rotate(179deg);
}
.loader_onorder{
        width: 176px;
    margin: 0 auto;
}


/*tabs steps*/
.wizard {
    margin: 0;
    background: #fff;
    width: 100%;
}
.wizard .nav-tabs {
    position: relative;
    margin: 0;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
    width: 100%;
    text-align: center;
    padding: 0 1px 0;
}
.tab-pane {
    display: none;
}
.tab-content- .active {
    display: block;
}

.wizard > div.wizard-inner {
    position: fixed;
    top: 0;
    background-image: linear-gradient(#6c2c8d, #6c2c8d, #6c2c8d);
    width: 56px;
    text-align: center;
    height: 100vh;
    z-index: 9999;
    border-radius: 0 22px 22px 0;
    padding: 129px 4px 0 4px;
}
.connecting-line {
    height: 2px;
    background: none;
    position: absolute;
    width: 76%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 46%;
    z-index: 1;
}
.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 45px;
    height: 45px;
    line-height: 43px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #ffffff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #b3a037;
    background-image: linear-gradient(#b3a035, #b4a134, #b3a037);
}
.wizard .nav-tabs > .active:hover img {
    /*filter: grayscale(121%) brightness(300%) sepia(180%) hue-rotate(
-50deg
 ) saturate(600%) contrast(0.8) !important;*/
 filter: none;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
span.round-tab:hover  img{
   filter: none !important;
}
.wizard .nav-tabs > li {
    width: auto;
    margin: 0 auto 13px;
    text-align: center;
    float: none;
    display: block;
}
.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 27%;
    opacity: 1;
    margin: 0 auto;
    bottom: 35px;
    border: 10px solid transparent;
    border-bottom-color: red;
    display: none;
}
.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
    display: block;
}
.wizard .nav-tabs > li a:hover {
    background: transparent;
    border: 1px solid transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 22px;
}
.wizard h3 {
    margin-top: 0;
}
.nav-tabs {
    border-bottom: none;
}
.wizard .nav-tabs > li.active > a svg path,.wizard .nav-tabs > li > a:hover svg path{
    fill: #fff;
}
.shipmentbox input[type="radio"]
{
  appearance: none;
  display: none;
}

.shipmentbox input[type="radio"] + label
{
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}

.shipmentbox input[type="radio"] + label::before
{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #f27474;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 1;
  transition: all 0.3s;
}

.shipmentbox input[type="radio"] + label::after
{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid #f27474;
  background: #f27474;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: auto;
  opacity: 0;
  transition: all 0.3s;
  margin-top: 8px;
}

.shipmentbox input[type="radio"]:checked + label::after
{
  opacity: 1;
}
.payment_method_box{
    background: #e6e6e6;
    margin: 0 9px 9px;
    padding: 11px 12px;
    text-align: left;
    border-radius: 6px;
    border: 1px solid #cccccc4d;
    position: relative;
}
.shipmentbox{
    margin-top: 12px;
}
.next-step,.prev-step{
    /* border: none; */
    padding: 10px 39px;
    border-radius: 35px;
    margin: 19px 0 0;
    font-size: 15px;
    font-weight: 500;
}
.next-step {
    color: #b3a037;
    margin: 0;
    background: transparent;
    border: 2px solid #b3a037;
}
.prev-step{
    color: #fff;
    margin: 0 !important;
    border: 2px solid #b4a138;
    background-image: linear-gradient(#bfa517, #b3a037, #b3a037);
}
.tab-content- {
    height: auto;
    margin: 0 auto;
    width: 376px;
    padding: 35px 0 100px 62px;
}
.list-inline {
    position: fixed;
    bottom: 67px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #eae9e9;
    width: 100%;
    padding: 12px 8px 11px 57px;
    text-align: center;
        z-index: 9;
    border-top: 1px solid #8080802e;
}
.pickup_information {
    text-align: left;
    padding: 0 31px 0 0;
}
.pickup_information h4{

color: #6c2c8d;

font-weight: bold;

font-size: 16px;
}
.inner_pickupinfo{

margin: 9px 0 11px;

position: relative;
}
.inner_pickupinfo label{

font-size: 13px;

margin: 0 0 5px;

font-weight: 500;
}
.inner_pickupinfo label span{

color: #e41927;

font-weight: bold;
}
.inner_pickupinfo  select,.inner_pickupinfo input{
    border-radius: 35px;
    padding: 0 35px 0 13px !important;
    border: 1px solid #cccccc73;
    height: 40px;
    width: 100%;
    font-size: 13px;
    background: #ececec;
}
.inner_pickupinfo select {
}
.inner_pickupinfo svg {
    left: auto;
    right: 15px;
    top: 34px !important;
    width: 24px;
    z-index: 9;
    /* height: 20px; */
}

.nav-tabs img{

width: 26px;

height: 27px;

object-fit: contain;

line-height: inherit;
}
.wizard .nav-tabs > .active  img,.wizard .nav-tabs > li:hover  img{
    filter: grayscale(109%) brightness(398%) sepia(91%) hue-rotate(11deg ) saturate(20%) contrast(0.8);
}
.right_btmbar ul li b {
    color: #545353;
}
.right_btmbar {
    background: #fff;
    border-top: 1px solid #ccccccab;
}
.next-step:hover{
        color: #b3a037;
        background: transparent;
}
button:focus,a:focus{
    outline: 0;
}
.right_btmbar ul li {
    width: 33%;
}
#red_bar {
    background-image: linear-gradient(60deg, #333 0%, #545353 56%);
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.carge_location_map{
    position: absolute;
    top: 49px;
    opacity: 0.3;
}
.carge_location_map img{
      width: 100%;
}
.inner_pickupinfo label > h6 {
    display: inline-block;
    font-size: 9px;
    color: #df1a28;
    font-weight: bold;
    margin: 0 0 0 8px;
}
.swal-footer {
    text-align: center;;
}
.swal-button {
    background-color: #6b2a8c;
    border-radius: 35px;
    padding: 10px 49px;
}
.swal-button:not([disabled]):hover {
    background-image: linear-gradient(#6b2a8c, #6b2a8c, #8d26c1) !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;background: none;
}
#order_listing .back_btn a{
    display: inline-block;
}
#order_listing  svg {
    top: 0px !important;
}
.user_name_ h3 span{
    float: right;
}
.cod_amount {
    width: 100%;
    text-align: left;
    padding: 14px 9px 0;
}
.cod_amount ul li {
    font-size: 12px;
    margin: 0 0 6px;
    border-bottom: 1px dotted #ccccccd4;
    padding: 0 0 8px;
}
.cod_amount ul li:last-child{
    border-bottom: none;
}
.cod_amount ul li b {
    font-weight: 600;
    color: #353535;
}
.cod_amount ul li span {
    float: right;
    font-weight: 600;
    color: #83c52f;
}
#track_details .fix_location {
    padding: 0 0 15px 0;
   /* border: none;*/
}
#track_details  .fix_wrapper_h {
    margin: 11px 0;
}
#track_details .status_box p:before {
    left: -24px;
}
#track_details .user_name_ h3 {
    margin: 0 0 10px;
}
#track_details .Consignee_box {
    padding: 0px 0 13px 18px;
}
#track_details  .status_box{
    padding: 0 5px 16px 20px;
}
.file_type input {
    padding-top: 7px !important;
    opacity: 1;
    border: none;
}
.custom-file-input {
  color: transparent;
}
.custom-file-input {
    font-weight: 700;
    font-size: 11px;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
    content: 'Choose File';
    color: black;
    display: inline-block;
    background: none;
    border: none;
    border-radius: 3px;
    padding: 4px 4px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 400;
    font-size: 13px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
    outline-offset: 0;
}
.track-result p .distance{
    margin: 0 5px 0;
    color: #e61927;
}
#desktop_orders,#track_details_info{
    width: 100%;
    padding: 0 26px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h{
    width: 24%;
    float: left;
    margin: 0 12px 12px 0;
}
.view_action_btn {
    width: 24px;
    vertical-align: middle;
    margin: 0 3px 0 0;
}
.action_box{
    padding-top: 10px;
}
.order_info_details {
    position: relative;
    background: #fff;
    padding:10px 10px 2px;
    border-radius: 10px;
    border: 2px dotted #d4d4d4;
    box-shadow: 1px 8px 17px rgb(152 152 152 / 25%);
    width: 24%;
    float: left;
    margin: 0 13px 13px 0;
}
.inner_info {
    float: left;
    width: 50%;
}
.inner_info p {
    text-align: left;
    font-size: 17px;
    padding: 0 0 7px;
    font-weight: 500;
    color: #525050;
    text-transform: capitalize;
}
.distance{
        padding: 0 3px;
}
.location_to {
    width: 100%;
    padding: 1px 0 0 20px;
    position: relative;
}
.right_box p{
    text-align: right;
}
.inner_info b {
    font-size: 16px;
    font-weight: 500;
    color: #f27474;
}
.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.odr-no{
    font-weight: bold !important;
    color: #10597a !important;
}
.location_to h4 {
    display: block;
    float: none;
    margin: 7px 0 2px;
}
.from_to{
    position: relative;
}
.from_to:before{
    content: '';
    display: block;
    left: 0;
    border-left: 3px dotted #7cc24d;
    width: 2px;
    height: 43px;
    position: absolute;
    top: 5px;
}
.from_to{

position: absolute;

top: 4px;

left: 2px;
}
.from_to span{

position: absolute;

display: block;

background: #adb8bd;

width: 7px;

height: 7px;

top: 21px;

left: -2px;

border-radius: 100%;
}

.cod_blue{
    color: #1893b7 !important;
}
.sr_info .w_10_px ul li i {
    margin: 0px 0 0 -15px;
}
.order_info_track .w_90_px p:before {
    left: -19px;
}
.sro_record .fix_location{
    border: none !important;
}
.location_to p, .location_to h4 {
    font-size: 19px;
}
#track_details .order_history_details .status_box p:before {
    left: -21px;
}
.checked_mark {
    font-weight: 500 !important;
    color: #83c52f !important;
}
/*#signup_Tabs{
padding-top: 35px;
}*/
.confirm_message_box{
        font-size: 14px;
    padding: 19px 8px 0;
}
.confirm_message_box{
        font-size: 14px;
    padding: 19px 8px 0;
}
#page-name .parcel_received{
        position: relative;
        top: 5px;
        right: -4px;
    font-size: 13px !important;
    }
.confirm_message_box {
    text-align: center;
    padding: 80px 13px 0;
}
.confirm_message_box img {
    width: 86px;
    margin: 0 0 14px;
}
.confirm_message_box p {
    font-size: 15px;
}
.search_order_list {
    padding: 22px 0 9px;
    position: relative;
}
.search_order_list i {
    position: absolute;
    top: 35px;
    margin: 0 0 0 13px;
}
.search_order_list input {
    width: 295px;
    padding: 0 15px 0 34px;
    height: 39px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
}
.lang_select{
    position: relative;
}
.lang_select select{
    padding: 0 18px;
    background: #fff;
}
.lang_select img{

position: absolute;

width: 19px;

top: 13px;

right: 16px;
}


/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"], 
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"]{ font-size: 16px; }
}
.right_logo{
    display: none;
}
#home_layout ul li {
    width: 45%;
    display: inline-block;
    margin: 0 8px;
}
#home_layout ul li a {
    padding: 17px 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 12px 31px rgb(123 123 123 / 25%);
    background: #fff;
    color: #3a3939;
    border: 1px solid #b7a22d;
    font-size: 19px;
}
#home_layout ul li svg {
    display: block;
    position: static;
    margin: 0 auto 9px;
    width: 51px;
}
#home_layout ul li a:hover{
    background: #b3a037;
}
#home_layout ul li a:hover svg path,#home_layout ul li a:hover{
    color: #fff;
}


/*responsive*/


@media(max-width: 1250px) {
    .container {
        width: 100%;
    }
    .order_info_details {
        width: 32%;
    }
    #rate_transit .shipment_btns {
        height: auto;
        width: 35% !important;
        margin: 1px auto 0 !important;
    }
    table.resposive_table td h6, .Pending_approval {
        font-size: 14px !important;
    }
    .shipment_tabs_box ul li {
        width: 19%;
    }
    .delivery_table_ table.resposive_table th, .delivery_table_ table.resposive_table td {
        padding: 5px 11px 14px 37px;
    }
    .shipment_box {
        padding: 77px 20px 70px;
    }
    .loader {
        width: 100%;
    }
    .loader>img {
        width: 100%;
    }
    .sidebar_menu {
        width: 25%;
    }
    table.resposive_table tr {
        width: 31.8%;
    }
    #homejs_page .shipment_box {
        padding: 35px 20px 70px;
    }
    #homejs_page #selector_icon ul {
        padding: 18px 0 0 !important;
    }
    #homejs_page .login_btm img {
        height: 220px;
        object-fit: cover;
    }
    #desktop_orders{
    padding: 0 15px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h{
    width: 33%;
    float: left;
    margin: 0 12px 12px 0;
}
.inner_info p {
    font-size: 14px;
}
}

@media(max-width: 1024px) {
    .container {
        width: 100%;
    }
    .shipment_tabs_box ul li {
    width: 24%;
}
    .order_info_details {
    width: 48%;
}
    .bottom_bar ul li {
    width: 33%;
}

 table.resposive_table tr {
    width: 47.9%;
}

    .loader,
    .loader>img {
        width: 47%;
    }
    .sidebar_menu {
        width: 33%;
    }
    .close-btn {
        color: #e92128;
        background: #ffffff;
    }
    #rate_transit .shipment_btns {
    width: 46% !important;
}
}

@media screen and (max-width: 600px) {
    table.resposive_table {
        border: 0;
    }
    table.resposive_table caption {
        font-size: 1.3em;
    }
    table.resposive_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.resposive_table tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }
    table.resposive_table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 12px;
        text-align: right;
    }
    .fixleft_side {
        padding: 0 15px;
    }
    table.resposive_table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .main_wrapper_table,
    .main_wrapper_table2,
    .main_wrapper_table3,
    .main_wrapper_table4 {
        display: none;
    }
    .fix_ul_li {
        padding-top: 20px;
    }
    .fix_ul_li li {
        padding: 4px 0;
    }
    .fix_ul_li li b {
        float: left;
        color: #08a7cc;
        width: auto;
        text-align: left;
    }
    .fix_view_btn a {
        padding: 0 5px;
    }
    .fix_view_btn a i {
        color: #0e0ee0;
    }
    .fix_view_btn a:nth-child(2) i {
        color: #e61c2a;
    }
    .fix_view_btn a:nth-child(3) i {
        color: #009688;
    }
    #table_btn_menu,
    #table_btn_menu2,
    #table_btn_menu3,
    #table_btn_menu4,
    #table_btn_menu5,
    #table_btn_menu6 {
        cursor: pointer;
        color: #e61c2a;
        font-size: 17px;
    }
    table.resposive_table td:last-child {
        border-bottom: 0;
    }
}


@media(max-width: 767px) {
    .container {
        width: auto;
    }
  .search_order_list input {
        width: 100%;
    }
    .search_order_list {
    padding: 22px 18px 9px;
}
    .register_info{
        padding-top: 24px;
    }
    .location_to p, .location_to h4 {
    font-size: 13px !important;
}
    .wizard .tab-pane {
    padding-top: 9px;
}
    .tab-content- {
    padding-top: 0 ;
}
.from_to:before {
    border-left: 2px dotted #a9a9a9;
    width: 2px;
    height: 49px;
    top: 0;
    margin-top: 4px;
}
.from_to span {
    width: 6px;
    height: 6px;
    top: 24px;
    left: -2px;
}
    .distance {
    font-size: 13px !important;
}
.location_to p{
    padding-bottom: 0;
}
.user_name_ h3 {
    padding: 5px 14px 6px;
}

.inner_info p {
    padding: 0 0 3px;
}
.w_90_px h3 {
    margin: 0 0 3px;
    font-weight: 700;
    color: #494848;
}
.track_details_page {
    margin: 9px auto 0;
}
.location_to {
    margin: 0;
    padding: 4px 0 4px 18px;
    position: relative;
}
.location_to p{
    padding-bottom: 0;
}
    .order_info_details {
    width: 100%;
        padding: 5px 10px;
        float: none;
    margin: 0 0 4px 0;
    clear: both;
}
.inner_info p {
    font-size: 12px !important;
}
.inner_info b {
    font-size: 13px;
}
     #desktop_orders{
    padding: 0 15px;
}
#desktop_orders .fix_wrapper_h ,#track_details_info .fix_wrapper_h {
    width: 100%;
    float: none;
    margin: 0 0 12px;
}
    .right_btmbar {
    text-align: right;
}
    .form_loader img {
    width: 77%;
    margin: 0 auto;
}
    #track_list_records {
    padding: 8px 0 13px !important;
}
    .logout-btn {
    position: absolute;
    top: -1px;
    left: 14px;
    z-index: 99;
}
    .save_future{
    margin: -2px 7px 0 0;
}
.bottom_img_fixed{
    display: none;
}
#rate_transit .shipment_btns {
    width: 100% !important;
}
.shipment_track_btns {
    width: 92%;
}
.shipment_track_btns input {
    padding: 0 106px 0 30px;
}
#homejs_page .shipment_box {
    padding: 14px 20px 20px;
}
.bottom_bar ul li {
    width: 35%;
}
.shipment_tabs_box ul li {
    width: 62%;
    margin: 0 0 5px;
}
.to-me-date {
    width: 100%;
}
    .status_box p:before {
    top: 11px !important;
}
    .close-btn {
    left: 272px;
}
.w_90_px p:before {
    left: -20px;
}
/*.w_90_px p:before {
    top: 15px;
}*/
.w_90_px p b ,.w_90_px h3{
    font-size: 13px;
}
.status_box.w_90_px p {
    font-size: 11px;
}
.w_90_px p:before {
    margin-top: 6px;
}
 .status_box p b {
    font-weight: 600;
    font-size: 11px;
}
.status_box p:before {
    left: -28px;
}
  .auto_records table.resposive_table td span {
    padding: 8px 6px;
    margin: 6px 0 0px 0px;
    font-size: 13px;
    width: 100%;
    float: none;
    text-transform: capitalize;
}

.fix_wrapper_h {
    margin: 18px 12px 0;
}
    .user_name_ {
    padding: 0;
}
    .bottom_bar ul li b {
    font-size: 13px;
}
    .loader,
    .loader>img {
        width: 100%;
        height: 100vh;
    }
    .sidebar_menu {
        width: 82%;
    }
    .main_body {
        display: block;
        background: url(../images/flatpack-delivery_africa.jpg);
        height: 90vh;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        /* background: none; */
    }
    .shipment_box ul li a {
        padding: 10px 9px 13px 76px;
    }
    .shipment_box ul li svg {
        width: 26px;
        left: 39px;
        top: 13px;
    }
    .shipment_box {
        padding: 47px 0 0;
    }
    .select_service ul li a h5 {
        font-size: 15px;
        padding: 0 8px;
    }
    .main_body,
    .bottom_bar {
        max-width: 100%;
        margin: 0;
    }
    .login_btn_ {
        width: 100% !important;
    }
    .track_shipments,.shipment_box_new,.track_details_page {
        width: 100%;
    }
    table.resposive_table tr {
        width: 100%;
        margin: 0 0 15px;
    }
    .fix_ul_li {
        padding-top: 1px;
    }
    .rate-transits ,.desktop_layout{
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
.bottom_bar #home_icon {
    width: 26%;
}
  /*  .bottom_bar #home_icon {
        width: 21%;
    }*/
    .loader, .loader > img {
    width: 100%;
}
.shipment_box ul {
    padding: 0 20px;
}
.fix_screen {
    padding: 71px 0 0;
}
#register_screen {
    padding: 14px 0 0;
}
.right_logo {
    right: 8px;
    padding: 0;
    top: auto;
    margin: 1px 0 0;
}
.right_logo img {
    width: 69px;
}
#homejs_page .bottom_img_fixed {
    display: block;
}
#homejs_page {
    background: none;
    background: url(../images/flatpack-delivery_africa.jpg);
    height: 90vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.get_quote input {
    padding: 0 18px 0 22px;
}
.contact_page .textarea_box {
    height: 123px;
}
#ratejs_page #rate_transit {
    padding: 0 16px 0;
}
table.resposive_table td::before {
    font-size: 12px;
}
table.resposive_table td h6, .Pending_approval {
    font-size: 15px !important;
}
.right_btmbar li{
    width: 27% !important;
}
.second_step {
    bottom: 63px;
    padding-right: 0px;
    padding-left: 56px;
}
.second_step button{

padding: 10px 13px;

border: 2px solid #b3a037;

width: 100%;
}
.pickup_information {
    padding: 0 13px;
}
.second_step>li,.list-inline>li {
    padding-right: 3px;
    padding-left: 3px;
    width: 47%;
}
.list-inline {
    bottom: 63px;
}
.tab-content- {
    margin: 0;
    width: 100%;
}
.dashboard_page > p {
    font-size: 14px;
    text-transform: capitalize;
}
.dashboard_page{
    padding: 0 15px;
}
.shipment_box_new ul li {
    padding: 8px 0 8px 17px;
}
.shipment_box_new ul li a svg {
    top: 6px !important;
    width: 47px;
    height: 47px;
    padding: 0 9px;
    right: 7px;
    margin: 0;
}
#track_details {
    padding: 0 13px;
}
.track_lgo h4 {
    font-size: 13px;
    margin-bottom: 1px;
    padding: 3px 0 0;
}
#text {
    font-size: 23px;
}
.user_name_ h3,.w_90_px p {
    font-size: 13px;
}
.location_to h4 {
    margin: 17px 0 2px;
}
.status_box p:before {
    margin-top: 0px;
}
.rates_box_value{
    padding: 0 17px;
}
#order_listing svg {
    top: -1px !important;
}
#home_layout ul {
    text-align: center;
    padding: 0 5px;
}
#home_layout ul li {
    width: 44%;
}
#home_layout ul li a {
    font-size: 16px;
    padding: 10px 20px;
}
}
