body{
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: Simplon BP,Helvetica Neue,Arial,sans-serif;
    /*background-color: #0b0b0b;*/
    background-color: #0d112e;
    overflow-x: hidden !important;
}

.nav-link span{
    color: #fff;
    /*color:#f47720;*/
}
.error_text{
    color:#f47720 !important;
}


#navbar {
    margin-right: 30px;
}
#navbar ul li a:hover,
#navbar ul li a.active{
    color: #f47720;
}
.navbar {
    height: 92px;
    border-bottom: 1px solid #07109b;
    /*border-bottom: 1px solid #778f99;*/
    padding: 0 !important;
}
.navbar-light .navbar-brand{
    -webkit-text-stroke: 2px #f47720;
    -webkit-text-fill-color: white;
    font-size: 45px;
    margin-left: 30px;
    line-height: 1;
}
.footer_logo,
.navbar-light .navbar-brand .logo{
    width: 280px;
}
#navbar ul{
    height: 62px;
    align-items: center;
}

#navbar ul li a {
    font-size: 11px;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 0 15px;
    font-weight: 800;
    color: #778f99;
}
.bg-main{
 background-color: #c6c6c638;
}
/*#track{*/
/*    background-image: url('../img/giphy.gif');*/
/*    background-repeat: no-repeat;*/
/*   background-position: right;*/
/*       background-size: 645px;*/
/*}*/

.nav-item .btn-track {
  background-color: #fd7b35;
}



._font-heading-description{
    font-size: 36px;
    width: 80%;
    color: #fff;
}
section{
    /*padding: 80px 60px;*/
    padding: 30px 30px;
}

._font-heading-title{
    font-size: 68px;
    font-weight: 700;
    max-width: 72%;
    line-height: 100%;
    font-family: "Simplon BP", "Helvetica Neue", Arial, sans-serif;
    color: #fff;
}
.font-base{
    font-weight: 700;
    font-size: 21px;
}

.mainBanner-img {
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: auto;
   z-index: 1;
   overflow: visible !important;
   /*padding: 60px 60px;*/
   text-align: center;
}

.mainBanner-img img {
    max-width: 100%; /* Ensure the image doesn't exceed the container's width */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Removes unwanted spacing below images */
}

.mainBanner-img::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	right: 0;
	margin: auto;
	width: 500px;
	height: 500px;
	background-image: url(../img/mainBanner-img-after.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: -1;
	-webkit-animation: rotation 30s infinite linear;
	animation: rotation 30s infinite linear;
}

@media screen and (min-width: 1620px) {
    .mainBanner-img::after {
        width: 550px !important;
        height: 550px !important;
    }
}

@media screen and (min-width: 1720px) {
    .mainBanner-img::after {
        width: 620px !important;
        height: 620px !important;
    }
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}


form{
    margin-top: 40px;
}
.form-control{
    margin-top: 10px;
    border: 2px solid #566877;
    border-radius: 8px;
    font-size: 15px;
    padding: 6px 14px;
    box-shadow: none;
    width: 95%;
}
.form-control:focus{
    margin-top: 10px;
    border: 2px solid #566877;
    border-radius: 8px;
    font-size: 15px;
    padding: 6px 14px;
    box-shadow: none;
    width: 95%;
}

/*    width: 45%;
    margin-top: 10px;
    border: 2px solid #566877;
    border-radius: 8px;
    font-size: 11px;
    padding: 14px;
    box-shadow: none;
}*/
.btn-track{
    background-color: #344cfb;
    color: #fff;
    margin: 20px 0;
    border-radius: 8px;
    min-width: 120px;
   /* background-color: #f47720;
    color: #fff;
    margin: 20px 0;
    border-radius: 8px;*/
}

