/*------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------- mobile styles -------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------*/

/*XS screen styles*/
@media (max-width: 812px) {
  html,body{
    -webkit-overflow-scrolling : touch !important;
    overflow: auto !important;
  }

  body {
    font-size: 14px;
  }

  [sticky-header="true"] {
    padding-top: 60px;
  }

  .header {
    height: 60px;
  }

  .header .container {
    padding: 10px;
    height: 60px;
  }

  .header-yellow,
  .header-green {
    background-color: #000;
  }

  .header-yellow .title-block {
    background-color: #FDCC4F;
  }

  .header-green .title-block {
    background-color: #3D715B;
  }

  .header .search {
    display: block;
  }

  .header .menu {
    display: none;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #3d715b;
    margin-top: 50px;
  }

  .header .menu .menu-item {
    display: block;
    padding: 0;
    height: 44px;
    line-height: 44px;
    border: 0;
    margin: 0;
  }

  .menu-opened .menu-item {
    color: #fff !important;
  }

  .menu-opened .lang-btn:after {
    background: url(/images/arr-dd-white-b32f36171e069895253d1ca99768bbe7.svg) !important;
  }

  .search-title-mob {
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 4px;
    display: none;
    margin-top: 100px;
  }

  .menu-opened .header {
    height: 100vh;
    background: #3D715B !important;
  }

  .menu-opened .header[data-is-sticky="true"] .logo,
  .menu-opened .logo {
    background-image: url(/images/logo-text-yellow-a35bc30b8ca98c2c11146aa1a9735a88.svg) !important;
    display: block !important;
  }

  .menu-opened .header .search {
    display: block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
  }

  .menu-opened [data-is-sticky="true"] .logo,
  .menu-opened .logo,
  .menu-opened .search-title-mob,
  .menu-opened .menu {
    display: block !important;
  }

  .header .logo {
    position: absolute;
    width: 145px;
    height: 20px;
    top: 20px;
    left: 15px;
    background: url(/images/logo-text-yellow-a35bc30b8ca98c2c11146aa1a9735a88.svg) no-repeat 0 0;
    display: none;
  }

  .page-index .header .logo {
    display: block;
  }

  .show-menu-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 8px;
    background: url(/images/ico-menu-white-27c61640342f9254fb88b08dad6c1c56.svg) no-repeat center center;
    border: 1px solid transparent;
  }

  [data-is-sticky="true"] .show-menu-btn,
  .menu-opened .show-menu-btn {
    background-image: url(/images/ico-menu-white-27c61640342f9254fb88b08dad6c1c56.svg) !important;
  }

  .menu-opened .show-menu-btn {
    background-image: url(/images/ico-menu-close-white-d9afd00dff66a1018510a4e9b7bdb4b0.svg) !important;
    border-color: transparent !important;
  }

  .header-transparent .show-menu-btn,
  .header-yellow .show-menu-btn {
    background-image: url(/images/ico-menu-black-195a89fc1920066f03494bafa997aad1.svg)
  }

  .menu-opened.header-transparent .show-menu-btn,
  .menu-opened.header-yellow .show-menu-btn {
    background-image: url(/images/ico-menu-black-195a89fc1920066f03494bafa997aad1.svg)
  }

  .header .search,
  .menu-opened .header .search {
    display: block;
    position: absolute;
    width: auto;
    height: 40px;
    left: 15px;
    top: 10px;
    right: 56px;
    padding: 8px 8px 8px 40px;
    border: 1px solid rgba(25, 25, 25, 0.1);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.01), 0 4px 10px rgba(0, 0, 0, 0.01);
    border-radius: 4px;
    background: #fff;
  }

  .header .tracking-suggestions {
    margin-top: 2px;
  }

  .header .search input,
  .menu-opened .header .search input {
    border: 0;
    border-radius: 0;
    font-size: 100%;
    line-height: 24px;
    font-weight: 500;
    padding: 0;
    width: 100%;
    text-align: left;
  }

  body:not(.menu-opened) .header .inside-search-logo {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 10px;
    background: url(/images/ico-logo-20-yellow-e7b709636d33bb2d05c2a84ded0f9af7.svg) no-repeat 0 0;
  }

  .menu-opened .header .search {
    padding: 8px 12px !important;
  }

  .header[data-is-sticky="true"]:not[data-show-search] .logo,
  .header[data-is-sticky="true"] .search-btn,
  .menu-opened .header .search-btn,
  .menu-opened .header .search:before {
    display: none !important;
  }

  .container .search {
    width: auto;
  }

  #inHeaderTrackingHolder .search-btn {
    display: none;
  }

  #inPageTrackingHolder .search-btn {
    display: block;
  }

  .container .search .search-btn {
    position: relative;
    width: auto;
    border-radius: 4px;
    text-align: center;
    margin-top: 8px;
    background: #FDCC4F;
    font-size: 14px;
    line-height: 48px;
    display: block;
  }

  .search .search-btn:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/images/tmf-arrow-black-3e4aca9334b8a7e080b8cd7f2f942931.svg) no-repeat 0 0;
    display: inline-block;
    margin-left: 5px;
    vertical-align: text-bottom;
  }

  .search input {
    width: 100%;
    border-radius: 4px;
    font-size: 100%;
    line-height: 24px;
    text-align: center;
  }

  .h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .page-index .h2 {
    margin: 60px 0 40px;
  }

  .page-index .big-image-holder {
    display: none;
  }

  .title-block {
    padding-top: 56px !important;
  }

  .courier-item {
    padding: 28px 28px 100px;
    height: auto;
    min-height: 360px;
  }

  .lang-THA .courier-item,
  .lang-MYS .courier-item,
  .lang-IDN .courier-item {
    min-height: 380px !important;
  }

  .courier-item:before {
    width: 48px;
    height: 48px;
    top: 28px;
    right: 28px;
    background-size: 48px;
  }

  .col-md-3 .courier-item {
    height: 160px;
    min-height: 160px !important;
    font-size: 16px;
    line-height: 20px;
    padding-top: 100px;
  }

  .courier-item .cur-title {
    font-size: 20px !important;
    line-height: 150% !important;
    margin-top: 9px;
  }

  .col-xs-6 .courier-item .cur-title {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .col-xs-6 .courier-item:before {
    top: 41px;
  }

  .cur-info {
    font-size: 14px;
    line-height: 22px;
    margin-top: 29px;
  }

  .cur-more {
    top: auto;
    bottom: 28px;
    left: 28px;
    right: 28px;
  }

  .courier-item.long {
    padding-top: 89px !important;
  }

  .courier-item.long .cur-title {
    padding: 0 30px;
  }

  .courier-item.long:before {
    top: 31px !important;
  }

  .show-all .courier-item {
    height: 125px !important;
    min-height: 125px !important;
    padding-top: 50px;
  }

  .show-all .courier-item .cur-title {
    margin: 0;
    font-size: 14px !important;
    line-height: 16px !important;
  }

  .show-all .courier-item .cur-title:after {
    vertical-align: text-bottom;
  }

  .page-index .faq-wrapper,
  .howto-wrapper {
    padding: 60px 0;
  }

  .howto-block {
    font-size: 16px;
    padding: 0 0 120px;
    background-position: left bottom;
    margin-bottom: 40px;
  }

  .faq-wrapper .h1,
  .howto-wrapper .h1 {
    margin-bottom: 40px;
  }

  .faq-title {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 0;
  }

  .faq-descr {
    font-size: 15px;
    line-height: 24px;
  }

  .faq-block {
    padding: 0 0 160px;
    background-position: left bottom;
  }

  .footer .col-md-2:not(.socials) {
    display: none;
  }

  .footer {
    padding: 60px 15px;
    position: relative;
  }

  .footer-top {
    position: initial;
    height: auto;
  }

  .footer .col-md-8 {
    position: initial;
  }

  .footer .menu {
    position: initial;
    transform: none;
    top: auto;
  }

  .footer .menu .menu-item {
    display: table;
    padding: 10px 0;
    height: 44px;
  }

  .footer .lang-btn {
    border: 0 !important;
    margin: 0;
  }

  .footer .socials {
    margin: 15px 0 10px;
  }

  .socials .foot-item {
    display: inline-block;
  }

  .socials .foot-item a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    margin-right: 7px;
  }

  .socials .foot-item a span {
    display: none;
  }

  .socials .foot-item a:before {
    top: 8px;
    left: 7px;
  }

  .light-footer .socials .foot-item a {
    border-color: rgba(25, 25, 25, 0.1);
  }

  .socials .foot-item a.soc-fb:before {background-image: url(/images/ico-soc-fb-white-924c2bf141ef516ee3cf059b72d076f4.svg)}
  .socials .foot-item a.soc-tw:before {background-image: url(/images/ico-soc-tw-white-9447f2a46ee35b58f92babff563f68a0.svg)}
  .socials .foot-item a.soc-li:before {background-image: url(/images/ico-soc-li-white-2ed2f752d8e95e78367b9c13f2104711.svg)}
  .socials .foot-item a.soc-ig:before {background-image: url(/images/ico-soc-ig-white-304ebe09caf0477e2b28da66b7d2f224.svg)}
  .socials .foot-item a.soc-yt:before {background-image: url(/images/ico-soc-yt-white-13b0c787ed3bbeed25445efd7d73fa3c.svg)}
  .light-footer .socials .foot-item a.soc-fb:before {background-image: url(/images/ico-soc-fb-black-59925e1c16f55e4cb0543ff70a6a5e1c.svg)}
  .light-footer .socials .foot-item a.soc-tw:before {background-image: url(/images/ico-soc-tw-black-acbaada4aa0c12c1cb2f87166732510f.svg)}
  .light-footer .socials .foot-item a.soc-li:before {background-image: url(/images/ico-soc-li-black-453bd1d97a2bfb349a20d1e22fc65668.svg)}
  .light-footer .socials .foot-item a.soc-ig:before {background-image: url(/images/ico-soc-ig-black-2ff3ddde53efd0a94f671c806afbb78c.svg)}
  .light-footer .socials .foot-item a.soc-yt:before {background-image: url(/images/ico-soc-yt-black-09b3afa82fafb965ab0c9befd33872f5.svg)}

  .copy-line {
    margin-top: 0;
  }

  .footer hr {
    display: none;
  }

  .footer .logo {
    width: 104px;
    height: 36px;
    top: auto;
    bottom: 60px;
    left: 15px;
    background-size: contain;
    display: none;
  }

  .copy-line a, .copy-line span {
    display: block;
    margin: 20px 0 0;
  }

  .history-header,
  .main-info-block {
    display: none;
  }

  .show-tracking-info .main-info-block {
    display: block;
  }

  .left-column {
    float: none;
  }

  .show-all-info-mob {
    display: block;
    padding: 16px 15px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #3D715B;
    background: #fff;
    float: none;
  }

  .show-all-info-mob:after {
    content: "";
    width: 12px;
    height: 18px;
    background: url(/images/arr-dd-green-5002d5aad34a557bce893af0bca69ff5.svg) no-repeat center center;
    display: inline-block;
    margin-left: 5px;
    transition: transform .2s;
    vertical-align: text-bottom;
  }

  .show-tracking-info .show-all-info-mob:after {
    transform: rotate(180deg);
  }

  .event-item {
    display: block;
    padding: 16px 16px 16px 40px;
  }

  .event-info,
  .event-body {
    padding: 0;
    width: auto;
    display: block;
  }

  .event-info div {
    width: auto !important;
    margin-top: 8px;
  }

  .history-title-mob {
    display: block;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #757575;
    padding: 36px 15px 8px;
  }

  .main-status-block {
    padding: 26px 15px;
  }

  .main-status-block:after {
    right: 15px;
  }

  .page-carriers .h1 {
    margin-bottom: 60px;
  }

  .filter-holder {
    white-space: nowrap;
    overflow: auto;
  }

  .filter-switcher {
    font-size: 16px;
    line-height: 24px;
  }

  .page-carriers .courier-item {
    padding: 28px 28px 100px;
    min-height: 360px;
    margin-top: 15px;
  }

  .page-carriers .courier-item .cur-more {
    font-size: 14px;
    line-height: 20px;
    padding: 0 82px 0 0;
  }

  .lang-MYS.page-carriers .courier-item .cur-more,
  .lang-IDN.page-carriers .courier-item .cur-more {
    padding-right: 25px;
  }

  .lang-THA.page-carriers .courier-item .cur-more {
    padding-right: 75px;
  }

  .page-carriers .cur-more:after {
    width: 16px;
    height: 16px;
    background-image: url(/images/tmf-arrow-green-c7ce0211ef43f41f20340459c30f5a07.svg);
    position: relative;
    margin-left: 4px;
    vertical-align: text-bottom;
  }

  .page-single-carrier .h1 {
    margin-top: 20px;
  }

  .page-single-carrier .carrier-info-holder .big-logo {
    position: relative;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }

  .page-single-carrier .carrier-info-holder .big-logo:before {
    background-size: contain;
  }

  .page-single-carrier .margin-top-80 {
    margin-top: 60px !important;
  }

  .page-single-carrier .h3 {
    margin-top: 28px;
  }

  .page-single-carrier .h2 {
    margin: 60px 0 20px;
  }

  .page-single-carrier .title-block {
    padding-bottom: 0;
  }

  .footer .lang-btn:after {
    margin-left: 4px;
  }

  .lang-dd {
    right: auto;
    left: 0;
    top: auto;
    bottom: 40px;
    border: 1px solid rgba(25, 25, 25, 0.3);
  }

  .lang-menu-opened .lang-dd {
    display: block;
  }

  .lang-menu-opened .lang-underlayer {
    display: block;
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .history-header, .event-item:nth-of-type(even) {
    background: none;
  }

  .page-results .h1 {
    margin: 0 0 24px;
  }

  .search .clear-input,
  .header .search .clear-input {
    right: 13px !important;
  }

  .page-single-carrier .search .clear-input {
    top: 16px;
    margin-right: 4px;
  }

  .page-message .h1 {
    margin-top: 60px;
  }

  .page-message .message-link {
    margin: 40px 0 60px;
  }

  .show-loader .history-title-mob,
  .show-loader .show-all-info-mob,
  [data-status="error"] .history-title-mob,
  [data-status="error"] .show-all-info-mob {
    display: none;
  }

  .show-loader .left-column {
    height: 112px;
    overflow: hidden;
  }

  .history-title-mob,
  .history-wrapper {
    float: none;
    clear: both;
  }

  .show-loader .history-wrapper {
    height: 200px;
  }

  .not-found-subtitle {
    margin: 8px 0 28px;
  }

  .not-found-wrapper.couriers-wrapper > .row {
    padding: 28px 0;
    margin: 0;
    background: #fff;
    border-radius: 4px 4px 0 0;
  }

  .not-found-notify {
    padding: 0 15px 15px;
  }

  .page-results .title-block {
    padding-bottom: 15px;
  }

  .couriers-list-popup {
    width: 100%;
    min-height: 100%;
    border-radius: 0;
  }

  .popup-title {
    text-align: left;
    padding-left: 27px;
  }

  .popup-close {
    border: 1px solid rgba(25, 25, 25, 0.1);
    border-radius: 4px;
  }

  .popup-list,
  .couriers-list-popup .search {
    width: calc(100% - 30px) !important;
    left: 15px;
  }

  .couriers-list-popup .search input {
    text-align: left;
  }

  .lang-ESP .courier-item.logo-aliexpress .cur-info:after,
  .lang-PT-BR .courier-item.logo-aliexpress .cur-info:after {
    display: none;
  }

  .lang-ESP.page-carriers .courier-item .cur-info,
  .lang-PT-BR.page-carriers .courier-item .cur-info {
    min-height: 30px;
  }

  .lang-ESP .courier-item .cur-more,
  .lang-PT-BR .courier-item .cur-more {
    padding-right: 70px;
  }

  .lang-ESP.page-carriers .courier-item .cur-more,
  .lang-PT-BR.page-carriers .courier-item .cur-more {
    padding-right: 40px;
  }

  .not-found .subscribe-block {
    padding: 28px 15px 15px;
  }

  .tracking-sugg-link {
    padding: 10px 14px 10px 54px;
    font-size: 13px;
  }

  .suggestions-title {
    font-size: 13px;
  }

  .suggestions-hide {
    top: 21px;
  }

  .is-ios .subscribe-info {
    font-size: 16px;
  }

  .sharing-buttons-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-account .header {
    display: none;
  }

  .page-account .title-block {
    padding-top: 0 !important;
    height: 100%;
  }

  .page-account-html,
  .page-account {
    min-height: -webkit-fill-available;
  }

  .acc-holder {
    height: 100%;
  }

  .add2accountButton {
    position: fixed;
    bottom: 16px;
    left: 15px;
    right: 15px;
    z-index: 5;
  }

  .page-single-carrier .body-bg {
    background-size: 212px 236px;
    background-position: left -40px bottom 70px, right -40px bottom 70px;
  }

  .page-city .header .logo,
  .page-single-carrier .header .logo {
    width: 145px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 20px;
    display: block;
  }

  .page-city:not([sticky-header], .menu-opened) .header .logo,
  .page-single-carrier:not([sticky-header], .menu-opened) .header .logo {
    background: url(/images/logos/tmf-logo-black-mob-cde24da5901993a81b6edc853af2ea80.svg) no-repeat 0 0 !important;
  }

  .page-single-carrier .search-holder {
    display: block;
  }

  .page-single-carrier .courier-search-holder .search {
    height: auto;
  }

  .page-single-carrier .search input {
    width: 100%;
    text-align: left;
  }

  .all-couriers-holder h2 {
    text-align: center;
  }

  .page-single-carrier #inHeaderTrackingHolder .search-btn {
    display: block;
  }

  .page-single-carrier .body-bg {
    margin-bottom: 20px;
  }

  .get-app-holder {
    margin-bottom: 60px;
  }

  .page-single-carrier.is-ios .app-link.android,
  .page-single-carrier:not(.is-ios) .app-link.ios {
    display: none;
  }

  .page-single-carrier .app-link {
    max-width: 260px;
    margin: auto;
  }

  .page-city .menu.header-menu,
  .page-single-carrier .menu.header-menu {
    padding-top: 120px;
  }

  .page-results .h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
  }

  .page-results .notify-desktop {
    display: none;
  }

  .not-found .notify-block {
    margin-top: 0;
  }

  .page-city {
    background: #F3F3F3;
  }

  .page-city h1 {
    margin: 60px 0 30px;
    font-size: 36px;
    line-height: 44px;
  }

  .page-city .courier-search-holder .search input {
    width: 100%;
    text-align: left;
  }

  .page-city .courier-search-holder .couriers-list-holder {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .courier-search-holder #inHeaderTrackingHolder .search-btn {
    display: block;
  }

  .courier-search-holder .couriers-list-dropdown input.couriers-filter {
    width: calc(100% - 32px);
  }

  .page-city .app-links-holder .app-link {
    display: none;
  }

  .is-ios .app-link.ios {display: inline-block}
  .is-android .app-link.android {display: inline-block}

  .page-city .fullwidth-bg.light-green {
    padding: 60px 0;
  }

  .city-specs-holder {
    flex-wrap: wrap;
    gap: 40px 0;
  }

  .city-specs-holder .city-spec {
    flex: 1 1 50%;
    width: 50%;
  }

  .city-specs-holder .city-spec b {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .page-city .faq-wrapper .h1 {
    padding-top: 60px;
    margin-bottom: 30px;
  }

  .page-city .faq-element {
    padding: 120px 30px 30px 30px;
    margin-bottom: 15px;
  }

  .page-city .faq-element:before {
    top: 30px;
    left: calc(50% - 30px);
  }

  .page-city .city-specs-title {
    margin-bottom: 40px;
  }

  .page-city .tracking-suggestions {
    top: 50px;
  }

  .city-block {
    padding: 0;
  }

  .city-block a {
    padding: 8px 15px;
    min-height: 0;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 30px;
  }

  .page-city .courier-search-holder .clear-input {
    left: auto;
  }


  .page-results .title-block {
    padding: 0 0 30px !important;
  }

  .page-results .h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin: 30px 0;
    padding: 0 15px;
  }

  .results-limit-holder {
    flex-wrap: wrap;
    gap: 8px;
  }

  .results-left {
    width: 100%;
  }

  .results-right .promo-block{
    height: 156px;
  }

  .results-right .promo-button {
    top: auto;
    bottom: 24px;
    right: 24px;
    left: 44px;
    text-align: center;
  }

  .results-right .promo-block:before {
    left: 11px;
    background: url(/images/timeline-promo-bg-long-9f38101690a819489fb687fa7514a3c7.svg) no-repeat 0 0;
  }

}

/*XS - SM screen styles*/
@media (min-width: 576px) and (max-width: 768px) {

}

/*SM screen styles*/
@media (min-width: 768px) and (max-width: 991px) {

}

/*iPhone 5-SE screen styles*/
@media (max-width: 320px) {


}

/*LG screen styles*/
@media (min-width: 992px) {
  .page-single-carrier .h1 {
    padding: 180px 0 30px;
  }

  .page-single-carrier .other-courier .courier-logo,
  .page-single-carrier .h1:before {
    bottom: auto;
    top: 60px;
  }

  .page-single-carrier .body-bg {
    background: #FDD672 url(/images/courier-body-bg-XL-785f10871d060a6967a32e5c5b4cb1d5.svg) no-repeat center center;
  }
}

@supports (-webkit-touch-callout: none) {
  body {
    font-size: 16px;
  }

  .search input,
  .header[data-is-sticky="true"] .search input,
  .menu-opened .header .search input {
    line-height: 20px;
  }
}

/*lock portrait orientation*/
@media screen and (max-width: 930px) and (orientation: landscape) {
  .page-account-html,
  .page-account {
    /*height: 100%;*/
  }
}