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;
    background: #ec1d36;
}

.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: #282828;
}

.back_btn {
    width: 12%;
    padding: 2px 11px 0 84px;
    text-align: left;
}

.back_btn i {
    font-size: 23px;
}

.page_title {
    width: 100%;
    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: #eb1d35;
}

.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: 308px;
}

.typing_text {
    position: fixed;
    top: 40%;
    z-index: 9999;
    left: 0;
    right: 0;
}

#text {
    font-size: 28px;
    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: #fbd60b;
}

.bottom_bar ul li {
    width: 23%;
    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: #1a1a1a;
    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: #1C2C4D;
}

.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: #ed402d;
    color: #fff;
    box-shadow: 0 0 20px 0 #ccccccc7;
}

.shipment_box .rate_bg {
    border: 1px solid #1C2C4D;
}

.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 #ed402d;
}

.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(#c91717, #c91717, #c91717);
    border: 1px solid #c91717;
}

.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: none;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.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: #282828;
    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 #282828;
    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 {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 8px;
}

.shipment_box_new ul .new_box {
    width: 70%;
}

.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: 0px;
    border-radius: 8px;
    padding: 8px 0 8px 8px;
    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: #0589af;
    font-size: 16px;
    font-weight: 300;
    display: block;
    padding: 0;
}

.shipment_box_new ul li a h3 {
    display: inline-block;
    font-size: 14px;
    color: #0d0150;
    padding: 1px 0 4px;
    vertical-align: top;
}

.top_set_new {
    margin-top: 20px !important;
    width: 360px;
    margin: 0 auto;
}

.bg-custom {
    background: #db00ff !important;
}

.top_set_new li a svg {
    position: unset;
}

.shipment_box_new ul li a svg {
    width: 35px;
    float: left;
    height: 35px;
    border-radius: 50px;
    padding: 0 1px;
    margin-right: 0;
    top: 15px !important;
    right: 5px;
    left: auto;
    background: #ed1d37;
}



.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;
    height: 80px;
}

.shipment_box_new ul li:hover {
    background: #ed1d37;
}

.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/3397471.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    margin: 0;
}

.shipment_box_new ul li:hover svg {
    background: #e3c20b;
}

#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: #ed1d38;
    border: #ed1d38;
}

.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: 3px;
    cursor: pointer;
}

.right_logo img {
    width: 72px;
}

#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: #282828;
}

#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: #282828;
    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 #fbd60b;
    background: #fbd60a;
}

.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 #1c2c4d;
    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: #ed1d35;
    margin: 0;
    background: transparent;
    border: 2px solid #ed1d35;
}

.prev-step {
    color: #fff;
    margin: 0 !important;
    border: 2px solid #ed2f34;
    background: #ed2f34;
}

.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: #1c2c4d;

    font-weight: bold;

    font-size: 16px;
}

.inner_pickupinfo {

    margin: 9px 0 11px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.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 input {
    padding: 0 45px 0 13px !important;
}

.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: #ed1d35;
    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: #ed1d35;
    border-radius: 35px;
    padding: 10px 49px;
}

.swal-button:not([disabled]):hover {
    background: #202020;
}

.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 27px 0;
    height: 180px;
}

.inner_info {
    float: left;
    width: 50%;
}

.inner_info p {
    text-align: left;
    font-size: 13px;
    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: 11px;
    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;
    }
}

.dashb_icons li {
    width: 44%;
    margin: 0 9px 15px;
    display: inline-block;
    background: #fbd609;
    box-shadow: 1px 2px 7px rgb(29 29 29 / 50%);
    vertical-align: top;
    padding: 17px 0;
    height: auto;
    border-radius: 4px 24px 4px 24px;
}

.dashb_icons li a {
    font-size: 13px;
    font-weight: 600;
}

.dashb_icons li svg {
    width: 63px;
    margin: 9px auto 0px;
    display: block;
}

