
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {

  --W01:255, 255, 255;
  --W02:rgb(255, 255, 255);
  
  --B01:rgb(30, 41, 59);
  --B02:rgb(22, 78, 99);
  --B03:rgb(71, 85, 105);
  --B04:rgb(21, 94, 117);
  
  --G01: rgb(226, 232, 240);
  --G02:rgb(236, 240, 245);
  --G03:rgb(240, 245, 249);
  --Red:rgb(185, 28, 28);
  --Org:rgb(249, 115, 22);
  --green:rgb(13, 148, 136);
  }
  
  *{padding: 0; margin: 0; border: none; outline: none; box-sizing: border-box;}
  
  img{max-width: 100%;}
  .m-0 {margin: 0;}
  .bg-primary{background: var(--B02)!important;}
  .bg-pending{background: rgb(249, 115, 22)!important; color: var(--W02)!important;}
  .bg-success{background: rgb(13, 148, 136)!important; color: var(--W02)!important;}
  
  .fc-primary{color: var(--B02);}
  .fc-success{color: rgb(13, 148, 136)!important;}
  .fc-danger{ color: rgb(185, 28, 28)!important;}
  
  
  body{padding-top: 172px; font-family: "Inter"!important; font-optical-sizing: auto; font-size: 14px; font-weight: 400; line-height: 1.25rem;  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
  
  p{margin-bottom: 0.25rem;}
  
  a{text-decoration: none; color:var(--B02); cursor: pointer;}
  a:hover{text-decoration: none; }
  
  h1, h2, h3{ padding: 0; margin: 0; line-height: 100%;}
  h1{font-size: 36px; font-weight: 800;}
  h2{font-size: 34px;}
  h3{font-size: 32px;}
  
  .f24{font-size: 24px;}
  .f20{font-size: 20px;}
  .f18{font-size: 18px;}
  .f16{font-size: 1rem;}
  
  
  .fw5{font-weight: 500;}
  .fw6{font-weight: 600;}
  
  .flex{display: flex; width: 100%;}
  .ml-auto{margin-left: auto;}
  
  .tRight{text-align: right;}
  .tCenter { text-align: center; margin-top: -50px;}
  
  .btn{display: inline-flex; align-items: center; justify-content: center; border-radius: 5px; font-size: 16px; font-weight: 500; cursor: pointer; height: 48px; padding: 0 24px;}
  .btn.round{border-radius: 50px;}
  .btn.btn-primary{background:#fff; color:#000000; border: 1px solid #cbcbcb;}
  /* .btn.btn-primary:hover{background:#000000; color:#ffffff;} */
  .hRight a.btn.btn-primary:hover{border: 1px solid #000000;}
  /* transition: all .3s ease-in-out; */
  .btn.btn-secondary{background-color: var(--G01); color: var(--B01);}
  .btn.btn-secondary:hover{background-color: var(--G02); color: var(--B01);}
  
  .bpRow{display: flex; flex-wrap: wrap; justify-content: space-between;}
  .col-6{width: 50%;}
  
  .mar16{ margin: 16px 0;}
  .marb72{margin-bottom: 72px;}
  .marb72 span{color: #6B7280; display: block; margin-top: 8px; font-size: 18px;}
  
  /* Main */
  .wrapper {position: relative;  margin-left: auto; margin-right: auto; width: 100%; max-width: 1216px;}
  
  .dFlex{display: flex; align-items: center;}
  .dFlex-ac{display: flex; align-items: center; justify-content: space-between; height: 100%;}
  .dFlex-ac-jc{display: flex; align-items: center; justify-content: center; height: 100%;}
  .fdcolumn{flex-direction: column;}
  
  .row{display: flex; flex-wrap: wrap; justify-content: space-between;}
  
  
  /* Header */
  header{position: fixed; top: 0; width: 100%; height: 72px; z-index: 99; background: #ffffff;}
  header nav{display: inline-flex; align-items: center;}
  header nav a{color:#111827; font-size: 16px; font-weight:500; display: inline-flex; margin: 0 12px;}
  header nav a:hover, header nav a.active{color:#057584; }
  .hRight .btn + .btn {margin-left: 12px;}
  .hRight button.btn.btn-primary.active{background:#000000; font-family: "Inter"!important; color:#ffffff; border: none;}
  .hRight button.btn.btn-primary.active:hover{background:#363636; color:#ffffff;}
  #menu-toggle {display: none;}
  .logo img {margin-top: 4px;}
  
  .menupan{display: inline-flex; align-items: center;}
  .mMenu{display: none;}
  .h-menu{display: flex; align-items: center; justify-content: space-between; width: 100%;}
  .banner-mob{display: none;}
  .overlay {display: flex;}
  
  /* track */
  .track .wrapper {background:#005d69 url("../img/banner_new.svg") no-repeat right top; height: 482px; border-radius: 20px; padding: 100px 0 0 100px;}
  /* .track .tSearch{ background:#fff; color: #374151; padding:15px 20px; height: 50px; width: 365px; border-radius: 100px; font-family: sans-serif; margin-right:12px; font-size: 16px; font-weight: 600; order: 1;} */
  .track .tSearch {background: #fff; padding: 2px 15px; width: 365px; border-radius: 100px; margin-right: 12px; order: 1; height: 50px;}
  .track .tSearch textarea {width: 100%; resize: none; font-family: "Inter"!important; font-size: 16px; font-weight: 500; color: #111827; height: 44px; border-radius: 0; padding-top: 13px; resize: none;}
  .popup textarea::-webkit-input-placeholder {color: #9CA3AF;}
  .popup textarea:-moz-placeholder {color: #9CA3AF;}
  .popup textarea::-moz-placeholder {color: #9CA3AF;}
  .popup textarea:-ms-input-placeholder {color: #9CA3AF;}
  .track span button.btn.btn-primary {color: #111827; background: #FFED50; font-family: "Inter"!important; border: none; outline: none; font-size: 16px; padding: 0 30px; order:2;}
  .track span button.btn.btn-primary:hover {background: #E8D63F;}
  .track .wrapper  h1 {font-size:52px; font-weight: 700; color: #ffffff; padding-bottom: 24px;}
  .track .wrapper  p {font-size:16px; font-weight: 400; color: #ffffff; padding-bottom: 32px;}
  p.invalid-text {margin-top: 80px; position: absolute; display: flex; background:#fff; color: #181818!important; padding:15px!important; border-radius:5px; max-width: 429px; border-left: 12px solid #F44336; border-top:0; border-right:0; border-bottom:0; order: 3;}
  p.invalid-text a {margin-right: 10px; width: 24px; height: 18px;}
  p.invalid-text a:hover {opacity: 0.7;}
  p.invalid-text img {height: 100%;}
  .track span {display: flex; justify-content: flex-start; width: 480px;}
  .popup button {margin-top: 0!important;}
  
  
  /* Content */
  .content{padding:64px 0 0 0;}
  .boxpan{border-radius: 20px; overflow: hidden; background: #F5F9F9; margin-bottom: 64px;}
  .boxpan .bpContent table thead {font-size: 20px; color: #111827; font-weight: 600;}
  .boxpan .bpContent table thead th {padding: 16px; text-align: center; border-bottom: 1px solid #ebeef1;}
  .boxpan .bpContent table tbody td {padding: 12px; text-align: center; font-size: 16px; color: #374151; font-weight: 400;}
  .boxpan .bpContent table tbody td img {width: 13px;}
  .boxpan .bpContent table tbody td img:hover {opacity: 0.8;}
  .boxpan .bpContent table tbody td a {text-decoration: underline; color: #2E7A84;}
  .boxpan .bpContent table tbody td a:hover {color: #3894a0;}
  .pro_but { position: relative; background: #C4DDE5; color: #111827; padding:7px 15px 7px 30px; border-radius: 24px; font-weight: 400; font-size: 14px;}
  .pro_but::after {position: absolute; background: #467E9B; content: ""; width: 10px; height: 10px; border-radius: 100%; left: 13px; top: 11px;}
  .boxpan .bpContent .tracking-table-main button {margin-top: 24px; font-family: "Inter"!important; background: #000; color: #fff;}
  .boxpan .bpContent .tracking-table-main button.tyou {background: #B0BEC5; font-family: "Inter"!important; cursor: default;}
  .boxpan .bpContent .tracking-table-main button.tyou:hover {background: #B0BEC5;}
  .boxpan .bpContent .tracking-table-main button:hover {background: #363636;}
  
  /* Clearance Statements */
  .C-statm h6 {font-size: 16px; color: #111827; font-weight: 500;}
  .C-statm p {font-size: 14px; padding-top: 12px; margin: 0; color: #374151; line-height: 20px; font-weight: 400;}
  .pb-10 {padding-bottom: 10px;}
  
  /* Need help */
  .need-help::before { background:#005d69; position: absolute; content: ""; clip-path: polygon(34% 0, 65% 17%, 100% 0, 100% 19%, 0 20%); width: 100%;
    height: 94px; left: 0; top: -17px;}
  .need-help:after { background:#005d69; position: absolute; content: ""; clip-path: polygon(100% 0, 100% 13%, 76% 27%, 28% 12%, 0 27%, 0 0); width: 100%;
    height: 94px; left: 0; bottom: -93px;}
  .need-help {background:#005d69; position: relative; color: #ffffff; padding: 64px; text-align: center; margin-top: 150px;}
  .need-help h4 {font-size: 24px; color: #ffffff; font-weight: 700; line-height: 32px;}
  .need-help p {font-size: 16px; padding-top: 24px; padding-bottom: 32px; color: #D9E6E8; line-height: 24px; font-weight: 400; max-width: 500px; margin: 0 auto;}
  .need-help a {background: #ffed50!important; font-size: 16px; padding:15px 24px; font-weight:500; color: #111827!important; border: none!important;}
  .need-help a:hover {background: #E8D63F!important; }
  
  
  .boxpan .bpHead{padding: 16px 32px; display: flex; background: #F3F4F6; color:#111827; font-size: 20px; font-weight: 500;}
  .boxpan .bpHead span{color:#6B7280; margin-left: auto; font-size: 18px;}
  .boxpan .bpContent{padding: 32px 32px 48px 32px;}
  .C-statm {padding-top: 16px;}
  .boxpan .bpContent h2, .boxpan .bpContent h3{color: #374151;}
  .colRight img{border-radius: 5px;}
  .bpBlock{margin: 0;}
  .bpBlock .f20{color: #6B7280;}
  
  .updatePan{font-size: 16px; position: relative;  margin: 0; padding: 0 16px 24px 60px;}
  .updatePan + .updatePan {padding-top:24px;}
  .updatePan:first-child span:first-child {padding-top: 22px;}
  .updatePan:last-child {padding-bottom: 0;}
  .updatePan .f18{color: #111827; font-size: 18px; font-weight: 500; padding-bottom: 10px;}
  .updatePan span{ color: #374151; font-size: 14px; font-weight: 400; display: block; text-align: left;}
  .updatePan::before{ content: ''; width: 40px; height: 40px; position: absolute; left: 6px; top: 31px; z-index: 2; display: block; background-size: 50%;}
  .updatePan.rb::before{top: 16px;}
  .updatePan.rb::after{ content: ''; background: #F3F4F6; position: absolute; left: 0; top: 16px; width: 50px; height: 50px; z-index: 1; border-radius: 50%; display: inline-block;} 
  .updatePan.rb+.updatePan.rb{border-top: 1.2px solid #D9D9D9}
  .updatePan label {position: absolute; left:-150px; top: 26px; color: #111827; font-size: 16px; font-weight: 400;}
  .updatePan label span{text-align: right; padding-top: 10px;}
  .updatePan.active::before{background: url("../img/f-Icon.png") no-repeat center center !important;}
  
  
  .delivery-pan{list-style: none; padding:40px 0 64px 230px; margin: 0;}
  .delivery-pan .updatePan::before{background: url("../img/Unfilled-Icon.png") no-repeat center center;}
  .delivery-pan .updatePan::after{content: ''; display: block; width: 1px; background: url("../img/Line 28.png") repeat center center; position: absolute; top: 40px; left: 25px; height: 100%;}
  .delivery-pan .updatePan:last-child::after {display:none;}
  
  .colLeft{width: 50%;}
  .bpBlock .updatePan{background-size: 0; }
  .bpBlock .link{font-size: 18px; color: #6B7280; text-decoration: underline; cursor: pointer;}
  

  /* ::-webkit-scrollbar {width: 10px; }
  ::-webkit-scrollbar-track {background: #F2F2F2; border-radius: 100px;}
  ::-webkit-scrollbar-thumb {background: #555; border-radius: 100px;}
  ::-webkit-scrollbar-thumb:hover {background: #555;} */
  
  .boxpan .bpFooter{border-top: 1px solid #E5E7EB; background: #F9FAFB; padding: 0 32px; height: 107px; display: flex; align-items: center; justify-content: space-between;}
  .boxpan .bpFooter .delivered-by{font-size: 16px; color: #6B7280;}
  .boxpan .bpFooter .delivered-by .f20{ font-weight: 500; color: #374151; margin-bottom: 4px;}
  .boxpan .bpFooter .delivered-by span{color: #0284C7;}
  
  .boxpan .bpFooter .delivered-logo{margin-right: 8px; background: #ffffff; padding: 8px; width: 60px; height: 60px; display: inline-flex; align-items: center; justify-content: center; border: 0.57px solid #D1D5DB; border-radius: 16px;}
  .boxpan .bpFooter .delivered-logo img{width: 100%; height: auto; max-height: 100%; max-width: 100%; object-fit: contain;}
  
  .shipment{max-height: 270px; overflow-y: auto;}
  .star-heading{font-size: 24px; line-height: 125%; width: 300px; margin: 0 auto 16px;}
  
  .starcommand{width: 345px; margin: 48px auto 0;}
  .starcommand span{color: #6B7280; font-size: 18px; display: block; }
  .starcommand textarea{background: #F9FAFB; padding: 16px; margin: 8px 0; border: 1px solid #E5E7EB; display: block; width: 100%; height: 180px; }
  .starcommand .btn{width: 100%; } 
  
  .success span{display: block; margin: 16px 0; color: #374151;}
  .success p{width:100%; max-width:345px; margin: 0 auto; color: #6B7280;}
  
  footer{background:#EBF2F3; padding: 100px 0;}
  footer .fTop{display: flex;}
  footer .fTop .col-l{width: 30%;}
  footer .fTop .col-l p.lang {margin: 0; display: flex; align-items: center; justify-content: flex-start;}
  footer .fTop .col-l p.lang a {background: none; margin-left: 15px; padding: 15px; font-size: 14px; font-weight: 500; height: 42px;}
  footer .fTop .col-l p.lang a img {padding-right: 8px;}
  footer .fTop .col-l p.lang a:hover {border: 1px solid #000000;}
  footer .fTop .col-l p{color: #374151; font-size: 16px; line-height: 24px; margin:20px 0 32px 0;} 
  footer .fTop .col-c{padding: 73px 0 0 135px; display: flex; justify-content: end; margin: 0 auto;}
  footer .fTop .col-c nav a, footer .fTop .col-cc nav a {font-size:16px; color:#111827; font-weight: 500;}
  footer .fTop .col-c nav a + a, footer .fTop .col-cc nav a + a {padding-left: 24px;}
  footer .fTop .col-c nav a:hover, footer .fTop .col-cc nav a:hover {color: #057584;}
  footer .fTop .col-cc{width: 16.5%; padding-top: 73px; display: flex;}
  footer .fTop .col-c .fLink{width: 33.33%;}
  footer .fTop .col-c .fLink label{font-size: 16px; font-weight: 700; color: #43525A;display: block; margin-bottom: 8px;}
  footer .fTop .col-c .fLink a{display: block; font-size: 16px; font-weight: 400; margin-bottom: 8px;}
  
  footer .fTop .col-r{width: 14.5%; text-align: right; margin-top: 55px;}
  footer .fTop .col-r .btn{width: 101%; overflow: hidden; background: #000; font-family: "Inter"!important; color: #ffffff; font-size: 16px;}
  footer .fTop .col-r .btn:hover {background: #363636;}
  .col-cc nav a:first-child {padding-left: 24px;}


  footer .fBottom .f18{display: flex; align-items: center; font-size: 18px; font-weight: 500; color: #43525A;}
  footer .fBottom img{margin-left: 18px;}
  footer .fBottom p a {color: #374151; padding-left: 15px;}
   footer .fBottom p a:hover {color: #057584;}
  
  .fBottom{ display: flex; justify-content: space-between; align-items: center; padding: 32px 0; margin-top: 48px; color: #43525A; border-top: 1px solid #dde0e5; padding: 10px 0; }
  .d-none {display: none;}
  
  .popup {position: relative; width:414px; text-align: center; background: #fff; border-radius:20px; margin: 20px auto; padding: 40px 20px 20px 20px;}
  .popup h1 {font-size: 20px; font-weight: 600; color: #111827; padding-bottom: 32px;}
  .popup .closed {position: absolute; right: 15px; top:15px}
  .popup a img:hover, .popup .starPan img:hover {opacity: 0.7;}
  .popup .starPan {padding-bottom: 32px;}
  .popup .starPan img {cursor: pointer;}
  .popup .starPan span + span {padding-left: 5px;}
  .popup textarea {width: 100%; border: 1px solid #E5E7EB; font-family: "Inter"!important; font-size: 14px; font-weight: 400; color:#111827; border-radius:8px; height: 100px; padding: 10px; resize: none; margin-bottom: 40px;}

  .popup textarea::-webkit-input-placeholder {color: #9CA3AF;}
  .popup textarea:-moz-placeholder {color: #9CA3AF;}
  .popup textarea::-moz-placeholder {color: #9CA3AF;}
  .popup textarea:-ms-input-placeholder {color: #9CA3AF;}

  .popup button.black, .popup a.black {width: 100%; font-weight: 500; font-family: "Inter"!important; background: #000; color: #ffffff; font-size: 16px;}
  .popup button.support, .popup a.support {width: 100%; font-weight: 500; font-family: "Inter"!important; font-size: 16px; margin-top: 12px; background: #fff!important; color: #000!important;}
  .popup p {font-weight: 400; font-size: 16px; color:#6B7280; padding-bottom: 48px; margin:0;}
  .popup button:hover {background: #363636!important; color: #fff!important;}
  .popup a:hover {border: 1px solid #000000; background: none; color: inherit;}
  
  .tracking-table, .tracking-table-web {display: flex; justify-content: center; align-items: center; text-align: center; border-bottom: 1px solid #E5E7EB !important;}
  .tracking-table strong, .tracking-table-web h5 {display: block; padding: 16px; font-size: 20px; color: #111827; font-weight: 600; border-bottom: 1px solid #ebeef1;}
  .tracking-table span, .tracking-table-web span  {padding: 16px; font-size: 16px; color: #374151; display: block; font-weight: 400;}
  .tracking-table span a, .tracking-table-web span a {text-decoration: underline;}
  .tracking-table span a:hover, .tracking-table-web a:hover {color: #3894a0;}
  .tracking-table-row1 {width: 5%;}
  .tracking-table-row2 {width: 20%;}
  .tracking-table-row3 {width: 20%;}
  .tracking-table-row4 {width: 15%;}
  .tracking-table-row5 {width: 20%;}
  .tracking-table-row6 {width: 20%;}
  .tracking-table:hover, .tracking-table.active {background:#EBF2F3;}
  .tracking-table-main .tracking-table:last-child {border-bottom:none;}
  
  .d-none-w {display: none!important;}

  .popup.popup_lang {padding: 0 0 10px; overflow: hidden;  opacity: 1;}
  .popup.popup_lang .top_lang { background: #EBF2F3; padding: 24px; margin-bottom: 20px;}
  .popup.popup_lang .top_lang .sm_logo img {width: 60px; margin-bottom: 24px;}
  .popup.popup_lang .top_lang h5 {font-size: 20px; font-weight: 600; color: #111827;}
  .popup.popup_lang .btn.round {margin: 10px; width: 90%;}


  @media only screen and (min-width: 768px) and (max-width: 992px) {
    p.invalid-text img {width:inherit; height:inherit ; max-width: min-content;}
    .track .tSearch {width: 365px!important;}
    .track span button.btn.btn-primary {width: auto!important; margin-top: 0!important; vertical-align: text-bottom;}
    p.invalid-text {position: absolute!important;}
    .track .wrapper p.invalid-text {transform: translate(-50%, 10px); left: 50%;}
    .h-menu .btn.btn-primary {width: inherit!important;}
    .popup {width: 414px!important;}
    footer .fBottom img {margin-left: 18px!important; padding: 20px 0!important;}
    .track .tSearch {display: inline-table!important;}
  }
  
  @media only screen and (min-width: 993px) and (max-width: 1215px) {
    .menupan {width: 63%;}
    .tracking-table strong {font-size: 18px;}
    footer .fTop .col-l {width: 30%;}
    footer .fTop .col-c {width: 40%; padding: 76px 0 0 25px;}
    footer .fTop .col-cc {width: 15%;}
    footer .fTop .col-r {width: 17%;}
    .col-cc nav a:first-child {padding-left: 0;}
    }
  
    @media only screen and (min-width: 993px) and (max-width: 1175px) {
      footer .fTop .col-c nav a + a, footer .fTop .col-cc nav a + a {
        padding-left: 10px;
    }
     }
  
  
  @media (max-width: 992px){
    .modal-container {width: 100%!important;}
    .overlay {display: inherit; height: 100%; width: 100%; position: fixed; z-index: -1; left: 0; top:64px; background-color: rgb(0,0,0); background-color: rgba(0,0,0, 0.6); overflow-x: hidden;}
    .tracking-table-web {display: none;}
    .d-none-w {display: block!important;}
    .boxpan .bpContent {padding: 32px 24px 48px;}
    .shipment {max-height: 162px;}
    header .logo{width: 25%;}
    footer .fTop{flex-wrap: wrap; justify-content: space-between;}
    footer .fTop .col-r {width: 32%; margin-left: auto;}
    .mMenu {display: block;}
    .menupan{width: auto; position: relative;}
    .need-help {margin-top: 117px; padding: 64px 20px;}
  
    .h-menu {display: block; border-top: 1px solid #eee; border-bottom: 1px solid #eee; color: #111827; width: 100%; max-height: 0; overflow: hidden; position: fixed; right: 0; top: 64px; border-radius: 0;  background:#fff;}
    header nav{display: block; padding: 24px 16px 0;}
    header nav a{display: block; margin: 0 0 24px; color: #111827;}
    .h-menu .hRight{padding: 0 16px 24px;}
    .h-menu .btn.btn-primary{font-family: "Inter"!important; width: 100%; margin:0 0 12px; font-size: 16px; height: 50px; padding: 0 15px;}
    .h-menu .btn.btn-primary.active {font-family: "Inter"!important; margin-bottom: 0; font-size: 16px; color: #111827!important; background: #FFED50 !important;}
    #menu-toggle:checked + .h-menu{max-height: 400px;}
  
    .track .wrapper h1 {padding-bottom: 32px;}
    .track .wrapper p {padding-bottom: 64px;}
    .track .wrapper p.invalid-text {margin: 0!important; text-align: left;}
    .track span button.btn.btn-primary {width:100%; margin-top: 12px;}
    p.invalid-text a { margin-right: 10px; width: 37px; height: 22px;}
     .popup {width:100%; padding: 40px 15px 20px 15px;}
    .need-help h1 {line-height: 32px;}
    footer .d-none {display: block;}
  
  
    body {padding-top: 66px;}
    .logo img {width:177px; margin-top: 9px;}
    header {height: 64px;}
    .menupan label {border: 1px solid #E5E7EB; border-radius: 6px; line-height: initial;}
    .menupan label img {width: 36px; height: 36px; padding: 6px 6px 4px 6px;}
    .track span {width: 100%; display: block;}
    .track .tSearch {width: 100%; margin-bottom: 12px;}
    p.invalid-text {margin-top: 0; position: inherit;}
    .track .wrapper {background: #005d69 url(../img/res_banner.png) no-repeat center center;
      display: inline-table; border-radius: 0; padding:100px 20px; text-align: center;}
      .need-help:after {bottom: -88px!important;}
  
    .wrapper {padding: 0 16px;}
    header .logo { width: auto; }
    h1{font-size: 32px; font-weight: 700;}
    h2 {font-size: 28px;}
    h3 {font-size: 22px;}  
    .f24{font-size: 20px;}
    .f20{font-size: 18px;}
    .f18{font-size: 16px;}
  
    .banner-mob{display: block;}
    .banner-desk{display: none;}
    .boxpan .bpHead{font-size: 18px; padding: 16px;}
    .boxpan .bpHead span{font-size: 16px;}
    .boxpan .bpFooter{padding: 16px; height: auto; flex-direction: column;}
    .boxpan .bpFooter .ml-auto{margin: 8px auto 0;}
    .colLeft {width: 100%; margin-bottom: 16px;}
    .colRight {width: 100%;}
  
    footer .fTop .col-l {width: 100%; order: 2; padding-top: 48px;}
    footer .fTop .col-l img {width:222px;}
    footer .fTop .col-l p {margin: 24px 0;}
    footer .fTop .col-c {width: 100%; padding: 0 0 48px; order: 1; display: block; border-bottom: 1px solid #dde0e5;}
    footer .fTop .col-r {width: 166px; margin: 0; order: 3;}
    footer .fTop .col-cc {position: absolute; bottom: -20px; display: block;}
    footer .fTop .col-cc nav {display: flex;}
    footer .fTop .col-cc nav a + a {padding-left: 24px!important;}
    .fBottom {display: block; margin-top: 48px; padding: 48px 0 0 0;}
    footer .fBottom img {margin-left:0; padding: 20px 0 48px;}
    footer .fMid{text-align: center;}
    footer .fBottom .f18, footer .fBottom p {width: 100%; flex-wrap: wrap; display: grid;}
    footer .fTop label {font-size: 20px; padding-bottom: 32px; font-weight: 600;}
    footer .fTop .col-c nav a + a {padding-top: 24px!important;}
    footer .fTop .col-c nav a, footer .fTop .col-cc nav a {display: block; padding: 0!important;}
  
    .tracking-table {flex-wrap: wrap; text-align: left; border-radius: 8px;overflow: visible; padding: 16px; box-sizing: border-box;}
    .tracking-table strong {border: 0; padding: 16px 0 12px 0;}
    .tracking-table span {padding: 0;}
    .tracking-table-row1 {width: 100%; order: 6;}
    .tracking-table-row2 {width: 100%; order: 5;}
    .tracking-table-row3 {width: 100%; order: 3;}
    .tracking-table-row4 {width: 100%; order: 4;}
    .tracking-table-row5 {width: 100%; order: 2;}
    .tracking-table-row6 {width: 100%; order: 1;}
    .Rdnone {display: none!important;}
    .Rdblock {display: flex;}
    .Rdblock strong {font-size: 16px; padding: 0; color: #374151; font-weight: 400;}
    .Rdblock span {padding: 0; padding-left: 5px;}
    .delivery-pan {padding: 0;}
    .updatePan label {position: inherit; left: 0; top: 0; padding-top: 24px; display: block;}
    .updatePan label span {text-align: left;}
    .pro_but {margin: 16px 0 12px 0; display: inline-block;}
    .tracking-table-row5.Rdblock {padding-bottom: 32px;}
    .tracking-table-row3 span, .tracking-table-row4 span, .tracking-table-row2 span {padding-bottom: 16px;}
    .tracking-table-row1 span {padding-bottom: 24px; margin-top: 5px}
    .updatePan .f18 {padding-bottom: 12px;}
    .updatePan label span {padding-top: 12px;}
    .boxpan .bpContent .tracking-table-main button {margin-top: 72px;}
    footer { padding-top: 174px;}
    .lang {position: absolute; top: -74px; left: 0;}
    .lang span {display: none;}
    footer .fTop .col-l p.lang a img {width: 28px;}
    footer .fBottom p {display: block;}
    footer .fBottom p span {width: 100%; display: block; padding-bottom: 48px;}
    footer .fBottom p a {padding-left: 0; font-size: 16px; color: #111827; font-weight: 500;}
    footer .fBottom p a + a {padding-left: 15px;}
  }
  
  