#SubmitButtonForForm {
    padding: 10px 30px;
    font-size: 1.2rem;
}
.btn-track:hover {
    color: #fff;
}
.btn-track:focus {
    box-shadow: none;
}
._focus-default{
    color:#778f99;
    font-size: 13.8px;
    text-decoration: none;
}
.first_show{
    position: relative;
    color: #778f99;
}
.last_show{
    position: absolute;
    transform: translateX(-140px);
}
._focus-default:hover .last_show{
 transform: translateX(0px);
 color:#f47720;
 transition: 1s;
}
._focus-default:hover .first_show{
    visibility: hidden;
}
#tracking_page .card{
    width: 50%;
    margin: auto;
    background: #f5f8fa;
}
#tracking_page{
 padding-bottom:50px;
}
#tracking_error_page{
    width: 70%;
    margin: auto;
    padding-bottom:50px;
}
#tracking_page .card .text{
    font-size: 12px;
    text-transform: uppercase;

}
#tracking_page .card p{
    color: #778f99;
    font-size: 13px;
    font-weight: 700;  
}
#tracking_page .card p span{
    color:#f47720;
}
#tracking_page .card h1{
    font-weight: 700;
}
#contentcard{
    width: 70% !important;
    background: #fff !important;
    box-shadow: 1px 1px 1px 2px #72a3c7fc;
    margin: 50px auto !important;
}
#content_card{
    width: 70% !important;
    background: #fcf0ec !important;
    box-shadow: 1px 1px 1px 2px #f5f3f3;
    margin: 50px auto !important;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px
}
#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}
#progressbar .step0:before {
    font-family: FontAwesome;
    content: "\f10c";
    color: #fff
}
#progressbar .step1:before{
    font-family: FontAwesome;
    content: "\f046";
    color: #000;
    font-size: 18px;
    background: #fff;
    border:4px solid #20B2AA;
    line-height: 34px;
}
#progressbar .done:after{
    background:#20B2AA !important;
}
#progressbar .step2:before{
    font-family: FontAwesome;
    content: "\f096";
    color: #000;
    font-size: 18px;
    background: #fff;
    border:4px solid #20B2AA;
    line-height: 34px;
}
#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: block;
    font-size: 15px;
    background: #20B2AA;
    border-radius: 50%;
    margin: auto;
    padding: 0px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 12px;
    background: #20B2AA;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1
}

#progressbar li:last-child{
    float: right;
}
#progressbar li:first-child{
    width: 30%;
    padding: 0 32px;
}
#progressbar .step2{
    width: 50%;
    padding: 0 32px;
}
#progressbar li:first-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: 58%;
    z-index: 0;
}
#progressbar .step2:after{
    left: 0;
    right: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 44%;
    border: 1px solid #20B2AA;
    z-index:0;
    background:none;
}
#progressbar li:last-child:after {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;   
}

#progressbar .step1  {
    width: 41%;
    padding: 0 70px;
}
#progressbar .step1:after{
    left: -142px;
    z-index: 0;
    border:1px solid #20B2AA;
    background:none;
}
#progressbar .delivered:after{
    left: -142px;
    z-index: 0;
    background:#20B2AA;
}
#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #20B2AA;
}

#progressbar li.active:before {
    font-family: FontAwesome;
    content: "\f00c"
}
#track_text .text-accent-reverse{
    font-size: 112px;
    font-weight: 700;
    line-height: 106px;
    font-family: "Simplon BP", "Helvetica Neue", Arial, sans-serif;
    color: #f47720;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.block {
    display: block;
}
.duration-1500 {
    transition-duration: 1500ms;
}
#section_3 {
    background-image: url('../img/truck.png');
    background-repeat: no-repeat;
    background-size: cover; /* Ensures the image fits within the container without stretching */
    background-position: center center; /* Centers the image horizontally and vertically */
    min-height: 600px; /* Set a consistent height for the section */
}

#section_3 .bg-main {
    background: #fff;
    width: 50%;
}
#section_3 .bg-main .justify-content{
    justify-content: center;
}
.nav-tabs {
    border-bottom: none;
    background: #f47720;
}
#section_3 .bg-main ul li{
    padding: 15px 15px 0px 15px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}
