@media only screen and (max-width: 1250px) {
  #login_container{
    width: 65%;
  }
  .custom-width{
    width: 100%;
    margin: auto !important;
}
  #signup_container{
    width: 95% !important;
  }

}

@media only screen and (max-width: 1024px) {
  .no-mobile{
    display: none !important;
  }

}

@media only screen and (max-width: 768px) {
  #login_container{
    width: 65%;
  }
  .custom-width{
    width: 100%;
    margin: auto !important;
}
  #signup_container{
    width: 90% !important;
  }
  .track_form button{
    width: 40% !important;
  }
  .navbar .logo{
    margin-left: 20px;
    margin-right:none;
  }
  

  .navbar .navbar-nav{
    list-style: none;
    display: flex;
    margin: auto;
    margin-left: 0px;
    background-color: white;
}
  .navbar .navbar-nav li{
    width: 100%;
    height: 50px;
    margin: 5px;
    background-color: white;
}
.card-header {
  position: relative;
}
.card-header  > .head-img{
      
      position: absolute;
      width: 40px;
      height: 40px;
  
      top: 5px;
      left: -10px
}
.padding{
  padding: 0 !important;
}
.list-border{
  background-color: #fff;
  width: 100%;
  text-align: center;
}
.list-border p{
color: #fff;
font-size: 25px;
width: 50%;
background-color: #ba191f;
text-align: center;
margin: 0 auto;
}
#edit_password_form input{
  width: 100%;
}
#my_shipment_form input{
  width: 100%;
}
.rtl-mobile{
  direction:rtl;
}
.navbar .navbar-nav li a{
  background-color: transparent !important;
}
.navbar .logo img{
  width: 100px;
}
.navbar-toggler img{
  width: 40px  !important;
}

.by-1 {
  padding: 0.5rem 1rem;
}
.heading-color{
font-size: 2rem;
}
}


@media only screen and (max-width: 414px) {
  #login_container{
    width: 95%;
  }
  .custom-width{
    width: 95%;
    margin: auto !important;
}
  #signup_container{
    width: 95%  !important;
  }
  .track_form button{
    width: 50% !important;
  }
  .navbar .navbar-nav li a.no-mobile-white{
    background-color: transparent !important;
  }
}

@media only screen and (max-width: 360px) {
  #login_container{
    width: 95%;
  }
  .custom-width{
    width: 95%;
    margin: auto !important;
}
.avatar-circle{
 
  width: 100px;
  height: 100px;
  }
  #signup_container{
    width: 95%;
  }
  .track_form button{
    width: 70% !important;
  }
  .navbar .logo img{
    width: 100px;
  }
  .navbar-toggler img{
    width: 40px  !important;
  }
}

@media only screen and (max-width: 320px) {
  #login_container{
    width: 95%;
  }
  .custom-width{
    width: 95%;
    margin: auto !important;
}
.avatar-circle{
  width: 100px;
  height: 100px;
  }

  #signup_container{
    width: 95%;
    padding: 10px !important;
  }
  #signup_container::before {
    position: center;
    vertical-align: middle;
    height: 100%;
    width: 95% !important;
  }

  #sign_form button{
    width: 50% !important;
  }
  .track_form button{
    width: 50% !important;
  }
}
/* hide items more than 768px */

@media only screen and (min-width: 768px) {
  .midd-nav-item-link{
    display: none;
  }
  .midd-nav-btn{
    display: none !important;
  }
}

@media only screen and (max-width: 360px) {
  .navbar .logo img{
    width: 50px;
  }
  .navbar-toggler img{
    width: 20px  !important;
  }
  .tabs2 .nav-item .nav-link {
    display: block;
    padding: .2rem 0rem !important;
  }
  .tab-content{
    padding-left: 10px !important;
  }
  .accordion-body{
    padding:10px  !important;
  }
  .tabs2 .nav-item{
 
    font-size: 14px !important;
    
}
}
