@media only screen and (max-width: 600px) {
    .tracking {
      top: 82%;
    }
    .tracking .tracking__wrapper {
      padding: 1rem 2rem !important;
    }
    .tracking .tracking__wrapper .text {
      flex-direction: column;
    }
    .tracking .tracking__wrapper .text input {
      width: 100% !important;
      margin-bottom: 1rem;
    }
    .tracking .tracking__wrapper .text .form__btn {
      padding: 1.2rem !important;
    }
  }
  .timeline:before {
    position: absolute;
    content: '';
    width: 4px;
    height: calc(100% + 50px);
    background: rgb(138, 145, 150);
    background: -moz-linear-gradient(left, rgba(138, 145, 150, 1) 0%, rgba(122, 130, 136, 1) 60%, rgba(98, 105, 109, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(138, 145, 150, 1) 0%, rgba(122, 130, 136, 1) 60%, rgba(98, 105, 109, 1) 100%);
    background: linear-gradient(to right, rgba(138, 145, 150, 1) 0%, rgba(122, 130, 136, 1) 60%, rgba(98, 105, 109, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8a9196', endColorstr='#62696d', GradientType=1);
    left: 14px;
    top: 5px;
    border-radius: 4px;
}

.timeline-month {
    position: relative;
    padding: 4px 15px 4px 35px;
    background-color: #444950;
    display: inline-block;
    width: auto;
    border-radius: 40px;
    border: 1px solid #17191B;
    border-right-color: black;
    margin-bottom: 30px;
}

.timeline-month span {
    position: absolute;
    top: -1px;
    left: calc(100% - 10px);
    z-index: -1;
    white-space: nowrap;
    display: inline-block;
    background-color: #111;
    padding: 4px 10px 4px 20px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border: 1px solid black;
    box-sizing: border-box;
}

.timeline-month:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: rgb(138, 145, 150);
    background: -moz-linear-gradient(top, rgba(138, 145, 150, 1) 0%, rgba(122, 130, 136, 1) 60%, rgba(112, 120, 125, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(138, 145, 150, 1) 0%, rgba(122, 130, 136, 1) 60%, rgba(112, 120, 125, 1) 100%);
    background: linear-gradient(to bottom, rgba(138, 145, 150, 1) 0%, rgba(122, 130, 136, 1) 60%, rgba(112, 120, 125, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8a9196', endColorstr='#70787d', GradientType=0);
    border-radius: 100%;
    border: 1px solid #17191B;
    left: 5px;
}

.timeline-section {
    padding-left: 35px;
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.timeline-date {
    margin-bottom: 15px;
    padding: 2px 15px;
    background: #FEC201;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #17191B;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.timeline-section:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #444950;
    top: 12px;
    left: 20px;
}

.timeline-section:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(to bottom, rgba(138, 145, 150, 1) 0%, rgba(122, 130, 136, 1) 60%, rgba(112, 120, 125, 1) 100%);
    top: 7px;
    left: 11px;
    border: 1px solid #17191B;
    border-radius: 100%;
}

.timeline-section .col-sm-4 {
    margin-bottom: 15px;
}

.timeline-box {
    position: relative;
    background-color: #444950;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #17191B;
    transition: all 0.3s ease;
    overflow: hidden;
}

.box-icon {
    position: absolute;
    right: 5px;
    top: 0px;
}

.box-title {
    padding: 5px 15px;
    border-bottom: 1px solid #17191B;
}

.box-title i {
    margin-right: 5px;
}

.box-content {
    padding: 5px 15px;
    background-color: #17191B;
}

.box-content strong {
    color: #666;
    font-style: italic;
    margin-right: 5px;
}

.box-item {
    margin-bottom: 5px;
}

.box-footer {
    padding: 5px 15px;
    border-top: 1px solid #17191B;
    background-color: #444950;
    text-align: right;
    font-style: italic;
}

.tracking {
    padding: 4rem 0;
  }
  .tracking .tracking__wrapper {
    background: #034460;
    padding: 3rem 5rem;
    border-radius: 8px;
    color: #fff;
  }
  .tracking .tracking__wrapper h6 {
    font-size: 1rem;
    opacity: 0.9;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
  }
  .tracking .tracking__wrapper form .text {
    display: flex;
    justify-content: space-between;
  }
  .tracking .tracking__wrapper form .text input {
    width: 76%;
    height: 3.6rem;
    box-shadow: none;
    font-size: 0.9rem;
    opacity: 0.96;
    border-radius: 3px;
    background: #fff;
  }
  .tracking .tracking__wrapper form .text input::-webkit-input-placeholder {
    color: #333;
    font-size: 1rem;
  }
  .tracking .tracking__wrapper form .text input:-ms-input-placeholder {
    color: #333;
    font-size: 1rem;
  }
  .tracking .tracking__wrapper form .text input::placeholder {
    color: #333;
    font-size: 1rem;
  }
  .tracking .tracking__wrapper form .text .form__btn {
    padding: 0.6rem 2rem;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    background: #FEC201;
    color: #fff;
    font-size: 1rem;
  }
  @media only screen and (max-width: 600px) {
    .tracking {
      top: 82%;
    }
    .tracking .tracking__wrapper {
      padding: 1rem 2rem !important;
    }
    .tracking .tracking__wrapper .text {
      flex-direction: column;
    }
    .tracking .tracking__wrapper .text input {
      width: 100% !important;
      margin-bottom: 1rem;
    }
    .tracking .tracking__wrapper .text .form__btn {
      padding: 1.2rem !important;
    }
  }



  .timeline_tracking_inner {
  padding-bottom: 100px;
}
.timeline_tracking_inner .single_title {
  padding-bottom: 15px;
}
.timeline_tracking_inner .timeline_tracking_box {
  border: 1px solid #ecf0f1;
  border-radius: 5px;
}
.timeline_tracking_inner .timeline_tracking_box .tracking_head {
  text-align: center;
  background: #f9f9f9;
}
.timeline_tracking_inner .timeline_tracking_box .tracking_head h4 {
  font-size: 16px;
  font-weight: 400;
  font-family: roboto, sans-serif;
  letter-spacing: 0.45px;
  line-height: 70px;
  margin-bottom: 35px;
}
.timeline_tracking_inner .timeline_tracking_box .tracking_country {
  padding: 25px 15px;
  border-bottom: 1px solid #ecf0f1;
  margin-bottom: 40px;
}
.timeline_tracking_inner
  .timeline_tracking_box
  .tracking_country
  .media
  .media-left {
  padding-right: 20px;
  vertical-align: middle;
}
.timeline_tracking_inner
  .timeline_tracking_box
  .tracking_country
  .media
  .media-body {
  vertical-align: middle;
}
.timeline_tracking_inner
  .timeline_tracking_box
  .tracking_country
  .media
  .media-body
  h4 {
  font-size: 24px;
  color: #2f2f30;
  font-family: roboto, sans-serif;
  letter-spacing: 0.6px;
}
.timeline_tracking_inner
  .timeline_tracking_box
  .tracking_country
  .media
  .media-body
  a {
  color: #58585a;
  font-family: roboto, sans-serif;
  font-size: 14px;
  color: #2761d8;
}
.timeline_tracking_inner .timeline_tracking_box .tracking_in {
  text-align: center;
  background: #2761d8;
  color: #fff;
}
.timeline_tracking_inner .timeline_tracking_box .tracking_in h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: roboto, sans-serif;
  line-height: 70px;
}
.timeline_tracking_inner .timeline_tracking_box .tracking_in.tag-delivered {
  background-color: #002a34;
}
.timeline_tracking_inner .timeline_tracking_box .tracking_list {
  margin-left: 40px;
}
@media (max-width: 420px) {
  .timeline_tracking_inner .timeline_tracking_box .tracking_list {
    margin-left: 5px;
  }
}
.timeline_tracking_inner .timeline_tracking_box .tracking_list ul {
  position: relative;
  padding: 20px 0;
}
.timeline_tracking_inner .timeline_tracking_box .tracking_list ul:before {
  position: absolute;
  display: block;
  width: 1px;
  top: 0;
  left: 126px;
  bottom: 0;
  content: "";
  background-color: #ddd;
  z-index: 1;
}
@media (max-width: 420px) {
  .timeline_tracking_inner .timeline_tracking_box .tracking_list ul:before {
    left: 105px;
  }
}
.timeline_tracking_inner .timeline_tracking_box .tracking_list ul li {
  padding: 20px 0;
  position: relative;
}
.timeline_tracking_inner
  .timeline_tracking_box
  .tracking_list
  ul
  li
  .checkpoint__time {
  float: left;
  text-align: right;
}
.timeline_tracking_inner
  .timeline_tracking_box
  .tracking_list
  ul
  li
  .checkpoint__time
  strong {
  color: #2f2f30;
  font-family: roboto, sans-serif;
  font-size: 16px;
  letter-spacing: 0.45px;
}
@media (max-width: 420px) {
  .timeline_tracking_inner
    .timeline_tracking_box
    .tracking_list
    ul
    li
    .checkpoint__time
    strong {
    font-size: 14px;
  }
}
.timeline_tracking_inner
  .timeline_tracking_box
  .tracking_list
  ul
  li
  .checkpoint__time
  .hint {
  font-size: 14px;
  color: #58585a;
  font-family: roboto, sans-serif;
  opacity: 0.5;
  letter-spacing: 0.28px;
}
.timeline_tracking_inner
  .timeline_tracking_box
  .tracking_list
  ul
  li
  .checkpoint__icon {
  position: absolute;
  left: 109px;
  top: 15px;
  width: 36px;
  height: 36px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 18px;
  z-index: 10;
}
@media (max-width: 420px) {
  .timeline_tracking_inner
    .timeline_tracking_box
    .tracking_list
    ul
    li
    .checkpoint__icon {
    left: 88px;
  }
}
.timeline_tracking_inner
  .timeline_tracking_box
  .tracking_list
  ul
  li
  .checkpoint__icon.intransit:before {
  content: "";
  display: block;
  background-color: #ddd;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 12px;
  left: 11px;
  top: 11px;
  z-index: 9;
}
.timeline_tracking_inner
  .timeline_tracking_box
  .tracking_list
  ul
  li
  .checkpoint__icon.delivered {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTI4IDEyOCI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzRDQkI4Nzt9IC5zdDF7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnIGlkPSJEZWxpdmVkIiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIj48cGF0aCBpZD0iT3ZhbC03LUNvcHktMiIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgY2xhc3M9InN0MCIgZD0iTTY0IDEyOGMzNS4zIDAgNjQtMjguNyA2NC02NHMtMjguNy02NC02NC02NC02NCAyOC43LTY0IDY0IDI4LjcgNjQgNjQgNjR6Ii8+PHBhdGggaWQ9IlNoYXBlIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIiBjbGFzcz0ic3QxIiBkPSJNODIuNSA1My4ybC0zLjQtMy40Yy0uNS0uNS0xLS43LTEuNy0uN3MtMS4yLjItMS43LjdsLTE2LjIgMTYuNS03LjMtNy40Yy0uNS0uNS0xLS43LTEuNy0uN3MtMS4yLjItMS43LjdsLTMuNCAzLjRjLS41LjUtLjcgMS0uNyAxLjdzLjIgMS4yLjcgMS43bDkgOS4xIDMuNCAzLjRjLjUuNSAxIC43IDEuNy43czEuMi0uMiAxLjctLjdsMy40LTMuNCAxNy45LTE4LjJjLjUtLjUuNy0xIC43LTEuN3MtLjItMS4yLS43LTEuN3oiLz48L2c+PC9zdmc+);
  background-color: #4cbb87;
  border: 0;
}
.timeline_tracking_inner
  .timeline_tracking_box
  .tracking_list
  ul
  li
  .checkpoint__icon.outfordelivery {
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTI4IDEyOCI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0Y1QTU1MTt9IC5zdDF7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnIGlkPSJvdXQtZm9yLWRlbGl2ZXJ5IiBza2V0Y2g6dHlwZT0iTVNMYXllckdyb3VwIj48ZWxsaXBzZSBpZD0iT3ZhbC03LUNvcHkiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiIGNsYXNzPSJzdDAiIGN4PSI2NCIgY3k9IjY0IiByeD0iNjQiIHJ5PSI2NCIvPjxwYXRoIGlkPSJTaGFwZSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCIgY2xhc3M9InN0MSIgZD0iTTQxIDUwYy0yLjUtLjgtMi41LTIuNCAwLTNsMTktMTBjMi4zLTEuMyA1LjctMS4zIDggMGwxOSAxMGMyLjUuOCAyLjUgMi40IDAgM2wtMTkgMTBjLTIuMyAxLjMtNS43IDEuMy04IDBsLTE5LTEwem0yNCAyMGMwLTIuNSAxLjctNS4zIDQtNmwyMC0xMWMyLjMtLjcgNCAuNCA0IDN2MTljMCAyLjctMS43IDUuNS00IDdsLTIwIDEwYy0yLjMuNy00LS40LTQtM3YtMTl6bS0yOCAxMWMtMi4zLS43LTQtMy40LTQtNnYtMTljMC0yLjUgMS43LTMuNiA0LTNsMjAgMTBjMi4zIDEuNiA0IDQuMiA0IDd2MTljMCAyLjUtMS43IDMuNi00IDNsLTIwLTExeiIvPjwvZz48L3N2Zz4=);
  background-color: #f5a551;
  border: 0;
}
.timeline_tracking_inner
  .timeline_tracking_box
  .tracking_list
  ul
  li
  .checkpoint__content {
  margin-left: 160px;
}
@media (max-width: 420px) {
  .timeline_tracking_inner
    .timeline_tracking_box
    .tracking_list
    ul
    li
    .checkpoint__content {
    margin-left: 132px;
  }
}
.timeline_tracking_inner
  .timeline_tracking_box
  .tracking_list
  ul
  li
  .checkpoint__content
  strong {
  color: #2f2f30;
  font-family: roboto, sans-serif;
  font-size: 16px;
  letter-spacing: 0.45px;
}
.timeline_tracking_inner
  .timeline_tracking_box
  .tracking_list
  ul
  li
  .checkpoint__content
  strong
  .checkpoint__courier-name {
  margin-left: 5px;
  padding: 4px;
  background-color: #ecf0f1;
  border-radius: 3px;
  color: #95a5a6;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.timeline_tracking_inner
  .timeline_tracking_box
  .tracking_list
  ul
  li
  .checkpoint__content
  .hint {
  font-size: 14px;
  color: #58585a;
  font-family: roboto, sans-serif;
  opacity: 0.5;
  letter-spacing: 0.28px;
}
.scheduled_area {
  width: 600px;
  margin: 0 auto 20px;
}
@media (max-width: 640px) {
  .scheduled_area {
    width: 100%;
  }
}
.scheduled_area ul {
  position: relative;
  padding: 35px 0;
}
.scheduled_area ul:before {
  background: #ddd;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 15%;
  content: "";
}
.scheduled_area ul li {
  position: absolute;
  left: 0;
  bottom: 0;
}
.ft-about-feature-list-item {
  padding: 27px 20px 25px 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  -webkit-box-shadow: 1.91px 10.833px 50px 0px rgb(68 68 68 / 15%);
  box-shadow: 1.91px 10.833px 50px 0px rgb(68 68 68 / 15%);
}

.ft-about-feature-list-item .ft-about-feature-icon {
  width: 55px;
  height: 55px;
  margin-right: 20px;
  border-radius: 100%;
  
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.scheduled_area ul li .schedul_box {
  width: 150px;
  text-align: center;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.scheduled_area ul li:nth-child(2) {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.scheduled_area ul li:nth-child(2) .s_icon {
  bottom: auto;
  top: -29px;
}
.scheduled_area ul li:last-child {
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
}

.scheduled_area ul li .s_icontext {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -52px;
  width: 120px;
  height: 20px;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
  z-index: 10;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  font-weight: bold;
}

.scheduled_area ul li:last-child .s_icon {
  bottom: auto;
  top: -29px;
}
.scheduled_area ul li .s_icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -29px;
  width: 20px;
  height: 20px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 18px;
  z-index: 10;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.scheduled_area ul li .s_icon:before {
  content: "";
  display: block;
  background-color: #ddd;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 12px;
  left: 5px;
  top: 5px;
  z-index: 9;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.scheduled_area ul li .s_icon.active {
  background-color: #4cbb87;
  border-color: #4cbb87;
}
.scheduled_area ul li .s_icon.act {
  background-color: #ea1e00;
  border-color: #ea1e00;
}
.scheduled_area ul li .s_icon.active:before {
  background-color: #fff;
}
.scheduled_area ul li:hover .s_icon {
  border-color: #2761d8;
}
.scheduled_area ul li:hover .s_icon:before {
  background: #2761d8;
}
.scheduled_area ul li:hover .s_icon.active {
  background-color: #4cbb87;
  border-color: #4cbb87;
}
.scheduled_area ul li:hover .s_icon.active:before {
  background-color: #fff;
}

