@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
header, section, wrapper, .content-sec, .main-prog-bar { width: 100%; float: left; }
body { font-family: 'Open Sans', sans-serif; background: #ededed; }
h1, h2, h3, h4, h5, h6, p, ul { margin: 0; }
wrapper {/* margin-top: -184px; */position: relative; }
.banner img { width: 100%; }
.content-sec { background: #fff; border-radius: 10px; border: 1px solid #ccc; padding: 20px;  overflow: hidden;position: relative;}
.content-sec tr th { text-align: center; background: #0096c8; color: #fff; text-transform: uppercase; padding: 15px 15px; font-size: 18px; }
.content-sec .prog-bar { padding: 0; border-radius: 0;}
.content-sec .progress { margin: -30px 0 0 0; width: 100%; float: left; position: relative; }
.content-sec .steps { position: relative; z-index: 9; display: flex; justify-content: space-evenly;margin-top: -20px;}
.content-sec .steps li { position: relative; float: left; width: auto; cursor: pointer; margin-top: 0;}


.content-sec .steps li span{  position: absolute; left: -115px;  background: #767d75; color: #fff; font-weight: 600; text-align: center; width: 280px; bottom: 60px; border-radius: 3px; transition: all 0.5s ease-in-out; visibility: hidden; opacity: 0; padding: 5px; display: block;}
.content-sec .steps li span:after { content: ''; width: 0; height: 0; border-style: solid; border-width: 0 10px 11px 10px; border-color: transparent transparent #767d75 transparent; position: absolute; top: auto; left: 50%; margin-left: -10px;  margin-left: -10px; transform: rotate(180deg); bottom: -11px; }
.content-sec .steps li:hover span { bottom: 80px; visibility: visible; opacity: 1; }





.content-sec .steps li:last-child { width: auto; }
.content-sec table { margin-bottom: 0 !important; }
.img-sec { display: block; text-align: center; }
img.logo { float: left; }
img.tracking { float: right; }
img.res-tracking { display: none; }
.content-sec .table-overflow { height: 385px; overflow: auto; }





/*-22-12-2021-*/
    .search-box { display: flex; margin: 0 auto; max-width: 400px; }
    .search-box > * { margin: 0 5px; }
/*-22-12-2021-*/




@media (max-width:1199px){
img.logo, img.tracking { width: 300px; }
.content-sec .prog-bar { padding: 0 0; }
}
@media (max-width:767px){
wrapper { margin-top: 15px;}
/*.content-sec { margin-bottom: 15px; }
.inn-prog-bar { min-width: 600px; float: left; }
.main-prog-bar { overflow: auto; }
.content-sec .steps li span {
    position: absolute;
    left: 49px;
    padding: 4px 10px;
    background: #09c000;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 150px;
    bottom: 18px;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}
.content-sec .steps li span:before { width: 0; height: 0; border-style: solid; border-width: 10px 11px 10px 0; border-color: transparent #0ac000 transparent transparent; left: 0; top: 50%; margin-top: -10px; }
.content-sec .steps li:hover span { bottom: 18px; visibility: visible; opacity: 1; }*/
}
@media (max-width:480px){
img.logo { margin-bottom: 15px; }
img.logo { width: 250px; float: none; }
img.tracking { display: none; }
img.logo, img.res-tracking { display: inline-block; }
img.res-tracking { width: 180px; }
.content-sec { padding: 15px; }
}
@media (max-width:340px){
img.logo { width: 200px; }
img.res-tracking { width: 150px; }
}


/*-progress-*/
.content-sec .steps li img { width: 50px; }
.truck { position: absolute; bottom: 50px; width: 120px; left: 68px; margin-left: -60px; -webkit-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease; }
.inn-prog-first .truck { left: 16%; }
.inn-prog-second .truck { left: 33%; }
.inn-prog-third .truck { left: 50%; }
.inn-prog-forth .truck { left: 67%; }
.inn-prog-fifth .truck { left: 84%; }
.inn-prog-done .truck { left: calc(100% - 68px); }
.inn-prog-content { position: absolute; right: 30px; text-align: center; top: 20px; }
.inn-prog-content h2 { margin-bottom: 10px; font-weight: 600; font-size: 20px; }
.inn-prog-content h3 { font-size: 18px; font-weight: 600; }
.del-logo { /*-08-04-2022-*/ max-width: 200px; max-height: 100px; border-radius: 5px; box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 54%); -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 44%); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.54); margin-bottom: 5px; padding: 7px; background: #fff; }
.content-sec .steps li .steps-name { position: absolute; width: 120px; text-align: center; left: 50%; margin-left: -60px; font-weight: 600; color: #333; margin-top: 4px; font-size: 15px; }
.content-sec .steps li .steps-name.active { color: #09c000; }
.progress { height: 10px; border-radius: 0; }
.inn-prog-bar .progress-bar { width: 0%; }
.inn-prog-first .progress-bar { width: 16%; }
.inn-prog-second .progress-bar { width: 32%; }
.inn-prog-third .progress-bar { width: 50%; }
.inn-prog-forth .progress-bar { width: 66%; }
.inn-prog-fifth .progress-bar { width: 85%; }
.inn-prog-done .progress-bar { width: 100%; }
.inn-prog-first .steps li:first-child .steps-name { color: #09c000; }
.inn-prog-second .steps li:first-child .steps-name,
.inn-prog-second .steps li:nth-child(2) .steps-name { color: #09c000; }
.inn-prog-third .steps li:first-child .steps-name,
.inn-prog-third .steps li:nth-child(2) .steps-name,
.inn-prog-third .steps li:nth-child(3) .steps-name { color: #09c000; }
.inn-prog-forth .steps li:first-child .steps-name,
.inn-prog-forth .steps li:nth-child(2) .steps-name,
.inn-prog-forth .steps li:nth-child(3) .steps-name,
.inn-prog-forth .steps li:nth-child(4) .steps-name { color: #09c000; }
.inn-prog-fifth .steps li:first-child .steps-name,
.inn-prog-fifth .steps li:nth-child(2) .steps-name,
.inn-prog-fifth .steps li:nth-child(3) .steps-name,
.inn-prog-fifth .steps li:nth-child(4) .steps-name,
.inn-prog-fifth .steps li:nth-child(5) .steps-name { color: #09c000; }
.inn-prog-done .steps li:first-child .steps-name,
.inn-prog-done .steps li:nth-child(2) .steps-name,
.inn-prog-done .steps li:nth-child(3) .steps-name,
.inn-prog-done .steps li:nth-child(4) .steps-name,
.inn-prog-done .steps li:nth-child(5) .steps-name { color: #09c000; }
.par-logo { position: absolute; top: 20px; left: 30px; border-radius: 5px; box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 54%); -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 44%); padding: 10px; background: #fff; max-width: 190px; }
.heading-main { display: block; text-align: center; padding: 36px 10px 10px; font-size: 22px; font-weight: 600; color:#0096c8;}
@media (max-width:767px){
    .truck { width: 60px; margin-left: -38px; left: 42px; }
    .content-sec .steps li:hover span { bottom: 64px; }
    .content-sec .steps li span { left: -70px; width: 190px; font-size: 11px; }
    .inn-prog-forth .truck { left: 69%; }
    .inn-prog-fifth .truck { left: 87%; }
    .inn-prog-done .truck { left: calc(100% - 42px); }
    .del-logo { width: 100px; }
    .inn-prog-content h2 { margin-bottom: 6px; font-size: 15px; }
    .inn-prog-content h3 { font-size: 14px; }
    /* -06-04-2022-start */
    .flex-table, .flex-table tbody { display: block; }    
    .flex-table tr { display: flex; flex-wrap: wrap; }    
    .flex-table tr td.responsive-hide { display: none; }    
    .flex-table tr td { border: none !important; border-bottom: 1px solid #ccc !important; width: 100%; content: attr(data-text); white-space: normal !important; }    
    .flex-table tr td:before { content: attr(data-text); font-weight: 600; display: inline-block; margin-right: 15px; }
    .flex-table tr td:empty { display: none; }
    .flex-table .res-head-hide { display: none !important; }
    .flex-2-table { border: none !important; }
    .flex-2-table tr { margin-bottom: 10px; border: 1px solid #ccc !important; }
    .flex-2-table tr td:last-child { border-bottom: none !important; }
    .border-none-res { border: none !important; }
    /* -06-04-2022-end */
}
@media (max-width:740px){
    .inn-prog-content { position: static; margin: 0; padding: 0; }
    .content-sec > img { display: none; }
    .truck { display: none; }
    .content-sec { padding: 0 0 20px 0 !important; }
    .content-sec .steps { display: block; margin-top: 0; padding: 0 20px; }
    .content-sec .steps li { float: none; display: flex; align-items: flex-start; flex-wrap: wrap; height: 90px; position: relative; z-index: 2; }
    .content-sec .steps li:last-child { height: auto; position: relative; }
    .content-sec .steps li:last-child:before { content: ''; width: 12px; position: absolute; background: #fff; left: 12px; bottom: 0; top: 7px; }
    .content-sec .steps li .steps-name { position: static; width: 100%; text-align: left; margin-left: 0; margin-top: 0; font-size: 14px; margin-bottom: 4px; }
    .content-sec .steps li span { width: 100%; font-size: 11px; position: static; opacity: 1; visibility: visible; color: #333; padding: 0; background: transparent; text-align: left; }
    .content-sec .steps li span:after { display: none; }
    .prog-bar { display: none; }
    .content-sec .steps li img { width: 35px; margin-right: 10px; position: relative; }
    .steps { position: relative; }
    .steps:before { content: ''; position: absolute; width: 12px; top: 3px; bottom: 0; border-radius: 3px; border: 1px solid #e8e8e8; left: 32px; }
    .steps:after { content: ''; position: absolute; width: 12px; top: 3px; left: 32px; border-radius: 3px 3px 0 0; background: #09c000; }
    .inn-prog-first .steps:after { height: 0; } 
    .inn-prog-second .steps:after { height: 90px; }
    .inn-prog-third .steps:after { height: 180px; }
    .inn-prog-forth .steps:after { height: 270px; }
    .inn-prog-fifth .steps:after { height: 360px; }
    .inn-prog-done .steps:after { height: auto; bottom: 0; }
    .par-logo { position: static; margin: 0; }
    .content-sec .table-overflow { height: auto; }
    .img-flex-box { display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; }
    .steps-name-wrap { width: calc(100% - 45px); }
}

/*-progress-*/

.content-with-header { padding: 0; }
.content-with-header h2 { padding: 10px 15px; font-size: 18px; font-weight: 600; display: flex; align-items: center; justify-content: center; background: #0096c8; color: #fff; border-radius: 10px 10px 0 0; cursor: pointer; position: relative; }
span.plus-minus { position: absolute; right: 15px; }
span.plus-minus:before { content: '-'; font-size: 36px; display: flex; height: 21px; align-items: center; justify-content: center; }
.content-with-header.active span.plus-minus:before { content: '+'; }
.content-body { padding: 20px; border-top: 1px solid #ccc; }


/* for search box in parcel tracking window */
.content-search-box {display: none;order: 1;flex-wrap: wrap;background: #fff;padding: 5px 10px;min-width: 300px;margin-right: 10px;position: relative;}
.content-header-search {display: flex;justify-content: space-between;}
.content-header-search h2 {width: 100%;border-radius: 0 0 0 0;}
.content-search {background: #0096c8;padding: 0 10px 0 0;display: flex;}
.content-search-icon img {max-height: 20px;}
.content-search-icon {display: flex;align-items: center;order: 2;}
.content-search-box.active {display: flex;}
.content-search-content {display: flex;align-items: center;}
.content-search-content button, .content-search-content button:hover {margin-bottom: 0;width: auto;white-space: nowrap;margin-left: 5px;border-radius: 5px;-webkit-box-shadow: 0px 0px 9px 0px transparent;-moz-box-shadow: 0px 0px 9px 0px transparent;box-shadow: 0px 0px 9px 0px transparent;}
.content-search-error {color: #f00;font-weight: 600;font-size: 11px;background: #fff;position: absolute;bottom: 0;left: 15px;}
@media(max-width: 1199px){
    .content-search-box { position: absolute; top: 41px; right: 0; margin: 0; }
}
.content-header-search h2 { word-break: break-all; }
@media(max-width: 600px) {
    .row > * { padding: 0 0 15px 0; }
    .par-logo { max-height: 60px; }
    .content-body-res {padding: 0;}
    .content-body-res {padding: 0;}
    .content-with-header .table-responsive {margin-bottom: 0;}
    .content-with-header {padding-bottom: 0 !important;}
}
.mobile-btn { display: none; justify-content: flex-end; padding-right: 20px; margin-bottom: 13px; }
@media(max-width: 767px) {
    .mobile-btn { display: flex; }
    .hide-tab { display: none; }
    .table-responsive tr th { text-transform: none; font-weight: 600; font-size: 18px; }
}