#section_3 .bg-main ul a.active{
    background: #fff;
}
#section_3 .bg-main ul li a{
    text-decoration: none;
    color:#1d2125;
    background: none;
}
.tab-content{
    padding: 50px;
    background-color: #fff;
    border: 3px solid #f47720;
    border-top: none;
}
.nav-tabs .nav-link{
    border: none;
}
.tab-content h3{
    font-size: 39px;
    font-weight: 700px;
    line-height: 44px;
}
.tab-content ._markdown p{
    font-size: 18px;
    line-height: 30px;
}
.navbar-toggler, .navbar-toggler span {
  background-color: white !important;
}
#section_4 h1{
    font-size:110px;
    font-weight:700;
    color:#fff;
}
#section_4 .bg-theme-color{
    background:#f47720;
}
#section_4 .interval_text{
    font-size:14px;
    font-weight:600;
    color:#1d2125;
}
#section_4 .interval_bold_text{
    font-size:16px;
    font-weight:700;
    color:#1d2125;
}
#section_5{
    background-image: url('../img/contact_image.png');
    background-repeat: no-repeat;
    background-size:cover;
}
#section_5 form{
    color:#fff;
}
#section_5 .form-control{
    width:100%;
    margin-bottom:15px;
    border: none;
}
#section_5 .btn-submit{
    background:#f47720;
    border-radius:15px;
    color:#fff;
}
footer{
    background: #0d112e;
    /*background:#1d2125;*/
    padding:40px 30px 20px 30px;
    color:#fff;
    border-top: 1px solid #07109b;
}
footer .navbar-brand{
    -webkit-text-stroke: 2px #f47720;
    -webkit-text-fill-color: white;
    font-size: 45px;
    margin-left: 30px;
    line-height: 1;
}
footer strong a{
    color:#f47720;
}
footer .copy_right{
    padding:20px;
}
@media(max-width:768px){
    .navbar-light .navbar-brand{
        font-size: 32px;
        margin-left: 0px;
    }
    .footer_logo,
    .navbar-light .navbar-brand .logo{
        width: 200px;
    }
    .tracking-search{
        text-align: center;
    }
    ._font-heading-title {
        font-size: 38px;
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
    }
    ._font-heading-description {
      font-size: 24px;
      width: 100%;
      line-height: 26px;
      text-align: center;
  }

    /*._font-heading-title{
        font-size:39px;
        line-height:39px;
    }*/
    .form-control, .form-control:focus{
        width:100%;
    }
    .btn-track{
        width:70%;
    }
    .section_1_img img{
        width:100%;
        margin-top:20px;
    }

    #track_text .text-accent-reverse{
        font-size:46px;
        line-height:44px;
    }
    .section_1_img {
      display: none;
  }
  #track_text {
      padding: 0px 30px;
  }
  #section_3{
    background-size: cover;
    padding:80px 10px;
    margin-top: 40px;
}
#section_3 .bg-main ul li{
    padding: 10px 0px 0px 1px;
    font-size: 10px;
    line-height: 22px;
}
.tab-content h3 {
    font-size: 32px;
}
.tab-content {
    padding: 30px;
    border: 1px solid #f47720;
}
#section_3 .bg-main{
    width:100%;
    margin-top: 10%;
}
#section_4{
    padding:80px 15px;
}
#section_4 h1 {
    font-size: 46px;
}
#section_4 .bg-theme-color .text-center{
    border-bottom:1px solid;
}
footer .copy_right{
    text-align:center;
}
#tracking_page .card {
    width: 100%;
}

footer .navbar-brand{
    font-size: 35px;
}
#tracking_error_page{
    width:100%;
    padding:80px 0px;
}
#content_card {
    width: 100% !important;
}
section {
  padding: 40px 20px;
}
}

@media screen and (max-width: 480px) {
    #track_text .text-accent-reverse {
        font-size: 32px;
        line-height: 44px;
    }
    #section_3 .bg-main ul li {
        font-size: 13px;
    }
    #track_text .text-accent-reverse {
        font-size: 24px;
        line-height: 26px;
    }
    ._font-heading-title {
        font-size: 28px;
    }
    ._font-heading-description {
        font-size: 18px;
    }
    #SubmitButtonForForm {
      padding: 10px 25px !important;
      font-size: 1rem;
      width: 100%;
  }
  .footer_logo,
  .navbar-light .navbar-brand .logo{
      width: 180px !important;
  }
}

