section.home-banner-sec {
    background-image: url(/template/b14e2892/images/home-banner.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}
section.home-banner-sec .content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 160px 20px 80px 20px;
}
section.home-banner-sec h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 69px;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}
section.home-banner-sec h2 {
  font-size: 35px;
  font-weight: 500;
  line-height: 48px;
  color: #FFFFFF;
}
section.home-banner-sec p {
    font-weight: 500;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 34px;
    margin: 34px 0 40px 0;
}
section.home-banner-sec .buttons a {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

section.home-banner-sec .buttons {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}
section.home-banner-sec .track-section .track-label {
    background: #E4316E;
    display: inline-flex;
    color: #fff;
    padding: 12px 28px;
    font-size: 18px;
    font-weight: 600;
    gap: 30px;
    align-items: center;
}
section.home-banner-sec .track-section .track-box {
    display: flex;
    width: auto;
    max-width: 100%;
    flex-direction: column;
}
section.home-banner-sec .track-section .track-box .track-boxs {background: #fff;max-width: 60%;padding: 20px;}
section.home-banner-sec .track-section .track-box button {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 42px;
      margin-left: -2px;
}

section.home-banner-sec .track-section .track-box input#trackingCode {
    flex: 1;
    font-size: 16px;
    height: 42px;
    width: calc(100% - 94px);
}
section.home-banner-sec .track-section .track-box .track-result {
    padding-top:40px;
    background: #fff;
}
