@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
}

::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #0a66c2;
}

::-webkit-scrollbar-thumb:hover {
  background: #0a66c2;
}

.bg-blueclr {
  background-color: #f4f5ff;
}

.btn_primary {
  background: #0a66c2 !important;
  color: #fff !important;
  padding: 10px 5px !important;
}

.btn_secondary {
  background: #f8726a !important;
  color: #fff !important;
  padding: 10px 5px !important;
}

.hide_lg_show_sm {
  display: none !important;
}

.btn_bg {
  background: #f8726a;
  padding: 10px;
  color: #fff !important;
}

.jsw {
  justify-content: center;
  display: flex;
  gap: 5px;
}

.bts {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}

.form-controll {
  background: #F7F7F7 0% 0% no-repeat padding-box;
  border: 1px solid #EFEFEF;
  border-radius: 6px;
  padding: 12px 14px !important;
  letter-spacing: 0px;
  color: #313131;
  width: 100%;
  line-height: 16px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #0a66c2;
  outline: 0;
  box-shadow: none !important;
}

.form-select:focus {
  border-color: #0a66c2;
  outline: 0;
  box-shadow: none !important;
}

.lbl_st {
  font-size: 12px;
}

input.smclass {
  height: 36px !important;
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.7);
}

.bold {
  font-weight: 800 !important;
}

.italic_ {
  font-style: italic;
}

.maincolor {
  color: #0a66c2;
}