.home_bg {
    /*    height: 100vh;
    background: url(../images/plane_contrasted_light.jpg) 0% 0% / cover no-repeat;
    background-repeat: no-repeat;*/
}

.dashb_icons {
    padding: 16px 0 0;
}

.track_reach .desktop_layout {
    padding: 149px 20px 0px;
}

.main_body_ .pla_courier_img {
    height: auto;
    bottom: -30px;
    width: 533px;
    top: auto;
}

.splash_screen {
    display: none !important;
}

.dashb_icons li svg:hover {}

.dashb_icons li svg:hover path {}

.loder_black .desktop_hide {
    display: none;
}

.whatsapp {
    position: fixed;
    bottom: 31px;
    right: 37px;
}

.whatsapp i {
    color: #fff;
    font-size: 56px;
    background: #25d366;
    border-radius: 100%;
    width: 73px;
    height: 73px;
    text-align: center;
    padding: 10px 0 0;
    cursor: pointer;
}


/*chat*/
.notification_box {
    position: absolute;
    left: 5px;
    top: 11px;
    z-index: 99999;
}

.notification_box ul li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
}

.notification_box ul li a img {
    width: 22px;
}

.notification_box ul li span {
    position: absolute;
    top: -7px;
    right: -2px;
    background: red;
    color: #fff;
    border-radius: 100%;
    font-size: 10px;
    width: 17px;
    height: 16px;
    padding: 1px 0 0;
    text-align: center;
}


.chat_box {
    padding: 8px 4px 12px;
}

.chat-history::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.chat-history::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.chat-history::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #878787;
}

.people-list {
    width: 25%;
    float: left;
    height: 90vh;
    background: #fff;
    padding: 4px 0px 14px 0;
    border-radius: 18px 0 0 18px;
}

.people-list .search {
    padding: 10px 18px;
    position: relative;
}

.people-list input {
    height: 39px;
    border-radius: 3px;
    border: none;
    padding: 14px 35px 14px 14px;
    background: #e1e1e1;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
}

.people-list .fa-search {
    position: absolute;
    right: 34px;
    top: 23px;
}

.people-list ul {
    padding: 0;
}

.people-list ul li {
    padding: 9px 14px;
    margin-bottom: 0;
    border-bottom: 1px solid #dfdfdf;
    vertical-align: middle;
    cursor: pointer;
}

.people-list ul li.active {
    background-color: lightsteelblue;
}

.people-list img {
    float: left;
    border-radius: 100%;
    width: 37px;
    height: 37px;
    object-fit: cover;
}

.people-list .about {
    float: left;
    margin-top: 0;
}

.people-list .about {
    padding-left: 8px;
}

.people-list .status {
    color: #0d678b;
    font-size: 13px;
    margin: 0 0 1px;
    font-weight: bold;
}

.chat {
    width: 75%;
    float: left;
    background: #f2f5f8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #434651;
}

.chat .chat-header {
    padding: 7px 12px;
    border-bottom: 2px solid white;
}

.chat .chat-header img {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    object-fit: cover;
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px;
    margin-top: 0;
}

.chat .chat-header .chat-with {
    font-weight: bold;
    font-size: 14px;
}

.chat .chat-header .chat-num-messages {
    color: #92959e;
    font-size: 12px;
}

.chat .chat-header .fa-star {
    float: right;
    color: #d8dadf;
    font-size: 20px;
    margin-top: 8px;
}

.chat .chat-history {
    padding: 16px 15px 20px;
    border-bottom: 2px solid white;
    overflow-y: scroll;
    height: 57vh;
}

.chat .chat-history .message-data {
    margin-bottom: 9px;
}

.chat .chat-history .message-data-time {
    color: #a8aab1;
    padding-left: 6px;
}

.chat .chat-history .message {
    color: white;
    padding: 10px 16px;
    line-height: 16px;
    border-radius: 7px;
    margin-bottom: 12px;
    /* width: 90%; */
    position: relative;
    font-size: 13px;
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 17px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #86bb71;
    border-width: 10px;
    margin-left: -10px;
}

