.partner-dashboard .partner-dashboard__div .business-info li > div.logo-right .img-container{
    width: 180px;
    height: 180px;
}

.partner-dashboard .partner-dashboard__div .business-info li > div.logo-right .img-container #display-logo{
    width: 100%;
    height: 100%;
}

.login-page {
    padding: 0px 20px;
  }

  .calculate-btn{
    margin-bottom: 20px;
  }

  .back-crumb{
    background-image: url(../img/back.svg);
    width: 30px;
    height: 14px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
  }

  .page-breadcrumb ul li:first-child::before{
    display: none;
  }

  .page-breadcrumb ul li:first-child{
    padding: 0;
  }

  .sr .back-crumb{
    transform: rotate(180deg);
  }

  .page-breadcrumb ul li:before {
    right: -21.5px;
    left: initial
  }

  .page-breadcrumb ul{
    padding: 0;
  }

  .my-profile .account-settings__div .account-info ul li span{
    min-width: 250px;
  }

  .my-profile .information .information-details span:last-child input{
    width: 100% !important;
  }

  .dropmenu__style1 .btn-primary{
    color: #1276b5 !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dropmenu__style1  .btn-primary:not(:disabled):not(.disabled).active,  .dropmenu__style1  .btn-primary:not(:disabled):not(.disabled):active,  .dropmenu__style1  .show>.btn-primary.dropdown-toggle {
    color: #1276b5 !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
}

.verify-email .left__div .back__btn{
  margin-inline-end: 0;
  margin-inline-start: initial;

}

@media screen and (min-width:1200px) and (max-width:1500px){
  .sign-up-page .left__div, .sign-up-page .right__div{
    width: auto;
  }

  .sign-up-page .left__div{
    padding: 20px;
  }

  .sign-up-page .right__div img {
    object-fit: cover;
  }
}

@media print {
  header, footer, .invoice-heading .buttons, .return, .my-packages-all .tabs, .package-controls, .page-breadcrumb, .right__div{
    display: none !important;
  }
}

.sign-up-page .left__div form input{
  padding-inline-end:40px;
}
.slick-dots li button::before {
  content:""!important;
  }

  .why-bareedi .why-bareedi-heading {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

@media screen and (min-width:990px) and (max-width:2000px){
  .my-packages-all .content .current-delivered-packages .left__div .table-container table th, .my-packages-all .content .current-delivered-packages .left__div .table-container table td{
    font-size: 13px;
  }
}