.loc-icon-2 {
    color: #1a2f47;
}
.track-number {
    margin-bottom: 0;
    line-height: 40px;
    padding-left: 10px;
}
.typing-demo {
    width: 16ch;
    animation: typing 2s steps(22), blink 0.5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    color: #9a9a9a;
    font-size: 16px;
    padding-top: 0;
    padding-left: 5px;
}
@keyframes typing {
    from {
        width: 0;
    }
}
@keyframes blink {
    50% {
        border-color: transparent;
    }
}
.loading {
    align-items: center;
    margin: auto;
    display: inline-flex;
    margin: auto;
}
.obj {
    width: 6px;
    height: 0;
    background: #33b2fd;
    margin: 0 3px;
    border-radius: 10px;
    animation: loading 1.2s infinite;
}
.loading-text {
    font-weight: 700;
    color: #1a2f47;
    font-size: 23px;
}
.obj:nth-child(2) {
    animation-delay: 0.15s;
}
.obj:nth-child(3) {
    animation-delay: 0.3s;
}
.obj:nth-child(4) {
    animation-delay: 0.45s;
}
.obj:nth-child(5) {
    animation-delay: 0.6s;
}
.obj:nth-child(6) {
    animation-delay: 0.75s;
}
.obj:nth-child(7) {
    animation-delay: 0.9s;
}
.obj:nth-child(8) {
    animation-delay: 1.05s;
}
@keyframes loading {
    0% {
        height: 0;
    }
    50% {
        height: 50px;
    }
    100% {
        height: 0;
    }
}
@font-face {
    font-family: "MyCustomFont";
    src: url("./fonts/arial.ttf");
}
a:hover {
    text-decoration: none;
}
body {
    background-color: #fff;
}
.doted-posit {
    position: relative;
}
.main-div {
    width: 100%;
    margin: auto;
    height: 100vh;
    text-align: center;
    background: #1b2f47;
    position: relative;
    overflow: hidden;
}
.doted-line {
    border-left: 3px dotted white;
    height: 100px;
    display: block;
    margin: auto;
    width: 1px;
}
.last-header-log {
    width: 145px;
    display: block;
    margin: auto;
}
.last-header-text {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}
.doted-line:after {
    content: "";
    position: absolute;
    margin: auto;
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 50px;
    border: 3px solid #00000059;
    display: block;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 7px 2px white;
}
.doted-line:before {
    content: "";
    position: absolute;
    margin: auto;
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 50px;
    border: 3px solid #00000059;
    display: block;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 7px 2px white;
}
button.last-btn.btn-default {
    width: 80%;
    margin: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 24px;
}
.logo-area-intro {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
}
.logo-img {
    width: 250px;
    animation-duration: 2s !important;
}
.fillo-text {
    color: #fff;
    font-family: Arial;
}
.second-div {
    width: 38%;
    margin: auto;
    background-color: #fff;
    margin-top: 30px;
    border-radius: 25px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 0 14px 0;
}
.yellow-header {
    background: #33b2fd;
    padding: 20px 25px;
    border-radius: 25px;
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
}
.scan-text {
    margin-top: 40px;
    font-family: Arial;
    font-weight: 700;
    visibility: hidden;
}
.scan-para {
    font-weight: 700;
    visibility: hidden;
}
.scan-para-1 {
    font-weight: 700;
}
.take1 {
    visibility: hidden;
}
.take-button-2 {
    visibility: hidden;
}
.gif-img {
    width: 150px;
}
.gif-div {
    margin-top: 50px;
    margin-bottom: 50px;
    visibility: hidden;
}
.take-button {
    width: 80%;
    background: #6ecab3;
    border-radius: 20px;
    font-weight: 600;
    font-family: Arial;
}
.third-div {
}
.new-row {
    display: flex;
    width: 96%;
    margin: auto;
    overflow: hidden;
}
.first-pro {
    width: 10%;
}
.second-pro {
    width: 80%;
    padding-left: 20px;
}
i.fa.fa-bell.loc-icon2 {
    font-size: 21px;
    color: #1a2f47;
}
.third-pro {
    width: 20%;
}
.mark-img {
    width: 30%;
}
.location-text {
    font-weight: 900;
}
.shib-text {
    font-size: 16px;
    font-weight: 500;
}
.loc-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    line-height: 2 !important;
    color: #1a2f47;
    padding-inline: 12px;
    background: #1a2f4740;
    font-size: 21px !important;
}
.loc-icon-1 {
    border: 2px solid;
    border-radius: 50px;
    line-height: 2 !important;
    color: #33b2fd;
    padding-inline: 12px;
}
.input-group {
    width: 96%;
    margin: auto;
    margin-top: 15px;
}
.search-section {
}
#example-search-input {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: transparent;
    border: none;
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0;
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.search-section {
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    padding-left: 15px;
}
.footer-logo {
    width: 150px;
    display: block;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 15px;
}
.model-btn1:hover {
    background: #000;
}
.model-btn1:hover .model-btn1-text {
    color: #fff;
}
.model-btn2:hover {
    background: #000;
}
.model-btn2:hover .model-btn2-text {
    color: #fff;
}
i.fa.fa-search {
    font-size: 22px;
}
.new-apple-area {
    display: flex;
    width: 90%;
    margin: auto;
    background: #1a2f47;
    padding-inline: 20px;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}