.chat .chat-history .my-message {
    background: #86bb71;
    display: inline-block;
}

.chat .chat-history .other-message {
    background: #94c2ed;
}

.chat .chat-history .message {
    word-break: break-word;
    overflow-wrap: break-word;
}

.chat .chat-history .other-message:after {
    border-bottom-color: #94c2ed;
    left: auto;
    right: 6px;
}

.chat .chat-message {
    padding: 8px 14px 5px;
    bottom: -29px;
    width: 100%;
    background: #e3e3e3;
    border-top: 1px solid #ccccccba;
    position: relative;
}

.chat .chat-message textarea {
    width: 100%;
    border: none;
    padding: 13px 115px 13px 14px;
    font: 14px/22px "Lato", Arial, sans-serif;
    margin-bottom: 0;
    border-radius: 5px;
    resize: none;
    background: #fff;
    height: 48px;
}

.chat .chat-message .fa-file-o,
.chat .chat-message .fa-file-image-o {
    font-size: 16px;
    color: gray;
    cursor: pointer;
}

.chat .chat-message button {
    float: right;
    position: absolute;
    bottom: 6px;
    right: 20px;
    border: none;
    padding: 14px 18px;
    background: none;
    cursor: pointer;
}

.chat .chat-message button:hover {
    color: #75b1e8;
}

.online,
.offline,
.me {
    margin-right: 3px;
    font-size: 10px;
}

.online {
    color: #86bb71;
}

.offline {
    color: #e38968;
}

.me {
    color: #94c2ed;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-right {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.popup_box {
    background: #fff;
    padding: 0;
}

.about .name {
    color: #222;
    font-size: 13px;
}

.people-list ul li {
    position: relative;
}

.people-list .online,
.people-list .offline,
.people-list .me {
    position: absolute;
    left: 37px;
    top: 36px;
}

.date_box {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #292727;
    font-size: 11px;
    padding: 0;
}

.newchat_member {
    /* position: absolute; */
    top: 0;
    right: 0;
    width: 219px;
    padding: 61px 11px 20px;
    text-align: center;
    /* margin: 0 auto; */
    float: left;
}

.newchat_member h4 {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: bold;
}

.input_form input,
.input_form select {
    border: 1px solid #ccc;
    height: 37px;
    width: 100%;
    padding: 0 10px;
    margin: 0 0 7px;
    outline: 0;
    border-radius: 3px;
}

.input_form button {
    background: #19466d;
    color: #fff;
}

.input_form button,
.start_chat a {
    border: none;
    width: 100%;
    padding: 9px 8px;
    margin: 0 0 22px;
    border-radius: 3px;
}

.start_chat a {
    background: #94c2ed;
    color: #19466d;
    display: inline-block;
    margin-top: 3px;
    font-weight: 500;
}

.order_status_box {
    padding-bottom: 0 !important;
}

.order_status_box b {
    font-size: 17px;
}

.order_status_box p {
    margin: 0 0 7px;
}

.chat_icon {}

.chat_icon img {
    width: 21px;
    cursor: pointer;
    vertical-align: middle;
    margin: -2px 0px 0 -2px;
}

.close_popup img {
    position: absolute;
    top: 15px;
    right: 23px;
    font-size: 21px;
    cursor: pointer;
    width: 20px;
    display: none;
}

.people-list ul {
    overflow-y: scroll;
    height: 70vh;
}

.people-list ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.people-list ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.people-list ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #94c2ed;
}

.chat-header>b {
    text-align: right;
    display: inherit;
    padding: 10px 13px 0 0;
    color: #1c5383;
}

.chat .chat-message button i {
    font-size: 23px;
    color: #0d6689;
}

.chat_initiation {
    background: #ec2036;
    bottom: 13px;
    left: 11px;
}

.unread_chat_initiation,
.chat_initiation {
    padding: 1px 0 0;
    position: absolute;
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 100%;
    line-height: 1;
}