@media (max-width: 1200px) {
 #tracking_page .card {
  width: 100%;
}
}
@media(max-width:2560px){
    #progressbar li:first-child,#progressbar .step1{
        width:50%;
    }
    #progressbar li:first-child:after,#progressbar .step1:after{
        width:47%;
    }
    #progressbar li:first-child:after{
        left:unset;
        right:0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    #progressbar .step1:after{
        left:0;
    }
}
@media(max-width:1920px){
    #progressbar li:first-child:after,#progressbar .step1:after,#progressbar .step2:after{
        width:46% !important;
    }
}
@media(max-width:1560px){
    #progressbar li:first-child:after,#progressbar .step1:after,#progressbar .step2:after{
        width:45% !important;
    }
}
@media(max-width:1024px){
    #progressbar li:first-child:after,#progressbar .step1:after,#progressbar .step2:after{
        width:43% !important;
    }
}
@media(max-width:768px){
    #progressbar li:first-child:after,#progressbar .step1:after,#progressbar .step2:after{
        width:45% !important;
    }

    .step0.step1 {
      padding: 0px !important;
  }
  .navbar-collapse {
      flex-basis: 100%;
      flex-grow: 1;
      align-items: center;
      background-color: #0a0c1cf7;
      z-index: 9999;
      border-radius: 4px;
      position: absolute;
      left: 10px;
      right: 10px;
      top: 88px;
  }
  .navbar-nav.ms-auto.mb-2.mb-lg-0 {
    padding: 10px;
}
}
@media(max-width:425px){
    #progressbar li:first-child:after,#progressbar .step1:after,#progressbar .step2:after{
        width:40% !important;
    }
    #progressbar .step1,#progressbar li:first-child,#progressbar .step2:after{
        padding:0px;
    }
}
@media(max-width:375px){
    #progressbar li:first-child:after,#progressbar .step1:after,#progressbar .step2:after{
        width:38% !important;
    }
}
@media(max-width:320px){
    #progressbar li:first-child:after,#progressbar .step1:after,#progressbar .step2:after{
        width:36% !important;
    }
}
.nav-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
}

a{
    transition: all 0.3s ease-in-out;
}



.banner {
    background: linear-gradient(rgb(13, 17, 46), rgb(13, 17, 46)), url('https://via.placeholder.com/1500x400?text=ParcelXpress+Courier') no-repeat center center;
    /*background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://via.placeholder.com/1500x400?text=ParcelXpress+Courier') no-repeat center center;*/
    background-size: cover;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    text-align: center;
}
.banner h1 {
    font-size: 3rem;
    font-weight: bold;
    animation: fadeIn 1.5s ease-in-out;
}

.card {
    border-radius: 12px;
    overflow: hidden;
}
.card-header {
    border-radius: 12px 12px 0 0;
}

.btn-social {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 5px;
    transition: all 0.3s ease;
}
.btn-social:hover {
    transform: scale(1.1);
}

input, textarea {
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
input:focus, textarea:focus {
    border-color: #007bff !important;
    box-shadow: 0px 0px 10px rgba(0, 123, 255, 0.3);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}


@media (min-width: 768px) and (max-width: 1024px) {
    ._font-heading-description {
        font-size: 20px;
    }
    ._font-heading-title {
        font-size: 34px;
    }
    .mainBanner-img::after {
        width: 250px;
        height: 250px;
    }
    #track_text .text-accent-reverse {
        font-size: 42px;
        font-weight: 700;
        line-height: 46px;
    }
    .tab-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .row.tab_res {
        justify-content: center;
        gap: 30px 0 !important;
    }

    #section_4 h1 {
        font-size: 40px;
    }
    .tab-content ._markdown p {
        font-size: 14px;
        line-height: 20px;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: fixed;
        z-index: 9999;
        width: 97%;
        top: 88px;
        background-color: #0a0c1cf7;
        border-radius: 0px 0px 12px 12px;
    }
    .navbar-nav.ms-auto.mb-2.mb-lg-0 {
        padding: 50px;
    }
}
