/*  font-family: "Manrope", sans-serif; */
/*  font-family: "Mulish", sans-serif; */


*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
body{
    background-color:#f0f8ff ;
}
.container{
    width: 100%;
    max-width: 1140px;
    margin: auto;
}
.parastyle p {
   font-family: "Mulish", sans-serif;
    color: #202020;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 35px;
    font-size: 27px;
}
.col-1 {
    flex: 8.33%;
    width: 100%;
    max-width: 8.33%;
  }
  .col-2 {
    flex: 16.66%;
    width: 100%;
    max-width: 16.66%;
  }
  .col-3 {
    flex: 25%;
    width: 100%;
    max-width: 25%;
  }
  .col-4 {
    flex: 33.3%;
    width: 100%;
    max-width: 33.3%;
  }
  .col-5 {
    flex: 41.66%;
    width: 100%;
    max-width: 41.66%;
  }
  .col-6 {
    flex: 50%;
    width: 100%;
    max-width: 50%;
  }
  .col-7 {
    flex: 58.33%;
    width: 100%;
    max-width: 58.33%;
  }
  .col-8 {
    flex: 66.66%;
    width: 100%;
    max-width: 66.66%;
  }
  .col-9 {
    flex: 75%;
    width: 100%;
    max-width: 75%;
  }
  .col-10 {
    flex: 83.33%;
    width: 100%;
    max-width: 83.33%;
  }
  .col-11 {
    flex: 91.66%;
    width: 100%;
    max-width: 91.66%;
  }
  .col-12 {
    flex: 100%;
    width: 100%;
    max-width: 100%;
  }
  .row {
    display: flex;
  }
  .dsply-blk{
      display: block;
  }
  .alin-cntr{
    align-items: center;
  }
  
  .head{
    font-family: "Manrope", sans-serif;
font-weight: 800;
font-size: 40px;
line-height: 50px;
color:#1D827D ;
margin-bottom: 40px;
  }
  .track-sec{
    padding: 3rem 0rem;
  }
  #tracking_id {
    border: none;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 5px;
    padding: 20px;
    font-size: 18px;
    width: 100%;
    max-width: 400px;
    margin: 10px 10px 20px 0;
}
.track-btn {
    color: #fff !important;
    background: linear-gradient(0deg, #25A8A2 0%, #1D827D 100%);
    border: 1.5px solid #8FD453;
    font-size: 30px;
    padding: 13px 59px 13px;
    border-radius: 7px;
    box-shadow: 0px 4px 4px 0px #00000040;
    font-weight: 500;
    position: relative;
    top: 6px;
}
.track-btn::before {
    content: "";
    background-image: url(/assets-mbn/images/track-logo.png);
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 12px;
    top: 8px;
}
.mb-0{
    margin-bottom: 0px !important;
}
.mb-1{
    margin-bottom: 1.5rem;
}
.blk-txt{
    color: #202020;
    text-decoration: none;
}
.container.track-result h3 {
    font-size: 33px;
    text-align: center;
    margin: 40px auto 30px;
    color: #2b2b2b;
    background-color: #fd434370;
    padding: 23px;
    border-radius: 10px;
    line-height: 43px;
    font-family: "Manrope", sans-serif;
}
.container.track-result table {
    margin-bottom: 3em;
}
.container.track-result th {
    padding: 10px 10px;
    line-height: 23px;
    font-size: 18px;
    color: #000;
    background-color: #babcbd;
    font-family: "Manrope", sans-serif;
}
.container.track-result td {
    padding: 15px 20px;
    background-color: #f5faff;
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    line-height: 25px;
}
@media(max-width:1366px){
    .head {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 30px;
}
.parastyle p {
    line-height: 38px;
    margin-bottom: 28px;
    font-size: 25px;
}
}
@media(max-width:1140px){
    .container{
        padding: 0px 22px;
    }
    .track-sec {
    padding: 2rem 0rem;
}
.head {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 15px;
}
.parastyle p {
    line-height: 36px;
    margin-bottom: 28px;
    font-size: 23px;
}
.mb-1 {
    margin-bottom: 1rem;
}
}
@media(max-width:768px){
    .head {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 18px;
}
.parastyle p {
    line-height: 32px;
    margin-bottom: 30px;
    font-size: 22px;
}
.container.track-result h3 {
    font-size: 26px;
    margin: 20px auto 20px;
    padding: 15px;
    line-height: 43px;
}
.container.track-result td {
    padding: 15px 15px;
    font-size: 15px;
    line-height: 23px;
}
}
@media(max-width:560px){
   #tracking_id {
    padding: 20px;
    font-size: 18px;
    max-width: 315px;
    margin: 10px 10px 20px 0;
} 
.track-btn {
    font-size: 24px;
    padding: 13px 45px 13px;
    top: -2px;
}
.track-btn::before {
    width: 35px;
    height: 35px;
    left: 6px;
    top: 8px;
}
.track-sec {
    padding: 1rem 0rem;
}
.head {
    font-size: 31px;
    line-height: 37px;
    margin-bottom: 13px;
}
.parastyle p {
    line-height: 28px;
    margin-bottom: 28px;
    font-size: 20px;
}
.mb-1 {
    margin-bottom: 2rem;
}
}
@media(max-width:430px){
    .parastyle p {
    line-height: 24px;
    margin-bottom: 27px;
    font-size: 17px;
}
.head {
    font-size: 29px;
    line-height: 37px;
    margin-bottom: 13px;
}
#tracking_id {
    padding: 15px 20px;
    font-size: 16px;
    max-width: 315px;
}
.track-btn {
    font-size: 21px;
    padding: 11px 35px 11px 45px;
    top: -2px;
}
.track-btn::before {
    width: 28px;
    height: 28px;
    left: 11px;
    top: 8px;
}
.container.track-result h3 {
    font-size: 22px;
    margin: 16px auto 16px;
    padding: 10px;
    line-height: 43px;
}
.container.track-result th {
    padding: 10px 10px;
    line-height: 21px;
    font-size: 16px;
}
.container {
    padding: 0px 12px;
}
.container.track-result td {
    padding: 15px 10px;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
}

}
@media(max-width:399px){
   .container.track-result h3 {
    font-size: 20px;
    margin: 16px auto 16px;
    padding: 10px;
    line-height: 31px;
}
.container.track-result th {
    padding: 10px 10px;
    line-height: 18px;
    font-size: 14px;
}
.container.track-result td {
    padding: 15px 5px;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0px;
}
}
@media(max-width:320px){
.head {
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 11px;
}
.parastyle p {
    line-height: 22px;
    margin-bottom: 28px;
    font-size: 16px;
}
.track-btn {
    font-size: 19px;
    padding: 11px 35px 11px 45px;
    top: -2px;
}
.track-btn::before {
    width: 26px;
    height: 26px;
    left: 11px;
    top: 8px;
}
}