.unread_chat_initiation {
    background: #b59c15;
    bottom: 13px;
    left: 40px;
}

.chat_initiation i,
.unread_chat_initiation i {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.unread_chat_initiation span {
    font-size: 8px;
    position: absolute;
    right: -4px;
    top: -5px;
    background: #0eb54d;
    border-radius: 100%;
    color: #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    padding: 4px 0 0;
}
.chat_box_hide .backBtn {
    display: none;
}
.total_mes_count {
    position: absolute;
    bottom: 10px;
    right: 15px;
    background: #4CAF50;
    color: #fff;
    border-radius: 100%;
    font-size: 10px;
    width: 17px;
    height: 16px;
    padding: 1px 0 0;
    text-align: center;
}
.track_details_page {
    display: inline-block;
}
.delivered__box {
    width: 306px;
    margin: 11px auto;
}
.entirely_box{
        background: #307c32;
        text-align: left;
        border-radius: 5px 5px 0 0;
        padding: 10px 7px 12px;
}
.entirely_box p{
    font-size: 13px;
    color: #fff;
}
.entirely_box p span{
    float: right;
}
.entirely_box p i {
    float: right;
    margin: 4px 0 0;
}
.inner_entirely_box{
    text-align: left;
    background: #f5f5f5;
    padding: 4px 0px 6px 7px;
    border: 1px solid #ccccccad;
    border-top: none;
}
.inner_entirely_box  ul li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 5px;
}
.inner_entirely_box b {
    font-size: 12px;
}
.inner_entirely_box  p {
    font-size: 12px;
}
.inner_entirely_box a i {
    color: #fff;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    padding: 7px 0 0;
    text-align: center;
    font-size: 16px;
    margin: 7px 5px 4px 0;
}
.inner_entirely_box  ul li:last-child{
    float: right;
    text-align: right;
}
.inner_entirely_box a .fa-clone{
    background: #098f81;
}
.inner_entirely_box a .fa-whatsapp{
    background: #307c32;
}
.inner_entirely_box a .fa-phone{
    background: #1c97f7;
}
.selected__btns a{
    border-radius: 35px;
    border: 1px solid #ccc;
    display: inline-block;
    width: 47.2%;
    text-align: center;
    font-size: 12px;
    padding: 8px 8px;
    margin: 6px 8px 0 0;
    vertical-align: middle;
    color: #fff !important;
}
.selected__btns .add_comment{
    background: #eb1d35;
}
.selected__btns .more_info{
    background: #098f81;
}
.selected__btns .inv_order{
    background: #307c32;
    width: 96%;
    margin: 7px 0 7px;
}
.selected__btns .feedback{
    background: #0f4d47;
}
.selected__btns .employe_btn{
    background: #414245;
}
.selected__btns .back_order{
    background: #00BCD4;
    width: 96%;
    margin: 7px 0 7px;
}
.inner_entirely_box:nth-child(even){
    background: #fff;
}

/*responsive*/

@media(min-width: 1450px) {
    .chat .chat-history {
        height: 61vh;
    }

    .people-list ul {
        height: 74vh;
    }
}

@media(min-width: 1550px) {
    .chat .chat-history {
        height: 64vh;
    }

    .people-list ul {
        height: 78vh;
    }
}

@media(min-width: 1750px) {
    .chat .chat-history {
        height: 67vh;
    }

    .people-list ul {
        height: 82vh;
    }

}