.v-none {
    visibility: hidden;
}
.new-apple-area-2 {
    display: flex;
    width: 80%;
    margin: auto;
    background: #33b2fd;
    padding-inline: 20px;
    border-radius: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    visibility: hidden;
    color: #000;
    font-weight: 800;
}
.new-apple-area-right {
    width: 40%;
}
.new-apple-area-right-2 {
    width: 47%;
}
.new-apple-area-img2 {
    width: 6%;
}
.new-apple-area-left {
    width: 50%;
}
.new-apple-area-left-2 {
    width: 47%;
}
.new-apple-area-img {
    width: 10%;
    text-align: center;
}
.btn-default {
    margin-top: 2px;
    background-color: #33b2fd;
    border-radius: 35px;
    box-shadow: none;
    outline: 0;
    border: 0;
    font-weight: 700;
    padding-inline: 10px;
    color: #000;
    padding-top: 2px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}
.btn-outline-secondary:hover {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: none;
}
.scan-img {
    width: 38px;
    border-radius: 50px;
    height: 38px;
    position: absolute;
    right: 6px;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #1a2f47;
    padding: 5px;
}
.main-btn-div {
    margin-top: 30px !important;
    width: 90%;
    margin: auto;
}
.main-btn-div2 {
    margin-top: 30px !important;
    width: 90%;
    margin: auto;
}
.button-modal {
    display: flex;
    padding-top: 20px;
    padding-bottom: 30px;
}
.stay-text {
    font-size: 18px;
    font-weight: 500;
}
.btn-1-img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 8px;
}
.model-1 {
    width: 47%;
    margin: auto;
    margin-right: 3%;
    text-align: center;
    background: #33b2fd;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
}
.model-2 {
    width: 47%;
    margin: auto;
    margin-left: 3%;
    text-align: center;
    background: #1a2f47;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
    color: white;
    cursor: pointer;
}
.model-3 {
    width: 47%;
    margin: auto;
    margin-right: 3%;
    text-align: center;
    background: #33b2fd;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
}
.model-4 {
    width: 47%;
    margin: auto;
    margin-left: 3%;
    text-align: center;
    background: #1a2f47;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
    color: white;
    cursor: pointer;
}
.shipment-text {
    font-size: 25px;
    font-weight: 500;
    width: 90%;
    margin: auto;
}
.last-section {
    display: flex;
    margin-top: 20px;
}
.produc-text {
    text-align: center;
    width: 95%;
    margin: auto;
    font-size: 20px;
    font-weight: 500;
}
.last-main-div {
    width: 100%;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    padding-bottom: 6%;
}
.led-text {
    margin-top: 20px;
    font-family: Arial;
    font-weight: 700;
    color: #000;
    visibility: hidden;
}
.digit-para {
    color: #000;
    font-weight: 700;
    visibility: hidden;
}
.last-div-1 {
    background-color: #fff;
    padding: 10px;
    overflow: hidden;
}
.last-full-section {
    background: #fff;
}
.new-row-1 {
    display: flex;
    width: 80%;
    margin: auto;
    border: 1px solid #1a2f47;
    border-radius: 10px;
    color: #000;
    padding-left: 7px;
}
.last-logo {
    visibility: hidden;
    width: 24%;
}
.last-comment-section {
    visibility: hidden;
}
.last-btn-area {
    visibility: hidden;
}
.third-colo {
    color: #000 !important;
}
@media screen and (max-width: 620px) {
    .find-text {
        line-height: 20px;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .last-logo {
        visibility: hidden;
        width: 36%;
    }
    button.last-btn.btn-default {
        width: 94%;
        margin: auto;
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .logo-img {
        width: 250px;
        animation-duration: 2s !important;
    }
    .second-div {
        width: 98%;
    }
    .new-apple-area {
        width: 92%;
    }
    .shipment-text {
        width: 92%;
    }
    .main-btn-div {
        width: 92%;
    }
    .main-btn-div2 {
        width: 92%;
    }
    .new-apple-area-2 {
        width: 92%;
    }
    .led-text {
        font-size: 22px;
    }
    .new-row {
        width: 92%;
    }
    .new-row-1 {
        width: 92%;
    }
    .stay-text {
        font-size: 17px;
        font-weight: 500;
    }
    .text-mobile-fix {
        font-size: 15px !important;
    }
    .fillo-text {
        font-size: 25px !important;
    }
    .input-group {
        width: 100%;
    }
}