.font_gradient {
  color: transparent;
  background: linear-gradient(90deg, rgb(63, 94, 251) 0%, rgb(255, 124, 59) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font_india {
  color: transparent;
  background: linear-gradient(117deg, rgb(251, 94, 63) 0%, rgb(255, 255, 255) 51%, rgb(18, 167, 38) 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card_one {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 40px 0 rgba(221, 224, 255, 0.5);
}

.one_card {
  margin: 15px;
  min-height: 225px;
  padding: 20px;
}
.one_card .one_img {
  height: 120px;
}
.one_card .one_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.formWrapper {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 12px 24px rgba(68, 41, 190, 0.1215686275);
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  border-radius: 22px;
  padding: 28px 30px;
}

.header_3 .navbar {
  background: transparent;
}
.header_3 .nav_li {
  transition: 0.3s ease-in-out;
}
.header_3 .nav_li a {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
}
.header_3 .nav_li a:focus {
  border-bottom: 2px solid #252525;
}
.header_3 .nav_li i, .header_3 .nav_li svg {
  padding: 10px;
  color: #252525;
  margin-top: 10px;
}
.header_3 .nav_link {
  display: flex;
  flex-direction: inherit;
  gap: 30px;
  text-transform: uppercase;
}
.header_3 ul li {
  list-style: none;
}
.header_3 .hide_show {
  display: flex;
}
.header_3 .attr-nav {
  float: right;
  display: inline-block;
  margin-left: 13px;
  margin-right: -15px;
}
.header_3 .attr-nav > ul {
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
  display: inline-block;
}
.header_3 .attr-nav > ul > li {
  float: left;
  display: block;
  cursor: pointer;
}
.header_3 .attr-nav > ul > li > a {
  color: #252525;
  display: block;
  padding: 20px 15px;
  position: relative;
}
.header_3 .attr-nav ul li a span {
  color: #252525;
  font-size: 25px;
}
.header_3 .attr-nav > ul > li > a span.badge {
  margin-top: -25px;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  background-color: #fff;
  color: #252525;
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #252525;
}
.header_3 .top-search {
  background-color: #0a66c2;
  padding: 10px 0;
  display: none;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1000;
  padding: 15px;
}
.header_3 .top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.header_3 .input-group .form-control {
  background: #0a66c2 !important;
  color: #f8726a;
  border: none;
}
.header_3 .input-group .form-control:hover {
  box-shadow: none;
  outline: 0;
  border: none;
}
.header_3 .input-group .form-control:focus {
  box-shadow: none;
  outline: 0;
  border: none;
}
.header_3 .mt_7 {
  margin-top: 7px;
}
.header_3 .dropdown-toggle::after {
  display: none;
}
.header_3 a {
  color: #252525;
  text-decoration: none;
}
.header_3 .nav_link {
  display: flex;
  flex-direction: inherit;
  gap: 30px;
  text-transform: uppercase;
}
.header_3 .nav_li a.active {
  transition: 0.3s ease-in-out;
  padding-top: 2px;
  border-bottom: 3px solid #0a66c2;
}
.header_3 .d_flx {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header_3 .hide_show {
  display: flex;
}
.header_3 .mobile_view {
  display: none;
}
.header_3 .bg_color {
  background: #fff;
}
.header_3 .dropdown-menu.show {
  background: #fff;
  color: #252525;
}
.header_3 .dropdown-item:focus, .header_3 .dropdown-item:hover {
  background: #0a66c2;
  color: #f8726a;
}

/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header_3.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  /* background-color: #fff; */
  animation: slideDown 0.35s ease-out;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(30px);
  padding: 12px 0;
  border-bottom: 1px solid rgba(220, 220, 220, 0.3607843137);
  z-index: 99999;
}

.header_3.is-sticky img {
  max-width: 100%;
}

.header_3.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.padding-cl {
  padding-top: 50px;
  padding-bottom: 30px;
}

.main_div .one_block {
  padding: 20px 15px;
}
.main_div .one_two {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 40px 0 rgba(221, 224, 255, 0.5);
}

.two_block {
  padding: 100px;
}

.two_img {
  height: 150px;
  width: 150px;
  margin-bottom: 10px;
}
.two_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.d_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_two {
  border-top-right-radius: 33%;
  border-bottom-left-radius: 33%;
  min-height: 300px;
}
.card_two .one_img {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  height: 100px;
}
.card_two .one_img img {
  width: 30%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.zzz {
  background: url(../img/reg_ma.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.zz_z {
  background: url(../img/rate-calculatorImg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.bgz {
  background: url(../img/bgz.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

#gradient-canvas {
  --gradient-color-1: #B5F6D4;
  --gradient-color-2: #F5CBBE;
  --gradient-color-3: #CDA2FC;
  --gradient-color-4: #FBF1F8;
  width: 100%;
  height: 100%;
  transform-origin: 0px 100%;
  transform: skewY(-3deg);
  position: absolute;
  top: auto;
  bottom: 0;
  overflow: hidden;
}

.fno {
  font-size: 110px;
  color: #0a66c2;
}

.terms-con-content-3 p {
  margin-left: 35px;
}

.pl_35 {
  margin-left: 35px;
}

.d_lf {
  display: flex;
  gap: 15px;
}

.ggg h4 {
  color: #0a66c2;
}

.font_26 {
  font-size: 26px;
}

.secondcolor {
  color: #f8726a;
}

.login_page {
  display: flex;
  justify-content: space-between;
  gap: 0;
  background: #e8f9ff;
}

.main_bar {
  background: transparent linear-gradient(143deg, #f8feff, #e2f8ff) 0 0 no-repeat padding-box;
}

.side_bar .side_line {
  height: 100vh;
  width: 350px;
  background-color: #f8726a;
  position: relative;
}
.side_bar .side_line .side_img {
  height: 310px;
  width: 300px;
  position: absolute;
  bottom: 1px;
  left: -105px;
}
.side_bar .side_line .side_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.side_bar .side_line .side_img_2 {
  height: 300px;
  width: 340px;
  position: absolute;
  top: 1px;
  left: -149px;
}
.side_bar .side_line .side_img_2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.heug {
  font-weight: 600 !important;
  color: #0a66c2;
  font-size: 16px;
}

.ggf {
  margin-top: 60px;
  padding-left: 35px;
}
.ggf h6 {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}

.down_imgg {
  height: 70px;
  width: 243px;
  overflow: hidden;
}
.down_imgg img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.Download_app {
  display: flex;
  /* gap: 10px; */
  align-items: center;
  justify-content: center;
  position: relative;
}
.Download_app .down_img {
  height: 158px;
  width: 243px;
  overflow: hidden;
}
.Download_app .down_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.bold_600 {
  font-weight: 600 !important;
}

.tracking_img {
  margin-top: 20px;
  height: 200px;
  width: 100%;
}
.tracking_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contentWrapper .cards ul {
  gap: 45px;
  align-items: unset;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  list-style: none;
  flex-wrap: wrap;
}
.contentWrapper .cards ul li {
  flex-basis: 15%;
  position: relative;
}
.contentWrapper .cards ul li:before {
  content: "";
  position: absolute;
  border: 1px dashed #707070;
  opacity: 0.27;
  width: 90%;
  top: 32px;
  left: 65px;
}
.contentWrapper .cards ul li:last-child:before {
  content: " ";
  border: none;
}
.contentWrapper .cards ul li h3 {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0;
  color: #0a66c2;
  margin: 20px 0 12px;
  font-weight: 600;
}

.footer1 {
  background-color: #0a66c2;
  position: relative;
}
.footer1:before {
  position: absolute;
  content: "";
  background: #f4f5ff;
  border-radius: 0 0 60px 60px;
  width: 100%;
  height: 86%;
  top: 0;
  left: 0;
}
.footer1 ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.footer1 p {
  color: #252525;
}
.footer1 .site-footer__graphics {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.footer1 .site-footer__graphics .site-footer__graphic-1 {
  position: absolute;
  top: -72px;
  right: 54px;
  display: block;
  width: 150px;
  height: 150px;
  transform: rotate(-45deg);
  background-image: linear-gradient(90deg, #2336B6 0%, rgba(31, 38, 103, 0.9) 100%);
  opacity: 0.4;
}
.footer1 .site-footer__graphics .site-footer__graphic-2 {
  position: absolute;
  top: -67px;
  right: 176px;
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background-image: linear-gradient(-90deg, rgba(49, 207, 171, 0.5) 0%, #50E3C2 100%);
  mix-blend-mode: multiply;
}
.footer1 .footbox_n {
  padding-left: 20px !important;
  padding: 10px;
  margin-bottom: 20px;
}
.footer1 .footbox_n li {
  padding-right: 20px;
}
.footer1 .footbox_n li a {
  text-transform: capitalize;
  font-size: 13px !important;
  font-weight: 500;
  color: #252525;
}
.footer1 a {
  text-transform: capitalize;
  font-size: 13px !important;
  font-weight: 500;
  text-decoration: none;
  color: #252525;
}
.footer1 .foot_headi {
  font-size: 17px !important;
  letter-spacing: 3px !important;
}
.footer1 .foot_icon {
  display: flex;
  gap: 10px;
  justify-content: center;
  color: #fff;
}
.footer1 .icon_class {
  font-size: 40px !important;
  color: #252525;
}
.footer1 .icon_class:hover {
  font-size: 45px !important;
}

@media (max-width: 770px) {
  .site-footer__graphic-1 {
    display: none !important;
  }
  .site-footer__graphic-2 {
    display: none !important;
  }
  .cards ul {
    gap: 70px !important;
    flex-direction: column;
    flex-flow: wrap;
    overflow: hidden;
    padding: 20px 0 0px;
    font-size: 38px;
    line-height: 42px;
    align-items: unset;
    font-size: 38px;
    line-height: 42px;
  }
  .cards ul li {
    flex-basis: 100% !important;
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-template-rows: 56px 1fr;
    max-width: 100%;
    gap: 0px 15px;
  }
  .cards ul li:before {
    content: "";
    position: absolute;
    border: 1px dashed #707070;
    opacity: 0.27;
    height: 125px;
    width: 1px !important;
    top: 12px !important;
    left: 18px !important;
    z-index: -1;
  }
  .cards ul li h3 {
    font-size: 18px;
    width: 100%;
    line-height: 12px !important;
    margin: 0px 0 0px;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .cards ul li p {
    width: 100%;
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-top: 30px;
    font-size: 17px;
    line-height: 26px;
  }
  .custom-control-inline label {
    font-size: 11px;
  }
}
.display_none {
  display: none !important;
}

.font_65 {
  font-size: 65px;
}

@media (max-width: 1024px) {
  .one_card {
    min-height: 283px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .one_card {
    min-height: 284px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .one_card {
    min-height: 285px;
  }
  .card_two {
    min-height: 335px;
  }
}
@media (max-width: 850px) {
  .header_3 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    /* background-color: #fff; */
    animation: slideDown 0.35s ease-out;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(30px);
    padding: 12px 0;
    border-bottom: 1px solid rgba(220, 220, 220, 0.3607843137);
    z-index: 99999;
  }
  .one_block {
    margin-top: 100px;
  }
  .hide_lg_show_sm {
    display: flex !important;
  }
  .hide_sm_show_lg {
    display: none !important;
  }
  .one_one {
    margin-top: 25px;
  }
  .mobile_menu {
    display: flex !important;
    flex-direction: column !important;
    background: white;
    height: 103vh;
    width: 300px;
    position: fixed;
    transform: translate(-100%);
    transition: all 0.2s ease;
    top: -13px;
    left: 0;
    padding: 20px;
    bottom: 0;
    padding-top: 22px;
    z-index: 99999;
  }
  .mobile_menu.active {
    transform: translate(0%);
    transition: all 0.2s ease;
    transition-timing-function: cubic-bezier(0.89, -0.05, 0.43, 1.02);
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  }
  .one_card {
    min-height: 226px;
  }
  .two_block {
    padding: 20px;
  }
  .csw {
    margin-top: 10px !important;
  }
  .side_bar {
    display: none;
  }
  .down_imgg {
    height: 70px;
    width: 126px;
    overflow: hidden;
  }
  .down_imgg img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768px) {
  .p_0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p_10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .one_two {
    padding: 25px 10px !important; 
  }
  .main_div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 550px) {
  .padding-cl {
    padding-top: 15px;
  }
  .one_card {
    min-height: 100px;
  }
  .font_65 {
    font-size: 30px;
  }
  .cdv {
    padding: 8px !important;
    padding-top: 20px !important;
  }
  .csd {
    display: none;
  }
}
/* tracking detail */
.d_f {
  display: flex;
  flex-direction: column;
}

.box-track {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  background: #FFFFFF;
  padding: 15px;
  margin-bottom: 25px;
}

h6 span {
  font-size: 72px;
  font-weight: 700;
  margin-right: 10px;
}

.tracking-status-intransit {
  background-color: #e5e5e5;
}

.tracking-status-outfordelivery {
  background-color: #f5a551;
}

.tracking-status-deliveryoffice {
  background-color: #f7dc6f;
}

.tracking-status-delivered {
  background-color: #4cbb87;
}

.tracking-status-attemptfail {
  background-color: #b789c7;
}

.tracking-status-error,
.tracking-status-exception {
  background-color: #d26759;
}

.tracking-status-expired {
  background-color: #616e7d;
}

.tracking-status-pending {
  background-color: #ccc;
}

.tracking-status-inforeceived {
  background-color: #214977;
}

.tracking-item {
  border-left: 2px dashed #dfdfdf;
  position: relative;
  padding: 2rem 1.5rem 0.5rem 2.5rem;
  font-size: 16px;
  margin-left: 3rem;
  min-height: 10rem;
}

.tracking-item:last-child {
  padding-bottom: 4rem;
}

.tracking-item .tracking-date {
  margin-bottom: 0.5rem;
}

.tracking-item .tracking-date span {
  font-size: 14px;
  padding-left: 0.4rem;
  margin-right: 0;
}

.tracking-item .tracking-content {
  padding: 0.5rem 0.8rem;
  background-color: #f4f4f4;
  border-radius: 0.5rem;
}

.tracking-item .tracking-content span {
  display: block;
  color: #888;
  font-size: 16px;
}

.tracking-item .tracking-icon {
  position: absolute;
  left: -13px;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  background-color: #fff;
  color: #fff;
}

.tracking-item i {
  font-size: 14px;
}

.tracking-item .tracking-icon.status-sponsored {
  background-color: #f68;
}

.tracking-item .tracking-icon.status-delivered {
  background-color: #4cbb87;
}

.tracking-item .tracking-icon.status-outfordelivery {
  background-color: #0a66c2;
}

.tracking-item .tracking-icon.status-deliveryoffice {
  background-color: #f7dc6f;
}

.tracking-item .tracking-icon.status-attemptfail {
  background-color: #b789c7;
}

.tracking-item .tracking-icon.status-exception {
  background-color: #d26759;
}

.tracking-item .tracking-icon.status-inforeceived {
  background-color: #214977;
}

.tracking-item .tracking-icon.status-intransit {
  color: #919191;
  border: 1px solid #cacaca;
  font-size: 0.6rem;
  padding: 4px;
}

.edd_date {
  font-size: 100px;
  line-height: 100px;
  font-weight: bold;
  color: #007bff;
}

.e_time_date {
  margin-bottom: 10px;
  font-weight: 700 !important;
  font-size: 14px !important;
  display: flex;
  justify-content: space-between;
}

.edd_info {
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
}

.ghu {
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #007bff;
  color: #007bff;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  border-radius: 4px;
  background-color: #e7f3ff;
  cursor: text;
  padding: 5px 10px;
}

.ghu_red {
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  border-radius: 4px;
  background-color: #ffd8d8;
  cursor: text;
  padding: 5px 10px;
}

.ghu_green {
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #16af02;
  color: #16af02;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  border-radius: 4px;
  background-color: #d6ffd1;
  cursor: text;
  padding: 5px 10px;
}

.year_txt {
  display: inline-block;
  line-height: 0px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}

.zmr {
  position: absolute;
  left: 1px;
  top: 2%;
  background: white;
  padding: 13px;
  padding-bottom: 14px;
  border-radius: 5px 0px 0px 5px;
}

.vol_imgh {
  position: absolute;
  bottom: -11px;
  background: #ffe3d5;
  margin-left: -18px;
  border-radius: 0px 0px 30px 30px;
  padding-top: 10px;
  color: #0a66c2;
  font-weight: 600;
  padding-left: 33px;
  padding-right: 33px;
  text-align: center;
  font-size: 14px;
}

.x_cross {
  font-size: 18px;
  color: red;
  background-color: rgb(255, 214, 214);
  padding: 5px 7px;
  border-radius: 50%;
}

.x_right {
  font-size: 18px;
  color: #57ce57;
  background-color: #b0ffb0;
  padding: 5px 7px;
  border-radius: 50%;
}

.cur_img {
  height: 50px;
  width: 50px;
}
.cur_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cur_mm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.vol_img img {
  background: white;
  padding: 10px;
  border-radius: 30px;
}

.p_o {
  padding-top: 35px !important;
}

.cds {
  background: #deeeff;
  padding: 20px 30px;
  border-radius: 30px;
}
.cds h6 {
  font-weight: 600;
  margin-top: 10px;
  color: #0a66c2;
}

@media (min-width: 992px) {
  .tracking-item {
    margin-left: 10rem;
  }
  .tracking-item .tracking-date {
    position: absolute;
    left: -13rem;
    width: 10.5rem;
    text-align: right;
  }
  .tracking-item .tracking-date span {
    display: block;
  }
  .tracking-item .tracking-content {
    padding: 0;
    background-color: transparent;
  }
}/*# sourceMappingURL=style.css.map */