@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: 100%;
    }

    .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;
    }

    .unread_chat_initiation {
        bottom: 7px;
    }

    .chat_box_hide .backBtn {
        display: block;
        position: absolute;
        left: 7px;
        top: 5px;
        font-size: 26px;
        cursor: pointer;
    }

    .chat_initiation {
        bottom: 7px;
    }

    .chat-header>b {
        font-size: 13px;
    }

    .whatsapp {
        bottom: 71px;
        right: 16px;
    }

    .chat-header>b {
        padding: 10px 0px 0 0;
    }

    .chat-history ul {
        padding-bottom: 59px;
    }

    .whatsapp i {
        font-size: 20px;
        width: 38px;
        height: 38px;
        padding: 9px 0 0;
    }

    .chat .chat-history {
        height: 76vh;
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 99;
    }

    .chat .chat-message {
        padding: 7px 14px 5px;
        bottom: 63px;
        position: fixed;
        z-index: 999;
    }

    .chat .chat-message button {
        right: 9px;
    }

    .people-list ul {
        height: 82vh;
        padding-bottom: 61px;
    }

    .people-list {
        width: 100%;
        border-radius: 4px;
    }

    #active_box {
        padding: 0;
    }

    .mobile_hide_box,
    .chat_box_hide {
        display: none;
    }

    .chat_box_hide.active_chat {
        position: absolute;
        display: block;
        width: 100%;
        z-index: 9999;
    }

    #show_list_chat {
        display: block;
        width: 100%;
    }

    .loder_black .desktop_hide {
        display: block;
        margin: 0 auto;
    }

    .loder_black .hide_mobile {
        display: none;
    }

    .loader {
        background: #dbdef1;
    }

    .main_body_ .pla_courier_img {
        display: none;
    }

    .splash_screen {
        display: block !important;
    }

    .typing_text {
        top: 13%;
    }

    .main_body .pla_courier_img {
        bottom: -22px;
        width: 100%;
        top: auto;
    }

    .typing_text img {
        width: 225px;
    }

    .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: 12px 10px 39px;
        float: none;
        margin: 0 0 14px 0;
        clear: both;
        height: auto;
    }

    .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: 24%;
    }

    .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/3397471.jpg);
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    .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;
        z-index: 999999;
    }

    .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: 4px 0 0;
    }

    .right_logo img {
        width: 65px;
    }

    #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 #049ac5;

        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 8px;
        height: 85px;
    }

    .shipment_box_new ul li a svg {
        top: 25px !important;
        width: 35px;
        height: 35px;
        padding: 0 1px;
        right: 5px;
        border-radius: 50px;
        margin: 0;
    }

    #track_details {
        padding: 0 13px;
    }

    .track_lgo h4 {
        font-size: 13px;
        margin-bottom: 1px;
        padding: 3px 0 0;
    }

    #text {
        font-size: 22px;
        margin: 12px 0 0;
    }

    .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;
    }

    .dashb_icons li svg {
        width: 60px;
    }

    .dashb_icons {
        padding: 10px 0 0;
    }

    .register_main .shipment_box {
        padding: 158px 20px 20px !important;
    }

    .main_body_ .pla_courier_img {
        bottom: -20px;
        width: 100%;
    }

    .notification_box {
        /* left: 42px; */
    }

    .back_btn {
        z-index: 99998;
        margin: -3px 0 0;
    }

    .page_title {
        /* padding: 3px 0 0 107px; */
    }

 

    .chat .chat-header {
        padding: 7px 12px 7px 34px;
    }

    .co-one {
        padding: 12px 0 !important;
        height: 45px;
    }


}

.hover-pointer:hover {
    cursor: pointer;
}

.carousel-indicators {
    display: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {

    background-color: black;
    border-radius: 1em;
    padding: 12px;
    background-size: 10px;


}

.direction-ltr {
    direction: ltr;
}

.direction-rtl {
    direction: rtl;
}

.direction-rtl i,
.direction-rtl svg {
    transform: scaleX(-1);
}

.shipment_box_new ul {
    direction: ltr;
}
.hover-pointer marquee {
    width: 223px;
    margin: 0 auto;
}
.hover-pointer marquee[direction=right] {
    width: 340px;
    padding-right: 100px;
    overflow: hidden;}

.user_name_ .d-flex>*{
    width: 45%; word-wrap: break-word;
}
.back-button{
margin: 0px 5px;

}
.back-button:hover{
cursor: pointer;
}